@charset "UTF-8";
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
html {
	scroll-behavior: smooth;
	--scroll-pad: 64px;
	scroll-padding-top: var(--scroll-pad);
}

body {
	position: relative;
}

/***** COMMON *****/
/* orbitアニメーション */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 9999;
  position: fixed;
  inset: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease 0.3s, visibility 0.8s ease 0.3s;
}
#page-loader.hide {
  opacity: 0;
  visibility: hidden;
}
#page-loader .orbit-spinner {
  width: 80px;
  height: 80px;
  position: relative;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#page-loader.hide .orbit-spinner {
  opacity: 0;
  transform: scale(0.9);
}
/* ========= Orbit Spinner ========= */
.orbit-spinner, .orbit-spinner * {
  box-sizing: border-box;
}
.orbit-spinner {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  perspective: 800px;
}
.orbit-spinner .orbit {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.orbit-spinner .orbit:nth-child(1) {
  left: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-one-animation 1200ms linear infinite;
  border-bottom: 3px solid #FC3929;
}
.orbit-spinner .orbit:nth-child(2) {
  right: 0%;
  top: 0%;
  animation: orbit-spinner-orbit-two-animation 1200ms linear infinite;
  border-right: 3px solid #FC3929;
}
.orbit-spinner .orbit:nth-child(3) {
  right: 0%;
  bottom: 0%;
  animation: orbit-spinner-orbit-three-animation 1200ms linear infinite;
  border-top: 3px solid #FC3929;
}

@keyframes orbit-spinner-orbit-one-animation {
  0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); }
}

@keyframes orbit-spinner-orbit-two-animation {
  0% { transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% { transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); }
}

@keyframes orbit-spinner-orbit-three-animation {
  0% { transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% { transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); }
}

