.gradient-hover-card h3,
.gradient-hover-card h4,
.gradient-hover-card h5 {
  transition: color 0.18s ease, -webkit-text-fill-color 0.18s ease;
}

.gradient-hover-card:hover h3,
.gradient-hover-card:hover h4,
.gradient-hover-card:hover h5,
.gradient-hover-card:focus-within h3,
.gradient-hover-card:focus-within h4,
.gradient-hover-card:focus-within h5 {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/*
Theme Name: nujp_template_v1
Theme URI: https://example.com/webworks
Author: Kenta Goto
Author URI: 
Description: A modern and flexible WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nujp
*/

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

@media (max-width: 768px) {
  /* About: prevent en-text from overlapping and stack above text */
  .en-text,
  .en-text.rev {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    text-align: center;
    margin: 0 auto 1rem;
    z-index: auto;
  }

  .mission-column {
    flex-direction: column;
  }

  .mission-column .title,
  .mission-column .text {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

:root {
  --safe-area-top: 0px;
  --safe-area-bottom: 0px;
}

@supports (padding: max(0px)) {
  :root,
  body {
    --safe-area-top: env(safe-area-inset-top);
    --safe-area-bottom: env(safe-area-inset-bottom);
  }
}

body,
button,
input,
select,
textarea {
  font-size: 18px;
  line-height: 1.8;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.mincho {
  font-weight: 500;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.font-block {
  font-family: "Poppins", "Noto Sans JP", sans-serif !important;
}

.sp-br {
  display: none;
}

@media (max-width: 1023px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}

@media (max-width: 1023px) {
  .pc-br {
    display: none;
  }
}

@media (max-width: 1024px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    line-height: 1.6;
  }
}

body.page .edit-link {
  display: none;
}

body {
  --safe-area-top: 0px;
  --safe-area-bottom: 0px;
  position: relative;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.075em;
  font-weight: 400;
}

@media (max-width: 1024px) {
  body {
    letter-spacing: 0.05em;
  }
}

a {
  color: var(--color-blue2);
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
}

a.black {
  color: var(--color-black);
}

.archive_body a {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a:hover {
  outline: none;
}

a:active {
  outline: none;
}

a:hover {
  color: var(--color-orange);
}

a:active {
  color: var(--color-orange);
}

a.black:hover,
a.black:focus,
a.black:active {
  color: var(--color-orange);
}

h1,
.h1 {
  font-size: 26px;
  font-size: 1.6em;
  line-height: 1.3;
}

h2,
.h2 {
  font-size: 24px;
  font-size: 1.45em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 22px;
  font-size: 1.3em;
  line-height: 1.5;
}

h4,
.h4 {
  font-size: 20px;
  font-size: 1.2em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1.1em;
  line-height: 1.3333333333;
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.45em;
  }

  h2,
  .h2 {
    font-size: 1.3em;
  }

  h3,
  .h3 {
    font-size: 1.2em;
  }

  h4,
  .h4 {
    font-size: 1.1em;
  }

  h5,
  .h5 {
    font-size: 1.05em;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 1.4em;
  }

  h2,
  .h2 {
    font-size: 1.25em;
  }

  h3,
  .h3 {
    font-size: 1.1em;
  }

  h4,
  .h4 {
    font-size: 1.05em;
  }

  h5,
  .h5 {
    font-size: 1em;
  }
}

address {
  margin-bottom: 15px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

strong {
  font-size: 100%;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

p {
  margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 1em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

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

blockquote {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 15px;
}

blockquote cite,
blockquote small {
  font-size: 0.85em;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 500;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  );
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  margin-bottom: 15px;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  margin: 25px 0;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/
}

.flexbox {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-025 {
  margin-bottom: 0.25rem !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-075 {
  margin-bottom: 0.75rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-section {
  margin-bottom: 10% !important;
}

@media (max-width: 767px) {
  .mb-3 {
    margin-bottom: 2.5rem !important;
  }

  .mb-35 {
    margin-bottom: 2.5rem !important;
  }

  .mb-4 {
    margin-bottom: 3rem !important;
  }

  .mb-section {
    margin-bottom: 14% !important;
  }
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-05 {
  margin-right: 0.15rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-15 {
  margin-right: 0.35rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.smp-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (max-width: 768px) {
  .d-inline-block.change {
    display: inline !important;
  }
}

.position-relative {
  position: relative !important;
}

.font-4x {
  font-size: 4em !important;
}

.font-35x {
  font-size: 3.5em !important;
}

.font-3x {
  font-size: 3em !important;
}

.font-25x {
  font-size: 2.5em !important;
}

.font-2x {
  font-size: 2em !important;
}

.font-ll2 {
  font-size: 1.8em !important;
}

.font-ll {
  font-size: 1.6em !important;
}

.font-lg {
  font-size: 1.4em !important;
}

.font-mdl {
  font-size: 1.3em !important;
}

.font-md {
  font-size: 1.2em !important;
}

.font-ms {
  font-size: 1.1em !important;
}

.font-mss {
  font-size: 1.05em !important;
}

.font-normal {
  font-size: 1em !important;
}

.font-mm {
  font-size: 0.95em !important;
}

.font-m {
  font-size: 0.9em !important;
}

.font-sm {
  font-size: 0.85em !important;
}

.font-s {
  font-size: 0.8em !important;
}

.font-ss {
  font-size: 0.7em !important;
}

.font-sss {
  font-size: 0.6em !important;
}

@media (max-width: 1024px) {
  .font-2x {
    font-size: 1.8em !important;
  }

  .font-25x {
    font-size: 2em !important;
  }
}

@media (max-width: 768px) {
  .font-lg {
    font-size: 1.3em !important;
  }

  .font-2x {
    font-size: 1.6em !important;
  }

  .font-25x {
    font-size: 1.8em !important;
  }
}

.bold {
  font-weight: bold !important;
}

.nobold {
  font-weight: normal !important;
}

.bold300 {
  font-weight: 300 !important;
}

.bold500 {
  font-weight: 500 !important;
}

.bold600 {
  font-weight: 600 !important;
}

.spacing-min {
  letter-spacing: 0.025em !important;
}

.spacing-s {
  letter-spacing: 0.05em !important;
}

.spacing-md {
  letter-spacing: 0.1em !important;
}

.spacing-lg {
  letter-spacing: 0.2em !important;
}

.spacing-none {
  letter-spacing: 0 !important;
}

.nega-spacing {
  letter-spacing: -0.04em !important;
}

.line-height-min {
  line-height: 1.35;
}

.line-height12 {
  line-height: 1.2;
}

.line-height13 {
  line-height: 1.3;
}

.line-height14 {
  line-height: 1.4;
}

.line-height16 {
  line-height: 1.6;
}

.line-height2 {
  line-height: 2;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

:root {
  --color-blue: #000000 !important;
  --color-blue2: #4677b8 !important;
  --color-blue3: #cedaeb !important;
  --color-red: #f7202a !important;
  --color-orange: #ff9f18 !important;
  --color-yellow: #ffd43a !important;
  --color-black: #000000 !important;
  --color--shuiro: #272525 !important;
  --gradient-primary: linear-gradient(
    135deg,
    rgba(255, 98, 49, 0.9),
    rgba(50, 98, 255, 0.9)
  );
}

.font-white {
  color: #ffffff !important;
}

.font-black {
  color: #1f1f1f !important;
}

.font-blue {
  color: var(--color-blue) !important;
}

.font-blue2 {
  color: var(--color-blue2) !important;
}

.font-blue3 {
  color: var(--color-blue3) !important;
}

.font-shuiro {
  color: var(--color--shuiro) !important;
}

.font-orange {
  color: var(--color-orange) !important;
}

.font-yellow {
  color: var(--color-yellow) !important;
}

.font-red {
  color: var(--color-red) !important;
}

.bg-red {
  background: var(--color-red) !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-black {
  background: var(--color-black) !important;
}

.bg-blue {
  background: var(--color-blue) !important;
}

.bg-blue2 {
  background: var(--color-blue2) !important;
}

.bg-orange {
  background: var(--color-orange) !important;
}

.aligin-middle {
  vertical-align: middle !important;
}

.align-items-top {
  align-items: flex-start !important;
}

.align-items-bottom {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-top {
  justify-content: flex-start !important;
}

.justify-content-bottom {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.deco-border {
  display: block;
  margin: 20px 0;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--color-blue2) 30%,
    var(--color-blue) 30%
  );
}

.min-border {
  display: block;
  width: 60px;
  margin: auto;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--color-blue2) 30%,
    var(--color-blue) 30%
  );
}

.border-none {
  border: none !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.noshadow {
  box-shadow: none !important;
}

.opacity7 {
  opacity: 0.7;
}

.opacity5 {
  opacity: 0.5;
}

.opacity3 {
  opacity: 0.3;
}

.opacity2 {
  opacity: 0.2;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

input[type="file"] {
  border: none;
  padding: 7px 10px;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

.smp_menu button {
  background-image: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #c5c5c5;
}

:-moz-placeholder {
  color: #c5c5c5;
}

::-moz-placeholder {
  color: #c5c5c5;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #c5c5c5;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}

img.size-full,
img.size-thumbnail,
img.size-medium,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* Alignment */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone {
  margin: 0 0 5px 0;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 0px 15px 10px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 0px 0 10px 15px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #444444;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Assistive text */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  display: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  display: none;
}

.hide {
  display: none;
}

/* =======================================
	ローディング
======================================= */
#wrapper {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

#wrapper.load {
  opacity: 1;
  transition: opacity 2s;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
}

.loader {
  position: relative;
  background: black;
  height: 100%;
  left: 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.loader-logo {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin-bottom: 30px;
}

.loader-logo img {
  max-width: 250px;
  width: 35%;
  height: auto;
  filter: invert(100%);
  opacity: 0.7;
}

.loader p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

@media (max-width: 640px) {
  .loader p.font-ms {
    font-size: 1em !important;
  }
}

@media (max-width: 480px) {
  .loader p.font-ms {
    font-size: 0.9em !important;
  }
}

.fadeDown {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(-60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loader-logo.zoom-fadeOut {
  opacity: 1;
  transform: scale(1);
  animation: zoom-fadeOut 0.5s cubic-bezier(0.75, 0, 0.74, 1) forwards;
}

@keyframes zoom-fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.default_load {
  position: relative;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chaotic-orbit {
  --uib-size: 30px;
  --uib-speed: 1.5s;
  --uib-color: rgba(255, 255, 255, 0.7);

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: rotate calc(var(--uib-speed) * 1.667) infinite linear;
}

.chaotic-orbit::before,
.chaotic-orbit::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 60%;
  border-radius: 50%;
  background-color: var(--uib-color);
  will-change: transform;
  flex-shrink: 0;
}

.chaotic-orbit::before {
  animation: orbit var(--uib-speed) linear infinite;
}

.chaotic-orbit::after {
  animation: orbit var(--uib-speed) linear calc(var(--uib-speed) / -2) infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes orbit {
  0% {
    transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
    opacity: 0.65;
  }

  5% {
    transform: translate(calc(var(--uib-size) * 0.4)) scale(0.684208);
    opacity: 0.58;
  }

  10% {
    transform: translate(calc(var(--uib-size) * 0.3)) scale(0.631576);
    opacity: 0.51;
  }

  15% {
    transform: translate(calc(var(--uib-size) * 0.2)) scale(0.578944);
    opacity: 0.44;
  }

  20% {
    transform: translate(calc(var(--uib-size) * 0.1)) scale(0.526312);
    opacity: 0.37;
  }

  25% {
    transform: translate(0%) scale(0.47368);
    opacity: 0.3;
  }

  30% {
    transform: translate(calc(var(--uib-size) * -0.1)) scale(0.526312);
    opacity: 0.37;
  }

  35% {
    transform: translate(calc(var(--uib-size) * -0.2)) scale(0.578944);
    opacity: 0.44;
  }

  40% {
    transform: translate(calc(var(--uib-size) * -0.3)) scale(0.631576);
    opacity: 0.51;
  }

  45% {
    transform: translate(calc(var(--uib-size) * -0.4)) scale(0.684208);
    opacity: 0.58;
  }

  50% {
    transform: translate(calc(var(--uib-size) * -0.5)) scale(0.73684);
    opacity: 0.65;
  }

  55% {
    transform: translate(calc(var(--uib-size) * -0.4)) scale(0.789472);
    opacity: 0.72;
  }

  60% {
    transform: translate(calc(var(--uib-size) * -0.3)) scale(0.842104);
    opacity: 0.79;
  }

  65% {
    transform: translate(calc(var(--uib-size) * -0.2)) scale(0.894736);
    opacity: 0.86;
  }

  70% {
    transform: translate(calc(var(--uib-size) * -0.1)) scale(0.947368);
    opacity: 0.93;
  }

  75% {
    transform: translate(0%) scale(1);
    opacity: 1;
  }

  80% {
    transform: translate(calc(var(--uib-size) * 0.1)) scale(0.947368);
    opacity: 0.93;
  }

  85% {
    transform: translate(calc(var(--uib-size) * 0.2)) scale(0.894736);
    opacity: 0.86;
  }

  90% {
    transform: translate(calc(var(--uib-size) * 0.3)) scale(0.842104);
    opacity: 0.79;
  }

  95% {
    transform: translate(calc(var(--uib-size) * 0.4)) scale(0.789472);
    opacity: 0.72;
  }

  100% {
    transform: translate(calc(var(--uib-size) * 0.5)) scale(0.73684);
    opacity: 0.65;
  }
}

/* =======================================
	トップスライダー
======================================= */
#body-wrapper {
  width: 100%;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  content: "";
}

#body-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
}

#body-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* =======================================
	トップイメージ
======================================= */
#imageSpacer {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--safe-area-top) 0 var(--safe-area-bottom);
}

#imageSpacer img {
  width: 100%;
  height: auto;
}

@supports (height: 100dvh) {
  #body-wrapper {
    height: 100dvh;
    min-height: 100dvh;
  }

  #imageSpacer {
    height: 100dvh;
    min-height: 100dvh;
  }

  .consulting-hero,
  .case-study-hero {
    min-height: 100dvh;
  }
}

.copy {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 100%;
  margin-top: 50px;
  padding-left: 10%;
  color: var(--color-blue);
}

.copy h2 {
  /* font-size: 3.6em;
	font-size: 3.7vw; */
  font-size: 3.7em;
  /* font-size: 4.1vw; */
  font-weight: 600;
  line-height: 1.4;
  color: white;
}

.copy h3 {
  font-size: 2em;
  font-size: 2vw;
  letter-spacing: 0.1em;
  color: white;
}

@media (max-width: 1280px) {
  .copy {
    padding-left: 8%;
  }
}

@media (max-width: 1024px) {
  #imageSpacer {
    height: calc(var(--vh, 1vh) * 100 + env(safe-area-inset-bottom, 0px));
    min-height: calc(var(--vh, 1vh) * 100 + env(safe-area-inset-bottom, 0px));
    padding-bottom: 0;
  }

  @supports (height: 100dvh) {
    #imageSpacer {
      height: calc(100dvh + env(safe-area-inset-bottom, 0px));
      min-height: calc(100dvh + env(safe-area-inset-bottom, 0px));
    }
  }

  .copy {
    margin-top: 0;
  }

  .copy h2 {
    font-size: 6.5vw;
    letter-spacing: 0.15em;
    /* line-height: 1.7; */
    line-height: 1.4;
  }

  .copy h2 .d-inline-block {
    display: block !important;
  }

  .copy h3 {
    font-size: 3.5vw;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .copy h2 {
    font-size: 8vw;
  }

  .copy h3 {
    font-size: 5vw;
  }
}

.fade-in-animation {
  opacity: 0;
  animation: fade-in 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-up-animation {
  transform: translateY(100%);
  opacity: 0;
  animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-up-animation-delay {
  transform: translateY(100%);
  opacity: 0;
  animation: fade-in-up 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
  animation-delay: 1.2s;
}

.fade-in-up-zoom-animation {
  transform: translateY(10%) scale(1.2);
  transform-origin: center top;
  opacity: 0;
  animation: fade-in-up-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.fade-in-slide-animation {
  transform: translateX(-50%);
  opacity: 0;
  animation: fade-in-slide 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-bg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes fade-in-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up-zoom {
  0% {
    transform: translateY(10%) scale(1.2);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes fade-in-slide {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* =======================================
	ページアップ
======================================= */
#tothetopfixed {
  position: fixed;
  right: -10px;
  bottom: 80px;
  z-index: 99;
  transform: translateY(152px) rotate(-90deg);
  transform-origin: center top;
  opacity: 0;
  transition: all 0.5s ease;
}

#tothetopfixed.smp {
  display: none;
}

#tothetopfixed.pc {
  display: inline-block;
}

#tothetopfixed.pc.slide-in {
  transform: translateY(0) rotate(-90deg);
  opacity: 1;
}

a.pageup {
  position: relative;
  z-index: 4;
  display: block;
  font-size: 0.9em;
  padding: 5px 30px;
  color: var(--color-blue2);
  border: 2px solid var(--color-blue2);
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  letter-spacing: 2px;
  text-indent: 2px;
  transition: all ease 0.5s;
  font-weight: 500;
}

a.pageup:before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 80px;
  height: 6px;
  border-bottom: 2px solid var(--color-blue2);
  border-right: 2px solid var(--color-blue2);
  margin-top: -3px;
  margin-left: -20px;
  transform: translate(0, -50%) skew(45deg);
  transition: all ease 0.5s;
}

a.pageup:hover:before {
  width: 100px;
}

a.pageup.smp {
  display: none;
}

@media (max-width: 1024px) {
  #tothetopfixed.pc {
    display: none;
  }

  #tothetopfixed.smp {
    display: inline-block;
    margin-bottom: 3em;
  }

  #tothetopfixed,
  #tothetopfixed.slide-in {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 1;
    transform: none;
  }

  a.pageup.pc {
    display: none;
  }

  a.pageup.smp {
    display: inline-block;
  }

  a.pageup,
  a.pageup:hover {
    background: none;
    color: var(--color-blue2);
    border: 2px solid var(--color-blue2);
    transition: all 0.3s ease;
  }

  a.pageup:before {
    display: none;
  }
}

/* =======================================
	ページダウン
======================================= */
.arrowWrap {
  position: relative;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  bottom: 0;
  padding-bottom: 5%;
  z-index: 999;
  font-family: "Oswald", sans-serif;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .arrowWrap {
    transform: translateX(-50%) scale(1.3);
    transform-origin: center bottom;
    padding-bottom: 3%;
  }
}

@media (min-width: 1024px) {
  .arrowWrap {
    transform: translateX(-50%) scale(1.4);
    padding-bottom: 1.25%;
  }
}

.arrowInner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  color: white;
}

.arrowInner p {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrowInner a:hover p {
  transform: translateY(-5px);
}

.arrowInner i {
  margin-top: -5px;
  animation: falling 2s linear 0s infinite;
}

@keyframes falling {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

.arrow {
  width: 2px;
  height: 80px;
  margin: 5px auto 0;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrow::before {
  content: "";
  width: 3px;
  height: 80px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 1px;
  -webkit-animation: arrow 2s ease-in-out 0s infinite normal;
  animation: arrow 2s ease-in-out 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #ffffff;
}

.site-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  position: relative;
  margin-top: auto;
  background: #ffffff;
  color: var(--color-black);
  overflow: hidden;
}

.main-content {
  width: 100%;
  padding: 7% 0;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.home .main-content {
  padding: 0;
}

/* =======================================
	ベースラップ
======================================= */
.page .entry-title {
  display: none;
}

section {
  position: relative;
  z-index: 2;
  padding: 8%;
  text-align: center;
}

section.pt-half {
  padding: 4% 8% 8%;
}

section.pb-half {
  padding: 8% 8% 4%;
}

section.py-half {
  padding: 4% 8%;
}

section.overhidden {
  overflow: hidden;
}

section.footer {
  padding: 0;
}

.footer-inner {
  display: block;
  padding: 8% 8% 50px;
}

@media (max-width: 1280px) {
  section.pt-half {
    padding: 5% 8% 8%;
  }

  section.pb-half {
    padding: 8% 8% 5%;
  }

  section.py-half {
    padding: 5% 8%;
  }
}

@media (max-width: 1024px) {
  .footer-inner {
    padding: 8% 8% 40px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 12% 5%;
  }

  section.pt-half {
    padding: 8% 5% 12%;
  }

  section.pb-half {
    padding: 12% 5% 8%;
  }

  section.py-half {
    padding: 8% 5%;
  }

  .footer-inner {
    padding: 15% 0 50px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 14% 5%;
  }

  section.pt-half {
    padding: 10% 5% 14%;
  }

  section.pb-half {
    padding: 14% 5% 10%;
  }

  section.py-half {
    padding: 10% 5%;
  }

  .footer-inner {
    padding: 15% 0 130px;
  }
}

.bgc1 {
  background: #fafbfc;
}

.bgc2 {
  background: rgb(79, 78, 85);
}

.bgc3 {
  background: #dfe6ee;
}

.inner_wrap {
  width: 100%;
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.inner_wrap.min-s {
  max-width: 850px;
}

.inner_wrap.min {
  max-width: 1000px;
}

.inner_wrap.middle {
  max-width: 1100px;
}

.inner_wrap.wide {
  max-width: 1400px;
}

.inner_wrap.full {
  max-width: 100%;
}

.edit .inner_wrap {
  text-align: left;
}

.archive_wrap {
  display: block;
  margin: auto;
  margin-bottom: calc(5% + 30px);
  text-align: left;
}

.home .archive_wrap {
  margin-bottom: 0;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#wpadminbar {
  min-height: 32px;
}

#site-header {
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99;
  width: 100%;
  margin: 0 auto;
  padding: var(--safe-area-top) 0 0;
  text-align: center;
  transition: all 0.5s ease;
}

.site-header.fixed-header {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.home .site-header.fixed-header,
.front-page .site-header.fixed-header,
.page-business .site-header.fixed-header {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}

.home .site-header.fixed-header.scroll-up,
.front-page .site-header.fixed-header.scroll-up,
.page-business .site-header.fixed-header.scroll-up {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.site-header.fixed-header.is-hidden {
  transform: translateY(-110%);
  box-shadow: none;
}

.site-header:not(.is-hidden) {
  transform: translateY(0);
}

.header-main {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 45px 7%;
  z-index: 99;
  transition: all 0.5s ease;
}

.fixed-header .header-main {
  padding: 24px 7%;
}

.site-title {
  position: relative;
  line-height: 1;
  z-index: 3;
  width: 50%;
  max-width: 170px;
  transition: ease 0.5s all;
}

.site-title a {
  display: inline-block;
}

.site-title a img {
  width: 100%;
  height: auto;
  transition: ease 0.5s all;
}

.home .site-title a img {
  filter: invert(100%);
}

.fixed-header .site-title a img {
  filter: none;
}

.home .site-header.fixed-header .site-title a img,
.front-page .site-header.fixed-header .site-title a img {
  filter: invert(100%);
}

.home .site-header.fixed-header.scroll-up .site-title a img,
.front-page .site-header.fixed-header.scroll-up .site-title a img {
  filter: none;
}

.page-business .site-header.fixed-header .site-title a img {
  filter: none;
}

.page-business .site-header.fixed-header.scroll-up .site-title a img {
  filter: none;
}

.fade-in-zoom-animation {
  transform: scale(1.5) translateY(-10%);
  opacity: 0;
  animation: fade-in-zoom 2s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes fade-in-zoom {
  0% {
    transform: scale(1.5) translateY(-10%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1600px) {
  .header-main {
    padding: 40px 5%;
  }

  .fixed-header .header-main {
    padding: 24px 5%;
  }
}

@media (max-width: 1280px) {
  .site-title {
    max-width: 155px;
  }
}

@media (max-width: 1152px) {
  .site-title {
    max-width: 148px;
  }
}

@media (max-width: 1024px) {
  .header-main {
    height: 80px;
    padding: 0 5%;
  }

  .site-title {
    max-width: 148px;
  }

  .header-main.fade-in-up-animation {
    transform: none;
    opacity: 1;
    animation: none;
  }
}

@media (max-width: 768px) {
  .header-main {
    height: 75px;
    padding: 0 5%;
  }
}

@media (max-width: 640px) {
  .site-title {
    max-width: 130px;
  }
}

@media (max-width: 480px) {
  .header-main {
    height: 70px;
  }

  .site-title {
    max-width: 115px;
  }
}

/* =======================================
	メニュー
======================================= */
.menu-wrap {
  position: relative;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  transition: all 0.5s ease;
}

@media (max-width: 1024px) {
  .menu-wrap {
    display: none;
  }
}

ul.sns_icon {
  text-align: left;
  margin-left: 1.5em;
}

ul.sns_icon {
  display: inline-block;
}

ul.sns_icon li {
  display: inline-block;
}

ul.sns_icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-brown);
  font-size: 42px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
}

ul.sns_icon li a:hover {
  color: #fff;
  background: var(--color-gray);
}

ul.sns_icon li a span {
  line-height: 1;
}

/** hamburger **/
.smp_menu {
  display: none;
  overflow: hidden;
}

.smp-menu-header {
  display: none;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 19px;
  right: calc(1% + 20px);
  cursor: pointer;
  width: 40px;
  height: 36px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.openbtn span {
  display: inline-block;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-blue);
  will-change: transform, top, opacity;
}

.home .openbtn span {
  background: #fff;
}

.home .openbtn.active span {
  background: var(--color-blue);
}

.openbtn.fixed-header span {
  background: var(--color-blue);
}

.home .openbtn.fixed-header span,
.front-page .openbtn.fixed-header span,
.page-business .openbtn.fixed-header span {
  background: #fff;
}

.home .openbtn.fixed-header.scroll-up span,
.front-page .openbtn.fixed-header.scroll-up span,
.page-business .openbtn.fixed-header.scroll-up span {
  background: var(--color-blue);
}

.openbtn.fixed-header.is-hidden {
  transform: translateY(-140%);
}

.openbtn:not(.is-hidden) {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .openbtn {
    top: 15px;
  }
}

@media (max-width: 640px) {
  .openbtn {
    right: 5%;
  }
}

@media (max-width: 480px) {
  .openbtn {
    width: 38px;
    top: 12px;
  }
}

.openbtn span:nth-of-type(1) {
  top: 8px;
}

.openbtn span:nth-of-type(2) {
  top: 18px;
}

.openbtn span:nth-of-type(3) {
  top: 28px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 18px;
  transform: rotate(-45deg);
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.8s;
  transition-delay: 0.8s;
}

#g-nav.panelactive {
  opacity: 1;
  transition: 0.3s;
  z-index: 999;
}

.g-nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g-nav_bg-item {
  position: absolute;
  top: 0;
  left: 0;
  transform: scalex(0);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  background-color: #ffffff;
  height: 20.05%;
  width: 100%;
}

.g-nav_bg-item.slidepanel {
  transform: scalex(1);
  transform-origin: right center;
}

.g-nav_bg-item:nth-of-type(1) {
  top: 0%;
  transition-delay: 0s;
}

.g-nav_bg-item:nth-of-type(2) {
  top: 20%;
  transition-delay: 0.08s;
}

.g-nav_bg-item:nth-of-type(3) {
  top: 40%;
  transition-delay: 0.16s;
}

.g-nav_bg-item:nth-of-type(4) {
  top: 60%;
  transition-delay: 0.24s;
}

.g-nav_bg-item:nth-of-type(5) {
  top: 80%;
  transition-delay: 0.32s;
}

.g-nav_bg-item:nth-of-type(6) {
  top: 100%;
  transition-delay: 0.32s;
}

#g-nav.panelactive #g-nav-list {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav .g-nav-container {
  display: none;
  position: relative;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}

#g-nav.panelactive .g-nav-container {
  display: flex;
  flex-direction: column;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav-logo {
  display: block;
  background: #ffffff;
  padding: 20px;
  text-align: center;
}

.nav-logo a {
  display: inline-block;
  max-width: 180px;
}

.nav-logo img {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  display: block;
}

.nav-content {
  position: relative;
}

.smp-menu-list {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.smp-footer {
  position: relative;
  margin-top: auto;
  color: #fff;
  background: #000;
}

.smp-footer.bg-blue {
  background: #000 !important;
}

.smp-footer.font-blue3,
.smp-footer .font-blue3 {
  color: #fff !important;
}

.smp-menu-site-info {
  position: relative;
  z-index: 2;
  display: block;
  padding: 40px 20px 120px;
  letter-spacing: 0.05em;
}

.smp-menu-site-info .smp-ft-title {
  font-size: 1.35em;
  margin: 0 0 7px;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
}

.smp-menu-site-info p {
  line-height: 1.4;
}

.smp-menu-site-info a {
  color: inherit;
}

.smp-menu-list li .sub-menu {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .smp_menu {
    display: block;
  }

  .header_sns {
    display: none;
  }

  .smp-menu-list li {
    width: 100%;
    text-align: center;
  }

  .smp-menu-list {
    border-top: 1px solid #dad3d0;
  }

  .smp-menu-list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 25px;
    color: #0f0f0f;
    font-size: 1.3rem;
    border-bottom: 1px solid #dad3d0;
  }

  .smp-menu-list li a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
    height: auto;
  }

  .smp-footer .tab_btn.full a {
    font-size: 1.4rem;
  }

  .smp-menu-list li a span {
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .nav-logo a {
    max-width: 120px;
  }

  .nav-logo img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .nav-logo {
    text-align: left;
    padding: 22px 20px;
  }

  .nav-logo a {
    max-width: 120px;
  }

  .nav-logo img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
  }

  .smp-menu-site-info {
    font-size: 1em;
  }

  .smp-menu-list li a {
    font-size: 1rem;
    padding: 20px 24px;
    text-align: left;
  }

  .smp-footer .tab_btn.full a {
    font-size: 1.05rem;
  }
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  text-align: center;
  transition: all 0.5s ease;
}

.site-navigation ul li {
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0 40px;
  transition: all 0.5s ease;
}

.site-navigation ul li:last-child {
  margin-right: 0;
}

.site-navigation ul li a {
  font-size: 1.05em;
  line-height: 1;
  color: #000;
  margin: 0;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  font-weight: 400;
  letter-spacing: 0em;
}

.home .site-navigation ul li a {
  color: #fff;
}

.fixed-header .site-navigation ul li a {
  color: #000;
}

.site-navigation ul li a:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color--shuiro);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.site-navigation ul li a:hover:after {
  transform: scale(1, 1);
}

.site-navigation ul li a:hover {
  color: var(--color--shuiro);
}

@supports (-webkit-background-clip: text) {
  .site-navigation ul li a:hover {
    background-image: var(--gradient-primary);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .site-navigation ul li a:hover:after {
    background-image: var(--gradient-primary);
  }
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current_page-item > a,
.site-navigation .current-page-item > a,
.site-navigation .current-page-ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
  color: var(--color--shuiro);
}

.site-navigation .current_page_item > a:after,
.site-navigation .current_page_ancestor > a:after,
.site-navigation .current-page-item > a:after,
.site-navigation .current-page-ancestor > a:after,
.site-navigation .current-menu-item > a:after,
.site-navigation .current-menu-ancestor > a:after {
  transform: scale(1, 1);
}

.site-navigation .top.current_page_item > a:hover:after,
.site-navigation .top.current_page_ancestor > a:hover:after,
.site-navigation .top.current-page-item > a:hover:after,
.site-navigation .top.current-page-ancestor > a:hover:after,
.site-navigation .top.current-menu-item > a:hover:after,
.site-navigation .top.current-menu-ancestor > a:hover:after {
  transform: scale(1, 1);
}

.post-type-archive-newsletter .site-navigation ul li.news a,
.single-newsletter .site-navigation ul li.news a,
.post-type-archive-case_study .site-navigation ul li.works a,
.tax-case_category .site-navigation ul li.works a,
.single-case_study .site-navigation ul li.works a {
  color: var(--color--shuiro);
}

.post-type-archive-newsletter .site-navigation ul li.news a:after,
.single-newsletter .site-navigation ul li.news a:after,
.post-type-archive-case_study .site-navigation ul li.works a:after,
.tax-case_category .site-navigation ul li.works a:after,
.single-case_study .site-navigation ul li.works a:after {
  transform: scale(1, 1);
}

@media (max-width: 1365px) {
  .site-navigation ul li {
    margin: 0 30px;
  }
}

@media (max-width: 1279px) {
  .site-navigation ul li {
    margin: 0 27px;
  }

  .site-navigation ul li a {
    font-size: 1em;
  }
}

@media (max-width: 1180px) {
  .site-navigation ul li {
    margin: 0 19px;
  }
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta {
  margin: 0 auto;
}

.page-content {
  margin-bottom: 20px;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.page .entry-content {
  padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
  text-decoration: none;
}

.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: none;
}

.entry-content .edit-link a {
  color: #767676;
  text-decoration: none;
}

.entry-content .edit-link a:hover {
  color: #4ca5ff;
}

/* Page links */

.page-links {
  clear: both;
  font-size: 12px;
  font-weight: 900;
  line-height: 2;
  margin: 24px 0;
  text-transform: none;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 22px;
  margin: 0 1px 2px 0;
  text-align: center;
  width: 22px;
}

.page-links a {
  background: #0f0f0f;
  border: 1px solid #0f0f0f;
  color: #fff;
  text-decoration: none;
}

.page-links a:hover {
  background: #4ca5ff;
  border: 1px solid #4ca5ff;
  color: #fff;
}

.page-links > .page-links-title {
  height: auto;
  margin: 0;
  padding-right: 7px;
  width: auto;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */

.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
  padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
  display: none;
}

/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
  display: none;
}

.attachment .entry-content {
  padding-top: 0;
}

.attachment footer.entry-meta {
  text-transform: none;
}

.entry-attachment .attachment {
  margin-bottom: 24px;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.home .archive-header,
.home .page-header {
  display: none;
}

.archive-header,
.page-header {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.archive-title,
.page-title {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 4rem;
  color: var(--color-blue);
  /* letter-spacing: 0.5rem;
  text-indent: 0.5rem; */
  padding: 20px 0 20px 0;
  font-weight: 500;
}

.page-title-about,
.page-about .page-title {
  background-image: url("images/nujp_bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 30px 0;
}

.page-title span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  margin-top: 1em;
  letter-spacing: 2px;
  text-indent: 2px;
  font-weight: 500;
}

.page-title-span-none {
  display: none;
}

.page-title.min {
  font-size: 3rem;
}

.page-title.min.jp {
  letter-spacing: 0.25rem;
  text-indent: 0.25rem;
  font-weight: 500;
}

@media (max-width: 1365px) {
  .archive-title,
  .page-title {
    letter-spacing: 0.25rem;
    text-indent: 0.25rem;
  }
}

@media (max-width: 1280px) {
  .archive-title,
  .page-title {
    font-size: 3.8rem;
  }
}

@media (max-width: 1024px) {
  .archive-title,
  .page-title {
    font-size: 4rem;
  }

  .page-title span {
    font-size: 1.15rem;
  }

  .page-title.min {
    font-size: 2.6rem;
  }

  .page-title.min.jp {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .archive-title,
  .page-title {
    font-size: 3em;
  }

  .page-title span {
    font-size: 1.1rem;
    margin-top: 0.5em;
  }

  .page-title.min {
    font-size: 2.4rem;
  }

  .page-title.min.jp {
    font-size: 2rem;
  }

  .page-title-about {
    min-height: 150px;
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
  .archive-title,
  .page-title {
    letter-spacing: 4px;
    text-indent: 4px;
  }

  .page-title span {
    font-size: 1.05rem;
    margin-top: 0.4em;
  }

  .page-title.min {
    font-size: 2rem;
  }

  .page-title.min span {
    font-size: 1.05rem;
  }

  .page-title.min.jp {
    font-size: 1.65rem;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
  }

  .page-title-about {
    min-height: 140px;
    padding: 18px 0;
  }
}

@media (max-width: 480px) {
  .archive-title,
  .page-title {
    font-size: 2.4em;
    padding-top: calc(5% + 10px);
    letter-spacing: 2px;
    text-indent: 2px;
  }

  .page-title-about {
    min-height: 120px;
    padding: 15px 0;
  }

  .page-title span {
    font-size: 1rem;
    margin-top: 0.3em;
  }

  .page-title.min {
    font-size: 1.6rem;
  }

  .page-title.min span {
    font-size: 1rem;
  }

  .page-title.min.jp {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    text-indent: 0.05rem;
  }

  .page-title.mb-3 {
    margin-bottom: 2rem !important;
  }
}

.taxonomy-description,
.author-description {
  color: #767676;
  font-size: 14px;
  line-height: 1.2857142857;
  padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
  margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
  margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
  text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
  text-decoration: none;
}

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
  text-align: center;
  padding-top: 0;
}

.error404 .page-content .search-form {
  margin-bottom: 24px;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
  padding: 0 10px;
  max-width: 1400px;
  margin: 0 auto;
}

.site-footer {
  width: 100%;
  background: none;
  position: relative;
  z-index: 3;
  text-align: center;
}

.footer-content {
  display: flex;
  align-items: flex-start;
}

.ftc-left {
  display: flex;
  flex-direction: column;
}

.ftc-right {
  display: flex;
  margin-left: auto;
  text-align: left;
  justify-content: flex-end;
  flex: 1;
}

.ft-site-title {
  width: 180px;
  margin-bottom: 1em;
}

.ft-site-title img {
  width: 100%;
  height: auto;
  max-width: 180px;
}

.ft-site-info {
  text-align: left;
}

.ft-site-info h2 {
  font-size: 1.5em;
  line-height: 1.4;
}

.ft-site-info a.tel {
  line-height: 1;
  color: var(--color-red);
  font-weight: bold;
  letter-spacing: 0.025em;
}

.ft-site-info a.tel:hover {
  color: var(--color-red);
}

.ft-site-info p {
  line-height: 1.4;
}

.ft-site-info p.h3 {
  font-size: 1.3em;
  margin: 0;
  letter-spacing: 1px;
}

.menu-footer-menu-container {
  display: block;
  margin-left: auto;
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin-right: -3em;
}

.footer_nav li {
  position: relative;
  width: 33.333%;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 1.5em;
}

.footer_nav li a {
  position: relative;
  color: var(--color-black);
  white-space: nowrap;
  letter-spacing: 0em;
}

.footer_nav li a:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  color: var(--color-blue);
  margin-right: 0.75em;
  display: inline-block;
  transform: scale(2, 1);
}

.footer_nav li a:hover {
  color: var(--color-blue2);
  margin-left: 0.5em;
}

.site-info {
  font-size: 0.8em;
  padding: 0 15px;
  margin-top: calc(4% + 20px);
  letter-spacing: 0em;
}

.site-info a {
  display: inline-block;
  margin-bottom: 1em;
  color: var(--color-body);
  letter-spacing: 0em;
}

.site-info a:hover {
  color: var(--color-blue2);
}

@supports (-webkit-background-clip: text) {
  .site-info a:hover {
    background-image: var(--gradient-primary);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

@media (max-width: 1280px) {
  .footer_nav li {
    padding-left: 35px;
  }
}

@media (max-width: 1200px) {
  .footer-content {
    flex-direction: column;
    font-size: 1.1em;
  }

  .ftc-left {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 3em;
  }

  .ft-site-info {
    font-size: 1.05em;
    padding: 0;
  }

  .ftc-right {
    flex-wrap: wrap;
    margin: auto;
  }

  .footer_nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 700px;
  }

  .footer_nav li {
    width: 33.3333%;
    padding: 0.35em;
    margin: 0;
  }

  .footer_nav li a {
    display: block;
    padding: 0.45em 0.5em;
    text-align: center;
    border: 1px solid #777;
    border-radius: 50px;
    font-size: 0.95em;
  }

  .footer_nav li a:hover {
    color: var(--color-blue2);
    margin-left: 0;
  }
}

@supports (-webkit-background-clip: text) {
  .footer_nav li a:hover {
    background-image: var(--gradient-primary);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .footer_nav li a:hover:before {
    background-image: var(--gradient-primary);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .footer_nav li a:hover:after {
    color: var(--color-blue2);
  }
}

@media (max-width: 1024px) {
  .footer-content {
    font-size: 1.05em;
  }

  .footer_nav {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    font-size: 1em;
  }

  .ft-site-title {
    width: 240px;
    margin-bottom: 1em;
  }

  .ft-site-info {
    font-size: 1em;
    padding: 0;
  }

  .ftc-left {
    flex-direction: column;
    align-items: center;
  }

  .ftc-right {
    width: 100%;
    max-width: none;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .footer_nav {
    width: 100%;
    flex-direction: column;
  }

  .footer_nav li {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .footer_nav li:before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .footer_nav li a {
    position: relative;
    display: block;
    text-align: left;
    padding: 20px calc(4% + 20px);
    padding-left: calc(4% + 20px + 0.5em);
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 1em;
  }

  .footer_nav li a:after {
    position: absolute;
    top: 50%;
    right: calc(4% + 20px);
    transform: translateY(-50%);
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    z-index: 2;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    transition: all 0.3s ease;
    height: auto;
  }
}

@media (max-width: 640px) {
  .footer:after {
    left: 100%;
    width: 1000px;
    height: 1000px;
    transform: translate(-50%, -50%);
  }

  .ft-site-title {
    width: 200px;
    margin-bottom: 0.5em;
  }

  .footer_nav li a {
    padding: 20px 5%;
  }

  .footer_nav li a:after {
    right: 5%;
  }

  .site-info {
    font-size: 0.8em;
  }
}

@media (max-width: 480px) {
  .ft-site-title {
    width: 180px;
  }

  .ft-site-info {
    font-size: 0.9em;
  }

  .site-info {
    font-size: 0.75em;
  }
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

@media screen and (max-width: 400px) {
  .list-view .site-content .post-thumbnail {
    background: none;
    width: auto;
    z-index: 2;
  }

  .list-view .site-content .post-thumbnail img {
    float: left;
    margin: 0 10px 3px 0;
    width: 84px;
  }

  .list-view .site-content .entry-header {
    background-color: transparent;
    padding: 0;
  }

  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    min-height: 60px;
    padding: 12px 0 9px;
  }

  .list-view .site-content .cat-links,
  .list-view .site-content .type-post .entry-content,
  .list-view .site-content .type-page .entry-content,
  .list-view .site-content .type-post .entry-summary,
  .list-view .site-content .type-page .entry-summary,
  .list-view .site-content footer.entry-meta {
    display: none;
  }

  .list-view .site-content .entry-title {
    clear: none;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 6px;
    text-transform: none;
  }

  .list-view .site-content .format-aside .entry-title,
  .list-view .site-content .format-link .entry-title,
  .list-view .site-content .format-quote .entry-title {
    display: block;
  }

  .list-view .site-content .entry-meta {
    background-color: transparent;
    clear: none;
    margin: 0;
    text-transform: none;
  }

  .error404 .page-header {
    border-bottom: 0;
    margin: 0 auto 24px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 401px) {
  a.post-thumbnail:hover img {
    opacity: 0.85;
  }

  .full-size-link:before,
  .parent-post-link:before,
  .site-content span + .byline:before,
  .site-content span + .comments-link:before,
  .site-content span + .edit-link:before,
  .site-content span + .entry-date:before {
    content: "";
  }

  .attachment span.entry-date:before,
  .entry-content .edit-link a:before,
  .entry-meta .edit-link a:before,
  .site-content .byline a:before,
  .site-content .comments-link a:before,
  .site-content .entry-date a:before,
  .site-content .featured-post:before,
  .site-content .full-size-link a:before,
  .site-content .parent-post-link a:before,
  .site-content .post-format a:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
  }

  .site-content .entry-meta > span {
    margin-right: 10px;
  }

  .site-content .format-video .post-format a:before {
    content: "\f104";
  }

  .site-content .format-audio .post-format a:before {
    content: "\f109";
  }

  .site-content .format-image .post-format a:before {
    content: "\f473";
  }

  .site-content .format-quote .post-format a:before {
    content: "\f106";
    margin-right: 2px;
  }

  .site-content .format-gallery .post-format a:before {
    content: "\f103";
    margin-right: 4px;
  }

  .site-content .format-aside .post-format a:before {
    content: "\f101";
    margin-right: 2px;
  }

  .site-content .format-link .post-format a:before {
    content: "\f107";
    position: relative;
    top: 1px;
  }

  .site-content .featured-post:before {
    content: "\f308";
    margin-right: 3px;
    position: relative;
    top: 1px;
  }

  .site-content .entry-date a:before,
  .attachment .site-content span.entry-date:before {
    content: "\f303";
    margin-right: 1px;
    position: relative;
    top: 1px;
  }

  .site-content .byline a:before {
    content: "\f304";
  }

  .site-content .comments-link a:before {
    content: "\f300";
    margin-right: 2px;
  }

  .entry-content .edit-link a:before,
  .entry-meta .edit-link a:before {
    content: "\f411";
  }

  .site-content .full-size-link a:before {
    content: "\f402";
    margin-right: 1px;
  }

  .site-content .parent-post-link a:before {
    content: "\f301";
  }

  .list-view .site-content .hentry {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 48px;
  }

  .list-view .site-content .hentry:first-of-type,
  .list-view .site-content .hentry.has-post-thumbnail {
    border-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 594px) {
  .site-content .has-post-thumbnail .entry-header {
    margin-top: -48px;
  }
}

@media screen and (min-width: 880px) {
  .attachment .entry-attachment .attachment {
    margin-right: -168px;
    margin-left: -168px;
    max-width: 810px;
  }

  .attachment .site-content .attachment img {
    display: block;
    margin: 0 auto;
  }

  .contributor-avatar {
    margin-left: -168px;
  }

  .contributor-summary {
    float: left;
  }
}

@media screen and (min-width: 980px) {
  .site-content .has-post-thumbnail .entry-header {
    margin-top: 0;
  }

  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
  }

  #secondary,
  #supplementary {
    padding: 0 30px;
  }

  .site-content .entry-header {
    margin-top: 0;
  }

  .site-content .has-post-thumbnail .entry-header {
    margin-top: 0;
  }

  .site-description {
    display: block;
    margin: -3px 0 21px;
  }

  .site-description:empty {
    margin: 0;
  }

  .secondary-navigation .menu-item-has-children > a:after {
    -webkit-font-smoothing: antialiased;
    content: "\f501";
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 26px;
    top: 14px;
    vertical-align: text-bottom;
  }

  #supplementary {
    padding: 0;
  }
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt;
  }

  .site,
  .site-header,
  .hentry,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content,
  .archive-header,
  .page-header,
  .contributor-info,
  .comments-area,
  .attachment .entry-attachment .attachment {
    max-width: 100%;
  }

  #site-header img,
  .search-toggle,
  .site-navigation,
  .site-content nav,
  .edit-link,
  .page-links,
  .widget-area,
  .more-link,
  .post-format-archive-link,
  .comment-respond,
  .comment-list .reply,
  .comment-reply-login,
  #secondary,
  .site-footer,
  .slider-control-paging,
  .slider-direction-nav {
    display: none;
  }

  .entry-content a,
  .entry-summary a,
  .page-content a,
  .comment-content a {
    text-decoration: none;
  }

  .site-header,
  .post-thumbnail,
  a.post-thumbnail:hover,
  .site-content .entry-header,
  .site-footer,
  .featured-content,
  .featured-content .entry-header {
    background: transparent;
  }

  .content-area {
    padding-top: 0;
  }

  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .post-thumbnail img {
    margin: 0 10px 24px;
  }

  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0;
  }

  .site-content footer.entry-meta {
    margin: 24px auto;
  }

  .entry-meta .tag-links a {
    color: #fff;
  }

  .singular .site-content .hentry.has-post-thumbnail {
    margin-top: 0;
  }

  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .featured-content .hentry {
    margin-bottom: 48px;
  }

  .featured-content .post-thumbnail,
  .slider .featured-content .post-thumbnail {
    padding-top: 0;
  }

  .featured-content .post-thumbnail img {
    position: relative;
  }

  .featured-content .entry-header {
    padding: 0 10px 24px;
  }

  .featured-content .entry-meta {
    font-size: 9pt;
    margin-bottom: 11px;
  }

  .featured-content .cat-links {
    font-weight: 900;
  }

  .featured-content .entry-title {
    font-size: 25pt;
    line-height: 36px;
  }
}

/* =======================================
	タブボタン
======================================= */
.tab_btn {
  margin: 0px;
}

.tab_btn.normal {
  font-style: normal;
}

.tab_btn.right-cell,
.right-cell {
  text-align: right;
}

.tab_btn.center-cell,
.center-cell {
  text-align: center;
}

.tab_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9em;
  padding: 13px 25px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  min-width: 220px;
  letter-spacing: 2px;
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  transition: all ease 0.5s;
  box-shadow: 5px 5px 0 -2px rgb(0 0 0 / 15%);
}

.tab_btn a:hover {
  min-width: 240px;
  color: var(--color-blue);
  background: #fff;
}

.tab_btn.nobefore a:before {
  display: none;
}

.tab_btn.wh a {
  color: var(--color-blue);
  border-color: #fff;
  background: #fff;
  backdrop-filter: blur(5px);
}

.tab_btn.wh a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.tab_btn.orange a {
  color: #fff;
  background: var(--color-orange);
  border-color: var(--color-orange);
}

.tab_btn.orange a:hover {
  color: var(--color-orange);
  border-color: var(--color-orange);
  background: #fff;
}

.tab_btn.large a {
  min-width: 280px;
  font-size: 1.05em;
  padding: 15px 45px;
  box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.large a:hover {
  padding: 15px 45px;
}

.tab_btn.full a {
  width: 90%;
  max-width: 480px;
  font-size: 1.2em;
  padding: 20px;
  box-shadow: 10px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

.tab_btn.min a {
  min-width: 150px;
  padding: 5px 15px;
  font-size: 0.85em;
}

.tab_btn.nospace a {
  letter-spacing: 0px;
  text-indent: 0px;
}

.tab_btn.w-auto a {
  min-width: auto;
}

@media (max-width: 480px) {
  .tab_btn a,
  .tab_btn a:hover {
    min-width: 200px;
  }

  .tab_btn.min a,
  .tab_btn.min:hover a {
    min-width: 120px;
  }

  .tab_btn.full a {
    padding: 15px 20px;
    font-size: 1.1em;
  }
}

/* =======================================
	snsボタン
======================================= */
.s_sbm ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin: calc(2.5% + 45px) 0 0;
  text-align: right;
}

.archive_body .s_sbm ul {
  padding-top: calc(1.5% + 15px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.s_sbm li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-size: 36px;
  margin: 0 5px !important;
}

.s_sbm li.sbm_title {
  margin-right: 5px !important;
  font-size: 0.8em;
}

.s_sbm li a {
  color: var(--color-black);
  display: block;
}

.s_sbm li.sf a:hover {
  color: #1877f2;
}

.s_sbm li.st a:hover {
  color: #777;
}

.s_sbm li.sl a:hover {
  color: #06c755;
}

.s_sbm li.sg a:hover {
  color: #dd4b39;
}

@media (max-width: 480px) {
  .s_sbm {
    text-align: center;
  }

  .s_sbm ul {
    margin: 30px auto 20px !important;
  }

  .s_sbm li {
    font-size: 30px;
  }
}

@media (max-width: 360px) {
  .s_sbm ul {
    margin: 30px 0 0 !important;
    font-size: 0.95em;
  }

  .s_sbm li a {
    width: 36px;
  }

  .s_sbm li.sl {
    margin-top: 1px !important;
  }
}

/* =======================================
	privacy policy
======================================= */
#privacy.archive_body,
.kiyaku .archive_body {
  line-height: 2;
  font-feature-settings: initial;
}

#privacy.archive_body ol {
  list-style: decimal-leading-zero outside none;
  margin-left: 2em;
  margin-bottom: 24px;
}

#privacy.archive_body ol li {
  line-height: 1.8;
  margin-bottom: 1em;
}

#privacy h2 {
  position: relative;
  padding: 40px 0 20px;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0;
  margin: 3% 0 20px;
}

#privacy h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--color-blue2) 30%,
    var(--color-blue) 30%
  );
}

table.color,
#privacy table {
  border: none;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-width: 1px;
  margin-bottom: 2.5em;
}

table.color th,
#privacy th {
  border: none;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-width: 1px;
  background: #dddddd;
  padding: 17px 30px;
  text-align: left;
  vertical-align: top;
  min-width: 82px;
}

table.color td,
#privacy td {
  border: none;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-width: 1px;
  vertical-align: middle;
  padding: 17px 30px;
}

table.color {
  border-top-color: var(--color-blue);
  border-right-color: var(--color-blue);
}

table.color th {
  color: #fff;
  padding: 17px 1em;
  width: 23%;
  min-width: 120px;
  background: var(--color-blue);
  border-left-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

table.color th {
  border-left: none;
}

table.color td {
  border-left-color: var(--color-blue);
  border-bottom-color: var(--color-blue);
}

/* About company table adjustments */
.company-table,
.company-table tbody,
.company-table tr,
.company-table th,
.company-table td {
  border: none !important;
}

.company-table {
  border: none;
  margin-bottom: 2.5em;
  width: 100%;
  border-collapse: separate;
}

.company-table th,
.company-table td {
  padding: 17px 30px;
  color: #000 !important;
  background: none !important;
  text-align: left;
  vertical-align: top;
}

.company-table th {
  font-weight: 600;
  width: 25%;
  min-width: 140px;
}

.company-info-flex {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.company-info-table,
.company-info-map {
  width: 100%;
}

@media (max-width: 768px) {
  .company-info-flex {
    gap: 0rem;
  }

  .company-info-table {
    padding: 0 10px;
  }

  .company-table tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 0 0 0.75em;
  }

  .company-table th {
    margin-bottom: 0.4em;
    font-size: 1.05rem;
  }

  .company-table td {
    font-size: 1rem;
  }

  .company-info-map {
    margin-top: 0;
  }

  .company-info-map .ggmap {
    min-height: 300px;
    padding-bottom: 10px;
    padding-top: 0px;
  }
}

@media (min-width: 1025px) {
  .company-info-flex {
    flex-direction: row;
    align-items: stretch;
  }

  .company-info-table {
    width: 55%;
  }

  .company-info-map {
    width: 40%;
    display: flex;
    align-items: stretch;
  }

  .company-info-map .ggmap {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .company-info-map .ggmap iframe {
    position: relative;
    height: 100%;
    min-height: 400px;
  }
}

/* About company table (no borders, black text) */
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5em;
}

.company-table th,
.company-table td {
  padding: 17px 30px;
  border: none;
  color: #000;
  background: transparent;
  text-align: left;
  vertical-align: middle;
}

.company-table th {
  font-weight: 600;
  width: 25%;
  min-width: 140px;
}

table.color th.bottom {
  border-bottom-color: var(--color-blue);
}

table.color td.bottom {
  border-bottom-right-radius: 10px;
}

#privacy p {
  margin-bottom: 1em;
}

table.color ul {
  list-style: inherit;
  list-style-position: outside;
  margin-left: 1.4em;
}

@media (max-width: 1024px) {
  table.color td {
    padding: 17px 20px;
  }
}

@media (max-width: 768px) {
  #privacy h2 {
    margin: 25px 0 15px;
  }

  table.color th {
    width: auto;
    padding: 15px 1em;
  }

  table.color td,
  #privacy th,
  #privacy td {
    padding: 15px;
  }
}

@media (max-width: 640px) {
  table.color {
    letter-spacing: 0;
  }

  table.color th {
    padding: 12px;
    min-width: initial;
    width: 25%;
  }

  table.color th.s1 {
    width: 30%;
  }

  table.color th.s3 {
    width: 23%;
  }

  table.color th.s4 {
    width: 22%;
  }

  table.color td {
    padding: 12px;
  }

  table.color.recruit-table,
  table.color.recruit-table tbody,
  table.color.recruit-table tr,
  table.color.recruit-table th,
  table.color.recruit-table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  table.color.recruit-table th {
    font-size: 1.05em;
  }
}

@media (max-width: 560px) {
  table.color {
    font-size: 0.95em;
  }

  table.color.recruit-table {
    font-size: 1em;
  }

  table.color th {
    padding: 10px 8px;
  }

  table.color td {
    padding: 10px 8px;
  }

  table.color.recruit-table th,
  table.color.recruit-table td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  table.color,
  table.color tbody,
  table.color tr,
  table.color th,
  table.color td {
    display: block;
    width: 100%;
    text-align: left;
  }

  table.color {
    font-size: 1em;
  }

  table.color th {
    padding: 0px;
  }

  table.color td {
    padding: 0px;
  }
}

/*-----------------------------
	パンくず
-----------------------------*/
#breadcrumb {
  display: none !important;
}

#breadcrumb ul {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

#breadcrumb li {
  position: relative;
  padding-right: 15px;
  margin-right: 11px;
  font-size: 0.8em;
  letter-spacing: 0.025em;
  color: var(--color-black);
}

#breadcrumb li span {
  max-width: 500px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb li a {
  color: var(--color-blue2);
}

#breadcrumb li a:hover {
  color: var(--color-orange);
}

#breadcrumb li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
  transform: rotate(45deg);
}

#breadcrumb li:last-child::after {
  display: none;
}

@media (max-width: 1024px) {
  #breadcrumb ul {
    overflow-x: auto;
    white-space: nowrap;
  }

  #breadcrumb li span {
    max-width: none;
  }
}

