*,
*::after,
*::before {
  box-sizing: border-box;
}

:focus-visible {
  outline-offset: 3px;
}

:where(html) {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

:where(html) {
  line-height: 1.5;
}

:where(html) {
  scrollbar-gutter: stable;
}

:where(h1) {
  font-size: 2em;
  margin-block: 0.67em;
}

:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

@media (forced-colors: active) {
  mark {
    color: HighlightText;
    background-color: Highlight;
  }
}
:where(del, ins, s)::before,
:where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test";
}

:where(s)::before {
  content: "stricken text start ";
}

:where(s)::after {
  content: " stricken text end";
}

:where(del)::before {
  content: "deletion start ";
}

:where(del)::after {
  content: " deletion end";
}

:where(ins)::before {
  content: "insertion start ";
}

:where(ins)::after {
  content: " insertion end";
}

:where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%;
}

:where(fieldset) {
  min-inline-size: 0;
}

:where(label):has(+ :where(textarea, input, select)) {
  display: block;
}

:where(textarea:not([rows])) {
  min-block-size: 6em;
}

:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit;
}

:where([type="search"]) {
  -webkit-appearance: textfield;
}

@supports (-webkit-touch-callout: none) {
  :where([type="search"]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas;
  }
}
:where([type="tel"], [type="url"], [type="email"], [type="number"]):not(:placeholder-shown) {
  direction: ltr;
}

:where(table) {
  border-collapse: collapse;
  border: 1px solid;
}

:where(th, td) {
  border: 1px solid;
  padding: 0.25em 0.5em;
}

:where(dialog)::backdrop {
  background: oklch(0% 0 0/0.3);
}

:where(dialog),
:where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog[open]),
:where(dialog[open])::backdrop {
  opacity: 1;
}

@starting-style {
  :where(dialog[open]),
:where(dialog[open])::backdrop {
    opacity: 0;
  }
}
[hidden]:not([hidden=until-found]) {
  display: none !important;
}

/********************************************************************************/
/* common */
/********************************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  color: #1A1A1A;
  background: #fff;
}
html.is-vs {
  overflow: hidden;
  overscroll-behavior-y: none;
}
html.is-vs body {
  overflow: hidden;
  overscroll-behavior-y: none;
}

body {
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "Swiss721_extended_bt", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

section,
article,
aside,
main,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #1A1A1A;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=radio],
input[type=submit],
button,
textarea,
select {
  font-family: inherit;
  margin: 0;
  padding: 0.8rem 1rem;
  /* background: none; */
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4E5346;
}

button {
  cursor: pointer;
}

button[disabled] {
  cursor: auto;
}

*:after,
*:before {
  font-family: inherit;
  color: inherit;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: rgba(43, 114, 229, 0.2);
}

::selection {
  color: #595754;
  background-color: #f9d7c5;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

span._o,
span._i {
  display: inline-block;
}

span._g {
  display: block;
  position: relative;
}

span._f,
span._b {
  display: block;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/********************************************************************************/
/* logo */
/********************************************************************************/
h1.b--lg {
  padding-top: 0rem;
  z-index: 10;
}
h1.b--lg.is-show {
  transition: 0.4s;
  padding-top: 1.2675rem;
  top: 0;
}
h1.b--lg .b--lg__i,
h1.b--lg .b--lg__i.after {
  transition: 0.4s;
}
h1.b--lg .b--lg__i.after {
  position: fixed;
  top: 0;
  z-index: 2;
  padding-left: 5%;
  padding-top: 3.5rem;
  padding-bottom: 1.25rem;
}
h1.b--lg .b--lg__i:nth-of-type(1) {
  transform: translateY(0);
  opacity: 1;
  height: 10rem;
  width: 100%;
  background: #6FC5C8;
  background-repeat: repeat;
  background-size: 20rem;
}
h1.b--lg .b--lg__i:nth-of-type(2) {
  width: 35rem;
  position: absolute;
  top: 5rem;
  left: 5%;
  z-index: 2;
}

#hp h1.b--lg.is-show .b--lg__i .after {
  transform: translateY(0);
  opacity: 1;
  width: 100%;
  height: 4.06688rem;
  background: #6FC5C8;
}

.b--lg__i-slide h1.b--lg .b--lg__i:nth-of-type(1),
#hp.b--lg__i-slide h1.b--lg.is-show .b--lg__i.after {
  padding-left: calc(5.33333% - 0.75rem);
}

h1.b--lg .b--lg__i:nth-of-type(1) {
  transition: all 0.4s;
}

.b--lg__i-slide h1.b--lg .b--lg__i:nth-of-type(1) {
  opacity: 0;
}

#hp h1.b--lg .b--lg__i.after {
  transform: translateY(-100%);
  opacity: 0;
  width: 100%;
}
#hp h1.b--lg .b--lg__i.after > a {
  display: inline-block;
}

@media screen and (max-width: 48em) {
  h1.b--lg .b--lg__i :nth-of-type(2) {
    width: 20.2985rem;
  }
}
#hp h1.b--lg.is-show .b--lg__i {
  transform: translateY(0);
  transition: 0.4s;
  opacity: 1;
}

h1.b--lg.is-show .b--lg__i:nth-of-type(2) {
  transition: 0.4s;
}