/* ETC */
.smb-section__header {
	position: relative;
}
.smb-section__subtitle {
	position: absolute;
	bottom: -20px;
	font-size: 6rem;
	color: var(--sub-accent-color);
	opacity: .2;
}
.section_contact .smb-section__subtitle {
	bottom: 40px;
}
.__center .smb-section__subtitle {
	left: 50%;
    transform: translateX(-50%);
}
.smb-section__title {
    position: relative;
	color: var(--smb-section--subtitle-color);
	z-index: 1;
}
h4.wp-block-heading {
	line-height: 1.5;
}
.btn_more a {
	align-items: center;
}
.btn_more:not(.__prep) a::after {
	content: '';
    display: inline-block;
	mask: url(/wp-content/uploads/2025/09/icon-arrow-navy.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-arrow-navy.svg) no-repeat center / contain;
	background-color: var(--accent-color);
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.inner_links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
}
.inner_links a::before {
	content: "";
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--smb-section--subtitle-color);
	transform: translateX(0);
	transition: transform 0.4s ease;
}
.inner_links a:hover::before {
  animation: underline-swipe 1s ease forwards;
}
@keyframes underline-swipe {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.inner_links a::after {
	content: '';
    mask: url(/wp/wp-content/uploads/2025/09/icon-inner-link.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-inner-link.svg) no-repeat center / contain;
	background-color: var(--smb-section--subtitle-color);
    width: 12px;
    height: 7px;
	transition: transform 0.4s ease;
}
.inner_links a:hover::after {
  animation: arrow-slide 0.8s ease forwards;
}

@keyframes arrow-slide {
  0% {
    transform: translateY(0);
  }
  49% {
    transform: translateY(150%);
    opacity: 0;
  }
  50% {
    transform: translateY(-150%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.inner_links a span {
	color: #333;
	font-size: 1.35rem;
	font-weight: bold;
}
.inner_links a span strong {
	font-weight: 400;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* SUB */
.section_mv.__sub h1 {
	font-size: 2.5rem;
	text-shadow: 2px 2px 10px #c6aeae;
	padding-left: 3.5rem;
}
.section_mv.__sub h1::before {
	content: '';
	position: absolute;
    top: 50%;
	left: 0;
    background: url(/wp/wp-content/uploads/2025/09/logo-gray.png) no-repeat;
    background-size: contain;
    width: 15rem;
    height: 11.875rem;
    transform: translateY(-50%);
	opacity: .4;
}
.section_mv.__sub .smb-section__body {
	display: none;
}

/* HEADER */
header .c-fluid-container {
	padding-right: 0;
}
.c-site-branding__title .custom-logo {
	max-width: 240px;
}

.l-header__content .menu-item:nth-last-child(-n+2) {
	color: #fff;
}
.l-header__content .menu-item:not(.c-navbar__subitem):nth-last-child(2) {
	background: var(--sub-accent-color);
}
.l-header__content .menu-item:not(.c-navbar__subitem):last-child {
	background: var(--accent-color);
}
.l-header__content .menu-item:last-child a span {
    align-items: center;
}
.l-header__content .menu-item:last-child a span::after {
	content: '';
	display: inline-block;
	background: url(/wp/wp-content/uploads/2025/09/icon-outer-link.svg) no-repeat;
	background-size: contain;
	margin-left: 6px;
	width: 15px;
	height: 12px;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
	display: none;
}

.drawer-lang-switcher {
	margin-top: 1.6rem;
}
.drawer-lang-switcher a {
	text-decoration: none;
}

/* FOOTER */
.l-footer {
	background: var(--accent-color);
	border-top: none;
}
.l-footer::before {
	content: '';
	display: block;
	height: 32px;
	background: url(/wp/wp-content/uploads/2025/10/footer-bar-cc.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
.l-footer-widget-area .c-container .c-row {
	border-bottom: 1px solid #fff;
}
.footer_columns {
	color: #fff;
}

.footer-info.__title {
	font-size: 15px;
	font-weight: 400;
	margin-top: 1.5rem !important;
}
.widget_nav_menu ul {
    display: grid;
    grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
}
.widget_nav_menu ul .menu-item:nth-child(5) {
	margin-top: 0;
}
footer .menu-item,
footer .smb-btn {
	font-size: 18px;
}
footer .smb-btn-wrapper {
	min-width: 205px;
	box-sizing: border-box;
}
footer .__contact {
	border: 1px solid;
}
footer .__online .smb-btn {
	display: flex;
    align-items: center;
}
footer .__online .smb-btn::before {
	content: '';
	display: inline-block;
	mask: url(/wp/wp-content/uploads/2025/11/icon-cart.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/11/icon-cart.svg) no-repeat center / contain;
	background-color: var(--accent-color);
	margin-right: 6px;
	width: 22px;
	height: 20px;
}
/* footer .__online .smb-btn::after {
	content: '';
	display: inline-block;
	mask: url(https://trustlex.co.jp/wp/wp-content/uploads/2025/11/icon-cart.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-outer-link-navy.svg) no-repeat center / contain;
	background-color: var(--accent-color);
	margin-left: 6px;
	width: 16px;
	height: 13px;
} */
footer .__online a {
    color: var(--accent-color) !important;
	font-weight: bold;
	background: #fff;
}

.wp-social-link a svg {
	fill: #fff !important;
}

.c-copyright {
	background: transparent;
}

.language-switcher {
	position: fixed;
/* 	bottom: 2rem;
	left: 2rem; */
	top: 1rem;
    right: 37rem;
	background: #fff;
    padding: .5rem 1rem;
/*     box-shadow: 1px 1px 4px #ccc; */
	z-index: 9000;
}
.language-switcher a {
    color: initial;
	font-size: 18px;
	text-decoration: none;
}
.language-switcher a > span {
	display: flex;
    align-items: center;
    gap: 6px;
}
.language-switcher a > span img,
.lang-switch-link span img {
	width: 22px;
}
.language-switcher a > span img:first-child,
.lang-switch-link span img:first-child {
	display: none;
}
/* html[lang="en-US"] .language-switcher a > span span::before,
html[lang="en-US"] .lang-switch-link span span::before {
	content: "English→";
	display: inline;
}
.language-switcher a > span span::before,
.lang-switch-link span span::before {
	content: "Japanese→";
} */


/***** TOP *****/
body.home {
	background: url(/wp/wp-content/uploads/2025/11/common_bg_body.webp) no-repeat;
    background-size: cover;
}
#top-bg-container > div > div {
	max-width: 100%;
}

/* MV */
#mv-top img {
	object-position: 50% 30%;
}
.section_mv .smb-section__inner,
.section_mv .smb-section__inner .smb-section__title {
	color: #fff;
}
.section_mv:not(.__sub) .smb-section__title {
	font-size: 3.25rem;
    line-height: 1.7;
	text-shadow: 2px 2px 10px #c6aeae;
}
.section_mv:not(.__sub) .smb-section__lede-wrapper {
	display: none;
}

/* MVアニメーション */
#mv-top {
	position: relative;
	overflow: hidden;
}

/* 白マスク＋反転した光グラデーション */
/* .mv-mask {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.8) 30%,
		rgba(255, 255, 255, 1) 100%
	);
	transform: translate(-20%, -20%);
	transition: transform 3.2s ease-in-out;
	z-index: 3;
	pointer-events: none;
	mix-blend-mode: screen;
}
.mv-mask.is-active {
	transform: translate(100%, 0);
} */

/* ページ読み込み時の白フェード */
#mv-top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	z-index: 2;
	transition: opacity 1.2s ease-out;
}
#mv-top.loaded::before {
	opacity: 0;
}

/* Ken Burns風ズーム */
#mv-top .smb-section-with-bgimage__bgimage img {
	transform: scale(1.04) translate(-30px,-10px);
	opacity: 0.6;
	transition: transform 5.8s ease-out, opacity 2.6s ease-in-out;
}
#mv-top.loaded .smb-section-with-bgimage__bgimage img {
	transform: scale(1.02) translate(10px, 0);
	opacity: 1;
}

/* Textフェード */
#mv-top .smb-section__title {
	opacity: 0;
	transform: translateY(20px);
	transition: all .8s ease-out;
	transition-delay: 2s;
}
#mv-top.loaded .smb-section__title {
	opacity: 1;
	transform: translateY(0);
}


/* PHILOSOPHY */
/* #top-philosophy {
	padding-bottom: 5rem !important;
} */
#top-philosophy .smb-section__subtitle {
	right: 0;
	left: 0;
}
#top-philosophy .smb-section__body {
    position: relative;
	z-index: 1;
}
#trustlex-logo {
	width: 100%;
/*   max-width: 680px; */
	max-width: 280px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: -9rem;
	z-index: -1;
}

#trustlex-logo path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  fill: url(#trustlex-fill);
  transition: fill 0.3s ease;
}


