@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

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

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

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

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

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

/* ゴシック */
/* 明朝体 */
/* 英語 */
/*theme color*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #323638;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(14px, 0.833vw);
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.open {
    overflow: hidden;
    height: 100%; }

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: calc(100vw / 70); } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: inline; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.brsp {
      display: inline; } }

@media screen and (max-width: 767px) {
  br.brpc {
    display: none; } }

.inner {
  margin: 0 auto;
  padding: 0 3.75rem;
  width: min(100%, 1560px); }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0; } }

section {
  position: relative;
  padding: 7.5rem 0; }
  @media screen and (max-width: 767px) {
    section {
      padding: 2.5rem 0; } }

a.btn-link, span.btn-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  padding: 0 1em;
  /*height: 78px;
  line-height: 78px;*/
  height: 4.0625vw;
  line-height: 4.0625vw;
  width: max(370px, 19.3vw);
  color: #fff;
  font-size: max(0.9em, 1.18vw);
  font-weight: bold;
  text-align: center;
  background: #D90023;
  border: 2px solid #D90023;
  transition: .3s;
  z-index: 1;
  letter-spacing: 0.2em; }
  a.btn-link::before, span.btn-link::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #323638;
    transition: .3s;
    z-index: -1; }
  a.btn-link:after, span.btn-link:after {
    content: "";
    height: 8px;
    width: 65px;
    background: url(../img/arrow.svg) 0 0 no-repeat; }
  a.btn-link:hover, span.btn-link:hover {
    color: white;
    transition: .3s; }
    a.btn-link:hover::before, span.btn-link:hover::before {
      width: 100%;
      transition: .3s; }
  @media screen and (max-width: 767px) {
    a.btn-link, span.btn-link {
      width: 54vw;
      height: 11.4vw;
      font-size: 3.33vw; }
      a.btn-link::after, span.btn-link::after {
        width: 37px;
        height: 5px; } }

a {
  color: #323638;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    color: #D90023;
    transition: .2s; }
    a:hover img {
      opacity: .85;
      transition: .2s; }

@media screen and (max-width: 767px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 767px) {
  .spnone {
    display: none; } }
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*ul_works*/
.ul_works {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4vw; }
  .ul_works li {
    flex: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      .ul_works li {
        flex: none;
        width: 100%;
        margin: 0 0 11.54vw; } }
    .ul_works li.is-hidden {
      height: 0;
      padding: 0;
      margin: 0;
      opacity: 0;
      transition: .3s; }
    .ul_works li .txt .postname {
      font-size: 3.75vw;
      font-weight: 900;
      letter-spacing: 0;
      color: #D90023;
      margin: 0;
      padding: 0;
      position: absolute;
      left: -0.4em;
      top: -0.66em;
      line-height: 1em; }
      @media screen and (max-width: 767px) {
        .ul_works li .txt .postname {
          font-size: 11.28vw; } }
    .ul_works li .txt a .title {
      font-size: max(0.9375vw, 14px);
      letter-spacing: 0.1em;
      margin: 0.75vw 1.1vw 0.65vw; }
      @media screen and (max-width: 767px) {
        .ul_works li .txt a .title {
          margin: 1em 0 0.5em; } }
    .ul_works li .txt .tags {
      display: flex;
      flex-wrap: wrap;
      font-size: max(0.73vw, 14px);
      gap: 0.35em 2em;
      margin: 0 1.1vw; }
      @media screen and (max-width: 767px) {
        .ul_works li .txt .tags {
          margin: 0; } }
      .ul_works li .txt .tags a {
        position: relative;
        padding-left: 0.75em;
        line-height: 1.4em; }
        .ul_works li .txt .tags a::before {
          content: '#';
          position: absolute;
          left: 0;
          top: 0;
          width: 0.75em;
          height: 1.4em;
          line-height: 1.4em;
          color: #D90023; }

/*sns*/
ul.sns-nav__ul {
  display: flex;
  margin: 0;
  gap: 1.35vw;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    ul.sns-nav__ul {
      gap: 15px; } }
  ul.sns-nav__ul li {
    list-style: none;
    margin: 0; }
    ul.sns-nav__ul li a {
      display: block;
      width: auto;
      height: 1em;
      line-height: 1em;
      text-align: center;
      color: #fff;
      font-size: 50px;
      /*sns*/
      /*fb*/
      /*tw*/
      /*insta*/
      /*fb*/ }
      @media screen and (max-width: 767px) {
        ul.sns-nav__ul li a {
          font-size: 32px; } }
      ul.sns-nav__ul li a.fb {
        /*background: #3c5998;*/ }
      ul.sns-nav__ul li a.tw {
        /*background: #1DA1F2;*/ }
      ul.sns-nav__ul li a.in {
        /*position: relative;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden;
        
        &::before {
            content: '';
            position: absolute;
            top: 11px;
            left: -9px;
            width: 28px;
            height: 28px;
            background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
            background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
        }
        i {
            position: relative;
            z-index: 2;
        }*/ }
      ul.sns-nav__ul li a.yt {
        /*background: #cd201f;*/ }

/*flex*/
ul.ul-flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    ul.ul-flex {
      display: block; } }
  ul.ul-flex li {
    width: calc((100% / 3) - 1.5rem);
    margin-right: 2.25rem;
    margin-bottom: 2.25rem; }
    @media screen and (max-width: 767px) {
      ul.ul-flex li {
        width: 100%;
        margin-right: 0; } }
    ul.ul-flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul-flex li a {
      display: block; }
      ul.ul-flex li a div.img {
        position: relative;
        width: 100%;
        aspect-ratio: 3/2;
        overflow: hidden; }
        ul.ul-flex li a div.img img {
          display: block;
          width: 100%;
          vertical-align: bottom;
          object-fit: cover;
          transform: scale(1);
          transition: .5s ease-in-out; }
      ul.ul-flex li a div.txt div.title {
        margin-top: 1em;
        font-weight: bold;
        line-height: 1.5; }
      ul.ul-flex li a div.txt div.date {
        padding-top: .75em; }
        ul.ul-flex li a div.txt div.date time {
          font-size: .9em; }
      ul.ul-flex li a:hover div.img img {
        opacity: 1;
        transform: scale(1.15);
        transition: .5s ease-in-out; }

/*news_txt*/
ul.ul_newstxt li {
  border-top: 1px dotted #222; }
  @media screen and (max-width: 767px) {
    ul.ul_newstxt li {
      display: block; } }
  ul.ul_newstxt li:last-child {
    border-bottom: 1px dotted #222; }
  ul.ul_newstxt li a {
    display: flex;
    padding: 1.5em;
    transition: .2s; }
    ul.ul_newstxt li a:hover {
      color: #D90023;
      background: #f5f4ef;
      transition: .2s; }
    ul.ul_newstxt li a div.date {
      width: 11.25rem; }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.date {
          font-size: .8em;
          width: 100%; } }
    ul.ul_newstxt li a div.title {
      width: calc(100% - 11.25rem); }
      @media screen and (max-width: 767px) {
        ul.ul_newstxt li a div.title {
          margin-top: .5em;
          width: 100%; } }

/*追従コンタクト*/
.top-visual_contact {
  position: fixed;
  top: 39vw;
  right: 0;
  z-index: 99999; }
  @media screen and (max-width: 767px) {
    .top-visual_contact {
      top: auto;
      bottom: 4vw;
      right: 0; } }
  .top-visual_contact a {
    position: relative;
    display: block;
    z-index: 2; }
    .top-visual_contact a img {
      width: 10.74vw;
      position: absolute;
      left: -3.65vw;
      top: -2.2vw;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .top-visual_contact a img {
          width: 24.9vw;
          left: -8.33vw;
          z-index: 999999; } }
    .top-visual_contact a span {
      /*height: 87px;
      line-height: 87px;*/
      height: 4.5vw;
      line-height: calc(4.5vw - 4px);
      color: white;
      background: #D90023;
      width: 19vw;
      display: block;
      font-size: 1.15vw;
      font-weight: bold;
      letter-spacing: 0.1em;
      padding: 0 0 0 1.56vw;
      border: 2px solid #D90023;
      position: relative;
      transition: .3s;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .top-visual_contact a span {
          width: 31.13vw;
          height: 12.82vw;
          font-size: 3.08vw;
          line-height: 1.33em;
          text-align: right;
          border-radius: 8px 0 0 0;
          padding: 1.7vw 4.25vw 0 0;
          letter-spacing: 0; } }
      .top-visual_contact a span::before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #323638;
        transition: .3s;
        z-index: -1; }
      .top-visual_contact a span:hover {
        color: white;
        transition: .3s; }
        .top-visual_contact a span:hover::before {
          width: 100%;
          transition: .3s; }
    .top-visual_contact a:hover img {
      opacity: 1; }
  @media screen and (min-width: 767px) {
    .top-visual_contact.sub_side_contact {
      transform: scale(0.75);
      transform-origin: right bottom;
      top: auto;
      bottom: 0; } }

