@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@500&display=swap");
/* --- Colors --- */
/* --- Media Queries ---*/
/* --- Font Sizes --- */
/* --- Border Radius ---*/
/* --- Element Sizes ---*/
/* --- Wapper ( White Box ) --- */
.materials__list, .new-pr__list, .vendor__list, .minutes__list, .home section.topics, .home section.sales-data, .home section.templates, .main-contents {
  background: #fff;
  padding: clamp(16px, 6vw, 60px) clamp(14px, 6vw, 92px);
  border-radius: min(1.5vw, 8px);
  overflow: hidden;
}

/* --- Title Styles --- */
.page .container.philosophy-and-system .main-contents h4, .search__results h3, .search__results__list h3, .materials__list h3, .new-pr__list h3, .furniture-makers__list h3, .vendor__list h3, .minutes__list h3, .templates__list h3, .page .main-contents .rules__list h3 {
  padding: 0em 1em;
  position: relative;
  line-height: 1.4;
}
@media not screen and (max-width: 960px) {
  .page .container.philosophy-and-system .main-contents h4, .search__results h3, .search__results__list h3, .materials__list h3, .new-pr__list h3, .furniture-makers__list h3, .vendor__list h3, .minutes__list h3, .templates__list h3, .page .main-contents .rules__list h3 {
    padding-left: 0;
  }
}
.page .container.philosophy-and-system .main-contents h4::before, .search__results h3::before, .search__results__list h3::before, .materials__list h3::before, .new-pr__list h3::before, .furniture-makers__list h3::before, .vendor__list h3::before, .minutes__list h3::before, .templates__list h3::before, .page .main-contents .rules__list h3::before {
  content: "";
  width: min(0.3em, 4px);
  height: 100%;
  background: #002F82;
  display: inline-block;
  margin-right: 1em;
  position: absolute;
  top: 50%;
  left: -1.2em;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .page .container.philosophy-and-system .main-contents h4::before, .search__results h3::before, .search__results__list h3::before, .materials__list h3::before, .new-pr__list h3::before, .furniture-makers__list h3::before, .vendor__list h3::before, .minutes__list h3::before, .templates__list h3::before, .page .main-contents .rules__list h3::before {
    left: 0;
  }
}

/* --- Archive List --- */
.search__results:not(:first-of-type), .search__results__list:not(:first-of-type), .materials__list:not(:first-of-type), .new-pr__list:not(:first-of-type), .furniture-makers__list:not(:first-of-type), .vendor__list:not(:first-of-type), .minutes__list:not(:first-of-type), .templates__list:not(:first-of-type), .page .main-contents .rules__list:not(:first-of-type) {
  margin-top: min(10vw, 65px);
}
.search__results h3, .search__results__list h3, .materials__list h3, .new-pr__list h3, .furniture-makers__list h3, .vendor__list h3, .minutes__list h3, .templates__list h3, .page .main-contents .rules__list h3 {
  font-size: min(1.8vw, 24px);
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .search__results h3, .search__results__list h3, .materials__list h3, .new-pr__list h3, .furniture-makers__list h3, .vendor__list h3, .minutes__list h3, .templates__list h3, .page .main-contents .rules__list h3 {
    font-size: max(2.2vw, 16px);
  }
}
.search__results ul, .search__results__list ul, .materials__list ul, .new-pr__list ul, .furniture-makers__list ul, .vendor__list ul, .minutes__list ul, .templates__list ul, .page .main-contents .rules__list ul {
  margin-left: 1em;
}
.search__results li, .search__results__list li, .materials__list li, .new-pr__list li, .furniture-makers__list li, .vendor__list li, .minutes__list li, .templates__list li, .page .main-contents .rules__list li {
  list-style-type: "・ ";
  line-height: 1.4;
  text-indent: 0.6em;
  margin: 0.5em 0;
}

/* --- icomoon --- */
@font-face {
  font-family: "icomoon";
  src: url("./icomoon/fonts/icomoon.eot?3zp60j");
  src: url("./icomoon/fonts/icomoon.eot?3zp60j#iefix") format("embedded-opentype"), url("./icomoon/fonts/icomoon.ttf?3zp60j") format("truetype"), url("./icomoon/fonts/icomoon.woff?3zp60j") format("woff"), url("./icomoon/fonts/icomoon.svg?3zp60j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  color: inherit;
}

.icon-arw-line-thin:before {
  content: "\e900";
}

.icon-arw-line-bold:before {
  content: "\e901";
}

.icon-cross-bold:before {
  content: "\e902";
}

.icon-email:before {
  content: "\e903";
}

.icon-external:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-logout:before {
  content: "\e907";
}

.icon-megaphone:before {
  content: "\e908";
}

.icon-pen:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

/* --- Reset & Base Set ---*/
#header {
  display: none;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  list-style-type: none;
  letter-spacing: -0.02em;
  text-align: justify;
  word-break: break-all;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background-color: #F3F3F3;
}

body {
  font-size: min(1.1vw, 16px);
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    font-size: max(1.6vw, 12px);
  }
}
body.overflow-hidden {
  overflow: hidden;
}

a, a:visited {
  text-decoration: none;
  color: #0992FB;
  letter-spacing: inherit;
}

cite {
  font-style: normal;
  letter-spacing: inherit;
}

input[type=submit],
button {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
input[type=submit]:hover,
button:hover {
  opacity: 0.8;
}

input,
textarea {
  font-family: inherit;
}

textarea {
  padding: 0.5em 0.7em;
}
textarea:focus {
  outline: transparent;
}

.um input[type=submit].um-button {
  background: #000 !important;
}

/* --- Display Switch Class ---*/
.mobile,
.tablet,
.desktop {
  display: none;
  visibility: hidden;
}

@media not screen and (max-width: 960px) {
  .desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .tablet {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 780px) {
  .mobile {
    display: block;
    visibility: visible;
  }
}
/* --- Container ---*/
.container {
  padding-left: min(25vw, 350px);
  background: #F3F3F3;
  min-height: 100dvh;
}
@media screen and (max-width: 960px) {
  .container {
    padding-left: 0;
  }
}
.container::before {
  content: "";
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  background-color: #F3F3F3;
  z-index: -1;
}

/* --- Sidebar ---*/
.sidebar {
  width: min(25vw, 350px);
  height: 100dvh;
  background: #002F82;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 4px 0 20px rgba(124, 124, 124, 0.1);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .sidebar {
    display: none;
    visibility: hidden;
  }
}
.sidebar.show {
  opacity: 1;
}

/* --- Main ---*/
main {
  padding: clamp(10px, 5vw, 57px) clamp(10px, 5vw, 57px) clamp(20px, 10vw, 57px);
}
main .page__title {
  margin-bottom: min(4vw, 42px);
  position: relative;
}
main .page__title h2 {
  font-weight: 700;
  font-size: min(2.5vw, 30px);
  border-left: min(0.2em, 6px) solid #002F82;
  padding: 0.3em 0.6em;
}
@media screen and (max-width: 960px) {
  main .page__title h2 {
    font-size: max(3.4vw, 17px);
    margin-top: clamp(10px, 5vw, 20px);
  }
}
main .page__title h2::after {
  content: attr(data-en);
  color: #002F82;
  font-family: Arial, sans-serif;
  font-size: 40%;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 0.7em;
  text-indent: 0.1em;
}

.main-contents {
  padding-top: clamp(20px, 6vw, 80px);
}

/* --- Search ---*/
.searchbar {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  padding-right: min(6vw, 40px);
}
.searchbar .icon-search {
  height: 100%;
  aspect-ratio: 0.8/1;
  display: flex;
  justify-content: flex-end;
  color: #DBDBDB;
}
.searchbar .icon-search::before {
  height: 100%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(3.5vw, 2rem);
}
@media not screen and (max-width: 960px) {
  .searchbar {
    height: min(6vw, 66px);
  }
  .searchbar.tablet {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .searchbar {
    width: min(84%, 580px);
    height: min(11vw, 66px);
    margin: min(10vw, 20px) auto;
    border-radius: 6vw;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.11));
  }
  .searchbar.desktop {
    display: none;
    visibility: hidden;
  }
}