/* WORKS */
.image__columns .smb-panels__item__body {
	cursor: auto;
}
.image__columns figure {
	aspect-ratio: 8 / 5;
	max-height: fit-content;
}
/* .image__columns a {
	display: block;
} */
.image__columns img {
/* 	width: 388px !important;
	height: 250px; */
	aspect-ratio: 8 / 5;
	object-fit: cover;
	width: 100% !important;
}
#top-service h3,
#support .smb-section__body h3 {
	color: #fff;
    background: var(--smb-section--subtitle-color);
}
#top-service p {
	letter-spacing: normal;
}
.strength_body.__last {
	letter-spacing: normal;
}

/* CONTACT */
.section_contact .smb-section__inner,
.section_contact .smb-section__inner .smb-section__title,
.section_contact .smb-section__inner .smb-section__subtitle {
	color: #fff;
}

/* STRENGTH */
.strength-item {
	display: flex;
    align-items: center;
}
.strength-item::before {
	content: '';
	display: inline-block;
	mask: url(/wp/wp-content/uploads/2025/09/icon-develop.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-develop.svg) no-repeat center / contain;
	background-color: var(--accent-color);
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.strength-item.__quality::before {
	content: '';
	mask: url(/wp/wp-content/uploads/2025/09/icon-quality.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-quality.svg) no-repeat center / contain;
}
.strength-item.__works::before {
	content: '';
	mask: url(/wp/wp-content/uploads/2025/09/icon-works.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-works.svg) no-repeat center / contain;
}
.strength-item.__partner::before {
	content: '';
	mask: url(/wp/wp-content/uploads/2025/11/icon-partner.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/11/icon-partner.svg) no-repeat center / contain;
}
.strength-item.__iso::before {
	content: '';
	mask: url(/wp/wp-content/uploads/2025/09/icon-certification.svg) no-repeat center / contain;
	-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-certification.svg) no-repeat center / contain;
}


/* NEWS */
.c-entry-summary__figure {
	display: none;
}
#top-news .c-entry-summary__meta {
	display: none;
}


/***** SERVICE *****/
.sub_links .inner_links {
	column-gap: 4rem;
}
.sub_links.__support .smb-section__subtitle {
	display: none;
}
.sub_links .smb-section__subtitle {
	font-size: 8rem;
	bottom: -2rem;
}
.sub_links .smb-section__title {
	font-size: 2.5rem;
}
.page-id-45 section:not(.sub_links):not(.section_contact) .smb-section__header,
.page-id-742 section:not(.sub_links):not(.section_contact) .smb-section__header {
	display: flex;
    flex-direction: column;
}
.page-id-45 section:not(.sub_links):not(.section_contact) .smb-section__subtitle,
.page-id-742 section:not(.sub_links):not(.section_contact) .smb-section__subtitle {
	position: relative;
	bottom: unset;
	font-size: 1.25rem;
	color: initial;
	margin-top: 2rem;
	opacity: 1;
	order: 1;
}
.page-id-45 section:not(.sub_links):not(.section_contact) .smb-section__lede-wrapper,
.page-id-742 section:not(.sub_links):not(.section_contact) .smb-section__lede-wrapper {
	margin-top: .5rem;
	order: 2;
}
.en-title > div > div.c-container {
	position: relative;
}
.en-title > div > div.c-container::after {
	content: 'Health Solutions';
	position: absolute;
	top: -8rem;
    right: 0;
    color: var(--sub-accent-color);
	font-size: 7rem;
	font-weight: bold;
	text-shadow: 3px 4px 2px #c9ab95;
    opacity: .2;
}
#oem-odm.en-title > div > div.c-container::after {
	content: 'OEM/ODM Services';
	right: unset;
	left: 0;
}
.oem_support-item img {
	min-width: 100%;
}
#wholesale.en-title > div > div.c-container::after {
	content: 'Wholesale/Distribution';
}
.side_media_full .c-row {
	align-items: center;
}
.side_media_full.__left .c-row__col:first-child,
.side_media_full.__left .c-row__col:last-child {
	padding-left: 0;
}
.side_media_full.__right .c-row__col:first-child,
.side_media_full.__right .c-row__col:last-child {
	padding-right: 0;
}
.side_media_full .c-row__col:first-child {
	position: relative;
}
.side_media_full .c-row__col:first-child::before {
	position: absolute;
	right: 0;
	bottom: 40%;
	content: '';
	background: url(/wp/wp-content/uploads/2025/11/common_bg_trim.svg) no-repeat;
	background-size: contain;
	width: 280px;
	height: 272px;
	opacity: 0.8;
}