/*googlemap*/
.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%; }

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*blockcontents*/
div.single_content {
  padding-bottom: 3.75rem;
  font-size: 1.1em;
  line-height: 1.6;
  word-break: break-all; }
  @media screen and (max-width: 767px) {
    div.single_content {
      padding-bottom: 1.875rem;
      font-size: 1em;
      line-height: 1.5; } }
  div.single_content a:not(.wp-block-button__link) {
    text-decoration: underline;
    transition: .2s; }
    div.single_content a:not(.wp-block-button__link):hover {
      background: white;
      transition: .2s; }
  div.single_content ul {
    padding-left: 1.5em; }
  div.single_content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    div.single_content table tr th {
      padding-bottom: .25em;
      border-bottom: 2px solid #333; }
  div.single_content figure {
    margin: auto; }
  div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    width: 100%; }
    @media screen and (max-width: 767px) {
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
        gap: 1rem; } }
    div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
      width: calc(50% - 1rem);
      flex-wrap: wrap;
      border: 1px solid #D90023; }
      @media screen and (max-width: 767px) {
        div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
          width: 100%; } }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li a {
        text-decoration: none;
        padding: 1rem 1.25rem;
        display: block;
        width: 100%; }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu {
        position: static;
        height: auto;
        width: 100%;
        max-width: 100%;
        visibility: inherit;
        opacity: 1;
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        transition: none;
        gap: 0;
        flex-direction: row;
        border-top: 1px dashed #D90023; }
        div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li {
          width: 50%; }
          div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li a {
            border-left: 1px dashed #D90023; }
          div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child a {
            border-left: none; }
      div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li.has-child:hover ul.wp-block-navigation-submenu {
        width: 100%; }

/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: .2s;
  /*fix*/ }
  header.header div.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0 7vw;
    margin: 0;
    background-color: #fff;
    transition: .2s;
    /*height: 162px;*/
    height: max(8.4375vw, 74px);
    border-bottom: 1px solid #323638; }
    header.header div.headerflex div.left h1 {
      margin: 0; }
      header.header div.headerflex div.left h1 a {
        display: block; }
        header.header div.headerflex div.left h1 a img {
          display: block;
          vertical-align: bottom;
          /*height: 95px;*/
          height: max(5vw, 44px);
          width: auto; }
    header.header div.headerflex div.right {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 767px) {
        header.header div.headerflex div.right {
          display: none; } }
      header.header div.headerflex div.right nav.gnav > ul {
        display: flex;
        justify-content: flex-end;
        gap: 3.6vw; }
        header.header div.headerflex div.right nav.gnav > ul > li {
          /*drop*/ }
          header.header div.headerflex div.right nav.gnav > ul > li:hover > span {
            color: #D90023; }
          header.header div.headerflex div.right nav.gnav > ul > li > a:hover, header.header div.headerflex div.right nav.gnav > ul > li > span:hover {
            color: #D90023; }
          header.header div.headerflex div.right nav.gnav > ul > li > a {
            letter-spacing: 0.2em;
            font-weight: 500;
            font-size: 1.17vw;
            text-align: center;
            line-height: 1em; }
            header.header div.headerflex div.right nav.gnav > ul > li > a > span {
              display: block;
              color: #D90023;
              font-family: "Jost", sans-serif;
              font-size: 0.73vw;
              font-weight: 700;
              letter-spacing: 0; }
          header.header div.headerflex div.right nav.gnav > ul > li.drop {
            position: relative; }
            header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain {
              width: 180px;
              position: absolute;
              z-index: 2;
              left: 50%;
              margin-left: -90px;
              top: -400px;
              padding-top: 16px;
              background: transparent;
              transition: none; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut {
                width: 180px;
                position: relative;
                margin-top: 0px;
                opacity: 0;
                box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
                transition: all .1s ease-out; }
                header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul {
                  background: #fff; }
                  header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li {
                    color: #777;
                    transition: background .1s ease-out; }
                    header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li:hover {
                      background: #D90023; }
                    header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a {
                      display: block;
                      padding: 16px 0;
                      width: 100%;
                      text-align: center; }
                      header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a:hover {
                        color: #fff; }
            header.header div.headerflex div.right nav.gnav > ul > li.drop:hover {
              transition: 0; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropdownContain {
                top: 14px; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .underline {
                border-bottom-color: #777; }
              header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropOut {
                opacity: 1;
                margin-top: 8px; }
      header.header div.headerflex div.right nav.sns-nav {
        margin-left: 1.875rem;
        text-align: right; }
  header.header.is_fixed {
    transition: .2s; }
    header.header.is_fixed div.headerflex {
      height: 5vw; }
      @media screen and (max-width: 767px) {
        header.header.is_fixed div.headerflex {
          height: 74px; } }
      header.header.is_fixed div.headerflex div.left h1 a img {
        height: 3.2vw; }
        @media screen and (max-width: 767px) {
          header.header.is_fixed div.headerflex div.left h1 a img {
            height: 44px; } }

/*hamburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 74px;
  height: 73px;
  z-index: 10000;
  display: none;
  background: #D90023; }
  @media screen and (max-width: 767px) {
    .hamburger {
      display: block; } }
  .hamburger span {
    position: absolute;
    left: calc(50% - 12.5px);
    width: 25px;
    height: 3.5px;
    background-color: white; }
    .hamburger span:nth-of-type(1) {
      top: 24px; }
    .hamburger span:nth-of-type(2) {
      top: calc(50% - 1.75px); }
    .hamburger span:nth-of-type(3) {
      bottom: 24px; }
  .hamburger.active {
    position: fixed; }
    .hamburger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .hamburger.active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      -webkit-animation: active-menu-bar02 .8s forwards;
      animation: active-menu-bar02 .8s forwards; }
    .hamburger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-11px) rotate(45deg);
      transform: translateY(-11px) rotate(45deg); }

/* ヘッダーがis_fixedしたら */
header.is_fixed + .hamburger {
  /*top: 36px;*/ }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
.navigation {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  transition: .8s;
  z-index: 0; }
  .navigation::before {
    content: '';
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.01);
    transition: .8s;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); }
  .navigation.open {
    opacity: 1;
    transition: .6s;
    z-index: 9999; }
    .navigation.open::before {
      width: 100%;
      transition: .6s;
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      background: rgba(50, 54, 56, 0.88); }
  .navigation .navigation__inner {
    z-index: 1;
    width: calc(100% - 100px);
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .navigation .navigation__inner {
        max-width: 850px; } }
    @media screen and (max-width: 1024px) {
      .navigation .navigation__inner {
        max-width: 400px;
        flex-direction: column-reverse; } }
    @media screen and (max-width: 428px) {
      .navigation .navigation__inner {
        width: calc(100% - 90px); } }
    .navigation .navigation__inner .left {
      border-right: 1px solid #000;
      width: 40%;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .navigation .navigation__inner .left {
          width: 100%;
          border-right: none;
          border-top: 1px solid white;
          padding: 2.5em 0 0; } }
      .navigation .navigation__inner .left .navigation__logo a {
        display: flex;
        align-items: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 1024px) {
          .navigation .navigation__inner .left .navigation__logo a {
            margin-bottom: 0; } }
        .navigation .navigation__inner .left .navigation__logo a img {
          width: 200px; }
          @media screen and (max-width: 1024px) {
            .navigation .navigation__inner .left .navigation__logo a img {
              position: absolute;
              top: 0;
              left: 0;
              width: auto;
              height: 40px; } }
      .navigation .navigation__inner .left .navigation__logo .navigation__read {
        margin: 0 0 1em; }
        .navigation .navigation__inner .left .navigation__logo .navigation__read p {
          color: white;
          margin: 0;
          font-weight: bold; }
          .navigation .navigation__inner .left .navigation__logo .navigation__read p span {
            color: #D90023; }
      .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul {
        display: flex;
        margin: 0 0 1em 0; }
        .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li {
          margin-right: 2em;
          position: relative; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li::after {
            content: '';
            width: 1px;
            height: 14px;
            background: #000;
            display: block;
            position: absolute;
            top: 8px;
            right: -1em; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li:last-child {
            margin-right: 0; }
            .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li:last-child::after {
              display: none; }
          .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li a {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            color: white; }
            @media screen and (max-width: 428px) {
              .navigation .navigation__inner .left .navigation__nav nav.navigation__sub ul li a {
                font-size: 12px;
                height: 26px;
                line-height: 26px; } }
      .navigation .navigation__inner .left .navigation__nav nav.navigation__sns ul {
        justify-content: flex-start; }
      .navigation .navigation__inner .left .navigation__nav .navigation__copy {
        font-size: 10px;
        width: 100%;
        margin: 20px 0 0 0;
        color: white;
        letter-spacing: 0; }
        @media screen and (max-width: 1024px) {
          .navigation .navigation__inner .left .navigation__nav .navigation__copy {
            font-size: 8px; } }
    .navigation .navigation__inner .right {
      width: 60%;
      padding: 0 0 0 3em; }
      @media screen and (max-width: 1024px) {
        .navigation .navigation__inner .right {
          width: 100%;
          padding: calc(40px + 2.5em) 0 2.5em; } }
      .navigation .navigation__inner .right nav.gnav > ul {
        margin: 0;
        padding: 0; }
        .navigation .navigation__inner .right nav.gnav > ul > li {
          margin-bottom: 3rem; }
          @media screen and (max-width: 1024px) {
            .navigation .navigation__inner .right nav.gnav > ul > li {
              margin-bottom: 1rem; } }
          .navigation .navigation__inner .right nav.gnav > ul > li:last-child {
            margin-bottom: 0; }
          .navigation .navigation__inner .right nav.gnav > ul > li a {
            display: flex;
            gap: 0.5em;
            padding: 0;
            font-weight: bold;
            font-size: 1.3rem;
            font-family: "Jost", sans-serif;
            line-height: 1em;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: white; }
          .navigation .navigation__inner .right nav.gnav > ul > li span {
            display: inline-block;
            margin-bottom: .25em;
            font-size: 10px;
            color: #D90023;
            opacity: .9;
            font-family: "Jost", sans-serif;
            font-weight: bold;
            letter-spacing: 0.1em; }
          .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
            display: flex;
            flex-wrap: wrap;
            margin: 0.5em 0 1.5rem;
            list-style: none;
            padding: 0; }
            @media screen and (max-width: 1024px) {
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
                margin: 0.5em 0 1rem; } }
            .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li {
              margin-right: 1.25em;
              list-style: none;
              padding: 0.5em 0 0.5em 0;
              display: flex;
              align-items: center; }
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li::before {
                content: '';
                width: 1.25em;
                height: 1px;
                display: inline-block;
                background: #fff;
                margin-right: 0.5em; }
              .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
                font-size: 0.85rem;
                font-family: "Jost", sans-serif; }
                @media screen and (max-width: 1024px) {
                  .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
                    font-size: 12px; } }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  position: relative;
  padding: max(52px, 2.7vw) 30px;
  color: #fff;
  background: #323638;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    footer {
      padding-left: 10.25vw;
      padding-right: 10.25vw;
      padding-bottom: 9.75vw;
      position: relative; } }
  footer div.footer-flex {
    display: flex;
    width: max(55.4vw);
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      footer div.footer-flex {
        display: block;
        width: 100%; } }
    footer div.footer-flex div.left {
      width: calc(100% - 16.83vw); }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.left {
          width: 100%; } }
      footer div.footer-flex div.left p, footer div.footer-flex div.left a {
        display: block;
        margin: 0;
        line-height: 1em; }
        footer div.footer-flex div.left p.footer-flex__logo, footer div.footer-flex div.left a.footer-flex__logo {
          width: 21.4vw;
          margin: 0 0 1.3vw;
          max-width: 100%; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.left p.footer-flex__logo, footer div.footer-flex div.left a.footer-flex__logo {
              width: 76.15vw;
              margin: 0 0 5.64vw; } }
        footer div.footer-flex div.left p.footer-flex__add, footer div.footer-flex div.left a.footer-flex__add {
          margin-left: 3.33vw;
          font-size: 1.33vw;
          font-weight: 500;
          letter-spacing: 0.1em;
          margin-bottom: 2.4vw; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.left p.footer-flex__add, footer div.footer-flex div.left a.footer-flex__add {
              font-size: 4.62vw;
              margin: 0 0 52vw; } }
        footer div.footer-flex div.left p.footer-flex__tel, footer div.footer-flex div.left a.footer-flex__tel {
          font-family: "Jost", sans-serif;
          font-weight: 600;
          font-size: 2.08vw;
          letter-spacing: 0.145em;
          margin-left: 3.33vw;
          margin-bottom: 0.9vw; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.left p.footer-flex__tel, footer div.footer-flex div.left a.footer-flex__tel {
              font-size: 7.7vw;
              letter-spacing: 0.1em;
              margin: 0 0 4.15vw; }
              footer div.footer-flex div.left p.footer-flex__tel a, footer div.footer-flex div.left a.footer-flex__tel a {
                color: white; } }
          footer div.footer-flex div.left p.footer-flex__tel span, footer div.footer-flex div.left a.footer-flex__tel span {
            font-size: 1.93vw;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 767px) {
              footer div.footer-flex div.left p.footer-flex__tel span, footer div.footer-flex div.left a.footer-flex__tel span {
                font-size: 7.14vw;
                letter-spacing: 0.075em; } }
        footer div.footer-flex div.left p.footer-flex__copy, footer div.footer-flex div.left a.footer-flex__copy {
          margin-left: 3.33vw;
          letter-spacing: 0;
          font-size: 1em;
          font-weight: 400;
          margin-top: 1.8vw; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.left p.footer-flex__copy, footer div.footer-flex div.left a.footer-flex__copy {
              font-size: 12px;
              margin: 0; } }
      footer div.footer-flex div.left .gnav {
        margin-left: 3.33vw; }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.left .gnav {
            margin-left: 0;
            margin-bottom: 1em; } }
        footer div.footer-flex div.left .gnav .footer_ul li a {
          color: white;
          letter-spacing: 0.1em;
          font-size: 1em;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            footer div.footer-flex div.left .gnav .footer_ul li a {
              font-size: 12px; } }
    footer div.footer-flex div.right {
      width: 16.83vw;
      padding-left: 30px; }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.right {
          width: 100%;
          padding-left: 0;
          position: absolute;
          bottom: 29vw;
          left: 10.25vw; } }
      footer div.footer-flex div.right .sns-nav {
        margin: 1.5vw 0 2.6vw 0; }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.right .sns-nav {
            margin-bottom: 5.64vw; } }
        @media screen and (max-width: 767px) {
          footer div.footer-flex div.right .sns-nav ul.sns-nav__ul {
            justify-content: flex-start; } }
      @media screen and (max-width: 767px) {
        footer div.footer-flex div.right .vtuber {
          width: 75vw;
          display: block; } }

/* -------------------------------- 
common components 
--------------------------------- */
.main {
  /*margin-top: 162px;*/
  margin-top: max(8.4375vw, 74px); }
  @media screen and (min-width: 767px) {
    .main {
      overflow: hidden; } }

.bg {
  background-color: white; }

/* -------------------------------- 
index components 
--------------------------------- */
/*all*/
body.home .top-visual {
  padding: 0;
  z-index: 1;
  position: relative; }
  body.home .top-visual .top-visual_top {
    position: relative; }
    body.home .top-visual .top-visual_top::before {
      content: '';
      width: 11.56vw;
      height: 2.3vw;
      background: white;
      position: absolute;
      bottom: 13.15vw;
      right: 3.7vw;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        body.home .top-visual .top-visual_top::before {
          display: none; } }
    body.home .top-visual .top-visual_top::after {
      content: '';
      width: 19.53vw;
      height: 3.44vw;
      background: white;
      position: absolute;
      bottom: 9.75vw;
      right: 5.625vw;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        body.home .top-visual .top-visual_top::after {
          display: none; } }
    body.home .top-visual .top-visual_top .inner {
      position: relative;
      padding: 42.3vw 0 0 0;
      width: 100%; }
      @media screen and (max-width: 767px) {
        body.home .top-visual .top-visual_top .inner {
          padding: 91.46vw 0 0 0; } }
      body.home .top-visual .top-visual_top .inner::before {
        content: '';
        width: 82.5vw;
        background: #E6E6E6;
        padding-top: 31.35%;
        position: absolute;
        top: 0;
        left: 8.75vw;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          body.home .top-visual .top-visual_top .inner::before {
            width: 100%;
            height: 100%;
            left: 0;
            padding-top: 0; } }
      body.home .top-visual .top-visual_top .inner .top-visual_title {
        position: absolute;
        top: 12vw;
        left: 20vw;
        width: 18.125vw; }
        @media screen and (max-width: 767px) {
          body.home .top-visual .top-visual_top .inner .top-visual_title {
            top: 38.46vw;
            left: 29.1vw;
            width: 39.23vw; } }
        body.home .top-visual .top-visual_top .inner .top-visual_title::before {
          content: '';
          width: 21.4vw;
          height: 3.65vw;
          background: white;
          position: absolute;
          top: 6.8vw;
          left: 3.7vw;
          z-index: -1; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_title::before {
              width: 56.56vw;
              height: 9.5vw;
              top: 16vw;
              left: 2vw; } }
        body.home .top-visual .top-visual_top .inner .top-visual_title p {
          writing-mode: vertical-rl;
          font-size: 1.83vw;
          margin: 0;
          padding: 0;
          font-weight: bold;
          letter-spacing: 0.1em;
          line-height: 1em;
          position: absolute;
          right: -4.2vw;
          top: -6vw;
          height: 18.2vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_title p {
              font-size: 4.83vw;
              height: 35vw;
              line-height: 1.6em;
              top: -8vw;
              right: -19vw; } }
      body.home .top-visual .top-visual_top .inner .animate_line {
        width: 13.75vw;
        height: 24vw;
        position: absolute;
        top: 23.3vw;
        left: 15.6vw; }
        @media screen and (max-width: 767px) {
          body.home .top-visual .top-visual_top .inner .animate_line {
            width: 35.33vw;
            height: 32.56vw;
            top: 64.28vw;
            left: 40.5vw; } }
        body.home .top-visual .top-visual_top .inner .animate_line::before {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: 0; }
        body.home .top-visual .top-visual_top .inner .animate_line::after {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          left: 3.37vw;
          bottom: 0; }
        body.home .top-visual .top-visual_top .inner .animate_line svg#line01 {
          width: 100%;
          height: 100%; }
          body.home .top-visual .top-visual_top .inner .animate_line svg#line01 .cls-1 {
            fill: none;
            stroke: #d90023;
            stroke-miterlimit: 10;
            stroke-width: 2px; }
          body.home .top-visual .top-visual_top .inner .animate_line svg#line01 .svg-elem-1 {
            stroke-dashoffset: 765.1781005859375px;
            stroke-dasharray: 765.1781005859375px;
            -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
            transition: stroke-dashoffset 2s ease-in-out 0s; }
          body.home .top-visual .top-visual_top .inner .animate_line svg#line01.active .svg-elem-1 {
            stroke-dashoffset: 0; }
        body.home .top-visual .top-visual_top .inner .animate_line.spblock svg#line01 .cls-1 {
          stroke-width: .96px; }
        body.home .top-visual .top-visual_top .inner .animate_line.spblock svg#line01 .svg-elem-1 {
          stroke-dashoffset: 295.2098693847656px;
          stroke-dasharray: 295.2098693847656px;
          -webkit-transition: stroke-dashoffset 2s ease-in 0s;
          transition: stroke-dashoffset 2s ease-in 0s; }
        body.home .top-visual .top-visual_top .inner .animate_line.spblock svg#line01.active .svg-elem-1 {
          stroke-dashoffset: 0; }
        body.home .top-visual .top-visual_top .inner .animate_line.spblock::before {
          width: 1.03vw;
          height: 1.03vw;
          right: -0.2vw;
          top: 0; }
        body.home .top-visual .top-visual_top .inner .animate_line.spblock::after {
          width: 1.03vw;
          height: 1.03vw;
          left: 9.5vw;
          bottom: 0; }
      body.home .top-visual .top-visual_top .inner .top-visual_img {
        position: absolute;
        height: auto; }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust01 {
          width: 13vw;
          top: 1.4vw;
          left: 10.73vw;
          z-index: 1; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust01 {
              width: 24.48vw;
              left: 4.87vw;
              top: 50.25vw; } }
          body.home .top-visual .top-visual_top .inner .top-visual_img.illust01::before {
            content: '';
            width: 19.11vw;
            height: 2.8vw;
            background: white;
            position: absolute;
            top: -1.4vw;
            left: -2vw;
            z-index: -1; }
            @media screen and (max-width: 767px) {
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust01::before {
                display: none; } }
          body.home .top-visual .top-visual_top .inner .top-visual_img.illust01::after {
            content: '';
            width: 12.5vw;
            height: 3.125vw;
            background: white;
            position: absolute;
            top: 1.4vw;
            left: -2vw;
            z-index: -1; }
            @media screen and (max-width: 767px) {
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust01::after {
                display: none; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust02 {
          width: 12.7vw;
          left: 3.8vw;
          top: 12.8vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust02 {
              width: 22.18vw;
              left: 2.64vw;
              top: 26.92vw; } }
          body.home .top-visual .top-visual_top .inner .top-visual_img.illust02::before {
            content: '';
            width: 12.5vw;
            height: 1.8vw;
            background: white;
            position: absolute;
            top: -4.8vw;
            left: 4.9vw;
            z-index: -1; }
            @media screen and (max-width: 767px) {
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust02::before {
                display: none; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust03 {
          width: 11.35vw;
          left: 47.4vw;
          top: 2.2vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust03 {
              width: 20.13vw;
              left: 46.15vw;
              top: 10.95vw; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust04 {
          width: 17.8vw;
          right: 12.8vw;
          top: 1.8vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust04 {
              width: 29.56vw;
              right: 0.62vw;
              top: 3.41vw; } }
          body.home .top-visual .top-visual_top .inner .top-visual_img.illust04::before {
            content: '';
            width: 6.4vw;
            height: 4.3vw;
            background: white;
            position: absolute;
            top: 0;
            left: 15.9vw;
            z-index: -1; }
            @media screen and (max-width: 767px) {
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust04::before {
                display: none; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust05 {
          width: 20.73vw;
          right: 23.15vw;
          top: 11.875vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust05 {
              width: 32.82vw;
              right: 7.2vw;
              top: 76.05vw; }
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust05::before {
                content: '';
                width: 21.35vw;
                height: 3.2vw;
                background: white;
                position: absolute;
                bottom: 2.8vw;
                right: -7.2vw;
                z-index: -1; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust06 {
          width: 13.65vw;
          right: 3.82vw;
          top: 13.6vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust06 {
              width: 23.17vw;
              right: 65.28vw;
              top: 77.36vw; } }
          body.home .top-visual .top-visual_top .inner .top-visual_img.illust06::before {
            content: '';
            width: 19.6vw;
            height: 1.46vw;
            background: white;
            position: absolute;
            bottom: -2.8vw;
            right: -3.12vw;
            z-index: -1; }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust07 {
          width: 13.65vw;
          left: 41.8vw;
          top: 23vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust07 {
              width: 22.3vw;
              left: 42.56vw;
              top: 65vw; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust08 {
          width: 13.2vw;
          right: 28.8vw;
          top: 28.8vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust08 {
              width: 22.87vw;
              right: 0;
              top: 57.23vw;
              overflow: hidden; }
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust08 img {
                margin-right: -2.05vw; } }
        body.home .top-visual .top-visual_top .inner .top-visual_img.illust09 {
          width: 17.2vw;
          left: 21.2vw;
          top: 30.1vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_top .inner .top-visual_img.illust09 {
              width: 32.15vw;
              left: 10vw;
              top: 2.38vw; }
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust09::before {
                content: '';
                width: 23.2vw;
                height: 6.66vw;
                background: white;
                position: absolute;
                top: -2.38vw;
                left: -10vw;
                z-index: -1; }
              body.home .top-visual .top-visual_top .inner .top-visual_img.illust09::after {
                content: '';
                width: 15.13vw;
                height: 5.77vw;
                background: white;
                position: absolute;
                top: 4.28vw;
                left: -10vw;
                z-index: -1; } }
  body.home .top-visual .top-visual_btm {
    position: relative;
    border-bottom: 1px solid #323638; }
    body.home .top-visual .top-visual_btm::before {
      content: 'digiconcube';
      position: absolute;
      left: -19.2vw;
      top: 9.6vw;
      transform: rotate(90deg);
      font-size: 9.32vw;
      color: #E6E6E6;
      letter-spacing: -0.05em;
      font-weight: 800;
      font-family: "Jost", sans-serif;
      transform-origin: center center;
      line-height: 1em; }
      @media screen and (max-width: 767px) {
        body.home .top-visual .top-visual_btm::before {
          font-size: 14.55vw;
          top: 36vw;
          left: -29.7vw; } }
    body.home .top-visual .top-visual_btm .inner {
      position: relative;
      width: 100%;
      padding: 39.5vw 0 0 0; }
      @media screen and (max-width: 767px) {
        body.home .top-visual .top-visual_btm .inner {
          padding: 99.23vw 0 0 0; } }
      body.home .top-visual .top-visual_btm .inner .animate_line {
        width: 32.55vw;
        height: 10.9vw;
        position: absolute;
        bottom: 7.8vw;
        left: 18.33vw; }
        body.home .top-visual .top-visual_btm .inner .animate_line::before {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          right: 0;
          top: 0; }
        body.home .top-visual .top-visual_btm .inner .animate_line::after {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          left: 0;
          bottom: 0; }
        body.home .top-visual .top-visual_btm .inner .animate_line svg#line02 {
          height: 100%;
          width: 100%; }
          body.home .top-visual .top-visual_btm .inner .animate_line svg#line02 .cls-1 {
            fill: none;
            stroke: #d90023;
            stroke-miterlimit: 10;
            stroke-width: 1.92px; }
          body.home .top-visual .top-visual_btm .inner .animate_line svg#line02 .svg-elem-1 {
            stroke-dashoffset: 802.3294677734375px;
            stroke-dasharray: 802.3294677734375px;
            -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
            transition: stroke-dashoffset 2s ease-in-out 0s; }
          body.home .top-visual .top-visual_btm .inner .animate_line svg#line02.active .svg-elem-1 {
            stroke-dashoffset: 0; }
        body.home .top-visual .top-visual_btm .inner .animate_line.spblock {
          width: 25.28vw;
          height: 30.51vw;
          bottom: 14.7vw;
          left: 25.7vw; }
          body.home .top-visual .top-visual_btm .inner .animate_line.spblock::before {
            width: 1.03vw;
            height: 1.03vw; }
          body.home .top-visual .top-visual_btm .inner .animate_line.spblock::after {
            width: 1.03vw;
            height: 1.03vw; }
          body.home .top-visual .top-visual_btm .inner .animate_line.spblock svg#line02 .cls-1 {
            stroke-width: .96px; }
          body.home .top-visual .top-visual_btm .inner .animate_line.spblock svg#line02 .svg-elem-1 {
            stroke-dashoffset: 207.92041015625px;
            stroke-dasharray: 207.92041015625px;
            -webkit-transition: stroke-dashoffset 2s ease-in 0s;
            transition: stroke-dashoffset 2s ease-in 0s; }
          body.home .top-visual .top-visual_btm .inner .animate_line.spblock svg#line02.active .svg-elem-1 {
            stroke-dashoffset: 0; }
      body.home .top-visual .top-visual_btm .inner .top-visual_img {
        position: absolute; }
        body.home .top-visual .top-visual_btm .inner .top-visual_img.illust10 {
          width: 14.1vw;
          bottom: 11.14vw;
          left: 11vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_btm .inner .top-visual_img.illust10 {
              width: 24vw;
              bottom: 18vw;
              left: 14.23vw; } }
        body.home .top-visual .top-visual_btm .inner .top-visual_img.illust11 {
          width: 24.375vw;
          right: 19.7vw;
          bottom: 3.8vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_btm .inner .top-visual_img.illust11 {
              width: 34.74vw;
              right: 6.25vw;
              bottom: 13.33vw; } }
        body.home .top-visual .top-visual_btm .inner .top-visual_img.illust12 {
          width: 13.6vw;
          right: 3.7vw;
          bottom: 13.2vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_btm .inner .top-visual_img.illust12 {
              width: 20.9vw;
              bottom: -16.15vw;
              right: 10.51vw; } }
      body.home .top-visual .top-visual_btm .inner .read_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.8vw 0 0 0; }
        @media screen and (max-width: 767px) {
          body.home .top-visual .top-visual_btm .inner .read_wrap {
            padding: 0; } }
        body.home .top-visual .top-visual_btm .inner .read_wrap p.read {
          font-size: 3.3vw;
          font-weight: bold;
          line-height: 1.6em;
          letter-spacing: 0.1em;
          text-align: center;
          width: 100%;
          padding: 0 1em;
          margin: 0 0 2.3vw; }
          @media screen and (max-width: 767px) {
            body.home .top-visual .top-visual_btm .inner .read_wrap p.read {
              font-size: 5.93vw;
              line-height: 1.51em;
              margin: 0;
              padding: 6.4vw 1em; } }
          body.home .top-visual .top-visual_btm .inner .read_wrap p.read span {
            color: #D90023; }
        body.home .top-visual .top-visual_btm .inner .read_wrap a.btn-link {
          margin: 0 auto; }
body.home section h2 {
  font-size: 3.75vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  line-height: 1em;
  gap: 0.52vw;
  padding: 0 10.4vw;
  margin: 0; }
  @media screen and (max-width: 767px) {
    body.home section h2 {
      font-size: 7.7vw;
      padding: 0 7.44vw; } }
  body.home section h2 span {
    font-size: 1.4vw;
    letter-spacing: 0.11em;
    font-family: "Jost", sans-serif;
    padding-top: 0.33em;
    line-height: 1em; }
    @media screen and (max-width: 767px) {
      body.home section h2 span {
        font-size: 3vw; } }
body.home section.top-service {
  padding: 0;
  z-index: 0;
  border-bottom: 1px solid #323638; }
  body.home section.top-service h2 {
    margin-bottom: 2.7vw;
    margin-top: -6.5vw; }
    @media screen and (max-width: 767px) {
      body.home section.top-service h2 {
        margin-bottom: 3.7vw;
        margin-top: -11.5vw; } }
  body.home section.top-service .top-service_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5.2vw;
    background: #F7F7F7;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.home section.top-service .top-service_contents {
        display: block;
        padding: 0; } }
    body.home section.top-service .top-service_contents > div {
      padding: 0 5.2vw 3vw;
      position: relative; }
      @media screen and (max-width: 767px) {
        body.home section.top-service .top-service_contents > div {
          padding: 7vw 7.7vw 7.7vw; } }
      body.home section.top-service .top-service_contents > div h3 {
        color: #D90023;
        font-weight: bold;
        font-size: 3.96vw;
        letter-spacing: 0;
        display: flex;
        align-items: baseline;
        gap: 0.52vw;
        margin: 1em 0 0.6em; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents > div h3 {
            margin: 0 0 2vw;
            font-size: 6.41vw; } }
        body.home section.top-service .top-service_contents > div h3 span {
          font-family: "Jost", sans-serif;
          font-size: 4.06vw;
          font-weight: 600;
          letter-spacing: 0.025em; }
          @media screen and (max-width: 767px) {
            body.home section.top-service .top-service_contents > div h3 span {
              font-size: 6.57vw; } }
      body.home section.top-service .top-service_contents > div > p {
        font-size: max(1.25vw, 14px);
        letter-spacing: 0.075em;
        line-height: 1.92em;
        margin: 0; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents > div > p {
            letter-spacing: 0.05em;
            line-height: 1.57em; } }
      body.home section.top-service .top-service_contents > div > ul {
        font-size: max(1.25vw, 14px);
        letter-spacing: 0.2em; }
        body.home section.top-service .top-service_contents > div > ul li {
          position: relative;
          margin: 0;
          padding: 0.225em 0 0.225em 1em; }
          @media screen and (max-width: 767px) {
            body.home section.top-service .top-service_contents > div > ul li {
              padding: 0.1em 0 0.1em 1em; } }
          body.home section.top-service .top-service_contents > div > ul li::before {
            content: '・';
            width: 1em;
            height: 1em;
            position: absolute;
            left: 0;
            top: 0.225em; }
      body.home section.top-service .top-service_contents > div.left {
        width: 50%;
        border-right: 1px solid #323638; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents > div.left {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #323638; } }
        body.home section.top-service .top-service_contents > div.left p {
          margin-bottom: 2.7vw; }
      body.home section.top-service .top-service_contents > div.right {
        width: 50%; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents > div.right {
            width: 100%;
            border: none; } }
        body.home section.top-service .top-service_contents > div.right p {
          margin-bottom: 2.4vw; }
      body.home section.top-service .top-service_contents > div.btm {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 3vw; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents > div.btm {
            border-top: 1px solid #323638;
            display: block;
            padding-top: 7vw; } }
        body.home section.top-service .top-service_contents > div.btm h3 {
          color: #323638;
          font-size: 1.875vw;
          font-weight: bold;
          letter-spacing: 0;
          margin: 0 1.5em 0 0; }
          @media screen and (max-width: 767px) {
            body.home section.top-service .top-service_contents > div.btm h3 {
              font-size: 5.13vw; } }
        body.home section.top-service .top-service_contents > div.btm::before {
          content: '';
          width: 100vw;
          border-top: 1px solid #323638;
          height: 1px;
          position: absolute;
          top: 0;
          left: -5.2vw; }
          @media screen and (max-width: 767px) {
            body.home section.top-service .top-service_contents > div.btm::before {
              display: none; } }
    body.home section.top-service .top-service_contents .top-service_img {
      padding: 0;
      position: absolute; }
      body.home section.top-service .top-service_contents .top-service_img img {
        width: 100%;
        height: auto; }
      body.home section.top-service .top-service_contents .top-service_img.illust13 {
        width: 9vw;
        right: 2.3vw;
        bottom: 9.1vw; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents .top-service_img.illust13 {
            width: 17.5vw;
            right: 6.51vw;
            bottom: 16.48vw; } }
      body.home section.top-service .top-service_contents .top-service_img.illust14 {
        width: 15.5vw;
        right: 7.3vw;
        bottom: -1.1vw; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents .top-service_img.illust14 {
            width: 27.83vw;
            right: 14.87vw;
            bottom: 1.54vw; } }
      body.home section.top-service .top-service_contents .top-service_img.illust15 {
        width: 10.9vw;
        top: 2.14vw;
        left: 5.2vw; }
        @media screen and (max-width: 767px) {
          body.home section.top-service .top-service_contents .top-service_img.illust15 {
            width: 26.74vw;
            top: -22.3vw;
            left: 65.12vw; } }
body.home section.top-detail {
  padding: 4.375vw 0;
  display: flex;
  justify-content: center;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    body.home section.top-detail {
      padding: 6.92vw 0; } }
  body.home section.top-detail .animate_line03 {
    width: 19.4vw;
    height: 10.4vw;
    position: absolute;
    top: -4vw;
    right: 16.66vw; }
    body.home section.top-detail .animate_line03::before {
      content: '';
      width: 0.8vw;
      height: 0.8vw;
      background: #D90023;
      border-radius: 50%;
      position: absolute;
      right: -0.35vw;
      top: 0; }
    body.home section.top-detail .animate_line03::after {
      content: '';
      width: 0.8vw;
      height: 0.8vw;
      background: #D90023;
      border-radius: 50%;
      position: absolute;
      left: 0;
      bottom: -0.35vw; }
    body.home section.top-detail .animate_line03 svg#line03 {
      height: 100%;
      width: 100%; }
      body.home section.top-detail .animate_line03 svg#line03 .cls-1 {
        fill: none;
        stroke: #d90023;
        stroke-miterlimit: 10;
        stroke-width: 2px; }
      body.home section.top-detail .animate_line03 svg#line03 .svg-elem-1 {
        stroke-dashoffset: 557.6890258789062px;
        stroke-dasharray: 557.6890258789062px;
        -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
        transition: stroke-dashoffset 2s ease-in-out 0s; }
      body.home section.top-detail .animate_line03 svg#line03.active .svg-elem-1 {
        stroke-dashoffset: 1115.3780517578125px; }
    body.home section.top-detail .animate_line03.spblock {
      width: 8.5vw;
      height: 17.37vw;
      right: 12.56vw;
      top: -4vw; }
      body.home section.top-detail .animate_line03.spblock svg#line03 .cls-1 {
        stroke-width: .96px; }
      body.home section.top-detail .animate_line03.spblock svg#line03 .svg-elem-1 {
        stroke-dashoffset: 97.00000762939453px;
        stroke-dasharray: 97.00000762939453px;
        -webkit-transition: stroke-dashoffset 2s ease-in 0s;
        transition: stroke-dashoffset 2s ease-in 0s; }
      body.home section.top-detail .animate_line03.spblock svg#line03.active .svg-elem-1 {
        stroke-dashoffset: 0; }
      body.home section.top-detail .animate_line03.spblock::before {
        width: 1.03vw;
        height: 1.03vw;
        right: -0.25vw;
        top: 0; }
      body.home section.top-detail .animate_line03.spblock::after {
        width: 1.03vw;
        height: 1.03vw;
        left: 0;
        bottom: -0.3vw; }
  body.home section.top-detail .animate_line04 {
    width: 21.25vw;
    height: 10.41vw;
    position: absolute;
    bottom: -4.05vw;
    left: 14.66vw; }
    body.home section.top-detail .animate_line04::before {
      content: '';
      width: 0.8vw;
      height: 0.8vw;
      background: #D90023;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: -0.35vw; }
    body.home section.top-detail .animate_line04::after {
      content: '';
      width: 0.8vw;
      height: 0.8vw;
      background: #D90023;
      border-radius: 50%;
      position: absolute;
      left: -0.35vw;
      bottom: 0; }
    body.home section.top-detail .animate_line04 svg#line04 {
      height: 100%;
      width: 100%; }
      body.home section.top-detail .animate_line04 svg#line04 .cls-1 {
        fill: none;
        stroke: #d90023;
        stroke-miterlimit: 10;
        stroke-width: 1.94px; }
      body.home section.top-detail .animate_line04 svg#line04 .svg-elem-1 {
        stroke-dashoffset: 592.2122802734375px;
        stroke-dasharray: 592.2122802734375px;
        -webkit-transition: stroke-dashoffset 2s ease-in-out 1.8s;
        transition: stroke-dashoffset 2s ease-in-out 1.8s; }
      body.home section.top-detail .animate_line04 svg#line04.active .svg-elem-1 {
        stroke-dashoffset: 0; }
    body.home section.top-detail .animate_line04.spblock {
      width: 8.53vw;
      height: 17.35vw;
      left: 11.17vw;
      bottom: -5.56vw; }
      body.home section.top-detail .animate_line04.spblock svg#line04 .cls-1 {
        stroke-width: .96px; }
      body.home section.top-detail .animate_line04.spblock svg#line04 .svg-elem-1 {
        stroke-dashoffset: 96.99999237060547px;
        stroke-dasharray: 96.99999237060547px;
        -webkit-transition: stroke-dashoffset 2s ease-in 1.8s;
        transition: stroke-dashoffset 2s ease-in 1.8s; }
      body.home section.top-detail .animate_line04.spblock svg#line04.active .svg-elem-1 {
        stroke-dashoffset: 193.99998474121094px; }
      body.home section.top-detail .animate_line04.spblock::before {
        width: 1.03vw;
        height: 1.03vw;
        right: 0;
        top: -0.3vw; }
      body.home section.top-detail .animate_line04.spblock::after {
        width: 1.03vw;
        height: 1.03vw;
        left: -0.25vw;
        bottom: 0; }