@media (max-width: 768px) {
  #breadcrumb li {
    font-size: 0.85em;
  }
}

@media (max-width: 640px) {
  #breadcrumb {
    padding: 0 2%;
  }

  #breadcrumb ul {
    padding: 12px 0 11px;
  }

  #breadcrumb li {
    padding-right: 12px;
    margin-right: 8px;
    font-size: 0.8em;
  }
}

@media (max-width: 560px) {
  #breadcrumb li {
    font-size: 0.75em;
  }
}

/* =======================================
	お問い合わせ・チケットフォーム
======================================= */
.c1 {
  position: relative;
  padding: 15px 3%;
  display: block;
  line-height: 1.4;
}

.c2 {
  position: relative;
  padding: 25px 3%;
  line-height: 1.4;
}

.c3 {
  position: relative;
  padding: 30px 3%;
  background: #ffffff;
  margin-bottom: 25px;
}

.c3.v2 {
  background: #f2f6fa;
}

@media (max-width: 768px) {
  .c1,
  .c2,
  .c3 {
    padding: 10px 5%;
  }

  .c1:hover,
  .c2:hover,
  .c3:hover {
    box-shadow: none;
  }
}

@media (max-width: 480px) {
  .c1,
  .c2,
  .c3 {
    padding: 10px 10px;
  }

  .c3 {
    padding: 10px;
  }
}