#searchform {
  flex-grow: 1;
}
#searchform > div {
  width: 100%;
  height: 100%;
}
#searchform input[type=text] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 10px 20px;
  font-size: min(1.2vw, 1.5rem);
  color: #333333;
}
@media screen and (max-width: 960px) {
  #searchform input[type=text] {
    font-size: 16px;
    padding: 10px 2vw;
  }
}
#searchform input[type=text]::-moz-placeholder {
  color: #B2B2B2;
}
#searchform input[type=text]::placeholder {
  color: #B2B2B2;
}
#searchform input[type=text]:focus::-moz-placeholder {
  visibility: hidden;
}
#searchform input[type=text]:focus::placeholder {
  visibility: hidden;
}
#searchform input[type=submit] {
  display: none;
  visibility: hidden;
}

/* --------------------------------
  User
-------------------------------- */
[class*=user__photo] picture {
  display: flex;
  align-items: center;
}
[class*=user__photo] img {
  width: 100%;
  height: initial;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  line-height: 0;
}
[class*=user__photo]:not(:has(img)) {
  position: relative;
}
[class*=user__photo]:not(:has(img))::after {
  content: "";
  display: inline-block;
  width: inherit;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #dedede;
}

[class*=user__name] {
  white-space: nowrap;
  letter-spacing: 0.02em;
}

/* --------------------------------
  Loading
-------------------------------- */
body::after {
  content: "";
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  background: inherit;
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
body.loaded::after {
  opacity: 0;
  visibility: hidden;
}

/* --- Page Back ---*/
.back {
  text-align: center;
  color: #000;
  margin: clamp(40px, 12vw, 70px) auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.1vw, 16px);
}
@media screen and (max-width: 960px) {
  .back {
    font-size: max(1.6vw, 12px);
  }
}
.back:visited {
  color: #000;
}
.back .icon-arw-line-thin {
  color: #002F82;
  transform: scaleX(-1);
  display: inline-block;
  margin-right: 0.8em;
  font-size: 80%;
}

/* --- Button ---*/
.btn.more {
  background: #000;
  color: #fff;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 1em 5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto;
  font-size: min(1vw, 14px);
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 960px) {
  .btn {
    font-size: max(1.5vw, 10px);
  }
}
.btn:hover {
  opacity: 0.85;
}

/* --- Button - Logout ---*/
.logout {
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
}
@media not screen and (max-width: 960px) {
  .logout {
    color: #4B4B4B;
    background-color: #F0F0F0;
    font-size: min(0.7vw, 0.9rem);
    transition: background-color 200ms linear;
  }
  .logout:hover {
    background-color: #e9e9e9;
  }
}
@media screen and (max-width: 960px) {
  .logout {
    color: #fff;
    background-color: #031e4d;
    font-size: 1.2rem;
    margin: min(15vw, 3em) auto;
  }
}
.logout span[class^=icon-] {
  margin-right: 0.7em;
}
.logout a {
  color: inherit;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .logout a {
    padding: 0.95em 2.5em;
  }
}

/* --- Accordion ---*/
.accordion__contents {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease-out;
}
.accordion__contents > * {
  opacity: 0;
  transition: opacity 0.2s ease-out 0.2s;
}
.accordion__contents__inner {
  overflow-y: hidden;
}
.accordion__label {
  cursor: pointer;
}
.accordion__label.selected + .accordion__contents {
  grid-template-rows: 1fr;
}
.accordion__label.selected + .accordion__contents > * {
  opacity: 1;
}