html[lang="en-US"] .side_media_full .smb-section__subtitle {
	margin-top: 12px !important;
    line-height: 1.5;
}
.side_media_full h2 {
    display: flex;
    align-items: end;
}
html[lang="en-US"] .side_media_full h2 {
	font-size: 2.25rem;
}
.side_media_full h2::before {
	content: '';
    display: inline-block;
    background: url(/wp/wp-content/uploads/2025/10/title-mark-cc.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 64px;
    margin-right: 12px;
}
html[lang="en-US"] .side_media_full h2::before {
	width: 40px;
    height: 56px;
    margin-right: 6px;
}
.product-slider .spider__slide h3 {
	margin-top: 2rem;
	margin-bottom: 1rem !important;
}
.product-slider .spider__dots .spider__dot {
	width: 1rem;
	height: 1rem;
}
.product-slider .wp-block-snow-monkey-blocks-container a {
	display: flex;
}
.product-slider .wp-block-snow-monkey-blocks-container img {
	width: 100% !important;
/*     height: 220px; */
    object-fit: cover;
	aspect-ratio: 35 / 22;
}

.client_box .image_column figure {
	height: -webkit-fill-available;
}
.client_box .image_column figure img {
	height: 100%;
    object-fit: cover;
}

.section_partnership h3::before {
	content: '';
    display: inline-block;
    background: url(/wp/wp-content/uploads/2025/10/logo-gardient-cc.svg) no-repeat;
    background-size: contain;
    width: 5rem;
    height: 4rem;
	position: absolute;
    margin-left: -5.625rem;
    transform: translateY(-8px);
}
.flow_box {
	max-width: 786px;
	box-shadow: 6px 6px 2px rgba(94, 106, 114, 0.3);
}

.img_square img {
	width: 100%;
	height: 212px;
	margin: auto;
}

#community .smb-section__subtitle {
    bottom: 1rem;
	min-width: 100vw;
    font-size: 7rem;
    letter-spacing: normal;
    line-height: 1.1;
}
#community .wp-block-column:last-child {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#community .wp-block-image img {
	width: -webkit-fill-available;
}
#community .wp-block-column h3 {
	display: flex;
    align-items: end;
    font-size: 1.75rem;
	line-height: 1.5;
    margin-bottom: 1.5rem !important;
    margin-left: 0;
}
#community .wp-block-list {
	margin-left: 0;
}

/***** COMPANY *****/
.no_en-title .smb-section__title {
	font-size: 2.5rem;
}
.no_en-title .smb-section__lede-wrapper {
    font-weight: bold;
    color: var(--smb-section--subtitle-color);
	margin-top: 0 !important;
}
html[lang="en-US"] .no_en-title .smb-section__lede-wrapper {
	display: none;
}

/* PHILOSOPHY */
#philosophy > .smb-section__inner {
	background: url(/wp/wp-content/uploads/2025/09/logo-gray.png) no-repeat;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
    background-size: contain;
	background-position: center;
}

/* STRENGTH */
.sub_strength-item:not(:first-child) {
	margin-top: 3.75rem !important;
}
.sub_strength-item .wp-block-column:last-child {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.sub_strength-item img {
	width: 25rem !important;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 3 / 2;
}
.sub_strength-item h3 {
	display: flex;
    align-items: end;
	font-size: 1.5rem;
	margin-bottom: 1.5rem !important;
	margin-left: 0;
}
.sub_strength-item h3::before,
#faq h3::before {
	content: '';
	display: inline-block;
	background: url(/wp/wp-content/uploads/2025/10/title-mark-cc.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 44px;
	margin-right: 12px;
}
#strengths h4 {
	margin-left: 0;
}

/* MESSAGE */
.prep_message h2 {
	font-size: 3rem;
}
.prep_message.__en h2 {
	line-height: 1.5;
}
.prep_message .smb-section__lede {
	font-size: 1.5rem;
/* 	text-shadow: 1px 1px 1px #9c9090; */
    -webkit-text-stroke: 2px #dfdbdb;
    text-stroke: 2px black;
    paint-order: stroke;
}
.message_container {
	margin-top: -100px !important;
}
.message_container * {
	color: #fff;
}
.message_container .smb-box__body {
	max-width: 560px;
    margin: auto;
}

/* PROFILE */
.section_profile .smb-section__body {
	margin-top: 0;
}
.profile_table .smb-information__item {
	padding: 1.5rem 1rem 0;
    margin-top: 1.5rem;
}
.profile_table .smb-information__item:not(:first-child) {
	border-top: 1px solid #666;
}
.profile_table .smb-information__item__label {
	font-weight: bold;
}

/* HISTORY */
.wp-block-table.history_table {
	position: relative;
	border-collapse: collapse;
	width: 100%;
}
.history_table::before {
	content: '';
	position: absolute;
	top: 32px;
	left: 123px;
	transform: translateX(-50%);
	width: 2px;
	height: 0;
	background: #D8D4CB;
	transition: height 5s ease-in;
	z-index: 0;
}
#history.__en .history_table::before {
	left: 98px;
}
.history_table.is-active::before {
  	height: calc(100% - 40px);
}

.wp-block-table.history_table td,
.wp-block-table.history_table th {
	border: none;
}
.history_table td {
	line-height: 44px;
	position: relative;
	vertical-align: top;
}
.history_table td:first-child {
	font-size: 1.5rem;
	font-weight: bold;
	word-break: keep-all;
}
.history_table td:nth-child(2) {
    display: flex;
/* 	font-size: 1.25rem;
	font-weight: bold; */
}
.history_table td:nth-child(2)::before {
	content: '';
	display: inline-block;
	background: url(/wp/wp-content/uploads/2025/10/history-mark-cc.svg) no-repeat;
	background-size: contain;
	min-width: 26px;
	height: 26px;
	margin-top: 9px;
	margin-right: 1.25rem;
}
.history_table td:last-child {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
}
.history_table td:last-child strong {
	display: contents;
    font-size: 16px;
	font-weight: 400;
}


/***** CONTACT *****/
#contact-form .smb-section__body {
	margin-top: 2rem;
}
.snow-monkey-form {
	padding-top: 1rem;
}
.smf-form--letter .smf-item__col--label {
	padding-bottom: 6px;
}
.smf-item__label__text {
	font-size: 18px;
}
.__require .smf-item__label__text::after,
.smf-checkbox-control__label::after {
	content: '*';
	color: red;
	margin-left: 4px;
}
.smf-form .smf-select-control__control,
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control,
.smf-action .smf-button-control__control {
	border-radius: 0;
}
div[data-name="agreement"] {
	text-align: center;
	margin-top: 1rem;
}
.smf-action .smf-button-control__control {
	min-width: 240px;
	color: #fff;
    font-weight: bold;
	line-height: 2.5rem;
	background: var(--sub-accent-color);
}
.smf-button-control__control[data-action="back"] {
	background: #aaa;
}