.c3 label input {
  margin-right: 5px;
}

.c3 p.tab_btn {
  margin: 15px 0;
}

.c1 b,
.c2 b {
  display: inline-block;
  font-weight: normal;
  margin: 11px 15px 11px 0;
  vertical-align: top;
}

p.c1,
p.c2,
p.c3 {
  margin: 0;
}

.c1 p,
.c2 p {
  margin: 0;
}

.c1 small,
.c2 small {
  display: inline-block;
}

p.zip small {
  color: #ce3851;
  padding: 5px 10px;
}

.form_end {
  padding: 4%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.form_end h2 {
  display: block;
  font-size: 2em;
  margin: 0 0 1.8rem;
  background: none;
  font-weight: 500;
  color: var(--color-blue);
}

.form_end p {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 640px) {
  .form_end h2 {
    margin: 15px 0;
    font-size: 1.6em;
  }
}

@media (max-width: 480px) {
  .form_end p {
    margin-bottom: 15px;
  }
}

.alert-h,
.alert-n {
  font-size: 0.95rem;
}

.alert-h {
  display: inline-block;
  padding: 0.3em 0.8em;
  background: #ce3851;
  color: #fff;
  vertical-align: top;
  margin: 8px 10px 8px 0;
  font-weight: normal;
  border-radius: 2px;
}

.alert-n {
  display: inline-block;
  padding: 0.3em 0.8em;
  background: #35ad85;
  color: #fff;
  vertical-align: top;
  margin: 8px 10px 8px 0;
  font-weight: normal;
  border-radius: 2px;
}

.c2 span label {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.c2 span label input {
  display: inline-block;
  margin: 0 5px 0 0;
}

.c1 textarea,
.c2 textarea {
  width: 100%;
  margin: 0 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: solid 1px var(--color-blue);
  box-shadow: 0 0 0 1px var(--color-blue);
}

input[type="text"],
select,
input[type="email"],
input[type="tel"] {
  outline: none;
  width: auto;
}

input[type="radio"] {
  margin: 0 0 4px 0 !important;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"].back_btn {
  position: relative;
  background: none;
  border-radius: 0;
  letter-spacing: 4px;
  text-indent: 4px;
  font-size: 1.15em;
  width: 90%;
  max-width: 360px;
  text-transform: none;
  background: none;
  border: 2px solid var(--color-black);
  background: var(--color-white);
  color: black;
  transition: all ease 0.5s;
  margin: 15px 5px 35px;
  padding: 20px;
  box-shadow: 7px 10px 0 -5px rgba(0, 0, 0, 0.15);
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"].back_btn:hover,
input[type="submit"]:focus,
input[type="submit"].back_btn:focus {
  color: var(--color-blue2);
  border: 2px solid transparent;
  border-image: var(--gradient-primary) 1;
  border-radius: 0;
  background-color: transparent;
  background-image: var(--gradient-primary);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: 90%;
  max-width: 400px;
}

input[type="submit"].back_btn {
  color: #fff;
  background: #707679;
  border: 2px solid #707679;
}

input[type="submit"].back_btn:hover,
input[type="submit"].back_btn:focus {
  color: #707679;
  border: 2px solid #707679;
  background: none;
}

@media (max-width: 1024px) {
  button,
  .button,
  input[type="button"],
  input[type="reset"],
  button:hover,
  .button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"],
  input[type="submit"].back_btn,
  input[type="submit"]:hover,
  input[type="submit"].back_btn:hover,
  input[type="submit"]:focus,
  input[type="submit"].back_btn:focus {
    margin: 1em 2px 2em;
    padding: 16px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  input[type="text"],
  select,
  input[type="email"],
  input[type="tel"] {
    width: 100%;
  }
}

.contact-caution {
  display: block;
  padding: 0;
  margin: 60px 3% 0;
  line-height: 1.6;
  font-size: 0.9em;
}

.contact-caution b {
  color: #ce3851;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  .contact-caution {
    margin: 25px 5% 0;
  }
}

@media (max-width: 480px) {
  .contact-caution {
    margin: 25px 10px 0;
  }
}

.form_nav {
  width: 100%;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 0;
}

.form_nav li {
  width: 32%;
  padding: 20px 5px;
  margin: 0;
  color: var(--color-green);
  border: 2px solid var(--color-green);
  background: none;
  text-align: center;
  line-height: 1.4;
}

.form_nav li span {
  display: inline-block;
}

.form_nav li.active {
  color: #fff;
  background: var(--color-green);
  border: 2px solid var(--color-green);
}

.form_nav li.error {
  color: #fff;
  background: #ce3851;
  border: 1px solid #ce3851;
}

.mw_wp_form .error {
  font-size: 0.85em;
  color: #fff;
  border: 1px solid #ce3851;
  background: #ce3851;
  border-radius: 50px;
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  margin: 5px 0 0;
}

p.form_error {
  display: block;
  text-align: center;
  color: #ce3851;
  font-size: 1.1em;
  margin: 0 0 30px;
}

p.form_comment {
  display: block;
  color: var(--color-blue);
  text-align: center;
  font-size: 1em;
  margin: 0 4% 30px;
}

@media (max-width: 1024px) {
  .form_nav li {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .form_nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 15px 0 20px;
  }

  .form_nav li {
    width: 32%;
    margin: 0px;
  }
}

@media (max-width: 600px) {
  .form_nav li {
    border-radius: 0px;
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .form_nav li {
    padding: 10px 6px;
  }
}

.mwform-checkbox-field-text,
.mwform-radio-field-text {
  margin-left: 5px;
  line-height: 1;
}

.mwform-checkbox-field,
.mwform-radio-field {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  font-weight: 500;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

select {
  padding: 8px;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.2);
}

.break {
  display: inline-block;
}

.break_full {
  display: block;
  margin-top: 0.5em;
  width: 100%;
}

.page-id-385 .break,
.page-id-814 .break {
  vertical-align: top;
  margin-top: -5px;
}

.page-id-382 .c1 b,
.page-id-382 .c2 b,
.page-id-817 .c1 b,
.page-id-817 .c2 b {
  color: #fff;
  font-size: 0.8em;
  background: var(--color-blue);
  border-radius: 50px;
  padding: 5px 15px;
}

.page-id-382 .help-tag,
.page-id-817 .help-tag {
  display: none !important;
}

@media (max-width: 768px) {
  .break {
    display: block;
  }

  .page-id-385 .break,
  .page-id-411 .break {
    margin-top: -2px;
  }
}

@media (max-width: 480px) {
  .mwform-checkbox-field,
  .mwform-radio-field {
    display: block;
  }
}

.break {
  width: 100%;
}

.wpcf7-email {
  width: 100% !important;
}

.wpcf7-text {
  width: 100% !important;
}

.mwform-tel {
  display: flex;
  align-items: center;
}

.mwform-tel-field input[type="text"] {
  display: inline-block;
  width: 28.5% !important;
  margin: 0 4px;
}

.mwform-tel-field input[type="text"]:first-child {
  margin-left: 0;
}

.mwform-tel-field input[type="text"]:last-child {
  margin-right: 0;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 9px 1em 9px 0 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 3px;
}

.wpcf7-list-item {
  margin: 9px 0 9px 1em;
}

/*------------------------------
	カテゴリーメニュー
------------------------------*/
.category-column {
  display: flex;
  justify-content: center;
  text-align: left;
}

ul.category_tab_btn {
  position: relative;
  z-index: 2;
  margin: 0 -5px;
  padding: 0 0 5%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

ul.category_tab_btn li {
  position: relative;
  margin: 0 5px 10px;
}

ul.category_tab_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--color-blue);
  border: 1px solid rgb(182, 198, 221);
  background: rgba(223, 234, 248, 0.7);
  letter-spacing: 0.025em;
  padding: 0.5em 1em;
  min-width: 6em;
  border-radius: 4px;
  font-size: 0.95em;
}

ul.category_tab_btn li a:hover {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

ul.category_tab_btn li.current-cat a {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.cat-item-none {
  display: none !important;
}

.category_archive_title {
  display: block;
  font-size: 1.4em;
  margin-bottom: calc(4% + 15px);
}

@media (max-width: 1280px) {
  ul.category_tab_btn li a {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {
  ul.category_tab_btn {
    margin: 0 -3px;
  }

  ul.category_tab_btn li {
    margin: 0 3px 6px;
  }

  ul.category_tab_btn li a {
    padding: 0.5em;
    min-width: 4em;
  }
}

@media (max-width: 560px) {
  ul.category_tab_btn {
    margin: 0 -2px;
  }

  ul.category_tab_btn li {
    margin: 0 2px 4px;
  }

  ul.category_tab_btn li a {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  ul.category_tab_btn li a {
    font-size: 0.825em;
  }
}

/* =======================================
	その他
======================================= */
.nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5%;
  min-height: 250px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 1em;
  color: var(--color-gray);
}

/*記事投稿内 YouTube*/
.post-singular-movie {
  display: block;
  max-width: 640px;
  margin: 15px 0;
}

.movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.lead {
  display: block;
  padding: 0px 12px;
  border-left: 5px solid var(--color--shuiro);
  font-weight: 500;
}

.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ggmap {
    padding-bottom: 56.25%;
  }
}

.ggmap.full {
  position: relative;
  padding-bottom: 30%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

/* =======================================
	追記
======================================= */

/*-----------------------------
	お知らせ
-----------------------------*/
.news-section-simple {
  position: relative;
  display: flex;
  max-width: 1080px;
  margin: auto;
  margin-bottom: calc(2% + 25px);
}

.news-list {
  display: block;
  flex: 1;
  width: 50%;
  padding-left: 25px;
}

.news_archive {
  padding: 0;
}

.news-list li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(38, 41, 38, 0.15);
}

.news-list li:last-child {
  border: none;
}

.news-list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;
  width: 100%;
  color: var(--color-black);
  overflow: hidden;
  isolation: isolate;
}

.news-list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  content: "\f30b";
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  font-size: 1.4em;
  color: var(--color-red);
  transition: all 0.3s ease;
}

.news-list li a:hover {
  color: var(--color-red);
  padding-left: 35px;
}

.news-list li a:hover:before {
  transform: translate(0, -50%);
}

.news-list a small {
  width: 100%;
  color: var(--color-body);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.infodate {
  margin-right: 12px;
  letter-spacing: 0.05em;
  display: block;
  font-size: 1em;
}

.infocat {
  display: inline-block;
  margin-right: 10px;
}

.news-list .infocat {
  padding: 2px 5px;
  border-radius: 50px;
  background: var(--color-pink2);
  border: 2px solid var(--color-pink2);
  font-size: 0.85em;
  min-width: 7em;
  text-align: center;
  color: #fff;
}

.news-header {
  position: relative;
  display: block;
}

.news-header .infocat,
.news-header .infocat a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  /* background: var(--color-blue); */
  background: white;
  border: 1px solid var(--color--shuiro);
  font-size: 0.9em;
  min-width: 8em;
  text-align: center;
  /* color: #FFF; */
  color: var(--color-shuiro);
  margin: 0;
}

.news-header .infodate {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

.infotitle {
  flex: 1;
  font-size: 1.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color--shuiro);
}

.news-header .infotitle {
  font-weight: 600;
  padding: 0;
  margin: 0 0 0.2em;
  font-size: 2em;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  display: block;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}

.news-header .infotitle.only {
  margin: 1em 0 1.5em;
}

.news-header .company-name {
  font-size: 1.5em;
  margin-bottom: 2em;
  font-weight: 600;
}

.news-image {
  display: block;
  margin-bottom: 2em;
}

@media (max-width: 1279px) {
  .news-header .infotitle {
    font-size: 1.75em;
  }

  .news-header .company-name {
    font-size: 1.45em;
  }
}

@media (max-width: 1024px) {
  .news-section-simple {
    flex-direction: column;
  }

  .news-list {
    width: 100%;
  }

  .news-list {
    padding: 0;
  }

  .news-list li a {
    padding-right: 30px;
  }

  .news-list li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f0da";
    z-index: 2;
    font-size: 1.5em;
    margin-top: -0.75em;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: auto;
  }

  .news-header .infotitle {
    font-size: 1.7em;
  }

  .news-header .company-name {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .news-list li a {
    flex-wrap: wrap;
    padding-right: 25px;
  }

  .infotitle {
    flex: auto;
    width: 100%;
    padding: 0;
    margin-top: 7px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: inherit;
  }

  .infodate,
  .infocat {
    margin-right: 6px;
  }

  .news-header .infotitle {
    font-size: 1.6em;
    line-height: 1.4;
  }

  .news-header .company-name {
    font-size: 1.3em;
    margin-bottom: 1.5em;
  }

  .news-header .infocat,
  .news-header .infocat a {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .news-header .infotitle {
    font-size: 1.25em;
    line-height: 1.3;
  }

  .news-header .company-name {
    font-size: 1.1em;
  }

  .news-header .infocat,
  .news-header .infocat a {
    font-size: 0.8em;
    min-width: 7em;
  }
}

@media (max-width: 1024px) {
  .single-newsletter .news-header .infotitle {
    font-size: 2.1em;
  }

  .single-newsletter .news-header .infodate {
    font-size: 1.05em;
  }
}

@media (max-width: 768px) {
  .single-newsletter .news-header .infotitle {
    font-size: 1.95em;
    line-height: 1.45;
  }

  .single-newsletter .news-header .infodate {
    font-size: 1.05em;
  }
}

@media (max-width: 480px) {
  .single-newsletter .news-header .infotitle {
    font-size: 1.7em;
    line-height: 1.4;
  }

  .single-newsletter .news-header .infodate {
    font-size: 1.1em;
  }
}

.single-newsletter .content-area.full-width {
  padding-top: clamp(3rem, 7vw, 6rem);
  margin-top: 0;
}

.single-newsletter .inner_wrap.middle {
  margin-top: clamp(-1rem, -3vw, -0.5rem);
}

.single-case_study .tab_btn.large.center-cell {
  margin-bottom: clamp(8rem, 4vw, 5rem);
}

@media (max-width: 768px) {
  .single-case_study .tab_btn.large.center-cell {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .single-case_study .inner_wrap.middle {
    max-width: 880px;
  }

  .single-case_study .archive_wrap {
    margin-bottom: clamp(4rem, 6vw, 6rem);
  }
}

@media (min-width: 1024px) {
  .single-newsletter .inner_wrap.middle {
    max-width: 880px;
  }

  .single-newsletter .archive_wrap {
    margin-bottom: clamp(4rem, 6vw, 6rem);
  }
}

/* =======================================
	NEWS TOPICS
======================================= */

ul.news_list {
  position: relative;
}

ul.news_list.news-archives {
  max-width: 1100px;
  margin: auto;
}

ul.news_list li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

ul.news_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  color: var(--color-black);
  transition: all ease 0.5s;
}

ul.news_list li a:hover {
  padding-left: 35px;
}

ul.news_list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 20px;
  height: 5px;
  border-bottom: 1px solid var(--color-blue);
  border-right: 1px solid var(--color-blue);
  transform: translate(-100%, -50%) skew(45deg);
  transition: all ease 0.5s;
}

ul.news_list li a:hover:before {
  transform: translate(0, -50%) skew(45deg);
}

ul.news_list .thumbnail {
  width: 150px;
  padding: 5px 0;
}

ul.news_list .detail {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 7px;
  padding-left: calc(2.5% + 5px);
  text-align: left;
}

.news-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #fff;
  border-radius: 3px;
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.2);
}

.news-thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

ul.news_list li a:hover .news-thumbnail img {
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
  -moz-transform: scale(1.15) translate3d(0, 0, 0);
  -o-transform: scale(1.15) translate3d(0, 0, 0);
  -ms-transform: scale(1.15) translate3d(0, 0, 0);
  transform: scale(1.15) translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
  ul.news_list li a:hover .news-thumbnail img {
    transform: none;
  }

  ul.news_list li a:hover {
    padding-left: 0;
  }

  ul.news_list li a:before {
    display: none;
  }

  ul.news_list li a:after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: auto;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f0da";
    z-index: 2;
    font-size: 1.5em;
    margin-top: -0.5em;
    -webkit-font-smoothing: antialiased;
    height: auto;
    color: #777;
    background: none;
    line-height: normal;
    border-radius: 0;
    opacity: 1;
  }

  ul.news_list .detail {
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  ul.news_list .thumbnail {
    width: 100px;
  }

  ul.news_list li a:hover {
    padding-left: 0;
  }

  ul.news_list li a:before {
    display: none;
  }

  .news-thumbnail:before {
    padding-top: 100%;
  }
}

@media (max-width: 480px) {
  ul.news_list .thumbnail {
    width: 80px;
  }
}

ul.news_list li span {
  letter-spacing: 0.04em;
}

ul.news_list li span.date {
  display: inline-block;
  font-size: 0.8em;
  margin: 0;
  text-align: left;
  color: #444;
}

ul.news_list li span.category {
  display: inline-block;
  font-size: 0.75em;
  margin: 0;
  padding: 7px 15px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  width: auto;
  min-width: 80px;
  border-radius: 15px;
  background: var(--color-blue);
  color: #fff;
  transition: 0.2s;
}

ul.news_list li .newsTitle {
  font-family: inherit;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0.25em 0 0;
  text-align: left;
  letter-spacing: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.news_list li small {
  font-size: 0.85em;
  display: block;
  color: #777;
  line-height: 1.3;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

@media (max-width: 480px) {
  ul.news_list li {
    margin-bottom: 10px;
  }

  ul.news_list li h3.newsTitle {
    font-size: 0.95em;
  }

  ul.news_list li span.category {
    font-size: 0.8em;
  }
}

/* =======================================
	blog
======================================= */

.blog_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog_list li {
  width: 30%;
  margin-bottom: 4%;
  display: flex;
}

.blog_list::after {
  content: "";
  display: block;
  width: 30%;
}

.blog_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: var(--color-black);
}

.blog-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease;
  padding-top: 66%;
  margin-bottom: 0.75em;
  /* border-radius: calc(0.5vw + 3px); */
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25em;
}

.blog-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transform-origin: center;
  object-fit: cover;
  object-position: center;
}

.blog_list li a:hover .blog-thumbnail img {
  transform: scale(1.1);
}

.blog_list .detail {
  position: relative;
  padding: 0;
  text-align: left;
}

.blog_list .detail .newsTitle,
.blog_list .detail .company-name,
.blog_list .detail .category {
  position: relative;
  transition: color 0.18s ease, border-color 0.18s ease,
    -webkit-text-fill-color 0.18s ease;
}

.blog_list li .newsTitle {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.5;
  margin-top: 0.5em;
  text-align: left;
  letter-spacing: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.18s ease, -webkit-text-fill-color 0.18s ease;
}

.blog_list li a:hover .newsTitle {
  color: var(--color-pink2);
}

.blog_list li small {
  font-size: 0.85em;
  display: block;
  color: #777;
  line-height: 1.3;
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

.blog_list li span {
  letter-spacing: 0.04em;
}

.blog_list li span.date {
  display: inline-block;
  font-size: 0.8em;
  color: #898d9b;
  margin: 0;
  text-align: left;
}

.blog_list li span.category {
  display: inline-block;
  font-size: 0.8em;
  margin: 0 0.25em 0 0;
  padding: 0.5em;
  line-height: 1;
  min-width: 6em;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid var(--color--shuiro);
  color: var(--color--shuiro);
  transition: 0.2s;
}

.company-name {
  font-size: 0.8em;
  letter-spacing: 0.025em;
  color: var(--color--shuiro);
}

@media (max-width: 1366px) {
  .blog_list li {
    width: 31.5%;
  }

  .blog_list::after {
    width: 31.5%;
  }

  .blog_list li .newsTitle {
    font-size: 1.05em;
    margin-top: 0em;
  }

  .blog-thumbnail {
    padding-top: 75%;
    margin-bottom: 1em;
  }

  .blog_list li span.date {
    display: block;
    margin-top: 0.25em;
  }

  .blog_list li span.category {
    padding: 0.35em 0.5em;
  }
}

@media (max-width: 1200px) {
  .blog_list li {
    width: 48%;
    margin-bottom: 40px;
  }

  .blog-thumbnail {
    padding-top: 65%;
  }

  .blog_list::after {
    display: none;
  }

  .blog_list li .newsTitle {
    margin-top: 0.35em;
  }

  .blog_list li span.date {
    display: inline-block;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .blog_list li {
    margin-bottom: 35px;
  }

  .blog_list li .newsTitle {
    font-size: 1em;
  }

  .blog_list li span.category,
  .blog_list li span.date {
    font-size: 0.75em;
  }
}

@media (max-width: 640px) {
  .blog_list li {
    width: 100%;
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
  }

  .blog_list li .newsTitle {
    font-size: 1.1em;
  }

  .blog_list li span.category,
  .blog_list li span.date {
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .blog_list li .newsTitle {
    font-size: 1em;
  }

  .blog_list li span.category,
  .blog_list li span.date {
    font-size: 0.8em;
  }
}

.color-box {
  display: block;
  overflow: hidden;
  padding: calc(2.5% + 0.5em);
  box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.border-box {
  display: block;
  overflow: hidden;
  padding: calc(2.5% + 0.5em);
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 7px 5px 20px -5px rgba(0, 0, 0, 0.15);
}

.flex-text {
  display: flex;
}

.flex-text i {
  color: var(--color-blue);
  line-height: 1.6;
  font-size: 1.2em;
  margin-right: 0.25em;
}

@media (max-width: 768px) {
  .flex-text i {
    line-height: 1.35;
    margin-right: 0.15em;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.image-radius {
  border-radius: calc(1vw + 10px);
}

.image-shadow {
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
}

.more-link {
  display: block;
  text-align: right;
  margin-top: calc(3% + 0.75em);
}

/* Safari対応: fade-upアニメーションの最適化 */
.about-message .line,
.more-link {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.more-link a {
  position: relative;
  color: black;
  font-size: 1.6em;
}

.more-link a:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: "";
  width: 140px;
  height: 1px;
  margin-right: 0.5em;
  background: black;
  transition: 0.5s ease;
}

.more-link a:hover {
  color: var(--color--shuiro);
}

.more-link a:hover:before {
  width: 200px;
  background: var(--color--shuiro);
}

@media (max-width: 640px) {
  .more-link a {
    font-size: 1.4em;
  }
}

@media (max-width: 480px) {
  .more-link a {
    font-size: 1.25em;
  }
}

.about-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.about-column .image {
  width: 40%;
}

.about-column .text {
  width: 80%;
  text-align: left;
  color: var(--color--shuiro);
}

.about-column .text h2,
.about-column .text h3,
.about-column .text p {
  color: var(--color--shuiro);
}

.about-column .text h3 {
  line-height: 2;
  font-size: 1.05em;
}

.about-column h2.font-25x {
  font-size: 2.2em !important;
  color: var(--color--shuiro);
}

.about-column.half .image,
.about-column.half .text {
  width: 47.5%;
}

@media (max-width: 1400px) {
  .about-column h2.font-25x {
    font-size: 2em !important;
  }
}

@media (max-width: 1280px) {
  .about-column h2.font-25x {
    font-size: 1.8em !important;
  }

  .about-column .text h3 {
    font-size: 1em;
  }
}

@media (max-width: 1180px) {
  .about-column h2.font-25x {
    font-size: 1.65em !important;
  }

  .about-column.half .image {
    width: 45%;
  }

  .about-column.half .text {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .about-column h2.font-25x {
    font-size: 1.5em !important;
  }
}

@media (max-width: 852px) {
  .about-column.half .image {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 2em;
    order: 1;
  }

  .about-column.half .text {
    width: 100%;
    order: 2;
  }

  .about-column.half h2.lead {
    font-size: 1.6em !important;
    margin-bottom: 1.5rem !important;
  }

  .about-column h2.font-25x {
    font-size: 1.4em !important;
  }
}

@media (max-width: 768px) {
  .about-column h2.font-25x {
    font-size: 1.6em !important;
  }
}

@media (max-width: 767px) {
  .about-column .image {
    width: 70%;
    max-width: 320px;
    margin: 0 auto 2em;
    order: 1;
  }

  .about-column .text {
    width: 100%;
    order: 2;
  }

  .about-column.half h2.lead {
    font-size: 1.4em !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  .about-column h2.font-25x {
    font-size: 1.25em !important;
  }

  .about-column.half h2.lead {
    font-size: 1.3em !important;
  }
}

.top-content-title {
  position: relative;
  display: block;
  text-align: left;
  font-size: 6em;
  line-height: 1;
  letter-spacing: 0;
  color: rgba(44, 70, 103, 0.1);
  margin-bottom: 3rem;
}

.top-content-title span {
  position: relative;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
  margin-left: 0.25em;
  color: #000;
}

.bgc2 .top-content-title {
  color: rgba(255, 255, 255, 0.15);
}

.bgc2 .top-content-title span {
  color: #fff;
}

@media (max-width: 1400px) {
  .top-content-title {
    font-size: 7em;
  }
}

@media (max-width: 1279px) {
  .top-content-title {
    font-size: 5.5em;
  }
}

@media (max-width: 1024px) {
  .top-content-title span {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .top-content-title {
    font-size: 3.8em;
  }

  .top-content-title span {
    margin-top: 1em;
    letter-spacing: 0.3em;
  }
}

@media (max-width: 480px) {
  .top-content-title {
    font-size: 3em;
  }

  .top-content-title span {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
  }
}

.column3 {
  /* display: flex; */
  display: block;
  text-align: left;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column3 h3 {
  font-size: 3.6em;
  font-style: italic;
}

/* Our Service section with background image */
.service-section.bgc1 {
  background-image: url("images/nujp_bg3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.service-section.bgc1 .top-content-title {
  color: rgba(255, 255, 255, 0.473);
}

.service-section.bgc1 .top-content-title span {
  color: rgba(255, 255, 255, 0.9);
}

.service-section.bgc1 .column3 h3 {
  color: rgb(255, 255, 255);
}

.column3 li {
  position: relative;
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.column3 li .image {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
  border-radius: calc(1vw + 10px);
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
}

.column3 li .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s ease;
}

.circle-btn {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1),
    -8px -8px 8px rgba(255, 255, 255, 0.6);
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.6em;
  padding-top: 3px;
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
}

.column3 li a:hover .image img {
  transform: scale(1.1);
}

.column3 li a {
  display: inline-block;
  color: white;
  transform-origin: left center;
}

.column3 li a:hover {
  color: var(--color-blue3);
  transform: scale(1.2);
}

.column3 li a:hover .circle-btn {
  background: var(--color-blue);
  border-color: var(--color-blue);
}

@media (max-width: 1366px) {
  .column3 li {
    /* width: 31.5%; */
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .column3 li .image {
    margin-bottom: 1.25em;
  }

  .column3 h3 {
    /* font-size: 1.3em; */
    font-size: 3.2em;
  }

  .circle-btn {
    transform: scale(0.9);
    transform-origin: right bottom;
  }
}

@media (max-width: 1024px) {
  .column3 li {
    /* width: 32%; */
    width: 80%;
  }

  .column3 h3 {
    /* font-size: 1.25em; */
    font-size: 2.8em;
  }
}

@media (max-width: 960px) {
  .column3 li {
    width: 100%;
    max-width: 640px;
    margin: auto;
    margin-bottom: 2.5em;
  }

  .column3 li:last-child {
    margin-bottom: 0;
  }

  .column3 li .image {
    padding-top: 56.25%;
  }

  .column3 h3 {
    font-size: 2.8em;
  }

  .circle-btn {
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .column3 h3 {
    font-size: 2.4em;
  }

  .column3 li {
    margin-top: 40px;
  }

  .column3 {
    padding-bottom: 50px;
  }

  .circle-btn {
    transform: scale(0.9);
  }
}

@media (max-width: 480px) {
  .column3 h3 {
    font-size: 2em;
  }

  .column3 li .image {
    padding-top: 65%;
  }
}

.contact-recruit {
  display: flex;
  flex-wrap: wrap;
}

.contact-recruit li {
  width: 50%;
  padding: 8% 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Contact only when recruit is commented out */
.contact-recruit li:only-child {
  width: 100%;
}

/* Contact section styling */
.contact-recruit .contact {
  background: var(--color--shuiro) !important;
  color: #ffffff;
}

.contact-recruit .contact h2,
.contact-recruit .contact p,
.contact-recruit .contact span {
  color: #ffffff !important;
}

.contact-recruit .contact a {
  color: #ffffff !important;
  text-decoration: underline;
}

.contact-recruit .contact a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.contact-recruit .contact .tab_btn.large a {
  background: var(--color--shuiro) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  text-decoration: none;
}

.contact-recruit .contact .tab_btn.large a:hover {
  background: var(--color--shuiro) !important;
  border-color: var(--color--shuiro) !important;
  color: #ffffff !important;
}

@media (max-width: 1600px) {
  .contact-recruit li {
    padding: 8% 5%;
  }
}

@media (max-width: 1365px) {
  .contact-recruit li {
    padding: 8% 8%;
  }
}

@media (max-width: 1200px) {
  .contact-recruit li {
    width: 100%;
    padding: 8% 7%;
  }

  .contact-recruit h2 {
    font-size: 3em !important;
  }
}

@media (max-width: 768px) {
  .contact-recruit li {
    padding: 12% 7%;
  }
}

@media (max-width: 640px) {
  .contact-recruit h2 {
    font-size: 2.4em !important;
  }

  .form-text {
    text-align: left !important;
  }

  .form-text br {
    display: none !important;
  }

  .form-text .d-inline-block {
    display: inline !important;
  }
}

@media (max-width: 480px) {
  .contact-recruit li {
    padding: 14% 7%;
  }

  .contact-recruit h2 {
    font-size: 2.2em !important;
  }

  .form-text {
    font-size: 0.95em;
  }
}

.content-nav {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

.content-nav.wide {
  /* max-width: 960px; */
  max-width: 1200px;
}

.content-nav li {
  width: 23%;
}

.content-nav li a {
  display: block;
  line-height: 1;
  padding: 0.75em;
  padding-right: 1em;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  white-space: nowrap;
}

.content-nav li a:hover {
  color: #fff;
  background: var(--color-blue);
}

@media (max-width: 1024px) {
  .content-nav {
    max-width: 720px;
  }

  .content-nav li {
    width: 31.5%;
  }
}

@media (max-width: 1023px) {
  .content-nav.wide {
    flex-wrap: wrap;
  }

  .content-nav.wide li {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .content-nav li.wide a {
    font-size: 0.95em;
  }

  /* 
	.content-nav li a {
		border-width: 1px;
		padding: 0.75em 0.25em;
		padding-right: 0.351em;
	}

	.content-nav.wide li span {
		display: none;
	}

	.content-nav.wide li {
		width: 32%;
	}

	.content-nav.wide li a {
		letter-spacing: 0;
	}

	.content-nav.wide.mb-2 {
		margin-bottom: 0 !important;
	} */
}

@media (max-width: 640px) {
  .content-nav.wide {
    flex-wrap: wrap;
  }

  .content-nav.wide li {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .content-nav li.wide a {
    font-size: 0.95em;
  }

  /* .content-nav li {
		width: 32%;
	}

	.content-nav li a {
		font-size: 0.9em;
		letter-spacing: 0.025em;
	}

	.content-nav li a i {
		margin-right: 0.15rem !important;
	} */
}

@media (max-width: 560px) {
  .content-nav.wide {
    flex-wrap: wrap;
  }

  .content-nav.wide li {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .content-nav li.wide a {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .content-nav li {
    width: 32.5%;
  }

  .content-nav li a {
    letter-spacing: 0;
  }
}

.mission-column {
  display: flex;
  align-items: center;
  /* max-width: 70vw; */
  margin: 0 auto;
}

.mission-column .text {
  text-align: left;
  width: 55%;
  font-size: 1.4rem;
}

.mission-column .title {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-blue);
  color: var(--color-blue);
  border-radius: 100%;
  width: 300px;
  height: 300px;
}

.title-circle::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.en-text {
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(49, 49, 49, 0.436);
  font-size: 4em;
  line-height: 1;
  text-align: left;
}

.en-text.rev {
  left: 10vw;
  right: auto;
}

.mission-column .num {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: var(--color-blue);
  color: #fff;
  line-height: 1;
}

.mission-column .flex-text {
  margin-left: 3.1em;
}

/* PC版で#missionセクション内の各ulの間隔を狭くする */
@media (min-width: 768px) {
  #mission .mb-section {
    margin-bottom: 5% !important;
  }

  /* PC版で#missionと#companyの間隔を狭くする */
  #mission .mb-section:last-child {
    margin-bottom: 0% !important;
  }
}

/* #companyセクションの背景色（Newsセクションと同じ） */
#company {
  background: #fafbfc;
}

@media (max-width: 1365px) {
  .title-circle {
    width: 250px;
    height: 250px;
  }

  .en-text {
    font-size: 3.6em;
  }
}

@media (max-width: 1200px) {
  .title-circle {
    width: 220px;
    height: 220px;
  }

  .en-text {
    font-size: 3.2em;
  }
}

@media (max-width: 1024px) {
  .mission-column {
    flex-direction: column;
    align-items: center;
  }

  .mission-column .text {
    width: 100%;
    order: 2;
  }

  .mission-column .title,
  .mission-column.rev .title {
    width: 100%;
    order: 1;
    padding: 0;
    margin-bottom: 1.5em;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }

  .title-circle {
    width: 200px;
    height: 200px;
  }

  .mission-column .text .font-ll2.mb-2 {
    margin-bottom: 1.25rem !important;
  }

  .en-text,
  .en-text.rev {
    position: static;
    font-size: 3.2em;
    margin: 0 auto 0;
    text-align: center;
    left: auto;
    right: auto;
  }
}

@media (max-width: 960px) {
  .mission-column .text {
    width: auto;
    flex: 1;
  }

  .mission-column .title {
    width: 180px;
    padding-left: 20px;
  }

  .mission-column.rev .title {
    padding-left: 0;
    padding-right: 20px;
  }

  .title-circle {
    width: 160px;
    height: 160px;
    font-size: 1.2em;
  }

  .mission-column .text .font-ll2 {
    font-size: 1.6em !important;
  }

  .mission-column .text .font-ll {
    font-size: 1.4em !important;
  }
}

@media (max-width: 767px) {
  .mission-column {
    flex-direction: column;
  }

  .mission-column .title,
  .mission-column.rev .title {
    order: 1;
    padding: 0;
    margin-bottom: 1.5em;
    margin-right: auto;
    justify-content: flex-start;
  }

  .mission-column .text {
    order: 2;
  }

  .en-text,
  .en-text.rev {
    top: 40px;
    left: auto;
    right: 0;
    font-size: 3em;
  }

  .mission-column .text .font-ll2 {
    font-size: 1.55em !important;
  }

  .mission-column .text .font-ll {
    font-size: 1.4em !important;
  }

  .mission-column .num {
    margin-right: 0;
  }

  .mission-column .flex-text {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .title-circle {
    width: 140px;
    height: 140px;
    font-size: 1.1em;
  }

  .en-text,
  .en-text.rev {
    top: 30px;
    font-size: 3em;
  }

  .mission-column .text .font-ll2 {
    font-size: 1.6em !important;
  }
}

@media (max-width: 560px) {
  .title-circle {
    width: 120px;
    height: 120px;
    font-size: 1.05em;
  }

  .en-text,
  .en-text.rev {
    top: 30px;
    font-size: 6em;
  }

  .mission-column .text .font-ll2 {
    font-size: 1.4em !important;
  }

  .mission-column .text .font-ll {
    font-size: 1.25em !important;
  }
}

@media (max-width: 480px) {
  .title-circle {
    width: 100px;
    height: 100px;
    font-size: 1em;
  }

  .en-text,
  .en-text.rev {
    top: 25px;
    font-size: 2.8em;
  }

  .mission-column .text {
    font-size: 1em !important;
  }

  .mission-column .text .font-ll2 {
    font-size: 1.3em !important;
  }

  .mission-column .text .font-ll {
    font-size: 1.1em !important;
    letter-spacing: 0.02em;
  }

  .mission-column .num {
    width: 1.4em;
    height: 1.4em;
  }
}

.service-column {
  display: flex;
  align-items: center;
}

.service-column-text {
  text-align: left;
  width: 45%;
}

.service-column-image {
  width: 45%;
  margin-left: auto;
  height: 500px;
  overflow: hidden;
}

.service-column-image img {
  border-radius: calc(10vw + 15px) 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-column-image.rev img {
  border-radius: 0 calc(5vw + 15px) 0 0;
}

.service-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.service-column-image.rev {
  margin-left: 0;
  margin-right: auto;
}

.service-column-text.rev {
  margin-left: auto;
}

.service-column-text .font-25x {
  line-height: 1.3;
}

.service-column-text h2 {
  color: #333333;
}

.service-column-text .font-25x.bold500 {
  color: #000000 !important;
}

@media (max-width: 1500px) {
  .service-column-text {
    width: 47.5%;
  }

  .service-column-text .font-25x {
    letter-spacing: 0.01em;
  }
}

@media (max-width: 1365px) {
  .service-column-text {
    width: 48%;
  }

  .service-column-text .font-25x {
    letter-spacing: 0.01em;
  }

  .service-column-image {
    width: 47.5%;
    height: 480px;
  }
}

@media (max-width: 1279px) {
  .service-column-text .font-25x {
    font-size: 2.2em !important;
  }

  .service-column-text .font-md.mb-2 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 1180px) {
  .service-column-text {
    font-size: 0.95em;
  }
}

@media (max-width: 960px) {
  .service-column-image {
    position: relative;
    width: 92%;
    margin-left: auto;
    margin-bottom: 2em;
    height: 300px;
    overflow: hidden;
  }

  .service-column-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .service-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .service-column-text {
    width: 100%;
    font-size: 1em;
  }

  .service-column-text .font-25x {
    font-size: 2.4em !important;
  }
}

@media (max-width: 768px) {
  .service-column-image {
    width: 95%;
    height: 280px;
  }

  .service-column-text .font-25x {
    font-size: 2.2em !important;
  }
}

@media (max-width: 640px) {
  .service-column-image {
    height: 250px;
  }

  .service-column-text .font-25x {
    font-size: 2em !important;
  }
}

@media (max-width: 480px) {
  .service-column-image {
    height: 220px;
  }

  .service-column-text .font-25x {
    font-size: 1.75em !important;
  }
}

/* =======================================
	Consulting Hero
======================================= */
.consulting-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: var(--safe-area-top) 7% calc(7% + var(--safe-area-bottom));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
  text-align: left;
}

.consulting-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 12, 27, 0.4) 10%,
    rgba(3, 12, 27, 0.75) 86%
  );
  pointer-events: none;
  z-index: 1;
}

.consulting-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-top: clamp(8rem, 14vh, 12rem);
}

.consulting-hero__title {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: manual;
}

.consulting-hero__text {
  position: relative;
  z-index: 1;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.consulting-intro {
  padding: clamp(4rem, 6vw, 6rem) 0 clamp(3rem, 5vw, 5rem);
  background-color: #fff;
}

.consulting-intro .service-single-head {
  margin-bottom: 0;
}

.consulting-intro .inner_wrap.min p {
  line-height: 2;
}

@media (max-width: 768px) {
  .consulting-intro .inner_wrap.min p {
    padding: 0 1.5rem;
  }

  body.consulting-hero-page .service-single-page--compact .inner_wrap,
  .consulting-flow .inner_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: none;
    width: 100%;
  }

  .consulting-flow__item:not(:last-child)::after {
    margin-top: calc(var(--flow-gap) / 2 - var(--flow-arrow-size) / 2 + 18px);
  }
}

body.consulting-hero-page .service-single-page--compact {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0 !important;
}

body.consulting-hero-page .service-single-page--compact .inner_wrap,
.consulting-flow .inner_wrap {
  max-width: min(1200px, 80%);
  margin-left: auto;
  margin-right: auto;
}

body.consulting-hero-page .consulting-intro .service-single-head {
  max-width: min(1200px, 80%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 768px) {
  body.consulting-hero-page .consulting-intro .service-single-head {
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* =======================================
	Investment Cases
======================================= */
.investment-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.investment-cases__item {
  background: #fff;
  border-radius: 24px;
  padding: clamp(1.75rem, 3.5vw, 2.75rem) clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 18px 45px -28px rgba(15, 13, 10, 0.45);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.investment-cases__heading {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  color: rgba(17, 17, 17, 0.65);
}

.investment-cases__title {
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  margin: 0;
  font-weight: 600;
}

.investment-cases__text {
  margin: 0;
  font-size: clamp(0.9rem, 1.9vw, 1rem);
  line-height: 1.9;
  color: rgba(17, 17, 17, 0.85);
}

@media (max-width: 1024px) {
  .investment-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .investment-cases {
    grid-template-columns: 1fr;
  }

  .investment-cases__item {
    padding: 1.5rem;
  }
}

.investment-cases__media {
  width: 100%;
  max-width: 420px;
  pointer-events: none;
}

.investment-cases__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.06);
}

.consulting-flow {
  background: #f7f5f3;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.consulting-flow__list {
  --flow-gap: clamp(2.5rem, 4vw, 3.5rem);
  --flow-arrow-size: 34px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.consulting-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.25rem, 2vw, 2rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.25);
}

.consulting-flow__item:not(:last-child) {
  margin-bottom: var(--flow-gap);
}

.consulting-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  margin-top: calc(var(--flow-gap) / 2 - var(--flow-arrow-size) / 2);
  width: var(--flow-arrow-size);
  height: var(--flow-arrow-size);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle cx='17' cy='17' r='16' fill='none' stroke='%23a9a9a9' stroke-width='2'/%3E%3Cpath d='M17 10v10' stroke='%23a9a9a9' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13.5 18.5 17 22l3.5-3.5' fill='none' stroke='%23a9a9a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.consulting-flow__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  padding: 3px;
  background: var(--gradient-primary);
  box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.35);
  color: var(--color--shuiro);
  font-size: 2rem;
}

.consulting-flow__icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.consulting-flow__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  text-align: left;
}

.consulting-flow__label {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color--shuiro);
  display: flex;
  gap: 0.3em;
  align-items: center;
}

.consulting-flow__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.consulting-flow__text {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 33rem;
}

.consulting-flow__duration {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #606060;
  text-align: right;
  min-width: 6.5rem;
}

@media (max-width: 1024px) {
  .consulting-flow__list {
    max-width: 100%;
    --flow-gap: clamp(2.1rem, 5vw, 3rem);
    --flow-arrow-size: 28px;
  }

  .consulting-flow__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1rem 1.5rem;
  }

  body.consulting-hero-page .service-single-page--compact .inner_wrap,
  .consulting-flow .inner_wrap {
    max-width: none;
    width: 100%;
  }

  .consulting-flow__item:not(:last-child)::after {
    margin-top: calc(var(--flow-gap) / 2 - var(--flow-arrow-size) / 2);
  }

  .consulting-flow__duration {
    grid-column: 2 / -1;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .consulting-flow__list {
    --flow-gap: 2rem;
    --flow-arrow-size: 20px;
  }

  .consulting-flow__item {
    padding: 1.5rem;
    gap: 0.75rem;
  }

  .consulting-flow__icon {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.5rem;
  }

  .consulting-flow__title {
    font-size: 1.2rem;
  }

  .consulting-flow__text {
    font-size: 0.9rem;
  }
}

body.consulting-hero-page .site-header {
  background: transparent;
  box-shadow: none;
}

body.consulting-hero-page .site-header:not(.fixed-header) .header-main {
  padding-top: calc(60px + var(--safe-area-top));
  padding-bottom: calc(60px + var(--safe-area-bottom));
}

body.consulting-hero-page .site-header:not(.fixed-header) .menu-wrap a {
  color: #fff;
}

body.consulting-hero-page .site-header:not(.fixed-header) .menu-wrap a::after {
  background-color: #fff;
}

body.consulting-hero-page .site-header:not(.fixed-header) .menu-wrap a:hover,
body.consulting-hero-page .site-header:not(.fixed-header) .menu-wrap a:focus {
  color: var(--color--shuiro);
}

body.consulting-hero-page .site-header:not(.fixed-header) .site-title img {
  filter: brightness(0) invert(1);
}

body.consulting-hero-page .openbtn span {
  background: #fff;
}

body.consulting-hero-page .openbtn.fixed-header span {
  background: #111;
}

body.consulting-hero-page .openbtn.active span {
  background: var(--color-blue);
}

body.consulting-hero-page .site-header.fixed-header {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

body.consulting-hero-page .site-header.fixed-header .menu-wrap a {
  color: inherit;
}

body.consulting-hero-page .site-header.fixed-header .menu-wrap a::after {
  background-color: currentColor;
}

body.consulting-hero-page .site-header.fixed-header .site-title img {
  filter: none;
}

@media (max-width: 1024px) {
  .consulting-hero {
    padding: 0 6% 10%;
    min-height: 90vh;
    min-height: calc(var(--vh, 1vh) * 90);
  }

  .consulting-hero__inner {
    margin-top: auto;
    margin-bottom: 18%;
  }

  body.consulting-hero-page .site-header:not(.fixed-header) .header-main {
    padding-top: calc(48px + var(--safe-area-top));
    padding-bottom: calc(48px + var(--safe-area-bottom));
  }
}

@media (max-width: 640px) {
  .consulting-hero {
    padding: 0 6% 16%;
    min-height: 80vh;
    min-height: calc(var(--vh, 1vh) * 80);
  }

  .consulting-hero__inner {
    margin-bottom: 24%;
  }

  .consulting-hero__title {
    letter-spacing: 0.05em;
  }

  .consulting-intro {
    padding: 3.5rem 0 3rem;
  }

  body.consulting-hero-page .site-header:not(.fixed-header) .header-main {
    padding-top: calc(36px + var(--safe-area-top));
    padding-bottom: calc(36px + var(--safe-area-bottom));
  }
}

.consulting-list li {
  padding: 1em 2em;
}

.consulting-list .consulting-title {
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 0.6em;
  color: var(--color--shuiro);
}

.consulting-list .consulting-text {
  font-size: 0.95em;
  line-height: 1.7;
  color: var(--color--shuiro);
  text-align: left;
}

.s01-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s01-column li {
  width: 48%;
  margin-bottom: 2.5%;
  padding: 1.5em 0.5em;
  background: #fff;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.s01-column.consulting-list li {
  padding-left: 2em;
  padding-right: 2em;
  border-radius: 16px;
}

.s01-column li h3 {
  font-size: 2em;
}

.s01-column li h3 span {
  display: block;
  font-size: 1.15rem;
}

.s01-column li h3.jp {
  font-size: 1.6em;
  line-height: 1.5;
}

@media (max-width: 1366px) {
  .service-single-head .font-25x {
    font-size: 2.2em !important;
  }
}

@media (max-width: 1280px) {
  .service-single-head .font-25x {
    font-size: 2em !important;
  }

  .s01-column li {
    width: 48.5%;
  }

  .s01-column li h3 {
    font-size: 1.5em;
  }

  .s01-column li h3.jp {
    font-size: 1.25em;
  }

  .service-single-page .about-column.half h3.font-2x {
    font-size: 1.7em !important;
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 1024px) {
  .service-single-head .font-25x {
    font-size: 1.8em !important;
  }

  .s01-column li h3 {
    font-size: 1.4em;
  }

  .s01-column li h3.jp {
    font-size: 1.15em;
  }

  .service-single-page .about-column.half h3.font-2x {
    font-size: 1.6em !important;
    margin-bottom: 1.25rem !important;
  }
}

@media (max-width: 960px) {
  .s01-column li {
    width: 49%;
  }

  .s01-column li h3 {
    font-size: 1.3em;
  }

  .s01-column li h3.jp {
    font-size: 1.1em;
  }
}

@media (max-width: 852px) {
  .service-single-page .about-column.half h3.font-2x {
    margin-bottom: 1.2rem !important;
  }

  .service-single-page .about-column.half {
    max-width: 640px;
    margin: auto;
  }

  .service-single-page .about-column.half .image {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 1.5em;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: calc(1vw + 10px);
    box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
  }

  .service-single-page .about-column.half .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .service-single-page h2.lead {
    font-size: 1.4em !important;
    margin-bottom: 1.5rem !important;
  }

  .s01-column li {
    width: 100%;
    margin-bottom: 1em;
  }

  .s01-column li h3 {
    font-size: 1.45em;
  }

  .s01-column li h3.jp {
    font-size: 1.05em;
  }
}

@media (max-width: 640px) {
  .service-single-head .font-25x {
    font-size: 1.6em !important;
  }

  .consulting-intro .service-single-head h2.font-25x {
    font-size: 1.7em !important;
  }

  .s01-column li h3 {
    font-size: 1.15em;
  }

  .s01-column li h3.jp {
    font-size: 0.95em;
  }

  .s01-column li h3 span {
    font-size: 1rem;
    color: var(--color--shuiro);
  }

  .service-single-page .about-column.half h3.font-2x {
    font-size: 1.5em !important;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 560px) {
  .service-single-head .font-25x {
    font-size: 1.37em !important;
  }

  .consulting-intro .service-single-head h2.font-25x {
    font-size: 1.6em !important;
  }

  .s01-column li h3 {
    font-size: 1.25em;
  }

  .s01-column li h3.jp {
    font-size: 1.05em;
  }

  .service-single-page .about-column.half h3.font-2x {
    font-size: 1.4em !important;
    margin-bottom: 0.75rem !important;
  }
}

@media (max-width: 768px) {
  .consulting-intro .service-single-head h2.font-25x {
    font-size: 1.8em !important;
  }
}

@media (max-width: 480px) {
  .service-single-head .font-25x {
    font-size: 1.2em !important;
  }

  .consulting-intro .service-single-head h2.font-25x {
    font-size: 1.5em !important;
  }

  .service-single-page h2.lead {
    font-size: 1.25em !important;
  }

  .s01-column li h3 {
    font-size: 1.15em;
  }

  .s01-column li h3.jp {
    font-size: 0.95em;
  }

  .s01-column li h3 span {
    font-size: 0.95rem;
    color: var(--color--shuiro);
  }

  .service-single-page .about-column.half h3.font-2x {
    font-size: 1.3em !important;
    margin-bottom: 0.5rem !important;
  }

  .service-single-page .about-column.half .image {
    padding-top: 65%;
  }
}

.works-column {
  display: flex;
  justify-content: space-between;
}

.works-column li {
  /* width: 47.5%; */
  width: 31%;
  margin-bottom: 5%;
}

.works-column li .newsTitle {
  font-size: 1.25em;
  font-weight: 500;
}

.works-column li .blog-thumbnail {
  margin-bottom: 1.5em;
}

.works-column .company-name {
  font-size: 1.1em;
}

.blog_list.works-column li span.category {
  margin: 0;
}

@media (max-width: 1366px) {
  .works-column li .newsTitle {
    font-size: 1.15em;
    font-weight: 500;
  }

  .works-column li .blog-thumbnail {
    margin-bottom: 1em;
  }

  .works-column .company-name {
    font-size: 1.05em;
  }
}

@media (max-width: 1200px) {
  .works-column li {
    width: 48%;
    margin-bottom: 40px;
  }

  .works-column li .newsTitle {
    font-size: 1.05em;
  }

  .works-column .company-name {
    font-size: 0.95em;
  }
}

@media (max-width: 768px) {
  .works-column li {
    margin-bottom: 35px;
  }

  .works-column li .newsTitle {
    font-size: 1em;
  }

  .works-column .company-name {
    font-size: 0.9em;
  }
}

@media (max-width: 640px) {
  .works-column li {
    width: 100%;
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
  }

  .works-column li .newsTitle {
    font-size: 1.1em;
  }

  .works-column .company-name {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .works-column li .newsTitle {
    font-size: 1em;
  }

  .works-column .company-name {
    font-size: 0.9em;
  }
}

/* ブロックエディター カスタム*/
.has-site-blue-color {
  color: #2c4667;
}

.has-site-blue-background-color {
  background-color: #2c4667;
}

.has-site-blue-border-color {
  border-color: #2c4667;
}

.has-site-blue2-color {
  color: #4677b8;
}

.has-site-blue2-background-color {
  background-color: #4677b8;
}

.has-site-blue2-border-color {
  border-color: #4677b8;
}

.has-site-orange-color {
  color: #ff5e00;
}

.has-site-orange-background-color {
  background-color: #ff5e00;
}

.has-site-orange-border-color {
  border-color: #ff5e00;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1em 1.25em !important;
}

.single-newsletter .archive_body hr,
.single-case_study .archive_body hr {
  margin: 1em 0 !important;
}

.archive_body .wp-block-image {
  margin: 1.5em 0;
}

.archive_body p {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.archive_body ul {
  list-style: inherit;
}

.archive_body ul li {
  margin-left: 1.5em;
  margin-top: 0.5rem;
}

.archive_body .wp-block-heading {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.wp-block-embed__wrapper {
  max-width: 645px;
}

.alignfull .wp-block-embed__wrapper,
.alignwide .wp-block-embed__wrapper {
  max-width: 100%;
}

.aligncenter .wp-block-embed__wrapper {
  margin: auto;
}

.alignleft .wp-block-embed__wrapper,
.alignright .wp-block-embed__wrapper {
  margin: inherit;
  max-width: initial;
}

@media (max-width: 768px) {
  h1.has-background,
  h2.has-background,
  h3.has-background,
  h4.has-background,
  h5.has-background,
  h6.has-background {
    padding: 0.75em 1em !important;
  }
}

@media (max-width: 480px) {
  h1.has-background,
  h2.has-background,
  h3.has-background,
  h4.has-background,
  h5.has-background,
  h6.has-background {
    padding: 0.5em 1rem !important;
  }
}

.member-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2%;
  /* padding: 20px; */
}

.member-list li {
  width: calc(25% - 1.5%);
  max-width: calc(25% - 1.5%);
  min-width: calc(25% - 1.5%);
  height: auto;
  margin-bottom: 2em;
  box-sizing: border-box;
  flex-shrink: 0;
}

.member-image {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 0;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}

.member-list li:hover .member-image img,
.member-list li:focus-within .member-image img {
  transform: scale(1.05);
}

.gray-border-t {
  border-top: 1px solid #ddd;
}

/* Team section - inner_wrap間の上下間隔を小さく */
#forte .inner_wrap .member-wrap {
  margin-top: 2rem !important;
}

#forte .inner_wrap .member-wra {
  padding-top: 2% !important;
}

#forte .inner_wrap .member-wrap {
  padding-top: 2% !important;
}

/* Team section - h2とulの間隔を狭く */
#forte .inner_wrap .member-wrap h2.mb-3,
#forte .inner_wrap .member-wra h2.mb-3 {
  margin-bottom: 1rem !important;
}

/* Team section - sectionのpadding-topを調整 */
#forte {
  padding-top: 4% !important;
}

.member-column {
  all: unset;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.member-column:hover,
.member-column:focus {
  all: unset;
  display: block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.member-column h5 {
  font-size: 1em;
  color: #707679;
}

@media (max-width: 1024px) {
  .member-list li {
    width: calc(33.333% - 1.34%);
    max-width: calc(33.333% - 1.34%);
    min-width: calc(33.333% - 1.34%);
  }
}

@media (max-width: 768px) {
  .member-list li {
    width: calc(50% - 1.5%);
    max-width: calc(50% - 1.5%);
    min-width: calc(50% - 1.5%);
  }
}

@media (max-width: 480px) {
  .member-list li {
    width: calc(50% - 1.5%);
    max-width: calc(50% - 1.5%);
    min-width: calc(50% - 1.5%);
  }
}

.slide-container {
  position: fixed;
  top: 0;
  right: -90vw;
  /* 初期状態では非表示 */
  width: 90vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  background: #f1f3fb;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
  z-index: 99999999;
}

@supports (height: 100dvh) {
  .slide-container {
    height: 100dvh;
  }
}

@media (max-width: 1024px) {
  .slide-container {
    top: 0;
    /* heightはJavaScriptで動的に設定される */
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

.slide-content {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  padding: calc(10vw + env(safe-area-inset-top, 0px)) 10vw
    calc(10vw + env(safe-area-inset-bottom, 0px));
  z-index: 999999999;
  display: none;
}

@supports (height: 100dvh) {
  .slide-content {
    height: 100dvh;
  }
}

@media (max-width: 1024px) {
  .slide-content {
    top: 0;
    bottom: calc(0px - env(safe-area-inset-bottom, 0px));
    height: auto;
  }
}

.member-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.member-detail-img {
  width: 40%;
  height: 100%;
}

.member-detail-text {
  width: 50%;
  height: 100%;
  text-align: left;
  padding: 20px;
}

.member-detail-text h2 {
  font-size: 1.8em;
}

.member-detail-text h3 {
  font-size: 1.4em;
}

.member-detail-text h4 {
  font-size: 1em;
  margin-top: 5px;
  color: #707679;
}

.member-detail-text p {
  font-size: 0.8em;
  margin-top: 30px;
  text-align: left;
}

.slide.open {
  display: flex;
  flex-direction: column;
}

.slide-content.active {
  display: block;
}

.slide-container.open {
  transform: translateX(-90vw);
  /* スライドイン */
}

.slide-container:not(.open) {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  /* スライドアウトを滑らかに */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.75);
  border: none !important;
  cursor: pointer;
  color: black;
  width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: none;
}

.close-btn svg {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

.close-btn svg line {
  stroke-width: 7;
}

.close-btn:hover,
.close-btn:focus {
  background: rgba(255, 255, 255, 0.85) !important;
  color: black !important;
  width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  border: none !important;
  border-radius: 50% !important;
}

.close-btn:hover svg,
.close-btn:focus svg {
  transform: rotate(90deg);
  opacity: 1;
}

/* 1. オーバーレイを作成（最初は透明） */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  /* 🔥 ここで暗さ調整（0.5 = 50%） */
  opacity: 0;
  /* 🔥 初期状態は透明 */
  visibility: hidden;
  /* 非表示にする */
  transition: opacity 0.3s ease-in-out;
  z-index: 9998;
  /* スライドインの下に配置 */
}

@supports (height: 100dvh) {
  .overlay {
    height: 100dvh;
  }
}

@media (max-width: 1024px) {
  .overlay {
    top: 0;
    /* heightはJavaScriptで動的に設定される */
    box-sizing: border-box;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
}

/*  スライドイン時にオーバーレイを表示 */
.overlay.active {
  opacity: 1;
  /* 🔥 背景を暗くする */
  visibility: visible;
}

/*ww202506*/
button.fancybox-button {
  border: none;
  letter-spacing: 0;
  text-indent: 0;
}

button:hover .fancybox-button {
  border: none;
}

.fancybox-button:hover {
  background: none;
  border: none;
}

.fancybox-button:active {
  background: none;
  border: none;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #fff !important;
}

.members .fancybox-bg {
  background-color: #fff !important;
  opacity: 0.9 !important;
}

.members .fancybox-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: none;
}

.members .fancybox-button {
  color: #fff !important;
  background: var(--color-blue) !important;
  font-size: unset;
}

.members .fancybox-button:hover {
  background: #60738a !important;
  border: none !important;
  width: auto;
  max-width: none;
}

.members .fancybox-navigation .fancybox-button {
  background: none !important;
}

.members .fancybox-navigation .fancybox-button div {
  background: var(--color-blue) !important;
}

.members .fancybox-navigation .fancybox-button div:hover {
  background: #60738a !important;
  margin: unset;
}

.members-category {
  font-size: 2em;
  color: var(--color-blue);
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, var(--color-blue) 26px, #ddd 26px) 1;
}

.font-outfit {
  font-family: "Outfit", sans-serif;
}

.member-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.member-card::after {
  content: "";
  display: block;
  width: 30%;
}

.member-card li {
  width: 30%;
  margin-bottom: 4%;
}

.member-card li .photo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease;
  padding-top: 100%;
  margin-bottom: 1em;
  background: #000;
  box-shadow: 7px 7px 20px -5px rgba(0, 0, 0, 0.3);
}

.member-card li .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transform-origin: center;
  object-fit: cover;
  object-position: center top;
}

.member-card li .photo img.noimage {
  object-position: center;
}

.member-card li .photo a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.members-name {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
}

.members-name-en {
  font-size: 0.9em;
  font-weight: 500;
}

.members-position {
  margin-top: 0.25em;
  font-size: 0.9em;
  font-weight: 500;
  color: #777;
}

.members-popup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: calc(5% + 1em) 0;
}

.members-popup-photo {
  width: 40%;
}

.members-popup-text {
  width: 52%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.members-popup-text .members-name {
  font-size: 2em;
  font-weight: 600;
}

.members-popup-text .members-name-en {
  font-size: 1.15em;
  font-weight: 600;
}

.members-popup-text .members-position {
  font-size: 1em;
}

.members-popup-text .about-text {
  margin-top: 2em;
  font-size: 0.95em;
}

.members-sns {
  display: flex;
  margin-top: 1.25em;
}

.members-sns a {
  margin: 10px;
  width: 60px;
  height: 60px;
  padding: 5px;
  border-radius: 100%;
  border: 2px solid var(--color-blue);
  background: var(--color-blue);
  overflow: hidden;
  transition: 0.3s;
}

.members-sns a:first-child {
  margin-left: 0;
}

.members-sns a:last-child {
  margin-right: 0;
}

.members-sns a img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  transition: 0.3s ease;
}

.members-sns a:hover {
  background: none;
}

.members-sns a:hover img {
  filter: none;
}

@media (max-width: 1600px) {
  .members-popup {
    padding: calc(5% + 1em) 5%;
  }

  .members-popup-text {
    width: 53%;
  }
}

@media (max-width: 1365px) {
  .member-card::after {
    content: "";
    display: block;
    width: 31%;
  }

  .member-card li {
    width: 31%;
    margin-bottom: 3.5%;
    font-size: 0.95em;
  }
}

@media (max-width: 1152px) {
  .member-card::after {
    display: none;
  }

  .member-card li {
    width: 46%;
    margin-bottom: 5%;
    font-size: 1em;
  }

  .members-popup-text {
    font-size: 0.95em;
  }
}

@media (max-width: 960px) {
  .members-category {
    font-size: 1.8em;
  }

  .member-card li {
    margin-bottom: 6%;
  }

  .members-popup {
    padding: 5% 0.5em;
  }

  .members-popup-photo,
  .members-popup-text {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }

  .members-popup-photo {
    margin-bottom: 2em;
  }

  .members-popup-text {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .member-card li {
    width: 47%;
    margin-bottom: 7%;
  }

  .members-popup-photo {
    margin-bottom: 1em;
  }

  .members-position {
    margin-top: 0.15em;
    font-size: 0.85em;
  }
}

@media (max-width: 640px) {
  .members-category {
    font-size: 1.6em;
    margin-bottom: 1.25em;
  }

  .member-card li {
    width: 47.5%;
    font-size: 0.95em;
  }

  .member-card li .photo {
    box-shadow: 3px 3px 10px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.75em;
  }

  .members-popup {
    padding: 5% 0.5em;
  }

  .members-popup-photo {
    margin-bottom: 0.75em;
  }

  .members-popup-text .members-name {
    font-size: 1.8em;
  }

  .members-popup-text .members-name-en {
    font-size: 1.05em;
  }

  .members-sns a {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .members-category {
    font-size: 1.4em;
    margin-bottom: 1em;
  }

  .member-card li {
    font-size: 0.9em;
  }

  .members-popup {
    padding: 5% 0;
  }

  .members-popup-text {
    font-size: 0.95em;
  }

  .members-popup-text .members-name {
    font-size: 1.7em;
  }

  .members-popup-text .font-s {
    letter-spacing: 0 !important;
  }
}

/* Team section - member name typograhy */
#forte .member-column h3 {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 500;
}

#forte .member-column .member-name-en {
  font-size: 0.8em;
  margin-top: 0em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#forte .member-column h5 {
  font-size: 0.8em;
  margin-top: 0em;
  color: #525252;
}
#forte .member-detail-text h2 {
  font-size: 2em;
}

#forte .member-detail-text h3 {
  font-size: 1.25em;
  margin-top: 0.6em;
}

#forte .member-detail-text h4 {
  font-size: 1.1em;
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .member-list {
    gap: 3%;
  }

  .member-list li {
    width: calc(50% - 1.5%);
    max-width: calc(50% - 1.5%);
    min-width: calc(50% - 1.5%);
  }
}

@media (max-width: 480px) {
  .member-list {
    gap: 3%;
  }

  .member-list li {
    width: calc(50% - 1.5%);
    max-width: calc(50% - 1.5%);
    min-width: calc(50% - 1.5%);
  }
}

@media (max-width: 768px) {
  .slide-container {
    right: -100vw;
    width: 100vw;
  }

  .slide-container.open {
    transform: translateX(-100vw);
  }

  .slide-content {
    padding: 12vw 8vw;
    overflow-y: auto;
  }

  .member-detail {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    height: auto;
  }

  .member-detail-img {
    width: 100%;
    height: auto;
  }

  .member-detail-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .member-detail-text {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
  }

  #forte .member-detail-text h2 {
    font-size: 1.8em;
  }

  #forte .member-detail-text h3 {
    font-size: 1.2em;
    margin-top: 0.5em;
  }

  #forte .member-detail-text h4 {
    font-size: 1em;
    margin-top: 0.4em;
  }

  #forte .member-detail-text p {
    margin-top: 1.2em;
    text-align: left;
  }

  .close-btn {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000000000;
    border: none !important;
  }

  .close-btn svg {
    width: 24px;
    height: 24px;
  }

  .close-btn svg line {
    stroke-width: 5;
  }

  .close-btn:hover,
  .close-btn:focus {
    width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: none !important;
  }
}

.gradient-primary-bg {
  background: var(--gradient-primary);
  color: #fff;
}

.gradient-primary-bg:hover,
.gradient-primary-bg:focus {
  color: #fff;
}

.gradient-primary-text {
  display: inline-block;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

a.pageup.gradient-primary {
  border-color: transparent !important;
  border-image-source: var(--gradient-primary);
  border-image-slice: 1;
  border-image-repeat: stretch;
  color: transparent !important;
  background: none;
}

a.pageup.gradient-primary span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

a.pageup.gradient-primary:before {
  border: 0;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-image-source: var(--gradient-primary);
  border-image-slice: 1;
  border-image-repeat: stretch;
  background: none;
}

.consulting-cases__inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.consulting-cases .inner_wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.consulting-cases .blog_list {
  padding-left: 0;
}

.consulting-hero.has-slider {
  background: none;
}

.consulting-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.consulting-hero__slider {
  position: absolute;
  inset: 0;
  display: block;
}

.consulting-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 3s ease;
  will-change: opacity;
  pointer-events: none;
}

.consulting-hero__slide.is-active {
  opacity: 1;
}

.consulting-hero__media-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
}

.consulting-hero__slide-image .consulting-hero__media-el {
  animation: consultingHeroZoom 7s ease forwards;
  animation-play-state: paused;
}

.consulting-hero__slide-image.is-active .consulting-hero__media-el {
  animation-play-state: running;
}

.consulting-hero__slide-video video {
  opacity: 0;
  transition: opacity 3s ease;
}

.consulting-hero__slide-video.is-active video {
  opacity: 1;
}

.consulting-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-top: clamp(8rem, 14vh, 12rem);
}