h1.b--lg .b--lg__i.after img {
  width: 15rem;
  height: auto;
}

@media screen and (min-width: 62.5em) {
  #hp h1.b--lg {
    width: 36.1925rem;
    /* height: 2.26688rem; */
  }
}
@media screen and (max-width: 62.5em) {
  h1.b--lg .b--lg__i.after {
    padding-left: 5%;
    transition: 0.8s;
  }
}
/********************************************************************************/
/* AOS */
/********************************************************************************/
[data-aos=fade-up] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-up].aos-animate {
  opacity: 1;
}

/********************************************************************************/
/* radio button */
/********************************************************************************/
#contact-crik .bn--wp #content {
  /* padding: 0 1.5rem; */
}

.wp-block-contact-form-7-contact-form-selector {
  font-size: 0.8125rem;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7 p {
  margin-bottom: 1.75rem;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7 p:last-of-type {
  text-align: center;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7 p > label,
.wp-block-contact-form-7-contact-form-selector .wpcf7 p label span > input,
.wp-block-contact-form-7-contact-form-selector .wpcf7 p label textarea {
  width: 100%;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7 p > label span {
  display: block;
  margin-top: 0.3825rem;
}

#contact-crik .wpcf7-list-item {
  font-size: 1rem;
  font-weight: 400;
  color: #4E5346;
  margin: 0;
  width: 48%;
  padding: 1rem;
  background: #fff;
  margin: 0.3825rem 0.3825rem 0 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

input[type=radio] {
  opacity: 0;
  position: absolute;
}

.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #4E5346;
  border-radius: 100%;
  content: "";
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.4s;
  width: 1rem;
}

input[type=radio]:checked + .wpcf7-list-item-label::before {
  background: #4E5346;
  box-shadow: inset 0 0 0 3px #fff;
}

input[type=submit] {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
}

.b--ld {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #6FC5C8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 2s;
  background-repeat: repeat;
  background-size: 20rem;
}

.b--ld-2 {
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #6FC5C8, #FFF);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 2s;
}

/********************************************************************************/
/* carousel-indicators */
/********************************************************************************/
.carousel-indicators {
  bottom: 1.5rem;
}

.carousel-indicators li {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem;
}

.carousel-indicators .active {
  width: 1rem;
  height: 1rem;
}

/********** grayscale **********/
.zoom-in {
  filter: brightness(1);
  /* transition: all 0.6s ease; */
  transition: all 0.6s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.bn--in > a:hover ~ .bab .zoom-in,
.zoom-in:hover,
.bn--tx:hover ~ .bab .zoom-in {
  /* transition: all 0.6s ease; */
  transition: all 0.6s cubic-bezier(0.77, 0.2, 0.05, 1);
  filter: brightness(0.5);
}

.bab {
  overflow: hidden;
}

.bn--in > a:hover ~ .bab .zoom-in,
.bn--anc.zoom-in:hover,
.bn--tx:hover ~ .bab .zoom-in {
  -webkit-transform: scale(1.035);
  -moz-transform: scale(1.035);
  -ms-transform: scale(1.035);
  transform: scale(1.035);
}

/********** hum menu **********/
#menuToggle,
.crik-nav-toggle {
  position: fixed;
  top: 5.5rem;
  right: 5%;
  z-index: 12;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a,
.crik-nav-toggle a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color 0.4s ease;
}
#menuToggle input,
.crik-nav-toggle input {
  display: block;
  width: 5rem;
  height: 3rem;
  position: absolute;
  top: -0.5rem;
  left: 0rem;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle input:checked ~ span,
.crik-nav-toggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0rem, -0.75rem);
  background: #fff;
  width: 4.5rem;
}
#menuToggle input:checked ~ span:nth-last-child(2),
.crik-nav-toggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0rem, 0.9rem);
}
#menuToggle input:checked ~ span:nth-last-child(3),
.crik-nav-toggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ ul,
.crik-nav-toggle input:checked ~ ul {
  transform: none;
}
#menuToggle input:checked ~ ul a,
.crik-nav-toggle input:checked ~ ul a {
  display: block;
}
#menuToggle span.mTSpan,
.crik-nav-toggle span.mTSpan {
  display: block;
  width: 5rem;
  height: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 0.5rem 0px;
  /* transition: transform 0.6s cubic-bezier(0.77,0.2,0.05,1.0),
          background 0.6s cubic-bezier(0.77,0.2,0.05,1.0),
          opacity 0.45s ease; */
  transition: transform 0.4s ease, background 0.4s ease, opacity 0.45s ease;
}
#menuToggle span.mTSpan:first-child,
.crik-nav-toggle span.mTSpan:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span.mTSpan:nth-last-child(2),
.crik-nav-toggle span.mTSpan:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menu,
.crik-nav-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 35rem;
  height: 100vh;
  background-color: #6FC5C8;
  margin: 0;
  padding: 12rem 0 0 2.5rem;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  /* transition: transform 0.6s cubic-bezier(0.77,0.2,0.05,1.0); */
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu .sns,
.crik-nav-menu .sns {
  z-index: 2;
}
#menu .sns a,
.crik-nav-menu .sns a {
  display: inline-block !important;
  margin-right: 1rem;
}
#menu .sns a img,
.crik-nav-menu .sns a img {
  width: 2.425rem;
}
#menu .copy,
.crik-nav-menu .copy {
  position: absolute;
  bottom: 2.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}

#menu li,
.crik-nav-menu li {
  font-size: 2rem;
  line-height: 1.2;
  padding: 0rem 0 2.5rem 0;
  font-weight: 600;
}
#menu li.logo,
.crik-nav-menu li.logo {
  padding: 0rem 0 3.5rem 0;
}
#menu li.logo img,
.crik-nav-menu li.logo img {
  width: 10rem;
  height: auto;
}
#menu li span,
.crik-nav-menu li span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 40em) {
  #menu.menu-show,
.crik-nav-menu.menu-show {
    transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    background: #6fc5c8;
    width: 100%;
  }
}
.b--wrap {
  width: 100%;
  visibility: visible;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.b--ld__fr {
  position: fixed;
  top: 3.5875rem;
  right: 6.25%;
  z-index: 10;
}

.b--ld__frm__p {
  font-size: 1.6875rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 7.3125rem;
  height: 2.26688rem;
}

#crik-works .b--il__tbx,
#crik-research .b--il__tbx,
#about-crik .b--il__tbx,
#fif .b--il__tbx {
  padding: 0 0 5rem 0;
}