/***** FAQ *****/
#faq .smb-accordion + .smb-accordion {
	margin-top: 8px !important;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}
#faq .smb-accordion__item__title {
	background-color: transparent;
}
#faq h3 {
	display: flex;
	font-size: 1.5rem;
}
#faq h3::before {
	width: 30px;
    height: 38px;
}
#faq .smb-accordion__item__title__label::before {
	content: 'Q';
	color: var(--smb-section--subtitle-color);
	font-weight: bold;
    margin-right: 8px;
}
#faq .smb-accordion__item__body {
	padding-top: 5px;
}
#faq .smb-accordion__item__body p{
	padding-left: 1.5rem;
}
#faq .smb-accordion__item__body p::before {
	content: 'A';
	position: absolute;
    left: 0;
	color: var(--sub-accent-color);
	font-weight: bold;
    margin-right: 8px;
}

/***** NEWS *****/
.archive .c-entry-summary__body {
	display: flex;
    flex-direction: column;
}
.archive .c-entry-summary__content {
	order: 2;
}
.archive .c-entry-summary__meta {
	justify-content: flex-start;
	order: 1;
	margin-top: 2px;
}
.c-entry-summary__title {
	display: flex;
	font-size: 1.25rem;
}
.c-entry-summary__title::before {
	content: '';
    display: inline-block;
    background: url(/wp/wp-content/uploads/2025/10/title-mark-cc.svg) no-repeat;
    background-size: contain;
    width: 27px;
    min-width: 27px;
    height: 36px;
    min-height: 36px;
    margin-right: 12px;
}
html[lang="en-US"] .c-entry-summary__title::before {
	width: 22px;
    min-width: 22px;
    height: 28px;
    min-height: 28px;
    margin-right: 8px;
}
.c-entries--simple .c-entry-summary__content {
	font-size: 1rem;
}

/***** BLOG *****/
.c-meta__item--modified,
.c-meta__item--author,
.c-meta__item--categories {
	display: none;
}
.p-related-posts .p-related-posts__title {
	margin-bottom: 10px;
}
.p-related-posts ul {
	border-top: none;
}
.p-related-posts ul .c-entries__item:last-of-type {
	border-bottom: none;
}
.p-related-posts .c-entry-summary__title::before {
    width: 24px;
    min-width: 24px;
    height: 30px;
    min-height: 30px;
    margin-right: 10px;
}
html[lang="en-US"] .p-related-posts .c-entry-summary__title::before {
	width: 20px;
    min-width: 20px;
    height: 26px;
    min-height: 26px;
}

/***** Sitemap *****/
#sitemap a {
	text-decoration: none;
}


/***** MEDIA *****/
@media (min-width: 1025px) {
	#mv-top {
		aspect-ratio: 36 / 17;
	}
	#mv_service img {
		height: 110%;
		object-position: left;
	}
	#iso .smb-items__item__body p {
		min-height: 202px;
	}
}
@media (min-width: 1281px) {
	.section_mv.__sub .smb-section__contents-wrapper {
		width: 70%;
	}
}
@media (min-width: 1536px) {
	:root {
		font-size: 110%;
		--_global--container-max-width: 1400px;
	}
	.u-slim-width {
		max-width: 80% !important;
	}
	.history_table::before {
		left: 150px;
	}
	.history_table td:first-child {
		width: 126px;
	}
	#history.__en .history_table td:first-child {
		width: 96px;
	}
	#history.__en .history_table::before {
		left: 119px;
	}
	#media .smb-section__contents-wrapper {
		max-width: 70%;
	}
	#media figure a {
		display: block;
	}
	#media figure img {
		width: 100%;
	}
	.side_media_full .c-row__col:first-child {
		--_item-width: 45%;
	}
	.side_media_full .c-row__col:last-child {
		--_item-width: 55%;
	}
	.side_media_full.__right .c-row__col:last-child {
		margin-right: 0;
	}
	.side_media_full .c-row__col:last-child .wp-block-image img,
	.side_media_full.__right .c-row__col:last-child .wp-block-image img {
		width: 100%;
	}
	#philosophy .smb-section__contents-wrapper,
	#faq .smb-section__contents-wrapper,
	#contact-form .smb-section__contents-wrapper,
	.privacy-policy .smb-section__contents-wrapper {
		max-width: 70%;
	}
}
@media (min-width: 1680px) {
	:root {
		font-size: 125%;
		--_global--container-max-width: 1600px;
	}
	.single .c-entry__footer {
		max-width: 1080px;
	}
	.side_media_full .c-row__col:first-child {
		--_item-width: 43%;
	}
	.side_media_full .c-row__col:last-child {
		--_item-width: 60%;
	}
	#history.__en .history_table::before {
		left: 121px;
	}
	#media .smb-section__contents-wrapper {
		max-width: 80%;
	}
}
@media (min-width: 1920px) {
	.side_media_full .c-row__col:first-child {
		--_item-width: 40%;
	}
	.side_media_full .c-row__col:last-child {
		--_item-width: 70%;
	}
}
@media (max-width: 1280px) {
	:root {
		font-size: 90%;
	}
}
@media (min-width: 1080px) {
	footer .__online .smb-btn {
		max-width: 15rem;
		margin-left: auto;
	}
}
@media (max-width: 1024px) {
  /******************************************************************

Stylesheet: 1024px以下（タブレット）で適用

******************************************************************/
	:root {
		font-size: 75%;
	}
	.l-1row-header__branding {
		padding: 0;
	}
	.c-site-branding__title .custom-logo {
		max-width: 200px;
	}
	:root :where(.wp-block-social-links-is-layout-flex) {
		gap: 4rem;
	}
	.section_mv:not(.__sub) .smb-section__title {
		font-size: 2.4rem;
		margin-right: 1.6rem;
		padding-bottom: 3.6rem;
	}
	html[lang="en-US"] .section_mv:not(.__sub) .smb-section__title {
		letter-spacing: normal;
        line-height: 1.6;
	}
	.section_mv.__sub.__company img {
		object-position: 90% 50%;
	}
	.history_table::before {
		left: 96px;
	}
	#history.__en .history_table::before {
		left: 77px;
	}
	.history_table td:last-child {
		font-size: 17px;
	}
}