@keyframes accordion-open {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
/* --- Style Set Classes ---*/
.horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header {
  background: #fff;
  width: 100%;
  z-index: 100;
  /* --------------------------------
    Button - Logout
  -------------------------------- */
}
header > div {
  display: flex;
  align-items: center;
  position: relative;
}
@media not screen and (max-width: 960px) {
  header > div {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  header {
    position: sticky;
    top: 0;
  }
  header > div {
    height: 56px;
    width: 94%;
    position: relative;
    margin: auto;
    justify-content: flex-end;
  }
}
header .logout {
  font-weight: 600;
}
header .logout a {
  padding: 0.8em 2em;
}

.header__nav__button .bars::before, .header__nav__button .bars::after, .header__nav__button .bars {
  width: 100%;
  aspect-ratio: 11/1;
  background: #dedede;
  border-radius: 2px;
}

.header {
  /* --------------------------------
    Logo
  -------------------------------- */
  /* --------------------------------
    User
  -------------------------------- */
  /* --------------------------------
    Hamburger Menu
  -------------------------------- */
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo a {
  color: inherit;
}
.header__logo h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.header__logo h1 picture {
  height: auto;
}
@media not screen and (max-width: 960px) {
  .header__logo h1 picture {
    height: 12vh;
    aspect-ratio: 406.39/526.04;
  }
}
.header__logo h1 img {
  width: auto;
  vertical-align: middle;
}
.header__logo h1 span {
  display: block;
  margin-top: 10px;
  font-size: min(0.8vw, 1rem);
  font-weight: 400;
}
@media not screen and (max-width: 960px) {
  .header__logo {
    width: 100%;
    height: 20vh;
  }
}
@media screen and (max-width: 960px) {
  .header__logo {
    margin-right: auto;
  }
  .header__logo h1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
  }
  .header__logo h1 img {
    width: clamp(100px, 20vw, 150px);
  }
  .header__logo h1 span {
    display: none;
  }
}
.header__user {
  position: relative;
  width: 100%;
}
@media not screen and (max-width: 960px) {
  .header__user::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0%;
    top: 30%;
    background: #002F82;
  }
}
.header__user a,
.header__user a:visited {
  color: inherit;
}
.header__user__inner {
  display: flex;
  align-items: center;
}
@media not screen and (max-width: 960px) {
  .header__user__inner {
    flex-direction: column;
    justify-content: center;
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 6% 0 6%;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.11));
    border-radius: min(0.6vw, 12px);
    top: 100%;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .header__user__inner {
    flex-direction: row;
    justify-content: flex-end;
    margin-right: min(5vw, 20px);
  }
}
@media not screen and (max-width: 960px) {
  .header__user__photo {
    width: clamp(50px, 25%, 80px);
  }
}
@media screen and (max-width: 960px) {
  .header__user__photo {
    width: 36px;
  }
}
.header__user__name {
  display: flex;
  flex-direction: column;
}
@media not screen and (max-width: 960px) {
  .header__user__name {
    justify-content: center;
    align-items: center;
    margin: min(1vw, 20px) auto;
    font-size: min(1.4vw, 1.8rem);
  }
}
@media screen and (max-width: 960px) {
  .header__user__name {
    justify-content: flex-start;
    margin-left: min(2vw, 8px);
    font-size: min(4vw, 1.6rem);
  }
}
.header__user__name span {
  display: block;
}
.header__user__name .name--jp {
  font-weight: 500;
}
.header__user__name .name--en {
  margin-top: 0.5em;
  color: #9B9B9B;
  font-size: 60%;
}
@media not screen and (max-width: 960px) {
  .header__user__name .name--en {
    transform: scale(0.85);
  }
}
.header__nav__button {
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .header__nav__button {
    height: 56px;
    aspect-ratio: 1/1.8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 2001;
  }
}
.header__nav__button button {
  width: 90%;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  transition: 0.4s all ease-in;
}
.header__nav__button .bars {
  display: block;
  transition: 0.1s;
}
.header__nav__button .bars::before, .header__nav__button .bars::after {
  content: "";
  position: absolute;
  list-style: none;
}
.header__nav__button .bars::before {
  transform: translateY(-340%);
}
.header__nav__button .bars::after {
  transform: translateY(340%);
}
.header__nav__button .bars.is-active {
  background: transparent;
}
.header__nav__button .bars.is-active::before {
  animation: rotate-top-bar 0.4s forwards;
}
.header__nav__button .bars.is-active::after {
  animation: rotate-bottom-bar 0.4s forwards;
}
.header__nav__button .bars.is-not-active {
  transition-delay: 0.3s;
}
.header__nav__button .bars.is-not-active::before {
  animation: rotate-top-bar-2 0.4s reverse;
}
.header__nav__button .bars.is-not-active::after {
  animation: rotate-bottom-bar-2 0.4s reverse;
}