@keyframes consultingHeroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.tab_btn.large a {
  min-width: 280px;
  font-size: 1.05em;
  padding: 15px 45px;
}

.tab_btn a.gradient-outline {
  background: #fff;
  border-color: transparent;
  border-image-source: var(--gradient-primary);
  border-image-slice: 1;
  border-image-repeat: stretch;
  color: inherit;
  box-shadow: none;
}

.tab_btn a.gradient-outline:hover {
  background: #fff;
  border-image-source: var(--gradient-primary);
  color: inherit;
  box-shadow: none;
}

.single-newsletter .tab_btn a.gradient-outline,
.single-case_study .tab_btn a.gradient-outline {
  color: var(--color--shuiro);
  border: 1px solid var(--color--shuiro);
  border-image: none;
  background: transparent;
}

.single-newsletter .tab_btn a,
.single-case_study .tab_btn a {
  border-radius: 0;
}

.single-newsletter .tab_btn a.gradient-outline .gradient-primary-text,
.single-case_study .tab_btn a.gradient-outline .gradient-primary-text {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: var(--color--shuiro);
  color: var(--color--shuiro);
}

.single-newsletter .tab_btn a.gradient-outline:hover,
.single-case_study .tab_btn a.gradient-outline:hover {
  border-color: transparent;
  border-image-source: var(--gradient-primary);
  border-image-slice: 1;
  border-image-repeat: stretch;
  background: transparent;
  color: var(--color--shuiro);
}