@media (min-width: 821px) {
	html[lang="en-US"] #top-service h4 {
		display: flex;
        align-items: center;
		min-height: 82px;
	}
	footer .widget .menu {
		width: fit-content;
	    margin-left: auto;
	}
	footer .widget .menu .menu-item {
		min-width: 13rem;
	}
}
@media (max-width: 820px) {
	body > .language-switcher {
		display: none;
	}
	.language-switcher {
		top: 1.1rem;
		right: 4.5rem;
	}
	.l-header__content {
		padding-right: 1rem;
	}
	html[lang="en-US"] .c-drawer {
		width: min(24rem,80%);
	}
	.c-drawer__menu > li:last-child {
		text-align: center;
		background: var(--sub-accent-color);
		box-sizing: border-box;
		margin-top: 1rem;
		background:  #fff;
		color: var(--accent-color);
	}
	.c-drawer__menu > li:last-child a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.c-drawer__menu > li:last-child a::before {
		content: '';
		display: inline-block;
		mask: url(/wp/wp-content/uploads/2025/11/icon-cart.svg) no-repeat center / contain;
		-webkit-mask: url(/wp/wp-content/uploads/2025/11/icon-cart.svg) no-repeat center / contain;
		background-color: var(--accent-color);
		margin-right: 6px;
		width: 17px;
		height: 15px;
	}
/* 	.c-drawer__menu > li:last-child a::after {
		content: '';
		display: inline-block;
		mask: url(/wp/wp-content/uploads/2025/09/icon-outer-link-navy.svg) no-repeat center / contain;
		-webkit-mask: url(/wp/wp-content/uploads/2025/09/icon-outer-link-navy.svg) no-repeat center / contain;
		background-color: var(--accent-color);
		margin-left: 5px;
		width: 12px;
		height: 10px;
	} */
	.drawer-lang-switcher a {
		font-size: 11px;
	}
	#top-philosophy .c-row__col:last-child .smb-section-break-the-grid__figure {
		margin-right: 0;
		margin-left: 0;
		padding: 0 2rem;
	}
	#community .smb-section__subtitle {
		font-size: 5rem;
	}
	.en-title > div > div.c-container::after {
		top: -6rem;
		font-size: 6rem;
	}
	.p-related-posts .c-entry-summary__title::before {
		display: none;
	}
	#sitemap .smb-section__body {
		padding-left: 2rem;
	}
	.language-switcher a {
		font-size: 14px;
	}
}
@media (max-width: 820px) and (min-width: 640px) {
	#top-philosophy .c-row__col:last-child {
		margin-top: -200px;
	}
	#top-philosophy .c-row__col:last-child .smb-section-break-the-grid__figure {
		max-width: 60%;
	}
	.section_mv.__sub .smb-section__contents-wrapper {
		width: 90%;
	}
}

@media (min-width: 640px) {
	#top-service p {
		min-height: 202px;
	}
	#top-service p + div {
		margin-top: .75rem;
	}
/* SERVICE */
	.section_mv.__sub .smb-section__contents-wrapper {
		width: 70%;
	}
/* 	.product-slider .wp-block-snow-monkey-blocks-container {
		height: 492px;
	} */
	.product-slider p {
		height: 136px;
	}
	html[lang="en-US"] .product-slider p {
		height: 172px;
	}
	.side_media_full .c-row__col:last-child {
/* 		width: 100vw; */
		margin-left: calc(50% - 50vw);
	}
	.side_media_full.__right .c-row__col:last-child {
		margin-left: auto;
		margin-right: calc(50% - 50vw);
	}
	.client_box.__naitou .wp-block-columns,
	.sub_strength-item {
		flex-wrap: nowrap !important;
	}
/* COMPANY */
	.sub_strength-item > .wp-block-column:first-child {
		max-width: 36%;
	}
/* Sitemap */
	.sitemap__columns .wp-block-column:first-child {
		border-right: 1px dashed #999;
	}
}