/* ANIMATION KEYFRAMES */
@keyframes rotate-top-bar {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes rotate-bottom-bar {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes rotate-top-bar-2 {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes rotate-bottom-bar-2 {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.nav {
  width: 100%;
  color: #fff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media not screen and (max-width: 960px) {
  .nav {
    position: relative;
    margin-top: clamp(10px, 3vh, 40px);
    font-size: min(0.75vw, 1.1rem);
    z-index: 200;
  }
}
@media screen and (max-width: 960px) {
  .nav {
    background: #002F82;
    font-size: min(2.8vw, 1.2rem);
    position: fixed;
    top: 56px;
    height: calc(100dvh - 56px);
    transition: 0.3s;
  }
  .nav::before {
    content: "";
    position: absolute;
    bottom: 99%;
    width: 100%;
    height: 100%;
    background: #002F82;
  }
  .nav.is-active {
    visibility: visible;
    opacity: 1;
  }
  .nav:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
.nav__inner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .nav__inner {
    overflow-y: scroll;
  }
}
.nav nav {
  width: 100%;
}
.nav nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5%;
  width: min(80%, 248px);
  margin: auto;
}
@media screen and (max-width: 960px) {
  .nav nav ul {
    width: 80%;
    gap: 5%;
    max-width: 580px;
    margin-top: min(8vw, 40px);
  }
}
.nav nav li {
  width: 30%;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 960px) {
  .nav nav li {
    width: 30%;
    margin-bottom: 1rem;
  }
}
.nav nav a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: clamp(5px, 0.6vw, 7px);
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  padding-bottom: 8%;
  color: inherit;
}
.nav nav a:visited {
  color: inherit;
}
.nav nav a.current, .nav nav a:hover {
  transition: 0.2s;
  background: #08275d;
}
.nav nav a span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-top: min(0.5em, 5px);
}
.nav nav a ._pict {
  aspect-ratio: 1/0.5;
  margin-bottom: 1%;
}
.nav nav a ._pict img {
  height: 100%;
  max-width: 45%;
}
.nav nav a ._text {
  font-size: min(0.8vw, 1rem);
}
@media screen and (max-width: 960px) {
  .nav nav a ._text {
    font-size: min(3vw, 1.5rem);
  }
}

.container .um-directory .um-member-directory-header {
  display: none;
  visibility: hidden;
}
.container .um-directory .um-members-wrapper {
  max-width: 1120px;
  margin: auto;
}
.container .um-directory .um-members-wrapper .um-members .um-members-none {
  display: none;
  visibility: hidden;
}
@media not screen and (max-width: 960px) {
  .container .um-directory .um-members-wrapper .um-members.um-members-list {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member {
  border-radius: min(1.4vw, 6px);
  padding: clamp(14px, 5%, 30px);
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container {
  margin: 0;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo {
  width: clamp(60px, 20%, 96px);
  margin-right: max(5%, 1em);
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a {
  width: 100%;
  height: initial;
  aspect-ratio: 1/1;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-photo a img {
  width: 100%;
  height: 100%;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card {
  width: initial;
  flex-grow: 1;
  font-size: min(1.2vw, 24px);
}
@media screen and (max-width: 960px) {
  .container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card {
    font-size: max(2.2vw, 14px);
  }
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  margin: 0;
  width: 100%;
  padding-top: 0.1em;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-card-header {
  width: -moz-fit-content;
  width: fit-content;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-card-header .um-member-name {
  margin: 0 0.6em 0 0;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-card-header .um-member-name a {
  font-size: inherit;
  font-weight: 500;
  line-height: initial;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-tagline.um-member-tagline-nickname {
  width: initial;
  align-items: center;
  font-size: max(50%, 8.5px);
  color: #002F82;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-tagline.um-member-tagline-user_joined {
  display: none;
  visibility: hidden;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main {
  grid-column: 1/3;
  grid-row: 2/3;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta {
  margin-top: 0;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline {
  font-size: max(55%, 10.5px);
  padding-top: 0.4em;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline strong {
  display: none;
  visibility: hidden;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline.um-member-metaline-user_position p {
  font-size: 90%;
  line-height: 1.3;
  margin: 0;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-meta-main .um-member-meta .um-member-metaline.um-member-metaline-user_email {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  padding-top: 0.5em;
  margin-top: 0.8em;
}
.container .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-actions {
  display: none;
  visibility: hidden;
}
.container#user .um-profile-nav {
  display: none;
  visibility: hidden;
}
.container#user .um-profile.um {
  max-width: initial !important;
}
.container#user .um-profile.um .um-profile-photo {
  width: 100% !important;
  text-align: initial;
}
.container#user .um-profile.um .um-profile-photo a.um-profile-photo-img {
  float: initial;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  border: none;
}
@media screen and (max-width: 960px) {
  .container#user .um-profile.um .um-profile-photo a.um-profile-photo-img {
    width: clamp(100px, 26vw, 190px) !important;
    height: auto !important;
    aspect-ratio: 1/1;
    top: 0 !important;
    transform: translate(-50%, -50%);
  }
}
.container#user .um-profile .um-profile-photo {
  width: 100% !important;
  text-align: initial !important;
}
.container#user .um-profile .um-profile-photo a.um-profile-photo-img {
  float: initial !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  border: none !important;
}
@media screen and (max-width: 960px) {
  .container#user .um-profile .um-profile-photo a.um-profile-photo-img {
    width: clamp(100px, 26vw, 190px) !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    top: 0 !important;
    transform: translate(-50%, -50%) !important;
  }
}
.container#user .um-profile .um-header {
  border: none;
}
@media screen and (max-width: 960px) {
  .container#user .um-profile .um-header {
    height: clamp(50px, 13vw, 95px);
    min-height: initial;
  }
}
.container#user .um-profile .um-profile-photo {
  margin-left: 0;
  width: 100% !important;
  text-align: initial;
}
@media screen and (max-width: 960px) {
  .container#user .um-profile .um-profile-photo {
    top: 0;
  }
}
.container#user .um-profile .um-profile-meta {
  display: none;
  visibility: hidden;
}
.container#user .um-profile .um-profile-edit li:has(a[href*=account]),
.container#user .um-profile .um-profile-edit li:has(a[href*=logout]) {
  display: none;
  overflow: hidden;
}
.container#user .um-profile .um-profile-body {
  padding: 0;
}
@media not screen and (max-width: 960px) {
  .container#user .um-profile .um-button[type=submit] {
    margin-bottom: min(15vw, 40px);
  }
}
.container#user .um-profile .um-dropdown[data-element="div.um-profile-photo"] {
  left: 50% !important;
  transform: translateX(-50%);
}

.home .template, .home .topics li {
  line-height: 1.6;
  margin: 1em 0;
  display: flex;
  text-indent: 0em;
}
.home .template a, .home .topics li a {
  margin-right: min(1vw, 1em);
  text-decoration: underline;
  line-height: 1.6;
}
.home .template a:hover, .home .topics li a:hover {
  text-decoration: none;
}
.home .template [class*=icon-], .home .topics li [class*=icon-] {
  color: #002F82;
  font-size: 65%;
  margin: 0 1em 0 0.5em;
  line-height: 2.5;
}

.home section {
  margin: clamp(10px, 5vw, 35px) auto;
}
.home section.topics, .home section.sales-data, .home section.templates {
  padding: clamp(25px, 4vw, 34px) clamp(18px, 4vw, 41px);
}
@media not screen and (max-width: 960px) {
  .home section.sales-data, .home section.templates {
    flex: 1;
    margin-top: 0;
  }
}
.home section.sales-data .more, .home section.templates .more {
  margin-top: min(10vw, 50px);
}
.home section h2 {
  margin-bottom: min(10vw, 30px);
  font-size: min(1.6vw, 20px);
}
@media screen and (max-width: 960px) {
  .home section h2 {
    font-size: max(2vw, 14px);
  }
}
@media screen and (max-width: 960px) {
  .home section h2 {
    text-align: center;
  }
}
.home .horizontal {
  gap: clamp(12px, 3.5%, 42px);
}
@media screen and (max-width: 960px) {
  .home .horizontal {
    display: block;
  }
}
@media not screen and (max-width: 960px) {
  .home .topics ul {
    margin: min(5vw, 20px);
  }
}
.home .topics li.important a::before {
  content: "重 要";
  background: #FFCC00;
  color: #000;
  border-radius: 0.3em;
  font-size: 80%;
  font-weight: 600;
  padding: 0.3em 1.2em;
  display: inline-block;
  margin-right: 1em;
  line-height: 1.2;
}
.home .topics .date {
  font-size: 80%;
  color: #B0B0B0;
}
.home .tool-links__list {
  gap: min(2.5%, 30px);
}
@media screen and (max-width: 960px) {
  .home .tool-links__list {
    gap: 2%;
  }
}
.home .tool-links__list li {
  width: min(23%, 163px);
  margin-bottom: min(2.5%, 30px);
}
@media screen and (max-width: 960px) {
  .home .tool-links__list li {
    width: 23.5%;
    margin-bottom: 2%;
  }
}
.home .tool div {
  width: 100%;
  aspect-ratio: 1/1;
  height: initial;
  margin: 0;
}
.home .sales-data,
.home .templates {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .sales-data__inner,
.home .templates__inner {
  flex-grow: 1;
}
.home .sales-data__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .sales-data img {
  width: 100%;
  max-width: 900px !important;
}
.home .template {
  list-style-type: none;
  margin: 0.3em 0;
}
.home .template__inner {
  align-items: flex-start;
}

.page .main-contents h3 {
  text-align: center;
  font-size: min(2.8vw, 32px);
  border-bottom: min(0.15em, 3px) solid #002F82;
  padding-bottom: 0.3em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto clamp(30px, 8vw, 58px);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .page .main-contents h3 {
    font-size: max(3.8vw, 18px);
    margin: min(5vw, 30px) auto min(15vw, 58px);
  }
}
.page .main-contents h4 {
  font-size: min(1.8vw, 24px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .page .main-contents h4 {
    font-size: max(2.2vw, 16px);
  }
}
.page .main-contents p {
  font-size: min(1.1vw, 16px);
  margin: 1.3em 0;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .page .main-contents p {
    font-size: max(1.6vw, 12px);
  }
}
.page .main-contents li {
  font-size: min(1.1vw, 16px);
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .page .main-contents li {
    font-size: max(1.6vw, 12px);
  }
}
.page .main-contents .box--grey {
  background: #F9F9F9;
  padding: clamp(20px, 4.5vw, 48px);
  width: 100%;
}
.page__tab ul {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: min(8vw, 57px) auto;
  gap: min(3vw, 15px);
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .page__tab ul {
    flex-wrap: wrap;
  }
}
.page__tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.6em;
  color: #bbb;
  font-size: min(1.1vw, 16px);
  white-space: nowrap;
  border-radius: min(0.5em, 4px);
}
@media screen and (max-width: 960px) {
  .page__tab a {
    font-size: max(1.6vw, 12px);
  }
}
@media screen and (max-width: 960px) {
  .page__tab a {
    font-size: max(1.8vw, 13px);
    padding: 0.8em 1em;
  }
}
.page__tab a.current {
  background: #002F82;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  cursor: unset;
}
.page__tab a:not(.current):hover {
  background: #fff;
}

#topics main .date {
  font-size: 75%;
  color: #C9C9C9;
  font-family: Arial, sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 780px) {
  #topics main .date {
    font-size: 80%;
  }
}
#topics .btn.topics__post {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  margin: 0;
  padding: 1em 3em;
}
#topics .headline .date {
  color: #002F82;
  margin-right: 0.7em;
}
#topics .headline h3 {
  line-height: 1.3;
  margin-top: 0.3em;
}
#topics .article-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(1vw, 40px);
  align-items: stretch;
}
@media screen and (max-width: 780px) {
  #topics .article-list ul {
    gap: 2vw;
  }
}
#topics .article-list li {
  width: min(18.5vw, 420px);
}
body[class*=paged-] #topics .article-list li.sticky {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1919px) {
  #topics .article-list li {
    width: 32.2%;
  }
}
@media screen and (max-width: 960px) {
  #topics .article-list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 780px) {
  #topics .article-list li {
    width: 100%;
  }
}
#topics .article-list a {
  color: #000;
  display: block;
}
#topics .article-list a:has(.headline) {
  flex-grow: 1;
}
#topics .article-list a:hover {
  opacity: 0.5;
}
#topics .article-list__box {
  background: #fff;
  border-radius: min(4vw, 8px);
  aspect-ratio: 21/12;
  width: 100%;
  height: 100%;
  padding: clamp(9px, 1.2vw, 25px) clamp(11px, 1.6vw, 33px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  #topics .article-list__box {
    aspect-ratio: initial;
    height: 100%;
    min-height: 23vw;
    padding: clamp(16px, 1.5vw, 25px) clamp(16px, 2vw, 35px);
  }
}
#topics .article-list .headline {
  color: #000;
  font-size: min(1vw, 18px);
}
@media screen and (max-width: 960px) {
  #topics .article-list .headline {
    font-size: max(1.6vw, 14px);
  }
}
#topics .article-list .headline .tag {
  background: #FFCC00;
  color: #000;
  border-radius: 0.3em;
  font-size: 70%;
  font-weight: 600;
  padding: 0.3em 1em;
  display: inline-block;
  margin-right: 1em;
  line-height: 1.2;
}
#topics .article-list .details {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D1D1D1;
  width: 100%;
  padding-top: min(1vw, 19px);
  margin-top: min(8vw, 25px);
}
@media screen and (max-width: 960px) {
  #topics .article-list .details {
    padding-top: min(2.5vw, 13px);
  }
}
#topics .article-list .owner {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#topics .article-list .owner__user__photo {
  width: clamp(16px, 2.5vw, 37.6px);
}
@media screen and (max-width: 960px) {
  #topics .article-list .owner__user__photo {
    width: max(3.5vw, 24px);
  }
}
#topics .article-list .owner__user__name {
  font-size: min(1vw, 14px);
}
@media screen and (max-width: 960px) {
  #topics .article-list .owner__user__name {
    font-size: max(1.6vw, 12px);
  }
}
#topics .article-list a:has(.comments) {
  margin-top: -0.5em;
}
#topics .article-list .comments {
  display: flex;
  align-items: center;
  height: 100%;
}
#topics .article-list .comments__count {
  color: #BFBFBF;
  font-size: min(1.4vw, 21px);
  font-weight: bold;
  white-space: nowrap;
}
#topics .article-list .comments__count::after {
  content: "comments";
  font-weight: normal;
  font-size: 60%;
  display: inline-block;
  text-indent: 0.3em;
}
@media screen and (max-width: 960px) {
  #topics .article-list .comments__count {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 780px) {
  #topics .article-list .comments__count {
    font-size: clamp(18px, 5vw, 20px);
    margin-top: 0.1em;
  }
}
#topics .article-pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.6%, 15px);
  margin: clamp(40px, 12vw, 75px) auto;
}
#topics .article-pagenation a,
#topics .article-pagenation span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(20px, 6vw, 46px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 80%;
}
@media screen and (max-width: 780px) {
  #topics .article-pagenation a,
  #topics .article-pagenation span {
    font-size: 3vw;
    width: 9.5vw;
  }
}
#topics .article-pagenation a.prev span {
  transform: scaleX(-1);
}
#topics .article-pagenation a.prev, #topics .article-pagenation a.next, #topics .article-pagenation a.first, #topics .article-pagenation a.last {
  background: transparent;
  width: clamp(12px, 3vw, 20px);
}
#topics .article-pagenation a.prev span, #topics .article-pagenation a.next span, #topics .article-pagenation a.first span, #topics .article-pagenation a.last span {
  background: transparent;
}
#topics .article-pagenation a.prev span, #topics .article-pagenation a.next span {
  font-size: 70%;
  margin-top: 0.5em;
}
#topics .article-pagenation a.first, #topics .article-pagenation a.last {
  font-size: 120%;
}
#topics .article-pagenation span.current {
  background: #002F82;
  color: #fff;
}
#topics .article-pagenation span.dots {
  display: inline-block;
  margin: 0.5em;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.single #topics .headline {
  border-bottom: min(0.2em, 4px) solid #E1E1E1;
  padding-bottom: clamp(5px, 0.5em, 19px);
  font-size: min(1.8vw, 24px);
}
@media screen and (max-width: 960px) {
  .single #topics .headline {
    font-size: max(2.2vw, 16px);
  }
}
.single #topics .headline .date {
  font-size: max(60%, 6px);
}
.single #topics .article-body h1, .single #topics .article-body h2, .single #topics .article-body h3, .single #topics .article-body h4, .single #topics .article-body h5, .single #topics .article-body h6 {
  margin: 0.5em 0;
  line-height: 1.4;
}
.single #topics .article-body p,
.single #topics .article-body li {
  line-height: 1.7;
  font-size: min(1.2vw, 18px);
}
@media screen and (max-width: 960px) {
  .single #topics .article-body p,
  .single #topics .article-body li {
    font-size: max(1.8vw, 13px);
  }
}
@media screen and (max-width: 780px) {
  .single #topics .article-body p,
  .single #topics .article-body li {
    font-size: max(2vw, 16px);
    line-height: 1.6;
  }
}
.single #topics .article-body p {
  margin: 1.3em 0;
}
.single #topics .article-body a {
  text-decoration: underline;
}
.single #topics .owner__user,
.single #topics .comment__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
  margin-top: 0.8em;
}
.single #topics .owner__user__photo,
.single #topics .comment__user__photo {
  width: clamp(24px, 3.5vw, 40px);
}
.single #topics .owner__user__name,
.single #topics .comment__user__name {
  font-size: min(1vw, 14px);
}
@media screen and (max-width: 960px) {
  .single #topics .owner__user__name,
  .single #topics .comment__user__name {
    font-size: max(1.6vw, 9px);
  }
}
@media screen and (max-width: 780px) {
  .single #topics .owner__user__name,
  .single #topics .comment__user__name {
    font-size: max(1.6vw, 12px);
  }
}
.single #topics .owner__user a, .single #topics .owner__user a:visited,
.single #topics .comment__user a,
.single #topics .comment__user a:visited {
  color: inherit;
}
.single #topics .owner__user {
  margin-top: clamp(40px, 8vw, 115px);
}
.single #topics .comments {
  margin: clamp(20px, 8vw, 54px) 0;
}
.single #topics .comments h4 {
  font-size: min(3vw, 26px);
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #E1E1E1;
}
@media screen and (max-width: 960px) {
  .single #topics .comments h4 {
    font-size: max(2vw, 20px);
  }
}
.single #topics .comments h4::after {
  content: "コメント";
  font-size: 45%;
  font-weight: normal;
  display: inline-block;
  text-indent: 2em;
}
.single #topics .comments .children {
  padding-left: min(5vw, 20px);
}
.single #topics .comments .children li {
  border-top: 1px dashed #E1E1E1 !important;
}
.single #topics .comment-list {
  border-bottom: 1px dashed #E1E1E1;
}
.single #topics .comment-list li {
  border-top: 1px dashed #E1E1E1;
}
.single #topics .comment-list li:first-of-type {
  border-top: none;
}
.single #topics .comment-body {
  padding: min(3vw, 28px) min(3vw, 12px);
  font-size: min(1.2vw, 18px);
}
@media screen and (max-width: 960px) {
  .single #topics .comment-body {
    font-size: max(1.8vw, 13px);
  }
}
.single #topics .comment__date {
  letter-spacing: 0;
}
.single #topics .comment__text {
  margin-top: 0.1em;
}
.single #topics .comment__text p {
  line-height: 1.7;
}
.single #topics .comment__text .edit,
.single #topics .comment__text .reply {
  font-size: 80%;
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
}
.single #topics .comment__text .edit:empty {
  margin-right: 0;
}
.single #topics .comment-leave {
  margin: clamp(20px, 8vw, 54px) auto 0 0;
}
.single #topics .comment-leave h3 {
  margin: 0.8em 0;
  font-size: min(1.1vw, 16px);
}
@media screen and (max-width: 960px) {
  .single #topics .comment-leave h3 {
    font-size: max(1.6vw, 12px);
  }
}
.single #topics .comment-leave h3 .icon-pen {
  color: #D6D6D6;
  display: inline-block;
  margin-right: 0.4em;
}
.single #topics .comment-leave .logged-in-as,
.single #topics .comment-leave label {
  display: none;
  visibility: hidden;
}
.single #topics .comment-leave textarea {
  background: #fff;
  border: 1px solid #CBCBCB;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.06) inset;
  border-radius: min(0.5em, 4px);
  width: 100%;
  line-height: 1.3;
  font-size: min(1.2vw, 18px);
}
@media screen and (max-width: 960px) {
  .single #topics .comment-leave textarea {
    font-size: max(1.7vw, 16px);
  }
}
.single #topics .comment-leave textarea:focus {
  box-shadow: none;
}
.single #topics .comment-leave .submit {
  background: #002F82;
  color: #fff;
  letter-spacing: 0.2em;
  width: clamp(100px, 40vw, 195px);
  aspect-ratio: 195/55;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: clamp(10px, 1.2vw, 17px);
  margin: min(6vw, 50px) auto;
  border-radius: min(0.5em, 4px);
}
@media screen and (max-width: 960px) {
  .single #topics .comment-leave .submit {
    font-size: clamp(14px, 2vw, 18px);
  }
}