#crik-works .b--il__hd,
#crik-research .b--il__hd,
#about-crik .b--il__hd,
#fif .b--il__hd {
  text-align: left;
}

.b--il__ttl {
  font-size: 2.6625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.12;
}

#crik-works .b--il__ttl,
#crik-research .b--il__ttl,
#about-crik .b--il__ttl,
#fif .b--il__ttl {
  text-transform: inherit;
}

.b--il__rd {
  font-size: 1.6875rem;
}

#crik-works .b--il__rd,
#crik-research .b--il__rd,
#about-crik .b--il__rd,
#fif .b--il__rd {
  font-size: 2rem;
  text-align: left;
  margin: 0.3825rem 0 0;
  border-bottom: 0.1rem solid;
  padding-bottom: 1.25rem;
  padding-left: calc(0rem + 0.5rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 62.5em) {
  #crik-works .b--il__rd,
#crik-research .b--il__rd,
#about-crik .b--il__rd,
#fif .b--il__rd {
    font-size: 1.65rem;
  }
}

.bn--s {
  font-size: 4.4375rem;
  letter-spacing: 0.04em;
  line-height: 1.24;
  font-weight: 600;
  margin: 1.25rem 0 0;
}

.bn--wp {
  width: 90%;
  max-width: 180rem;
  margin: 0 auto;
  padding: 10rem 0 0;
  color: #fff;
  /* transition: all 0.6s cubic-bezier(0.77,0.2,0.05,1.0); */
  transition: all 0.6s ease;
}
@media screen and (max-width: 62.5em) {
  .bn--wp {
    width: 100%;
    padding: 7.5rem 5rem 0;
  }
}
@media screen and (max-width: 62.5em) and (max-width: 48em) {
  .bn--wp {
    padding: 7.5rem 2.5rem 0;
  }
}

h1.b--lg.is-show .bn--wp {
  padding: 0.9375rem 6.375rem 0;
}

.bn--in {
  width: 100%;
  margin: 0 auto 5rem;
  position: relative;
}

.bn--in {
  margin: 0 auto 2.5rem;
}

#crik-works .bn--in,
#crik-research .bn--in {
  width: calc(100% - 10rem);
  height: calc((100% - 10rem)*9/16);
  max-width: 168rem;
}

.bn--anc {
  display: block;
  width: 100%;
  position: relative;
  /* overflow: hidden */
  padding-bottom: 10rem;
  padding: 60% 0 0;
  /* box-shadow: 1px 1px 2px #5fabad; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#crik-works .bn--in1 .bn--anc {
  background-image: url("../img/Shimanto-1.jpg");
}

#crik-works .bn--in2 .bn--anc {
  background-image: url("../img/Asumin-2.jpg");
}

#crik-works .bn--in3 .bn--anc {
  background-image: url("../img/Kyousou-1.jpg");
}

#crik-works .bn--in4 .bn--anc {
  background-image: url("../img/MiniFukuoka-1.jpg");
}

#crik-research .bn--in1 .bn--anc {
  background-image: url("../img/Taiwan-1.jpg");
}

#crik-research .bn--in2 .bn--anc {
  background-image: url("../img/GDQ-1.jpg");
}

#crik-research .bn--in3 .bn--anc {
  background-image: url("../img/NewJob-1.jpg");
}

#crik-research .bn--in4 .bn--anc {
  background-image: url("../img/GoodPark-1.jpg");
}

.pc .bn--anc:hover .bn--img:after {
  opacity: 1;
}

.bn--tx,
.taxonomy .bn--tx {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bn--tx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0rem 0 2rem;
}

#crik-works .bn--tx,
#crik-research .bn--tx,
.taxonomy #crik-works .bn--tx {
  align-items: end;
  z-index: 2;
  padding: 0rem 0 0;
}

#crik-works .bn--tx,
#crik-research .bn--tx,
.taxonomy #crik-works .bn--tx {
  position: absolute;
  bottom: 0;
  padding-bottom: 7.5rem;
  padding-right: 5rem;
}

#crik-works .bn--tx,
#crik-research .bn--tx,
.taxonomy #crik-works .bn--tx {
  left: -2.5rem;
}

.single .bn--tx {
  /* padding: 0 1.5rem; */
}

#works #crik-works .bn--tx .bn--btn,
#research #crik-research .bn--tx .bn--btn {
  margin: 1.25rem 0 3.25rem;
}

#works .bn--tx,
#research .bn--tx {
  position: inherit;
}

.single #crik-works .bn--tx {
  padding: 0rem 0 2.5rem;
}

.bn--bd {
  width: 100%;
}

.bn--b {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  display: inline-block;
  color: #1A1A1A;
  padding: 0.125rem 0.625rem;
}

#crik-works .works_cat_pd,
#crik-works .works_cat_sc,
#crik-works .works_cat_cd,
#crik-works .works_cat_dx,
#crik-works .bn--b.w_pd,
#crik-works .bn--b.w_sd {
  background: #FFEE6F;
}

#crik-works .bn--b:hover {
  background: #A6FCFF;
  transition: all 0.4s;
}

#crik-works .bn--b.r_cd,
#crik-works .works_cat_l_research-study {
  background: #F9D7C5;
}

.bn--b object a {
  font-style: italic;
}

.bn--btn__lab {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.bn--btn__lab object a {
  font-style: italic;
  text-decoration: underline;
  color: #fff;
  margin-right: 0.75rem;
}

.bn--btn__lab a:hover {
  color: #A6FCFF;
}

.bn--btn__lab a span {
  line-height: 1.24;
  /* margin-right: .5rem; */
}

.tp--hd {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 0;
  min-height: 40.375rem;
}

#hp .tp--hd {
  /* margin-bottom: 4.8125rem; */
}

.tp--hd__sg {
  width: 100%;
}

.tp--hd__mn {
  width: 100%;
  padding: 3.125rem 0 0;
}

.tp--hd__lg {
  width: 84%;
  margin: 0 auto;
  fill: #fff;
  max-width: 37.5rem;
}

.tp--hd__lg:before {
  content: "";
  display: block;
  width: 100%;
  padding: 6.42458% 0 0;
}

.tp--hd__tag {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  margin: 0.6875rem 0 0;
}

@media screen and (min-width: 48em) {
  .b--wrap.slide-left {
    /* transform: translateX(-12.75rem); */
    /* transition: all .4s; */
    /* transition: all 0.6s cubic-bezier(0.77,0.2,0.05,1.0); */
  }

  .b--wrap.slide-left .bn--wp {
    /* transition: all 0.6s cubic-bezier(0.77,0.2,0.05,1.0); */
  }
}
.b--wrap.slide-left {
  width: calc(100% - 35rem);
}

.b--wrap.slide-left .bn--in {
  transition: all 0.6s ease;
}

@media screen and (min-width: 48em) {
  .b--wrap.slide-left .bn--in {
    /* margin: 0 0 1.75rem auto; */
    transform: translateX(0.75rem);
    transition: all 0.6s ease;
  }

  .b--lg__i-slide #crik-works .bn--in,
.b--lg__i-slide #crik-research .bn--in {
    width: calc(100% - 1.5rem);
  }
}
.b--lg__i-slide .b--wrap.slide-left {
  min-width: 108rem;
}

.b--lg__i-slide .b--wrap.slide-left::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 3;
}

/****************************************/
/********** NEWS **********/
/****************************************/
#crik-news {
  position: absolute;
  bottom: 5rem;
  left: 5%;
}

.tp--hd__frm {
  width: auto;
  margin: 0;
}

.tp--hd__frm__p {
  font-size: 1.6875rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
}

.tp--hd__frm__p ._ul {
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 0 0 0.3825rem;
}

.tp--hd__frm__p ._ul:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  min-height: 0.1rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp--hd__dots {
  position: absolute;
  bottom: 1.875rem;
  left: 8%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tp--hd__dot:nth-of-type(n+2) {
  margin: 0.5rem 0 0;
}

.b--state {
  top: 1.375rem;
  left: 0;
  z-index: 10;
}

.b--state__home__wp {
  color: #fff;
}

.b--state__home__one {
  padding: 1.25rem 0 0rem 0.625rem;
}

.b--state__home__lb {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 0 0 0.5rem;
}
.b--state__home__lb a {
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.b--state__home__lb a:hover {
  /* color: #0000ff; */
  color: #A6FCFF;
  transition: all 0.4s ease;
}

.crik-home-banner-section {
  max-width: 108rem;
  margin: 4rem auto 0;
  padding: 0 5rem;
}
.crik-home-banner-section__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
.crik-home-banner-section__item {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.crik-home-banner-section__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.18);
}
.crik-home-banner-section img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 48em) {
  .crik-home-banner-section {
    margin: 2.2rem auto 0;
    padding: 0 1.5rem;
  }
  .crik-home-banner-section__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.b--state__home__lb a b {
  font-weight: 400;
  padding-left: 0.5rem;
}

@media screen and (min-width: 48em) {
  .b--state {
    top: 1.675rem;
  }
}
.ft--wp {
  width: 100vw;
  padding: 0 5% 0;
  background-color: #B9B8AE;
  margin: 10rem 0 0 0;
}

@media screen and (max-width: 48em) {
  .ft--wp {
    margin: 6.375rem 0 0 0;
  }
}
.ft--in {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10rem 0 10rem;
}

.ft--hr {
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 0;
}

.ft--bd {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.1);
}