@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
	:root {
		font-size: 62.5%;
	}
	.pc_only {
		display: none;
	}
	.smb-section__subtitle {
		font-size: 5rem;
		bottom: -12px;
	}
	h3, h4 {
		font-size: 1.8rem;
	}
	p,li {
		font-size: 1.5rem;
	}
	.c-drawer a,
	.smb-section__lede {
		font-size: 1.4rem;
	}
	.c-drawer a {
		line-height: 1.5;
	}
	.smb-btn-wrapper .smb-btn {
		font-size: 1.5rem;
		max-width: 22rem;
		margin: 1rem auto 2rem;
	}
	.page-id-742 .smb-btn-wrapper .smb-btn {
		max-width: 28rem;
	}
	.c-drawer__menu {
		margin-top: 4rem;
	}
	.c-drawer__menu .c-drawer__item {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.c-drawer__menu .c-ic-angle-right:before {
		width: .6em;
		height: .6em;
	}
	.drawer-lang-switcher a {
		font-size: 15px;
	}

	.l-footer {
		z-index: 1;
	}
	.l-footer::before {
		background: url(/wp/wp-content/uploads/2025/11/footer-bar-cc-sp.webp) no-repeat;
		background-size: cover;
        height: 20px;
	}
	#footer-logo img {
		margin: auto;
	}
	.footer-info {
		text-align: center;
	}
	.footer-info:not(.__title) {
		font-size: 1.3rem;
	}
	.wp-block-social-links {
		justify-content: center;
	}
	.wp-block-social-links .wp-social-link svg {
	    min-width: 2.4rem;
		min-height: 2.4rem;
	}
	.menu-footer-nav-container {
		margin-bottom: 1rem;
	}
	#menu-footer-nav {
		grid-auto-columns: 1fr;
		padding: 0 1rem;
	}
	footer .menu-item,
	footer .smb-btn {
		font-size: 16px;
	}
	footer .menu-item {
		line-height: 3.6rem;
	}
	footer .smb-btn {
		line-height: 4rem;
	}
	footer .menu-item:nth-of-type(-n+4) {
		padding-left: 1rem;
	}
	.l-footer--default .c-copyright {
		font-size: 12px;
    	padding: .6rem 0 1.2rem;
	}
	#health-solution {
		scroll-margin-top: 20px;
	}
	#oem-odm,
	#wholesale {
		scroll-margin-top: 40px;
	}
/* TOP */
	#mv-top {
		--smb-section--min-height: 32rem !important;
	}
	#mv-top img {
		object-position: 60% 30%;
	}
	#mv-top .smb-section-with-bgimage__bgimage img {
		transform: scale(1.04) translate(-8px,-4px);
	}
	#mv-top.loaded .smb-section-with-bgimage__bgimage img {
		transform: scale(1.02) translate(0, 0);
	}
	#mv-top .smb-section__title {
		transition-delay: 2s;
	}
	.section_mv:not(.__sub) .smb-section__title {
		text-align: right;
	}
	#top-philosophy .smb-section__subtitle {
		left: 0;
	}
	#top-philosophy .c-row__col:first-child > div {
		text-align: center;
	}
	#top-philosophy .c-row__col:first-child p {
		word-break: keep-all;
	}
	#top-philosophy .c-row__col:last-child {
		margin-top: -120px;
	}
	#trustlex-logo {
		max-width: 240px;
		margin-top: -12rem;
	}
	html[lang="en-US"] #trustlex-logo {
		margin-top: -15rem;
	}
	#top-strength .smb-section__header,
	#top-news .smb-section__header {
		text-align: center;
	}
	#top-strength .smb-section__subtitle,
	#top-news .smb-section__subtitle {
		left: 0;
        right: 0;
	}
	#top-strength .smb-buttons,
	#top-news .smb-buttons {
		justify-content: center;
	}
	#top-news .c-entry-summary__header {
		margin-bottom: 0;
	}
	.c-entry-summary__title {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.c-entry-summary__title::before {
		min-width: 18px;
        max-width: 18px;
        max-height: 26px;
        margin-right: 6px;
	}
/* SERVICE */
	.section_mv.__sub {
		--smb-section--min-height: 180px !important;
	}
	.en-title,
	.alignfull+.alignfull.en-title {
		margin-top: 4rem !important;
	}
	.en-title .smb-section__contents-wrapper {
		margin-top: 2rem;
	}
	.en-title > div > div.c-container::after {
		font-size: 5rem;
		line-height: 1;
		text-shadow: 1px 2px 1px #c9ab95;
		top: -6.2rem;
        left: 1rem;
	}
	.product-slider .spider__slide[data-content-position=center-center] {
		align-items: flex-start !important;
	}
	#oem-odm.en-title > div > div.c-container::after {
		left: 1rem;
	}
	#wholesale.en-title > div > div.c-container::after {
		content: 'Wholesale Distribution';
	}
	.side_media_full h2 {
		font-size: 2.4rem;
		letter-spacing: normal;
	}
	html[lang="en-US"] .side_media_full h2 {
		font-size: 2rem;
	}
	.side_media_full h2::before {
		width: 32px;
		height: 41px;
		margin-right: 8px;
	}
	html[lang="en-US"] .side_media_full h2::before {
		width: 26px;
        height: 36px;
		margin-right: 4px;
	}
	.page-id-45 section:not(.sub_links):not(.section_contact) .smb-section__subtitle,
	.page-id-742 section:not(.sub_links):not(.section_contact) .smb-section__subtitle {
		font-size: 1.6rem;
	}
	.page-id-45 section:not(.sub_links):not(.section_contact) .smb-section__lede,
	.page-id-742 section:not(.sub_links):not(.section_contact) .smb-section__lede {
		text-align: left;
	}
	figure.__main {
		width: 100% !important;
	}
	.product-slider .wp-block-snow-monkey-blocks-container a {
		margin-bottom: 0;
	}
	.section_partnership.__client h3::before {
		display: none;
	}
	#community {
		padding-top: 9rem !important;
	}
	#community .smb-section__header {
		text-align: left;
		padding-top: 40px;
	}
	#community .smb-section__subtitle {
		bottom: 5rem;
		line-height: 1;
		margin-left: 1rem;
	}
	#community h2 {
		display: flex;
	    align-items: end;
	}
	#community h2::before {
		content: '';
		display: inline-block;
		background: url(/wp/wp-content/uploads/2025/10/title-mark-cc.svg) no-repeat;
		background-size: contain;
		width: 32px;
        height: 41px;
        margin-right: 8px;
	}