.single-newsletter .tab_btn a.gradient-outline:hover .gradient-primary-text,
.single-case_study .tab_btn a.gradient-outline:hover .gradient-primary-text {
  color: var(--color--shuiro);
}

@supports (-webkit-background-clip: text) {
  .single-newsletter .tab_btn a.gradient-outline:hover,
  .single-case_study .tab_btn a.gradient-outline:hover {
    color: transparent;
  }

  .single-newsletter .tab_btn a.gradient-outline:hover .gradient-primary-text,
  .single-case_study .tab_btn a.gradient-outline:hover .gradient-primary-text {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.tab_btn.full a {
  display: block;
  width: 100%;
  margin: 5px auto;
}

.more-link a:hover {
  color: var(--color--shuiro);
}

.more-link a:hover:before {
  width: 200px;
  background: var(--color--shuiro);
}

.more-link a.gradient-hover-link {
  color: #000;
}

.more-link a.gradient-hover-link::before {
  background: #000;
}

.more-link a.gradient-hover-link:hover {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.more-link a.gradient-hover-link:hover::before {
  width: 200px;
  background: var(--gradient-primary);
}

@media (max-width: 640px) {
  .more-link a {
    font-size: 1.4em;
  }
}

.more-link a.gradient-hover-link:hover {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.company-name {
  font-size: 0.8em;
  letter-spacing: 0.025em;
  color: var(--color--shuiro);
}

.gradient-hover-card:hover .detail .newsTitle,
.gradient-hover-card:hover .detail .company-name,
.gradient-hover-card:hover .detail .category,
.gradient-hover-card:focus-within .detail .newsTitle,
.gradient-hover-card:focus-within .detail .company-name,
.gradient-hover-card:focus-within .detail .category {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gradient-hover-card:hover .detail .category,
.gradient-hover-card:focus-within .detail .category {
  border-color: transparent;
  position: relative;
}

.gradient-hover-card:hover .detail .category::after,
.gradient-hover-card:focus-within .detail .category::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
}

/* ==========================================================================
   Case Study Single Hero
   ========================================================================== */
.case-study-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #0b111a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  padding: var(--safe-area-top) 0 var(--safe-area-bottom);
}

.case-study-hero.no-image {
  background-image: linear-gradient(
    140deg,
    rgba(15, 24, 38, 0.95),
    rgba(5, 8, 13, 0.85)
  );
}

.case-study-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 15, 24, 0.25) 0%,
    rgba(8, 15, 24, 0.65) 65%,
    rgba(8, 15, 24, 0.88) 100%
  );
  pointer-events: none;
}