.page .container.message .main-contents h4 {
  font-size: min(2vw, 32px);
}
@media not screen and (max-width: 960px) {
  .page .container.message .main-contents h4 {
    margin: 0 -4rem;
  }
}
@media screen and (max-width: 960px) {
  .page .container.message .main-contents h4 {
    font-size: max(2.7vw, 16px);
    margin: 0 -2rem;
  }
}
.page .container.message .main-contents .signature {
  font-size: min(1vw, 14px);
}
@media screen and (max-width: 960px) {
  .page .container.message .main-contents .signature {
    font-size: max(1.5vw, 10px);
  }
}
.page .container.origin .main-contents .logo {
  width: min(40%, 218px);
  margin: auto;
}
.page .container.about-company .main-contents {
  padding: min(6vw, 80px) min(5vw, 92px);
}
.page .container.about-company .main-contents table th, .page .container.about-company .main-contents table td {
  border: none;
  line-height: 1.7;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .page .container.about-company .main-contents table th, .page .container.about-company .main-contents table td {
    display: block;
    width: 100%;
  }
}
.page .container.about-company .main-contents table th {
  font-weight: 500;
  white-space: nowrap;
}
@media not screen and (max-width: 960px) {
  .page .container.about-company .main-contents table th {
    padding-right: 2em;
  }
}
@media not screen and (max-width: 960px) {
  .page .container.about-company .main-contents table td {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 960px) {
  .page .container.about-company .main-contents table td {
    margin-bottom: min(5vw, 20px);
  }
}
.page .container.members .main-contents {
  padding: min(6vw, 80px) min(5vw, 92px);
}

.page .container.philosophy-and-system .main-contents h5 {
  color: #002F82;
  font-size: min(1.6vw, 20px);
  font-weight: 600;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 960px) {
  .page .container.philosophy-and-system .main-contents h5 {
    font-size: max(2vw, 14px);
  }
}
.page .container.philosophy-and-system .main-contents h5 + p {
  margin-top: 0;
}
.page .container.philosophy-and-system .main-contents h6 {
  font-size: min(1.1vw, 16px);
  font-weight: 600;
  margin: 1.5em 0 0.5em;
}
@media screen and (max-width: 960px) {
  .page .container.philosophy-and-system .main-contents h6 {
    font-size: max(1.6vw, 12px);
  }
}
.page .container.philosophy-and-system .main-contents h6 + p {
  margin-top: 0;
}
.page .container.philosophy-and-system .main-contents .box--grey h5 {
  color: #000;
  font-weight: 600;
  font-size: min(2vw, 28px);
  margin: 0 0 1em;
}
@media screen and (max-width: 960px) {
  .page .container.philosophy-and-system .main-contents .box--grey h5 {
    font-size: max(2.5vw, 17px);
  }
}
.page .container.philosophy-and-system .main-contents .box--grey li {
  list-style-type: "・ ";
  margin-left: 1em;
}
.page .container.training .main-contents h4 {
  margin-bottom: min(10vw, 20px);
}
.page .container.training .main-contents h4:not(:first-of-type) {
  margin-top: clamp(50px, 18vw, 115px);
}
.page .container.training .wp-block-group {
  width: 100%;
}
.page .container.training .wp-block-group__inner-container {
  position: relative;
}
.page .container.training .data:has(#leaf__data--1) {
  max-width: 831px;
}
.page .container.training .data:has(#leaf__data--2) {
  max-width: 1618px;
}
.page .container.training .data:has(#en-courage__data--1) {
  max-width: 935px;
}
.page .container.training .data:has(#en-courage__data--2) {
  max-width: 1618px;
}
.page .container.training .data:has(:not(#leaf__data--1))::after {
  content: "";
  display: block;
  height: 23px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page .container.training iframe {
  width: 100%;
}
.page .container.training iframe#leaf__data--1 {
  min-height: 600px;
  aspect-ratio: 700/630;
  transform-origin: top left;
  width: 120%;
  transform: scale(0.84);
}
@media screen and (max-width: 780px) {
  .page .container.training iframe#leaf__data--1 {
    aspect-ratio: 700/630;
    width: 280%;
    transform: scale(0.36);
    margin-bottom: calc(min(100vw, 350px) * -1);
  }
}
.page .container.training iframe#en-courage__data--1 {
  min-height: 670px;
}
.page .container.training iframe#en-courage__data--2 {
  min-height: 660px;
}
.page .container.overtime .wp-block-group {
  width: 100%;
}
.page .container.overtime .data {
  max-width: 1000px;
  text-align: center;
}
.page .container.overtime .data .wp-block-group__inner-container {
  display: flex;
}
.page .container.overtime .main-contents iframe,
.page .container.overtime .main-contents img {
  width: min(100%, 699px);
  margin: auto;
}
.page .container.overtime #overtime__data--1 {
  aspect-ratio: 699/413;
  min-height: 433px;
}
.page .container.overtime #overtime__data--2 {
  aspect-ratio: 700/425;
  min-height: 445px;
}

