@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  background: none;
  padding: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}
button:hover {
  cursor: pointer;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  color: #231815;
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

br.is-sp {
  display: none;
}
br.is-pc {
  display: block;
}
@media (max-width: 767px) {
  br.is-sp {
    display: block;
  }
  br.is-pc {
    display: none;
  }
}

@media (min-width: 767px) {
  a {
    transition: 0.3s opacity ease;
  }
  a:hover {
    opacity: 0.5;
  }
}

h2 {
  position: relative;
  padding: 0 0 0 36px;
  margin: 0 0 0 -36px;
}
h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: #93e7df;
}
h2 p {
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
}
h2 span {
  display: block;
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  h2 {
    padding: 0 0 0 5vw;
    margin: 0 0 0 -5vw;
  }
  h2::before {
    width: 4px;
  }
  h2 p {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
  h2 span {
    margin: 13px 0 0;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.knot__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 5%;
  z-index: 999;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .knot__header {
    padding: 32px 5%;
  }
}
@media (max-width: 767px) {
  .knot__header-logo {
    width: 120px;
  }
  .knot__header-logo img,
  .knot__header-logo svg {
    width: 100%;
  }
  .knot__header-logo img path,
  .knot__header-logo svg path {
    transition: 0.3s all ease;
  }
}
.knot__header-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}
.knot__header-menu ul {
  display: flex;
  gap: 32px;
  color: #000;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
.knot__header-menu ul li a {
  position: relative;
  display: block;
}
.knot__header-menu ul li a::after {
  position: absolute;
  left: -1px;
  content: "";
  width: calc(100% + 2px);
  height: 18px;
  background: #93e7df;
  top: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  z-index: -1;
}
.knot__header-menu ul li a.is-current::after {
  transform: scale(1, 1);
}
.knot__header-menu ul li a:hover {
  opacity: 0.8;
}
.knot__header-menu ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.knot__header-menu__sns {
  display: flex;
  gap: 4px;
}
.knot__header-menu__sns a {
  display: block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-size: contain;
}
.knot__header-menu__sns a.is-tw {
  background-image: url(../common/img/icon_tw.svg);
}
.knot__header-menu__sns a.is-fb {
  background-image: url(../common/img/icon_fb.svg);
}
.knot__header-menu__sns a.is-in {
  background-image: url(../common/img/icon_in.svg);
}
.knot__header-menu__sns a.is-yt {
  background-image: url(../common/img/icon_yt.svg);
}
.knot__header-menu__sns a.is-ti {
  background-image: url(../common/img/icon_ti.svg);
}
@media (max-width: 900px) {
  .knot__header-menu {
    display: none;
  }
}
.knot__header-btnsp {
  display: none;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
@media (max-width: 900px) {
  .knot__header-btnsp {
    display: block;
  }
}
.knot__header-btnsp::before, .knot__header-btnsp::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
.knot__header-btnsp::before {
  margin-top: -4px;
}
.knot__header-btnsp::after {
  margin-top: 4px;
}
.knot__header.is-open .knot__header-logo svg path {
  fill: #fff;
}
.knot__header.is-open .knot__header-btnsp::before {
  transform: translate(-50%, -50%) rotate(30deg);
  margin-top: 0;
  background: #fff;
}
.knot__header.is-open .knot__header-btnsp::after {
  transform: translate(-50%, -50%) rotate(-30deg);
  margin-top: 0;
  background: #fff;
}
.knot__header::before {
  content: "";
  display: block;
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .knot__header::before {
    top: -94px;
    height: 94px;
  }
}
.knot__header.is-scroll::before {
  top: 0;
}
.knot__header.is-blue::before {
  background: rgba(140, 222, 215, 0.9);
}
.knot__spmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8cded7;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.knot__spmenu.is-open {
  opacity: 1;
  visibility: visible;
}
.knot__spmenu-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.knot__spmenu-menu ul li a {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.knot__spmenu-menu__sns {
  margin: 64px 0 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.knot__spmenu-menu__sns a {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: contain;
}
.knot__spmenu-menu__sns a.is-tw {
  background-image: url(../common/img/icon_tw_2.svg);
}
.knot__spmenu-menu__sns a.is-fb {
  background-image: url(../common/img/icon_fb_2.svg);
}
.knot__spmenu-menu__sns a.is-in {
  background-image: url(../common/img/icon_in_2.svg);
}
.knot__spmenu-menu__sns a.is-yt {
  background-image: url(../common/img/icon_yt_2.svg);
}
.knot__spmenu-menu__sns a.is-ti {
  background-image: url(../common/img/icon_ti_2.svg);
}
.knot__footer {
  margin: 200px 0 0;
  background: #8cded7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 5%;
}
@media (max-width: 767px) {
  .knot__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 52px;
    padding: 72px 5% 87px;
  }
}
.knot__footer-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .knot__footer-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
.knot__footer-menu ul {
  display: flex;
  gap: 32px;
  color: #fff;
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .knot__footer-menu ul {
    flex-wrap: wrap;
  }
}
.knot__footer-menu__sns {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .knot__footer-menu__sns {
    gap: 16px;
  }
}
.knot__footer-menu__sns a {
  display: block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-size: contain;
}
.knot__footer-menu__sns a.is-tw {
  background-image: url(../common/img/icon_tw_2.svg);
}
.knot__footer-menu__sns a.is-fb {
  background-image: url(../common/img/icon_fb_2.svg);
}
.knot__footer-menu__sns a.is-in {
  background-image: url(../common/img/icon_in_2.svg);
}
.knot__footer-menu__sns a.is-yt {
  background-image: url(../common/img/icon_yt_2.svg);
}
.knot__footer-menu__sns a.is-ti {
  background-image: url(../common/img/icon_ti_2.svg);
}
@media (max-width: 767px) {
  .knot__footer-menu__sns a {
    width: 40px;
    height: 40px;
  }
}
.knot__article {
  width: 90%;
  max-width: 1000px;
  margin: 220px auto;
  min-height: calc(100vh - 440px - 190px);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .knot__article {
    margin: 140px auto;
    min-height: inherit;
  }
}
.knot__cv {
  width: 90%;
  max-width: 1000px;
  margin: 120px auto 0;
  padding-top: 120px;
  border-top: solid 1px #e3e3e3;
}
.knot__cv-text {
  text-align: center;
  color: #575757;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .knot__cv-text {
    text-align: left;
  }
}
.knot__cv .knot-top__btn {
  margin: 80px auto 0;
}
.knot__backtop {
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 266px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #bbb;
  color: #7b7b7b;
  background: #fff;
}

.knot-top__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 266px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #3bc6b9;
  background: #fff;
}
.knot-top__btn span {
  position: relative;
  color: #3bc6b9;
  transition: 0.3s all ease;
}
.knot-top__btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s all ease;
}
.knot-top__btn svg path {
  transition: 0.3s all ease;
}
.knot-top__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #93e7df;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
.knot-top__btn:hover {
  opacity: 1;
  border: 1px solid #93e7df;
}
.knot-top__btn:hover span {
  color: #fff;
}
.knot-top__btn:hover svg {
  transform: translateY(-50%) translateX(5px);
}
.knot-top__btn:hover svg path {
  fill: #fff;
}
.knot-top__btn:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.knot-top__hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.knot-top__hero-bg {
  position: absolute;
  width: 100%;
  top: -85vw;
}
@media (max-width: 767px) {
  .knot-top__hero-bg {
    top: 40vh;
  }
}
.knot-top__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  transform-origin: bottom center;
}
.knot-top__hero.is-show::after {
  transform: scale(1, 0);
}
.knot-top__hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .knot-top__hero-copy {
    top: 53%;
    width: 90%;
  }
}
.knot-top__hero-copy-1, .knot-top__hero-copy-2 {
  font-family: "Helvetica";
  font-size: 140px;
  font-weight: 700;
  line-height: 100%;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.8s all ease;
}
@media (max-width: 1200px) {
  .knot-top__hero-copy-1, .knot-top__hero-copy-2 {
    font-size: 10.5vw;
  }
}
@media (max-width: 767px) {
  .knot-top__hero-copy-1, .knot-top__hero-copy-2 {
    font-size: 70px;
  }
}
.knot-top__hero-copy-1 span, .knot-top__hero-copy-2 span {
  position: relative;
}
.knot-top__hero-copy-1 span::after, .knot-top__hero-copy-2 span::after {
  position: absolute;
  left: 2px;
  content: "";
  width: 100%;
  height: 120px;
  background: #6eede1;
  top: 17px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  transition-delay: 0.5s;
  z-index: -1;
}
@media (max-width: 1200px) {
  .knot-top__hero-copy-1 span::after, .knot-top__hero-copy-2 span::after {
    top: 10%;
    height: 75%;
  }
}
@media (max-width: 767px) {
  .knot-top__hero-copy-1 span::after, .knot-top__hero-copy-2 span::after {
    top: 10px;
    height: 60px;
  }
}
.knot-top__hero-copy-1.is-show, .knot-top__hero-copy-2.is-show {
  opacity: 1;
  transform: translateX(0);
}
.knot-top__hero-copy-1.is-show span::after, .knot-top__hero-copy-2.is-show span::after {
  transform: scale(1, 1);
}
.knot-top__hero-copy-2 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .knot-top__hero-copy-2 {
    margin-top: 32px;
  }
}
.knot-top__hero-copy-3 {
  margin-top: 82px;
  font-size: 64px;
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s all ease;
}
@media (max-width: 1200px) {
  .knot-top__hero-copy-3 {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .knot-top__hero-copy-3 {
    margin-top: 64px;
    font-size: 32px;
  }
}
.knot-top__hero-copy-3 span {
  position: relative;
}
.knot-top__hero-copy-3 span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 64px;
  background: #6eede1;
  top: 5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  transition-delay: 0.8s;
  z-index: -1;
}
@media (max-width: 1200px) {
  .knot-top__hero-copy-3 span::after {
    top: 10%;
    height: 75%;
  }
}
@media (max-width: 767px) {
  .knot-top__hero-copy-3 span::after {
    top: 2px;
    height: 34px;
  }
}
.knot-top__hero-copy-3.is-show {
  opacity: 1;
  transform: translateY(0);
}
.knot-top__hero-copy-3.is-show span::after {
  transform: scale(1, 1);
}
.knot-top__about {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  height: 100vh;
  background: #8cded7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .knot-top__about {
    height: auto;
    min-height: inherit;
  }
}
.knot-top__about-bg {
  position: absolute;
  width: 100%;
  top: calc(-85vw - 100vh);
}
@media (max-width: 767px) {
  .knot-top__about-bg {
    top: -60vh;
  }
}
.knot-top__about-inner {
  position: relative;
}
@media (max-width: 767px) {
  .knot-top__about-inner {
    padding: 64px 5%;
  }
}
.knot-top__about h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
}
.knot-top__about h2::before {
  display: none;
}
@media (max-width: 767px) {
  .knot-top__about h2 {
    padding: 0;
    margin: 0;
  }
}
.knot-top__about-mission {
  margin: 64px 0 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .knot-top__about-mission {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.knot-top__about-vision {
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767px) {
  .knot-top__about-vision {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
  }
}
.knot-top__about-mission span, .knot-top__about-vision span {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: all ease 0.8s;
}
.knot-top__about-mission span.is-1, .knot-top__about-vision span.is-1 {
  transition-delay: 0.3s;
}
.knot-top__about-mission span.is-2, .knot-top__about-vision span.is-2 {
  transition-delay: 0.6s;
}
.knot-top__about-mission span.is-3, .knot-top__about-vision span.is-3 {
  transition-delay: 1.5s;
}
.knot-top__about-mission span.is-4, .knot-top__about-vision span.is-4 {
  transition-delay: 1.8s;
}
.knot-top__about-mission span.is-5, .knot-top__about-vision span.is-5 {
  transition-delay: 2.1s;
}
.is-show .knot-top__about-mission span, .is-show .knot-top__about-vision span {
  opacity: 1;
  transform: translateY(0);
}
.knot-top__about-btn {
  margin: 64px auto 0;
}
.knot-top__about-btn:hover {
  border: 1px solid #fff;
}
.knot-top__block {
  width: 90%;
  max-width: 1000px;
  margin: 100px auto;
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .knot-top__block {
    margin: 20px auto;
    padding: 100px 0 0;
  }
}
.knot-top__pj .knot-top__btn {
  margin: 64px auto 0;
}
.knot-top__service {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: inherit;
  margin: 200px auto 0;
  padding: 6vw 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .knot-top__service {
    padding: 6vw 0 0;
    margin: 100px auto 0;
  }
}
.knot-top__service::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(13deg);
  transform-origin: center left;
  width: 120vw;
  height: 200px;
  background: #f2f6f6;
  transition: 0.3s all ease-in;
}
@media (max-width: 767px) {
  .knot-top__service::before {
    height: 110px;
    top: 10%;
  }
}
.knot-top__service.is-show .knot-top__service-img {
  opacity: 1;
  transform: translateX(0);
}
.knot-top__service-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 55%;
  opacity: 0;
  transform: translateX(-30px);
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .knot-top__service-img {
    top: 10px;
    left: inherit;
    right: -12%;
    width: 70%;
    transform: translateX(30px);
  }
}
.knot-top__service-inner {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .knot-top__service-inner {
    width: 90%;
    margin: auto;
  }
}
.knot-top__service-text {
  margin: 90px 0 0;
}
@media (max-width: 767px) {
  .knot-top__service-text {
    margin: 40px 0 0;
  }
}
.knot-top__service-text ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.knot-top__service-text ul li {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 20px 6px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .knot-top__service-text ul li {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 9px 10px 6px;
  }
}
.knot-top__service-text ul li:last-child {
  background: none;
  font-size: 14px;
  padding: 10px 20px;
}
.knot-top__service-text ul li:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .knot-top__service-text ul li:last-child {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 10px;
  }
}
.knot-top__service-text ul li span {
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s all ease 0.3s;
}
.knot-top__service-text ul li span b {
  font-size: 12px;
  display: block;
  color: #3bc6b9;
  font-weight: bold;
}
.knot-top__service-text ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #93e7df;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: 0.5s all ease;
}
.knot-top__service-text ul li.is-1 span {
  transition-delay: 0.6s;
}
.knot-top__service-text ul li.is-1::before {
  transition-delay: 0.3s;
}
.knot-top__service-text ul li.is-2 span {
  transition-delay: 1.2s;
}
.knot-top__service-text ul li.is-2::before {
  transition-delay: 0.9s;
}
.knot-top__service-text ul li.is-3 span {
  transition-delay: 1.8s;
}
.knot-top__service-text ul li.is-3::before {
  transition-delay: 1.5s;
}
.knot-top__service-text ul li.is-4 span {
  transition-delay: 2.1s;
}
.knot-top__service-text.is-show ul li span {
  opacity: 1;
  transform: translateY(0);
}
.knot-top__service-text.is-show ul li::before {
  transform: scale(1, 1);
}
.knot-top__service-btn {
  margin: 64px 0 0;
}
@media (max-width: 767px) {
  .knot-top__service-btn {
    margin: 64px auto 0;
  }
}
.knot-top__company h3 {
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .knot-top__company h3 {
    font-size: 24px;
  }
}
.knot-top__company h3.is-member {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .knot-top__company h3.is-member {
    margin-top: 80px;
  }
}
.knot-top__company-name__img {
  width: 347px;
  margin: 120px auto 0;
}
.knot-top__company-name__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .knot-top__company-name__img {
    width: 200px;
    margin: 80px auto 0;
  }
}
.knot-top__company-name__text {
  margin: 64px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .knot-top__company-name__text {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.knot-top__company-member {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .knot-top__company-member {
    margin: 100px 0 0;
  }
}
.knot-top__company-member__img {
  margin: 64px auto 0;
}
.knot-top__company-member__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .knot-top__company-member__img {
    margin: 64px -5vw 0;
  }
}
.knot-top__company-member__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .knot-top__company-member__wrap {
    flex-direction: column;
    margin: 32px 0 0;
    gap: 32px;
  }
}
.knot-top__company-member__cell {
  cursor: pointer;
  position: relative;
  width: 50%;
  padding-left: 120px;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .knot-top__company-member__cell {
    width: 100%;
    padding-left: 10%;
  }
}
.knot-top__company-member__cell:hover {
  opacity: 0.5;
}
.knot-top__company-member__cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  width: 2px;
  height: 100%;
  background: #93e7df;
}
@media (max-width: 767px) {
  .knot-top__company-member__cell::before {
    left: 3%;
  }
}
.knot-top__company-member__cell-name {
  margin: 58px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .knot-top__company-member__cell-name {
    margin: 0;
  }
}
.knot-top__company-member__cell-en {
  margin: 3px 0 0;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.knot-top__company-member__cell-pos {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.knot-top__company-member__cell-more {
  margin: 22px 0 0;
  color: #3bc6b9;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.knot-top__company-member__text {
  margin: 32px auto 0;
  width: 600px;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .knot-top__company-member__text {
    width: 100%;
    font-size: 14px;
  }
}
.knot-top__company-profile {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .knot-top__company-profile {
    margin: 100px 0 0;
  }
}
.knot-top__company-profile__wrap {
  margin: 64px auto 0;
  display: flex;
  justify-content: center;
  width: 370px;
}
@media (max-width: 767px) {
  .knot-top__company-profile__wrap {
    width: 100%;
  }
}
.knot-top__company-profile__wrap dl {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .knot-top__company-profile__wrap dl {
    font-size: 12px;
  }
}
.knot-top__company-profile__wrap dl dt {
  width: 125px;
  flex: 0 0 125px;
  color: #3bc6b9;
}
@media (max-width: 767px) {
  .knot-top__company-profile__wrap dl dt {
    width: 80px;
    flex: 0 0 80px;
  }
}
.knot-top__company-profile__wrap dl dd {
  width: calc(100% - 125px);
}
@media (max-width: 767px) {
  .knot-top__company-profile__wrap dl dd {
    width: calc(100% - 80px);
  }
}
.knot-top__news {
  position: relative;
  padding-bottom: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .knot-top__news {
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  .knot-top__news {
    display: block;
  }
}
@media (max-width: 1000px) {
  .knot-top__news .knot-news__wrap {
    margin: 84px 0 0;
  }
}
@media (max-width: 767px) {
  .knot-top__news .knot-news__wrap {
    margin: 64px 0 0;
  }
}
.knot-top__news-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.knot-top__contact-title {
  margin: 64px auto 0;
  text-align: center;
  color: #575757;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .knot-top__contact-title {
    font-size: 12px;
  }
}
.knot-top__contact-btn {
  margin: 64px auto 0;
}
@media (max-width: 767px) {
  .knot-top__contact-btn {
    margin: 48px auto 0;
  }
}
.knot-top__contact-sns {
  margin: 32px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.knot-top__contact-sns a {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: contain;
}
.knot-top__contact-sns a.is-tw {
  background-image: url(../img/top/icon_tw.svg);
}
.knot-top__contact-sns a.is-fb {
  background-image: url(../img/top/icon_fb.svg);
}
.knot-top__contact-sns a.is-in {
  background-image: url(../img/top/icon_in.svg);
}
.knot-top__contact-sns a.is-yt {
  background-image: url(../img/top/icon_yt.svg);
}
.knot-top__contact-sns a.is-ti {
  background-image: url(../img/top/icon_ti.svg);
}
.knot-top__popup-bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.knot-top__popup-bk.is-open {
  opacity: 0.7;
  visibility: visible;
}
.knot-top__popup-inner {
  position: fixed;
  width: 75%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.knot-top__popup-inner.is-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .knot-top__popup-inner {
    width: 90%;
    height: 90%;
  }
}
.knot-top__popup-close {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.knot-top__popup-close::before, .knot-top__popup-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #959595;
  top: 50%;
  left: 50%;
}
.knot-top__popup-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.knot-top__popup-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .knot-top__popup-close {
    top: 216px;
    right: 5%;
  }
}
.knot-top__popup-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .knot-top__popup-wrap {
    flex-direction: column;
  }
}
.knot-top__popup-img {
  width: 440px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.knot-top__popup-img.is-sato {
  background-image: url(../img/top/member_sato.jpg);
}
@media (max-width: 767px) {
  .knot-top__popup-img.is-sato {
    background-image: url(../img/top/member_sato_sp.jpg);
  }
}
.knot-top__popup-img.is-toyama {
  background-image: url(../img/top/member_toyama.jpg);
}
@media (max-width: 767px) {
  .knot-top__popup-img.is-toyama {
    background-image: url(../img/top/member_toyama_sp.jpg);
  }
}
@media (max-width: 767px) {
  .knot-top__popup-img {
    width: 100%;
    height: 200px;
  }
}
.knot-top__popup-info {
  background: #fff;
  width: calc(100% - 440px);
  padding: 48px;
  box-sizing: border-box;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .knot-top__popup-info {
    width: 100%;
    height: calc(100% - 200px);
    padding: 32px 16px;
  }
}
.knot-top__popup-info .knot-top__company-member__cell-name {
  margin-top: 0;
}
.knot-top__popup-dsc {
  margin: 32px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}
.knot-top__popup-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  margin: 48px 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
  letter-spacing: 0.1em;
}
.knot-top__popup-title span {
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
}
.knot-top__popup-list {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  font-family: "Avenir Next", "Avenir", "Sen", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  gap: 8px;
}
.knot-top__popup-list li {
  position: relative;
  padding: 0 0 0 12px;
}
.knot-top__popup-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.knot-top__popup-note {
  margin: 16px 0 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 180%;
  color: #666;
}

.knot-pj__wrap {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .knot-pj__wrap {
    margin: 64px 0 0;
  }
}
.knot-pj__block {
  margin: 64px 0 0;
}
.knot-pj__block a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.knot-pj__block a:hover .knot-pj__block-img img {
  transform: scale(1.1);
  transform-origin: center center;
}
.knot-pj__block-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 60%;
  height: auto;
  aspect-ratio: 7/3;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
@media (max-width: 767px) {
  .knot-pj__block-img {
    width: 85%;
    left: -5vw;
    aspect-ratio: 5/3;
  }
}
.knot-pj__block-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease;
  transform-origin: center center;
}
.knot-pj__block-inner {
  position: relative;
  margin: 64px 0 0;
  width: 50%;
  padding: 54px 60px 54px 70px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  .knot-pj__block-inner {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .knot-pj__block-inner {
    margin: 120px 0 0;
    width: 85%;
    padding: 32px 5% 48px;
  }
}
.knot-pj__block-cat {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  background: #3bc6b9;
  padding: 3px 20px 4px;
}
@media (max-width: 767px) {
  .knot-pj__block-cat {
    padding: 3px 10px 4px;
    font-size: 10px;
  }
}
.knot-pj__block-title {
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .knot-pj__block-title {
    font-size: 18px;
  }
}
.knot-pj__block-sub {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  color: #666;
}
@media (max-width: 767px) {
  .knot-pj__block-sub {
    margin: 8px 0 0;
    font-size: 12px;
  }
}
.knot-pj__block-num {
  position: absolute;
  top: -40px;
  right: 0;
  color: #777;
  font-family: Avenir;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 8px;
  transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .knot-pj__block-num {
    top: -30px;
    font-size: 60px;
    letter-spacing: 3px;
    right: -3%;
  }
}
.knot-pj__block-more {
  position: absolute;
  bottom: 24px;
  right: 40px;
  color: #81d8d0;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
.knot-pj__block-more::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -65px;
  width: 50px;
  height: 1px;
  background: #81d8d0;
}
@media (max-width: 767px) {
  .knot-pj__block-more {
    font-size: 10px;
    bottom: 18px;
    right: 5vw;
  }
  .knot-pj__block-more::after {
    width: 8vw;
    right: -10vw;
  }
}

.knot-detail__inner {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
}
.knot-detail__main {
  width: 100%;
  border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .knot-detail__main {
    margin: 0 -5vw;
    width: 100vw;
  }
}
.knot-detail__cat {
  margin: 48px 0 0;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  background: #3bc6b9;
  padding: 3px 20px 4px;
}
@media (max-width: 767px) {
  .knot-detail__cat {
    padding: 3px 10px 4px;
    font-size: 10px;
  }
}
.knot-detail__title {
  margin: 16px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .knot-detail__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.knot-detail__sub {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .knot-detail__sub {
    padding: 0 0 0 48px;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.knot-detail__sub::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 44px;
  height: 1px;
  background: #2a2a2a;
}
@media (max-width: 767px) {
  .knot-detail__sub::before {
    top: 10px;
    width: 32px;
  }
}
.knot-detail__dsc {
  margin: 57px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .knot-detail__dsc {
    margin: 48px 0 0;
    font-size: 12px;
  }
}
.knot-detail__text h4, .knot-detail__link h4 {
  position: relative;
  margin: 48px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  padding: 0 0 0 18px;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .knot-detail__text h4, .knot-detail__link h4 {
    font-size: 16px;
  }
}
.knot-detail__text h4::before, .knot-detail__link h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: calc(100% - 12px);
  background: #3bc6b9;
}
.knot-detail__text p, .knot-detail__link p {
  margin: 16px 0 0;
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
@media (max-width: 767px) {
  .knot-detail__text p, .knot-detail__link p {
    font-size: 12px;
  }
}
.knot-detail__text p + p, .knot-detail__link p + p {
  margin: 8px 0 0;
}
.knot-detail__text p a, .knot-detail__link p a {
  margin: 0 0 0 16px;
  text-decoration: underline;
}
.knot-detail__imgs {
  margin: 80px 0 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}
.knot-detail__imgs img {
  width: calc(50% - 12px);
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 14/9;
}
@media (max-width: 767px) {
  .knot-detail__imgs img {
    width: 100%;
  }
}

.knot-service__title {
  margin: 120px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 3.2px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .knot-service__title {
    margin: 84px 0 0;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0;
  }
}
.knot-service__text {
  margin: 32px 0 0;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 1.4px;
  padding: 0 100px;
}
@media (max-width: 767px) {
  .knot-service__text {
    letter-spacing: 0.7px;
    padding: 0;
  }
}
.knot-service__text span {
  font-size: 12px;
  display: block;
  color: #3bc6b9;
  font-weight: bold;
}
.knot-service__wrap {
  margin: 84px 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .knot-service__wrap {
    margin: 64px 0 0;
  }
}
.knot-service__block {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 55px 100px 64px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .knot-service__block {
    padding: 40px 5% 44px;
  }
}
.knot-service__block.is-show {
  opacity: 1;
  transform: translateY(0);
}
.knot-service__block.is-show .knot-service__block-num {
  opacity: 1;
  transform: translateX(0);
}
.knot-service__block-num {
  position: absolute;
  top: 80px;
  right: -55px;
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s all ease 0.2s;
}
@media (max-width: 767px) {
  .knot-service__block-num {
    height: 74px;
    top: 14px;
    right: -20px;
  }
  .knot-service__block-num img {
    height: 100%;
  }
}
.knot-service__block-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
  font-feature-settings: "palt" on;
}
@media (max-width: 767px) {
  .knot-service__block-title {
    font-size: 24px;
  }
}
.knot-service__block-target {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1px;
  font-feature-settings: "palt" on;
  color: #3bc6b9;
}
.knot-service__block-target span {
  font-weight: 500;
  color: #666;
}
@media (max-width: 767px) {
  .knot-service__block-target {
    font-size: 16px;
  }
}
.knot-service__block-text {
  position: relative;
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .knot-service__block-text {
    font-size: 14px;
  }
}
.knot-service__block-tag {
  position: relative;
  margin: 24px 0 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.knot-service__block-tag span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.7px;
  background: #d2f3f0;
}

.knot-about {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .knot-about {
    padding: 0;
  }
}
.knot-about__block {
  margin: 120px 0 0;
}
@media (max-width: 767px) {
  .knot-about__block {
    margin: 84px 0 0;
  }
}
.knot-about__block h3 {
  margin: 0 0 32px;
  color: #3bc6b9;
  font-family: Avenir;
  font-size: 28px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .knot-about__block h3 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.knot-about__mission {
  font-size: 48px;
  font-weight: 700;
  line-height: 180%;
}
.knot-about__mission p {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s all ease;
}
.knot-about__mission p:first-child {
  transition-delay: 0.3s;
}
.knot-about__mission p:last-child {
  transition-delay: 0.6s;
}
.knot-about__mission.is-show p {
  opacity: 1;
  transform: translateY(0);
}
.knot-about__mission span {
  position: relative;
}
.knot-about__mission span::after {
  position: absolute;
  left: 0px;
  content: "";
  width: 100%;
  height: 56px;
  background: #6eede1;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
  transition: 0.3s all ease;
}
.knot-about__mission.is-show span::after {
  transform: scale(1, 1);
}
.knot-about__mission.is-show span.is-1::after {
  transition-delay: 0.9s;
}
.knot-about__mission.is-show span.is-2::after {
  transition-delay: 1.4s;
}
@media (max-width: 767px) {
  .knot-about__mission {
    font-size: 24px;
  }
  .knot-about__mission span::after {
    height: 28px;
  }
}
.knot-about__vision-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.knot-about__vision-text-2 {
  margin: 32px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
}
@media (max-width: 767px) {
  .knot-about__vision-text {
    font-size: 14px;
  }
  .knot-about__vision-text-2 {
    font-size: 18px;
  }
}
.knot-about__value {
  margin: 0 -100px;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .knot-about__value {
    margin: 0 -5vw;
  }
}
.knot-about__value-block {
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  padding: 54px 100px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.5s all ease;
}
@media (max-width: 767px) {
  .knot-about__value-block {
    padding: 32px 5%;
    align-items: flex-start;
  }
}
.knot-about__value-block.is-show {
  opacity: 1;
  transform: translateY(0);
}
.knot-about__value-num {
  width: 180px;
  flex: 0 0 180px;
  opacity: 0;
  transform: translateX(30px);
  transition: 0.5s all ease 0.2s;
}
@media (max-width: 767px) {
  .knot-about__value-num {
    width: 65px;
    flex: 0 0 65px;
    padding: 7px 0 0;
  }
  .knot-about__value-num img {
    height: 30px;
    width: auto;
  }
}
.is-show .knot-about__value-num {
  opacity: 1;
  transform: translateX(0);
}
.knot-about__value-text__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  font-feature-settings: "palt" on;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .knot-about__value-text__title {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
.knot-about__value-text__text {
  margin: 8px 0 0;
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767px) {
  .knot-about__value-text__text {
    font-size: 14px;
  }
}
.knot-about__precept-head {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}
.knot-about__precept-block {
  margin: 48px 0 0;
}
.knot-about__precept-title {
  position: relative;
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
.knot-about__precept-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3bc6b9;
  left: 0;
  top: 16px;
}
@media (max-width: 767px) {
  .knot-about__precept-title {
    font-size: 20px;
    padding-left: 16px;
  }
  .knot-about__precept-title::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
.knot-about__precept-text {
  color: #7c7c7c;
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .knot-about__precept-text {
    padding-left: 16px;
    margin: 8px 0 0;
  }
}

.knot__article.is-news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .knot__article.is-news {
    display: block;
  }
}

@media (max-width: 1000px) {
  .knot-news {
    margin: 120px 0 0;
  }
}
@media (max-width: 767px) {
  .knot-news {
    margin: 84px 0 0;
  }
}
.knot-news__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .knot-news__wrap {
    gap: 24px;
  }
}
.knot-news__block {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 32px;
  width: 734px;
}
@media (max-width: 767px) {
  .knot-news__block {
    width: 100%;
    flex-wrap: wrap;
  }
}
.knot-news__block-date {
  margin: 3px 0 0;
  width: 110px;
  flex: 0 0 110px;
  color: #3bc6b9;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
.knot-news__block-cat {
  color: #3bc6b9;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  border: 1px solid #3bc6b9;
  width: 93px;
  flex: 0 0 93px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.knot-news__block-text {
  padding: 0 0 0 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .knot-news__block-text {
    width: 100%;
    padding: 16px 0 0;
  }
}
.knot-news__block-text a {
  display: block;
  color: #3bc6b9;
  text-decoration: underline;
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */