@charset "UTF-8";
body {
  color: #fff;
}

@font-face {
  font-family: "Blankid";
  src: url("/boxtobox/wp-content/themes/boxtobox-wp/fonts/Blankid.woff")
    format("woff");
}

/* @font-face {
  font-family: "Blankid";
  src: url( "wp-content/themes/boxtobox-wp/fonts/Blankid.ttf")format('truetype');
} */

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc_only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc_only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp_only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 780px) {
  a:hover {
    opacity: 0.8;
  }
}

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

main {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.inner__mini {
  width: 56.25rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .inner__mini {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section__title-black {
  color: #000;
}

.section__title-en {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section__title-en span {
  padding-left: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .section__title-en span {
    padding-left: 3.5rem;
  }
}

.section__title-en span::before {
  content: "";
  position: absolute;
  width: 2.8125rem;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 780px) {
  .section__title-en span::before {
    width: 3.125rem;
  }
}

.section__title-en-black span::before {
  background: #000;
}

.section__title-jp {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5555555556;
  margin-top: 0.65625rem;
  position: relative;
  width: 25rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .section__title-jp {
    margin-top: 1.46875rem;
    font-size: 2.25rem;
    width: 100%;
  }
}

.section__title-jp.section__title-about {
  font-weight: 900;
  font-size: 1.3125rem;
}

@media screen and (min-width: 780px) {
  .section__title-jp.section__title-about {
    font-size: 1.875rem;
  }
}

.section__title-about::after {
  content: "About us";
  color: #c10d14;
  font-size: 1.875rem;
  bottom: -2.5rem;
  right: 0;
}
@media screen and (min-width: 780px) {
  .section__title-about::after {
    font-size: 2.25rem;
    bottom: initial;
    right: 3.2rem;
    bottom: -3.125rem;
  }
}

.section__title-blog {
  font-family: "Roboto", sans-serif;
}

.section__title-blog,
.section__title-recruit,
.section__title-contact,
.section__title-company,
.section__title-flow,
.section__title-results,
.section__title-values {
  width: 12.5rem;
}
@media screen and (min-width: 780px) {
  .section__title-blog,
  .section__title-recruit,
  .section__title-contact,
  .section__title-company,
  .section__title-flow,
  .section__title-results,
  .section__title-values {
    width: 100%;
  }
}

.section__title-about::after,
.section__title-blog::after,
.section__title-recruit::after,
.section__title-contact::after,
.section__title-company::after,
.section__title-flow::after,
.section__title-results::after,
.section__title-values::after,
.section__title-same-category::after {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  line-height: 2;
  font-family: "Blankid", sans-serif;
}

.section__title-blog::after {
  content: "ConegaBlog";
  color: #c10d14;
  font-size: 1rem;
  right: -15px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-blog::after {
    font-size: 1.6875rem;
    right: -45px;
    bottom: -30px;
  }
}

.section__title-values::after {
  content: "Values";
  color: #c10d14;
  font-size: 1rem;
  right: 50px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-values::after {
    font-size: 1.6875rem;
    right: -45px;
    bottom: -20px;
  }
}

.section__title-contact::after {
  content: "Contact";
  color: #c10d14;
  font-size: 1rem;
  right: 30px;
  bottom: -15px;
}
@media screen and (min-width: 780px) {
  .section__title-contact::after {
    font-size: 2.125rem;
    right: initial;
    left: 115px;
    right: initial;
    bottom: -35px;
  }
}

.section__title-recruit::after {
  content: "Recruit";
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  right: 55px;
  bottom: -12px;
}
@media screen and (min-width: 780px) {
  .section__title-recruit::after {
    font-size: 2.125rem;
    right: initial;
    left: 110px;
    bottom: -37px;
  }
}

.section__title-company::after {
  content: "Company";
  color: #fff;
  font-size: 1rem;
  right: 45px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-company::after {
    font-size: 2.125rem;
    bottom: -2.8rem;
    left: 7.1rem;
  }
}

.section__title-results::after {
  content: "Past results";
  color: #c10d14;
  font-size: 1.25rem;
  right: 0;
  bottom: -20px;
}
@media screen and (min-width: 780px) {
  .section__title-results::after {
    font-size: 1.6875rem;
    right: -125px;
    bottom: -30px;
  }
}

.section__title-flow::after {
  content: "Flow";
  color: #c10d14;
  font-size: 1.6875rem;
  left: 140px;
  bottom: -28px;
}
@media screen and (min-width: 780px) {
  .section__title-flow::after {
    font-size: 1.6875rem;
    left: 220px;
    bottom: -25px;
  }
}

.section__title-same-category {
  width: 15.5rem;
}
@media screen and (min-width: 780px) {
  .section__title-same-category {
    width: 100%;
  }
}

.section__title-same-category::after {
  content: "Ssame category";
  color: #c10d14;
  font-size: 1.2875rem;
  left: 90px;
  bottom: -28px;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .section__title-same-category::after {
    font-size: 1.6875rem;
    left: 210px;
    bottom: -18px;
    width: 15.75rem;
  }
}

@media screen and (min-width: 780px) {
  .section__title-container {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section__title-it {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 1.3150684932;
  font-family: "Roboto", sans-serif;
  /* font-style: italic; */
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .section__title-it {
    font-size: 4.5625rem;
  }
}

.section__title-sub {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 780px) {
  .section__title-sub {
    padding-left: 3.3125rem;
  }
}

@media screen and (min-width: 780px) {
  .section__title-sub::before {
    content: "";
    background: #fff;
    height: 3.1875rem;
    width: 1px;
    -webkit-transform: rotate(15deg) translateY(-50%);
    transform: rotate(15deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
  }
}

.section__head {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.3139534884;
  letter-spacing: 0.04em;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .section__head {
    padding-bottom: 1.59375rem;
    font-size: 5.375rem;
  }
}

.section__head::after {
  content: "";
  position: absolute;
  width: 3.125rem;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}

.header {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.3s;
}

.header__black {
  background: #000;
}

.header__scroll {
  background: #000;
}

.header__inner {
  height: inherit;
  padding-left: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .header__inner {
    padding-left: 1.875rem;
  }
}

.header__logo {
  width: 6.25rem;
}
@media screen and (min-width: 780px) {
  .header__logo {
    width: 8.75rem;
  }
}

.header-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  background: #101010;
  top: 0;
  right: 0;
  z-index: -20;
  visibility: hidden;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

@media screen and (min-width: 780px) {
  .header-sp::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(../img/hamburger_bg.svg) no-repeat;
    background-size: contain;
    width: 38.125rem;
    height: 20.5rem;
    z-index: -1;
  }
}

.header-sp.is-openSP {
  opacity: 0.9;
  z-index: 999;
  visibility: visible;
}

.header-sp__inner {
  width: 62.5rem;
  padding-left: 1.875rem;
  padding-right: 4.375rem;
}

.header-sp__pc {
  margin-top: 3.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 6.9375rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .header-sp__pc {
    margin-top: 10.1875rem;
    margin-top: 5.1875rem;
    margin-bottom: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-sp__items {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .header-sp__items {
    width: 9.1875rem;
  }
}

.header-sp__item {
  border-bottom: 0.75px solid #fff;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .header-sp__item {
    padding-bottom: initial;
    border-bottom: initial;
  }
}

.header-sp__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .header-sp__item:not(:first-child) {
    margin-top: 2.875rem;
    margin-top: 1.875rem;
  }
}

.header-sp__item::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_header.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .header-sp__item::after {
    background: none;
  }
}

.header-sp__accordion {
  position: relative;
}

.header-sp__accordion::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 1.5px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-sp__accordion::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1.5px;
  height: 8px;
  top: 50%;
  right: 23.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sp__accordion.is-open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 42%;
}

.header-sp__link {
  display: inline-block;
  font-size: 0.6875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sp__link span {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 780px) {
  .header-sp__link span {
    font-size: 1.3125rem;
  }
}

.header-sp__service-items {
  /* width: 13.5625rem;
  max-width: 100%; */
}

.header-sp__image {
  width: 24.1875rem;
  max-width: 100%;
}

.header-sp__image img {
  margin-top: 1.2rem;
  width: 60%;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .header-sp__image img {
    margin-top: initial;
    width: 100%;
  }
}

.header-sp__service-item:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.1875rem;
}

.header-sp__service-item:nth-child(2) {
  margin-top: 1.75rem;
}

.header-sp__service-item:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.header-sp__service-item:not(:first-child) {
  text-transform: uppercase;
}

.header-sp__service-link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

body.js-fixed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion__sp-items {
  margin-left: 0.9375rem;
  display: none;
  padding-bottom: 1.25rem;
}

.accordion__sp-item.is-open {
  display: block;
}

.accordion__sp-item {
  margin-top: 1.5625rem;
  text-transform: uppercase;
}

.accordion__sp-link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  top: 5px;
  right: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 30000;
}
@media screen and (min-width: 780px) {
  .hamburger {
    width: 50px;
    height: 50px;
  }
}

/* .hamburger__sub {
  top: 16px;
} */

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 6px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 780px) {
  .hamburger span {
    right: 14px;
  }
}

.hamburger span:nth-of-type(1) {
  top: 17px;
  width: 20px;
}

.hamburger span:nth-of-type(2) {
  top: 24px;
  width: 15px;
}

.hamburger span:nth-of-type(3) {
  top: 31px;
  width: 20px;
}


/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  background: #fff;
}

.hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
  width: 60%;
}
@media screen and (min-width: 780px) {
  .hamburger.active span:nth-of-type(1) {
    left: 11px;
    top: 16px;
  }
}

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

.hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
  width: 60%;
}
@media screen and (min-width: 780px) {
  .hamburger.active span:nth-of-type(3) {
    left: 11px;
    top: 27px;
  }
}

.fv {
  display: flex;
}

@media screen and (min-width: 780px) {
  .fv {
    height: 100vh;
  }
}

.fv__splide{
  width: calc(100% - 2.1875rem);
}

@media screen and (min-width: 780px) {
  .fv__splide{
    width: calc(100% - 3.125rem);
  }
}

.fv__track {
  height: 100%;
}

.fv__track .splide__list,
.fv__track .splide__slide {
  height: 100%;
}

.fv__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-position: center bottom;
  vertical-align: top;
}

@media screen and (min-width: 780px) {
  .fv__image img {
    object-fit: cover;
  }
}

.fv__video {
  width: 100%;
  height: 100vh;
}

.fv__video video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  position: relative;
}

/*
.fv__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
} */

.fv__content {
  position: absolute;
  top: auto;
  left: 21px;
  bottom: 35px;
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  /* transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s 0.4s; */
}

.fv__content.is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  /* transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s; */
}

.fv__content.is-hiding {
  -webkit-transform: none;
  transform: none;
  opacity: 0;
  visibility: hidden;
  /* transition:
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0s 0.4s; */
}

@media screen and (min-width: 780px) {
  .fv__content {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .fv__content.is-visible {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .fv__content.is-hiding {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.fv__main {
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-bottom: 0.875rem;
  width: 15.625rem;
}
@media screen and (min-width: 780px) {
  .fv__main {
    font-size: 4.375rem;
    width: 100%;
    text-align: center;
    line-height: 1.2857142857;
    padding-bottom: 2.5rem;
  }
}

.fv__main::after {
  position: absolute;
  content: "BoxtoBox";
  font-family: "Blankid", sans-serif;
  color: #c10d14;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-transform: rotate(-19deg);
  transform: rotate(-19deg);
  bottom: 0.625rem;
  right: -1.75rem;
}
@media screen and (min-width: 780px) {
  .fv__main::after {
    right: -4.375rem;
    font-size: 3.0625rem;
    bottom: -0.725rem;
    -webkit-transform: rotate(-8deg);
      transform: rotate(-8deg);
  }
}

.fv__main::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  
}
@media screen and (min-width: 780px) {
  .fv__main::before {
    width: 4.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fv__text {
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.2142857143;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin-top: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .fv__text {
    font-size: 0.875rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.fv__logo {
  position: absolute;
  z-index: 5;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 31%;
  width: 12.0625rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .fv__logo {
    width: 20.5rem;
  }
}

.fv__logo img {
  -webkit-animation: circle-rotate 60s linear 0s infinite forwards;
  animation: circle-rotate 60s linear 0s infinite forwards;
}

.fv__pagination {
  background: #C10C14;
  width: 2.1875rem;
}
@media screen and (min-width: 780px) {
  .fv__pagination {
    width: 3.125rem;
  }
}

.fv__pagination-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4.5625rem 0;
}

.fv__pagination-dots {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  position: relative;
}

.circle {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
}

@media screen and (min-width: 780px) {
  .circle {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.circle svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.fv__pagination-dots .circle-01 {
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 1px;
}

.fv__pagination-dots .circle-02 {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 201.056px;
  stroke-dashoffset: 201.056px;
}

.fv__pagination-dots .circle-02.is-active {
  animation: circle-draw linear forwards;
}

@keyframes circle-draw {
  from {
    stroke-dashoffset: 201.056px;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.current {
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .current {
    top: 3%;
  }
}

.current:nth-of-type(2) {
  top: 69%;
}

@media screen and (min-width: 780px) {
  .current:nth-of-type(2) {
    top: 70%;
  }
}

.fv__dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__dot-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fv__dot-background {
  /* 背景円は非表示（デフォルト） */
  opacity: 0;
}

.fv__dot.is-active .fv__dot-background {
  /* アクティブなドットのみ背景円を表示 */
  opacity: 1;
}

.fv__dot-progress {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@keyframes fv-dot-progress {
  from {
    stroke-dashoffset: 56.55;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (min-width: 780px) {
  .fv__dot {
    width: 8px;
    height: 8px;
  }
  
  .fv__dot-circle {
    width: 24px;
    height: 24px;
  }
}

.fv__scroll {
  position: absolute;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.125rem;
}
@media screen and (min-width: 780px) {
  .fv__scroll {
    left: 50%;
  }
}

.fv__slick-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .fv__slick-num {
    font-size: 0.8125rem;
  }
}

.fv__slick-num .now-count {
  position: relative;
  padding-bottom: 1px;
}
@media screen and (min-width: 780px) {
  .fv__slick-num .now-count {
    padding-bottom: 3px;
  }
}

.fv__slick-num .now-count::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fv-slider .slick-slide.slick-current.slick-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.fv-slider .slick-list img,
.fv-slider .slick-track img,
.fv-slider .slick-slide img {
  width: 100%;
  height: calc(100vh - 146px);
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-slider .slick-list,
.fv-slider .slick-track,
.fv-slider .slick-slide {
  width: 100%;
  height: 100%;
}

.fv-slider .slick-slide {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.fv-slider .slick-slide.slick-current.slick-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.top-about {
  background: #fff;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #000;
}
@media screen and (min-width: 780px) {
  .top-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.top-about::after {
  position: absolute;
  content: "";
  background: url(../img/about_bg.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 38.125rem;
  height: 20.5rem;
  z-index: -1;
}
@media screen and (min-width: 780px) {
  .top-about::after {
    z-index: 0;
  }
}

@media screen and (min-width: 780px) {
  .top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-about__content {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .top-about__content {
    width: 38.8125rem;
    max-width: 100%;
  }
}

.top-about__text {
  margin-top: 2.8125rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1428571429;
  max-width: 34.8125rem;
}

.top-about__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .top-about__btn {
    margin-top: 3.6875rem;
  }
}

.top-about__image-container {
  margin-inline: auto;
  width: 32.25rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .top-about__image-container {
    margin-inline: initial;
    margin-left: auto;
  }
}

.top-about__image {
  width: 32.25rem;
  max-width: 100%;
  /* margin-left: auto; */
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-about__image {
    margin-top: initial;
  }
}

.top-about__circle {
  -webkit-animation: circle-rotate 60s linear 0s infinite forwards;
  animation: circle-rotate 60s linear 0s infinite forwards;
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.top-about__image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-about__logo {
  width: 9.25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .top-about__logo {
    width: 11.375rem;
  }
}

.top-about__image-text {
  /* width: 7.5rem; */
  max-width: 100%;
  font-size: 0.825rem;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-inline: auto;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .top-about__image-text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.btn {
  position: relative;
  z-index: 10;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  text-align: center;
}
@media screen and (min-width: 780px) {
  .btn {
    text-align: left;
  }
}

.btn__link {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1818181818;
  text-transform: uppercase;
  width: 13.25rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 780px) {
  .btn__link {
    width: 14rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
  }
}

.btn__link:hover {
  background: #fff;
  opacity: 1;
  border: none;
  color: #000;
}

.btn__link span {
  position: relative;
}

.btn__link span::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 1.1375rem;
  height: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2.5rem;
}

.btn__inner div {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.btn__link-transparent {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}

.btn__link-transparent:hover {
  background: #fff;
  color: #000;
}

.btn__link-transparent:hover span::after {
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
}

.btn__link-transparent span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}

.btn__link.btn__link-recruit:hover {
  color: #C10C15;
}

.btn__link-recruit span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}

.btn__link-recruit:hover span::after {
  background: url(../img/arrow_red.svg) no-repeat;
  transition: 0.4s;
}

.btn__link-red span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}
@media screen and (min-width: 780px) {
  .btn__link-red span::after {
    background: url(../img/arrow_red.svg) no-repeat;
  }
}

.btn__link-red:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: contain;
}

.btn__link-red {
  background: #c10d14;
  color: #fff;
  /* border: 1px solid #C10D14; */
}
@media screen and (min-width: 780px) {
  .btn__link-red {
    background: none;
    color: #c10d14;
    border: 1px solid #c10d14;
  }
}

.btn__link-red:hover {
  background: #c10d14;
  color: #fff;
}

.btn__link-black {
  color: #000;
  border: 1px #000 solid;
}

.btn__link-black:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}

.btn__link-black span::after {
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  width: 1.1375rem;
  height: 0.25rem;
}

.btn__link-black:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: contain;
}

.btn__link-single {
  font-family: "Noto Sans JP", sans-serif;
}

.top-consulting__head {
  position: relative;
  z-index: 10;
  height: 13.75rem;
}
@media screen and (min-width: 780px) {
  .top-consulting__head {
    height: initial;
  }
}

.top-consulting__link {
  color: #fff;
  height: inherit;
}

.top-consulting__head a:hover {
  opacity: 1;
}

.top-consulting__head-image {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  height: inherit;
}

.top-consulting__head-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  height: inherit;
}

/* .top-consulting__head:hover .top-consulting__head-image {
  width: 100%;
    -webkit-transform: scale(1.02);
          transform: scale(1.02);
} */

.top-consulting__head:hover .top-consulting__head-image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.top-consulting__head-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-20deg, #000 0%, #656565 100%);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-consulting__inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-consulting__text {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2222222222;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
  position: relative;
  /* width: 18.75rem;
  max-width: 100%; */
}
@media screen and (min-width: 780px) {
  .top-consulting__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    /* width: 27.0625rem; */
  }
}
.top-consulting__text::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 2.375rem;
  top: -50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 450px) {
  .top-consulting__text::after {
    right: -40%;
  }
}
@media screen and (min-width: 550px) {
  .top-consulting__text::after {
    right: -75%;
  }
}
@media screen and (min-width: 670px) {
  .top-consulting__text::after {
    right: -109%;
  }
}
@media screen and (min-width: 780px) {
  .top-consulting__text::after {
    display: none;
  }
}

.top-consulting__btn {
  margin-top: 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .top-consulting__btn {
    margin-top: 3.5625rem;
  }
}

.top-consulting__title-en {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (min-width: 780px) {
  .top-consulting__title-en {
    font-size: 3.75rem;
  }
}

.alanize__text {
  width: 6.875rem;
}
@media screen and (min-width: 780px) {
  .alanize__text {
    width: 8rem;
  }
}

.top-consulting__title-jp {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.59375rem;
}
@media screen and (min-width: 780px) {
  .top-consulting__title-jp {
    font-size: 1.25rem;
    line-height: calc(23/20);
  }
}

.top-blog {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #f5f5f5;
}
/*
.top-blog__inner {
  width: 56.25rem;
  max-width: 100%;
} */

@media screen and (min-width: 780px) {
  .top-blog__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-blog__copy {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .top-blog__copy {
    max-width: 32.5625rem;
    margin-left: auto;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: initial;
  }
}

.top-blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 780px) {
  .top-blog__items {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.top-blog__item {
  position: relative;
}

/* @media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
} */

@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__link {
    -ms-grid-column-span: 3;
    grid-column: span 3; /* 2行目以降のアイテムを3列に広げる */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 0.9375rem;
  }
}

.top-blog__item:nth-child(n + 4) .top-blog__link > .blog__category {
  display: none;
}

.top-blog__category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  width: 4.125rem;
  background: #c10d14;
  line-height: 1.125rem;
  height: 1.125rem;
  text-align: center;
  margin-bottom: 0.5625rem;
}

.blog .top-blog__item:not(:nth-child(n + 4)) .blog__category {
  position: absolute;
  top: 0;
  left: 0;
}

/* .top-blog__item:nth-child(n+4) .top-blog__image {
  aspect-ratio: 175/100;
  width: 35%;
} */
@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__image {
    max-width: 100%;
    width: 10.9375rem;
  }
}

.top-blog__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* .top-blog__item:nth-child(n+4) .top-blog__content {
  width: 65%;
} */
@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__content {
    width: 39.375rem;
    margin-left: 0.9375rem;
    max-width: 100%;
  }
}

.top-blog__link {
  color: #000;
  background: #fff;
  /* height: 100%; */
  display: inline-block;
}

/* @media screen and (min-width: 780px) {
  .top-blog__image {
    height: 10.625rem;
  }
} */

/* @media screen and (min-width: 780px) {
  .top-blog__image img {
    height: inherit;
  }
} */

.top-blog__content {
  background: #fff;
  padding: 0.58125rem 0.84375rem 0.51875rem;
}
@media screen and (min-width: 780px) {
  .top-blog__content {
    background: #fff;
    padding: 1.48125rem 0.84375rem 1.48125rem;
    /* height: 11.125rem; */
  }
}

@media screen and (min-width: 780px) {
  .top-blog__item:nth-child(-n + 3) .top-blog__content {
    height: 11.125rem;
  }
}

@media screen and (min-width: 780px) {
  .top-blog__item:nth-child(-n + 3) .archive__content {
    height: 12.125rem;
  }
}

.top-blog__title {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.625rem;
}
.top-blog__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 0.3125rem;
  flex-wrap: wrap;
}

.top-blog__author {
  display: flex;
  align-items: center;
  gap: 7px;
}

.top-blog__author img {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
}
.top-blog__author-icon {
  width: 1.375rem;
  height: 1.375rem;
}

.top-blog__author-name {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #898989;
  font-weight: medium;
  line-height: calc(16/12);
  letter-spacing: 0.04em;
}

.top-blog__separator {
  background-color: #898989;
  width: 1px;
  height: 9px;
}

.top-blog__date {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #898989;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.top-blog__text {
  font-size: 0.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 0.625rem;
  /* ここから抜粋文の「行数」を制御 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 表示したい行数（4行） */
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-blog__hashtags {
  display: none;
}

@media screen and (min-width: 780px) {
  .top-blog__hashtags {
    display: block;
  }
}

.top-blog__hashtag {
  padding: 0.3125rem;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: white;
  z-index: 1;
  margin-top: 8px;
}

.top-blog__hashtag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #C10C14;
  transform: skewX(-20deg);
}

.top-blog__btn {
  text-align: center;
  margin-top: 3.3125rem;
}

.tag-search {
  padding-top: 3.875rem;
}

.tag-search__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: #000;
  padding-left: 0.5rem;
  position: relative;
}

.tag-search__title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #C10C14;
}

.tag-search__groups {
  margin-top: 2.3125rem;
}

.tag-search__group {
  position: relative;
  border-top: 1px solid #BABABA;
}


.tag-search__heading {
  position: absolute;
  top: -0.875rem;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #C10C14;
  background-color: #FFFFFF;
  padding-right: 1.3125rem;

}
.tag-search__list {
  margin-block: 2.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.tag-search__item {
  background-color: #F8F8FA;
  border: 1px solid #DDDDDD;
  padding-inline: 1rem;
  padding-block: 0.625rem;
}

.tag-search__link {
  
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: #000000;
  font-weight: 700;
}

.top-recruit {
  /* padding-top: 4.375rem; */
  padding-bottom: 4.1875rem;
}

.top-recruit__inner {
  margin-inline: calc(50% - 50vi);
}

.top-recruit a {
  color: #ffffff;
}

.top-recruit__container {
  background: url(../img/recruit_bg.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.1875rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 780px) {
  .top-recruit__container {
    padding-left: 12rem;
    padding-right: 2rem;
    padding-top: 8.375rem;
    padding-bottom: 8.1875rem;
  }
}

.top-recruit__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .top-recruit__title {
    margin-top: 4.71875rem;
    font-size: 1.375rem;
  }
}

.top-recruit__text {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .top-recruit__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 2.09375rem;
  }
}

.contact {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #f5f5f5),
    to(#f5f5f5)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );
}
@media screen and (min-width: 780px) {
  .contact {
    padding-top: 7.6875rem;
    padding-bottom: 4.90625rem;
  }
}

/* .contact__inner {
  width: 56.25rem;
  max-width: 100%;
} */

@media screen and (min-width: 780px) {
  .contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact__text {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__text {
    margin-top: 2.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.contact__btn {
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__btn {
    margin-top: initial;
  }
}

.contact__bg {
  background: #f5f5f5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 10rem;
}

.contact__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  row-gap: 2.3125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .contact__items {
    margin-top: 5.15625rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.contact__item-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #c10d14;
  margin-top: 0.625rem;
}

.top-company {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2080f),
    to(#d30810)
  );
  background: linear-gradient(#b2080f 0%, #d30810 100%);
  padding-top: 2.125rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-company {
    padding-top: 2.875rem;
    padding-bottom: 2.8125rem;
  }
}

.top-company::after {
  position: absolute;
  content: "";
  background: url(../img/company_bg.png) no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 5rem;
  bottom: -1.85rem;
  left: 0.625rem;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .top-company::after {
    width: 44.9375rem;
    height: 9.875rem;
    bottom: 0.90625rem;
    left: 1.30625rem;
  }
}

@media screen and (min-width: 780px) {
  .top-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.top-company__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .top-company__text {
    margin-top: 2.25rem;
  }
}

.top-company__items {
  max-width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .top-company__items {
    width: 37.4375rem;
    margin-left: auto;
    margin-top: initial;
  }
}

.top-company__item {
  border-top: 1px solid #fff;
}

.top-company__item:last-child {
  border-bottom: 1px solid #fff;
}

.top-company__item-link {
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-company__item-link {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding-top: 2.25rem;
    padding-bottom: 2.375rem;
  }
}

.top-company__item-link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 780px) {
  .top-company__item-link::after {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.top-btn {
  width: 1.5625rem;
  position: fixed;
  right: 1rem;
  bottom: 3.375rem;
  z-index: 100;
}
@media screen and (min-width: 780px) {
  .top-btn {
    width: 1.875rem;
    bottom: 9.375rem;
    right: 1.25rem;
    right: 2.5rem;
  }
}
/*
.footer {
  background: #000;
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer {
    padding-top: initial;
    padding-bottom: initial;
  }
}

.footer__inner {
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer__inner {
    max-width: 100%;
  }
}
.footer__container {
  padding-left: max(5%,40px);
  padding-right: max(5%,40px);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 780px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: max(5%,40px);
    padding-right: max(5%,40px);
  }
} */
/*
.footer__logo {
  width: 9.375rem;
}
@media screen and (min-width: 780px) {
  .footer__logo {
    width: 10.875rem;
  }
}

.footer__info {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
}

.footer__info:last-child {
  margin-top: 1.5625rem;
}

.footer__privacy a {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #FFF;
}

.footer__text {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  font-family: "Manrope", sans-serif;
}

.footer__items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .footer__items-box {
    margin-top: .375rem;
    width: 32.5rem;
    max-width: 100%;
  }
}

.footer__items:first-child {
  width: 50%;
}

.footer__items:last-child {
  width: 50%;
  margin-left: 2.5rem;
  margin-left: auto;
}

.footer__item {
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .footer__item {
    line-height: 36px;
  }
}

.footer__item:first-child a {
  font-size: 0.875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer__item:first-child a {
    font-size: 1rem;
    line-height: calc(28/16);
  }
}

.footer__item:nth-child(n+2) a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(n+2) a {
    font-size: 0.875rem;
    line-height: calc(24/14);
  }
}

.footer__item:nth-child(2) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(2) {
    margin-top: initial;
  }
}

.footer__item:nth-child(n+3) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(n+3) {
    margin-top: initial;
  }
}

.footer__item-link {
  color: #FFF;
  width: 100%;
  display: inline-block;
}

.footer__scroll {
  position: absolute;
  bottom: 30px;
  right: 2rem;
}
@media screen and (min-width: 780px) {
  .footer__scroll {
    bottom: 6.625rem;
    right: max(5%,40px);
  }
}

.footer__scroll-text {
  position: relative;
  text-transform: uppercase;
  padding-top: 100px;
  color: #FFF;
  font-family: 'Outfit', sans-serif;
  font-size: .875rem;
  letter-spacing: .13em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
} */
/*
線の描写
.footer__scroll-text:after {
  content: "";
  描画位置
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  線の形状
  width: 3px;
  height: 95px;
  background: #FFF;
  -webkit-animation: pathmoves 2.3s ease-in-out infinite;
          animation: pathmoves 2.3s ease-in-out infinite;
  opacity: 1;
}

高さ・位置・透過が変化して線が下から上に動く
@keyframes pathmoves {
  0% {
    height: 0;
    top: 0; 下から開始
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 0;
  }
  100% {
    height: 0;
    top: 0; 上まで移動
    opacity: 1;
  }
}

.footer__last {
  display: flex;
  margin-top: 2.1875rem;
  flex-direction: column-reverse;
  height: initial;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: calc(4.286% + 4.571px);
  padding-right: calc(4.286% + 4.571px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  .footer__last {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: initial;
    padding-left: max(5%,40px);
    padding-right: max(5%,40px);
  }
} */

.pankuz__area {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  .pankuz__area {
    margin-top: 70px;
  }
}

.pankuz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.pankuz__link {
  color: #c10d14;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}

.pankuz__link-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.pankuz__item {
  color: #c10d14;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 12px;
}
@media screen and (min-width: 780px) {
  .pankuz__item {
    font-size: 14px;
  }
}

.pankuz__item:has(a) {
  margin-right: 5px;
}

.pankuz__item span {
  padding-left: 20px;
  position: relative;
}

.pankuz__item span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pankuz__item.--service {
  text-transform: uppercase;
}

.loop__area {
  position: relative;
  margin-top: 4.375rem;
}
@media screen and (min-width: 780px) {
  .loop__area {
    margin-top: 9.375rem;
  }
}

.loop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  pointer-events: none;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-reverse {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes loop-reverse {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.loop__item {
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  animation: loop-slide 40s infinite linear 1s both;
  margin-right: 1.25rem;
}

.loop__item-reverse {
  -webkit-animation: loop-reverse 40s infinite linear 1s both;
  animation: loop-reverse 40s infinite linear 1s both;
}

.loop__item-text {
  display: inline-block;
  white-space: nowrap;
  color: #d94b51;
  font-family: "Manrope", sans-serif;
  font-size: 3.1875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.2;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .loop__item-text {
    font-size: 6.4375rem;
    line-height: 1.2038834951;
  }
}

.loop__item-text span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #d94b51;
}

.loop__item-text-blog {
  color: #a50919;
  opacity: 1;
}

.loop__item-text-dark {
  opacity: 0.8;
}

.loop__item-text-thin {
  opacity: 0.08;
}

.loop__about-service {
  margin-top: 2rem;
}

.loop__item-text-white {
  font-size: 4.5625rem;
  opacity: 0.2;
  color: #ffffff;
}

.loop__items-fv {
  position: absolute;
  bottom: -2.5rem;
}
@media screen and (min-width: 780px) {
  .loop__items-fv {
    /* bottom: -3.75rem; */
    bottom: -4.75rem;
  }
}

.loop__item-img {
  width: 3000px;
  height: 300px;
}

.scroll-bar {
  position: relative;
  text-transform: uppercase;
  padding-top: 75px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
}

@media screen and (min-width: 780px) {
  .scroll-bar {
    font-size: 0.9375rem;
  }
}

/* 線の描写 */
/* .scroll-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 3.9375rem;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
} */

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

.consulting__items {
  display: -ms-grid;
  overflow: hidden;
  display: grid;
}
@media screen and (min-width: 780px) {
  .consulting__items {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

.consulting__item {
  width: calc(100% + 9.401232006rem);
  position: relative;
  height: 10rem;
  margin-top: -2px;
}
@media screen and (min-width: 780px) {
  .consulting__item {
    height: 19.5rem;
    /* margin-top: initial; */
    width: auto;
    /* -webkit-transform: skew(-8deg); */
    /* transform: skew(-8deg); */
  }
}

@media screen and (min-width: 780px) {
  .consulting__item:nth-child(2n + 1) {
    /* left: -7rem; */
  }
}

.consulting__item:nth-child(1n) {
  position: relative;
  z-index: 10;
}

.consulting__item:last-child img {
  margin-left: -60px;
}
.consulting__item:nth-child(2) img {
  margin-left: -60px;
}

.consulting__item:nth-child(2n) {
  position: relative;
  /* z-index: 10; */
}
@media screen and (min-width: 780px) {
  .consulting__item:nth-child(1n) {
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    margin-right: -3%;
  }
  .consulting__item:nth-child(2n) {
    /* left: 25px; */
    /* left: 1.5625rem; */
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -3%;
  }

  .consulting__item:nth-child(2) img {
    /* margin-left: 2rem; */
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
    max-width: 110%;
    width: 110%;
  }
  .consulting__item:last-child img {
    margin-left: -20px;
  }
}

.consulting__link {
  position: relative;
  color: #fff;
  height: inherit;
  z-index: 2;
  display: inline-block;
  width: 100%;
}

.consulting__link:hover {
  opacity: 1;
}

.consulting__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-20deg, #000 0%, #656565 100%);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.consulting__image {
  height: inherit;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.consulting__image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media screen and (min-width: 780px) {
  .consulting__image img {
    /* transform: skew(8deg) scale(1.05); */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.consulting__item:hover .consulting__image {
  width: 100%;
}

.consulting__item:hover .consulting__image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
/* @media screen and (min-width: 780px) {
  .consulting__item:hover .consulting__image img {
    -webkit-transform: skew(8deg) scale(1.07);
            transform: skew(8deg) scale(1.07);
  }
} */

.consulting__item-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  z-index: 10;
  max-width: 100%;
  width: 18.75rem;
}
@media screen and (min-width: 780px) {
  .consulting__item-text {
    /* -webkit-transform: skew(8deg); */
    /* transform: skew(8deg); */
    /* top: 35%; */
    left: 16%;
    /* width: 27.0625rem; */
  }
}
.consulting__item-text.sp_only {
  left: 6.1%;
  color: #fff;
}

.consulting__item-text::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 450px) {
  .consulting__item-text::after {
    right: -35%;
  }
}
@media screen and (min-width: 550px) {
  .consulting__item-text::after {
    right: -70%;
  }
}
@media screen and (min-width: 670px) {
  .consulting__item-text::after {
    right: -100%;
  }
}
@media screen and (min-width: 780px) {
  .consulting__item-text::after {
    /* right: -10%; */
    right: -15%;
  }
}
/* @media screen and (min-width: 1400px) {
  .consulting__item-text::after {
    right: -30%;
  }
} */
@media screen and (min-width: 780px) {
  .consulting__item:hover .consulting__item-text::after {
    background: url(../img/arrow_link_hover.svg) no-repeat;
    background-size: contain;
    width: 2.375rem;
    height: 2.375rem;
  }
}

@media screen and (min-width: 780px) {
  .consulting__item-text2n {
    left: 10%;
  }
}

.consulting__arrow {
  width: 1.75rem;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
}
@media screen and (min-width: 780px) {
  .consulting__arrow {
    width: 2.375rem;
    right: 10%;
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
  }
}

.fv-sub {
  background: #232325;
  position: relative;
  /* height: 16rem; */
  height: 9rem;
  margin-top: 40px;
  /* padding-top: 20px; */
}
@media screen and (min-width: 780px) {
  .fv-sub {
    /* height: 16rem; */
    height: 15rem;
    margin-top: 50px;
    padding-top: initial;
  }
}

.fv-sub.--service {
  height: 16rem;
}

/* .fv-sub__mini {
  height: 14.125rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__mini {
    height: 16rem;
  }
} */

.fv-sub__inner {
  position: relative;
  height: inherit;
}

.fv-sub::after {
  position: absolute;
  content: "";
  background: url(../img/fv-sub_bg.svg) no-repeat;
  background-size: contain;
  width: 52.25rem;
  height: 28.125rem;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.fv-sub__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  align-items: center;
}

.fv-sub__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .fv-sub__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}


@media screen and (min-width: 780px) {
  .fv-sub__container.--service .fv-sub__content {
    justify-content: center;
  }

  .fv-sub__container .fv-sub__content {
    justify-content: center;
  }
}

.fv-sub__content-mini {
  top: 45%;
}
@media screen and (min-width: 780px) {
  .fv-sub__content-mini {
    top: 50%;
  }
}

.fv-sub__title {
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.325;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .fv-sub__title {
    font-size: 4rem;
  }
}
.fv-sub__title.--service {
  font-size: 22px;
}
@media screen and (min-width: 780px) {
  .fv-sub__title.--service {
    font-size: 4rem;
  }
}

.fv-sub__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
  margin-top: 0.90625rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__text {
    font-size: 1.25rem;
  }
}
/*
.fv-sub__items {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .fv-sub__items {
    margin-right: 15rem;
    right: 0;
    top: 50%;
  }
} */

.fv-sub__link {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .fv-sub__link {
    font-size: 0.875rem;
  }
}

.fv-sub__link span {
  width: 20px;
  display: block;
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125;
  margin-right: 0.5rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__link span {
    margin-right: 1.5rem;
    font-size: 1rem;
  }
}

.about {
  color: #000;
  padding: 5rem 0 0;
  background: #f5f5f5;
}
@media screen and (min-width: 780px) {
  .about {
    padding-top: 11.5rem;
    padding: 6rem 0 0;
  }
}


@media screen and (min-width: 780px) {
  .about__head {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
}

.about__head-container {
  position: relative;
  z-index: 2;
}

/* .about__head::after {
  position: absolute;
  content: "";
  background: url(../img/about_logo.svg) no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 12.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 780px) {
  .about__head::after {
    width: 22.8125rem;
    height: 22.8125rem;
  }
} */

.about__service-label {
  display: flex;
  align-items: center;
}

.about__service-label::before {
  background-color: #C10C14; 
  content: "";
  height: 1px;
  width: 3.125rem;
  margin-right: 15px;
}

.about__service-label.about__service-label--black::before {
  background-color: #000;
}

.about__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  background-color: #C10C14;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;  
  display: inline;
  color: white;
  padding-inline: 10px;
  padding-bottom: 3px;
}
@media screen and (min-width: 780px) {
  .about__copy {
    font-size: 2.5rem;
    padding-bottom: 5px;
  }
}

.about__inner.inner {
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  margin-inline: auto 0;
}

@media  screen and (min-width: 1441px) {
  .about__inner.inner {
    padding-right: 25px;
    margin-inline: auto;
  }
}

/* .about__copy::before,
.about__copy::after,
.about__brackets::before,
.about__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.about__copy::before {
  border-left: solid 3px #000000;
  border-top: solid 3px #000000;
  top: 0;
  left: 0;
}

.about__copy::after {
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  bottom: 0;
  right: 0;
}

.about__brackets::before {
  border-right: solid 3px #000000;
  border-top: solid 3px #000000;
  top: 0;
  right: 0;
}

.about__brackets::after {
  border-left: solid 3px #000000;
  border-bottom: solid 3px #000000;
  bottom: 0;
  left: 0;
} */

.about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: calc(34/14);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 1.375rem;
  max-width: 29.875rem;
}
@media screen and (min-width: 780px) {
  .about__text {
    margin-top: 1.71875rem;
    font-size: 0.875rem;
  }
}

/* .about__text::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  height: 2.5rem;
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .about__text::after {
    height: 4.375rem;
    bottom: -7.8125rem;
  }
} */

/* .about__circle-area {
  padding-top: 3.3125rem;
  padding-bottom: 2.84375rem;
  margin-top: 3.125rem;
  background: linear-gradient(
    -50deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 780px) {
  .about__circle-area {
    padding-top: 7.3125rem;
    padding-bottom: 5.84375rem;
    margin-top: 3.125rem;
    background: linear-gradient(
      -28deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      #f5f5f5 50%,
      #f5f5f5 100%
    );
  }
}

.about__circle {
  width: 35.1875rem;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 0.9735rem;
  padding-right: 0.9735rem;
}
@media screen and (min-width: 780px) {
  .about__circle {
    padding-left: initial;
    padding-right: initial;
  }
} */
.about__visual {
  display: none;
}

.about__head-side-text {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: calc(21/12);
  letter-spacing: 0.1em;
}

.about__head-side {
  position: absolute;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.about__head-side::after {
  background-color: #000000; 
  content: "";
  height: 1px;
  width: 11.375rem;
}
@media screen and (min-width: 780px) {
  .about__visual {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .about__visual-image {
    max-width: 44.1825rem;
  }

  .about__head-side {
    top: 0;
    right: 3.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: initial;
  }

  .about__head-side::after {
    height: 11.375rem;
    width: 1px;
    margin-top: 15px;
  }
  .about__head-side-text {
    writing-mode: vertical-rl;
  }
}



.about__service01 {
  margin-top: 5rem;
  position: relative;
  /* width: 56.25rem; */
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 550px) {
  .about__service01 {
    margin-top: 8.75rem;
  }
}
@media screen and (min-width: 780px) {
  .about__service01 {
    margin-top: 5.25rem;
  }
}


.about__service-label {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2142857143;
  text-transform: uppercase;
}

.about__service-label.about__service-label--black {
  color: #000000;
  margin-bottom: 1.875rem;
}

.about__service-title {
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .about__service-title {
    margin-top: 1.59375rem;
    font-size: 1.875rem;
  }
}

.about__service-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .about__service-text {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 780px) {
  .about__service01-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__service01-text {
  width: 100%;
  max-width: 100%;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .about__service01-text {
    /* width: 36.25rem; */
    width: 33.125rem;
    max-width: 100%;
  }
}

.about__service01-image {
  width: 100%;
  max-width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .about__service01-image {
    width: 38.125rem;
    /* margin-right: -16.875rem; */
    margin-left: auto;
    margin-top: -7.375rem;
  }
}

.about__service02-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: calc(50% - 50vi);
}

@media screen and (min-width: 780px) {
  .about__service02-container {
    margin-top: 5.5625rem;
  }
}

.about__service02-image {
  width: 49.0625rem;
  position: relative;
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .about__service02-image {
    margin-top: initial;
  }
}

.about__service02-image::after {
  position: absolute;
  content: "";
  background: url(../img/service01_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  height: 20.5rem;
  top: -20.5rem;
  right: 0;
}

.about__service02 {
  /* width: 62.5rem; */
  /* max-width: 100%; */
  background: #f5f5f5;
  padding: 1.25rem;
  margin-left: -11.25rem;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (max-width: 779px) {
  .about__service02 {
    width: 62.5rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 780px) {
  .about__service02 {
    padding: 7.1875rem;
    margin-top: initial;
  }
}

.about__service02::after {
  position: absolute;
  content: "";
  background: url(../img/service02_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  height: 20.5rem;
  bottom: -20.5rem;
  right: 0;
}

.about__service02-text {
  width: 42.5rem;
  max-width: 100%;
}

.about__service03-container {
  padding-top: 2.5rem;
  /* padding-bottom: 3.75rem; */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #c10d14),
    to(#c10d14)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #c10d14 50%,
    #c10d14 100%
  );
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 780px) {
  .about__service03-container {
    padding-top: 8.1875rem;
    /* padding-bottom: 4.625rem; */
  }
}

.about__service03 {
  width: 62.5rem;
  max-width: 100%;
  background: #fff;
  margin-inline: auto;
  padding: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .about__service03 {
    /* padding: 0 4.6875rem 5.3125rem; */
    padding: 0 4.375rem;
  }
}

.about__service03-label {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  font-style: italic;
  color: #C10C14;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 780px) {
  .about__service03-label {
    font-size: 5rem;
  }
}

.about__service03-label::before,
.about__service03-label::after {
  background-color: #C10C14;
  content: "";
  height: 1px;
  width: 12.625rem;
}

.about__service03-label::before {
  margin-right: 15px;
}
.about__service03-label::after {
  margin-left: 15px;
}

.about__service03-title-wrapper {
  position: relative;
  width: 53.75rem;
  max-width: 100%;
  margin-inline: auto;
}

.about__service03-title {
  text-align: center;
  color: #C10D14;
  position: relative;
  padding-block: 1rem;
}

.about__service03-title-wrapper::before,
.about__service03-title-wrapper::after {
  content:'';
  position: absolute;
  width: 1.5rem;
  height: 1.3125rem;
  display: inline-block;
}

.about__service03-title-wrapper::before {
  border-left: solid 2px #C10D14;
  border-top: solid 2px #C10D14;
  top:0;
  left: 0;
}

.about__service03-title-wrapper::after {
  border-right: solid 2px #C10D14;
  border-bottom: solid 2px #C10D14;
  bottom:0;
  right: 0;
}

.about__service03-title::before,
.about__service03-title::after {
  content:'';
  position: absolute;
  width: 1.5rem;
  height: 1.3125rem;
  display: inline-block;
}

.about__service03-title::before {
  border-left: solid 2px #C10D14;
  border-bottom: solid 2px #C10D14;
  bottom:0;
  left: 0;
}

.about__service03-title::after {
  border-right: solid 2px #C10D14;
  border-top: solid 2px #C10D14;
  top:0;
  right: 0;
}

.about__service03-title-label {
  position: absolute;
  color: #c10d14;
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);

  font-size: 1.875rem;
  bottom: -1.25rem;
  right: 0;
  text-transform: capitalize;
}

@media screen and (min-width: 780px) {
  .about__service03-title-label {
    font-size: 1.6875rem;
    right: 3.2rem;
    bottom: -1.75rem;
    line-height: 2;
    
  }
}

.about__service03-text {
  width: 53.75rem;
  max-width: 100%;
  margin-inline: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}

@media screen and (min-width: 780px) {
  .about__service03-text {
    line-height: calc(34/14);
    margin-top: 0.75rem;
  }
}
.about__service03-text span {
  font-weight: 700;
  margin-top: 1.5rem;
  display: block;
}

.about__service03-subtitle {
  width: 53.75rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.8125rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  padding-left: 1rem;
}

.about__service03-subtitle::before {
  content: "〇";
  position: absolute;
  top: 17%;
  left: 0;
  color: #C10C14;
  font-size: 11px;
  font-weight: bold;
}

.about__service03-image {
  width: 100%;
}

@media screen and (min-width: 780px) {
  .about__service03-image {
    position: absolute;
    bottom: 2.75rem;
    right: 4.375rem;
    width: 18.125rem;
    max-width: 100%;
    object-fit: contain;
  }
}

.about__name {
  width: 230px;
  margin-left: 8%;
}

@media screen and (min-width: 780px) {
  .about__name {
    padding-bottom: 20px;
  }
}

.service {
  padding-top: 6.25rem;
  padding-bottom: 11.3125rem;
  position: relative;
}

.service::after {
  position: absolute;
  content: "";
  background: url(../img/service_page_bg.svg) no-repeat;
  background-size: contain;
  width: 53.5rem;
  height: 28.75rem;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service__inner {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .service__inner {
    padding-right: initial;
    padding-left: initial;
  }
}

.service__tab-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
  margin-top: 1.5625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .service__tab-items {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    margin-top: 2.8125rem;
  }
}

.service__tab-link {
  color: #fff;
  display: inline-block;
  background: #c10d14;
  width: 100%;
  max-width: 100%;
  text-align: center;
  height: 2.1875rem;
  /* line-height: 2.1875rem; */
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .service__tab-link {
    /* width: 12.3125rem; */
    height: 2.6875rem;
    /* line-height: 2.6875rem; */
  }
}

.service__items {
  margin-top: 6.125rem;
}

.service__item:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 780px) {
  .service__item:not(:first-child) {
    margin-top: 3.625rem;
  }
}

.service__label-en {
  color: #c10d14;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
}

.service__label-jp {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 0.1rem;
  color: #000;
}

.service__container {
  margin-top: 0.5rem;
  display: grid;
}
@media screen and (min-width: 780px) {
  .service__container {
    grid-template-columns: calc(250 / 850 * 100%) 1fr;
    margin-top: 1.3125rem;
  }
}

.service__image img {
  object-fit: cover;
  height: 100%;
}

.service__content {
  background: #f5f5f5;
  color: #000;
  /* width: 100%; */
  /* max-width: 100%; */
  padding: 1.25rem;
}
@media screen and (min-width: 780px) {
  .service__content {
    /* width: 37.5rem; */
    padding: 2.5rem;
  }
}

.service__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 780px) {
  .service__title {
    font-size: 2.25rem;
  }
}

.service__title-alanize {
  width: 8rem;
  margin-bottom: 1.2rem;
}

.service__sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.08em;
  margin-top: 0.54375rem;
}
@media screen and (min-width: 780px) {
  .service__sub-title {
    font-size: 1rem;
  }
}

.service__text {
  font-size: 0.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .service__text {
    font-size: 0.875rem;
  }
}

.service__btn {
  margin-top: 1.875rem;
}

.results {
  background: #f5f5f5;
  padding-top: 8.125rem;
}
@media screen and (min-width: 780px) {
  .results {
    padding-top: 19rem;
  }
}

@media screen and (min-width: 780px) {
  .results__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.results__copy {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  color: #000;
  max-width: 26.5625rem;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .results__copy {
    margin-top: initial;
  }
}

.results__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.625rem;
  row-gap: 1.9375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .results__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2.8125rem;
    column-gap: 2.1875rem;
  }
}

.results__item {
  position: relative;
}

.results__category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  width: 4.125rem;
  background: #c10d14;
  line-height: 1.125rem;
  height: 1.125rem;
  text-align: center;
  margin-bottom: 0.5625rem;
}

.results__content {
  background: #fff;
  color: #000;
  padding: 1.25rem 0.625rem 1.25rem;
}

@media screen and (min-width: 780px) {
  .results__content {
    padding: 1.48125rem 0.6255rem 2.21875rem;
  }
}

.results__title {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.results__text {
  font-size: 0.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 0.625rem;
}

.detail {
  padding-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .detail {
    padding-top: 7.5625rem;
  }
}

.detail__inner {
  color: #000;
}

.detail__container {
  border-bottom: 1px solid #000;
  padding-bottom: 1.875rem;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .detail__container {
    padding-bottom: 4.53125rem;
    grid-template-columns: 40.625rem 31.25rem;
    grid-template-rows: 18px auto auto;
    column-gap: 3.125rem;
    grid-template-areas:
    "detail__head detail__image"
    "detail__head-sub detail__image"
    "detail__text detail__image";
    row-gap: initial;
  }
}

@media screen and (min-width: 780px) {
  .detail__container.detail__container--digital-marketing,
  .detail__container.detail__container--logistics,
  .detail__container.detail__container--administrative-support {
    grid-template-rows: 18px 7.625rem auto;
  }
}

.detail__content {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .detail__content {
    width: 40.625rem;
  }
}

.detail__head {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #000000;
}

@media screen and (min-width: 780px) {
  .detail__head {
    grid-area: detail__head;
  }
}
.detail__head::before {
  background-color: #000000;
  content: "";
  height: 1px;
  width: 3.125rem;
  margin-right: 15px;
}

.detail__head-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: white;
  display: block;
}
.detail__head-sub span {
  background-color: #C10C14;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding-inline: 10px;
  padding-bottom: 3px;
}
@media screen and (min-width: 780px) {
  .detail__head-sub {
    font-size: 2.125rem;
    padding-bottom: 5px;
    grid-area: detail__head-sub;
  }
  .detail__head-sub span {
    padding-bottom: 5px;
  }
}

/* .detail__head-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1875;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .detail__head-sub {
    font-size: 1rem;
    padding-bottom: 1.9375rem;
  }
}

.detail__head-sub::after {
  position: absolute;
  content: "";
  width: 3.8125rem;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
} */

.detail__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(30/14);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .detail__text {
    margin-top: 1.875rem;
    line-height: calc(30/14);
    font-size: 0.875rem;
    grid-area: detail__text;
  }
}

.detail__solution {
  position: relative;
}

/* .detail__solution::after {
  position: absolute;
  content: "Solution";
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  line-height: 2;
  color: #C10D14;
  font-size: 1.25rem;
  right: 0;
  top: -50px;
}
@media screen and (min-width: 550px) {
  .detail__solution::after {
    font-size: 1.6875rem;
    right: 140px;
    top: -60px;
  }
}
@media screen and (min-width: 780px) {
  .detail__solution::after {
    font-size: 1.6875rem;
    right: 3.8rem;
    top: -60px;
  }
} */

.detail__image {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .detail__image {
    width: 31.25rem;
    aspect-ratio: 500/550;
    grid-area: detail__image;
  }
}

.detail__image img {
  object-fit: cover;
  height: 100%;
}

.detail__brackets {
  position: relative;
  width: 25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .detail__brackets {
    width: 46.75rem;
  }
}

.detail__copy {
  color: #c10d14;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 5.0625rem;
  position: relative;
  padding: 0.625rem;
}
@media screen and (min-width: 780px) {
  .detail__copy {
    font-size: 1.75rem;
    line-height: 2;
  }
}

.detail__copy::before,
.detail__copy::after,
.detail__brackets::before,
.detail__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.detail__copy::before {
  border-left: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  left: 0;
}

.detail__copy::after {
  border-right: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  right: 0;
}

.detail__brackets::before {
  border-right: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  right: 0;
}

.detail__brackets::after {
  border-left: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  left: 0;
}

.detail__brackets-label {
  position: absolute;
  color: #c10d14;
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);

  font-size: 1.875rem;
  bottom: -2rem;
  right: 1rem;
  text-transform: capitalize;
}

@media screen and (min-width: 780px) {
  .detail__brackets-label {
    font-size: 2.25rem;
    bottom: -2.5rem;
    right: 0;
    line-height: 2;
    
  }
}

.archive {
  margin-top: 2.75rem;
  margin-bottom: -1.6rem;
}
@media screen and (min-width: 550px) {
  .archive {
    margin-bottom: -4.25rem;
  }
}

.archive__label {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  border-block: 1px solid #000;
  width: 70%;
  margin-inline: auto;
  padding-block: 1.25rem;
}

.archive__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 1.625rem;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 550px) {
  .archive__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.flow {
  color: #000;
  padding-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .flow {
    padding-top: 4.125rem;
  }
}

.flow__inner {
  position: relative;
}

.flow__inner::before {
  position: absolute;
  content: "Service flow";
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 5.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3214285714;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  right: -16.75rem;
  top: -2rem;
  height: 40rem;
  color: #f5f5f5;
}

.flow__items {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 1.39375rem;
  padding-bottom: 1.66875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .flow__items {
    margin-top: 4.375rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow__item:not(:first-child) {
  margin-top: 1.39375rem;
}

.flow__label {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5625rem;
  width: 85px;
  position: relative;
}

.flow__item:not(:last-child) .flow__label::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_flow.svg) no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 0.6875rem;
  bottom: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__label span {
  font-size: 2.125rem;
  line-height: 1.3235294118;
}

.flow__content {
  position: relative;
  padding-left: 1.59375rem;
}

.flow__item:not(:last-child) .flow__content {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.66875rem;
}

.flow__content::before {
  position: absolute;
  content: "";
  height: 4.1875rem;
  width: 1px;
  background: #d5d5d5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.flow__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}

.flow__text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .flow__text {
    font-size: 0.875rem;
  }
}

.contact-panel {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #f5f5f5),
    to(#f5f5f5)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );
}
@media screen and (min-width: 550px) {
  .contact-panel {
    padding-top: 5rem;
    padding-bottom: 6.5625rem;
  }
}

.contact-panel__container {
  border: 10px solid;
  -o-border-image: linear-gradient(#d30810 0%, #980006 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d30810),
    to(#980006)
  );
  border-image: linear-gradient(#d30810 0%, #980006 100%);
  border-image-slice: 1;
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .contact-panel__container {
    border: 15px solid;
    -o-border-image: linear-gradient(#d30810 0%, #980006 100%);
    border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d30810),
      to(#980006)
    );
    border-image: linear-gradient(#d30810 0%, #980006 100%);
    border-image-slice: 1;
  }
}

.contact-panel__container::after {
  content: "recruit";
  position: absolute;
  /* background: url(../img/contact_panel_text.png) no-repeat; */
  background-size: contain;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  /* width: 80%; */
  /* max-width: 100%; */
  /* height: 30%; */
  opacity: 0.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 780px) {
  .contact-panel__container::after {
    font-size: 94px;
    /* width: 45.0625rem; */
    /* height: 7.6875rem; */
  }
}

.contact-panel__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  z-index: 10;
  text-transform: uppercase;
}
@media screen and (min-width: 550px) {
  .contact-panel__title {
    font-size: 1.625rem;
  }
}

.contact-panel__image {
  position: relative;
}

.contact-panel__image::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.contact-panel__text {
  position: absolute;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  left: 63%;
  top: 67%;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-family: "Blankid", sans-serif;
}
@media screen and (min-width: 780px) {
  .contact-panel__text {
    font-size: 1rem;
    font-size: 1.625rem;
    left: 59%;
    top: 62%;
  }
}

.detail-service {
  background: #c10d14;
  position: relative;
  margin-top: -5px;
  margin-bottom: -5px;
}

.detail-service:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: #c10d14 transparent transparent transparent;
  border-width: 6.25rem 51.25rem 0 51.25rem;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .detail-service:after {
    border-width: 12.5rem 111.25rem 0 111.25rem;
  }
}

.detail-service__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.3125rem;
  padding-top: 1.5625rem;
  text-align: center;
}

.detail-service__items {
  margin-top: 2rem;
}
@media screen and (min-width: 780px) {
  .detail-service__items {
    margin-top: 4.5875rem;
  }
}

.detail-service__item {
  position: relative;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 780px) {
  .detail-service__item {
    grid-template-columns: calc(354 / 850 * 100%) 50%;
    gap: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .detail-service__item:nth-child(even) {
    grid-template-columns: 50% calc(354 / 850 * 100%);
  }

  .detail-service__item:nth-child(even) .detail-service__content {
    order: 1;
  }
  .detail-service__item:nth-child(even) .detail-service__image {
    order: 2;
  }
}

.detail-service__item::before {
  position: absolute;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3214285714;
  opacity: 0.15;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  left: -7.75rem;
  height: 22.5rem;
  z-index: 10;
}

.detail-service__item:nth-child(1)::before {
  content: "Service 01";
}

.detail-service__item:nth-child(2)::before {
  content: "Service 02";
  left: initial;
  right: -7.75rem;
}

.detail-service__item:nth-child(3)::before {
  content: "Service 03";
}

.detail-service__item:nth-child(4)::before {
  content: "Service 04";
  left: initial;
  right: -7.75rem;
}
.detail-service__item:nth-child(5)::before {
  content: "Service 05";
}
.detail-service__item:nth-child(6)::before {
  content: "Service 06";
  left: initial;
  right: -7.75rem;
}

.detail-service__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.detail-service__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .detail-service__item:not(:first-child) {
    margin-top: 4.3125rem;
  }
}

.detail-service__image {
  /* width: 100%;
  max-width: 100%; */
  aspect-ratio: 354/233;
}
/* @media screen and (min-width: 780px) {
  .detail-service__image {
    width: 22.125rem;
  }
} */
/*
.detail-service__content {
  width: 100%;
  max-width: 100%;
} */
/* @media screen and (min-width: 780px) {
  .detail-service__content {
    width: 26.5625rem;
  }
} */

.detail-service__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
@media screen and (min-width: 780px) {
  .detail-service__label {
    margin-top: initial;
  }
}

.detail-service__title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5625rem;
}
@media screen and (min-width: 780px) {
  .detail-service__title {
    font-size: 1.25rem;
    margin-top: 0.9625rem;
  }
}

.detail-service__text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.93125rem;
}
@media screen and (min-width: 780px) {
  .detail-service__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.blog__bg {
  background-color: #f5f5f5;
}

.blog {
  /* background: #f5f5f5; */
  padding-top: 1rem;
  padding-bottom: 5.8125rem;
}

.blog__items {
  margin-top: 1.875rem;
}

.blog__item:not(:first-child) {
  margin-top: 1.25rem;
}

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0.9375rem;
}

.blog__image {
  max-width: 100%;
  aspect-ratio: 175/100;
  width: 35%;
}
@media screen and (min-width: 780px) {
  .blog__image {
    width: 10.9375rem;
  }
}

.blog__content {
  margin-left: 0.9375rem;
  max-width: 100%;
  width: 65%;
}
@media screen and (min-width: 780px) {
  .blog__content {
    width: 39.375rem;
  }
}

.blog__category {
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  width: 4.125rem;
  background: #c10d14;
  line-height: 1.125rem;
  height: 1.125rem;
  text-align: center;
  margin-bottom: 0.5625rem;
}

.blog__title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 780px) {
  .blog__title {
    font-size: 0.875rem;
  }
}

.blog__text {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .blog__text {
    font-size: 0.8125rem;
  }
}

.values {
  padding-top: 5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .values {
    padding-top: 6rem;
  }
}

/* .values::before {
  position: absolute;
  content: "";
  background: url(../img/values_logo.svg) no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 15.625rem;
  height: 14.375rem;
  top: -4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .values::before {
    width: 22.8125rem;
    height: 21.25rem;
  }
} */

@media screen and (min-width: 780px) {
  .values__copy.top-blog__copy {
    margin-left: 5rem;
    max-width: initial;
  }
}
/* .values__concepts-container {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(96%, #232325),
    color-stop(96%, transparent)
  );
  background: linear-gradient(to right top, #232325 96%, transparent 96%);
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 780px) {
  .values__concepts-container {
    margin-right: initial;
    width: calc(1145 / 1440 * 100%);
  }
} */

/* .values__concepts-container::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, right top, color-stop(96%, #232325), color-stop(96%, transparent));
  background: linear-gradient(to right top, #232325 96%, transparent 96%);
  background: url(../img/bg_value.png) no-repeat left bottom / cover;
  width: calc(1320 / 1440 * 100%);
  width: 1320px;
  left: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
} */

.values__concepts-container::after {
  position: absolute;
  content: "";
  background: url(../img/values_concept_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  max-width: 100%;
  height: 20.5rem;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 780px) {
  .values__concepts-container::before {
    position: absolute;
    content: "values";
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 6.25rem;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-weight: 700;
    color: #f0f3f7;
    height: 29.375rem;
    top: 8%;
    right: 0;
  }
}

.values__concept:not(:first-child) {
  margin-top: 2.625rem;
}

.values__concept-title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.09375;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 780px) {
  .values__concept-title {
    font-size: 4rem;
  }
}

.values__concept-text {
  font-size: 0.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .values__concept-text {
    font-size: 0.875rem;
  }
}

.values__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  row-gap: 1.0625rem;
  margin-top: 5rem;
}
@media screen and (min-width: 780px) {
  .values__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.values__item {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem;
  height: 6.6875rem;
  position: relative;
}

.values__item::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_values.svg) no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  bottom: 1px;
  right: 1px;
}

.values__number {
  width: 2.5rem;
}

.values__item-content {
  margin-left: 0.5625rem;
}

.values__item-title {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.07em;
}

.values__item-text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #000;
  font-weight: 700;
}

.recruit-service {
  background: #f5f5f5;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .recruit-service {
    padding-top: 6.4375rem;
    padding-bottom: 6.4375rem;
    margin-top: 6.25rem;
  }
}

.recruit-service__items {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
  column-gap: 1.3125rem;
  row-gap: 1.3125rem;
  margin-top: 1.25rem;
  width: 33.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .recruit-service__items {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.125rem;
    width: 100%;
  }
}

.recruit-service__image {
  position: relative;
  max-height: 10rem;
}
@media screen and (min-width: 780px) {
  .recruit-service__image {
    max-height: 100%;
  }
}

/* .recruit-service__image::after {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: .2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.recruit-service__link {
  color: #fff;
  position: relative;
  display: inline-block;
}

.recruit-service__link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_recruit.svg) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  bottom: 10px;
  right: 10px;
  transition: 0.8s;
}

@media screen and (min-width: 780px) {
  .recruit-service__item:hover .recruit-service__link::after {
    background: url(../img/arrow_recruit_black.svg) no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
}

.recruit-service__item:hover .recruit-service__link {
  opacity: 1;
}

.recruit-service__image {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-service__image img {
  transition: 1.2s;
}

.recruit-service__item:hover .recruit-service__image img {
  opacity: 1;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.recruit-service__title {
  font-size: 1.8125rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
/*
.recruit-service__title-alanize {
  width: 6.625rem;
} */

.occupation {
  padding-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .occupation {
    padding-top: 6.25rem;
  }
}

.occupation__tab-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .occupation__tab-items {
    margin-top: 4.6875rem;
  }
}

.occupation__tab-items::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 0.625rem;
  background: #c10d14;
  bottom: -10px;
}

.occupation__tab-item {
  background: #000;
  font-size: 1rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .occupation__tab-item {
    font-size: 1.25rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }
}

.occupation__tab-item.is-active {
  background: #c10d14;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.occupation__brackets {
  position: relative;
  width: 14.125rem;
  max-width: 100%;
  margin-inline: auto;
}

.occupation__head {
  color: #c10d14;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding: 0.9375rem;
}

.occupation__head::before,
.occupation__head::after,
.occupation__brackets::before,
.occupation__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.occupation__head::before {
  border-left: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  left: 0;
}

.occupation__head::after {
  border-right: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  right: 0;
}

.occupation__brackets::before {
  border-right: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  right: 0;
}

.occupation__brackets::after {
  border-left: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  left: 0;
}

.occupation__text {
  color: #000;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 2.3125rem;
  position: relative;
}

.occupation__text::after {
  position: absolute;
  content: "Recruit";
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  line-height: 2;
  color: #c10d14;
  font-size: 1.25rem;
  left: 57%;
  top: -60px;
}
@media screen and (min-width: 780px) {
  .occupation__text::after {
    font-size: 1.6875rem;
    top: -65px;
  }
}

.occupation__container {
  padding-top: 2.5rem;
  padding-bottom: 7rem;
  background: #f5f5f5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 780px) {
  .occupation__container {
    padding-top: 5rem;
  }
}

.occupation__content {
  display: none;
}

.occupation__content.is-active {
  display: block;
}

.occupation__container::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 0.625rem;
  background: #c10d14;
  top: 0;
}

.occupation__content {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
}

.occupation__items {
  background: #fff;
  padding: 1.25rem 1.5625rem;
  margin-top: 2.25rem;
  border: 1px solid #204896;
}
@media screen and (min-width: 780px) {
  .occupation__items {
    padding: 3.9375rem 5.9375rem;
  }
}

.occupation__item {
  border-bottom: 1px solid #ccd0d5;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 780px) {
  .occupation__item {
    padding-bottom: 2.5rem;
  }
}

.occupation__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .occupation__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.occupation__item-title {
  color: #c10d14;
  font-size: 1rem;
  line-height: 1.1764705882;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .occupation__item-title {
    font-size: 1.0625rem;
  }
}

.occupation__item-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #000;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 780px) {
  .occupation__item-text {
    font-size: 0.9375rem;
    line-height: 2.4;
  }
}

/* contact */
.contact-page {
  color: #000;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 780px) {
  /* contact */
  .contact-page {
    color: #000;
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
}

.contact__form-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__form-title {
    font-size: 1.5rem;
  }
}

/* .contact__inner {
  padding-right: 25px;
  padding-left: 25px;
} */

.contact__attention {
  margin-top: 1.475rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 780px) {
  .contact__attention {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.contact__attention span {
  color: #ff325a;
}

.contact__attention:nth-child(3) {
  margin-top: 3.75rem;
}

.contact__form-items {
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .contact__form-items {
    width: 100%;
  }
}

.contact__form-item {
  width: 100%;
}

.contact__form-item:not(:first-child) {
  margin-top: 1.575rem;
}
@media screen and (min-width: 780px) {
  .contact__form-item {
    margin-top: 2.575rem;
  }
}

.contact__form-dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__label {
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .contact__label {
    font-size: 1rem;
  }
}

.contact__required {
  color: #fff;
  background: red;
  font-size: 0.6875rem;
  padding: 3px 10px 5px;
  margin-left: 0.525rem;
  border-radius: 3px;
}

.contact__form-text {
  color: #666;
  font-size: 0.8rem;
}

.contact__form-dd {
  max-width: 100%;
  width: 100%;
  margin-top: 0.625rem;
}

@media screen and (min-width: 780px) {
  .contact__form-name-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.contact__form-name {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .contact__form-name {
    width: 47%;
    margin-top: initial !important;
  }
}

input {
  height: 2.8125rem;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea {
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  color: #000;
}

/* radio縦並び */
span.wpcf7-list-item {
  display: block;
}

/* 送信成功非表示 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

::-webkit-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-moz-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    font-size: 1rem;
  }
  ::-ms-input-placeholder {
    font-size: 1rem;
  }
  ::placeholder {
    font-size: 1rem;
  }
}

textarea {
  height: 11.25rem;
}

.contact__form-btn input {
  color: #fff;
}

.wpcf7-list-item-label {
  position: relative;
  text-align: center;
  padding-left: 1.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.contact__form-agree {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .contact__form-agree {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.contact__form-privacy {
  margin-top: 1.75rem;
}

.contact__form-btn {
  position: relative;
  margin-top: 3.75rem;
  text-align: center;
}

.contact__form-btn input {
  color: #fff;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  width: 12.5rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
}
@media screen and (min-width: 780px) {
  .contact__btn input {
    font-size: 1.25rem;
    width: 15.625rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
}

/* チェック前のradioボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1rem;
  width: 1rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before,
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #c10d14; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.privacy-policy__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 780px) {
  .privacy-policy__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.privacy {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.privacy__wrapper {
  margin-top: 4.525rem;
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .privacy__wrapper {
    font-size: 1rem;
  }
}

.privacy__wrapper p:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .privacy__wrapper p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.privacy__wrapper ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

.category__items {
  padding-top: 3.125rem;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .category__items {
    padding-top: 9rem;
    padding-bottom: 1.7rem;
  }
}

.category__link,
.cat-item a,
.cat-item-all a {
  display: inline-block;
  text-align: center;
  color: #c10b15;
  border: 1px solid #c10b15;
  box-sizing: border-box;
  transition: 0.2s;
  border-radius: 20px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  width: 8.875rem;
  font-weight: bold;
}

.category__link:hover,
.cat-item a:hover,
.cat-item-all a:hover {
  background: #c10b15;
  color: #fff;
}

.category__item-gallery a {
  padding: 8px 2px;
  font-size: 9px;
  width: 6.1875rem;
}

@media screen and (min-width: 780px) {
  .category__item-gallery a {
    padding: 8px 12px;
    font-size: 12px;
    width: 8.875rem;
  }
}

/* 選択したページが黒になる！ */
a[aria-current="page"] {
  background-color: #c10b15;
  color: #fff;
}

.category__all {
  background-color: #c10b15;
  color: #fff;
}

/* pankuz */

.pankuz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #202020;
  font-weight: 400;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .pankuz {
    font-size: 14px;
  }
}

.pankuz .current-item {
  position: relative;
  padding-left: 22px;
  color: #c10d14;
  margin-right: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
}

.pankuz .current-item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pankuz span a {
  color: #c10d14;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}

.pankuz span:nth-child(n + 2) a {
  padding-left: 2.40625rem;
  padding-left: 22px;
  position: relative;
}

.pankuz span:nth-child(n + 2) a::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  width: 15px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pankuz span:not(:last-child) {
  margin-right: 10px;
}

.pankuz__arrow {
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
}

.single-post-css {
  display: none;
}

/* single-page */
.single {
  color: #000;
  padding-top: 1.2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 780px) {
  .single {
    padding-top: 1.75rem;
  }
}

.single__title {
  font-size: 1.325rem;
  border-bottom: 1px solid #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 1.4375rem;
  position: relative;
  padding-left: 0.75rem;
}

.single__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 80%;
  background-color: #C10C14;
}
@media screen and (min-width: 780px) {
  .single__title {
    font-size: 1.625rem;
    padding-bottom: 0.75rem;
  }
}

.single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.875rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 780px) {
  .single__label {
    margin-bottom: 1.5rem;
  }
}

.single__category-link {
  display: inline-block;
  width: 4.6875rem;
  text-align: center;
  background: #C10C14;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 80px;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__category-link {
    width: 6.5rem;
    font-size: 0.8rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
}

.single__time {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__time {
    margin-left: 1.25rem;
  }
}

.single__time span {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #8f8f8f;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__time span {
    font-size: 0.9375rem;
    padding-left: 1.25rem;
  }
}

.single__time span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__name {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__name {
    margin-left: 1.25rem;
  }
}

.single__name span {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__name span {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}

.single__name span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_name.svg) no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .single__image {
    margin-top: 5.4375rem;
  }
}

