@charset "UTF-8";
@media screen and (max-width: 768px) {
  @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&display=swap");
  body {
    background: #fff;
    font-family: "Lexend Deca", "Hiragino Sans", sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    height: 100vh;
    overflow-x: hidden;
    color: #000;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .en {
    font-family: "Lexend Deca", sans-serif;
    letter-spacing: -0.1rem;
  }
  img {
    vertical-align: top;
  }
  li {
    list-style: none;
  }
  #site-header {
    position: fixed;
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  .header--hidden {
    transform: translateY(-100%);
  }
  html.no-scroll,
  body.no-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  .btn {
    display: inline-block;
    padding: 16px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
  }
  .btn.border_green {
    border: 1px solid #37744f;
    color: #37744f;
  }
  .btn.border_white {
    border: 1px solid #ffffff;
    color: #ffffff;
  }
  .btn.green {
    background-color: #37744f;
    color: #fff;
  }
  .btn.black {
    background-color: #000;
    color: #fff;
  }
  .btn.white {
    background-color: #ffffff;
    color: #000;
  }
  .btn.white-green {
    background-color: #ffffff;
    color: #37744f;
  }
  .heading_title {
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: -0.4rem;
  }
  .top-section-header {
    margin-bottom: 8rem;
  }
  .top-section-header .top-section-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .top-section-header .top-section-problem {
    max-width: 100%;
    text-align: right;
    margin-left: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-weight: bold;
  }
  .top-section-header .top-section-problem .top-section-challenge {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 1rem 0;
  }
  .scroll {
    position: absolute;
    right: 2%;
    top: 8%;
    writing-mode: vertical-rl;
    z-index: 99;
    color: #37744f;
  }
  .scroll::before {
    animation: scroll 2s infinite;
    background-color: #37744f;
    bottom: -100px;
    content: "";
    height: 85px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .more-cta {
    width: 100%;
    margin: 4rem auto;
  }
  .more-cta .more-link {
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-bottom: solid 2px #000;
    padding-bottom: 1rem;
  }
  .more-cta .more-link .arrow {
    font-size: 16px;
  }
  .more-cta .more-link:hover {
    opacity: 0.7;
  }
  .more-cta.layout-right {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
  .more-cta.layout-center {
    margin: 6rem auto;
    text-align: center;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  sup {
    font-size: 1.5rem;
    line-height: 0.5rem;
    position: absolute;
  }
  * {
    min-height: 0;
    min-width: 0;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
  .ft_w {
    font-weight: bold !important;
  }
  .globalBtn:hover {
    background-color: #fff;
    color: #000;
  }
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
  }
  .fade-in.active {
    opacity: 1;
    transform: translateY(0);
  }
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
  }
  #loading.fade-out {
    opacity: 0;
    pointer-events: none;
  }
  .spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .zoom-target {
    transition: transform 0.4s ease;
    transform: scale(1);
  }
  .zoom-target.zoomed {
    transform: scale(1.05);
  }
  .kv-video.zoom-target.zoomed {
    border-radius: 2rem !important;
  }
  .mask-wrap {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .mask-text {
    display: inline-block;
    transform: translateY(100%);
    animation: slideUp 0.8s ease forwards;
    animation-delay: 0.3s;
  }
  @keyframes slideUp {
    to {
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .zoom-target {
    transition: transform 0.4s ease;
    transform: scale(1);
  }
  .zoom-target.zoomed {
    transform: scale(1);
  }
  .kv-video.zoom-target.zoomed {
    border-radius: 1.5rem !important;
  }
  .scroll {
    top: 3%;
    font-size: 0.6rem;
  }
  .heading_title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
  }
  .more-cta .more-link {
    font-size: 1rem;
  }
  .top-section-header {
    margin-bottom: 4rem;
  }
  .top-section-header .top-section-title {
    font-size: 1rem;
    font-weight: 700;
  }
  .top-section-header .top-section-problem {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: bold;
  }
  .top-section-header .top-section-problem .top-section-challenge {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 20px 0px;
    background-color: #fff;
    width: 100%;
  }
  .site-header_inner {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-header_inner .left-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }
  .site-header_inner .left-group .logo img {
    height: 32px;
    width: auto;
  }
  .site-header_inner .left-group .main-nav ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header_inner .left-group .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
  }
  .site-header_inner .left-group .main-nav ul li a:hover {
    opacity: 0.7;
  }
  .site-header_inner .header-buttons {
    display: flex;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .site-header {
    padding: 0.8rem 0px;
  }
  .site-header_inner {
    width: 93%;
  }
  .site-header_inner .left-group .logo img {
    height: 24px;
  }
  .site-header_inner .left-group .main-nav {
    display: none;
  }
  .site-header_inner .header-buttons {
    align-items: center;
  }
  .site-header_inner .header-buttons .btn {
    padding: 0.5rem;
  }
  .site-header_inner .header-buttons .career,
  .site-header_inner .header-buttons .contact {
    display: none;
  }
  .site-header .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header .hamburger span {
    width: 25px;
    height: 2px;
    background-color: #333;
    display: block;
  }
  .site-header .sp-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .site-header .sp-nav.is-active {
    transform: translateX(0);
  }
  .site-header .sp-nav .nav-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #111;
  }
  .site-header .sp-nav .nav-menu {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    text-align: center;
  }
  .site-header .sp-nav .nav-menu li {
    margin: 1.5rem 0;
  }
  .site-header .sp-nav .nav-menu li a {
    font-size: 1.25rem;
    text-decoration: none;
    color: #111;
    font-weight: 600;
  }
  .site-header .sp-nav .sp-buttons {
    width: 80%;
    margin-top: 2rem;
  }
  .site-header .sp-nav .sp-buttons .btn {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    padding-top: 30%;
  }
  .container .kv {
    width: 90%;
  }
  .container .kv .kv-content .kv-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    height: 200px;
    width: 85%;
    letter-spacing: -0.1rem;
  }
  .container .kv .kv-content .kv-title .x {
    margin: 0 8px;
  }
  .container .kv .kv-video {
    margin-top: 2rem;
  }
  .container .kv .kv-video video,
  .container .kv .kv-video img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    display: block;
  }
  .container .vision {
    padding: 3rem 0;
  }
  .container .vision .vision-core {
    margin-bottom: 6rem;
  }
  .container .vision .vision-core .scroll {
    margin-top: 1rem;
  }
  .container .vision .vision-core .vision-copy {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 7rem;
  }
  .container .vision .vision-core .vision-main-image {
    width: 50%;
    border-radius: 24px;
    overflow: hidden;
  }
  .container .vision .vision-core .vision-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .container .vision .vision-image {
    width: 15%;
    border-radius: 16px;
    overflow: hidden;
  }
  .container .vision .vision-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .container .vision .right {
    top: 45%;
  }
  .container .vision .vision-text {
    padding-left: 0%;
  }
  .container .vision .vision-text .vision-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    line-height: 2rem;
  }
  .container .vision .vision-text .vision-description {
    font-size: 1rem;
    line-height: 2rem;
    width: 100%;
  }
  .container .business {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }
  .container .business .business-header {
    margin-bottom: 4rem;
  }
  .container .business .business-header .business-problem {
    max-width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: left;
  }
  .container .business .business-header .business-problem .business-label {
    font-size: 1.5rem;
  }
  .container .business .business-header .business-problem .business-challenge {
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
  .container .business .business-header .business-problem .business-description {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .container .business .business-cta .business-link .arrow {
    font-size: 16px;
  }
  .container .business .business-cta .business-link:hover {
    opacity: 0.7;
  }
  .container .products .product .product-items {
    flex-flow: column;
  }
  .container .products .product .product-item {
    width: 100%;
  }
  .container .products .product .product-item .product-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
  }
  .container .products .product .product-item .product-image {
    overflow: hidden;
    border-radius: 2rem;
  }
  .container .products .product .product-item .product-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .container .teams .team .team-items {
    flex-flow: column;
  }
  .container .teams .team .team-item {
    width: 100%;
  }
  .container .teams .team .team-item .team-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .container .news .post-cards__inner {
    gap: 4rem;
  }
  .container .news .post-cards .post-card__meta .post-card__title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    height: 60px;
  }
  .container .news .post-cards .post-card__meta .post-card__disc {
    display: none;
  }
  .container .company .items {
    width: 100%;
  }
  .container .company .items .image {
    overflow: hidden;
    border-radius: 1.5rem;
  }
  .container .company .items .image img {
    width: 100%;
    height: 30vh;
    display: block;
    object-fit: cover;
  }
  .container .heritage-section {
    padding-bottom: 5rem;
  }
  .container .heritage-section__heading {
    margin-bottom: 3rem;
  }
  .container .heritage-section__heading h2 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8rem;
  }
  .container .heritage-section__text {
    font-size: 1rem;
    line-height: 2rem;
  }
  .container .contact-banner {
    border-radius: 1rem;
  }
  .container .contact-banner__inner {
    width: 90%;
    margin: 0 auto;
  }
  .container .contact-banner h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .container .contact-banner p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .page-template .container {
    padding-top: 30%;
  }
  .page-template .container .section-header {
    margin-bottom: 2rem;
  }
  .page-template .container .section-header .section-problem {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-template .container .section-header .section-problem .section-challenge {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
  .page-template .container .section-header .section-problem2 {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-top: 6rem;
    margin-bottom: 4rem;
    font-weight: 700;
  }
  .page-template .container .section-header .section-problem2 .section-challenge {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
  .page-template .container .section-header .section-problem2 p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5rem;
  }
  .page-template .container .section-header .ttl {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .page-template .container .section-text {
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0;
  }
  .page-template .container .section-text .section-subtitle {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .page-template .container .section-text .section-description {
    width: 100%;
    font-size: 1rem;
  }
  .page-template .container .value {
    width: 90%;
    margin: 0 auto;
    flex-flow: column;
    gap: 4rem;
    padding: 5rem 0 5rem;
    margin-top: 3rem;
  }
  .page-template .container .value .value-label {
    width: 20%;
  }
  .page-template .container .value .value-label h2 {
    font-size: 2rem;
    font-weight: 500;
  }
  .page-template .container .value .value-items {
    width: 100%;
    flex-direction: column;
  }
  .page-template .container .value .value-items .value-item .value-header h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .page-template .container .value .value-items .value-item .value-header .value-tag {
    font-size: 1rem;
  }
  .page-template-default .container .pages {
    width: 90%;
    margin: 4rem auto;
  }
  .page-template-default .container .pages h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 2rem 0;
  }
  .page-template-default .container .pages h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin: 2rem 0;
  }
  .page-template-default .container .pages h4 {
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 700;
    margin: 2rem 0;
  }
  .page-template-default .container .pages p {
    font-size: 1rem;
    line-height: 2rem;
    margin: 1rem 0;
  }
  .page-template-default .container .pages a {
    color: #37744f;
    text-decoration: underline;
  }
  .page-template-default .container .pages ul.wp-block-list {
    padding-left: 1.5rem;
    list-style-type: disc;
    list-style-position: outside;
  }
  .page-template-default .container .pages ul.wp-block-list li {
    list-style-type: disc;
    list-style-position: outside;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  .page-template-page_vision .container .vision {
    padding: 0 0 2rem;
  }
  .page-template-page_business .container .kv {
    width: 90%;
  }
  .page-template-page_business .container .kv .kv-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
  }
  .page-template-page_business .container .kv .kv-video {
    margin-top: 5rem;
    border-radius: 24px;
    overflow: hidden;
    max-height: 60vh;
  }
  .page-template-page_business .container .kv .kv-video video,
  .page-template-page_business .container .kv .kv-video img {
    width: 100%;
    height: 62vh;
    object-fit: cover;
    display: block;
  }
  .page-template-page_business .container .health-issue {
    width: 90%;
    margin: 0 auto;
  }
  .page-template-page_business .container .health-issue__top {
    gap: 2rem;
    flex-flow: column;
    margin: 4rem 0 2rem;
  }
  .page-template-page_business .container .health-issue__top .health-issue__title-area {
    width: 100%;
  }
  .page-template-page_business .container .health-issue__top .health-issue__title-area .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .page-template-page_business .container .health-issue__top .health-issue__title-area .lead {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
  }
  .page-template-page_business .container .health-issue__top .health-issue__image-area {
    width: 100%;
  }
  .page-template-page_business .container .health-issue__top .health-issue__image-area img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    object-fit: cover;
  }
  .page-template-page_business .container .health-issue__bottom {
    display: flex;
    flex-flow: column;
    gap: 1rem;
  }
  .page-template-page_business .container .health-issue__bottom .text-block {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
  }
  .page-template-page_business .container .health-issue__bottom .text-block p {
    margin-bottom: 2rem;
  }
  .page-template-page_business .container .health-issue__bottom .text-block p strong {
    font-weight: 700;
  }
  .page-template-page_business .container .platform-heading {
    width: 90%;
    padding: 6rem 0;
  }
  .page-template-page_business .container .platform-heading__main {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .page-template-page_business .container .platform-heading__sub {
    font-size: 1rem;
  }
  .page-template-page_business .container .biz-section {
    margin: 0 auto 0rem;
  }
  .page-template-page_business .container .biz-section .biz-nav {
    display: none;
  }
  .page-template-page_business .container .biz-section .biz-contents {
    width: 100%;
  }
  .page-template-page_business .container .biz-section .biz-contents .content-head .ttl {
    width: 90%;
  }
  .page-template-page_business .container .biz-section .biz-contents .content-head .ttl h2 {
    font-size: 1.5rem;
    width: 100%;
  }
  .page-template-page_business .container .biz-section .biz-contents .content-head .num {
    font-size: 1.5rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content {
    padding-bottom: 3rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .content-item {
    display: flex;
    flex-flow: column;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content h4 {
    font-size: 1.125rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .right {
    width: 100%;
    margin-bottom: 4rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .research-grid {
    flex-flow: column;
    gap: 2rem;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .research-grid .research-item {
    flex: 1 1 100%;
  }
  .page-template-page_business .container .biz-section .biz-contents .biz-content .research-grid .research-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .page-template-page_product .container .kv .kv-video {
    margin-top: 2rem;
    max-height: 60vh;
  }
  .page-template-page_product .container .kv .kv-video video,
  .page-template-page_product .container .kv .kv-video img {
    height: 60vh;
  }
  .page-template-page_product .container .kv .product-title {
    flex-flow: column;
    margin-top: 5rem;
    text-align: left;
    align-items: flex-start;
  }
  .page-template-page_product .container .kv .product-title h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .page-template-page_product .container .kv .product-title p {
    text-align: left;
    font-size: 1rem;
  }
  .page-template-page_product .container .kv.kaiko {
    border-top: solid 1px #000;
  }
  .page-template-page_product .container .kv.kaiko .product-title {
    margin-top: 4rem;
  }
  .page-template-page_product .container .morsilk-feature {
    width: 90%;
    margin: 0 auto;
  }
  .page-template-page_product .container .morsilk-feature h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  .page-template-page_product .container .morsilk-feature__grid {
    flex-flow: column;
    gap: 2rem;
    padding: 3rem 0 5rem;
  }
  .page-template-page_product .container .morsilk-feature__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem 2rem;
    width: 100%;
  }
  .page-template-page_product .container .morsilk-feature__items::after {
    content: "";
    display: block;
    width: 100%;
  }
  .page-template-page_product .container .morsilk-feature .feature-item {
    text-align: center;
    width: 45%;
  }
  .page-template-page_product .container .morsilk-feature .feature-item img {
    width: 50%;
    height: auto;
    margin-bottom: 1rem;
  }
  .page-template-page_product .container .morsilk-feature .feature-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .page-template-page_product .container .morsilk-feature .feature-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
  }
  .page-template-page_product .container .morsilk-feature .uses {
    text-align: left;
    width: 100%;
  }
  .page-template-page_product .container .morsilk-feature .uses h3 {
    font-size: 1rem;
    text-align: left;
  }
  .page-template-page_product .container .morsilk-feature .uses ul li {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
  }
  .page-template-page_product .container .products .products-header {
    margin-bottom: 4rem;
  }
  .page-template-page_product .container .products .products-header .business-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .page-template-page_product .container .products .products-header .products-problem {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-weight: 700;
  }
  .page-template-page_product .container .products .products-header .products-problem .products-challenge {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .page-template-page_product .container .products .product {
    background-color: #fff;
    text-align: center;
  }
  .page-template-page_product .container .products .product .product-items {
    flex-flow: 100%;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .page-template-page_product .container .products .product .product-item {
    width: 100%;
  }
  .page-template-page_product .container .products .product .product-item .product-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 3rem;
    text-align: left;
  }
  .page-template-page_product .container .products .product .product-item .product-title sup {
    font-size: 1rem;
    vertical-align: super;
  }
  .page-template-page_product .container .products .product .product-item p {
    text-align: left;
  }
  .page-template-page_product .container .products .product .product-item .product-image {
    border-radius: 1.25rem;
    overflow: hidden;
    border-radius: 2rem;
    margin-bottom: 2rem;
  }
  .page-template-page_product .container .products .product .product-item .product-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .page-template-page_product .container .products .product .product-item.product-item-small {
    width: 100%;
    margin-top: 0rem;
  }
  .page-template-page_product .container .cta-section {
    padding: 0rem 0 6rem;
  }
  .page-template-page_product .container .cta-section__inner {
    flex-flow: column;
    gap: 2rem;
  }
  .page-template-page_product .container .cta-section__left {
    width: 100%;
  }
  .page-template-page_product .container .cta-section__left h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
  .page-template-page_product .container .cta-section__right {
    width: 100%;
    font-size: 0.875rem;
    line-height: 2;
  }
  .page-template-page_product .container .cta-section__right p {
    margin-bottom: 1rem;
  }
  .page-template-page_product .container .cta-section__buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
  }
  .page-template-page_product .container .faq-section {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 4rem;
  }
  .page-template-page_product .container .faq-section__header {
    margin-bottom: 2rem;
  }
  .page-template-page_product .container .faq-section__header p {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-top: 1rem;
  }
  .page-template-page_product .container .faq-section .faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .page-template-page_product .container .faq-section .faq-list li {
    border-top: 1px solid #ddd;
    padding: 2rem 0;
  }
  .page-template-page_product .container .faq-section .faq-list li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .page-template-page_product .container .faq-section .faq-item {
    flex-flow: column;
  }
  .page-template-page_product .container .faq-section .faq-item .faq-question {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .page-template-page_product .container .faq-section .faq-item .faq-answer {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-template-page_team .teams {
    width: 90%;
  }
  .page-template-page_team .teams .team .team-items {
    flex-flow: 100%;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .page-template-page_team .teams .team .team-photo {
    width: 100%;
  }
  .page-template-page_team .teams .team .team-photo .team-image {
    overflow: hidden;
    border-radius: 2rem;
  }
  .page-template-page_team .teams .team .team-photo .team-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .page-template-page_team .teams .team .member-profile__content {
    width: 100%;
    text-align: left;
  }
  .page-template-page_team .teams .team .member-profile__content .member-profile__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    vertical-align: middle;
  }
  .page-template-page_team .teams .team .member-profile__content .member-profile__name small {
    font-size: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  .page-template-page_team .teams .team .member-profile__content .member-profile__title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .page-template-page_team .teams .team .member-profile__content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page_team .teams .team.staff {
    margin-top: 5rem;
  }
  .page-template-page_team .teams .team.staff .team-items {
    flex-flow: column;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff {
    width: 100%;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .team-image {
    overflow: hidden;
    border-radius: 2rem;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .team-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .member-profile__content {
    width: 100%;
    text-align: left;
    margin-top: 2rem;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .member-profile__content .member-profile__name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    vertical-align: middle;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .member-profile__content .member-profile__name small {
    font-size: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .member-profile__content .member-profile__title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .page-template-page_team .teams .team.staff .team-items .team-staff .member-profile__content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-template-page_team .teams .advisor-section {
    margin-bottom: 6rem;
  }
  .page-template-page_team .teams .advisor-section .advisor-list {
    flex-flow: column;
    gap: 3rem;
    justify-content: center;
    margin: 2rem 0;
  }
  .page-template-page_team .teams .advisor-section .advisor-item {
    flex-flow: column;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1 1 45%;
  }
  .page-template-page_team .teams .advisor-section .advisor-image img {
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
  .page-template-page_team .teams .advisor-section .advisor-content .advisor-name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .page-template-page_team .teams .advisor-section .advisor-content .advisor-name small {
    font-size: 0.875rem;
    color: #333;
    margin-left: 0.5rem;
  }
  .page-template-page_team .teams .advisor-section .advisor-content p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .page-template-page_team .logo-slider .logo-item img {
    height: 50px;
    width: auto;
    display: block;
  }
  .page-template-page_company .companys {
    padding: 0% 0 10%;
  }
  .page-template-page_company .companys .kv {
    padding: 0% 0 4rem;
  }
  .page-template-page_company .companys .kv .kv-content {
    margin: 0 auto;
    text-align: left;
  }
  .page-template-page_company .companys .kv .kv-video {
    margin-top: 5rem;
  }
  .page-template-page_company .companys .kv .kv-video video,
  .page-template-page_company .companys .kv .kv-video img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    display: block;
  }
  .page-template-page_company .companys .company-info {
    width: 100%;
  }
  .page-template-page_company .companys .company-info .row dt {
    width: 150px;
    color: #111;
  }
  .page-template-page_company .companys .company-info .row dd {
    flex: 1;
  }
  .page-template-page_company .companys .company-info .row .address div {
    flex-flow: column;
    margin-bottom: 1rem;
  }
  .page-template-page_company .companys .company-info .row .address div .left {
    font-weight: 500;
    line-height: 1rem;
    width: 100%;
  }
  .page-template-page_company .companys .company-info .row .address div .right {
    twidth: 100%;
  }
  .page-template-page_career .careers .kv {
    position: relative;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0% 0 5%;
  }
  .page-template-page_career .careers .kv .kv-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
  }
  .page-template-page_career .careers .kv .kv-video {
    margin-top: 3rem;
  }
  .page-template-page_career .careers .kv .kv-video video,
  .page-template-page_career .careers .kv .kv-video img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    display: block;
  }
  .page-template-page_career .careers .section-text {
    width: 100%;
  }
  .page-template-page_career .careers .value {
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding: 0 0 5rem;
  }
  .page-template-page_career .careers .value .value-items {
    width: 100%;
  }
  .page-template-page_career .careers .value .value-items .value-item {
    padding-bottom: 0rem;
  }
  .page-template-page_career .careers .value .value-items .value-item .value-header {
    margin-bottom: 0rem;
  }
  .page-template-page_career .careers .value .value-items .value-item .value-header h3 {
    font-size: 1.5rem;
  }
  .page-template-page_career .careers .value .value-items .value-item p {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 2rem;
  }
  .page-template-page_career .careers .value .value-items .value-item.end {
    border: none;
  }
  .page-template-page_career .careers .who-we-are {
    padding-top: 5rem;
  }
  .page-template-page_career .careers .who-we-are__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 5rem 0;
  }
  .page-template-page_career .careers .who-we-are .ttl {
    flex-flow: column;
    align-items: flex-start;
  }
  .page-template-page_career .careers .who-we-are .ttl p {
    text-align: left;
    font-size: 1rem;
    margin-top: 1rem;
  }
  .page-template-page_career .careers .who-we-are__left {
    width: 100%;
    margin-bottom: 4rem;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__icons {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__icons .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__icons .icon-item img {
    width: 100%;
    height: 100%;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__icons .icon-item p {
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 0.5rem;
  }
  .page-template-page_career .careers .who-we-are__left .who-we-are__icons .icon-x {
    font-size: 2rem;
    font-weight: 500;
  }
  .page-template-page_career .careers .who-we-are__right {
    width: 100%;
  }
  .page-template-page_career .careers .who-we-are__right .who-we-are__label {
    font-size: 0.75rem;
    text-align: right;
    margin-bottom: 1rem;
  }
  .page-template-page_career .careers .who-we-are__right p {
    margin-bottom: 1.5rem;
  }
  .page-template-page_career .careers .recruit {
    background-color: #336f4d;
    padding: 4rem 2rem;
    border-radius: 1.5rem;
    color: #fff;
  }
  .page-template-page_career .careers .recruit__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
  }
  .page-template-page_career .careers .recruit__label {
    flex: 1 1 30%;
  }
  .page-template-page_career .careers .recruit__label h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .page-template-page_career .careers .recruit__label p {
    font-size: 0.75rem;
  }
  .page-template-page_career .careers .recruit__list {
    flex: 1 1 65%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .page-template-page_career .careers .recruit__list .recruit__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #336f4d;
    padding: 1rem 1rem;
    border-radius: 0.8rem;
    font-weight: 600;
    text-decoration: none;
  }
  .page-template-page_career .careers .recruit__list .recruit__item a:hover {
    background: #f5f5f5;
  }
  .page-template-page_career .careers .recruit__list .recruit__item a .recruit__icon {
    font-size: 1rem;
  }
  .page-template-page_contact .contacts .contact_form {
    width: 100%;
  }
  .page-template-page_thanks .thanks {
    width: 90%;
    margin: 0 auto;
    padding: 0% 0 10%;
    text-align: center;
  }
  .page-template-page_thanks .thanks .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .page-template-page_thanks .thanks p {
    line-height: 1.5rem;
  }
}