body.home section.top-works {
  background: #323638;
  color: white;
  padding: 6.8vw 0 0 0; }
  @media screen and (max-width: 767px) {
    body.home section.top-works {
      padding: 12vw 0 0 0; } }
  body.home section.top-works a {
    color: white; }
  body.home section.top-works .title_wrap {
    display: flex;
    align-items: center;
    margin: 0 0 5.2vw; }
    @media screen and (max-width: 767px) {
      body.home section.top-works .title_wrap {
        display: block; } }
    body.home section.top-works .title_wrap h2 {
      padding-right: 3.75vw; }
    body.home section.top-works .title_wrap p {
      font-size: max(14px, 1.25vw);
      letter-spacing: 0.2em;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.home section.top-works .title_wrap p {
          padding: 6vw 7.44vw 14vw;
          margin: 0; } }
  body.home section.top-works .ul_works {
    width: 82vw;
    margin: 0 auto 5.2vw; }
    @media screen and (max-width: 767px) {
      body.home section.top-works .ul_works {
        width: 100%;
        padding: 0 9.48vw;
        margin-bottom: 0; } }
  body.home section.top-works .tag_wrap {
    background: white;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-bottom: 1px solid #323638; }
    @media screen and (max-width: 767px) {
      body.home section.top-works .tag_wrap {
        display: block;
        position: relative; }
        body.home section.top-works .tag_wrap::before {
          content: '';
          width: 100%;
          height: 1px;
          background: #323638;
          position: absolute;
          left: 0;
          bottom: 21.76vw; } }
    body.home section.top-works .tag_wrap ul {
      width: calc(100% - 19.5vw);
      display: flex;
      white-space: nowrap;
      animation: marquee 30s linear infinite; }
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
      @media screen and (max-width: 767px) {
        body.home section.top-works .tag_wrap ul {
          width: 100%;
          padding: 4.72vw 0; } }
      body.home section.top-works .tag_wrap ul li {
        padding-right: 1em;
        font-size: max(1.33vw, 14px); }
        @media screen and (max-width: 767px) {
          body.home section.top-works .tag_wrap ul li {
            font-size: 4.1vw; } }
        body.home section.top-works .tag_wrap ul li a {
          color: #D90023;
          font-weight: 500;
          letter-spacing: 0.1em;
          /*line-height: 78px;
          height: 78px;*/
          line-height: 4.0625vw;
          height: 4.0625vw;
          display: block; }
    body.home section.top-works .tag_wrap .btn-link {
      width: 19.5vw; }
      @media screen and (max-width: 767px) {
        body.home section.top-works .tag_wrap .btn-link {
          width: 54vw;
          margin: 5.18vw auto; } }
body.home section.top-instagtam {
  padding: 3.85vw 0 0 0;
  margin: 0 0 6.67vw;
  border-bottom: 1px solid #323638; }
  @media screen and (max-width: 767px) {
    body.home section.top-instagtam {
      padding: 7.2vw 0 0 0;
      margin: 0; } }
  body.home section.top-instagtam .inner {
    padding: 0;
    margin: 0 auto;
    width: 80vw; }
    @media screen and (max-width: 767px) {
      body.home section.top-instagtam .inner {
        width: 100%; } }
    body.home section.top-instagtam .inner h2 {
      font-size: 4.58vw;
      letter-spacing: 0.02em;
      padding: 0;
      font-family: "Jost", sans-serif;
      font-weight: 500;
      margin: 0 0 1.5625vw; }
      @media screen and (max-width: 767px) {
        body.home section.top-instagtam .inner h2 {
          font-size: 7.7vw;
          letter-spacing: 0;
          margin: 0 0 5.12vw;
          padding: 0 7.7vw; } }
    body.home section.top-instagtam .inner #sb_instagram #sbi_images {
      padding: 0; }
      body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item {
        border-top: 1px solid #323638;
        border-left: 1px solid #323638;
        position: relative; }
        body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item:last-child {
          border-right: 1px solid #323638; }
        @media screen and (max-width: 767px) {
          body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item:first-child {
            border-left: none; }
          body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item:nth-child(3) {
            border-left: none; }
          body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item:last-child {
            border-right: none; } }
        body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info {
          text-align: left;
          color: #323638;
          font-size: max(0.9vw, 10px);
          letter-spacing: 0;
          padding: 1em 2em 2.6vw 2em;
          position: relative; }
          @media screen and (max-width: 767px) {
            body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info {
              padding-bottom: 3.8vw; } }
          body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap {
            position: relative;
            padding: 0; }
            body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_caption {
              width: 100%;
              text-align: left;
              line-height: 1.85em;
              height: 3.7em;
              position: relative;
              overflow: hidden;
              display: -webkit-box;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
              @media screen and (max-width: 767px) {
                body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_caption {
                  line-height: 1.5em;
                  height: 3em; }
                  body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_caption br {
                    display: none; } }
            body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_expand {
              position: absolute;
              bottom: -1.1vw;
              right: 0; }
              @media screen and (max-width: 767px) {
                body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_expand {
                  right: -2.5vw; } }
              body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_expand a span {
                color: rgba(255, 255, 255, 0);
                width: 3.23vw;
                background: url(../img/arrow_b.svg) 0 0 no-repeat;
                display: block;
                height: 0.43vw; }
                @media screen and (max-width: 767px) {
                  body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_caption_wrap .sbi_expand a span {
                    width: 30px;
                    height: 4px; } }
          body.home section.top-instagtam .inner #sb_instagram #sbi_images .sbi_item .sbi_inner_wrap .sbi_info_wrapper .sbi_info .sbi_meta_wrap {
            display: none; }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  padding: 1rem 1.875rem;
  font-size: .7em;
  background: #E6E6E6; }
  body.sub .breadcrumbs span {
    display: inline-block;
    margin: 0 .5em; }

/*common*/
body.sub main div.page-title {
  height: 19.8vw;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    body.sub main div.page-title {
      height: 28.2vw; } }
  body.sub main div.page-title div.page-title__text {
    display: flex;
    align-items: center;
    gap: 2.18vw;
    z-index: 1;
    position: relative;
    padding: 10.57vw 8vw 0 8vw; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__text {
        display: block;
        padding: 8vw 0 0 0; } }
    body.sub main div.page-title div.page-title__text h1.ja {
      margin: 0;
      padding: 0;
      font-size: 4.6875vw;
      font-weight: bold;
      letter-spacing: 0.1em;
      color: #D90023;
      line-height: 1em; }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__text h1.ja {
          width: fit-content;
          background: white;
          font-size: 7.7vw;
          padding: 1.75vw 1.75vw 1.75vw 7.7vw; } }
    body.sub main div.page-title div.page-title__text p.en {
      font-family: "Jost", sans-serif;
      font-size: 1.875vw;
      letter-spacing: 0.1em;
      color: #D90023;
      font-weight: bold;
      padding: 0.6em 0 0 0;
      margin: 0;
      line-height: 1em; }
      body.sub main div.page-title div.page-title__text p.en::before {
        content: '-'; }
      body.sub main div.page-title div.page-title__text p.en::after {
        content: '-'; }
      @media screen and (max-width: 767px) {
        body.sub main div.page-title div.page-title__text p.en {
          width: fit-content;
          background: white;
          font-size: 4.1vw;
          padding: 0.75vw 1vw 0.75vw 7.7vw; } }
  body.sub main div.page-title div.page-title__img {
    width: 74.6vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      body.sub main div.page-title div.page-title__img {
        width: 92.3vw; } }
    body.sub main div.page-title div.page-title__img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
body.sub main .contents_wrap {
  padding: 0; }
  body.sub main .contents_wrap .contents .section {
    padding: 0 10.36vw; }
    @media screen and (max-width: 767px) {
      body.sub main .contents_wrap .contents .section {
        font-size: max(10px, 2.3vw);
        padding: 0 7.7vw; } }
    body.sub main .contents_wrap .contents .section.bg {
      background: #F7F7F7; }
    body.sub main .contents_wrap .contents .section h2 {
      width: 100vw;
      margin-left: -10.36vw;
      padding: 1.35vw 10.36vw;
      font-size: 2.6vw;
      letter-spacing: 0.2em;
      line-height: 1.4em;
      font-weight: bold;
      border-bottom: 1px solid #323638;
      border-top: 1px solid #323638;
      margin-top: 0;
      margin-bottom: 2.6vw; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section h2 {
          font-size: 7.7vw;
          margin-left: -7.7vw;
          padding: 5.5vw 7.7vw;
          margin-bottom: 5.13vw;
          letter-spacing: 0; } }
      body.sub main .contents_wrap .contents .section h2.border-top_none {
        border-top: none; }
      body.sub main .contents_wrap .contents .section h2 strong {
        font-weight: bold;
        font-size: 3.1vw;
        font-family: "Jost", sans-serif;
        letter-spacing: 0;
        display: inline-block;
        padding-top: 0;
        padding-right: 0.25vw;
        padding-left: 0.25vw;
        transform: translate(0, 0.2vw); }
        @media screen and (max-width: 767px) {
          body.sub main .contents_wrap .contents .section h2 strong {
            font-size: 9.176vw;
            padding-right: 0.5vw;
            padding-left: 0.5vw;
            transform: translate(0, 0.4vw); } }
    body.sub main .contents_wrap .contents .section .h3tag_wrap {
      display: flex;
      flex-wrap: wrap !important;
      gap: 2.1vw;
      margin: 0; }
      body.sub main .contents_wrap .contents .section .h3tag_wrap .wp-block-column {
        flex-basis: auto;
        flex-grow: initial;
        width: fit-content; }
        body.sub main .contents_wrap .contents .section .h3tag_wrap .wp-block-column .wp-block-button {
          padding: 0.6em 0;
          margin-right: 0.6em; }
          body.sub main .contents_wrap .contents .section .h3tag_wrap .wp-block-column .wp-block-button .wp-block-button__link {
            height: 2.8125vw;
            line-height: calc(2.8125vw - 4px);
            border: 2px solid #D90023;
            border-radius: 1.41vw;
            background: white;
            font-size: 0.91vwå;
            color: #D90023;
            font-weight: bold;
            padding: 0 1.6em;
            letter-spacing: 0.2em; }
            @media screen and (max-width: 767px) {
              body.sub main .contents_wrap .contents .section .h3tag_wrap .wp-block-column .wp-block-button .wp-block-button__link {
                font-size: 2.6vw;
                height: 8vw;
                line-height: calc(8vw - 4px);
                border-radius: 4vw; } }
    body.sub main .contents_wrap .contents .section h3 {
      font-size: 2.1875vw;
      letter-spacing: 0.025em;
      color: white;
      font-weight: bold;
      background: #D90023;
      width: fit-content;
      margin: 0 0 2.4vw;
      padding: 0.25vw 1.6vw; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section h3 {
          font-size: 4.62vw;
          margin: 0 0 4.6vw;
          padding: 0.25vw 2.5vw; } }
    body.sub main .contents_wrap .contents .section h4 {
      font-size: 1.93vw;
      color: #D90023;
      font-weight: bold;
      font-family: "Jost", sans-serif;
      letter-spacing: 0.1em;
      margin: 0 0 1.04vw; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section h4 {
          font-size: 5.13vw;
          margin: 0 0 2vw; } }
    body.sub main .contents_wrap .contents .section p {
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section p {
          letter-spacing: 0.05em; } }
    body.sub main .contents_wrap .contents .section ul.wp-block-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      body.sub main .contents_wrap .contents .section ul.wp-block-list li {
        font-size: 1.5em;
        padding-left: 2em;
        position: relative;
        letter-spacing: 0.1em;
        margin-bottom: 0.8em; }
        body.sub main .contents_wrap .contents .section ul.wp-block-list li::before {
          content: '';
          width: 1em;
          height: 1em;
          background: #D90023;
          display: block;
          position: absolute;
          left: 0;
          top: 0.3em; }
    body.sub main .contents_wrap .contents .section .wp-block-table {
      margin: 0; }
      body.sub main .contents_wrap .contents .section .wp-block-table table {
        border: none; }
        body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr th, body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr td {
          border: none;
          border-top: 1px solid #323638;
          border-bottom: 1px solid #323638;
          padding: 1.07vw 0;
          vertical-align: middle;
          font-weight: normal;
          letter-spacing: 0.2em; }
          @media screen and (max-width: 767px) {
            body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr th, body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr td {
              padding: 3.5vw 0; } }
        body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr th {
          height: 6.76vw; }
        body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr:first-child th, body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr:first-child td {
          border-top: none; }
        body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr:last-child th, body.sub main .contents_wrap .contents .section .wp-block-table table tbody tr:last-child td {
          border-bottom: none; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section .wp-block-table.outline_table table tbody tr th, body.sub main .contents_wrap .contents .section .wp-block-table.outline_table table tbody tr td {
          width: 55% !important;
          padding: 3.5vw 0;
          letter-spacing: 0.15em;
          font-size: 3.08vw !important; }
        body.sub main .contents_wrap .contents .section .wp-block-table.outline_table table tbody tr th {
          width: 45% !important;
          padding-right: 2em; } }
    body.sub main .contents_wrap .contents .section .message_all {
      position: relative; }
      body.sub main .contents_wrap .contents .section .message_all .wp-block-image {
        margin: 0; }
      body.sub main .contents_wrap .contents .section .message_all .message_wrap {
        justify-content: space-between;
        margin: 0; }
        body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column {
          position: relative; }
          body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column .message_text {
            position: absolute;
            right: 0;
            top: 8.85vw;
            width: 50vw;
            background: white;
            border: 1px solid #323638;
            font-size: 1.3125em;
            letter-spacing: 0;
            padding: 2.7vw 2.8vw; }
            @media screen and (max-width: 767px) {
              body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column .message_text {
                position: static;
                width: 100vw;
                margin-left: -7.7vw;
                border-left: none;
                border-right: none;
                padding: 7.7vw;
                font-size: 3.6vw;
                margin-top: 5vw; } }
            body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column .message_text p {
              margin: 0 0 0.5em;
              line-height: 1.43em;
              letter-spacing: 0.08em;
              text-align: justify; }
              body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column .message_text p strong {
                display: block;
                margin-top: 1.75em; }
              body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column .message_text p:last-child {
                margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            body.sub main .contents_wrap .contents .section .message_all .message_wrap .wp-block-column #message_read {
              letter-spacing: 0.05em !important;
              font-size: 5.7vw !important; } }
      body.sub main .contents_wrap .contents .section .message_all .animate_line05 {
        width: 20.66vw;
        height: 4.3vw;
        position: absolute;
        top: 1.66vw;
        left: 21.96vw; }
        @media screen and (max-width: 767px) {
          body.sub main .contents_wrap .contents .section .message_all .animate_line05 {
            display: none; } }
        body.sub main .contents_wrap .contents .section .message_all .animate_line05::before {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: -0.22em; }
        body.sub main .contents_wrap .contents .section .message_all .animate_line05::after {
          content: '';
          width: 0.8vw;
          height: 0.8vw;
          background: #D90023;
          border-radius: 50%;
          position: absolute;
          right: -0.36em;
          bottom: 0; }
        body.sub main .contents_wrap .contents .section .message_all .animate_line05 svg#line05 {
          height: 100%;
          width: 100%; }
          body.sub main .contents_wrap .contents .section .message_all .animate_line05 svg#line05 .cls-1 {
            fill: none;
            stroke: #d90023;
            stroke-miterlimit: 10;
            stroke-width: 2px; }
          body.sub main .contents_wrap .contents .section .message_all .animate_line05 svg#line05 .svg-elem-1 {
            stroke-dashoffset: 455.9124755859375px;
            stroke-dasharray: 455.9124755859375px;
            -webkit-transition: stroke-dashoffset 2s ease-in-out 0s;
            transition: stroke-dashoffset 2s ease-in-out 0s; }
          body.sub main .contents_wrap .contents .section .message_all .animate_line05 svg#line05.active .svg-elem-1 {
            stroke-dashoffset: 0; }
    body.sub main .contents_wrap .contents .section.gmap .wp-block-group__inner-container {
      width: 100%;
      padding: 40% 0 0 0;
      position: relative;
      margin: 2.8vw 0 2.4vw 0; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section.gmap .wp-block-group__inner-container {
          margin: 6.6vw 0;
          padding: 60.6% 0 0 0; } }
      body.sub main .contents_wrap .contents .section.gmap .wp-block-group__inner-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
    body.sub main .contents_wrap .contents .section.map {
      margin: 0;
      justify-content: space-between; }
      body.sub main .contents_wrap .contents .section.map h2 {
        width: 100%;
        margin: 0;
        border: none;
        padding: 0;
        font-size: max(1.875vw, 10px); }
        @media screen and (max-width: 767px) {
          body.sub main .contents_wrap .contents .section.map h2 {
            font-size: max(4.61vw, 10px); } }
      body.sub main .contents_wrap .contents .section.map .map_img {
        justify-content: space-between;
        margin: 0; }
        @media screen and (max-width: 767px) {
          body.sub main .contents_wrap .contents .section.map .map_img {
            margin-top: 5vw;
            gap: 5vw; } }
      body.sub main .contents_wrap .contents .section.map .wp-block-image {
        margin: 0; }
    body.sub main .contents_wrap .contents .section.contact_top h2, body.sub main .contents_wrap .contents .section.contact_wrap h2 {
      font-size: max(1.875vw, 10px);
      border: none;
      letter-spacing: 0; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section.contact_top h2, body.sub main .contents_wrap .contents .section.contact_wrap h2 {
          font-size: max(4.62vw, 10px);
          margin-top: 0 !important;
          padding: 4vw 7.7vw; } }
    body.sub main .contents_wrap .contents .section.contact_top .contact_att, body.sub main .contents_wrap .contents .section.contact_wrap .contact_att {
      margin: 2em 0 0 0; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section.contact_top .contact_att, body.sub main .contents_wrap .contents .section.contact_wrap .contact_att {
          margin: 0; } }
      body.sub main .contents_wrap .contents .section.contact_top .contact_att h2, body.sub main .contents_wrap .contents .section.contact_wrap .contact_att h2 {
        margin-top: 0;
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        body.sub main .contents_wrap .contents .section.contact_top .contact_att p, body.sub main .contents_wrap .contents .section.contact_wrap .contact_att p {
          margin: 0; } }
      body.sub main .contents_wrap .contents .section.contact_top .contact_att p strong, body.sub main .contents_wrap .contents .section.contact_wrap .contact_att p strong {
        color: #D90023; }
    body.sub main .contents_wrap .contents .section.contact_wrap {
      border-top: 1px solid #323638; }
body.sub.works .contents_wrap .contents, body.sub.tax-works_tag .contents_wrap .contents, body.sub.archive .contents_wrap .contents {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    body.sub.works .contents_wrap .contents, body.sub.tax-works_tag .contents_wrap .contents, body.sub.archive .contents_wrap .contents {
      display: block; } }
  body.sub.works .contents_wrap .contents .works_top, body.sub.tax-works_tag .contents_wrap .contents .works_top, body.sub.archive .contents_wrap .contents .works_top {
    width: 100%;
    border-bottom: 1px solid #323638;
    padding-bottom: 1.5vw; }
    @media screen and (max-width: 767px) {
      body.sub.works .contents_wrap .contents .works_top, body.sub.tax-works_tag .contents_wrap .contents .works_top, body.sub.archive .contents_wrap .contents .works_top {
        padding-bottom: 6vw; } }
    body.sub.works .contents_wrap .contents .works_top p, body.sub.tax-works_tag .contents_wrap .contents .works_top p, body.sub.archive .contents_wrap .contents .works_top p {
      font-size: 0.9375vw;
      font-weight: 400;
      letter-spacing: 0;
      text-align: center;
      margin: 2em 0 1.5em; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .works_top p, body.sub.tax-works_tag .contents_wrap .contents .works_top p, body.sub.archive .contents_wrap .contents .works_top p {
          text-align: left;
          padding: 0 7.7vw;
          font-size: 3.6vw;
          margin: 1em 0 0.75em; } }
    body.sub.works .contents_wrap .contents .works_top ul.works-tab, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab, body.sub.archive .contents_wrap .contents .works_top ul.works-tab {
      width: 42vw;
      margin: 0 auto;
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.78vw; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .works_top ul.works-tab, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab, body.sub.archive .contents_wrap .contents .works_top ul.works-tab {
          width: 100%;
          padding: 0 7.7vw;
          justify-content: flex-start; } }
      body.sub.works .contents_wrap .contents .works_top ul.works-tab li, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab li, body.sub.archive .contents_wrap .contents .works_top ul.works-tab li {
        margin: 0;
        padding: 0 1.5vw;
        font-size: 0.911vw;
        font-weight: bold;
        border: 2px solid #D90023;
        color: #D90023;
        height: 2.8vw;
        line-height: calc(2.8vw - 4px);
        border-radius: 1.4vw;
        cursor: pointer;
        transition: .3s;
        position: relative;
        z-index: 2;
        overflow: hidden; }
        body.sub.works .contents_wrap .contents .works_top ul.works-tab li::before, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab li::before, body.sub.archive .contents_wrap .contents .works_top ul.works-tab li::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0;
          background: #D90023;
          z-index: -1;
          transition: .3s;
          border-radius: 1.4vw; }
        body.sub.works .contents_wrap .contents .works_top ul.works-tab li:hover, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab li:hover, body.sub.archive .contents_wrap .contents .works_top ul.works-tab li:hover {
          color: white;
          transition: .3s; }
          body.sub.works .contents_wrap .contents .works_top ul.works-tab li:hover::before, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab li:hover::before, body.sub.archive .contents_wrap .contents .works_top ul.works-tab li:hover::before {
            width: 100%;
            transition: .3s; }
        @media screen and (max-width: 767px) {
          body.sub.works .contents_wrap .contents .works_top ul.works-tab li, body.sub.tax-works_tag .contents_wrap .contents .works_top ul.works-tab li, body.sub.archive .contents_wrap .contents .works_top ul.works-tab li {
            font-size: max(10px, 2.6vw);
            height: 8vw;
            line-height: calc(8vw - 2px);
            border-radius: 4vw;
            padding: 0 4.5vw;
            border: 1px solid #D90023; } }
  body.sub.works .contents_wrap .contents .left, body.sub.tax-works_tag .contents_wrap .contents .left, body.sub.archive .contents_wrap .contents .left {
    width: calc(100% - 19.3vw);
    padding: 4.27vw 4.9vw 0 7.8vw;
    background: #F7F7F7;
    border-right: 1px solid #323638; }
    @media screen and (max-width: 767px) {
      body.sub.works .contents_wrap .contents .left, body.sub.tax-works_tag .contents_wrap .contents .left, body.sub.archive .contents_wrap .contents .left {
        width: 100%;
        padding: 16.92vw 8.2vw 10.25vw 12.82vw;
        border-right: none;
        border-bottom: 1px solid #323638; } }
    body.sub.works .contents_wrap .contents .left .ul_works, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works, body.sub.archive .contents_wrap .contents .left .ul_works {
      gap: 0 1.8vw; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .left .ul_works, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works, body.sub.archive .contents_wrap .contents .left .ul_works {
          gap: 0; } }
      body.sub.works .contents_wrap .contents .left .ul_works li, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li, body.sub.archive .contents_wrap .contents .left .ul_works li {
        flex: none;
        width: calc(calc(100% - 3.6vw) / 3);
        margin-bottom: 5.2vw; }
        @media screen and (max-width: 767px) {
          body.sub.works .contents_wrap .contents .left .ul_works li, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li, body.sub.archive .contents_wrap .contents .left .ul_works li {
            width: 100%;
            margin-bottom: 14vw; } }
        body.sub.works .contents_wrap .contents .left .ul_works li.is-hidden, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li.is-hidden, body.sub.archive .contents_wrap .contents .left .ul_works li.is-hidden {
          margin-bottom: 0;
          pointer-events: none; }
        body.sub.works .contents_wrap .contents .left .ul_works li .txt .postname, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt .postname, body.sub.archive .contents_wrap .contents .left .ul_works li .txt .postname {
          /*font-size: 3.125vw;*/
          font-size: 2.15vw; }
          @media screen and (max-width: 767px) {
            body.sub.works .contents_wrap .contents .left .ul_works li .txt .postname, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt .postname, body.sub.archive .contents_wrap .contents .left .ul_works li .txt .postname {
              font-size: 11.53vw; } }
        body.sub.works .contents_wrap .contents .left .ul_works li .txt a .title, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt a .title, body.sub.archive .contents_wrap .contents .left .ul_works li .txt a .title {
          font-size: 0.78125vw; }
          @media screen and (max-width: 767px) {
            body.sub.works .contents_wrap .contents .left .ul_works li .txt a .title, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt a .title, body.sub.archive .contents_wrap .contents .left .ul_works li .txt a .title {
              font-size: max(3.6vw, 12px);
              margin: 0.75em 0 0.2em; } }
        body.sub.works .contents_wrap .contents .left .ul_works li .txt .tags, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt .tags, body.sub.archive .contents_wrap .contents .left .ul_works li .txt .tags {
          font-size: 0.604vw; }
          @media screen and (max-width: 767px) {
            body.sub.works .contents_wrap .contents .left .ul_works li .txt .tags, body.sub.tax-works_tag .contents_wrap .contents .left .ul_works li .txt .tags, body.sub.archive .contents_wrap .contents .left .ul_works li .txt .tags {
              font-size: max(3.6vw, 12px); } }
    body.sub.works .contents_wrap .contents .left span.btn-link, body.sub.tax-works_tag .contents_wrap .contents .left span.btn-link, body.sub.archive .contents_wrap .contents .left span.btn-link {
      font-family: "Jost", sans-serif;
      font-size: 1.6vw;
      font-weight: bold;
      letter-spacing: 0.1em;
      margin: 0 auto 9vw; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .left span.btn-link, body.sub.tax-works_tag .contents_wrap .contents .left span.btn-link, body.sub.archive .contents_wrap .contents .left span.btn-link {
          font-size: 4.62vw;
          margin: 0 auto; } }
      body.sub.works .contents_wrap .contents .left span.btn-link::after, body.sub.tax-works_tag .contents_wrap .contents .left span.btn-link::after, body.sub.archive .contents_wrap .contents .left span.btn-link::after {
        content: '+';
        width: 1em;
        height: 4.0625vw;
        background: none;
        line-height: calc(4.0625vw - 4px); }
  body.sub.works .contents_wrap .contents .right, body.sub.tax-works_tag .contents_wrap .contents .right, body.sub.archive .contents_wrap .contents .right {
    width: 19.3vw;
    background: #F7F7F7;
    padding: 2.08vw; }
    @media screen and (max-width: 767px) {
      body.sub.works .contents_wrap .contents .right, body.sub.tax-works_tag .contents_wrap .contents .right, body.sub.archive .contents_wrap .contents .right {
        width: 100%;
        padding: 7.7vw;
        background: white; } }
    body.sub.works .contents_wrap .contents .right h2, body.sub.tax-works_tag .contents_wrap .contents .right h2, body.sub.archive .contents_wrap .contents .right h2 {
      font-size: max(1.9vw, 30px);
      font-family: "Jost", sans-serif;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #D90023;
      margin: 0 0 0.5em; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .right h2, body.sub.tax-works_tag .contents_wrap .contents .right h2, body.sub.archive .contents_wrap .contents .right h2 {
          font-size: 7.7vw; } }
    @media screen and (max-width: 767px) {
      body.sub.works .contents_wrap .contents .right .tag_wrap ul, body.sub.tax-works_tag .contents_wrap .contents .right .tag_wrap ul, body.sub.archive .contents_wrap .contents .right .tag_wrap ul {
        display: flex;
        flex-wrap: wrap; } }
    body.sub.works .contents_wrap .contents .right .tag_wrap ul li, body.sub.tax-works_tag .contents_wrap .contents .right .tag_wrap ul li, body.sub.archive .contents_wrap .contents .right .tag_wrap ul li {
      font-size: max(0.911vw, 12px);
      letter-spacing: 0.2em;
      font-weight: bold;
      margin: 0 0 1em; }
      @media screen and (max-width: 767px) {
        body.sub.works .contents_wrap .contents .right .tag_wrap ul li, body.sub.tax-works_tag .contents_wrap .contents .right .tag_wrap ul li, body.sub.archive .contents_wrap .contents .right .tag_wrap ul li {
          font-size: max(3.08vw, 10px);
          margin: 0 1em 1em 0; } }
      body.sub.works .contents_wrap .contents .right .tag_wrap ul li a, body.sub.tax-works_tag .contents_wrap .contents .right .tag_wrap ul li a, body.sub.archive .contents_wrap .contents .right .tag_wrap ul li a {
        font-weight: bold; }
        body.sub.works .contents_wrap .contents .right .tag_wrap ul li a span, body.sub.tax-works_tag .contents_wrap .contents .right .tag_wrap ul li a span, body.sub.archive .contents_wrap .contents .right .tag_wrap ul li a span {
          color: #D90023; }

/*pager*/
div.pager {
  margin-top: 1.5em; }
  div.pager span.current {
    color: #fff;
    background: #D90023; }
  div.pager .page-numbers {
    display: inline-block;
    margin-right: .2em;
    padding: .5em .75em;
    color: #D90023;
    font-weight: bold;
    border: 2px solid #D90023;
    transition: .2s; }
    div.pager .page-numbers:hover {
      color: #fff;
      background: #D90023;
      transition: .2s; }

/* -------------------------------- 
archive taxsonomy single components 
--------------------------------- */
body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
  display: flex; }
  @media screen and (max-width: 767px) {
    body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
      display: block; } }
  body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
    width: calc(100% - 3.75rem); }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
        width: 100%;
        margin-bottom: 2.5rem; } }
  body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
    width: 20rem;
    padding-left: 3.75rem; }
    @media screen and (max-width: 767px) {
      body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
        width: 100%;
        padding-left: 0; } }
    body.archive main section.contents div.inner div.flex div.right div, body.taxsonomy main section.contents div.inner div.flex div.right div, body.single main section.contents div.inner div.flex div.right div {
      margin-bottom: 2.5rem; }
      body.archive main section.contents div.inner div.flex div.right div h2, body.taxsonomy main section.contents div.inner div.flex div.right div h2, body.single main section.contents div.inner div.flex div.right div h2 {
        margin-top: 0;
        padding-bottom: .25em;
        font-size: 1.125em;
        color: #D90023;
        border-bottom: 2px solid #D90023; }
      body.archive main section.contents div.inner div.flex div.right div ul, body.taxsonomy main section.contents div.inner div.flex div.right div ul, body.single main section.contents div.inner div.flex div.right div ul {
        padding-left: 1.5em;
        list-style: none;
        margin: 0;
        padding: 0; }
        body.archive main section.contents div.inner div.flex div.right div ul li, body.taxsonomy main section.contents div.inner div.flex div.right div ul li, body.single main section.contents div.inner div.flex div.right div ul li {
          padding: 1em 0;
          border-bottom: 1px dotted #999; }
          body.archive main section.contents div.inner div.flex div.right div ul li a, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a, body.single main section.contents div.inner div.flex div.right div ul li a {
            font-size: .9em;
            line-height: 1.4; }
          body.archive main section.contents div.inner div.flex div.right div ul li span.post-date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.post-date, body.single main section.contents div.inner div.flex div.right div ul li span.post-date {
            display: block;
            margin-top: .5em;
            font-size: .75em; }

/* -------------------------------- 
single components 
--------------------------------- */
body.single main section.contents_wrap div.single_flex {
  display: flex;
  width: 100%; }
  @media screen and (max-width: 767px) {
    body.single main section.contents_wrap div.single_flex {
      display: block; } }
  body.single main section.contents_wrap div.single_flex div.single_left {
    width: calc(100% - 19.3vw);
    padding: 6vw 4.9vw 0 7.8vw;
    border-right: 1px solid #323638;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.single main section.contents_wrap div.single_flex div.single_left {
        width: 100%;
        border-right: none;
        padding: 14vw 7.7vw 10vw;
        border-bottom: 1px solid #323638; } }
    body.single main section.contents_wrap div.single_flex div.single_left p.postname {
      font-weight: 900;
      letter-spacing: 0;
      color: #D90023;
      margin: 0;
      padding: 0;
      position: absolute;
      font-size: 3.75vw;
      left: -0.4em;
      top: -0.66em;
      line-height: 1em;
      padding: 6vw 0 0 7.8vw; }
      @media screen and (max-width: 767px) {
        body.single main section.contents_wrap div.single_flex div.single_left p.postname {
          font-size: 10vw;
          top: 0.1em; } }
    body.single main section.contents_wrap div.single_flex div.single_left div.img {
      margin-bottom: 40px;
      border: 1px solid #999; }
      body.single main section.contents_wrap div.single_flex div.single_left div.img img {
        width: 100%;
        height: auto; }
    body.single main section.contents_wrap div.single_flex div.single_left h1 {
      font-size: 1.3em; }
    body.single main section.contents_wrap div.single_flex div.single_left div.tags a {
      display: inline-block;
      margin-right: 1em;
      color: #555;
      font-size: 12px;
      line-height: 1;
      font-weight: bold; }
      body.single main section.contents_wrap div.single_flex div.single_left div.tags a::before {
        content: '#';
        margin-right: .25em;
        color: #D90023; }
    body.single main section.contents_wrap div.single_flex div.single_left div.info {
      position: relative; }
      body.single main section.contents_wrap div.single_flex div.single_left div.info::before {
        content: '';
        display: block;
        margin-top: 2.5vw;
        width: 125px;
        height: 2px;
        background: #D90023; }
      body.single main section.contents_wrap div.single_flex div.single_left div.info::after {
        content: '';
        display: block;
        margin-bottom: 2.5vw;
        width: 125px;
        height: 2px;
        background: #D90023; }
      body.single main section.contents_wrap div.single_flex div.single_left div.info p:first-child {
        margin-top: 2em; }
      body.single main section.contents_wrap div.single_flex div.single_left div.info p:last-child {
        margin-bottom: 2em; }
    body.single main section.contents_wrap div.single_flex div.single_left p {
      position: relative;
      word-wrap: break-word; }
      body.single main section.contents_wrap div.single_flex div.single_left p span {
        position: absolute;
        left: 0;
        top: 0;
        font-weight: bold;
        font-family: "Jost", sans-serif;
        width: 7em;
        display: inline-block; }
        body.single main section.contents_wrap div.single_flex div.single_left p span::before {
          content: '';
          width: 1.75em;
          height: 1px;
          background: #323638;
          display: block;
          position: absolute;
          right: 0.8em;
          top: 0.7em; }
      body.single main section.contents_wrap div.single_flex div.single_left p.client {
        font-size: .9em;
        padding-left: 7.5em; }
      body.single main section.contents_wrap div.single_flex div.single_left p.date {
        font-size: .9em;
        padding-left: 7.5em; }
      body.single main section.contents_wrap div.single_flex div.single_left p.link {
        font-size: .9em;
        padding-left: 7.5em; }
        body.single main section.contents_wrap div.single_flex div.single_left p.link a {
          background: linear-gradient(transparent 70%, #ffd7d7 30%); }
          body.single main section.contents_wrap div.single_flex div.single_left p.link a:hover {
            color: #D90023; }
        body.single main section.contents_wrap div.single_flex div.single_left p.link i {
          margin-left: .5em;
          font-size: 12px; }
      body.single main section.contents_wrap div.single_flex div.single_left p.update {
        font-size: .9em;
        padding-left: 0; }
    body.single main section.contents_wrap div.single_flex div.single_left div.nextprev {
      display: flex;
      gap: 2%; }
      body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.prev {
        width: 49%; }
        body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.prev a {
          display: block;
          padding: .5em;
          text-align: center;
          background-color: #E6E6E6; }
          body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.prev a:hover {
            color: #fff;
            background-color: #D90023; }
      body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.next {
        width: 49%; }
        body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.next a {
          display: block;
          padding: .5em;
          text-align: center;
          background-color: #E6E6E6; }
          body.single main section.contents_wrap div.single_flex div.single_left div.nextprev div.next a:hover {
            color: #fff;
            background-color: #D90023; }
  body.single main section.contents_wrap div.single_flex div.right {
    width: 19.3vw;
    padding: 2.08vw; }
    @media screen and (max-width: 767px) {
      body.single main section.contents_wrap div.single_flex div.right {
        width: 100%;
        padding: 10vw 7.7vw; } }
    body.single main section.contents_wrap div.single_flex div.right h2 {
      font-size: 1.9vw;
      font-family: "Jost", sans-serif;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #D90023;
      margin: 0 0 0.5em; }
      @media screen and (max-width: 767px) {
        body.single main section.contents_wrap div.single_flex div.right h2 {
          font-size: 7.7vw; } }
    body.single main section.contents_wrap div.single_flex div.right ul.single_right_works {
      padding-bottom: 1.5em;
      padding-top: 1em; }
      body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 2em; }
        body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li .img_container {
          width: 110px; }
        body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li .txt {
          width: calc(100% - 110px);
          padding-left: 1em; }
          body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li .txt .postname {
            position: absolute;
            font-weight: 900;
            letter-spacing: 0;
            color: #D90023;
            margin: 0;
            padding: 0;
            font-size: max(1.15vw, 14px);
            left: -0.4em;
            top: -0.66em;
            line-height: 1em; }
            @media screen and (max-width: 767px) {
              body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li .txt .postname {
                font-size: max(4vw, 14px); } }
          body.single main section.contents_wrap div.single_flex div.right ul.single_right_works li .txt a .title {
            margin: 0;
            padding: 0;
            letter-spacing: 0;
            line-height: 1.25em;
            font-weight: 500; }
    @media screen and (max-width: 767px) {
      body.single main section.contents_wrap div.single_flex div.right .tag_wrap ul {
        display: flex;
        flex-wrap: wrap; } }
    body.single main section.contents_wrap div.single_flex div.right .tag_wrap ul li {
      font-size: 0.911vw;
      letter-spacing: 0.2em;
      font-weight: bold;
      margin: 0 0 1em; }
      @media screen and (max-width: 767px) {
        body.single main section.contents_wrap div.single_flex div.right .tag_wrap ul li {
          font-size: max(3.08vw, 10px);
          margin: 0 1em 1em 0; } }
      body.single main section.contents_wrap div.single_flex div.right .tag_wrap ul li a {
        font-weight: bold; }
        body.single main section.contents_wrap div.single_flex div.right .tag_wrap ul li a span {
          color: #D90023; }

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error-404__text {
  margin-bottom: 6.25rem;
  text-align: center; }
body.error404 div.bth-wrap {
  text-align: center; }

/* -------------------------------- 
form components
--------------------------------- */
div.form-wrap {
  /*---- reset ----*/
  /*ie hack*/
  /* text */
  /*ie hack*/
  /* password */
  /*---- オリジナル設定 ----*/ }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap button, div.form-wrap textarea, div.form-wrap select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white; }
  div.form-wrap input::-ms-clear {
    visibility: hidden; }
  div.form-wrap input::-ms-reveal {
    visibility: hidden; }
  div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap textarea {
    outline: none;
    width: 100%;
    padding: .75em;
    border: 1px solid #323638;
    border-radius: 0;
    transition: .3s;
    min-height: 70px; }
    @media screen and (max-width: 767px) {
      div.form-wrap input[type="text"], div.form-wrap input[type="number"], div.form-wrap input[type="tel"], div.form-wrap input[type="email"], div.form-wrap textarea {
        min-height: 32px; } }
  div.form-wrap input[type="text"]:focus, div.form-wrap input[type="number"]:focus, div.form-wrap input[type="tel"]:focus, div.form-wrap input[type="email"]:focus, div.form-wrap textarea:focus {
    box-shadow: 0 0 6px #D90023;
    border: 1px solid #D90023; }
  div.form-wrap input[type="submit"], div.form-wrap input[type="button"] {
    position: relative;
    display: inline-block;
    margin: 4.2vw 1vw;
    padding: 0 2em;
    width: 19.27vw;
    color: #fff;
    font-size: max(1.18vw, 10px);
    font-weight: bold;
    text-align: center;
    background: #D90023;
    border: 2px solid #D90023;
    border-radius: 0;
    cursor: pointer;
    transition: .2s;
    height: 4vw;
    line-height: calc(4vw - 4px); }
    @media screen and (max-width: 767px) {
      div.form-wrap input[type="submit"], div.form-wrap input[type="button"] {
        width: 53.84vw;
        height: 11.33vw;
        font-size: max(3.33vw, 10px);
        margin: 8.7vw auto 0;
        display: block; } }
    div.form-wrap input[type="submit"]:hover, div.form-wrap input[type="button"]:hover {
      color: #D90023;
      background: #fff;
      transition: .2s; }
  div.form-wrap input[type="submit"]:disabled {
    cursor: default;
    opacity: .7; }
  div.form-wrap input[type="submit"]:disabled:hover {
    background-color: #D90023; }
  div.form-wrap input[type="text"].p-postal-code {
    max-width: 12em; }
  div.form-wrap .mw_wp_form .error {
    margin: 4px 0;
    font-size: .9em;
    color: crimson; }
  div.form-wrap span.red {
    color: crimson; }
  @media screen and (max-width: 767px) {
    div.form-wrap p.form-wrap__hissu {
      font-size: .9em;
      letter-spacing: .05em; } }
  div.form-wrap div.form-wrap__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.1875vw 0;
    border-bottom: 1px solid #323638; }
    @media screen and (max-width: 767px) {
      div.form-wrap div.form-wrap__flex {
        padding: 4.6vw 0; } }
    div.form-wrap div.form-wrap__flex.top {
      padding-top: 0; }
    div.form-wrap div.form-wrap__flex.btm {
      padding-bottom: 0;
      border-bottom: none; }
    div.form-wrap div.form-wrap__flex div.left {
      flex-basis: 19.6vw;
      width: 19.6vw; }
      @media screen and (max-width: 767px) {
        div.form-wrap div.form-wrap__flex div.left {
          flex-basis: 100%;
          width: 100%; } }
      div.form-wrap div.form-wrap__flex div.left p {
        font-size: max(1.25vw, 10px);
        letter-spacing: 0 !important;
        margin: 0;
        min-height: 70px;
        line-height: 70px; }
        @media screen and (max-width: 767px) {
          div.form-wrap div.form-wrap__flex div.left p {
            font-size: max(3.6vw, 10px);
            min-height: 1em;
            line-height: 1.6em; } }
        div.form-wrap div.form-wrap__flex div.left p span.red {
          margin-left: .8em; }
    div.form-wrap div.form-wrap__flex div.right {
      flex-basis: calc(100% - 19.6vw);
      width: calc(100% - 19.6vw); }
      @media screen and (max-width: 767px) {
        div.form-wrap div.form-wrap__flex div.right {
          flex-basis: 100%;
          width: 100%; } }
      div.form-wrap div.form-wrap__flex div.right p {
        margin: 0;
        font-size: max(1.25vw, 14px);
        padding: 0.65em 0 0 0; }
        @media screen and (max-width: 767px) {
          div.form-wrap div.form-wrap__flex div.right p {
            padding: 0.75em 0 0 0; } }
      div.form-wrap div.form-wrap__flex div.right span.p {
        display: block;
        margin-top: 0.5em;
        font-size: max(1.25vw, 10px); }
        @media screen and (max-width: 767px) {
          div.form-wrap div.form-wrap__flex div.right span.p {
            font-size: max(3.33vw, 10px); } }
      div.form-wrap div.form-wrap__flex div.right p:empty:before {
        content: none; }
  div.form-wrap div.form-wrap__btn {
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      div.form-wrap div.form-wrap__btn {
        padding-bottom: 8.7vw; } }
    div.form-wrap div.form-wrap__btn .wpcf7-turnstile {
      margin-top: 2em; }
    div.form-wrap div.form-wrap__btn p {
      margin: 0; }

.thanks_area {
  padding: 0 0 4vw; }
  .thanks_area p {
    margin: 0;
    padding: 0.5em 0;
    font-size: max(1.25vw, 14px); }

/*error*/
div.mw_wp_form {
  margin-top: -110px;
  padding-top: 110px; }

/*recaptcha*/
p.recaptcha_policy {
  padding-bottom: 1em;
  font-size: .8em;
  border-bottom: 1px dotted #ccc; }

/*
div.grecaptcha-badge {
    visibility: hidden;
}
*/