.ft--lg {
  width: 25rem;
  height: auto;
  fill: #121212;
  margin: 0 auto;
}

.ft--lg__a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.ft--plc {
  color: #fff;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin: 0.875rem 0 0;
}

.ft--os {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.625rem 0 0;
}

.ft--os .m--sg {
  fill: #fff;
}

.ft--os__a {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  position: relative;
  margin: 0 0.6875rem;
}

.ft--links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 5rem auto 0;
}

.ft--link {
  display: inline-block;
  margin: 0 1rem;
}

.ft--link:last-child:after {
  display: none;
}

.ft--link .ft--link__a {
  font-size: 1.425rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.ft--cp {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 2.5rem;
}

.ft--cp__p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.bn--r {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0.5rem 0 1rem;
  padding-left: 0.2rem;
  font-weight: 400;
}

@media screen and (min-width: 62.5em) {
  .single #crik-works {
    /* padding-top: 9.25rem; */
  }

  .single .bn--bd {
    /* padding: 0 1.5rem; */
  }

  #crik-research {
    padding-top: calc(9.25rem - 1.75rem);
  }

  .tp--hd__frm {
    width: auto;
    margin: 0;
  }

  .tp--hd__frm__p {
    font-size: 1.875rem;
  }

  .b--state__home__lb {
    font-size: 1.75rem;
  }

  .b--il__ttl {
    font-size: 4.4375rem;
  }

  .b--il__rd {
    font-size: 2rem;
  }
}
@media screen and (min-width: 62.5em) {
  .tp--hd {
    min-height: 40.375rem;
  }

  .ft--shr__list {
    width: 100%;
    max-width: 47.75rem;
    margin: 2.1875rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bn--bg:before {
    padding: 38.7931% 0 0;
  }

  .bn--b {
    font-size: 2.125rem;
  }

  .bn--btn {
    margin: 1.25rem 0 0;
  }

  .single .bn--btn {
    margin: 1.25rem 0 0;
  }

  .ft--lg {
    height: auto;
  }

  .bn--anc {
    padding: 60% 0 0;
  }
}
@media screen and (min-width: 68.5em) {
  .bn--tx {
    padding: 0rem 0 3rem;
  }
}
@media screen and (max-width: 48em) {
  .tp--hd {
    /* margin-bottom: 4.8125rem; */
  }
}
@media screen and (max-width: 62.5em) {
  .de--ri__one:nth-of-type(n+3) {
    margin: 1.375rem 0 0;
  }

  .bn--anc {
    padding-bottom: 0;
  }

  .bn--bg:before {
    padding: 60.31343% 0 0;
  }
}
@media screen and (max-width: 82.5em) {
  #crik-works .bn--in,
#crik-research .bn--in {
    width: calc(100% - 10rem);
    height: calc((100% - 10rem) * 9 / 16);
  }

  #crik-works .bn--tx,
#crik-research .bn--tx {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 62.5em) {
  #crik-works .bn--in,
#crik-research .bn--in {
    width: calc(100% - 2.5rem);
    height: calc((100% - 2.5rem) * 9 / 16);
    margin: 0 auto 1.25rem;
  }

  .bn--tx {
    padding: 0rem 0 0.4rem;
  }

  .bn--b {
    font-size: 1.5rem;
  }

  .bn--s {
    font-size: 2.6625rem;
    line-height: 1.24;
    margin: 1.5rem 0 0;
  }

  .bn--r {
    font-size: 1.65rem;
  }

  .bn--btn__lab {
    font-size: 1.55rem;
  }

  #crik-works .b--il__tbx,
#crik-research .b--il__tbx,
#about-crik .b--il__tbx,
#fif .b--il__tbx {
    padding: 0 0 2.6875rem 0;
  }

  #crik-works .bn--tx,
#crik-research .bn--tx {
    left: -1.25rem;
    padding-bottom: 2.5rem;
    padding-right: 1.5rem;
  }

  .bn--anc {
    padding: 64% 0 0;
  }
}
/********** top fade slide **********/
.carousel-fade .carousel-inner a.item {
  background-image: var(--background);
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 46.375rem;
  height: 80vh;
  transition: all 0.6s ease;
  filter: brightness(1);
}
.carousel-fade .carousel-inner a.item:hover {
  transition: all 0.6s ease;
  filter: brightness(0.5);
}
@media screen and (max-width: 48em) {
  .carousel-fade .carousel-inner a.item {
    min-height: 40.375rem;
  }
}

.carousel-fade .carousel-inner .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel-fade .carousel-inner .item img {
  display: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.btn-transparent:hover {
  color: #1A1A1A00 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.75);
}

.bn--in a::after {
  background: rgba(0, 0, 0, 0);
}

/****************************************/
/********** CRIK **********/
/****************************************/
.sec.tp--hd {
  min-height: 10.375rem;
}

#fif img {
  width: 8.3125rem;
  height: auto;
}

#fif .about-us {
  padding: 0 0 3.6875rem 0;
}

#fif .about-us h2 {
  margin-bottom: 2.2875rem;
}