.case-study-hero__inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) clamp(2rem, 8vw, 6rem) clamp(4rem, 9vw, 7rem);
  box-sizing: border-box;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .case-study-hero__inner {
    padding-left: clamp(5rem, 12vw, 14rem);
    padding-right: clamp(2rem, 8vw, 6rem);
  }
}

.case-study-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.case-study-hero__category {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.case-study-hero__title {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.case-study-hero__company {
  margin-top: 0.85rem;
  margin-bottom: 0;
  font-size: clamp(1.125rem, 2.6vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.82);
}

body.case-study-hero-page .page-header {
  display: none;
}

body.case-study-hero-page .main-content,
body.case-study-hero-page .content-area.full-width,
body.case-study-hero-page .site-content {
  padding-top: 0;
}

body.case-study-hero-page #primary.content-area.full-width {
  padding: 0;
}

body.case-study-hero-page .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.5s ease;
  z-index: 50;
}

body.case-study-hero-page .site-header:not(.fixed-header) .header-main {
  padding-top: calc(clamp(2rem, 6vw, 3.75rem) + var(--safe-area-top));
  padding-bottom: calc(clamp(1.75rem, 5vw, 3.25rem) + var(--safe-area-bottom));
}

body.case-study-hero-page .site-header:not(.fixed-header) .menu-wrap a {
  color: #ffffff;
}