.labor-faq__list {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.16);
}
.labor-faq__list > * {
  line-height: 1.4;
}
.labor-faq__list dt {
  font-weight: 600;
  border-top: 1px dotted rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 1em 0 0;
  align-items: baseline;
}
.labor-faq__list dt::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  color: #002F82;
  font-size: 210%;
  font-weight: 500;
  display: block;
  margin-right: 0.5em;
  white-space: nowrap;
}
.labor-faq__list dd {
  padding-left: 3.1em;
  padding-bottom: 1.3em;
}

.container.rules .main-contents {
  padding: clamp(16px, 6vw, 60px) clamp(14px, 6vw, 92px);
}

.page .main-contents .rules__list h3 {
  border-bottom: none;
  padding-bottom: 0;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
}

#sales-project .wp-block-group {
  width: 100%;
}
#sales-project .wp-block-group a {
  display: inline-block;
}
#sales-project .wp-block-group iframe,
#sales-project .wp-block-group img {
  width: 100%;
}
@media not screen and (max-width: 960px) {
  #sales-project .wp-block-group:has(#sales-project__data--1) {
    margin-top: min(8vw, 40px);
  }
}
#sales-project .wp-block-group__inner-container,
#sales-project .wp-block-group-is-layout-constrained {
  margin: 0 auto min(5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
#sales-project__data--1 {
  max-width: 824px;
}
#sales-project__data--2 {
  max-width: 740px;
}
#sales-project__data--1, #sales-project__data--2 {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #sales-project__data--1, #sales-project__data--2 {
    max-width: 720px;
  }
}

#templates .main-contents {
  padding: clamp(16px, 6vw, 60px) clamp(14px, 6vw, 92px);
}

#tool-links .main-contents {
  background: transparent;
  padding: 0;
}

.tool-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(4%, 30px);
}
.tool-links__list li {
  width: min(22%, 300px);
  margin-bottom: min(4%, 30px);
}
@media screen and (max-width: 780px) {
  .tool-links__list {
    gap: 3.5%;
  }
  .tool-links__list li {
    width: 31%;
    margin-bottom: 3.5%;
  }
}

.tool a {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  color: inherit;
  background-color: white;
  border: 1px solid #EEEEEE;
  border-radius: min(1.5vw, 8px);
  padding: max(5%, 8px);
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.tool a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.tool div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80%;
  margin-top: auto;
  mix-blend-mode: multiply;
}
.tool__purpose {
  width: 100%;
  font-size: clamp(7.5px, 1.3vw, 10px);
  font-weight: 500;
}
.tool__logo {
  width: min(50%, 120px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool__logo img {
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .tool__logo {
    width: max(45%, 11vw);
  }
}
.tool__name {
  font-size: min(0.9vw, 12px);
  font-weight: 700;
  text-align: center;
  margin: min(1.5vw, 3em) auto min(1vw, 2em);
}
@media screen and (max-width: 960px) {
  .tool__name {
    font-size: max(1.4vw, 8.5px);
  }
}
@media screen and (max-width: 780px) {
  .tool__name {
    margin: 3vw auto 0;
  }
}

.tab__wrap {
  position: relative;
}
.tab__contents.selected {
  position: relative;
}
.tab__contents__wrap {
  position: relative;
}

.vendor__type__list {
  display: flex;
  gap: 1.3em;
  align-items: center;
  margin-bottom: min(4vw, 42px);
  flex-wrap: wrap;
}
.vendor__type__list a {
  display: inline-block;
  font-weight: 600;
  border-radius: 0.5em;
  color: #002F82;
  padding: 0.7em 0;
  transition: all 0.3s;
}
.vendor__type__list a.selected {
  background-color: #002F82;
  color: #fff;
  padding: 0.7em 1.2em;
}
.vendor__list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(min(-5vw, 20px));
  transition: opacity 0.3s, transform 0s;
  position: absolute;
  width: 100%;
}
.vendor__list:not(:first-of-type) {
  margin-top: 0;
}
.vendor__list.selected {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.vendor__list li {
  list-style-type: none;
  text-indent: 0;
}
.vendor__region {
  display: flex;
}
@media screen and (max-width: 960px) {
  .vendor__region {
    flex-direction: column;
  }
}
.vendor__region__name {
  width: min(23vw, 105px);
  margin-right: 1.5em;
}
@media screen and (max-width: 960px) {
  .vendor__region__name {
    width: 100%;
  }
}
.vendor__region h4 {
  color: #002F82;
  border-radius: 3em;
  border: 1px solid #002F82;
  text-align: center;
  padding: 0.3em;
  font-size: 90%;
}
@media not screen and (max-width: 960px) {
  .vendor__region h4 {
    margin-top: 0.3em;
  }
}
@media screen and (max-width: 960px) {
  .vendor__region h4 {
    border-width: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 110%;
    padding: 0.5em;
  }
}
.vendor__region__list {
  width: 100%;
}
.vendor__name {
  font-size: 110%;
  margin-bottom: 0.3em;
  font-weight: 500;
  transition: margin-bottom 0.3s;
}
.vendor__name.selected {
  margin-bottom: 1em;
}
.vendor__persons__list {
  margin-left: min(5vw, 15px);
}
.vendor__persons__list li {
  margin: 0;
}
.vendor__persons__list li:not(:first-of-type) {
  margin-top: -1px;
}
.vendor__persons__list li:not(:first-of-type) dt {
  color: transparent;
  pointer-events: none;
}
.vendor__persons__list li:last-of-type {
  margin-bottom: 0.8em;
}
.vendor__person {
  display: flex;
  font-weight: 500;
}
.vendor__person dt {
  background-color: #363636;
  padding: 0.8em;
  color: #fff;
  width: min(12vw, 132px);
  text-align: center;
  font-weight: 600;
  border: 1px solid #363636;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .vendor__person dt {
    font-weight: 500;
    font-size: 90%;
    padding-top: 1em;
  }
}
.vendor__person dd {
  padding: 0.8em;
  display: flex;
  border: 1px solid #C9C9C9;
  border-left: transparent;
  background: #fff;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .vendor__person dd {
    padding-left: 0;
  }
}
.vendor__person__name {
  white-space: nowrap;
}
.vendor__person__access {
  display: flex;
  flex-wrap: wrap;
}
.vendor__person p {
  margin-left: min(2vw, 70px);
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .vendor__person p {
    margin-left: min(4vw, 40px);
  }
}
.vendor__information {
  margin-left: min(5vw, 15px);
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(8vw, 30px);
}
@media screen and (max-width: 960px) {
  .vendor__information {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}
.vendor__information > div {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.vendor__information dl {
  display: flex;
}
.vendor__information dt {
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1.4;
}
.vendor__information p {
  line-height: 1.4;
}
.vendor__tel {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .vendor__tel {
    padding-right: 1.5em;
  }
}
.vendor__fax {
  grid-column: 2/3;
  grid-row: 1/2;
}
.vendor__order {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .vendor__order {
    padding-right: 0;
    grid-column: 1/4;
  }
}
.vendor__payment {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 960px) {
  .vendor__payment {
    grid-column: 1/4;
    grid-row: 3/4;
  }
}
.vendor__notes {
  grid-column: 1/4;
  grid-row: 3/4;
}
@media screen and (max-width: 960px) {
  .vendor__notes {
    grid-row: 4/5;
  }
}
.vendor__notes p {
  white-space: pre-wrap;
}

.furniture-makers__list li {
  list-style-type: none;
  text-indent: 0;
}

.furniture-maker__name {
  font-size: 110%;
  margin-bottom: 0.3em;
  font-weight: 500;
  transition: margin-bottom 0.3s;
}
.furniture-maker__name span {
  font-weight: 400;
}
.furniture-maker__name.selected {
  margin-bottom: 1em;
}
.furniture-maker__url {
  margin-left: min(5vw, 15px);
  margin-bottom: min(3vw, 20px);
}
.furniture-maker__information {
  margin-left: min(5vw, 15px);
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(8vw, 30px);
}
@media screen and (max-width: 960px) {
  .furniture-maker__information {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
  }
}
.furniture-maker__information > div {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.furniture-maker__information dl {
  display: flex;
}
.furniture-maker__information dt {
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1.4;
}
.furniture-maker__information p {
  line-height: 1.4;
}
.furniture-maker__vendor {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .furniture-maker__vendor {
    padding-right: 1.5em;
  }
}
.furniture-maker__order {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .furniture-maker__order {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-right: 0;
  }
}
.furniture-maker__rate {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 960px) {
  .furniture-maker__rate {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.furniture-maker__notes {
  grid-column: 1/5;
  grid-row: 2/3;
}
@media screen and (max-width: 960px) {
  .furniture-maker__notes {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.furniture-maker__notes p {
  white-space: pre-wrap;
}

#new-pr .main-contents {
  padding: clamp(16px, 6vw, 60px) clamp(14px, 6vw, 92px);
}

.page-id-33 .sidebar,
.page-id-33 .searchbar,
body:has(#login.container) .sidebar,
body:has(#login.container) .searchbar {
  display: none;
  visibility: hidden;
}
.page-id-33 .container,
body:has(#login.container) .container {
  padding-left: 0;
}

#login.container {
  padding-left: 0;
}
#login.container + .sidebar, #login.container + .searchbar {
  display: none;
  visibility: hidden;
}

#login label,
#login .um-field-checkbox-option {
  color: #000 !important;
}
#login a.um-link-alt {
  color: #0992FB !important;
}
#login .um-field-checkbox-state i,
#login .um-field-radio-state i {
  color: #7b7b7b;
}

.page #user.container .main-contents {
  padding: 0;
}
.page #user.container .user__profile {
  color: #000;
}
.page #user.container .user__profile > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page #user.container .user__name {
  font-size: min(2.8vw, 32px);
}
@media screen and (max-width: 960px) {
  .page #user.container .user__name {
    font-size: max(4vw, 24px);
  }
}
.page #user.container .user__name .name--jp {
  font-weight: 500;
  margin-bottom: 0.35em;
}
.page #user.container .user__name .name--en {
  color: #002F82;
  font-size: min(40%, 14px);
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}
.page #user.container .user__position p {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.page #user.container .user__meta {
  font-family: "Roboto", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(10vw, 46px) auto;
  align-items: flex-start !important;
}
.page #user.container .user__meta p {
  margin: 0.35em 0;
  letter-spacing: 0.04em;
  font-size: min(1.6vw, 21px);
  display: flex;
}
@media screen and (max-width: 960px) {
  .page #user.container .user__meta p {
    font-size: max(2vw, 14px);
  }
}
.page #user.container .user__meta [class*=icon-] {
  margin-right: 0.6em;
  font-size: 115%;
}
.search__results__list dt,
.search__results__list dd p {
  line-height: 1.6;
}
.search__results__list dd {
  padding: 0.3em 0 0.5em;
  font-size: 80%;
}
.search__results__list dd p {
  color: #8b8b8b;
}

.character-spacing--025 {
  letter-spacing: 0.25em;
}
.character-spacing--025::after {
  content: "";
  margin-left: -0.25em;
}/*# sourceMappingURL=theme.css.map */