#fif .about-us p {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 80%;
}

#fif .about-us p {
  margin: 1.25rem 0 0;
}

@media screen and (min-width: 62.5em) {
  #fif .about-us p {
    /* column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-gap: 5.2875rem; */
  }
}
h3.b--il__ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

#fif .b--il__tbx.bit1 ul li h4 {
  font-size: 2rem;
  line-height: 1.9375rem;
  letter-spacing: 0.1em;
  margin: 1.0625rem 0 0;
}

#fif .b--il__tbx.bit1 ul li p {
  color: #fff;
  text-align: justify;
  font-size: 1.8125rem;
  line-height: 1.625rem;
  letter-spacing: 0.1em;
  /* margin: 0.3625rem 0 0; */
  margin: 0;
}

#fif .b--il__tbx.bit2 ul {
  display: block;
  margin: 4.5rem 0 0;
}

#fif .b--il__tbx.bit2 ul li {
  float: left;
  width: calc(100% / 1);
  text-align: left;
  margin-bottom: 1.5rem;
}

#fif .b--il__tbx.bit2 ul li a {
  font-size: 1.8125rem;
  line-height: 1.625rem;
  text-decoration: underline;
  letter-spacing: 0.06em;
  padding: 0.375rem 0;
  font-weight: 400;
}

#fif .b--il__tbx.bit2 ul li a span {
  display: inline-block;
  width: 5em;
}

@media screen and (min-width: 48em) {
  #fif img {
    width: 10.3125rem;
  }

  #fif .about-us p {
    font-size: 1.8125rem;
    line-height: 1.625rem;
    letter-spacing: 0.1em;
  }

  #fif .b--il__tbx.bit2 ul li {
    width: calc(100% / 1);
  }
}
@media screen and (min-width: 62.5em) {
  #fif .b--il__tbx.bit2 ul li {
    width: calc(100% / 1);
  }
}
@media screen and (min-width: 80em) {
  #fif .b--il__tbx.bit2 ul li {
    width: calc(100% / 1);
  }
}
.bn--middle {
  width: calc(100% - 15rem);
  margin: 0 auto;
  max-width: 144rem;
}
@media screen and (min-width: 82.5em) {
  .bn--middle {
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 62.5em) {
  .bn--middle {
    width: 90%;
  }
}
@media screen and (max-width: 48em) {
  .bn--middle {
    width: 100%;
  }
}

.works-lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.375rem;
  margin: 0 0 1.25rem;
  border-bottom: 0.0625rem solid;
  padding-bottom: 0.725rem;
}

.works-text {
  font-size: 1.8125rem;
  line-height: 1.825rem;
  /* letter-spacing: 0.06em; */
  /* text-align: justify; */
  margin-bottom: 5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  padding: 0 0rem;
}

.bn--middle ul li {
  text-align: center;
}

.bn--middle ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1.75rem;
  display: inline;
}
.bn--middle ul li img.is-portrait {
  width: 60%;
}

.single-news #content ul li.right p.has-img,
.single-recruit #content ul li.right p.has-img {
  width: 100%;
}

.single-news #content ul li.right p img,
.single-recruit #content ul li.right p img {
  width: 100%;
  height: auto;
}

.single-news #content ul li.right p a,
.single-recruit #content ul li.right p a {
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .single-news #content p,
.single-recruit #content p {
    font-size: 1.8125rem;
    line-height: 1.625rem;
    letter-spacing: 0.1em;
  }
}
#form {
  position: relative;
}

#s-box {
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  border: solid 3px #eaeaea;
  outline: 0;
}

#s-btn-area {
  height: 50px;
  position: absolute;
  left: 250px;
  top: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 3rem;
  outline: 0;
}

#s-btn {
  background-color: black;
  width: 50px;
  height: 30px;
  position: relative;
  right: 20px;
  bottom: 10px;
  border-radius: 3px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 31px;
}

#about-crik .b--il__tbx.bit1 .b--il__rd {
  margin-bottom: 4.5rem;
}

#work-with-crik .bn--wp,
#join-our-team .bn--wp {
  padding-top: 18rem;
}

#about-crik .d-irai--p {
  color: #fff;
  text-align: justify;
  font-size: 1.8125rem;
  line-height: 1.625rem;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 0 0 2.6875rem;
}

#about-crik #fif .b--il__tbx.bit1 ul li {
  width: 80%;
  margin-bottom: 2.6875rem;
}

#about-crik #fif .b--il__tbx.bit1:nth-of-type(2) ul li:nth-of-type(4) {
  margin-bottom: 0;
}

#about-crik #fif .b--il__tbx.bit1 ul li .ktgk {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.0625rem;
}

#about-crik #fif .b--il__tbx.bit1 ul li .come {
  font-size: 1.75rem;
  letter-spacing: 0.0185em;
  line-height: 1.425rem;
  font-weight: 400;
  width: 60%;
  margin-bottom: 1.4625rem;
}

#about-crik #fif .b--il__tbx.bit1 ul li .reki {
  font-size: 1.75rem;
  letter-spacing: 0.0185em;
  line-height: 1.425rem;
  font-weight: 400;
}

@media screen and (max-width: 48em) {
  #about-crik #fif .b--il__tbx.bit1 ul li .come {
    width: 100%;
  }

  #work-with-crik .bn--wp,
#join-our-team .bn--wp {
    padding-top: 12rem;
  }
}
#about-crik h1.b--lg .b--lg__i {
  width: 100%;
}
#about-crik h1.b--lg .b--lg__i:nth-of-type(1) {
  background: #629090;
  background-repeat: repeat;
  background-size: 20rem;
}
#about-crik h1.b--lg .b--lg__i:nth-of-type(1) a {
  display: inline-block;
}
#about-crik .bn--wp {
  max-width: 108rem;
  padding: 15rem 5rem 0;
}
@media screen and (max-width: 48em) {
  #about-crik .bn--wp {
    padding: 15rem 2.5rem 0;
  }
}
#about-crik .bn--wp#fif .about-us p {
  letter-spacing: 0.1em;
  font-size: 1.8125rem;
  margin-bottom: 4.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 62.5em) {
  #about-crik .bn--wp#fif .about-us p {
    font-size: 1.4125rem;
    margin-bottom: 2.5rem;
  }
}
#about-crik .bn--wp#fif h3.b--il__ttl {
  font-size: 3.4375rem;
}
@media screen and (max-width: 62.5em) {
  #about-crik .bn--wp#fif h3.b--il__ttl {
    font-size: 2.3375rem;
  }
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 .d-irai--p {
  letter-spacing: 0.1em;
  font-size: 1.8125rem;
  margin-bottom: 5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 62.5em) {
  #about-crik .bn--wp#fif .b--il__tbx.bit1 .d-irai--p {
    font-size: 1.4125rem;
    margin-bottom: 2.5rem;
  }
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 ul li {
  width: 100%;
  margin-bottom: 5rem;
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 ul li h4 {
  margin: 0 0 1.5rem 0;
  font-weight: 500;
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 ul li p {
  letter-spacing: 0.1em;
  font-size: 1.5125rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 62.5em) {
  #about-crik .bn--wp#fif .b--il__tbx.bit1 ul li p {
    margin-bottom: 2.5rem;
  }
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 ul li p.hash {
  font-size: 1.3125rem;
  font-weight: 300;
}
#about-crik .bn--wp#fif .b--il__tbx.bit1 ul li p.reki {
  font-size: 1.3125rem;
  font-weight: 300;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section {
  margin-top: 1.5rem;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__item {
  width: 100%;
  margin-bottom: 1.25rem;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  padding: 1.8rem 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__title {
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__arrow {
  font-size: 1.9rem;
  line-height: 1;
  opacity: 0.8;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.64);
  transform: translateX(0.4rem);
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__link:hover .crik-recruit-list__arrow {
  transform: translateX(0.35rem);
  opacity: 1;
}
#about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__empty {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 62.5em) {
  #about-crik .b--il__tbx.bit1 .b--il__rd {
    margin-bottom: 2.5rem;
  }

  #fif .b--il__tbx.bit2 ul {
    margin: 2.5rem 0 0;
  }

  #about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__link {
    padding: 1.4rem 1.6rem;
    gap: 0.8rem;
  }
  #about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__title {
    font-size: 1.35rem;
  }
  #about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__arrow {
    font-size: 1.5rem;
  }
  #about-crik .bn--wp#fif .b--il__tbx.crik-recruit-section .crik-recruit-list__empty {
    font-size: 1.2rem;
  }
}
.single-news .bn--wp,
.single-recruit .bn--wp {
  max-width: 108rem;
  padding: 15rem 5rem 0;
}
@media screen and (max-width: 48em) {
  .single-news .bn--wp,
.single-recruit .bn--wp {
    padding: 15rem 2.5rem 0;
  }
}
.single-news .bn--wp #content p.post_date,
.single-recruit .bn--wp #content p.post_date {
  text-align: right;
  font-size: 1.6125rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content p.post_date,
.single-recruit .bn--wp #content p.post_date {
    font-size: 1.4125rem;
  }
}
.single-news .bn--wp #content ul li.left,
.single-recruit .bn--wp #content ul li.left {
  margin: 0 0 5rem;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content ul li.left,
.single-recruit .bn--wp #content ul li.left {
    margin: 0 0 2.5rem;
  }
}
.single-news .bn--wp #content ul li.left h2,
.single-recruit .bn--wp #content ul li.left h2 {
  line-height: 1.5;
  font-size: 4.4375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content ul li.left h2,