body.case-study-hero-page .site-header:not(.fixed-header) .menu-wrap a::after {
  background-color: #ffffff;
}

body.case-study-hero-page .site-header:not(.fixed-header) .menu-wrap a:hover,
body.case-study-hero-page .site-header:not(.fixed-header) .menu-wrap a:focus {
  color: var(--color--shuiro);
}

body.case-study-hero-page .site-header:not(.fixed-header) .site-title img {
  filter: brightness(0) invert(1);
}

body.case-study-hero-page .openbtn span {
  background: #ffffff;
}

body.case-study-hero-page .openbtn {
  transition: transform 0.5s ease;
}

body.case-study-hero-page .openbtn.fixed-header span {
  background: #111;
}

body.case-study-hero-page .openbtn.active span {
  background: var(--color-blue);
}

body.case-study-hero-page .site-header.fixed-header {
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

body.case-study-hero-page .site-header.fixed-header.is-hidden {
  transform: translateY(-110%);
  box-shadow: none;
}

body.case-study-hero-page .site-header:not(.is-hidden) {
  transform: translateY(0);
}

body.case-study-hero-page .openbtn.fixed-header.is-hidden {
  transform: translateY(-140%);
}

body.case-study-hero-page .openbtn:not(.is-hidden) {
  transform: translateY(0);
}

body.case-study-hero-page .site-header.fixed-header .menu-wrap a {
  color: inherit;
}

body.case-study-hero-page .site-header.fixed-header .menu-wrap a::after {
  background-color: currentColor;
}

body.case-study-hero-page .site-header.fixed-header .site-title img {
  filter: none;
}

@media screen and (max-width: 767px) {
  .case-study-hero {
    min-height: 60vh;
    min-height: calc(var(--vh, 1vh) * 60);
    height: 60vh;
    height: calc(var(--vh, 1vh) * 60);
  }

  .case-study-hero__inner {
    padding: clamp(2.5rem, 12vw, 4.5rem) clamp(1.5rem, 9vw, 3.25rem)
      clamp(3rem, 12vw, 5rem);
  }

  .case-study-hero__title {
    font-size: clamp(2rem, 8vw, 2.75rem);
    letter-spacing: 0.02em;
  }

  .case-study-hero-page .inner_wrap.middle {
    padding-left: clamp(1.5rem, 6vw, 2.5rem);
    padding-right: clamp(1.5rem, 6vw, 2.5rem);
    box-sizing: border-box;
  }
}

.blog_list .detail .newsTitle,
.blog_list .detail .company-name,
.blog_list .detail .category {
  position: relative;
  transition: color 0.18s ease, border-color 0.18s ease,
    -webkit-text-fill-color 0.18s ease;
}

.gradient-hover-card .detail .newsTitle,
.gradient-hover-card .detail .company-name,
.gradient-hover-card .detail .category,
.gradient-hover-card .detail .date {
  position: relative;
  transition: color 0.18s ease, border-color 0.18s ease,
    -webkit-text-fill-color 0.18s ease;
}

.gradient-hover-card:hover .detail .newsTitle,
.gradient-hover-card:hover .detail .company-name,
.gradient-hover-card:hover .detail .category,
.gradient-hover-card:hover .detail .date,
.gradient-hover-card:focus-within .detail .newsTitle,
.gradient-hover-card:focus-within .detail .company-name,
.gradient-hover-card:focus-within .detail .category,
.gradient-hover-card:focus-within .detail .date {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gradient-hover-card:hover .detail .category,
.gradient-hover-card:focus-within .detail .category {
  border-color: transparent;
  position: relative;
}

.gradient-hover-card:hover .detail .category::after,
.gradient-hover-card:focus-within .detail .category::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
  pointer-events: none;
}