.single__text {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__text {
    font-size: 0.9375rem;
    margin-top: 3.125rem;
  }
}

.single__content h2 {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.0526315789;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
  /* font-size: 20px; */
  padding: 0.5rem 0.75rem;
  border-left: 4px solid #C10C14;
  background-color: #eaeaea;
}
@media screen and (min-width: 780px) {
  .single__content h2 {
    /* font-size: 1.1875rem; */
    font-size: 24px;
    /* margin-top: 3.125rem; */
    margin-top: 1em;
    padding: 1rem 1.5rem;
  }
}

.single__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 9px;
  position: relative;
  padding-left: 1rem;
}

@media screen and (min-width: 780px) {
  .single__content h3 {
    font-size: 17px;
  }
}

.single__content h3::before {
  content: "〇";
  position: absolute;
  top: 17%;
  left: 0;
  color: #C10C14;
  font-size: 11px;
  font-weight: bold;
}

.post-nav {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding-inline: 5px;
}

@media screen and (min-width: 780px) {
  .post-nav {
    gap: 1.25rem;
    padding-inline: initial;
  }
}

.post-nav__prev {
  width: calc(100% / 3);
  max-width: 100%;
}

@media screen and (min-width: 780px) {
  .post-nav__prev {
    width: 14rem;
  }
}

.post-nav__prev a{
  position: relative;
  padding: 0.625rem;
  color: #000000;
  font-size: 8px;
  line-height: calc(15/11);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  z-index: 1;
  display: block;
  text-align: center;
}

@media screen and (min-width: 780px) {
  .post-nav__prev a {
    padding: 1.125rem;
  }
}

.post-nav__prev a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border:1px solid #000000;
  transform: skewX(-20deg);
}

.post-nav__prev a span {
  position: relative;
}

.post-nav__prev a span::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_prev.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.1375rem;
  height: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.875rem;
}

@media screen and (min-width: 780px) {
  .post-nav__prev a span::before {
    left: -2.5rem;
  }
}

.post-nav__archive {
  width: calc(100% / 3);
  max-width: 100%;
}

@media screen and (min-width: 780px) {
  .post-nav__archive{
    width: 14rem;
  }
}

.post-nav__archive a{
  position: relative;
  padding: 0.625rem;
  color: #FFFFFF;
  font-size: 8px;
  line-height: calc(15/11);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  z-index: 1;
  display: block;
  text-align: center;
}

@media screen and (min-width: 780px) {
  .post-nav__archive a {
    padding: 1.125rem;
    font-size: 11px;
  }
}

.post-nav__archive a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border:1px solid #000000;
  transform: skewX(-20deg);
  background-color: #000000;
}

.post-nav__next {
  width: calc(100% / 3);
  max-width: 100%;
}

@media screen and (min-width: 780px) {
  .post-nav__next{
    width: 14rem;
  }
}

.post-nav__next a{
  position: relative;
  padding: 0.625rem;
  color: #000000;
  font-size: 8px;
  line-height: calc(15/11);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  z-index: 1;
  display: block;
  text-align: center;
}

@media screen and (min-width: 780px) {
  .post-nav__next a {
    padding: 1.125rem;
  }
}

.post-nav__next a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border:1px solid #000000;
  transform: skewX(-20deg);
}

.post-nav__next a span {
  position: relative;
}

.post-nav__next a span::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.1375rem;
  height: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.875rem;
}

@media screen and (min-width: 780px) {
  .post-nav__next a span::before {
    right: -2.5rem;
  }
}


/* .single__content p {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 780px) {
  .single__content p {
    font-size: 0.9375rem;
    margin-top: 10px;
  }
} */

.single__content figure {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__content figure {
    margin-top: 3.125rem;
  }
}

.single__content figure img {
  object-fit: cover;
}

.single__btn {
  margin-top: 3.575rem;
  text-align: center;
}

.wp-block-quote {
  background: #f4f4f4;
  margin-top: 2rem;
  padding: 57px 16px 45px;
  position: relative;
}

.wp-block-quote::after {
  content: "“";
  font-size: 1000%;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
}

.wp-block-quote p {
  margin-top: initial;
  margin-bottom: 20px;
}

cite {
  font-size: 0.875rem;
}

cite a {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (min-width: 780px) {
  cite a {
    padding-left: 3.5rem;
  }
}

cite a::before {
  position: absolute;
  content: "引用元：";
  left: 0;
  top: 0;
  color: #000;
  pointer-events: none;
}

.wp-block-post-author {
  align-items: center;
  border: 1px solid #d6d6d6;
  padding: 1.625rem;
  margin-top: 2rem;
  flex-wrap: nowrap;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author {
    padding: 2.625rem;
  }
}

.wp-block-post-author__avatar {
  width: 5.75rem;
  max-width: 100%;
  margin-right: 2.125rem;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__avatar {
    margin-right: 3.125rem;
  }
}

.wp-block-post-author__avatar::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #edeced;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-block-post-author__content {
  width: 35rem;
  max-width: 100%;
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__content {
    padding-left: 2.75rem;
  }
}

.wp-block-post-author__content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #edeced;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-post-author__name {
  margin-top: initial !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

/* 著者のボックス */
.saboxplugin-gravatar {
  position: relative;
}
@media screen and (min-width: 780px) {
  .saboxplugin-gravatar {
    position: relative;
    padding: 20px 40px 20px 20px !important;
    margin-right: 40px;
  }
}

@media screen and (min-width: 780px) {
  .saboxplugin-gravatar::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 7.375rem;
    background: #edeced;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.sab-profile-edit,
.sab-edit-settings {
  display: none;
}

.saboxplugin-wrap .saboxplugin-authorname a,
.saboxplugin-wrap .saboxplugin-authorname span {
  font-weight: 700;
}

/* 著者のボックス */

/* same-category */
.same-category {
  /* background: #C10D14; */
  /* padding-top: 2.5rem; */
  padding-bottom: 2.5rem;
  color: #000;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .same-category {
    /* padding-top: 4.375rem; */
    padding-bottom: 4.375rem;
  }
}

.same-category__inner {
  position: relative;
}

.same-category__inner::after {
  position: absolute;
  content: "same";
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -3.125rem;
  right: -17.8125rem;
}

.same-category__inner::before {
  position: absolute;
  content: "category";
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -3.125rem;
  right: -11.5625rem;
}

.same-categoty__content {
  background: #f5f5f5;
}

/* 目次 */
/* .toc_white {
  border: 1px solid #D6D6D6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .toc_white {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.toc_white::before {
  position: absolute;
  content: '';
  width: 100%;
  background: #C10C15;
  height: 5px;
  top: 0;
  left: 0;
}

.toc_title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 2.167 !important;
  letter-spacing: .08em !important;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: initial !important;
}

.toc_toggle {
  display: none;
}

.toc_list {
  margin-top: 1rem;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .toc-list {
    margin-top: 2rem;
  }
}

.toc_list > li {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .toc-list > li {
    padding-bottom: 1.3125rem;
  }
}

.toc_list ul {
  margin-left: 1.25rem;
  margin-top: 1rem;
}

.toc_list > li:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .toc_list > li:nth-child(n+2) {
  margin-top: 1.3125rem;
}
}

.toc_list a {
  font-size: 0.8125rem;
  color: #000;
}

.toc_number {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-family: "Manrope", sans-serif;
  padding-right: 1.25rem;
} */
/*# sourceMappingURL=styles.css.map */

/*-------------------------
  ブログカード
-------------------------*/
.wp-block-table td,
.wp-block-table th {
  border: none;
}
.blog-card {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px #ddd;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .blog-card {
    height: 13.75rem;
    width: 80%;
  }
}
.blog-card::before {
  background-color: #505050;
  border: solid 1px #939393;
  color: #fff;
  content: "合わせて読みたい";
  font-size: 12px;
  display: block;
  padding: 4px 20px;
  position: absolute;
  top: -13px;
  left: 25px;
}
.blog-card::after {
  border: solid 1px #939393;
  color: #939393;
  content: "続きを読む";
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.blog-card:hover {
  box-shadow: none;
  opacity: 0.8;
}
.blog-card a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #428bca;
  padding-bottom: 5px;
}
.blog-card-thumbnail {
  flex: 1;
  margin-right: 15px;
  padding-top: 5px;
}
.blog-card-thumbnail img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .blog-card-thumbnail {
    height: 10rem;
  }
  .blog-card-thumbnail img {
    height: inherit;
  }
}
.blog-card-content {
  flex: 2.5;
}
.blog-card-excerpt {
  /* border-bottom: dashed 1px #a4a4a4; */
  color: #a4a4a4;
  font-size: 13px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1150px) {
  .blog-card-excerpt {
    border-bottom: dashed 1px #a4a4a4;
  }
}
.blog-card-site {
  color: #b2b2b2;
  font-size: 11px;
  padding-left: 5px;
}
.blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 980px) {
  .blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 640px) {
  a.blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.blog-card::before {
    font-size: 11px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .blog-card-title {
    font-size: 14px;
  }
  .blog-card-excerpt {
    display: none;
  }
}

.navigation {
  margin-top: 4.5rem;
  text-align: center;
  padding-bottom: 1.25rem;
}

.page-numbers {
  color: #fff;
  border: 1px solid #000;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: #000;
}

/* .page-numbers:not(:first-child) {
  margin-left: 0.875rem;
} */

.page-numbers.current {
  background: #C10C15;
  border: 1px solid #C10C15;
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
}

.page-numbers:hover {
  color: #fff;
  background: #000;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: initial;
  color: #000;
}

.page-numbers.dots {
  background-color: initial;
  color: #000;
  border: none;
}

/* 投稿ページ pagination */
.post-pagination {
  margin-top: 2rem;
}

.post-pagination__items {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d6d6d6;
  padding: 1.25rem 2.5rem;
  margin-left: auto;
  width: 100%;
}

.post-pagination__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.167;
  color: #000;
}

.post-pagination__left a {
  position: relative;
}

.post-pagination__left a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_left.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.post-pagination__right a {
  position: relative;
}

.post-pagination__right a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_right.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.post-pagination__item a {
  display: flex;
  align-items: center;
}

.post-pagination__image {
  width: 6.875rem;
  max-width: 100%;
  display: inline-block;
}

.post-pagination__text {
  width: 14.6875rem;
  display: inline-block;
  margin-left: 0.625rem;
  color: #000;
}

.post-flex {
  gap: initial;
  margin-top: 1.875rem;
}

.post-flex .post-flex__image {
  margin-top: initial;
  height: 100%;
}
.post-flex img {
  object-fit: cover;
  height: 100%;
}

.post-flex .post-flex__content {
  padding-inline: 1.25rem;
}

@media screen and (min-width: 780px) {
  .post-flex  .post-flex__content {
    padding-inline: 2.125rem;
  }
}

.post-flex  .post-flex__title {
  margin-top: 1rem;
  padding: initial;
  font-size: 1.0625rem;
  padding-left: 7px;
}

@media screen and (min-width: 780px) {
  .post-flex  .post-flex__title {
    font-size: 1.25rem;
  }
}

.post-flex  .post-flex__text {
  border-bottom: 1px dotted #818181;
  padding-bottom: 1.25rem;
}

.post-flex .post-flex__link {
  margin-block: 1.25rem;
}
/* company-page */

.company {
  padding-bottom: 2rem;
  background-color: #F5F5F5;
}
@media screen and (min-width: 780px) {
  .company {
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
  }
}

.company__label {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #000000;
  padding-top: 4.25rem;
}

.company__label::before {
  background-color: #000000;
  content: "";
  height: 1px;
  width: 3.125rem;
  margin-right: 15px;
}

.company__copy {
  font-family: "Robot", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #000000;
}


.company__items {
  /* width: 50rem; */
  max-width: 100%;
  margin-inline: auto;
  margin-top: 1.3125rem;
  position: relative;
}

.company__item {
  border-bottom: 1px solid #d6d6d6;
  border-inline: 1px solid #d6d6d6;
  background-color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company__item:first-child {
  border-top: 1px solid #d6d6d6;
}

.company__item-dt {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  width: 100%;
  padding-block: 1rem 1.125rem;
  background-color: #C10C14;
  padding-inline: 1.0625rem;
}
@media screen and (min-width: 780px) {
  .company__item-dt {
    font-size: 0.825rem;
    width: 9.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 2.13125rem;
  }
}

.company__item-dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.2rem;
  padding-block: 1rem 1.125rem;
  padding-inline: 1.0625rem;
}
@media screen and (min-width: 780px) {
  .company__item-dd {
    font-size: 0.825rem;
    margin-top: initial;
    padding-block: 1.1875rem;
    padding-inline: 2.13125rem;
  }
}

.company__text {
  position: absolute;
  top: -4rem;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-style: italic;
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
}

@media screen and (min-width: 780px) {
  .company__text {
    font-size: 8.0625rem;
    top: -8.0625rem;
    right: -7.625rem;
  }
}

.company__contact {
  margin-top: 4rem;
}

.company__maps {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.company__map {
  width: 48%;
  aspect-ratio: 16/9;
  position: relative;
}

.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 780px) {
  .fade-in {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  }
}