.single-recruit .bn--wp #content ul li.left h2 {
    font-size: 2.6625rem;
  }
}
.single-news .bn--wp #content ul li.right p,
.single-recruit .bn--wp #content ul li.right p {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.8125rem;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content ul li.right p,
.single-recruit .bn--wp #content ul li.right p {
    font-size: 1.4125rem;
    margin-bottom: 1.5rem;
  }
}
.single-news .bn--wp #content ul li.right h3,
.single-recruit .bn--wp #content ul li.right h3 {
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 4rem 0 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content ul li.right h3,
.single-recruit .bn--wp #content ul li.right h3 {
    font-size: 1.6rem;
    margin: 2.4rem 0 1rem;
  }
}
.single-news .bn--wp #content ul li.right ul, .single-news .bn--wp #content ul li.right ol,
.single-recruit .bn--wp #content ul li.right ul,
.single-recruit .bn--wp #content ul li.right ol {
  margin: 0 0 2.5rem 0;
  padding: 0 0 0 1.6rem;
}
.single-news .bn--wp #content ul li.right ul li, .single-news .bn--wp #content ul li.right ol li,
.single-recruit .bn--wp #content ul li.right ul li,
.single-recruit .bn--wp #content ul li.right ol li {
  color: #fff;
  font-size: 1.6125rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
  list-style: disc;
}
@media screen and (max-width: 62.5em) {
  .single-news .bn--wp #content ul li.right ul li, .single-news .bn--wp #content ul li.right ol li,
.single-recruit .bn--wp #content ul li.right ul li,
.single-recruit .bn--wp #content ul li.right ol li {
    font-size: 1.3125rem;
    margin-bottom: 0.65rem;
  }
}
.single-news .bn--wp #content ul li.right ol li,
.single-recruit .bn--wp #content ul li.right ol li {
  list-style: decimal;
}

.single-recruit .bn--wp #content ul li.right h3 {
  border-left: 0.5rem solid #FFEE6F;
  padding-left: 1rem;
}
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2rem 0 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.02);
}
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary th,
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: top;
  padding: 1.6rem 1.8rem;
  font-size: 1.45rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 62.5em) {
  .single-recruit .bn--wp #content ul li.right .crik-recruit-summary th,
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary td {
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
  }
}
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary th {
  width: 18rem;
  white-space: nowrap;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 62.5em) {
  .single-recruit .bn--wp #content ul li.right .crik-recruit-summary th {
    width: 11rem;
  }
}
.single-recruit .bn--wp #content ul li.right .crik-recruit-summary p {
  margin-bottom: 0.6rem;
}

.single-recruit.recruit-cat-project-staff .bn--wp #content ul li.right h3 {
  border-left-color: #F9D7C5;
}

.single-recruit.recruit-cat-full-time .bn--wp #content ul li.right h3,
.single-recruit.recruit-cat-contract .bn--wp #content ul li.right h3 {
  border-left-color: #A6FCFF;
}

.single #crik-works.bn--wp {
  padding: 15rem 0rem 0;
}
@media screen and (max-width: 62.5em) {
  .single #crik-works.bn--wp {
    padding: 15rem 5rem 0;
  }
}
@media screen and (max-width: 48em) {
  .single #crik-works.bn--wp {
    padding: 15rem 2.5rem 0;
  }
  .single #crik-works.bn--wp .works-text {
    font-size: 1.4125rem;
    margin-bottom: 2.5rem;
  }
}
.single #crik-works.bn--wp .bn--in {
  margin: 0 auto 2.5rem;
}

#crik-works.bn--wp.taxonomy {
  padding: 15rem 0 0;
}
#crik-works.bn--wp.taxonomy .b--il__ttl span {
  font-size: 2.1375rem;
  font-weight: 500;
}

#work-with-crik .crik-recruit-page,
#join-our-team .crik-recruit-page {
  max-width: 108rem;
  padding: 18rem 5rem 0;
}
@media screen and (max-width: 62.5em) {
  #work-with-crik .crik-recruit-page,
#join-our-team .crik-recruit-page {
    padding: 14rem 2.5rem 0;
  }
}
#work-with-crik .crik-recruit-page__hero,
#join-our-team .crik-recruit-page__hero {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 4rem;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 62.5em) {
  #work-with-crik .crik-recruit-page__hero,
#join-our-team .crik-recruit-page__hero {
    max-width: 100%;
  }
}
#work-with-crik .crik-recruit-page__hero-image,
#join-our-team .crik-recruit-page__hero-image {
  display: block;
  width: 100%;
  height: auto;
}
#work-with-crik .crik-recruit-page__list-section,
#join-our-team .crik-recruit-page__list-section {
  width: 100%;
  max-width: 90rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 62.5em) {
  #work-with-crik .crik-recruit-page__list-section,
#join-our-team .crik-recruit-page__list-section {
    max-width: 100%;
  }
}
#work-with-crik .crik-recruit-cards,
#join-our-team .crik-recruit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}
@media screen and (max-width: 48em) {
  #work-with-crik .crik-recruit-cards,
#join-our-team .crik-recruit-cards {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
#work-with-crik .crik-recruit-cards__empty,
#join-our-team .crik-recruit-cards__empty {
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}
#work-with-crik .crik-recruit-card__link,
#join-our-team .crik-recruit-card__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  min-height: 16rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.8rem;
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 0.26s ease, background-color 0.26s ease, border-color 0.26s ease;
}
#work-with-crik .crik-recruit-card__link:hover,
#join-our-team .crik-recruit-card__link:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.58);
}
#work-with-crik .crik-recruit-card__meta,
#join-our-team .crik-recruit-card__meta {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  opacity: 0.82;
}
#work-with-crik .crik-recruit-card__title,
#join-our-team .crik-recruit-card__title {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 62.5em) {
  #work-with-crik .crik-recruit-card__title,
#join-our-team .crik-recruit-card__title {
    font-size: 1.65rem;
  }
}
#work-with-crik .crik-recruit-card__arrow,
#join-our-team .crik-recruit-card__arrow {
  margin-top: auto;
  font-size: 1.8rem;
  line-height: 1;
  opacity: 0.75;
}