/* COMPANY */
	#information-links .smb-section__title {
		font-size: 2.4rem;
		letter-spacing: normal;
	}
	.sub_links .smb-section__subtitle {
		font-size: 5rem;
		bottom: 0;
	}
	#information-links .inner_links .wp-block-snow-monkey-blocks-btn {
		width: 40%;
	}
	html[lang="en-US"] .sub_links .inner_links {
		column-gap: 1rem;
	}
	html[lang="en-US"] #information-links .inner_links .wp-block-snow-monkey-blocks-btn {
		width: 48%;
	}
	html[lang="en-US"] #information-links .inner_links a {
		gap: 6px;
	}
	html[lang="en-US"] #information-links .inner_links a::after {
		width: 10px;
		height: 6px;
	}
	html[lang="en-US"] #information-links .inner_links a span {
		font-size: 1.2rem;
		letter-spacing: normal;
	}
	html[lang="en-US"] #information-links .inner_links a span strong {
		display: none;
	}
	#information-links .inner_links .smb-btn {
		width: 100%;
	}
	#philosophy > .smb-section__inner {
		background-position: center bottom;
	}
	#philosophy h3 {
		word-break: keep-all;
	}
	.sub_strength-item {
		flex-direction: column-reverse;
	}
	.sub_strength-item h3 {
		font-size: 1.8rem;
	}
	.sub_strength-item h3::before {
		width: 27px;
		height: 36px;
		margin-right: 8px;
	}
	#strengths h4 {
		font-size: 1.6rem;
	}
	.sub_strength-item img {
		width: 100% !important;
		height: auto;
		aspect-ratio: 5 / 4;
	}
	#rep-image {
		--smb-section--min-height: 28rem !important;
	}
	.prep_message h2 {
		font-size: 2.4rem;
	}
	.message_container {
		margin-top: -4rem !important;
	}
	.message_container h3 {
		font-size: 1.6rem;
	}
	.section_profile .wp-block-snow-monkey-blocks-box {
		padding: 1rem !important;
	}
	.smb-information__item__label {
		font-size: 1.5rem;
	}
	#history .c-container {
		padding: 0;
	}
	.history_table::before {
		top: 23px;
		left: 82px;
	}
	#history.__en .history_table::before {
		left: 67px;
	}
	.history_table.is-active::before {
		height: calc(100% - 20px);
	}
	.history_table td:first-child {
		line-height: 1.8;
	}
	.history_table td:last-child {
		font-size: 14px;
		line-height: 1.5;
	}
	.history_table td:nth-child(2)::before {
		margin-top: 0;
		margin-right: 1rem;
	}
	.history_table td:last-child strong {
		font-size: 13px;
	}
/* CONTACT */
	#faq h3 {
		font-size: 16px;
		align-items: end;
	}
	html[lang="en-US"] #faq h3 {
		font-size: 17px;
	}
	#faq h3::before {
		width: 25px;
        height: 32px;
        margin-right: 8px;
	}
	.smb-accordion__item__title__label {
		font-size: 15px;
	}
	
	html[lang="en-US"] .smf-progress-tracker__item__text {
		font-size: 1.25rem;
	}
	.smf-form .smf-select-control,
	.smf-form .smf-select-control__control, .smf-form .smf-text-control__control, .smf-form .smf-textarea-control__control, .smf-action .smf-button-control__control {
		width: 100%;
	}
	.contact_item_img {
		max-width: 20rem;
	}
	.smf-item__label__text,
	.smf-select-control__control,
	.smf-checkbox-control,
	.smf-action .smf-button-control__control,
	.smf-placeholder {
		font-size: 15px;
	}
	.smf-action .smf-button-control + .smf-button-control {
		margin-left: 0;
	}
	.smf-button-control + .smf-button-control > button {
		margin-top: 1.5rem;
	}
	.smf-complete-content {
		letter-spacing: normal;
	}
/* NEWS */
	.c-breadcrumbs__item {
		font-size: 12px;
	}
	.archive .c-entry-summary__meta {
		margin-top: -6px;
	}
	.archive .c-meta__item--published {
		font-weight: 400;
		margin-left: 2.4rem;
	}
	.p-related-posts .c-meta__item--published {
		font-size: 12px;
	}
	.p-related-posts .c-entry-summary__title {
		font-size: 14px;
		line-height: normal;
	}
/* POLICY */
	#privacy h1 {
		font-size: 2.4rem;
	}
	h2.policy-title {
		font-size: 18px;
	}
/* Site Map */
	.__external-link strong {
		display: block;
		font-weight: normal;
		margin-top: -8px;
	}
	.__external-link span {
		font-size: 14px !important;
	}
}


@media (max-width: 639px) and (min-width: 410px) {
	#health-solution {
		padding-top: 20px !important;
	}
	#health-solution.en-title > div > div.c-container::after {
		top: -1rem;
	}
}
/*# sourceMappingURL=style.css.map */