/* フェードイン時に入るクラス */
@media screen and (min-width: 780px) {
  .is-fadein {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 404 */
.not-found__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 780px) {
  .not-found__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.not-found__image {
  width: 12rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .not-found__image {
    width: 20rem;
  }
}

.not-foung__text {
  color: #000;
  margin-top: 3rem;
  line-height: 1.7;
  font-size: 0.825rem;
}
@media screen and (min-width: 780px) {
  .not-foung__text {
    color: #000;
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

/* gallerry */
.gallery__items {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .gallery__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.gallery__category,
.gallery__industry,
.gallery__tag {
  font-size: 0.625rem;
  color: #c10d14;
}

.gallery__content {
  padding: 0.48125rem 0.84375rem 0.48125rem;
  background: none;
}

.gallery__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery__image {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.gallery__item:hover .gallery__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.taxonomy.dictionary-category {
  display: none;
  visibility: hidden;
}

/* ここから追記 */

.topBlog__items {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 780px) {
  .topBlog__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.topBlog__item {
  background: #fff;
  position: relative;
}

/* SP（768px未満）で17件目以降の記事を非表示 */
@media screen and (max-width: 767px) {
  .topBlog__item:nth-child(n + 17) {
    display: none;
  }
  .top-blog__item:nth-child(n + 17) {
    display: none;
  }
}

.baner__dictionry {
  margin-top: 30px;
}

.topContact {
  padding: 20px 0;
}

.topCotanct__items {
  display: flex;
  align-items: center;
}

.topContact__item {
  /* width: calc(804 / 1440 * 100%); */
}

.topContact__item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.topContact__item:nth-child(2) {
  /* margin-left: auto; */
  /* margin-top: -19rem; */
  margin-left: -11%;
  margin-top: 30px;
}

.topContact__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  padding-bottom: 7px;
}

.topContact__item:nth-child(2) .topContact__content {
  left: initial;
  right: 0;
  padding-left: initial;
  padding-right: 15px;
}

.topContact__title {
  color: #fff;
}

.topContact__en {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.topContact__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  font-size: 12px;
}

.topContact__arrow {
  width: 25px;
}

@media screen and (min-width: 780px) {
  .topContact {
    padding: 40px 0;
  }

  .topContact__en {
    font-size: 30px;
  }

  .topContact__jp {
    font-size: 16px;
  }

  .topContact__arrow {
    width: 50px;
  }

  .topContact__content {
    padding-left: 60px;
    gap: 31px;
    padding-bottom: 15px;
  }

  .topContact__item:nth-child(2) .topContact__content {
    padding-right: 28px;
  }
}

.top-blog__items.related__items {
  grid-template-columns: repeat(2, 1fr);
}

.related__items .top-blog__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 780px) {
  .top-blog__items.related__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2080f),
    to(#d30810)
  );
  background: linear-gradient(#b2080f 0%, #d30810 100%);
  padding-top: 19px;
  position: relative;
}

.footer__page-top {
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}

.footer__page-top-link {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: calc(58/16);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
}


.footer__page-top-link::after {
  content: "";
  position: absolute;
  right: -1.875rem;
  top: 40%;
  border-top: solid 3px #FFFFFF;
  border-left: solid 3px #FFFFFF;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

@media screen and (min-width: 780px) {
  .footer__inner {
    margin-top: 3.125rem;
  }
}
.footer__inner {
  margin-top: 4.625rem;
}

.footer__wrapper {
  display: grid;
}

.footer__wrap {
}

.footer__container {
}

.footer__content {
}

.footer__logo {
  width: 174px;
}

.footer__logo-link {
}

.footer__info {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 1rem;
}

.footer__baners {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
}

.footer__baner {
  max-width: 250px;
}

.footer__navs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
}

.footer__items {
  gap: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

@media screen and (min-width: 780px) {
  .footer__items.footer__items--services-pc {
    display: none;
  }
}

.footer__item {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/* .footer__item:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
} */

.footer__item:nth-child(1)::first-letter {
  text-transform: uppercase;
}

.footer__item-link {
  color: #fff;
}

.footer__bottom {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: calc(15 / 12);
  margin-top: 40px;
}

@media screen and (min-width: 780px) {
  .footer {
    padding-top: 19px;
  }
  /* .footer__inner {
    max-width: 1050px;
  } */

  .footer__wrapper {
    gap: 32px;
  }

  .footer__wrap {
  }

  .footer__wrap:nth-child(1) {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 32px;
  }

  .footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__content {
  }

  .footer__logo {
  }

  .footer__logo-link {
  }

  .footer__info {
    margin-top: 2rem;
  }

  .footer__baners {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: initial;
    flex-wrap: wrap;
    width: calc(100% - 300px);
    justify-content: flex-end;
  }

  .footer__baner {
    max-width: 250px;
    width: 18rem;
  }

  .footer__navs {
    display: flex;
    gap: 30px;
  }

  .footer__items {
  }

  .footer__item {
    font-size: 14px;
  }

  /* .footer__item:nth-child(1) {
    font-size: 16px;
  } */

  .footer__item-link {
  }

  .footer__bottom {
    margin-top: 65.4px;
    padding: 5px;
  }

  .category__inner {
    max-width: 1230px;
  }
}

.footer__items.--service .footer__item:not(:first-child) {
  text-transform: uppercase;
}

/* .dictionary-table {
  width: 100%;
  border-collapse: collapse;
}

.dictionary-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.dictionary-row-title {
  background-color: #f5f5f5;
  font-weight: bold;
}

.dictionary-row-key {
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.dictionary-item {
  margin-bottom: 5px;
}

.dictionary-no-items {
  color: #999;
}

.gojuon-header {
  margin-bottom: 20px;
}

.gojuon-header-list {
  display: flex;
  list-style: none;
  padding: 0;
}

.gojuon-header-list li {
  margin-right: 10px;
} */

.dictionary {
  background: #f5f5f5;
  padding-top: 86px;
  padding-bottom: 74px;
}

.dictionary-container {
  /* max-width: 850px; */
  margin-inline: auto;
  color: #000;
  background: #fff;
}

.dictionary-index {
  background-color: #C10C14;
  padding-block: 1.8125rem;
}

.gojuon-index {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.gojuon-index a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dictionary-content {
}

.dictionary__items {
  border-bottom: 1px solid #cecece;
}

.dictionary__item {
  display: grid;
  grid-template-columns: 23% 1fr;
  border-top: 1px solid #cecece;
}

.dictionary__head {
  display: flex;
  justify-content: center;
  border-right: 1px solid #cecece;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-block: 3.0625rem;
}

.dictionary__lists {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
}

.dictionary__list a {
  color: #000000;
  font-size: 14px;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.dictionary__none {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
}

@media screen and (min-width: 780px) {
  .dictionary__item {
    grid-template-columns: 15% 1fr;
  }

  .dictionary__lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    gap: 10px 0;
  }

  .detail-dictionary__content h2 {
    padding: 10px 24px;
    font-size: 24px;
  }

  .detail-dictionary__content h3 {
    font-size: 20px;
  }
}

.detail-dictionary {
  background: #cecece;
  padding-top: 86px;
  padding-bottom: 74px;
}

.detail-dictionary__container {
  /* max-width: 850px; */
  margin-inline: auto;
  color: #000;
  background: #fff;
  padding: 30px 30px 47px;
}

.detail-dictionary__title {
  color: #c10c15;
  text-decoration: underline;
  text-underline-offset: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(26 / 18);
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 27px;
}
.detail-dictionary__title::after {
  position: absolute;
  content: "";
  background: #cecece;
  width: 120%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.detail-dictionary__content {
  padding-top: 25px;
}

.detail-dictionary__content p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.detail-dictionary__content > :first-child {
  margin-top: initial;
}

/* .detail-dictionary__content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  border-left: 3px solid #C10C15;
  padding-left: 9px;
  margin-top: 27px;
} */

.detail-dictionary__content h2 {
  margin-top: 1em;
  padding: 8px 15px;
  border-left: 4px solid #d94b51;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.detail-dictionary__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.detail-dictionary__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.detail-dictionary__btn a {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  transition: 0.3s;
}

.detail-dictionary__btn a span::after {
  background: url(../img/arrow_black.svg) no-repeat;
}
.detail-dictionary__btn a:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
}

.detail-dictionary__btn a:hover {
  background: #000;
  opacity: 1;
  border: none;
  color: #fff;
}

.detail-dictionary__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17.8px;
  margin-top: 46px;
  max-width: 1200px;
  margin-left: 0.5625rem;
}

@media screen and (min-width: 780px) {
  .detail-dictionary__links {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
  }
}

.detail-dictionary__archive {
  margin-top: 46px;
}

@media screen and (min-width: 780px) {
  .header-sp__wrap {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
}

.header-sp__baners {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 780px) {
  .header-sp__baners {
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

.header-sp__baner {
  max-width: 250px;
}

@media screen and (min-width: 780px) {
  .header-sp__baner {
    max-width: 200px;
  }
}

/* ▼Sp CSS（多分SPです💦）ーーーーー */
.history {
  color: #000;
  padding: 50px 0;
}

.timeline {
  max-width: 1000px;
  margin: 0 auto;
}

.timeline h3 {
  font-weight: 500 !important;
  /* font-size: 16px; */
  font-size: 0.8rem;
}

.timeline__list {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: calc(22 / 14);
  padding-left: 15px;
  padding-bottom: 30px;
  border-left: solid 1px #000;
}

.timeline__list:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #000000;
  position: absolute;
  left: -8px;
  top: 4.5px;
  border-radius: 100%;
  z-index: 2;
}

.timeline__list:first-of-type::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
}

.timeline__list:last-of-type::after {
  content: "";
  width: 15px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
}

.timeline__date {
  width: auto;
  /* font-size: 16px; */
  font-size: 0.8rem;
  margin-bottom: 10px;
  flex-shrink: 0;
  margin-right: 30px;
}

/* .timeline__content {
  font-size: 16px;
} */

.timeline__content {
  /* color: #000; */
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 0.8rem;
  /* font-weight: 500; */
}

@media screen and (min-width: 780px) {
  .timeline__content {
    font-size: 0.825rem;
  }

  .timeline h3 {
    /* font-size: 18px; */
    font-size: 0.825rem;
  }
}

@media screen and (min-width: 780px) {
  /* ▼PC CSS（多分PCです💦）ーーーーー */
  .timeline__list {
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 15px;
    padding-bottom: 30px;
    border-left: solid 1px #000;
  }

  .timeline__list:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 2px #000000;
    position: absolute;
    left: -8px;
    top: 8px;
    border-radius: 100%;
    z-index: 2;
  }

  .timeline__list:first-of-type::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
  }

  .timeline__list:last-of-type::after {
    content: "";
    width: 15px;
    height: 120px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: -8px;
    z-index: 1;
  }

  .timeline__date {
    width: 155px;
    flex-shrink: 0;
    margin-right: 30px;
  }

  .timeline__content {
    /* font-size: 18px; */
  }

  .timeline h3 {
    /* font-size: 18px; */
  }
}

/* 目次 */
.toc_white {
  position: relative;
  margin-top: 2.4rem;
  padding-inline: 2.5rem;
  padding-block: 1.25rem;
  border: 1px solid #D6D6D6;
  border-top: 5px solid #C10C15;
}

.single__content .toc_title {
  max-width: 100%;
  margin-top: initial;
  margin-inline: auto;
  color: #111;
  font-weight: 700;
  font-size: 14px;
}

.single__content p {
  margin-top: 12px;
  color: #313131;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 1.6428571429; */
  line-height: 162.5%;
}

@media screen and (min-width: 780px) {
  .single__content .toc_title {
    font-size: 18px;
  }
}

.toc_list {
  max-width: 100%;
  margin-top: 0.5rem;
  margin-inline: auto;
}

.toc_list > li:not(:last-of-type) {
  padding-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7e7e7;
}
.toc_list ul {
  margin-top: 1rem;
  margin-left: 2rem;
}

.toc_list > li:nth-child(n + 2) {
  margin-top: 1rem;
  margin-top: 0.5rem;
}

.toc_list a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
}

.toc_list a:has(.toc_depth_2) {
  font-weight: 400;
}

.toc_number {
  padding-right: 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-family: "Manrope", sans-serif;
}

/* 目次 */
.toc-toggle-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.toc_toggle {
  display: none;
}

.single__container {
  display: grid;
  gap: 5rem;
}

@media screen and (min-width: 780px) {
  .single__container {
    gap: initial;
    /*     grid-template-columns: 65% 25%; */
    grid-template-columns: 72% 25%;
    justify-content: space-between;
  }
}

.single__main {
  max-width: 100%;
  overflow-x: hidden;
}

.single__content {
  max-width: 100%;
  overflow-x: hidden;
}

.single__content img,
.single__content figure img,
.single__content table,
.single__content pre,
.single__content code,
.single__content iframe,
.single__content video,
.single__content embed,
.single__content object {
  max-width: 100%;
  height: auto;
}

.single__content table {
  width: 100% !important;
  max-width: 100%;
  table-layout: auto;
  overflow-x: auto;
}

.single__content pre {
  overflow-x: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.sidebar {
}

.sidebar__items {
  display: grid;
  gap: 50px;
}

.sidebar__item {
}

.sidebar__label {
  font-size: 1.125rem;
  border-bottom: 2px solid #b2080f;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

.sidebar__lists {
  display: grid;
  gap: 6px;
  margin-top: 15px;
}

.sidebar__rank {
  background: #37beb0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
}
.sidebar__rank::after {
  background: #37beb0;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 99.8%;
  width: 6px;
  height: 10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.sidebar__list:nth-child(n + 4) .sidebar__rank {
  color: #888;
  background: #eee;
}
.sidebar__list:nth-child(n + 4) .sidebar__rank::after {
  background: #eee;
}

.sidebar__content.--popular a {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  min-height: 42px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.sidebar__content.--popular .sidebar__title {
  font-size: 12px;
  line-height: 21px;
  -webkit-line-clamp: 2;
}

.sidebar__content a:has(.sidebar__thumb) {
  display: grid;
  grid-template-columns: calc(110 / 300 * 100%) 1fr;
  gap: 10px;
  /* justify-content: space-between; */
  padding: 10px;
  background: #f8f8fa;
  position: relative;
  border-radius: 3px;
}

.sidebar__text {
}

.sidebar__title {
  /* font-size: 0.875rem; */
  font-size: 14px;
  color: #000;
  font-weight: 400;
  /* line-height: calc(21/14); */
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sidebar__thumb {
  aspect-ratio: 110 / 82.5;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar__number {
  position: absolute;
  background: #ee6354;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 15px;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 2px 0 0 0;
}

.sidebar__list:nth-child(n + 4) .sidebar__number {
  background: #eee;
  color: #888;
}

.sidebar__baners {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.sidebar__baners.--fixed {
  margin-top: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

@media screen and (min-width: 780px) {
  main.is-visible {
    overflow: visible;
  }
}

.top-banners {
  padding-top: 1rem;
  padding-bottom: 2.5625rem;
}

.top-banners__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 780px) {
  .top-banners__inner {
    justify-content: space-between;
    align-items: baseline;
    flex-direction: row;
  }
}

.top-banner {
  width: 100%;
  margin-left: 0.56255rem;
  position: relative;
}

.top-banners-bottom .top-banner {
  width: 100%;
}

@media screen and (min-width: 780px) {
  .top-banner {
    width: 48%;
    margin-left: initial;
  }
  .top-banners-bottom .top-banner {
    width: 32%;
  }
}

.top-banner__text {
  position: absolute;
  bottom: 40%;
  left: 36%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Blankid", sans-serif;
  transform: rotate(-18deg);
  text-transform: capitalize;
  letter-spacing: 0.14em;
}

@media  screen and (min-width: 780px) {
  .top-banner__text {
    bottom: 13%;
    left: 29%;
    font-size: 11px;
  }
}

@charset "UTF-8";
body {
  color: #fff;
}

@font-face {
  font-family: "Blankid";
  src: url("/boxtobox/wp-content/themes/boxtobox-wp/fonts/Blankid.woff")
    format("woff");
}

/* @font-face {
  font-family: "Blankid";
  src: url( "wp-content/themes/boxtobox-wp/fonts/Blankid.ttf")format('truetype');
} */

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc_only {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc_only {
    display: block;
  }
}

/*モバイルのみ表示*/
@media screen and (min-width: 780px) {
  .sp_only {
    display: none;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 780px) {
  a:hover {
    opacity: 0.8;
  }
}

/* リキッドレイアウト対応のための設定 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 780px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

main {
  overflow: hidden;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.inner__mini {
  width: 56.25rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 780px) {
  .inner__mini {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section__title-black {
  color: #000;
}

.section__title-en {
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* .section__title-en span {
  padding-left: 3.4375rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .section__title-en span {
    padding-left: 5.3125rem;
  }
} */

/* .section__title-en span::before {
  content: "";
  position: absolute;
  width: 2.8125rem;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 780px) {
  .section__title-en span::before {
    width: 4.6875rem;
  }
} */

.section__title-en-black span::before {
  background: #000;
}

.section__title-jp {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5555555556;
  margin-top: 0.65625rem;
  position: relative;
  width: 25rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .section__title-jp {
    margin-top: 1.46875rem;
    font-size: 2.25rem;
    width: 100%;
  }
}

/* .section__title-about {
  font-weight: 900;
} */

.section__title-about::after {
  content: "About us";
  color: #c10d14;
  font-size: 1.875rem;
  bottom: -2.5rem;
  right: 0;
}
@media screen and (min-width: 780px) {
  .section__title-about::after {
    font-size: 2.25rem;
    bottom: initial;
    right: 3.2rem;
    bottom: -3.125rem;
  }
}

.section__title-blog {
  font-family: "Roboto", sans-serif;
}

.section__title-blog,
.section__title-recruit,
.section__title-contact,
.section__title-company,
.section__title-flow,
.section__title-results,
.section__title-values {
  width: 12.5rem;
}
@media screen and (min-width: 780px) {
  .section__title-blog,
  .section__title-recruit,
  .section__title-contact,
  .section__title-company,
  .section__title-flow,
  .section__title-results,
  .section__title-values {
    width: 100%;
  }
}

.section__title-about::after,
.section__title-blog::after,
.section__title-recruit::after,
.section__title-contact::after,
.section__title-company::after,
.section__title-flow::after,
.section__title-results::after,
.section__title-values::after,
.section__title-same-category::after {
  position: absolute;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  line-height: 2;
  font-family: "Blankid", sans-serif;
}

.section__title-blog::after {
  content: "ConegaBlog";
  color: #c10d14;
  font-size: 1rem;
  right: -15px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-blog::after {
    font-size: 1.6875rem;
    right: -45px;
    bottom: -30px;
  }
}

.section__title-values::after {
  content: "Values";
  color: #c10d14;
  font-size: 1rem;
  right: 50px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-values::after {
    font-size: 1.6875rem;
    right: -45px;
    bottom: -20px;
  }
}

.section__title-contact::after {
  content: "Contact";
  color: #c10d14;
  font-size: 1rem;
  right: 30px;
  bottom: -15px;
}
@media screen and (min-width: 780px) {
  .section__title-contact::after {
    font-size: 2.125rem;
    right: initial;
    left: 115px;
    right: initial;
    bottom: -35px;
  }
}

.section__title-recruit::after {
  content: "Recruit";
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  right: 55px;
  bottom: -12px;
}
@media screen and (min-width: 780px) {
  .section__title-recruit::after {
    font-size: 2.125rem;
    right: initial;
    left: 110px;
    bottom: -37px;
  }
}

.section__title-company::after {
  content: "Company";
  color: #fff;
  font-size: 1rem;
  right: 45px;
  bottom: -10px;
}
@media screen and (min-width: 780px) {
  .section__title-company::after {
    font-size: 2.125rem;
    bottom: -2.8rem;
    left: 7.1rem;
  }
}

.section__title-results::after {
  content: "Past results";
  color: #c10d14;
  font-size: 1.25rem;
  right: 0;
  bottom: -20px;
}
@media screen and (min-width: 780px) {
  .section__title-results::after {
    font-size: 1.6875rem;
    right: -125px;
    bottom: -30px;
  }
}

.section__title-flow::after {
  content: "Flow";
  color: #c10d14;
  font-size: 1.6875rem;
  left: 140px;
  bottom: -28px;
}
@media screen and (min-width: 780px) {
  .section__title-flow::after {
    font-size: 1.6875rem;
    left: 220px;
    bottom: -25px;
  }
}

.section__title-same-category {
  width: 15.5rem;
}
@media screen and (min-width: 780px) {
  .section__title-same-category {
    width: 100%;
  }
}

.section__title-same-category::after {
  content: "Ssame category";
  color: #c10d14;
  font-size: 1.2875rem;
  left: 90px;
  bottom: -28px;
  width: 100%;
}
@media screen and (min-width: 780px) {
  .section__title-same-category::after {
    font-size: 1.6875rem;
    left: 210px;
    bottom: -18px;
    width: 15.75rem;
  }
}

@media screen and (min-width: 780px) {
  .section__title-container {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section__title-it {
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  line-height: 1.3150684932;
  font-family: "Roboto", sans-serif;
  /* font-style: italic; */
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .section__title-it {
    font-size: 4.5625rem;
  }
}

.section__title-sub {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 780px) {
  .section__title-sub {
    padding-left: 3.3125rem;
  }
}

@media screen and (min-width: 780px) {
  .section__title-sub::before {
    content: "";
    background: #fff;
    height: 3.1875rem;
    width: 1px;
    -webkit-transform: rotate(15deg) translateY(-50%);
    transform: rotate(15deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
  }
}

.section__head {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.3139534884;
  letter-spacing: 0.04em;
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .section__head {
    padding-bottom: 1.59375rem;
    font-size: 5.375rem;
  }
}

/* .section__head::after {
  content: "";
  position: absolute;
  width: 3.8125rem;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
} */

/* .header {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.3s;
} */

.header__black {
  background: #000;
}

.header__scroll {
  background: #000;
}

.header__inner {
  height: inherit;
  padding-left: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .header__inner {
    padding-left: 1.875rem;
  }
}

.header__logo {
  width: 6.25rem;
}
@media screen and (min-width: 780px) {
  .header__logo {
    width: 8.75rem;
  }
}

.header__link {
  /* position: relative; */
  display: block;
}

.header__link::before {
  /* position: absolute;
  content: "";
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0; */
}

.header__link.change-logo::before {
  /* z-index: 1;
  opacity: 1; */
}

.header-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  background: #101010;
  top: 0;
  right: 0;
  z-index: -20;
  visibility: hidden;
  /* これで右に隠す↓↓ */
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

@media screen and (min-width: 780px) {
  .header-sp::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    background: url(../img/hamburger_bg.svg) no-repeat;
    background-size: contain;
    width: 38.125rem;
    height: 20.5rem;
    z-index: -1;
  }
}

.header-sp.is-openSP {
  opacity: 0.9;
  z-index: 999;
  visibility: visible;
}

.header-sp__inner {
  width: 65.125rem;
  padding-left: 1.875rem;
  padding-right: 4.375rem;
}

.header-sp__pc {
  margin-top: 3.3125rem;
  margin-top: 1.3125rem;
  margin-bottom: 6.9375rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 780px) {
  .header-sp__pc {
    margin-top: 10.1875rem;
    margin-top: 5.1875rem;
    margin-bottom: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-sp__items {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .header-sp__items {
    width: 9.1875rem;
  }
}

.header-sp__item {
  border-bottom: 0.75px solid #fff;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .header-sp__item {
    padding-bottom: initial;
    border-bottom: initial;
  }
}

.header-sp__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .header-sp__item:not(:first-child) {
    margin-top: 2.875rem;
    margin-top: 1.875rem;
  }
}

/* .header-sp__item:not(:nth-child(9)):after {
  position: absolute;
  content: "";
  background: url(../img/arrow_header.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 780px) {
  .header-sp__item:not(:nth-child(9)):after {
    background: none;
  }
} */

.header-sp__accordion {
  position: relative;
}

.header-sp__accordion::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 1.5px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-sp__accordion::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1.5px;
  height: 8px;
  top: 50%;
  right: 23.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sp__accordion.is-open::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 42%;
}

.header-sp__link {
  display: inline-block;
  font-size: 0.6875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-sp__link span {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 780px) {
  .header-sp__link span {
    font-size: 1.3125rem;
  }
}

.header-sp__service-items {
  /* width: 13.5625rem;
  max-width: 100%; */
}

.header-sp__image {
  width: 24.1875rem;
  max-width: 100%;
}

.header-sp__image img {
  margin-top: 1.2rem;
  width: 60%;
}
@media screen and (min-width: 780px) {
  .header-sp__image img {
    margin-top: initial;
    width: 100%;
  }
}

.header-sp__service-item:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.1875rem;
}

.header-sp__service-item:nth-child(2) {
  margin-top: 1.75rem;
}

.header-sp__service-item:nth-child(n + 3) {
  margin-top: 1.5rem;
}

.header-sp__service-item:not(:first-child) {
  text-transform: uppercase;
}

.header-sp__service-link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

body.js-fixed {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion__sp-items {
  margin-left: 0.9375rem;
  display: none;
  padding-bottom: 1.25rem;
}

.accordion__sp-item.is-open {
  display: block;
}

.accordion__sp-item {
  margin-top: 1.5625rem;
  text-transform: uppercase;
}

.accordion__sp-link {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
.hamburger {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 30000;
  background-color: #000000;
}
/* @media screen and (min-width: 780px) {
  .hamburger {
    width: 50px;
    height: 50px;
  }
} */

/* .hamburger__sub {
  top: 16px;
} */

/*ボタン内側*/
.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 14px;
  height: 1px;
  background: #fff;
}

/*activeクラスが付与されると線が回転して×になる*/
.hamburger.active span {
  background: #fff;
}

/* .hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: translateY(6px) rotate(-135deg);
  transform: translateY(6px) rotate(-135deg);
  width: 60%;
}
@media screen and (min-width: 780px) {
  .hamburger.active span:nth-of-type(1) {
    width: 30%;
    left: 18px;
  }
}

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

.hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  -webkit-transform: translateY(-6px) rotate(135deg);
  transform: translateY(-6px) rotate(135deg);
  width: 60%;
}
@media screen and (min-width: 780px) {
  .hamburger.active span:nth-of-type(3) {
    width: 30%;
    left: 18px;
  }
} */

@media screen and (min-width: 780px) {
  .fv {
    height: 100vh;
  }
}

/* .fv__inner {
  position: relative;
}

.fv__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
} */
/* 
.fv__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  left: 1.25rem;
}
@media screen and (min-width: 780px) {
  .fv__content {
    left: 6.5625rem;
  }
} */

/* .fv__main {
  font-size: 1.875rem;
  line-height: 1.2857142857;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding-bottom: 2.5rem;
  width: 15.625rem;
}
@media screen and (min-width: 780px) {
  .fv__main {
    font-size: 4.375rem;
    width: 100%;
  }
} */

/* .fv__main::after {
  position: absolute;
  content: "BoxtoBox";
  font-family: "Blankid", sans-serif;
  color: #c10d14;
  font-size: 1.5625rem;
  font-weight: 400;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  bottom: 0.475rem;
  right: 9.375rem;
  right: 1.875rem;
}
@media screen and (min-width: 780px) {
  .fv__main::after {
    right: 4.375rem;
    font-size: 3.0625rem;
    bottom: -0.725rem;
  }
} */

/* .fv__main::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1px;
  background: #fff;
  bottom: 0;
}
@media screen and (min-width: 780px) {
  .fv__main::before {
    width: 4.1875rem;
  }
} */

/* .fv__text {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.2142857143;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  margin-top: 2.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 780px) {
  .fv__text {
    font-size: 0.875rem;
  }
} */

.fv__logo {
  position: absolute;
  z-index: 5;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 31%;
  width: 12.0625rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .fv__logo {
    width: 20.5rem;
  }
}

.fv__logo img {
  -webkit-animation: circle-rotate 60s linear 0s infinite forwards;
  animation: circle-rotate 60s linear 0s infinite forwards;
}

/* .fv__pagination {
  background: #C10C14;
  width: 2.1875rem;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .fv__pagination {
    width: 3.125rem;
  }
} */

.fv__pagination-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 4.5625rem 0;
}

/* .fv__pagination-dots {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
} */

.fv__dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv__dot-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fv__dot-background {
  /* 背景円は非表示（デフォルト） */
  opacity: 0;
}

.fv__dot.is-active .fv__dot-background {
  /* アクティブなドットのみ背景円を表示 */
  opacity: 1;
}

.fv__dot-progress {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

@keyframes fv-dot-progress {
  from {
    stroke-dashoffset: 56.55;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (min-width: 780px) {
  .fv__dot {
    width: 8px;
    height: 8px;
  }
  
  .fv__dot-circle {
    width: 24px;
    height: 24px;
  }
}

.fv__scroll {
  position: absolute;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.125rem;
}
@media screen and (min-width: 780px) {
  .fv__scroll {
    left: 50%;
  }
}

.fv__slick-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .fv__slick-num {
    font-size: 0.8125rem;
  }
}

.fv__slick-num .now-count {
  position: relative;
  padding-bottom: 1px;
}
@media screen and (min-width: 780px) {
  .fv__slick-num .now-count {
    padding-bottom: 3px;
  }
}

.fv__slick-num .now-count::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fv-slider .slick-slide.slick-current.slick-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.fv-slider .slick-list img,
.fv-slider .slick-track img,
.fv-slider .slick-slide img {
  width: 100%;
  height: calc(100vh - 146px);
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv-slider .slick-list,
.fv-slider .slick-track,
.fv-slider .slick-slide {
  width: 100%;
  height: 100%;
}

.fv-slider .slick-slide {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.fv-slider .slick-slide.slick-current.slick-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes fadeInAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  98% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.top-about {
  background: #fff;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
}
@media screen and (min-width: 780px) {
  .top-about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.top-about::after {
  position: absolute;
  content: "";
  background: url(../img/about_bg.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 38.125rem;
  height: 20.5rem;
  z-index: -1;
}
@media screen and (min-width: 780px) {
  .top-about::after {
    z-index: 0;
  }
}

/* @media screen and (min-width: 780px) {
  .top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */

.top-about__content {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .top-about__content {
    width: 38.8125rem;
    max-width: 100%;
  }
}

/* .top-about__text {
  margin-top: 2.8125rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.1428571429;
} */

.top-about__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .top-about__btn {
    margin-top: 3.6875rem;
  }
}

.top-about__image-container {
  margin-inline: auto;
  width: 32.25rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .top-about__image-container {
    margin-inline: initial;
    margin-left: auto;
  }
}

.top-about__image {
  width: 32.25rem;
  max-width: 100%;
  /* margin-left: auto; */
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-about__image {
    margin-top: initial;
  }
}

.top-about__circle {
  -webkit-animation: circle-rotate 60s linear 0s infinite forwards;
  animation: circle-rotate 60s linear 0s infinite forwards;
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.top-about__image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-about__logo {
  width: 9.25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .top-about__logo {
    width: 11.375rem;
  }
}

.top-about__image-text {
  /* width: 7.5rem; */
  max-width: 100%;
  font-size: 0.825rem;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-inline: auto;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .top-about__image-text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.btn {
  position: relative;
  z-index: 10;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  text-align: center;
}
@media screen and (min-width: 780px) {
  .btn {
    text-align: left;
  }
}

.btn__link {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1.1818181818;
  text-transform: uppercase;
  width: 13.25rem;
  height: 2.5625rem;
  line-height: 2.5625rem;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 780px) {
  .btn__link {
    width: 14rem;
    height: 3.1875rem;
    line-height: 3.1875rem;
  }
}

.btn__link:hover {
  background: #fff;
  opacity: 1;
  border: none;
  color: #000;
}

.btn__link span {
  position: relative;
}

.btn__link span::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red.svg) no-repeat;
  background-size: contain;
  width: 1.1375rem;
  height: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2.5rem;
}

.btn__inner div {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.btn__link-transparent {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}

.btn__link-transparent:hover {
  background: #fff;
  color: #000;
}

.btn__link-transparent:hover span::after {
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
}

.btn__link-transparent span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}

.btn__link-recruit span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}

.btn__link-recruit:hover span::after {
  background: url(../img/arrow_red.svg) no-repeat;
  transition: 0.4s;
}

.btn__link-red span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  transition: 0.4s;
}
@media screen and (min-width: 780px) {
  .btn__link-red span::after {
    background: url(../img/arrow_red.svg) no-repeat;
  }
}

.btn__link-red:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: contain;
}

.btn__link-red {
  background: #c10d14;
  color: #fff;
  /* border: 1px solid #C10D14; */
}
@media screen and (min-width: 780px) {
  .btn__link-red {
    background: none;
    color: #c10d14;
    border: 1px solid #c10d14;
  }
}

.btn__link-red:hover {
  background: #c10d14;
  color: #fff;
}

.btn__link-black {
  color: #000;
  border: 1px #000 solid;
}

.btn__link-black:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
}

.btn__link-black span::after {
  background: url(../img/arrow_black.svg) no-repeat;
  background-size: contain;
  width: 1.1375rem;
  height: 0.25rem;
}

.btn__link-black:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: contain;
}

.btn__link-single {
  font-family: "Noto Sans JP", sans-serif;
}

.top-consulting__head {
  position: relative;
  z-index: 10;
  height: 13.75rem;
}
@media screen and (min-width: 780px) {
  .top-consulting__head {
    height: initial;
  }
}

.top-consulting__link {
  color: #fff;
  height: inherit;
}

.top-consulting__head a:hover {
  opacity: 1;
}

.top-consulting__head-image {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  height: inherit;
}

.top-consulting__head-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  height: inherit;
}

/* .top-consulting__head:hover .top-consulting__head-image {
  width: 100%;
    -webkit-transform: scale(1.02);
          transform: scale(1.02);
} */

.top-consulting__head:hover .top-consulting__head-image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.top-consulting__head-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-20deg, #000 0%, #656565 100%);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-consulting__inner {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-consulting__text {
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2222222222;
  letter-spacing: 0.08em;
  margin-top: 0.25rem;
  position: relative;
  /* width: 18.75rem;
  max-width: 100%; */
}
@media screen and (min-width: 780px) {
  .top-consulting__text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
    /* width: 27.0625rem; */
  }
}
.top-consulting__text::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 2.375rem;
  top: -50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 450px) {
  .top-consulting__text::after {
    right: -40%;
  }
}
@media screen and (min-width: 550px) {
  .top-consulting__text::after {
    right: -75%;
  }
}
@media screen and (min-width: 670px) {
  .top-consulting__text::after {
    right: -109%;
  }
}
@media screen and (min-width: 780px) {
  .top-consulting__text::after {
    display: none;
  }
}

.top-consulting__btn {
  margin-top: 1.5625rem;
  text-align: left;
}
@media screen and (min-width: 780px) {
  .top-consulting__btn {
    margin-top: 3.5625rem;
  }
}

.top-consulting__title-en {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (min-width: 780px) {
  .top-consulting__title-en {
    font-size: 3.75rem;
  }
}

.alanize__text {
  width: 6.875rem;
}
@media screen and (min-width: 780px) {
  .alanize__text {
    width: 8rem;
  }
}

.top-consulting__title-jp {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.59375rem;
}
@media screen and (min-width: 780px) {
  .top-consulting__title-jp {
    font-size: 1.0625rem;
    line-height: calc(23/20);
  }
}

.top-blog {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #f5f5f5;
}
/*
.top-blog__inner {
  width: 56.25rem;
  max-width: 100%;
} */

@media screen and (min-width: 780px) {
  .top-blog__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-blog__copy {
  font-size: 0.8rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .top-blog__copy {
    max-width: 32.5625rem;
    margin-left: auto;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: initial;
  }
}

/* .top-blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 780px) {
  .top-blog__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
} */

/* @media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__link {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #000;
    padding: 0.9375rem;
  }
} */

/* .top-blog__item:nth-child(n+4) .top-blog__image {
  aspect-ratio: 175/100;
  width: 35%;
} */
@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__image {
    max-width: 100%;
    width: 10.9375rem;
  }
}

.top-blog__image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* .top-blog__item:nth-child(n+4) .top-blog__content {
  width: 65%;
} */
@media screen and (min-width: 780px) {
  .blog .top-blog__item:nth-child(n + 4) .top-blog__content {
    width: 39.375rem;
    margin-left: 0.9375rem;
    max-width: 100%;
  }
}

.top-blog__link {
  color: #000;
  background: #fff;
  /* height: 100%; */
  display: inline-block;
}

/* @media screen and (min-width: 780px) {
  .top-blog__image {
    height: 10.625rem;
  }
} */

/* @media screen and (min-width: 780px) {
  .top-blog__image img {
    height: inherit;
  }
} */

.top-blog__content {
  background: #fff;
  padding: 0.58125rem 0.84375rem 0.51875rem;
}
@media screen and (min-width: 780px) {
  .top-blog__content {
    background: #fff;
    padding: 1.48125rem 0.84375rem 1.48125rem;
    /* height: 11.125rem; */
  }
}

@media screen and (min-width: 780px) {
  .top-blog__item:nth-child(-n + 3) .top-blog__content {
    height: 11.125rem;
  }
}

@media screen and (min-width: 780px) {
  .top-blog__item:nth-child(-n + 3) .archive__content {
    height: 12.125rem;
  }
}

/* .top-blog__title {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
} */

/* .top-blog__text {
  font-size: 0.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} */

.top-blog__btn {
  text-align: center;
  margin-top: 3.3125rem;
}

.top-recruit {
  /* padding-top: 2rem; */
  padding-bottom: 2rem;
}

.top-recruit a {
  color: #ffffff;
}

.top-recruit__container {
  background: url(../img/recruit_bg.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.1875rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 780px) {
  .top-recruit__container {
    padding-left: 12rem;
    padding-right: 2rem;
    padding-top: 8.375rem;
    padding-bottom: 8.1875rem;
  }
}

.top-recruit__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .top-recruit__title {
    margin-top: 4.71875rem;
    font-size: 1.375rem;
  }
}

.top-recruit__text {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .top-recruit__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    margin-top: 2.09375rem;
  }
}

.contact {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #f5f5f5),
    to(#f5f5f5)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );
}
@media screen and (min-width: 780px) {
  .contact {
    padding-top: 7.6875rem;
    padding-bottom: 4.90625rem;
  }
}

/* .contact__inner {
  width: 56.25rem;
  max-width: 100%;
} */

@media screen and (min-width: 780px) {
  .contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contact__text {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__text {
    margin-top: 2.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.contact__btn {
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__btn {
    margin-top: initial;
  }
}

.contact__bg {
  background: #f5f5f5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 10rem;
}

.contact__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  row-gap: 2.3125rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .contact__items {
    margin-top: 5.15625rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.contact__item-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #c10d14;
  margin-top: 0.625rem;
}

.top-company {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2080f),
    to(#d30810)
  );
  background: linear-gradient(#b2080f 0%, #d30810 100%);
  padding-top: 2.125rem;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-company {
    padding-top: 2.875rem;
    padding-bottom: 2.8125rem;
  }
}

.top-company::after {
  position: absolute;
  content: "";
  background: url(../img/company_bg.png) no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 5rem;
  bottom: -1.85rem;
  left: 0.625rem;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .top-company::after {
    width: 44.9375rem;
    height: 9.875rem;
    bottom: 0.90625rem;
    left: 1.30625rem;
  }
}

@media screen and (min-width: 780px) {
  .top-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.top-company__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .top-company__text {
    margin-top: 2.25rem;
  }
}

.top-company__items {
  max-width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .top-company__items {
    width: 37.4375rem;
    margin-left: auto;
    margin-top: initial;
  }
}

.top-company__item {
  border-top: 1px solid #fff;
}

.top-company__item:last-child {
  border-bottom: 1px solid #fff;
}

.top-company__item-link {
  color: #fff;
  width: 100%;
  display: inline-block;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 780px) {
  .top-company__item-link {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding-top: 2.25rem;
    padding-bottom: 2.375rem;
  }
}

.top-company__item-link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 780px) {
  .top-company__item-link::after {
    width: 2.375rem;
    height: 2.375rem;
  }
}

.top-btn {
  width: 1.5625rem;
  position: fixed;
  right: 1rem;
  bottom: 3.375rem;
  z-index: 100;
}
@media screen and (min-width: 780px) {
  .top-btn {
    width: 1.875rem;
    bottom: 9.375rem;
    right: 1.25rem;
    right: 2.5rem;
  }
}
/*
.footer {
  background: #000;
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer {
    padding-top: initial;
    padding-bottom: initial;
  }
}

.footer__inner {
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer__inner {
    max-width: 100%;
  }
}
.footer__container {
  padding-left: max(5%,40px);
  padding-right: max(5%,40px);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 780px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: max(5%,40px);
    padding-right: max(5%,40px);
  }
} */
/*
.footer__logo {
  width: 9.375rem;
}
@media screen and (min-width: 780px) {
  .footer__logo {
    width: 10.875rem;
  }
}

.footer__info {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
}

.footer__info:last-child {
  margin-top: 1.5625rem;
}

.footer__privacy a {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #FFF;
}

.footer__text {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  font-family: "Manrope", sans-serif;
}

.footer__items-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .footer__items-box {
    margin-top: .375rem;
    width: 32.5rem;
    max-width: 100%;
  }
}

.footer__items:first-child {
  width: 50%;
}

.footer__items:last-child {
  width: 50%;
  margin-left: 2.5rem;
  margin-left: auto;
}

.footer__item {
  line-height: 1.5;
}
@media screen and (min-width: 780px) {
  .footer__item {
    line-height: 36px;
  }
}

.footer__item:first-child a {
  font-size: 0.875rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 780px) {
  .footer__item:first-child a {
    font-size: 1rem;
    line-height: calc(28/16);
  }
}

.footer__item:nth-child(n+2) a {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(n+2) a {
    font-size: 0.875rem;
    line-height: calc(24/14);
  }
}

.footer__item:nth-child(2) {
  margin-top: 1.125rem;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(2) {
    margin-top: initial;
  }
}

.footer__item:nth-child(n+3) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .footer__item:nth-child(n+3) {
    margin-top: initial;
  }
}

.footer__item-link {
  color: #FFF;
  width: 100%;
  display: inline-block;
}

.footer__scroll {
  position: absolute;
  bottom: 30px;
  right: 2rem;
}
@media screen and (min-width: 780px) {
  .footer__scroll {
    bottom: 6.625rem;
    right: max(5%,40px);
  }
}

.footer__scroll-text {
  position: relative;
  text-transform: uppercase;
  padding-top: 100px;
  color: #FFF;
  font-family: 'Outfit', sans-serif;
  font-size: .875rem;
  letter-spacing: .13em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
} */
/*
線の描写
.footer__scroll-text:after {
  content: "";
  描画位置
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  線の形状
  width: 3px;
  height: 95px;
  background: #FFF;
  -webkit-animation: pathmoves 2.3s ease-in-out infinite;
          animation: pathmoves 2.3s ease-in-out infinite;
  opacity: 1;
}

高さ・位置・透過が変化して線が下から上に動く
@keyframes pathmoves {
  0% {
    height: 0;
    top: 0; 下から開始
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 0;
  }
  100% {
    height: 0;
    top: 0; 上まで移動
    opacity: 1;
  }
}

.footer__last {
  display: flex;
  margin-top: 2.1875rem;
  flex-direction: column-reverse;
  height: initial;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: calc(4.286% + 4.571px);
  padding-right: calc(4.286% + 4.571px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 780px) {
  .footer__last {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: initial;
    padding-left: max(5%,40px);
    padding-right: max(5%,40px);
  }
} */

.pankuz__area {
  margin-top: 60px;
}
@media screen and (min-width: 780px) {
  .pankuz__area {
    margin-top: 70px;
  }
}

.pankuz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.pankuz__link {
  color: #c10d14;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}

.pankuz__link-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.pankuz__item {
  color: #c10d14;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 12px;
}
@media screen and (min-width: 780px) {
  .pankuz__item {
    font-size: 14px;
  }
}

.pankuz__item:has(a) {
  margin-right: 5px;
}

.pankuz__item span {
  padding-left: 20px;
  position: relative;
}

.pankuz__item span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.pankuz__item.--service {
  text-transform: uppercase;
}

.loop__area {
  position: relative;
  margin-top: 4.375rem;
}
@media screen and (min-width: 780px) {
  .loop__area {
    margin-top: 9.375rem;
  }
}

.loop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 1.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  pointer-events: none;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-reverse {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes loop-reverse {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.loop__item {
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  animation: loop-slide 40s infinite linear 1s both;
  margin-right: 1.25rem;
}

.loop__item-reverse {
  -webkit-animation: loop-reverse 40s infinite linear 1s both;
  animation: loop-reverse 40s infinite linear 1s both;
}

.loop__item-text {
  display: inline-block;
  white-space: nowrap;
  color: #d94b51;
  font-family: "Manrope", sans-serif;
  font-size: 3.1875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.2;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .loop__item-text {
    font-size: 6.4375rem;
    line-height: 1.2038834951;
  }
}

.loop__item-text span {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #d94b51;
}

.loop__item-text-blog {
  color: #a50919;
  opacity: 1;
}

.loop__item-text-dark {
  opacity: 0.8;
}

.loop__item-text-thin {
  opacity: 0.08;
}

.loop__about-service {
  margin-top: 2rem;
}

.loop__item-text-white {
  font-size: 4.5625rem;
  opacity: 0.2;
  color: #ffffff;
}

.loop__items-blog {
  margin-top: -3.75rem;
}

@media  screen and (min-width: 780px) {
  .loop__items-blog {
    margin-top: -14.6875rem;
  }
}

.loop__item-text-blog {
  opacity: 0.6;
  color: #ffffff;
}

@media screen and (min-width: 780px) {
  .loop__item-text-blog {
    font-size: 20.5rem;
  }
}

.loop__items-about {
  margin-top: 4.25rem;
}

@media  screen and (min-width: 780px) {
  .loop__items-about {
    margin-top: -10rem; 
  }
}


.loop__item-text-about {
  opacity: 0.6;
  color: #ffffff;
}

@media screen and (min-width: 780px) {
  .loop__item-text-about {
    font-size: 20.1875rem;
  }
  
}

.loop__items-service {
  margin-top: -1.25rem;
}

@media  screen and (min-width: 780px) {
  .loop__items-service {
    margin-top: -10rem; 
  }
}

.loop__items-service01 {
  margin-top: -2px;
}

@media  screen and (min-width: 780px) {
  .loop__items-service01 {
    margin-top: -10rem; 
  }
}


.loop__item-text-service {
  opacity: 0.6;
  color: #ffffff;
}

@media screen and (min-width: 780px) {
  .loop__item-text-service {
    font-size: 20.5rem;
  }
  
}

.loop__items-fv {
  position: absolute;
  bottom: -2.5rem;
}
@media screen and (min-width: 780px) {
  .loop__items-fv {
    /* bottom: -3.75rem; */
    bottom: -4.75rem;
  }
}

.loop__item-img {
  width: 3000px;
  height: 300px;
}

/* .scroll-bar {
  position: relative;
  text-transform: uppercase;
  padding-top: 75px;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  color: #fff;
  font-family: "Manrope", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
} */

/* 線の描写 */
/* .scroll-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 3.9375rem;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
} */

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

.consulting__items {
  display: -ms-grid;
  overflow: hidden;
  display: grid;
}
@media screen and (min-width: 780px) {
  .consulting__items {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}

/* .consulting__item {
  width: calc(100% + 9.401232006rem);
  position: relative;
  height: 13.75rem;
  margin-top: -2px;
}
@media screen and (min-width: 780px) {
  .consulting__item {
    height: 19.5rem;
    margin-top: initial;
    width: auto;
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }
} */

@media screen and (min-width: 780px) {
  .consulting__item:nth-child(2n + 1) {
    /* left: -7rem; */
  }
}

.consulting__item:nth-child(1n) {
  position: relative;
  z-index: 10;
}

.consulting__item:last-child img {
  margin-left: -60px;
}

.consulting__item:nth-child(2n) {
  position: relative;
  /* z-index: 10; */
}
@media screen and (min-width: 780px) {
  .consulting__item:nth-child(1n) {
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    margin-right: -3%;
  }
  .consulting__item:nth-child(2n) {
    /* left: 25px; */
    /* left: 1.5625rem; */
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -3%;
  }

  .consulting__item:nth-child(2) img {
    /* margin-left: 2rem; */
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
    max-width: 110%;
    width: 110%;
  }
  .consulting__item:last-child img {
    margin-left: -20px;
  }
}

.consulting__link {
  position: relative;
  color: #fff;
  height: inherit;
  z-index: 2;
  display: inline-block;
  width: 100%;
}

.consulting__link:hover {
  opacity: 1;
}

.consulting__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-20deg, #000 0%, #656565 100%);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.consulting__image {
  height: inherit;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.consulting__image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@media screen and (min-width: 780px) {
  .consulting__image img {
    /* transform: skew(8deg) scale(1.05); */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.consulting__item:hover .consulting__image {
  width: 100%;
}

.consulting__item:hover .consulting__image img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
/* @media screen and (min-width: 780px) {
  .consulting__item:hover .consulting__image img {
    -webkit-transform: skew(8deg) scale(1.07);
            transform: skew(8deg) scale(1.07);
  }
} */

.consulting__item-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  z-index: 10;
  max-width: 100%;
  width: 18.75rem;
}
@media screen and (min-width: 780px) {
  .consulting__item-text {
    /* -webkit-transform: skew(8deg); */
    /* transform: skew(8deg); */
    /* top: 35%; */
    left: 16%;
    width: 29.1875rem;
  }
}
.consulting__item-text.sp_only {
  left: 6.1%;
  color: #fff;
}

.consulting__item-text::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_link.svg) no-repeat;
  background-size: contain;
  width: 2.375rem;
  height: 2.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 450px) {
  .consulting__item-text::after {
    right: -35%;
  }
}
@media screen and (min-width: 550px) {
  .consulting__item-text::after {
    right: -70%;
  }
}
@media screen and (min-width: 670px) {
  .consulting__item-text::after {
    right: -100%;
  }
}
@media screen and (min-width: 780px) {
  .consulting__item-text::after {
    /* right: -10%; */
    right: -15%;
  }
}
@media screen and (min-width: 780px) {
  .consulting__item:nth-child(2n) .consulting__item-text::after {
    right: -32%;
  }
}
/* @media screen and (min-width: 1400px) {
  .consulting__item-text::after {
    right: -30%;
  }
} */
@media screen and (min-width: 780px) {
  .consulting__item:hover .consulting__item-text::after {
    background: url(../img/arrow_link_hover.svg) no-repeat;
    background-size: contain;
    width: 2.375rem;
    height: 2.375rem;
  }
}

@media screen and (min-width: 780px) {
  .consulting__item-text2n {
    left: 10%;
  }
}

.consulting__arrow {
  width: 1.75rem;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
}
@media screen and (min-width: 780px) {
  .consulting__arrow {
    width: 2.375rem;
    right: 10%;
    -webkit-transform: skew(8deg);
    transform: skew(8deg);
  }
}

.fv-sub {
  background: #232325;
  position: relative;
  /* height: 16rem; */
  height: 9rem;
  margin-top: 40px;
  /* padding-top: 20px; */
}
@media screen and (min-width: 780px) {
  .fv-sub {
    /* height: 16rem; */
    height: 15rem;
    margin-top: 50px;
    padding-top: initial;
  }
}

/* .fv-sub__mini {
  height: 14.125rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__mini {
    height: 16rem;
  }
} */

.fv-sub__inner {
  position: relative;
  height: inherit;
}

.fv-sub::after {
  position: absolute;
  content: "";
  background: url(../img/fv-sub_bg.svg) no-repeat;
  background-size: contain;
  width: 52.25rem;
  height: 28.125rem;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* .fv-sub__container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .fv-sub__container {
    align-items: center;
  }
} */

/* .fv-sub__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 780px) {
  .fv-sub__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

.fv-sub__container .fv-sub__content {
  justify-content: initial;
}

@media screen and (min-width: 780px) {
  .fv-sub__container.--service .fv-sub__content {
    justify-content: center;
  }

  .fv-sub__container .fv-sub__content {
    justify-content: center;
  }
} */

/* .fv-sub__content-mini {
  top: 45%;
}
@media screen and (min-width: 780px) {
  .fv-sub__content-mini {
    margin-left: 5rem;
    top: 50%;
  }
} */

.fv-sub__title {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.325;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .fv-sub__title {
    font-size: 4rem;
  }
}
.fv-sub__title.--service {
  font-size: 22px;
}
@media screen and (min-width: 780px) {
  .fv-sub__title.--service {
    font-size: 4rem;
  }
}

.fv-sub__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1538461538;
  letter-spacing: 0.04em;
  margin-top: 0.90625rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__text {
    font-size: 1.25rem;
  }
}
/*
.fv-sub__items {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: 10;
}
@media screen and (min-width: 780px) {
  .fv-sub__items {
    margin-right: 15rem;
    right: 0;
    top: 50%;
  }
} */

.fv-sub__link {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .fv-sub__link {
    font-size: 0.875rem;
  }
}

.fv-sub__link span {
  width: 20px;
  display: block;
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125;
  margin-right: 0.5rem;
}
@media screen and (min-width: 780px) {
  .fv-sub__link span {
    margin-right: 1.5rem;
    font-size: 1rem;
  }
}

/* .about__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  color: #000;
}

.about {
  color: #000;
  padding: 4rem 0 2.5rem;
  background: #f5f5f5;
}
@media screen and (min-width: 780px) {
  .about {
    padding-top: 11.5rem;
    padding: 6rem 0;
  }
}

.about__head {
  text-align: center;
  position: relative;
  z-index: 2;
}

.about__head::after {
  position: absolute;
  content: "";
  background: url(../img/about_logo.svg) no-repeat;
  background-size: contain;
  width: 12.5rem;
  height: 12.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 780px) {
  .about__head::after {
    width: 22.8125rem;
    height: 22.8125rem;
  }
}

.about__brackets {
  width: 25rem;
  max-width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .about__brackets {
    width: 45.875rem;
  }
}

.about__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  position: relative;
  padding: 0.625rem;
}
@media screen and (min-width: 780px) {
  .about__copy {
    font-size: 1.75rem;
  }
}

.about__copy::before,
.about__copy::after,
.about__brackets::before,
.about__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.about__copy::before {
  border-left: solid 3px #000000;
  border-top: solid 3px #000000;
  top: 0;
  left: 0;
}

.about__copy::after {
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  bottom: 0;
  right: 0;
}

.about__brackets::before {
  border-right: solid 3px #000000;
  border-top: solid 3px #000000;
  top: 0;
  right: 0;
}

.about__brackets::after {
  border-left: solid 3px #000000;
  border-bottom: solid 3px #000000;
  bottom: 0;
  left: 0;
}

.about__text {
  font-size: 0.8rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1.375rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .about__text {
    margin-top: 1.71875rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.about__text::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #000;
  height: 2.5rem;
  bottom: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .about__text::after {
    height: 4.375rem;
    bottom: -7.8125rem;
  }
}

.about__circle-area {
  padding-top: 3.3125rem;
  padding-bottom: 2.84375rem;
  margin-top: 3.125rem;
  background: linear-gradient(
    -50deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 780px) {
  .about__circle-area {
    padding-top: 7.3125rem;
    padding-bottom: 5.84375rem;
    margin-top: 3.125rem;
    background: linear-gradient(
      -28deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      #f5f5f5 50%,
      #f5f5f5 100%
    );
  }
}

.about__circle {
  width: 35.1875rem;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 0.9735rem;
  padding-right: 0.9735rem;
}
@media screen and (min-width: 780px) {
  .about__circle {
    padding-left: initial;
    padding-right: initial;
  }
} */

.about__service01 {
  margin-top: 2rem;
  position: relative;
  /* width: 56.25rem; */
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 550px) {
  .about__service01 {
    margin-top: 8.75rem;
  }
}
@media screen and (min-width: 780px) {
  .about__service01 {
    margin-top: 5.25rem;
  }
}

.about__service-label {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2142857143;
  text-transform: uppercase;
}

.about__service-title {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .about__service-title {
    margin-top: 1.59375rem;
    font-size: 1.875rem;
  }
}

.about__service-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .about__service-text {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 780px) {
  .about__service01-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.about__service01-text {
  width: 100%;
  max-width: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .about__service01-text {
    /* width: 36.25rem; */
    width: 33.125rem;
    max-width: 100%;
  }
}

/* .about__service01-image {
  width: 100%;
  max-width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .about__service01-image {
    width: 28.125rem;
    margin-right: -16.875rem;
    margin-left: auto;
    margin-top: 3.125rem;
  }
} */

/* .about__service02-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

/* .about__service02-image {
  width: 38.75rem;
  position: relative;
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .about__service02-image {
    margin-top: initial;
  }
}

.about__service02-image::after {
  position: absolute;
  content: "";
  background: url(../img/service01_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  height: 20.5rem;
  top: -20.5rem;
  right: 0;
} */

.about__service02 {
  /* width: 62.5rem; */
  /* max-width: 100%; */
  background: #f5f5f5;
  padding: 1.25rem;
  margin-left: -11.25rem;
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .about__service02 {
    padding: 7.1875rem;
    margin-top: initial;
  }
}

.about__service02::after {
  position: absolute;
  content: "";
  background: url(../img/service02_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  height: 20.5rem;
  bottom: -20.5rem;
  right: 0;
}

.about__service02-text {
  width: 42.5rem;
  max-width: 100%;
  font-weight: 500;
}

.about__company-name {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: calc(23/13);
  letter-spacing: 0.04em;
}

.about__president-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(23/13);
  letter-spacing: 0.04em;
  margin-top: initial !important;
}


/* .about__service03-container {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #c10d14),
    to(#c10d14)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #c10d14 50%,
    #c10d14 100%
  );
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 780px) {
  .about__service03-container {
    padding-top: 8.1875rem;
    padding-bottom: 4.625rem;
  }
}

.about__service03 {
  width: 62.5rem;
  max-width: 100%;
  background: #fff;
  margin-inline: auto;
  padding: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .about__service03 {
    padding: 0 4.6875rem 5.3125rem;
    padding: 0 4.6787rem;
  }
} */

/* .about__service03-text {
  width: 36.25rem;
  max-width: 100%;
} */

.service {
  padding-top: 6.25rem;
  padding-bottom: 11.3125rem;
  position: relative;
}

.service::after {
  position: absolute;
  content: "";
  background: url(../img/service_page_bg.svg) no-repeat;
  background-size: contain;
  width: 53.5rem;
  height: 28.75rem;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service__inner {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .service__inner {
    padding-right: initial;
    padding-left: initial;
  }
}

.service__tab-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.9375rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.9375rem;
  margin-top: 1.5625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .service__tab-items {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
    margin-top: 2.8125rem;
  }
}

.service__tab-link {
  color: #fff;
  display: inline-block;
  background: #c10d14;
  width: 100%;
  max-width: 100%;
  text-align: center;
  height: 2.1875rem;
  /* line-height: 2.1875rem; */
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .service__tab-link {
    /* width: 12.3125rem; */
    height: 2.6875rem;
    /* line-height: 2.6875rem; */
  }
}

.service__items {
  margin-top: 6.125rem;
}

.service__item:not(:first-child) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 780px) {
  .service__item:not(:first-child) {
    margin-top: 3.625rem;
  }
}

.service__label-en {
  color: #c10d14;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
}

.service__label-jp {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 0.1rem;
  color: #000;
}

.service__container {
  margin-top: 0.5rem;
  display: grid;
}
@media screen and (min-width: 780px) {
  .service__container {
    grid-template-columns: calc(250 / 850 * 100%) 1fr;
    margin-top: 1.3125rem;
  }
}

/* .service__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 250/360;
}
@media screen and (min-width: 780px) {
  .service__image {
    aspect-ratio: 250/360;
  }
} */

.service__content {
  background: #f5f5f5;
  color: #000;
  /* width: 100%; */
  /* max-width: 100%; */
  padding: 1.25rem;
}
@media screen and (min-width: 780px) {
  .service__content {
    /* width: 37.5rem; */
    padding: 2.5rem;
  }
}

.service__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 780px) {
  .service__title {
    font-size: 2.25rem;
  }
}

.service__title-alanize {
  width: 8rem;
  margin-bottom: 1.2rem;
}

.service__sub-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.08em;
  margin-top: 0.54375rem;
}
@media screen and (min-width: 780px) {
  .service__sub-title {
    font-size: 1rem;
  }
}

.service__text {
  font-size: 0.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .service__text {
    font-size: 0.875rem;
  }
}

.service__btn {
  margin-top: 1.875rem;
}

/* .results {
  background: #f5f5f5;
  padding-bottom: 2rem;
  padding-top: 8.125rem !important;
}
@media screen and (min-width: 780px) {
  .results {
    padding-bottom: 9.875rem;
    padding-top: 19rem;
  }
} */

@media screen and (min-width: 780px) {
  .results__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.results__copy {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  color: #000;
  max-width: 24.0625rem;
  margin-left: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 780px) {
  .results__copy {
    margin-top: initial;
  }
}

/* .results__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 2.1875rem;
  row-gap: 1.9375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .results__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2.8125rem;
  }
} */

/* .results__content {
  background: #fff;
  color: #000;
  padding: 1.48125rem 0.84375rem 2.21875rem;
} */

.results__title {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.results__text {
  font-size: 0.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-top: 0.625rem;
}

.results__contact {
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}

.detail {
  padding-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .detail {
    padding-top: 7.5625rem;
  }
}

/* .detail__container {
  border-bottom: 1px solid #000;
  padding-bottom: 1.875rem;
  display: grid;
}
@media screen and (min-width: 780px) {
  .detail__container {
    grid-template-columns: 1fr calc(250 / 850 * 100%);
    padding-bottom: 4.53125rem;
    gap: 80px;
  }
} */

/* .detail__content {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .detail__content {
    width: 32.5rem;
  }
} */

/* .detail__head {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 780px) {
  .detail__head {
    font-size: 4rem;
  }
} */

/* .detail__head-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1875;
  padding-bottom: 1.3125rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .detail__head-sub {
    font-size: 1rem;
    padding-bottom: 1.9375rem;
  }
}

.detail__head-sub::after {
  position: absolute;
  content: "";
  width: 3.8125rem;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
} */

/* .detail__text {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 780px) {
  .detail__text {
    margin-top: 1.875rem;
    line-height: 2.1428571429;
  }
} */

.detail__solution {
  position: relative;
}

/* .detail__solution::after {
  position: absolute;
  content: "Solution";
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  line-height: 2;
  color: #C10D14;
  font-size: 1.25rem;
  right: 0;
  top: -50px;
}
@media screen and (min-width: 550px) {
  .detail__solution::after {
    font-size: 1.6875rem;
    right: 140px;
    top: -60px;
  }
}
@media screen and (min-width: 780px) {
  .detail__solution::after {
    font-size: 1.6875rem;
    right: 3.8rem;
    top: -60px;
  }
} */

/* .detail__image {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .detail__image {
    width: 15.625rem;
    margin-left: auto;
  }
} */

.detail__brackets {
  position: relative;
  width: 25rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .detail__brackets {
    width: 46.75rem;
  }
}

.detail__copy {
  color: #c10d14;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 2.5rem;
  position: relative;
  padding: 0.625rem;
}
@media screen and (min-width: 780px) {
  .detail__copy {
    font-size: 1.75rem;
    line-height: 2;
    margin-top: 5.0625rem;
  }
}

.detail__copy::before,
.detail__copy::after,
.detail__brackets::before,
.detail__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.detail__copy::before {
  border-left: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  left: 0;
}

.detail__copy::after {
  border-right: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  right: 0;
}

.detail__brackets::before {
  border-right: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  right: 0;
}

.detail__brackets::after {
  border-left: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  left: 0;
}

/* .archive {
  margin-top: 6.4375rem;
  margin-bottom: -1.6rem;
}
@media screen and (min-width: 550px) {
  .archive {
    margin-bottom: -5.5rem;
  }
}

.archive__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 1.625rem;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 550px) {
  .archive__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
} */

.flow {
  color: #000;
  padding-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .flow {
    padding-top: 4.125rem;
  }
}

.flow__inner {
  position: relative;
}

.flow__inner::before {
  position: absolute;
  content: "Service flow";
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 5.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3214285714;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  right: -16.75rem;
  top: -2rem;
  height: 40rem;
  color: #f5f5f5;
}

.flow__items {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 1.39375rem;
  padding-bottom: 1.66875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .flow__items {
    margin-top: 4.375rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow__item:not(:first-child) {
  margin-top: 1.39375rem;
}

.flow__label {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5625rem;
  width: 85px;
  position: relative;
}

.flow__item:not(:last-child) .flow__label::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_flow.svg) no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 0.6875rem;
  bottom: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__label span {
  font-size: 2.125rem;
  line-height: 1.3235294118;
}

.flow__content {
  position: relative;
  padding-left: 1.59375rem;
}

.flow__item:not(:last-child) .flow__content {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.66875rem;
}

.flow__content::before {
  position: absolute;
  content: "";
  height: 4.1875rem;
  width: 1px;
  background: #d5d5d5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.flow__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}

.flow__text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 780px) {
  .flow__text {
    font-size: 0.875rem;
  }
}

.contact-panel {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, #f5f5f5),
    to(#f5f5f5)
  );
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 50%,
    #f5f5f5 50%,
    #f5f5f5 100%
  );
}
@media screen and (min-width: 550px) {
  .contact-panel {
    padding-top: 5rem;
    padding-bottom: 6.5625rem;
  }
}

.contact-panel__container {
  border: 10px solid;
  -o-border-image: linear-gradient(#d30810 0%, #980006 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d30810),
    to(#980006)
  );
  border-image: linear-gradient(#d30810 0%, #980006 100%);
  border-image-slice: 1;
  position: relative;
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 780px) {
  .contact-panel__container {
    border: 15px solid;
    -o-border-image: linear-gradient(#d30810 0%, #980006 100%);
    border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d30810),
      to(#980006)
    );
    border-image: linear-gradient(#d30810 0%, #980006 100%);
    border-image-slice: 1;
  }
}

.contact-panel__container::after {
  content: "recruit";
  position: absolute;
  /* background: url(../img/contact_panel_text.png) no-repeat; */
  background-size: contain;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  /* width: 80%; */
  /* max-width: 100%; */
  /* height: 30%; */
  opacity: 0.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 780px) {
  .contact-panel__container::after {
    font-size: 94px;
    /* width: 45.0625rem; */
    /* height: 7.6875rem; */
  }
}

.contact-panel__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
  z-index: 10;
  text-transform: uppercase;
}
@media screen and (min-width: 550px) {
  .contact-panel__title {
    font-size: 1.625rem;
  }
}

.contact-panel__image {
  position: relative;
}

.contact-panel__image::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.contact-panel__text {
  position: absolute;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  left: 63%;
  top: 67%;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.14em;
  font-family: "Blankid", sans-serif;
}
@media screen and (min-width: 780px) {
  .contact-panel__text {
    font-size: 1rem;
    font-size: 1.625rem;
    left: 59%;
    top: 62%;
  }
}

.detail-service {
  background: #c10d14;
  position: relative;
  margin-top: -5px;
  margin-bottom: -5px;
}

.detail-service:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: #c10d14 transparent transparent transparent;
  border-width: 6.25rem 51.25rem 0 51.25rem;
  z-index: 1;
}
@media screen and (min-width: 780px) {
  .detail-service:after {
    border-width: 12.5rem 111.25rem 0 111.25rem;
  }
}

.detail-service__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.3125rem;
  padding-top: 1.5625rem;
  text-align: center;
  width: 85%;
  margin-inline: auto;
}

.detail-service__items {
  margin-top: 2rem;
}
@media screen and (min-width: 780px) {
  .detail-service__items {
    margin-top: 4.5875rem;
  }
}

.detail-service__item {
  position: relative;
  display: grid;
}
@media screen and (min-width: 780px) {
  .detail-service__item {
    grid-template-columns: calc(354 / 1200 * 100%) 1fr;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .detail-service__item:nth-child(even) {
    grid-template-columns: 1fr calc(354 / 1200 * 100%);
  }

  .detail-service__item:nth-child(even) .detail-service__content {
    order: 1;
  }
  .detail-service__item:nth-child(even) .detail-service__image {
    order: 2;
  }
}

.detail-service__item::before {
  position: absolute;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3214285714;
  opacity: 0.15;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  left: -7.75rem;
  height: 22.5rem;
  z-index: 10;
}

.detail-service__item:nth-child(1)::before {
  content: "Service 01";
}

.detail-service__item:nth-child(2)::before {
  content: "Service 02";
  left: initial;
  right: -7.75rem;
}

.detail-service__item:nth-child(3)::before {
  content: "Service 03";
}

.detail-service__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.detail-service__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .detail-service__item:not(:first-child) {
    margin-top: 4.3125rem;
  }
}

.detail-service__image {
  /* width: 100%;
  max-width: 100%; */
  aspect-ratio: 354/233;
}
/* @media screen and (min-width: 780px) {
  .detail-service__image {
    width: 22.125rem;
  }
} */
/*
.detail-service__content {
  width: 100%;
  max-width: 100%;
} */
/* @media screen and (min-width: 780px) {
  .detail-service__content {
    width: 26.5625rem;
  }
} */

.detail-service__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
@media screen and (min-width: 780px) {
  .detail-service__label {
    margin-top: initial;
  }
}

/* .detail-service__title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5625rem;
}
@media screen and (min-width: 780px) {
  .detail-service__title {
    font-size: 1.875rem;
    margin-top: 0.9625rem;
  }
} */

/* .detail-service__text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.93125rem;
}
@media screen and (min-width: 780px) {
  .detail-service__text {
    font-size: 1rem;
    line-height: 2;
  }
} */

.blog {
  /* background: #f5f5f5; */
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.blog .top-blog__items {
  margin-top: 0;
}

.blog__items {
  margin-top: 1.875rem;
}

.blog__item:not(:first-child) {
  margin-top: 1.25rem;
}

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0.9375rem;
}

.blog__image {
  max-width: 100%;
  aspect-ratio: 175/100;
  width: 35%;
}
@media screen and (min-width: 780px) {
  .blog__image {
    width: 10.9375rem;
  }
}

.blog__content {
  margin-left: 0.9375rem;
  max-width: 100%;
  width: 65%;
}
@media screen and (min-width: 780px) {
  .blog__content {
    width: 39.375rem;
  }
}

/* .blog__category {
  color: #fff;
  font-weight: 400;
  font-size: 0.625rem;
  width: 4.125rem;
  background: #c10d14;
  line-height: 1.125rem;
  height: 1.125rem;
  text-align: center;
  border-radius: 13px;
  margin-bottom: 0.5625rem;
} */

.blog__title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 780px) {
  .blog__title {
    font-size: 0.875rem;
  }
}

.blog__text {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .blog__text {
    font-size: 0.8125rem;
  }
}

/* .values {
  padding-top: 9.375rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .values {
    padding-top: 19.5625rem;
  }
} */

/* .values::before {
  position: absolute;
  content: "";
  background: url(../img/values_logo.svg) no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 15.625rem;
  height: 14.375rem;
  top: -4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 780px) {
  .values::before {
    width: 22.8125rem;
    height: 21.25rem;
  }
} */

/* @media screen and (min-width: 780px) {
  .values__copy {
    margin-left: 5rem;
  }
} */
.values__concepts-container {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(96%, #232325),
    color-stop(96%, transparent)
  );
  background: linear-gradient(to right top, #232325 96%, transparent 96%);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  margin-top: 3.0625rem;
  margin-inline: calc(50% - 50vw);
}

/* .values__concepts-container::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, right top, color-stop(96%, #232325), color-stop(96%, transparent));
  background: linear-gradient(to right top, #232325 96%, transparent 96%);
  background: url(../img/bg_value.png) no-repeat left bottom / cover;
  width: calc(1320 / 1440 * 100%);
  width: 1320px;
  left: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
} */

.values__concepts-container::after {
  position: absolute;
  content: "";
  background: url(../img/values_concept_bg.svg) no-repeat;
  background-size: contain;
  width: 38.125rem;
  max-width: 100%;
  height: 20.5rem;
  bottom: 0;
  right: 0;
}

/* .values__concepts-container::before {
  position: absolute;
  content: "values";
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 8.0625rem;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-weight: 700;
  color: #f0f3f7;
  height: 29.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15rem;
} */

/* @media screen and (min-width: 780px) {
  .values__concepts {
    padding-left: initial;
    padding-left: clamp(0.625rem, -5.518rem + 12.798vi, 6rem);
  }
} */

.values__concept:not(:first-child) {
  margin-top: 2.625rem;
}

.values__concept-title {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.09375;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 780px) {
  .values__concept-title {
    font-size: 4rem;
  }
}

.values__concept-text {
  font-size: 0.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .values__concept-text {
    font-size: 0.875rem;
  }
}

.values__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.0625rem;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  row-gap: 1.0625rem;
  margin-top: 2rem;
}
@media screen and (min-width: 780px) {
  .values__items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.values__item {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem;
  height: 6.6875rem;
  position: relative;
}

.values__item::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_values.svg) no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  bottom: 1px;
  right: 1px;
}

.values__number {
  width: 2.5rem;
}

.values__item-content {
  margin-left: 0.5625rem;
}

.values__item-title {
  color: #c10d14;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.07em;
}

.values__item-text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  letter-spacing: 0.08em;
  color: #000;
  font-weight: 700;
}

.recruit-service {
  background: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
@media screen and (min-width: 780px) {
  .recruit-service {
    padding-top: 6.4375rem;
    padding-bottom: 6.4375rem;
    margin-top: 6.25rem;
  }
}

.recruit-service__items {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.3125rem;
  -moz-column-gap: 1.3125rem;
  column-gap: 1.3125rem;
  row-gap: 1.3125rem;
  margin-top: 1.25rem;
  width: 33.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .recruit-service__items {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.125rem;
    width: 100%;
  }
}

.recruit-service__image {
  position: relative;
  max-height: 10rem;
}
@media screen and (min-width: 780px) {
  .recruit-service__image {
    max-height: 100%;
  }
}

/* .recruit-service__image::after {
  position: absolute;
  content: '';
  background-color: #000;
  opacity: .2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.recruit-service__link {
  color: #fff;
  position: relative;
  display: inline-block;
}

.recruit-service__link::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_recruit.svg) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  bottom: 10px;
  right: 10px;
  transition: 0.8s;
}

@media screen and (min-width: 780px) {
  .recruit-service__item:hover .recruit-service__link::after {
    background: url(../img/arrow_recruit_black.svg) no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
  }
}

.recruit-service__item:hover .recruit-service__link {
  opacity: 1;
}

.recruit-service__image {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-service__image img {
  transition: 1.2s;
}

.recruit-service__item:hover .recruit-service__image img {
  opacity: 1;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.recruit-service__title {
  font-size: 1.8125rem;
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-style: italic;
}
/*
.recruit-service__title-alanize {
  width: 6.625rem;
} */

.occupation {
  padding-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .occupation {
    padding-top: 6.25rem;
  }
}

.occupation__tab-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  margin-top: 2.5rem;
  position: relative;
}
@media screen and (min-width: 780px) {
  .occupation__tab-items {
    margin-top: 4.6875rem;
  }
}

.occupation__tab-items::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 0.625rem;
  background: #c10d14;
  bottom: -10px;
}

.occupation__tab-item {
  background: #000;
  font-size: 1rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .occupation__tab-item {
    font-size: 1.25rem;
    height: 4.375rem;
    line-height: 4.375rem;
  }
}

.occupation__tab-item.is-active {
  background: #c10d14;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.occupation__brackets {
  position: relative;
  width: 14.125rem;
  max-width: 100%;
  margin-inline: auto;
}

.occupation__head {
  color: #c10d14;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
  padding: 0.9375rem;
}

.occupation__head::before,
.occupation__head::after,
.occupation__brackets::before,
.occupation__brackets::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.occupation__head::before {
  border-left: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  left: 0;
}

.occupation__head::after {
  border-right: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  right: 0;
}

.occupation__brackets::before {
  border-right: solid 3px #c10d14;
  border-top: solid 3px #c10d14;
  top: 0;
  right: 0;
}

.occupation__brackets::after {
  border-left: solid 3px #c10d14;
  border-bottom: solid 3px #c10d14;
  bottom: 0;
  left: 0;
}

.occupation__text {
  color: #000;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.04em;
  margin-top: 2.3125rem;
  position: relative;
}

.occupation__text::after {
  position: absolute;
  content: "Recruit";
  font-family: "Blankid", sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  line-height: 2;
  color: #c10d14;
  font-size: 1.25rem;
  left: 57%;
  top: -60px;
}
@media screen and (min-width: 780px) {
  .occupation__text::after {
    font-size: 1.6875rem;
    top: -65px;
  }
}

.occupation__container {
  padding-top: 2.5rem;
  padding-bottom: 7rem;
  background: #f5f5f5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 780px) {
  .occupation__container {
    padding-top: 5rem;
  }
}

.occupation__content {
  display: none;
}

.occupation__content.is-active {
  display: block;
}

.occupation__container::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 0.625rem;
  background: #c10d14;
  top: 0;
}

.occupation__content {
  width: 53.125rem;
  max-width: 100%;
  margin-inline: auto;
}

.occupation__items {
  background: #fff;
  padding: 1.25rem 1.5625rem;
  margin-top: 2.25rem;
  border: 1px solid #204896;
}
@media screen and (min-width: 780px) {
  .occupation__items {
    padding: 3.9375rem 5.9375rem;
  }
}

.occupation__item {
  border-bottom: 1px solid #ccd0d5;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 780px) {
  .occupation__item {
    padding-bottom: 2.5rem;
  }
}

.occupation__item:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .occupation__item:not(:first-child) {
    margin-top: 2rem;
  }
}

.occupation__item-title {
  color: #c10d14;
  font-size: 1rem;
  line-height: 1.1764705882;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (min-width: 780px) {
  .occupation__item-title {
    font-size: 1.0625rem;
  }
}

.occupation__item-text {
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #000;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 780px) {
  .occupation__item-text {
    font-size: 0.9375rem;
    line-height: 2.4;
  }
}

/* contact */
.contact-page {
  color: #000;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.contact__form-title {
  font-size: 1.25rem;
}
@media screen and (min-width: 780px) {
  .contact__form-title {
    font-size: 1.5rem;
  }
}

/* .contact__inner {
  padding-right: 25px;
  padding-left: 25px;
} */

.contact__attention {
  margin-top: 1.475rem;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 780px) {
  .contact__attention {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.contact__attention span {
  color: #ff325a;
}

.contact__attention:nth-child(3) {
  margin-top: 3.75rem;
}

.contact__form-items {
  width: 40.625rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 780px) {
  .contact__form-items {
    width: 100%;
  }
}

.contact__form-item {
  width: 100%;
}

.contact__form-item:not(:first-child) {
  margin-top: 1.575rem;
}
@media screen and (min-width: 780px) {
  .contact__form-item {
    margin-top: 2.575rem;
  }
}

.contact__form-dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__label {
  color: #000;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .contact__label {
    font-size: 1rem;
  }
}

/* .contact__required {
  color: #fff;
  background: red;
  font-size: 0.6875rem;
  padding: 0.1725rem;
  margin-left: 0.525rem;
  border-radius: 3px;
} */

.contact__form-text {
  color: #666;
  font-size: 0.8rem;
}

.contact__form-dd {
  max-width: 100%;
  width: 100%;
  margin-top: 0.625rem;
}

@media screen and (min-width: 780px) {
  .contact__form-name-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.contact__form-name {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .contact__form-name {
    width: 47%;
    margin-top: initial !important;
  }
}

input {
  height: 2.8125rem;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea {
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  color: #000;
}

/* radio縦並び */
span.wpcf7-list-item {
  display: block;
}

/* 送信成功非表示 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

::-webkit-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-moz-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

:-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::-ms-input-placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}

::placeholder {
  color: grey;
  opacity: 0.5;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    font-size: 1rem;
  }
  ::-ms-input-placeholder {
    font-size: 1rem;
  }
  ::placeholder {
    font-size: 1rem;
  }
}

textarea {
  height: 11.25rem;
}

.contact__form-btn input {
  color: #fff;
}

.wpcf7-list-item-label {
  position: relative;
  text-align: center;
  padding-left: 1.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.contact__form-agree {
  margin-top: 1.75rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 780px) {
  .contact__form-agree {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.contact__form-privacy {
  margin-top: 1.75rem;
}

.contact__form-btn {
  position: relative;
  margin-top: 3.75rem;
  text-align: center;
}

.contact__form-btn input {
  color: #fff;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  width: 12.5rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
}
@media screen and (min-width: 780px) {
  .contact__btn input {
    font-size: 1.25rem;
    width: 15.625rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
}

/* チェック前のradioボタン */
.wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1rem;
  width: 1rem;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before,
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #c10d14; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.privacy-policy__text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 780px) {
  .privacy-policy__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.privacy {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.privacy__wrapper {
  margin-top: 4.525rem;
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 780px) {
  .privacy__wrapper {
    font-size: 1rem;
  }
}

.privacy__wrapper p:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .privacy__wrapper p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.privacy__wrapper ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

/* .category__items {
  margin-top: 3.125rem;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 780px) {
  .category__items {
    margin-top: 9rem;
    padding-bottom: 1.7rem;
  }
} */

/* .category__link,
.cat-item a,
.cat-item-all a {
  display: inline-block;
  text-align: center;
  color: #c10b15;
  border: 1px solid #c10b15;
  box-sizing: border-box;
  transition: 0.2s;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
}

.category__link:hover,
.cat-item a:hover,
.cat-item-all a:hover {
  background: #c10b15;
  color: #fff;
} */

/* 選択したページが黒になる！ */
a[aria-current="page"] {
  background-color: #c10b15;
  color: #fff;
}

.category__all {
  background-color: transparent;
  color: #c10b15;
}

.category__all.active {
  background-color: #c10b15;
  color: #fff;
}

/* pankuz */

.pankuz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #202020;
  font-weight: 400;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 780px) {
  .pankuz {
    font-size: 14px;
  }
}

/* .pankuz .current-item {
  position: relative;
  padding-left: 35px;
  color: #c10d14;
  margin-right: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
}

.pankuz .current-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
} */

.pankuz span a {
  color: #c10d14;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
}

/* .pankuz span:nth-child(n + 2) a {
  padding-left: 2.40625rem;
  padding-left: 20px;
  position: relative;
}

.pankuz span:nth-child(n + 2) a::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  width: 15px;
  height: 1px;
  background: #c10d14;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
} */

.pankuz span:not(:last-child) {
  margin-right: 10px;
}

.pankuz__arrow {
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
}

.single-post-css {
  display: none;
}

/* single-page */
.single {
  color: #000;
  padding-top: 1.2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 780px) {
  .single {
    padding-top: 1.75rem;
  }
}

/* .single__title {
  font-size: 1.325rem;
  border-bottom: 1px solid #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 780px) {
  .single__title {
    font-size: 1.625rem;
    padding-bottom: 1.9375rem;
  }
} */

.single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.875rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 780px) {
  .single__label {
    margin-bottom: 1.5rem;
  }
}

/* .single__category-link {
  display: inline-block;
  width: 4.6875rem;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 80px;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__category-link {
    width: 6.5rem;
    font-size: 0.8rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
} */

.single__time {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__time {
    margin-left: 1.25rem;
  }
}

.single__time span {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #8f8f8f;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__time span {
    font-size: 0.9375rem;
    padding-left: 1.25rem;
  }
}

.single__time span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__name {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__name {
    margin-left: 1.25rem;
  }
}

.single__name span {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__name span {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}

.single__name span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_name.svg) no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single__image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .single__image {
    margin-top: 5.4375rem;
  }
}

.single__text {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__text {
    font-size: 0.9375rem;
    margin-top: 3.125rem;
  }
}

/* .single__content h2 {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.0526315789;
  letter-spacing: 0.08em;
  margin-top: 1.875rem;
  font-size: 20px;
}
@media screen and (min-width: 780px) {
  .single__content h2 {
    font-size: 1.1875rem;
    font-size: 24px;
    margin-top: 3.125rem;
    margin-top: 1em;
  }
} */

/* .single__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 780px) {
  .single__content h3 {
    font-size: 20px;
  }
} */

/* .single__content p {
  font-size: 0.8rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 780px) {
  .single__content p {
    font-size: 0.9375rem;
    margin-top: 10px;
  }
} */

.single__content figure {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__content figure {
    margin-top: 3.125rem;
  }
}

.single__content figure img {
  object-fit: cover;
}

.single__btn {
  margin-top: 3.575rem;
  text-align: center;
}

.wp-block-quote {
  background: #f4f4f4;
  margin-top: 2rem;
  padding: 57px 16px 45px;
  position: relative;
}

.wp-block-quote::after {
  content: "“";
  font-size: 1000%;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
}

.wp-block-quote p {
  margin-top: initial;
  margin-bottom: 20px;
}

cite {
  font-size: 0.875rem;
}

cite a {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (min-width: 780px) {
  cite a {
    padding-left: 3.5rem;
  }
}

cite a::before {
  position: absolute;
  content: "引用元：";
  left: 0;
  top: 0;
  color: #000;
  pointer-events: none;
}

.wp-block-post-author {
  align-items: center;
  border: 1px solid #d6d6d6;
  padding: 1.625rem;
  margin-top: 2rem;
  flex-wrap: nowrap;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author {
    padding: 2.625rem;
  }
}

.wp-block-post-author__avatar {
  width: 5.75rem;
  max-width: 100%;
  margin-right: 2.125rem;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__avatar {
    margin-right: 3.125rem;
  }
}

.wp-block-post-author__avatar::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #edeced;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-block-post-author__content {
  width: 35rem;
  max-width: 100%;
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__content {
    padding-left: 2.75rem;
  }
}

.wp-block-post-author__content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 7.375rem;
  background: #edeced;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-post-author__name {
  margin-top: initial !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

/* 著者のボックス */
.saboxplugin-gravatar {
  position: relative;
}
@media screen and (min-width: 780px) {
  .saboxplugin-gravatar {
    position: relative;
    padding: 20px 40px 20px 20px !important;
    margin-right: 40px;
  }
}

@media screen and (min-width: 780px) {
  .saboxplugin-gravatar::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 7.375rem;
    background: #edeced;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.sab-profile-edit,
.sab-edit-settings {
  display: none;
}

.saboxplugin-wrap .saboxplugin-authorname a,
.saboxplugin-wrap .saboxplugin-authorname span {
  font-weight: 700;
}

/* 著者のボックス */

/* same-category */
.same-category {
  /* background: #C10D14; */
  /* padding-top: 2.5rem; */
  padding-bottom: 2.5rem;
  color: #000;
  overflow: hidden;
}
@media screen and (min-width: 780px) {
  .same-category {
    /* padding-top: 4.375rem; */
    padding-bottom: 4.375rem;
  }
}

.same-category__inner {
  position: relative;
}

.same-category__inner::after {
  position: absolute;
  content: "same";
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -3.125rem;
  right: -17.8125rem;
}

.same-category__inner::before {
  position: absolute;
  content: "category";
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: -3.125rem;
  right: -11.5625rem;
}

.same-categoty__content {
  background: #f5f5f5;
}

/* 目次 */
/* .toc_white {
  border: 1px solid #D6D6D6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .toc_white {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.toc_white::before {
  position: absolute;
  content: '';
  width: 100%;
  background: #C10C15;
  height: 5px;
  top: 0;
  left: 0;
}

.toc_title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 2.167 !important;
  letter-spacing: .08em !important;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: initial !important;
}

.toc_toggle {
  display: none;
}

.toc_list {
  margin-top: 1rem;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .toc-list {
    margin-top: 2rem;
  }
}

.toc_list > li {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
}
@media screen and (min-width: 780px) {
  .toc-list > li {
    padding-bottom: 1.3125rem;
  }
}

.toc_list ul {
  margin-left: 1.25rem;
  margin-top: 1rem;
}

.toc_list > li:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .toc_list > li:nth-child(n+2) {
  margin-top: 1.3125rem;
}
}

.toc_list a {
  font-size: 0.8125rem;
  color: #000;
}

.toc_number {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-family: "Manrope", sans-serif;
  padding-right: 1.25rem;
} */
/*# sourceMappingURL=styles.css.map */

/*-------------------------
  ブログカード
-------------------------*/
.wp-block-table td,
.wp-block-table th {
  border: none;
}
.blog-card {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px #ddd;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .blog-card {
    height: 13.75rem;
    width: 80%;
  }
}
.blog-card::before {
  background-color: #505050;
  border: solid 1px #939393;
  color: #fff;
  content: "合わせて読みたい";
  font-size: 12px;
  display: block;
  padding: 4px 20px;
  position: absolute;
  top: -13px;
  left: 25px;
}
.blog-card::after {
  border: solid 1px #939393;
  color: #939393;
  content: "続きを読む";
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.blog-card:hover {
  box-shadow: none;
  opacity: 0.8;
}
.blog-card a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #428bca;
  padding-bottom: 5px;
}
.blog-card-thumbnail {
  flex: 1;
  margin-right: 15px;
  padding-top: 5px;
}
.blog-card-thumbnail img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .blog-card-thumbnail {
    height: 10rem;
  }
  .blog-card-thumbnail img {
    height: inherit;
  }
}
.blog-card-content {
  flex: 2.5;
}
.blog-card-excerpt {
  /* border-bottom: dashed 1px #a4a4a4; */
  color: #a4a4a4;
  font-size: 13px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1150px) {
  .blog-card-excerpt {
    border-bottom: dashed 1px #a4a4a4;
  }
}
.blog-card-site {
  color: #b2b2b2;
  font-size: 11px;
  padding-left: 5px;
}
.blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 980px) {
  .blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 640px) {
  a.blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.blog-card::before {
    font-size: 11px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .blog-card-title {
    font-size: 14px;
  }
  .blog-card-excerpt {
    display: none;
  }
}

.navigation {
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 1.25rem;
}

/* .page-numbers {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
} */

/* .page-numbers:not(:first-child) {
  margin-left: 0.875rem;
} */

/* .page-numbers.current {
  color: #fff;
  background: #000;
} */

.page-numbers:hover {
  color: #fff;
  background: #000;
}

/* 投稿ページ pagination */
.post-pagination {
  margin-top: 2rem;
}

.post-pagination__items {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d6d6d6;
  padding: 1.25rem 2.5rem;
  margin-left: auto;
  width: 100%;
}

.post-pagination__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2.167;
  color: #000;
}

.post-pagination__left a {
  position: relative;
}

.post-pagination__left a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_left.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.post-pagination__right a {
  position: relative;
}

.post-pagination__right a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_red_right.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.post-pagination__item a {
  display: flex;
  align-items: center;
}

.post-pagination__image {
  width: 6.875rem;
  max-width: 100%;
  display: inline-block;
}

.post-pagination__text {
  width: 14.6875rem;
  display: inline-block;
  margin-left: 0.625rem;
  color: #000;
}

/* company-page */

/* .company {
  padding-bottom: 2rem;
}
@media screen and (min-width: 780px) {
  .company {
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
  }
} */

/* .company__items {
  width: 50rem;
  max-width: 100%;
  margin-inline: auto;
} */

/* .company__item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1.1875rem;
  padding-top: 1.1875rem;
}
@media screen and (min-width: 780px) {
  .company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
} */

.company__item:first-child {
  border-top: 1px solid #d6d6d6;
}

/* .company__item-dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  width: 12.5rem;
}
@media screen and (min-width: 780px) {
  .company__item-dt {
    font-size: 0.825rem;
    width: 9.375rem;
  }
} */

/* .company__item-dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.2rem;
}
@media screen and (min-width: 780px) {
  .company__item-dd {
    font-size: 0.825rem;
    margin-top: initial;
  }
} */

.company__maps {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.company__map {
  width: 48%;
  aspect-ratio: 16/9;
  position: relative;
}

.company__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 780px) {
  .fade-in {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, -webkit-transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s;
    transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
  }
}

/* フェードイン時に入るクラス */
@media screen and (min-width: 780px) {
  .is-fadein {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 404 */
.not-found__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 780px) {
  .not-found__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.not-found__image {
  width: 12rem;
  max-width: 100%;
}
@media screen and (min-width: 780px) {
  .not-found__image {
    width: 20rem;
  }
}

.not-foung__text {
  color: #000;
  margin-top: 3rem;
  line-height: 1.7;
  font-size: 0.825rem;
}
@media screen and (min-width: 780px) {
  .not-foung__text {
    color: #000;
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}

/* gallerry */
/* .gallery__items {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 780px) {
  .gallery__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
} */

.gallery__no {
  font-size: 12px;
  line-height: 1.6;
}

.gallery__category,
.gallery__industry,
.gallery__tag {
  font-size: 12px;
  color: #000;
}

.gallery__content {
  padding: 16px 0;
  background: none;
}

.gallery__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery__image {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.gallery__item:hover .gallery__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.taxonomy.dictionary-category {
  display: none;
  visibility: hidden;
}

/* ここから追記 */

.topBlog__items {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 780px) {
  .topBlog__items {
    grid-template-columns: repeat(4, 1fr);
  }
}

.topBlog__item {
  background: #fff;
}

/* .top-blog__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
} */

.baner__dictionry {
  margin-top: 30px;
}

.topContact {
  padding: 2rem 0;
}

.topCotanct__items {
  display: flex;
  align-items: center;
}

.topContact__item {
  /* width: calc(804 / 1440 * 100%); */
}

.topContact__item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.topContact__item:nth-child(2) {
  /* margin-left: auto; */
  /* margin-top: -19rem; */
  margin-left: -11%;
  margin-top: 30px;
}

.topContact__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
  padding-bottom: 7px;
}

.topContact__item:nth-child(2) .topContact__content {
  left: initial;
  right: 0;
  padding-left: initial;
  padding-right: 15px;
}

.topContact__title {
  color: #fff;
}

.topContact__en {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.topContact__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  font-size: 12px;
}

.topContact__arrow {
  width: 25px;
}

@media screen and (min-width: 780px) {
  .topContact {
    padding: 40px 0;
  }

  .topContact__en {
    font-size: 30px;
  }

  .topContact__jp {
    font-size: 16px;
  }

  .topContact__arrow {
    width: 50px;
  }

  .topContact__content {
    padding-left: 60px;
    gap: 31px;
    padding-bottom: 15px;
  }

  .topContact__item:nth-child(2) .topContact__content {
    padding-right: 28px;
  }
}

.top-blog__items.related__items {
  grid-template-columns: repeat(2, 1fr);
}

/* .related__items .top-blog__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} */

@media screen and (min-width: 780px) {
  .top-blog__items.related__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b2080f),
    to(#d30810)
  );
  background: linear-gradient(#b2080f 0%, #d30810 100%);
  padding-top: 19px;
  position: relative;
}

.footer__icon {
  position: absolute;
  top: 5.3125rem;
  right: 1.25rem;
  width: 6.5625rem;
  height: 29.8125rem;
}

.footer__inner {
}

.footer__wrapper {
  display: grid;
}

.footer__wrap {
}

.footer__container {
}

.footer__content {
}

.footer__logo {
  width: 174px;
}

.footer__logo-link {
}

.footer__info {
  font-size: 14px;
  line-height: calc(26 / 14);
  margin-top: 1rem;
}

.footer__banners {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

@media screen and (min-width: 780px) {
  .footer__banners {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer__banner {
  max-width: 250px;
  position: relative;
}

.footer__banner-text {
  position: absolute;
  bottom: 11px;
  left: 36%;
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  font-family: "Blankid", sans-serif;
  transform: rotate(-18deg);
  text-transform: capitalize;
  letter-spacing: 0.14em;
}

@media screen and (min-width: 768px) {
  .footer__banner-text {
    bottom: 12px;
    font-size: 11px;
  }
}

/* .footer__navs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 20px;
} */

.footer__items {
  gap: 1.5rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.footer__item {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/* .footer__item:nth-child(1) {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
} */

.footer__item:nth-child(1)::first-letter {
  text-transform: uppercase;
}

.footer__item-link {
  color: #fff;
}

.footer__bottom {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: calc(15 / 12);
  margin-top: 40px;
}

.footer__item-link-en {
  display: block;
}

.footer__items.footer__items--services .footer__item-link-en {
  text-transform: uppercase;
}

.footer__items.footer__items--services {
  display: none;
}

@media screen and (min-width: 780px) {
  .footer__items.footer__items--services {
    display: grid;
  }
}
.footer__item-link-red {
  color: #d30810;
}

@media screen and (min-width: 780px) {
  .footer {
    padding-top: 19px;
  }
  /* .footer__inner {
    max-width: 1050px;
  } */

  .footer__wrapper {
    gap: 32px;
  }

  .footer__wrap {
  }

  .footer__wrap:nth-child(1) {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 32px;
  }

  .footer__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer__content {
  }

  .footer__logo {
  }

  .footer__logo-link {
  }

  .footer__info:nth-of-type(1) {
    margin-top: 2rem;
  }

  .footer__info:nth-of-type(2) {
    margin-top: 0.5625rem;
  }

  .footer__baners {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: initial;
  }

  .footer__baner {
    max-width: 250px;
    width: 18rem;
  }

  /* .footer__navs {
    display: flex;
    gap: 2.3125rem;
  } */

  .footer__items.footer__items--border {
    border-left: 1px solid white;
    padding-left: 2rem;
  }


  .footer__item {
    font-size: 14px;
  }

  /* .footer__item:nth-child(1) {
    font-size: 16px;
  } */

  .footer__item-link {
  }

  .footer__item-link-en {
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(14/10);
    letter-spacing: 0.08em;
  }

  .footer__item-link-ja {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: calc(21/15);
  }

  .footer__bottom {
    margin-top: 65.4px;
    padding: 10px;
  }

  .category__inner {
    max-width: 1230px;
  }
}

.footer__items.--service .footer__item:not(:first-child) {
  text-transform: uppercase;
}

/* .dictionary-table {
  width: 100%;
  border-collapse: collapse;
}

.dictionary-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.dictionary-row-title {
  background-color: #f5f5f5;
  font-weight: bold;
}

.dictionary-row-key {
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.dictionary-item {
  margin-bottom: 5px;
}

.dictionary-no-items {
  color: #999;
}

.gojuon-header {
  margin-bottom: 20px;
}

.gojuon-header-list {
  display: flex;
  list-style: none;
  padding: 0;
}

.gojuon-header-list li {
  margin-right: 10px;
} */

.dictionary {
  background: #f5f5f5;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 780px) {
  .dictionary {
    padding-top: 86px;
    padding-bottom: 74px;
  }
}

/* .dictionary-container {
  max-width: 850px;
  margin-inline: auto;
  color: #000;
  background: #fff;
  padding: 30px 30px 2rem;
}

@media screen and (min-width: 780px) {
  .dictionary-container {
    padding: 30px 30px 47px;
  }
} */

/* .gojuon-index {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.gojuon-index a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
} */

.dictionary__items {
  border-bottom: 1px solid #cecece;
}

.dictionary__item {
  display: grid;
  grid-template-columns: 23% 1fr;
  border-top: 1px solid #cecece;
}

/* .dictionary__head {
  display: grid;
  place-items: center;
  border-right: 1px solid #cecece;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
} */

/* .dictionary__lists {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px;
} */

/* .dictionary__list a {
  color: #0054c6;
  font-size: 14px;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 1px;
} */

.dictionary__none {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
}

@media screen and (min-width: 780px) {
  .dictionary__item {
    grid-template-columns: 15% 1fr;
  }

  /* .dictionary__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 10px 0;
  } */

  .detail-dictionary__content h2 {
    padding: 10px 24px;
    font-size: 24px;
  }

  .detail-dictionary__content h3 {
    font-size: 20px;
  }
}

.detail-dictionary {
  background: #cecece;
  padding-top: 86px;
  padding-bottom: 74px;
}

.detail-dictionary__container {
  /* max-width: 850px; */
  margin-inline: auto;
  color: #000;
  background: #fff;
  padding: 30px 30px 47px;
}

.detail-dictionary__title {
  color: #c10c15;
  text-decoration: underline;
  text-underline-offset: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(26 / 18);
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 27px;
}
.detail-dictionary__title::after {
  position: absolute;
  content: "";
  background: #cecece;
  width: 120%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.detail-dictionary__content {
  padding-top: 25px;
}

.detail-dictionary__content p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.detail-dictionary__content > :first-child {
  margin-top: initial;
}

/* .detail-dictionary__content h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .08em;
  border-left: 3px solid #C10C15;
  padding-left: 9px;
  margin-top: 27px;
} */

.detail-dictionary__content h2 {
  margin-top: 1em;
  padding: 8px 15px;
  border-left: 4px solid #d94b51;
  background: #f4f4f4;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.04em;
}

.detail-dictionary__content h3 {
  margin-top: 1em;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.detail-dictionary__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.detail-dictionary__btn a {
  color: #000;
  border: 1px solid #000;
  background: #fff;
  transition: 0.3s;
}

.detail-dictionary__btn a span::after {
  background: url(../img/arrow_black.svg) no-repeat;
}
.detail-dictionary__btn a:hover span::after {
  background: url(../img/arrow_white.svg) no-repeat;
}

.detail-dictionary__btn a:hover {
  background: #000;
  opacity: 1;
  border: none;
  color: #fff;
}

/* .detail-dictionary__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17.8px;
  margin-top: 46px;
  max-width: 850px;
  margin-left: 1.25rem;
} */



.detail-dictionary__link {
  position: relative;
}

@media screen and (min-width:780px) {
  .detail-dictionary__link:nth-of-type(1) {
    margin-top: 1rem;
  }
}

.detail-dictionary__link-text {
  position: absolute;
  bottom: 40%;
  left: 34%;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Blankid", sans-serif;
  transform: rotate(-18deg);
  text-transform: capitalize;
  letter-spacing: 0.14em;
}

@media  screen and (min-width: 780px) {
  .detail-dictionary__link-text {
    bottom: 22%;
    left: 27%;
    font-size: 11px;
  }
}

.detail-dictionary__archive {
  margin-top: 46px;
}

@media screen and (min-width: 780px) {
  .header-sp__wrap {
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
}

.header-sp__baners {
  display: grid;
  gap: 20px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 780px) {
  .header-sp__baners {
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

.header-sp__baner {
  max-width: 250px;
}

@media screen and (min-width: 780px) {
  .header-sp__baner {
    max-width: 200px;
  }
}

/* ▼Sp CSS（多分SPです💦）ーーーーー */
.history {
  color: #000;
  padding: 50px 0;
}

.timeline {
  max-width: 1000px;
  margin: 0 auto;
}

.timeline h3 {
  font-weight: 500 !important;
  /* font-size: 16px; */
  font-size: 0.8rem;
}

.timeline__list {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: calc(22 / 14);
  padding-left: 15px;
  padding-bottom: 30px;
  border-left: solid 1px #000;
}

.timeline__list:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 2px #000000;
  position: absolute;
  left: -8px;
  top: 4.5px;
  border-radius: 100%;
  z-index: 2;
}

.timeline__list:first-of-type::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 1;
}

.timeline__list:last-of-type::after {
  content: "";
  width: 15px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
}

.timeline__date {
  width: auto;
  /* font-size: 16px; */
  font-size: 0.8rem;
  margin-bottom: 10px;
  flex-shrink: 0;
  margin-right: 30px;
}

/* .timeline__content {
  font-size: 16px;
} */

.timeline__content {
  /* color: #000; */
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 0.8rem;
  /* font-weight: 500; */
}

@media screen and (min-width: 780px) {
  .timeline__content {
    font-size: 0.825rem;
  }

  .timeline h3 {
    /* font-size: 18px; */
    font-size: 0.825rem;
  }
}

@media screen and (min-width: 780px) {
  /* ▼PC CSS（多分PCです💦）ーーーーー */
  .timeline__list {
    margin: 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 15px;
    padding-bottom: 30px;
    border-left: solid 1px #000;
  }

  .timeline__list:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border: solid 2px #000000;
    position: absolute;
    left: -8px;
    top: 8px;
    border-radius: 100%;
    z-index: 2;
  }

  .timeline__list:first-of-type::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
  }

  .timeline__list:last-of-type::after {
    content: "";
    width: 15px;
    height: 120px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: -8px;
    z-index: 1;
  }

  .timeline__date {
    width: 155px;
    flex-shrink: 0;
    margin-right: 30px;
  }

  .timeline__content {
    /* font-size: 18px; */
  }

  .timeline h3 {
    /* font-size: 18px; */
  }
}

/* .about__name {
  width: 230px;
}

@media screen and (min-width: 780px) {
  .about__name {
    width: 230px;
    padding-bottom: 20px;
  }
} */

/* 目次 */
/* .toc_white {
  position: relative;
  margin-top: 2.4rem;
  padding: 1.6rem;
  padding: 16px;
  background: #f7f7f7;
} */

.single__content .toc_title {
  max-width: 100%;
  margin-top: initial;
  margin-inline: auto;
  color: #111;
  font-weight: 700;
  font-size: 14px;
}

.single__content p {
  margin-top: 12px;
  color: #313131;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 1.6428571429; */
  line-height: 162.5%;
}

@media screen and (min-width: 780px) {
  .single__content .toc_title {
    font-size: 18px;
  }
}

.toc_list {
  max-width: 100%;
  margin-top: 0.5rem;
  margin-inline: auto;
}

/* .toc_list > li {
  padding-bottom: 0.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e7e7e7;
} */
.toc_list ul {
  margin-top: 1rem;
  margin-left: 2rem;
}

.toc_list > li:nth-child(n + 2) {
  margin-top: 1rem;
  margin-top: 0.5rem;
}

/* .toc_list a {
  color: #666666;
  font-size: 1.2rem;
  font-size: 12px;
} */

/* .toc_number {
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: 0.08em;
} */

/* 目次 */
.toc-toggle-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.toc_toggle {
  display: none;
}

.single__container {
  display: grid;
  gap: 5rem;
}

@media screen and (min-width: 780px) {
  .single__container {
    gap: initial;
    grid-template-columns: 72% 25%;
    justify-content: space-between;
  }
}

.sidebar {
}

.sidebar__items {
  display: grid;
  gap: 50px;
}

.sidebar__item {
}

.sidebar__label {
  font-size: 1.125rem;
  border-bottom: 2px solid #b2080f;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

.sidebar__lists {
  display: grid;
  gap: 6px;
  margin-top: 15px;
}

.sidebar__rank {
  background: #37beb0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  display: grid;
  place-items: center;
  position: relative;
}
.sidebar__rank::after {
  background: #37beb0;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 99.8%;
  width: 6px;
  height: 10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.sidebar__list:nth-child(n + 4) .sidebar__rank {
  color: #888;
  background: #eee;
}
.sidebar__list:nth-child(n + 4) .sidebar__rank::after {
  background: #eee;
}

.sidebar__content.--popular a {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 18px;
  min-height: 42px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.sidebar__content.--popular .sidebar__title {
  font-size: 12px;
  line-height: 21px;
  -webkit-line-clamp: 2;
}

.sidebar__content a:has(.sidebar__thumb) {
  display: grid;
  grid-template-columns: calc(110 / 300 * 100%) 1fr;
  gap: 10px;
  /* justify-content: space-between; */
  padding: 10px;
  background: #f8f8fa;
  position: relative;
  border-radius: 3px;
}

.sidebar__text {
}

.sidebar__title {
  /* font-size: 0.875rem; */
  font-size: 14px;
  color: #000;
  font-weight: 400;
  /* line-height: calc(21/14); */
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sidebar__thumb {
  aspect-ratio: 110 / 82.5;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar__number {
  position: absolute;
  background: #ee6354;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-size: 15px;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  border-radius: 2px 0 0 0;
}

.sidebar__list:nth-child(n + 4) .sidebar__number {
  background: #eee;
  color: #888;
}

.sidebar__baners {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}

.sidebar__baners.--fixed {
  margin-top: 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 70px;
}

.sidebar__baner {
  position: relative;
}

.sidebar__banner-text {
  position: absolute;
  bottom: 18px;
  left: 36%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Blankid", sans-serif;
  transform: rotate(-18deg);
  text-transform: capitalize;
  letter-spacing: 0.14em;
}

.top-banners {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.top-banners__inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.25rem;
}

.taxonomy-title {
  color: #c10b15;
}

.single__author {
  padding: 8px 12px;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-sizing: border-box;
}
.single__authorItem {
  display: flex;
  gap: 12px;
  align-items: center;
}

.single__authorItemImage {
  width: 80px;
  height: 80px;
}

.single__authorItemImage img {
  width: 100%;
  object-fit: cover;
  border-radius: 100px;
  height: 100%;
}

.single__authorContent {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 80px);
  position: relative;
}

.single__authorName {
  margin-top: 0px !important;
  color: #313131 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}

.single__authorDescription {
  margin-top: 0px !important;
  color: #313131 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 150% !important;
  height: auto;
  overflow-y: visible ;
}

.single__authorMore {
  background-color: #ffffff !important;
  bottom: 0 !important;
  color: #999999 !important;
  cursor: pointer !important;
  padding-left: 2px !important;
  position: absolute !important;
  right: 0 !important;
  font-size: 12px !important;
  display: none ;
}