@charset "UTF-8";
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
:root {
  scroll-padding-top: 5.9375rem;
}
@media (max-width: 834px) {
  :root {
    scroll-padding-top: 5.9375rem;
  }
}

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

html {
  font-size: 16px;
}
@media (min-width: 1700px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1700px) {
  html {
    font-size: 0.9411764706vw;
  }
}
@media (max-width: 834px) {
  html {
    font-size: 1.9184652278vw;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 1.9184652278vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #F0F3F5;
}

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

.p-wrap {
  margin-inline: auto;
  max-width: 120rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 834px) {
  a:hover {
    opacity: 1;
  }
}

/*

 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
button {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* Set core body defaults */
html,
body {
  height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 2;
}

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-accordion02 {
  margin-top: 4.625rem;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .l-accordion02 {
    margin-top: 0rem;
    width: 100%;
  }
}

.archive-category__tab-list.l-archive-category__tab-list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .archive-category__tab-list.l-archive-category__tab-list {
    margin-top: 1.5rem;
  }
}

.l-archive-category__content {
  margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .l-archive-category__content {
    margin-top: 4rem;
  }
}

.l-breadcrumbs {
  margin: 1.125rem 2.3125rem;
}
@media screen and (max-width: 834px) {
  .l-breadcrumbs {
    margin: 0.5rem 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .l-breadcrumbs {
    margin-inline: 5px;
  }
}

.l-breadcrumbs.l-breadcrumbs--single {
  margin: 1.125rem 0;
}

@media screen and (max-width: 834px) {
  .l-breadcrumbs.l-breadcrumbs--single-facilities {
    padding-inline: 0.625rem;
  }
}

.l-breadcrumbs.l-breadcrumbs--faq {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  margin-left: 4rem;
}

.l-breadcrumbs.l-breadcrumbs--contact {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 430px) {
  .l-breadcrumbs.l-breadcrumbs--contact {
    margin-inline: 5px;
  }
}

@media screen and (max-width: 834px) {
  .l-contents {
    margin-top: 2.5rem;
  }
}

.l-features {
  margin-top: 6.5rem;
}
@media screen and (max-width: 834px) {
  .l-features {
    margin-top: 2.5rem;
    padding: 4rem 2.5rem;
    background-color: #fff;
    border-radius: 3.3125rem 0 3.3125rem 0;
  }
}

.l-flow {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .l-flow {
    padding-inline: 5%;
  }
}

.l-flow__btn-box {
  margin-top: 2.9375rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .l-flow__btn-box {
    margin-top: 1.75rem;
    text-align: left;
  }
}

.l-inner {
  width: min(1700px, 100%);
  padding-inline: 30px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .l-inner {
    padding-inline: 5px;
  }
}

.l-inner--wide {
  width: min(1810px, 100%);
}
@media screen and (max-width: 834px) {
  .l-inner--wide {
    padding-inline: 1.25rem;
  }
}

.l-inner--mv {
  padding-inline: 0;
}

.l-inner.labo-activities__title-inner {
  padding-inline: 2.5rem;
}

.l-inner.l-inner--breadcrumbs,
.l-inner.l-inner--members {
  max-width: 106.25rem;
}

.l-others01 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .l-others01 {
    margin-top: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-inline: 5%;
    background-color: #fff;
    border-radius: 3.3125rem 0 3.3125rem 0;
  }
}

.l-others01__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .l-others01__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .l-others01__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-others02 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .l-others02 {
    margin-top: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-inline: 5%;
    background-color: #fff;
    border-radius: 3.3125rem 0 3.3125rem 0;
  }
}

.l-others02__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 88%;
}
@media screen and (max-width: 834px) {
  .l-others02__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .l-others02__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-timeline {
  margin-right: 0;
  margin-top: 7.5625rem;
  width: 42.7%;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 834px) {
  .l-timeline {
    margin-top: 2.5rem;
    max-width: initial;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .l-title-box {
    padding-inline: 4.8%;
  }
}

.c-accordion__item {
  border-bottom: 0.0625rem solid #c8c8c8;
}
.c-accordion__item-title {
  padding: 2rem 8.5rem 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.c-accordion__item-title.c-accordion__item-title--faq {
  padding: 1.875rem 2.25rem 1.625rem 1rem;
}
@media screen and (max-width: 834px) {
  .c-accordion__item-title {
    padding: 2rem 4rem 2rem 2.25rem;
  }
}

.c-accordion__item-num {
  min-width: 2.8125rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1.5555555556;
}
@media screen and (max-width: 834px) {
  .c-accordion__item-num {
    font-size: 2rem;
    line-height: 1.3125;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion__item-num {
    font-size: 12px;
  }
}

.c-accordion__item-text {
  margin-left: 1.25rem;
  font-size: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 834px) {
  .c-accordion__item-text {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion__item-text {
    font-size: 12px;
  }
}

.c-accordion__item-arrow {
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.c-accordion__item-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

.c-accordion__item-answer-num {
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .c-accordion__item-answer-num {
    font-size: 12px;
  }
}

.c-accordion__item-description {
  padding: 0 8.5rem 2rem 4.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 834px) {
  .c-accordion__item-description {
    padding: 0 4.5rem 2rem 6.25rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion__item-description {
    font-size: 11px;
  }
}

.c-accordion__item-answer-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}

.c-accordion02__item {
  border-bottom: 0.0625rem solid #c8c8c8;
  padding-left: 1.25rem;
}
.c-accordion02__item-num {
  margin-top: 2rem;
  display: inline-block;
  font-size: 1.375rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-accordion02__item-num {
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion02__item-num {
    font-size: 12px;
  }
}

.c-accordion02__item-title {
  padding: 0 8.5rem 2rem 0;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-accordion02__item-title {
    margin-top: 0.75rem;
    margin-top: 0;
    padding: 0 6rem 2.4375rem 0;
    padding: 0 6rem 1.5rem 0;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion02__item-title {
    margin-top: 0.75rem;
    padding: 0 6rem 2.4375rem 0;
  }
}

.c-accordion02__item-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-accordion02__item-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion02__item-text {
    font-size: 11px;
  }
}

.c-accordion02__item-arrow {
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.c-accordion02__item-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

.c-accordion02__item-description {
  padding: 0 8.5rem 2rem 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 834px) {
  .c-accordion02__item-description {
    padding: 0 1.25rem 2rem 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .c-accordion02__item-description {
    font-size: 10px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  color: #707070;
}

.breadcrumbs__inner {
  margin-inline: auto;
  width: 100%;
  padding-inline: 2.3125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumbs__inner span {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  color: #707070;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .breadcrumbs__inner.breadcrumbs__inner--contact {
    padding-inline: 0;
  }
}

.breadcrumbs__item {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #707070;
}
@media screen and (max-width: 834px) {
  .breadcrumbs__item {
    font-size: 0.875rem;
  }
}

.breadcrumbs__item-link {
  cursor: pointer;
  pointer-events: auto;
}

.breadcrumbs__separator {
  width: 0.3125rem;
  height: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa,
.fas {
  transform: translateY(1px);
}

.breadcrumbs--sm {
  font-size: 0.6875rem;
}

.c-btn-contact {
  width: 100%;
  max-width: 43.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7.375rem 0.9375rem;
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-radius: 8.5rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-btn-contact {
    max-width: initial;
  }
}

.c-btn-contact span {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  padding-right: 3rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-contact span {
    font-size: 2rem;
  }
}

.c-btn-contact span::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: -3rem;
  width: 2.8125rem;
  height: 2.8125rem;
  background-image: url(../images/common/arrow_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.c-btn-contact:hover {
  background-color: #FEF200;
  opacity: 1;
}
.c-btn-contact:hover span::after {
  right: -3.5rem;
}

.c-btn-more {
  display: inline-block;
  padding-bottom: 1.5rem;
  text-align: left;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 834px) {
  .c-btn-more {
    padding-bottom: 1rem;
  }
}

.c-btn-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-more::after {
    height: 0.125rem;
  }
}

.c-btn-more__ja,
.c-btn-more__en {
  display: block;
}

.c-btn-more__ja {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-btn-more__ja {
    font-size: 0.75rem;
  }
}

.c-btn-more__en {
  margin-top: 0.875rem;
  padding-right: 3.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-btn-more__en {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.c-btn-more__en::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  background-image: url(../images/common/arrow_btn-view-more--black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease, transform 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .c-btn-more__en::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.c-btn-more:hover .c-btn-more__en::after {
  right: 0rem;
  transform: translateY(-50%);
}

/* 白バージョンのスタイル
---------------------------------------------------- */
.c-btn-more--white {
  color: #fff;
}
.c-btn-more--white::after {
  background-color: #fff;
}
.c-btn-more--white .c-btn-more__ja,
.c-btn-more--white .c-btn-more__en {
  color: #fff;
}
.c-btn-more--white .c-btn-more__en::after {
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
}
.c-btn-more--white:hover .c-btn-more__en::after {
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
}

.c-btn-more--white:hover .c-btn-more__en::after {
  right: 0rem;
  transform: translateY(-50%);
}

/* read more ボタン
---------------------------------------------------- */
.c-btn-read {
  display: inline-block;
  padding-bottom: 1rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-btn-read {
    padding-bottom: 1rem;
  }
}

.c-btn-read::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  background-color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .c-btn-read::after {
    height: 0.125rem;
  }
}

.c-btn-read__ja,
.c-btn-read__en {
  display: block;
}

.c-btn-read__ja {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-btn-read__ja {
    font-size: 0.75rem;
  }
}

.c-btn-read__en {
  margin-top: 0.5rem;
  padding-right: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-btn-read__en {
    margin-top: 0.75rem;
  }
}

.c-btn-read__en::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  background-image: url(../images/common/arrow_btn-view-more--black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease, transform 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .c-btn-read__en::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.c-btn-read:hover .c-btn-read__en::after {
  right: 0rem;
  transform: translateY(-50%);
}

.c-btn-read__link {
  display: inline-block;
  text-align: right;
}

/* 事例詳細記事ページの関連記事のボタンスタイル
---------------------------------------------------- */
.c-btn-more--works::after {
  bottom: 0.5rem;
}

.c-btn-more__ja--works {
  font-size: 0.75rem;
}

.c-btn-more__en--works {
  padding-right: 2.625rem;
  font-size: 1rem;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24.875rem;
  padding: 2.0625rem 0.9375rem;
  background-color: #000;
  border: 0.0625rem solid #000;
  border-radius: 99px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding-right: 3rem;
  position: relative;
  transition: 0.3s;
}
.c-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: 0.3s;
}

.c-btn:hover {
  background-color: #FEF200;
  border: 0.0625rem solid #FEF200;
}
.c-btn:hover span {
  color: #000;
  opacity: initial;
}
.c-btn:hover span::after {
  filter: invert(1);
  right: 0rem;
}

.c-btn--flow {
  padding: 1.6875rem 0.5rem;
  width: 100%;
  max-width: 20.5rem;
  min-width: initial;
  border-radius: 0.5rem;
}
@media screen and (max-width: 834px) {
  .c-btn--flow {
    font-size: 1rem;
  }
}

/* singleページのサイドバーのボタン
---------------------------------------------------- */
.c-btn-sidebar02 {
  padding: 1rem 0.5rem;
  max-width: 12.375rem;
  min-width: initial;
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 0.0625rem solid #000;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
  position: relative;
}
.c-btn-sidebar02 span {
  padding-right: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding-right: 1rem;
  transition: 0.3s;
}
.c-btn-sidebar02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: 0.3s;
}

.c-btn-sidebar02--tag {
  padding: 1rem 0.5rem;
  max-width: 12.375rem;
  min-width: initial;
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-btn-sidebar02:hover {
  background-color: #FEF200;
  border: 0.0625rem solid #FEF200;
}
.c-btn-sidebar02:hover span {
  color: #000;
  opacity: 1;
}
.c-btn-sidebar02:hover::after {
  filter: invert(1);
  right: 0.5rem;
}

.c-btn-sidebar02--transparent {
  padding: 0.9375rem 0.5rem;
  background-color: transparent;
  border: 0.0625rem dashed #707070;
  opacity: initial;
}
.c-btn-sidebar02--transparent span {
  font-size: 0.9375rem;
  color: #000;
}
.c-btn-sidebar02--transparent::after {
  filter: invert(1);
}

.c-btn-sidebar02--transparent:hover {
  background-color: #000;
  border: 0.0625rem solid #000;
  opacity: initial;
}
.c-btn-sidebar02--transparent:hover span {
  color: #fff;
}
.c-btn-sidebar02--transparent:hover::after {
  right: 0.5rem;
  filter: initial;
}

.c-btn.labo-information__btn-link {
  padding: 2rem 0.5rem;
  width: 100%;
  min-width: initial;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .c-btn.labo-information__btn-link {
    font-size: 11px;
  }
}

.c-btn-more__en.c-btn-more__en--works {
  font-size: 1rem;
}
.c-btn-more__en.c-btn-more__en--works::after {
  width: 1rem;
  height: 1rem;
}

/* 目次のコンテナスタイル */
.c-contents {
  display: none;
}
@media screen and (max-width: 834px) {
  .c-contents {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__container {
    padding: 1.125rem;
    border-radius: 0.625rem;
    background-color: #fff;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__header::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1.25rem;
    background-color: #FEF200;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__title {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Alata", sans-serif;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__btn {
    padding: 0.125rem 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.3s;
  }
}

@media screen and (max-width: 834px) {
  .c-contents__btn:hover {
    background-color: #e6e6e6;
    border-radius: 0.25rem;
  }
}

@media screen and (max-width: 834px) {
  #toc-content ul {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 834px) {
  #toc-content li {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 834px) {
  #toc-content a {
    padding-left: 1.125rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Alata", sans-serif;
    text-transform: uppercase;
    transition: color 0.3s;
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  #toc-content a::before {
    content: "";
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25rem 0 0.25rem 0.5625rem;
    border-color: transparent transparent transparent #000;
    transition: border-color 0.3s;
    position: absolute;
  }
}

@media screen and (max-width: 834px) {
  #toc-content a:hover::before {
    border-color: transparent transparent transparent #FBDC38;
  }
}

#toc-content a::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.125rem);
  height: 1px;
  bottom: 0.3125rem;
  left: 1.125rem;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

#toc-content a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media screen and (max-width: 834px) {
  #toc-content .toc-h3 {
    padding-left: 1rem;
  }
}

/* アクティブな目次項目のスタイル */
@media screen and (max-width: 834px) {
  #toc-content .active {
    font-weight: 700;
    color: #0066cc;
  }
}

/* スムーススクロール用のスタイル */
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 834px) {
  .c-heading {
    margin-inline: 3.75rem;
    padding: 2rem;
    border-radius: 0.625rem;
    background-color: #fff;
  }
}

.c-heading__text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-heading__text {
    font-size: 1.5rem;
  }
}

.c-heading__description {
  margin-top: 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-heading__description span {
    font-size:1.5rem;
    font-weight:500;
}
@media screen and (max-width: 834px) {
  .c-heading__description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.c-link {
  position: relative;
  line-height: 1;
  text-decoration: underline;
  transition: 0.3s all ease;
}

.c-link:hover {
  color: #FBDC38;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1.5em;
  top: 0.3em;
  background: url(../images/common/icon_anker-link-out.svg) center center/contain no-repeat;
  transition: 0.3s all ease;
}

.c-link:hover::after {
  background-image: url(../images/common/icon_anker-link-out--yellow.svg);
}

.c-others01__item {
  padding: 3.75rem 4rem 2.625rem;
  background-color: #FEF200;
  text-align: center;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 834px) {
  .c-others01__item {
    padding: 1.5rem 3.125rem 2.25rem;
  }
}

.c-others01__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.c-others01__item-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6875rem;
  height: 0.125rem;
  background-color: #000;
}

.c-others01__item-description {
  margin-top: 3.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-others01__item-description {
    margin-top: 2.25rem;
  }
}

.c-others01__item-text {
  margin-top: 2.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-others01__item-text {
    margin-top: 0.9375rem;
  }
}

.c-others02__item {
  padding: 5rem 5.125rem 4.6875rem;
  background-color: #FEF200;
  text-align: center;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 834px) {
  .c-others02__item {
    padding: 1.5rem 3.125rem 2.25rem;
  }
}

.c-others02__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-others02__item-title {
    font-size: 1rem;
  }
}

.c-others02__item-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.6875rem;
  height: 0.125rem;
  background-color: #000;
}

.c-others02__item-description {
  margin-top: 5rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-others02__item-description {
    margin-top: 2.25rem;
    font-size: 1rem;
  }
}

.c-others02__item-text {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-others02__item-text {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

.c-overlap {
  margin-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .c-overlap {
    overflow-x: hidden;
  }
}

.c-overlap__inner + .c-overlap__inner {
  margin-top: 9rem;
}

.c-overlap__inner--odd {
  margin-inline: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  width: 100%;
  max-width: 96.875rem;
}
@media screen and (max-width: 834px) {
  .c-overlap__inner--odd {
    margin-inline: auto;
    padding-inline: 2.5rem;
    max-width: 52.125rem;
    width: 100%;
  }
}

.c-overlap__inner--even {
  margin-left: 6.875rem;
  margin-right: 8.75rem;
  padding-left: 2rem;
  padding-right: 1.875rem;
}

.c-overlap__container {
  position: relative;
}

.c-overlap__title-box {
  display: flex;
  align-items: center;
}
.c-overlap__title-box::after {
  content: "";
  display: block;
  width: 48%;
  max-width: 44.25rem;
  height: auto;
  background-color: #FEF200;
  aspect-ratio: 708/542;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.c-overlap__title-box.c-overlap__title-box--left {
  margin-left: -2.8125rem;
}
.c-overlap__title-box.c-overlap__title-box--left::after {
  left: 0;
  top: 4.125rem;
}
.c-overlap__title-box.c-overlap__title-box--right {
  margin-left: 2.625rem;
  width: 50%;
  transform: translateX(100%);
}
.c-overlap__title-box.c-overlap__title-box--right::after {
  left: 4.5rem;
  top: 4.125rem;
  width: 100%;
}

.c-overlap__title-num {
  font-size: 6.8125rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1;
}

.c-overlap__title {
  position: relative;
  margin-left: 1.8125rem;
}

.c-overlap__title-en {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.c-overlap__title-ja {
  margin-top: 0.625rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
}

.c-overlap__title-ja:nth-child(4) {
  font-size: 4rem;
  font-family: "Alata", sans-serif;
}

.c-overlap__wrapper {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.c-overlap__wrapper.c-overlap__wrapper--odd {
  margin-left: 14.6875rem;
}
.c-overlap__wrapper.c-overlap__wrapper--even {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .c-overlap__wrapper {
    margin-top: 1.875rem;
    margin-right: 0;
    width: 88%;
    display: block;
  }
}

.c-overlap__img-column {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .c-overlap__img-column {
    width: 100%;
  }
}

.c-overlap__title-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 100%;
}

.c-overlap__img-column {
  width: 100%;
  max-width: 75.1875rem;
}
@media screen and (max-width: 834px) {
  .c-overlap__img-column {
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.c-overlap__img {
  width: 100%;
  display: block;
}

.c-overlap__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1203/549;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-overlap__img img {
    aspect-ratio: 794/320;
  }
}

.c-overlap__heading {
  margin-top: 2.75rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-overlap__heading {
    margin-top: 2.5rem;
  }
}

.c-overlap__text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.c-overlap__btn {
  margin-top: 2.1875rem;
  text-align: right;
}

.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.c-pagination .page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alata", sans-serif;
  font-size: 1.5rem;
  transition: 0.3s all ease;
}
@media screen and (max-width: 834px) {
  .c-pagination .page-numbers {
    width: 2rem;
    height: 2rem;
  }
}
.c-pagination .page-numbers:hover {
  opacity: 0.8;
}
.c-pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.c-pagination .prev img,
.c-pagination .next img {
  width: 0.6875rem;
}

.c-second-title__en {
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-second-title__en {
    font-size: 2.25rem;
  }
}

.c-second-title__ja {
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-second-title__ja {
    font-size: 0.9375rem;
  }
}

.c-second-title__description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-second-title__description {
    font-size: 1rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 834px) {
  .c-section-meta {
    display: flex;
    justify-content: flex-start;
  }
}

.c-section-meta__category-heading {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Alata", sans-serif;
  text-transform: capitalize;
}

.c-section-meta__category-list {
  margin-top: 1rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.875rem 1.25rem;
}
@media screen and (max-width: 834px) {
  .c-section-meta__category-list {
    margin-top: 0;
    margin-left: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .c-section-meta__category-item + .c-section-meta__category-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-section-meta__category-item {
    display: flex;
    justify-content: flex-start;
  }
}

.c-section-meta__category-link {
  --underline-width: 90%;
  --underline-offset: -0.2em;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.c-section-meta__category-link::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
.c-section-meta__category-link:hover::after {
  width: var(--underline-width);
}
.c-section-meta__category-link:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2);
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}
.c-section-meta__category-link::before {
  margin-right: 0.3125rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1875rem 0 0.1875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
}
.c-section-meta__category-link:hover::before {
  border-color: transparent transparent transparent #FBDC38;
}

.c-section-title__ja {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}

.c-section-title__ja.c-section-title__ja--large {
  font-size: 1rem;
}

.c-section-title__ja.c-section-title__ja--extra-small {
  font-size: 0.875rem;
}

.c-section-title__en {
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .c-section-title__en {
    margin-top: 0.75rem;
    font-size: 4rem;
  }
}

.c-section-title__en.c-section-title__en--large {
  font-size: 7.875rem;
}
@media screen and (max-width: 834px) {
  .c-section-title__en.c-section-title__en--large {
    margin-top: 1.125rem;
    font-size: 4.4375rem;
  }
}

@media screen and (max-width: 834px) {
  .c-section-title__en.c-section-title__en--middle {
    margin-top: 0.625rem;
    font-size: 2.25rem;
  }
}

.c-section-title__en.c-section-title__en--small {
  margin-top: 0.25rem;
  font-size: 4.5rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .c-section-title__en.c-section-title__en--small {
    font-size: 4rem;
  }
}

.c-section-title__en.c-section-title__en--extra-small {
  margin-top: 0.75rem;
  font-size: 2.25rem;
}
.c-sub-section-title-wrapper {
  text-align: right;
  position: relative;
}
.c-sub-section-title-wrapper.c-sub-section-title-wrapper--left {
  text-align: left;
}
.c-sub-section-title-wrapper.c-sub-section-title-wrapper--right {
  text-align: right;
  padding-right: 1.25rem;
}

.c-sub-section-title-wrapper::after {
  content: "";
  display: block;
  width: 43.1707%;
  height: auto;
  background-color: #FEF200;
  aspect-ratio: 708/542;
  -o-object-fit: cover;
     object-fit: cover;
  top: 65%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  .c-sub-section-title-wrapper::after {
    width: 94%;
    height: 17.8125rem;
  }
}

.c-sub-section-title-wrapper--left::after {
  left: 5rem;
}
@media screen and (max-width: 834px) {
  .c-sub-section-title-wrapper--left::after {
    left: -1.25rem;
  }
}

.c-sub-section-title-wrapper--right::after {
  right: 0;
}
@media screen and (max-width: 834px) {
  .c-sub-section-title-wrapper--right::after {
    right: -1.25rem;
  }
}

.c-sub-section-title {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.c-sub-section-title.c-sub-section-title--right {
  text-align: right;
}

.c-sub-section-title.c-sub-section-title--center {
  text-align: center;
}

.c-sub-section-title__ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.c-sub-section-title__ja.c-sub-section-title__ja--left {
  text-align: left;
}

.c-sub-section-title__en {
  margin-top: 0.3125rem;
  font-size: 2.875rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-sub-section-title__en {
    margin-top: 0.75rem;
  }
}

.c-text-box {
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .c-text-box {
    margin-top: 2.625rem;
  }
}

.c-text-box__heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-text-box__heading {
    font-size: 1.5rem;
  }
}

.c-text-box__description {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-text-box__description {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.l-timeline__item {
  padding: 0 0 3.3125rem 4.375rem;
}

.l-timeline__item--machining {
  padding-left: 4.375rem;
}
.l-timeline__item--machining:not(:last-child) {
  padding-bottom: 3.6875rem;
}

.l-timeline__item--mono-consul {
  padding-left: 4.375rem;
}
.l-timeline__item--mono-consul:not(:last-child) {
  padding-bottom: 3.6875rem;
}

.l-timeline__item--machining-plus {
  padding: 0 0 6.5625rem 4.375rem;
}

.l-timeline__item--mono-consul-plus {
  padding: 0 0 6.5625rem 4.375rem;
}

.l-timeline__item--project-support {
  padding: 0 0 3.3125rem 4.375rem;
}

.c-timeline__item {
  position: relative;
  margin-bottom: 0;
}

.c-timeline__heading {
  padding-top: 0.5rem;
  line-height: 1;
}

.c-timeline__num {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1;
  background-color: #fbdc38;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.c-timeline__img {
  margin-top: 1.6875rem;
  aspect-ratio: 461/276;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-timeline__img {
    display: none;
  }
}

.c-timeline__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-timeline__heading-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .c-timeline__heading-text {
    font-size: 1.5rem;
  }
}

.c-timeline__description {
  margin-top: 1.6875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.border-line {
  position: absolute;
  left: 0.5rem;
  top: 1.5625rem;
  width: 0.375rem;
  height: 0;
  background: #d8d5d5;
  transition: height 0.3s ease;
}

.c-timeline__item:last-child .border-line {
  display: none;
}

.c-title {
  font-size: 1.5rem;
  color: green;
}
@media screen and (max-width: 1199px) {
  .c-title {
    color: blue;
  }
}
@media screen and (max-width: 999px) {
  .c-title {
    color: red;
  }
}
@media screen and (max-width: 834px) {
  .c-title {
    color: black;
  }
}

.l-toc__container {
  padding-bottom: 2.625rem;
}
@media screen and (max-width: 834px) {
  .l-toc__container {
    padding-bottom: 0;
  }
}

.toc__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.toc__title {
  padding-left: 2rem;
  font-size: 1.3125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Alata", sans-serif;
  position: relative;
}
@media screen and (max-width: 834px) {
  .toc__title {
    padding-left: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .toc__title {
    font-size: 9px;
  }
}

.toc__title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #FBDC38;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .toc__title::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1.375rem;
    background-color: color-yellow--dark;
    left: 0;
    position: absolute;
  }
}

.toc__description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .toc__description {
    margin-top: 1.5rem;
  }
}

.toc__btn {
  display: none;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .toc__btn {
    display: block;
    margin-left: 1rem;
    font-size: 0.875rem;
  }
}
.toc__btn::before {
  margin-right: 0.625rem;
  content: "[";
}
.toc__btn::after {
  margin-left: 0.625rem;
  content: "]";
}
@media screen and (max-width: 430px) {
  .toc__btn {
    font-size: 9px;
  }
}

.toc__content {
  margin-top: 2.625rem;
}
@media screen and (max-width: 834px) {
  .toc__content {
    display: none;
  }
}

.toc__content ul {
  padding-inline: 1rem;
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(11.375rem, 1fr));
}

.toc__link {
  padding: 0.875rem 1rem;
  width: 100%;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0.25rem;
  border: 0.0625rem dashed #707070;
  transition: all 0.3s ease;
  position: relative;
}
.toc__link:hover {
  border: 0.0625rem solid #000;
  color: #fff;
  background-color: #000;
}

/*wp-pagenavi base*/
.wp-pagenavi {
  margin: 4.375rem auto;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a {
  color: #000;
  border: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 1rem 0 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.wp-pagenavi span.current {
  border: none;
  background: #000;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
  font-family: "Alata", sans-serif;
}

.wp-pagenavi a.page:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 1rem;
}

.credo-accordion__item {
  border-bottom: 0.0625rem solid #707070;
}
.credo-accordion__item-title {
  padding: 3.1875rem 5rem 3.1875rem 0;
  display: flex;
  justify-content: flex-start;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.credo-accordion__item-title.credo-accordion__item-title--faq {
  padding: 1.875rem 2.25rem 1.625rem 1rem;
}

.credo-accordion__item-num {
  font-size: 2.25rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1.5;
}

.credo-accordion__item-text {
  margin-left: 0.5rem;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .credo-accordion__item-text {
    font-size: 1.3125rem;
  }
}

.credo-accordion__item-arrow {
  position: absolute;
  right: 1.75rem;
  top: 2.875rem;
  transform: translateY(0.5em) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.credo-accordion__item-arrow.rotate {
  transform: translateY(0.5em) rotate(270deg);
}

.credo-accordion__item-answer-num {
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 2;
}

.credo-accordion__item-description {
  padding: 0 2.25rem 3.75rem 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 834px) {
  .credo-accordion__item-description {
    font-size: 1rem;
  }
}

.credo-accordion__item-answer-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}

/* toc 目次
---------------------------------------------------- */
.toc__tb-item {
  margin-left: 1rem;
}

.toc__tb-link {
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .toc__tb-link:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25rem 0 0.25rem 0.4375rem;
    border-color: transparent transparent transparent #000;
    margin-right: 0.4375rem;
  }
}

/* slogan
---------------------------------------------------- */
.about-slogan {
  margin-top: 2.25rem;
}
@media screen and (max-width: 834px) {
  .about-slogan {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 834px) {
  .about-slogan__inner {
    margin-inline: auto;
    padding-inline: 2.5rem;
    max-width: 52.125rem;
    width: 100%;
  }
}

.about-slogan__wrapper {
  margin-top: 3.75rem;
  margin-right: 8.75rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 834px) {
  .about-slogan__wrapper {
    margin-top: 1rem;
    margin-right: 0;
    width: 88%;
    display: block;
  }
}

.about-slogan__title-column {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .about-slogan__title-column {
    width: 100%;
  }
}

.about-slogan__title-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  z-index: 1;
  position: relative;
}

.about-slogan__img-column {
  width: 81.7073%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-slogan__img-column {
    margin-top: 2rem;
    margin-right: calc(50% - 50vw);
    width: 119%;
  }
}

.about-slogan__img {
  aspect-ratio: 1201/495;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .about-slogan__img {
    aspect-ratio: 794/320;
  }
}

.about-slogan__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-slogan__heading {
  margin-top: 3.75rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .about-slogan__heading {
    margin-top: 2.5rem;
  }
}

.about-slogan__text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

/* future
---------------------------------------------------- */
.about-future {
  text-align: center;
}

.about-future__kv {
  width: 100%;
}

.about-future__bg {
  background-color: #fff;
  margin-inline: auto;
  max-width: 120rem;
  border-radius: 7.5rem 0 7.5rem 0;
}
@media screen and (max-width: 834px) {
  .about-future__bg {
    border-radius: 0 3.75rem 3.75rem 0;
  }
}

.about-future__inner {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 834px) {
  .about-future__inner {
    padding-inline: 2.5rem;
  }
}

.about-future__title {
  text-align: center;
}

.about-future__title-description {
  margin-top: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .about-future__title-description {
    line-height: 2;
  }
}

.about-future__img-wrapper {
  margin-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .about-future__img-wrapper {
    margin-top: 4.125rem;
  }
}

.about-future__top-text,
.about-future__left-text,
.about-future__center-text,
.about-future__right-text,
.about-future__bottom-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-future__top-text,
  .about-future__left-text,
  .about-future__center-text,
  .about-future__right-text,
  .about-future__bottom-text {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .about-future__top-text,
  .about-future__left-text,
  .about-future__center-text,
  .about-future__right-text,
  .about-future__bottom-text {
    font-size: 1rem;
  }
}

.about-future__circle-wrapper {
  margin-top: 13.625rem;
  margin-bottom: 13.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10.75rem;
       column-gap: 10.75rem;
}
@media screen and (max-width: 834px) {
  .about-future__circle-wrapper {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}
@media screen and (max-width: 430px) {
  .about-future__circle-wrapper {
    margin-top: 4.25rem;
    margin-bottom: 4.25rem;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}

.about-future__center-text {
  font-size: 2.25rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-future__center-text {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 430px) {
  .about-future__center-text {
    font-size: 1rem;
  }
}

.about-future__center-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 35rem;
  height: 35rem;
  background: url("../images/sub-page/about-us_our-future-cycle.png") no-repeat center center/cover;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .about-future__center-text::before {
    width: 28.125rem;
    height: 28.125rem;
  }
}
@media screen and (max-width: 430px) {
  .about-future__center-text::before {
    width: 11.875rem;
    height: 11.875rem;
  }
}

/* specialists
---------------------------------------------------- */
.about-specialists {
  margin-top: 6.25rem;
}

@media screen and (max-width: 834px) {
  .about-specialists__inner {
    padding-inline: 2.5rem;
  }
}

.about-specialists__container {
  margin-left: 8.75rem;
}
@media screen and (max-width: 834px) {
  .about-specialists__container {
    margin-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .about-specialists__title {
    margin-left: 0;
    margin-right: auto;
  }
}

.about-specialists__wrapper {
  margin-top: 2.8125rem;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 834px) {
  .about-specialists__wrapper {
    margin-top: 1rem;
    margin-right: 0;
    display: block;
  }
}

.about-specialists__title-column {
  width: 19%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-specialists__title-column {
    width: 100%;
    text-align: right;
  }
}

.about-specialists__title-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-specialists__title-description {
    position: relative;
    z-index: 1;
  }
}

.about-specialists__kv-column {
  width: 81.7073%;
}
@media screen and (max-width: 834px) {
  .about-specialists__kv-column {
    margin-top: 2rem;
    margin-left: calc(50% - 50vw);
    width: 100%;
  }
}

.about-specialists__kv {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  aspect-ratio: 1203/549;
}

.about-specialists__kv img {
  width: 100%;
  height: auto;
  aspect-ratio: 1203/549;
}
@media screen and (max-width: 834px) {
  .about-specialists__kv img {
    width: 105.306%;
    max-width: 106%;
    aspect-ratio: 794/320;
  }
}

.about-specialists__description {
  margin-top: 1.875rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .about-specialists__description {
    margin-top: 0.75rem;
    font-size: 1.625rem;
  }
}

.about-specialists__list-container {
  margin-top: 4.5rem;
  max-width: 93.75rem;
  padding-right: 6.875rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-specialists__list-container {
    margin-top: 3.5rem;
    padding-right: 0;
  }
}

.about-specialists__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 430px) {
  .about-specialists__list {
    display: block;
  }
}

.about-specialists__item {
  width: 24.5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .about-specialists__item {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.about-specialists__item-xy {
  margin-top: 10.5rem;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .about-specialists__item-xy {
    margin-top: 5rem;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 430px) {
  .about-specialists__item-xy {
    margin-top: 32px;
    margin-bottom: 32px;
    transform: translateY(0);
    text-align: center;
    font-size: 36px;
  }
}

.about-specialists__item-img {
  aspect-ratio: 360/333;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .about-specialists__item-img {
    width: 35%;
  }
}

.about-specialists__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 430px) {
  .about-specialists__item-text-wrapper {
    margin-left: 2rem;
  }
}

.about-specialists__item-title {
  margin-top: 3.75rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .about-specialists__item-title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 430px) {
  .about-specialists__item-title {
    font-size: 24px;
  }
}

.about-specialists__item-text {
  margin-top: 1.375rem;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 2;
}

.about-specialists__text {
  margin-top: 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .about-specialists__text {
    margin-top: 2.625rem;
  }
}

.about-specialists__definition-wrapper {
  margin-top: 5rem;
  margin-inline: auto;
  max-width: 65.5rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .about-specialists__definition-wrapper {
    margin-top: 5.625rem;
  }
}

.about-specialists__definition {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.about-specialists__definition-list {
  margin-top: 0.75rem;
}
@media screen and (max-width: 834px) {
  .about-specialists__definition-list {
    margin-top: 3rem;
  }
}

/* credo
---------------------------------------------------- */
.about-credo {
  margin-top: 6.25rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  margin-inline: auto;
  max-width: 120rem;
  background-color: #fff;
  border-radius: 7.5rem 0 7.5rem 0;
}
@media screen and (max-width: 834px) {
  .about-credo {
    padding-top: 4.6875rem;
    overflow-x: hidden;
    border-radius: 3.75rem 0 0 3.75rem;
  }
}

@media screen and (max-width: 834px) {
  .about-credo__inner {
    margin-inline: auto;
    padding-inline: 2.5rem;
    max-width: 52.125rem;
    width: 100%;
  }
}

.about-credo__wrapper {
  margin-top: 3.75rem;
  margin-right: 7.5rem;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .about-credo__wrapper {
    margin-top: 1rem;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}

.about-credo__title-column {
  width: 20%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-credo__title-column {
    width: 100%;
  }
}

.about-credo__title-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 100%;
}

.about-credo__img-column {
  width: 81.7073%;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-credo__img-column {
    margin-top: 2rem;
    width: 100%;
  }
}

.about-credo__img {
  margin-right: calc(50% - 50vw);
  aspect-ratio: 1201/495;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 834px) {
  .about-credo__img {
    width: 105.3%;
  }
}

.about-credo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .about-credo__img img {
    aspect-ratio: 794/320;
  }
}

.about-credo__accordion-list {
  margin-inline: 7%;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-list {
    margin-top: 1.75rem;
    margin-inline: 0;
  }
}

.about-credo__accordion-item {
  border-bottom: 0.0625rem solid #707070;
}
.about-credo__accordion-item-title {
  padding: 3.25rem 2.25rem 3.25rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
.about-credo__accordion-item-title.about-credo__accordion-item-title--faq {
  padding: 1.875rem 2.25rem 1.625rem 1rem;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-item-title {
    padding: 1.5rem 6.25rem 1.5rem 2.25rem;
  }
}

.about-credo__accordion-item-num {
  min-width: 2.8125rem;
  font-size: 2.25rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1.5555555556;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-item-num {
    font-size: 2rem;
    line-height: 1.3125;
  }
}

.about-credo__accordion-item-text {
  margin-left: 1.25rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-item-text {
    font-size: 1.3125rem;
  }
}

.about-credo__accordion-item-arrow {
  position: absolute;
  right: 1.75rem;
  top: 5rem;
  transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-item-arrow {
    top: 2.625rem;
  }
}

.about-credo__accordion-item-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

.about-credo__accordion-item-description {
  padding: 0 2.25rem 3.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 834px) {
  .about-credo__accordion-item-description {
    padding: 0 2.25rem 1rem 2.25rem;
    font-size: 1rem;
  }
}

/* page-footer
---------------------------------------------------- */
.page-footer {
  background-color: #f8f8f8;
  padding: 3.75rem 0;
  color: #000;
}
@media (max-width: 48rem) {
  .page-footer {
    padding: 2.5rem 0;
  }
}

.page-footer__inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.page-footer__wrapper {
  /* ラッパーに特別なスタイルが必要な場合はここに追加 */
}

.page-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (max-width: 64rem) {
  .page-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48rem) {
  .page-footer__grid {
    grid-template-columns: 1fr;
  }
}

.page-footer__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.page-footer__item:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
}

.page-footer__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.page-footer__item:hover .page-footer__image img {
  transform: scale(1.05);
}

.page-footer__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.page-footer__title {
  margin: 0 0 0.625rem;
}

.page-footer__title-en {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.3125rem;
}

.page-footer__title-ja {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.page-footer__arrow {
  align-self: flex-end;
  font-size: 1.5rem;
  color: #007bff;
  transition: transform 0.3s ease;
}
.page-footer__item:hover .page-footer__arrow {
  transform: translateX(0.3125rem);
}

.members {
  margin-top: 5.625rem;
}
@media screen and (max-width: 834px) {
  .members {
    margin-top: 1.25rem;
  }
}

.members__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .members__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.members__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.4375rem;
}

.members__item a:hover, .members__item a:focus {
  opacity: 1;
}

.members__item-img {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.members__item-img:hover {
  transform: scale(1.1);
}

.members__item-img img {
  aspect-ratio: 536/739;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .members__item-img img {
    aspect-ratio: 794/402;
  }
}
@media screen and (max-width: 430px) {
  .members__item-img img {
    aspect-ratio: 345/345;
  }
}

.members__item-content {
  padding-inline: 2rem;
  padding-bottom: 1.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .members__item-content {
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.members__item-comment {
  margin-inline: auto;
  max-width: 73%;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-comment {
    max-width: 90%;
  }
}

.members__item-position {
  margin-top: 6.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-position {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.members__item-name-ja {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-name-ja {
    font-size: 1.625rem;
  }
}

.members__item-name-en {
  margin-left: 1.75rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-name-en {
    font-size: 1.625rem;
  }
}

.members__item-skill {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-skill {
    font-size: 0.875rem;
  }
}

/* ページネーション
---------------------------------------------------- */
.archive-members__pagination-wrapper {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-members__pagination-arrow {
  margin-inline: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .archive-members__pagination-arrow {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-members__pagination-arrow {
    width: 6px;
    height: 6px;
  }
}

.archive-members__pagination-arrow.empty {
  visibility: hidden;
}

.archive-members__pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-members__pagination-number {
  padding: 1.25rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  transition: all 0.3s;
}
.archive-members__pagination-number + .archive-members__pagination-number {
  margin-left: 0.625rem;
}
.archive-members__pagination-number:hover {
  background-color: #000;
  color: #fff;
}

.archive-members__pagination-number.current {
  background-color: #000;
  color: #fff;
}

.mv.archive-news-mv {
  background-color: #fffd44;
  padding-bottom: 11.375rem;
}
@media screen and (max-width: 834px) {
  .mv.archive-news-mv {
    padding-bottom: 2rem;
  }
}

.archive-news-mv__title-wrapper {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 834px) {
  .archive-news-mv__title-wrapper {
    margin-bottom: 1.5rem;
  }
}

.archive-news-mv__cats-wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: 85.1875rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .archive-news-mv__cats-wrapper {
    padding-inline: 1.25rem;
    text-align: left;
  }
}

.archive-news-mv__cats-inner {
  display: inline-block;
  text-align: left;
}

.archive-news-mv__cats-title {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .archive-news-mv__cats-title {
    margin-bottom: 2.25rem;
  }
}

.archive-news-mv__cats-title-ja {
  font-size: 0.875rem;
  font-weight: 500;
}

.archive-news-mv__cats-title-en {
  font-family: "Alata", sans-serif;
  font-size: 1.3125rem;
  text-transform: uppercase;
}

.archive-news-mv__cats-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.125rem;
  justify-content: flex-start;
}

.archive-news-mv__cats-tabs-item {
  min-width: 11.375rem;
  min-height: 2.75rem;
  padding: 0.625rem;
  border: 0.0625rem dashed #707070;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}
.archive-news-mv__cats-tabs-item.selected {
  background-color: #000;
  color: #fff;
  border: none;
}
.archive-news-mv__cats-tabs-item:hover {
  background-color: #000;
  color: #fff;
  border: none;
  opacity: 1;
}

.archive-news-inner__wrapper {
  margin-top: -7.125rem;
  margin-inline: auto;
  padding: 0.5625rem 1.5625rem 6.25rem;
  max-width: 85.1875rem;
  background-color: #fff;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .archive-news-inner__wrapper {
    margin-top: 0;
    padding: 10px 20px 0;
    border-radius: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 430px) {
  .archive-news-inner__wrapper {
    padding-inline: 5px;
  }
}
.archive-news-inner__wrapper .breadcrumbs {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .archive-news-inner__wrapper .breadcrumbs {
    margin-bottom: 0.875rem;
  }
}

.archive-news__post-title {
  margin-top: 1.25rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.7142857143;
  display: inline-flex;
  align-items: center;
  position: relative;
  --underline-width: 100%;
  --underline-offset: -0.3em;
}
@media screen and (max-width: 834px) {
  .archive-news__post-title {
    font-size: 1rem;
  }
}
.archive-news__post-title::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 0.0625rem;
  background-color: #000;
  transition: width 0.3s ease;
}
.archive-news__post-title:hover::after {
  width: var(--underline-width);
}
.archive-news__post-title:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2);
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}

.archive-news__post-container {
  width: 56.25rem;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 834px) {
  .archive-news__post-container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-inline: 9.5%;
    width: 100%;
    background-color: #fff;
    border-radius: 0.75rem;
  }
}

.archive-news__post-item {
  padding-bottom: 2.25rem;
  margin-bottom: 2.5625rem;
  display: block;
  border-bottom: 0.0625rem solid #707070;
}

/* ページネーション
---------------------------------------------------- */
.archive-news__pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-news__pagination-arrow {
  margin-inline: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .archive-news__pagination-arrow {
    width: 6px;
    height: 6px;
  }
}

.archive-news__pagination-arrow.empty {
  visibility: hidden;
}

.archive-news__pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-news__pagination-number {
  padding: 1.25rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  transition: all 0.3s;
}
.archive-news__pagination-number + .archive-news__pagination-number {
  margin-left: 0.625rem;
}
.archive-news__pagination-number:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .archive-news__pagination-number {
    width: 2rem;
    height: 2rem;
  }
}

.archive-news__pagination-number.current {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .archive-news__post-date {
    font-size: 0.8125rem;
  }
}

.archive-contents {
  margin-inline: auto;
  padding-inline: 0;
  max-width: 120rem;
  width: 100%;
}

.archive-contents__inner {
  margin-top: 3.8125rem;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  padding-inline: 7.292%;
  width: 80%;
  max-width: 95rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 1.4375rem 0 0 1.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .archive-contents__inner {
    margin-top: 2rem;
    margin-inline: auto;
    padding: 0;
    width: 100%;
    background-color: initial;
  }
}

@media screen and (max-width: 834px) {
  .archive-toc__inner {
    margin-bottom: 2rem;
    padding-inline: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    border-radius: 0.625rem;
    width: 100%;
    max-width: 49.625rem;
  }
}

.archive-category__summary-title {
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
  position: relative;
}
.archive-category__summary-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #FBDC38;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.archive-category__summary-description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .archive-category__summary-description {
    font-size: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .archive-category {
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-category {
    margin-left: 5px;
  }
}

@media screen and (max-width: 834px) {
  .archive-category.archive-category--faq {
    margin-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .archive-category__inner {
    margin-inline: auto;
    padding-inline: 1.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #fff;
    border-radius: 1.4375rem 0 0 1.4375rem;
    width: 100%;
  }
}

.archive-works-facilities__section + .archive-works-facilities__section {
  margin-top: 4.5rem;
}

.archive-category__title {
  padding-left: 1rem;
  position: relative;
}

.archive-category__title::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 2.875rem;
  background-color: #FBDC38;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.archive-category__title-en {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 430px) {
  .archive-category__title-en {
    font-size: 9px;
  }
}

.archive-category__title-ja {
  margin-top: 0.75rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 430px) {
  .archive-category__title-ja {
    font-size: 12px;
  }
}

.archive-category__img {
  margin-top: 2rem;
  aspect-ratio: 1242/565;
  width: 100%;
  height: auto;
  border-radius: 1.4375rem;
  overflow: hidden;
}

.archive-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-category__description {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .archive-category__description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-category__description {
    font-size: 9px;
  }
}

.archive-category__anchor + .archive-category__anchor {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .archive-category__anchor + .archive-category__anchor {
    margin-top: 4rem;
  }
}

.archive-category__tab-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}

.archive-category__tab-list--facilities {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 1.5rem;
}
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(1),
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(2),
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(3) {
  grid-column: span 4;
}
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(4),
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(5),
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(6),
.archive-category__tab-list--facilities .archive-category__tab-item:nth-child(7) {
  grid-column: span 3;
  grid-row: 2;
}

.archive-category__tab-item {
  width: 100%;
}

.archive-category__tab-link {
  padding: 0.875rem 1rem;
  width: 100%;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0.25rem;
  border: 0.0625rem dashed #707070;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .archive-category__tab-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-category__tab-link {
    font-size: 9px;
  }
}

.archive-category__tab-link:hover {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.archive-category__tab-link.is-active {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.archive-category__grandchild-list.archive01__list {
  margin-top: 0.75rem;
}

.archive-category__grandchild-item {
  margin-top: 2.5rem;
}

.archive-category__grandchild-title {
  padding-left: 1.5em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
.archive-category__grandchild-title::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #FBDC38;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
@media screen and (max-width: 430px) {
  .archive-category__grandchild-title {
    font-size: 12px;
  }
}

.archive-category__grandchild-post-img {
  aspect-ratio: 275/275;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  overflow: hidden;
}

.archive-category__grandchild-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.archive-category__grandchild-post-img img:hover {
  transform: scale(1.1);
  opacity: initial;
}

.archive-category__grandchild-post-content {
  padding: 0.5rem 1.25rem;
}

.archive-category__grandchild-post-term {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .archive-category__grandchild-post-term {
    font-size: 9px;
  }
}

.archive-category__grandchild-post-taxonomy {
  display: block;
  font-size: 1.3125rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .archive-category__grandchild-post-taxonomy {
    font-size: 12px;
  }
}

.archive-category__child-content {
  width: 95.8%;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .archive-category__child-content {
    width: 100%;
    margin-inline: 0;
  }
}

.archive-category__child-title {
  margin-top: 4rem;
  font-size: 1.3125rem;
  font-weight: 500;
}
.archive-category__child-title::before {
  margin-right: 0.625rem;
  content: "{";
  color: #FBDC38;
}
.archive-category__child-title::after {
  margin-left: 0.625rem;
  content: "}";
  color: #FBDC38;
}
@media screen and (max-width: 834px) {
  .archive-category__child-title {
    margin-top: 3.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-category__child-title {
    font-size: 9px;
  }
}

.archive-category__child-description {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 834px) {
  .archive-category__child-description {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-category__child-description {
    font-size: 9px;
  }
}

.archive-category__child-list {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .archive-category__child-list {
    margin-top: 1.5rem;
  }
}

.archive01__list {
  margin-top: 4.5rem;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .archive01__list {
    margin-top: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .archive01__item:nth-child(4) {
    display: none;
  }
}

.archive01__item {
  padding: 1.5rem 1.8125rem;
  text-align: center;
  min-width: 14.375rem;
}

.archive01__item-link {
  display: block;
  width: 100%;
}

.archive01__item-link:hover .archive01__item-img img {
  transform: scale(1.1);
}

.archive01__item-img {
  aspect-ratio: 230/230;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}

.archive01__item-img--facilities {
  aspect-ratio: 230/230;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.25rem;
}

.archive01__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.archive01__item--facilities img {
  border-radius: 1.25rem;
}

.archive01__item-term {
  margin-top: 1.3125rem;
  width: 100%;
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  overflow-wrap: break-word;
}
@media screen and (max-width: 834px) {
  .archive01__item-term {
    margin-top: 1rem;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}
@media screen and (max-width: 430px) {
  .archive01__item-term {
    font-size: 9px;
  }
}

.archive01__item-term.archive01__item-term--techniques {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .archive01__item-term.archive01__item-term--techniques {
    font-size: 9px;
  }
}

.archive01__item-taxonomy {
  margin-top: 0rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .archive01__item-taxonomy {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  .archive01__item-taxonomy {
    font-size: 9px;
  }
}

.archive-works-mv {
  background-color: #fffd44;
  padding-bottom: 1rem;
}
@media screen and (max-width: 834px) {
  .archive-works-mv {
    padding-bottom: 2rem;
  }
}

.archive-works-mv__title-wrapper {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 834px) {
  .archive-works-mv__title-wrapper {
    margin-bottom: 1.5rem;
  }
}

/* カテゴリ一覧
---------------------------------------------------- */
.archive-works-mv__cats-wrapper {
  padding-inline: 1.875rem;
  width: 100%;
  margin-inline: auto;
  max-width: 106.25rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .archive-works-mv__cats-wrapper {
    padding-inline: 1.25rem;
  }
}

.archive-works-mv__cats-inner {
  width: 62%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .archive-works-mv__cats-inner {
    width: 100%;
  }
}

.archive-works-mv__cats-title {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .archive-works-mv__cats-title {
    margin-bottom: 2.25rem;
  }
}

.archive-works-mv__cats-title-ja {
  font-size: 0.875rem;
  font-weight: 500;
}

.archive-works-mv__cats-title-en {
  font-family: "Alata", sans-serif;
  font-size: 1.3125rem;
  text-transform: uppercase;
}

.archive-works-mv__cats-tabs {
  display: grid;
  gap: 0.5rem 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(11.375rem, 1fr));
}
@media screen and (max-width: 834px) {
  .archive-works-mv__cats-tabs {
    grid-template-columns: auto auto auto auto auto;
  }
}

.archive-works-mv__cats-tabs-item {
  min-height: 2.75rem;
  padding: 0.625rem;
  min-width: 11.375rem;
  border: 0.0625rem dashed #707070;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}
.archive-works-mv__cats-tabs-item.selected {
  background-color: #000;
  color: #fff;
  border: none;
}
@media screen and (max-width: 834px) {
  .archive-works-mv__cats-tabs-item {
    font-size: 0.875rem;
    min-width: initial;
  }
}

.archive-works-mv__cats-tabs-item:hover {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.archive-works-mv__cats-tabs-item.is-active {
  background-color: #000;
  color: #fff;
  border: none;
  opacity: 1;
}

.archive-works-inner__wrapper {
  max-width: 85.1875rem;
  margin-inline: auto;
  margin-top: -7.125rem;
  padding: 2.25rem 4rem 6.25rem;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .archive-works-inner__wrapper {
    margin-top: 0;
    padding: 10px 20px 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.archive-works-inner__wrapper .breadcrumbs {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  .archive-works-inner__wrapper .breadcrumbs {
    margin-bottom: 0.875rem;
  }
}

.archive-works__post-container {
  width: 56.25rem;
  margin-inline: auto;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 834px) {
  .archive-works__post-container {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 3.75rem 1.875rem;
  }
}

.archive-works__post-item {
  border-bottom: 0.0625rem solid #e4e4e4;
}

/* タグ一覧
---------------------------------------------------- */
.archive-works-mv__tags-inner {
  padding-inline: 1.25rem;
  max-width: 102.5rem;
  margin-inline: auto;
  display: flex;
  justify-content: flex-end;
}

.works-tag {
  margin-top: 2rem;
}

.works-tag__header {
  display: flex;
  align-items: center;
  justify-content: flex-flex-start;
}

.works-tag__title {
  margin-left: 0.5em;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
@media screen and (max-width: 834px) {
  .works-tag__title {
    padding-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.works-tag__title::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .works-tag__title::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1.375rem;
    background-color: color-yellow--dark;
    left: 0;
    position: absolute;
  }
}

.works-tag__description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .works-tag__description {
    margin-top: 1.5rem;
  }
}

.works-tag__btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.works-tag__btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.875rem;
  padding-left: 0.5rem;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.works-tag__btn::after {
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/arrow_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transition: transform 0.3s ease;
}
.works-tag__btn.open::after {
  right: 1rem;
  transform: translate(0rem, -50%) rotate(270deg);
}

.works-tag__btn span {
  display: inline-flex;
  align-items: center;
  position: relative;
  --underline-width: 100%;
  --underline-offset: -0.5em;
}
.works-tag__btn span::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
.works-tag__btn span:hover::after {
  width: var(--underline-width);
}

.works-tag__btn--tag {
  display: none;
}

.works-tag__content {
  margin-top: 2.625rem;
}
@media screen and (max-width: 834px) {
  .works-tag__content {
    display: none;
  }
}

.works-tag__content--tag {
  display: block;
}

.works-tag__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8125rem;
  width: 100%;
}

.works-tag__link {
  padding: 0.5625rem 0.8125rem;
  width: 100%;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0.375rem;
  border: 0.0625rem dashed #707070;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.works-tag__link:hover {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.works-tag__link.is-active {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

/* メインコンテンツ
---------------------------------------------------- */
.archive-works__contents {
  margin-top: 3.75rem;
}
@media screen and (max-width: 834px) {
  .archive-works__contents {
    margin-top: 1rem;
  }
}

.archive-works__inner {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 106.25rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .archive-works__inner {
    padding-inline: 1.25rem;
  }
}

.archive-works__lists {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .archive-works__lists {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.1875rem;
         column-gap: 2.1875rem;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .archive-works__lists {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }
}

.archive-works__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.archive-works__img {
  display: block;
  aspect-ratio: 513/313;
  width: 100%;
  height: auto;
  border-radius: 1.25rem 1.25rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .archive-works__img {
    aspect-ratio: 378/313;
  }
}

.archive-works__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.archive-works__img img:hover {
  transform: scale(1.1);
  opacity: initial;
}

.archive-works__body {
  padding-top: 2.625rem;
  padding-bottom: 2.25rem;
  padding-inline: 2.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 1.25rem 1.25rem;
}
@media screen and (max-width: 834px) {
  .archive-works__body {
    padding: 1.25rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.archive-works__category {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .archive-works__category {
    font-size: 0.875rem;
  }
}
.archive-works__category::before {
  content: "{";
  margin-right: 0.5em;
  color: #FBDC38;
}
.archive-works__category::after {
  content: "}";
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.5em;
  color: #FBDC38;
}

.archive-works__text {
  margin-top: 2.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .archive-works__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.archive-works__tag-list {
  margin-top: auto;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.archive-works__tag-item {
  padding: 0.625rem 0.8125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  border-radius: 0.375rem;
  border: 0.0625rem dashed #707070;
}

.archive-works__pagination {
  margin-top: 4.8125rem;
}

/* ページネーション
---------------------------------------------------- */
.archive-works__pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-works__pagination-arrow {
  margin-inline: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-works__pagination-arrow.empty {
  visibility: hidden;
}

.archive-works__pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-works__pagination-number {
  padding: 1.25rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  transition: all 0.3s;
}
.archive-works__pagination-number + .archive-works__pagination-number {
  margin-left: 0.625rem;
}
.archive-works__pagination-number:hover {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .archive-works__pagination-number {
    width: 2rem;
    height: 2rem;
  }
}

.archive-works__pagination-number.current {
  background-color: #000;
  color: #fff;
}

.contact-thanks {
  display: flex;
}

.contact-thanks__wrapper {
  margin-top: 5rem;
  margin-inline: 15rem;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
  margin-bottom: 5rem;
  background-color: #fff;
  border-radius: 2.375rem;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .contact-thanks__wrapper {
    margin-top: 4rem;
    margin-inline: 1.25rem;
    padding: 4.75rem 3.125rem;
    border-radius: 1.4375rem;
  }
}

.contact-thanks__inner {
  margin-inline: auto;
  max-width: 51.75rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .contact-thanks__inner {
    padding-inline: 1.25rem;
  }
}

.contact-thanks__title-container {
  width: 100%;
  max-width: 106.25rem;
  color: #000;
}
@media screen and (max-width: 834px) {
  .contact-thanks__title-container {
    width: 100%;
    max-width: initial;
  }
}

.contact-thanks__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .contact-thanks__title {
    font-size: 1.5rem;
  }
}

.contact-thanks__description {
  margin-top: 2rem;
  font-size: 1.3125rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .contact-thanks__description {
    font-size: 1rem;
  }
}

.contact {
  margin-inline: 2.0625rem;
  padding-top: 16.4375rem;
  padding-bottom: 16.6875rem;
  background-color: #000;
  border-radius: 2.375rem;
}
@media screen and (max-width: 834px) {
  .contact {
    margin-top: 4rem;
    margin-inline: 0;
    padding: 4.75rem 0;
    border-radius: 0;
  }
}

.contact__inner {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 106.25rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .contact__inner {
    padding-inline: 2.5rem;
  }
}

.contact__wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8.125rem;
       column-gap: 8.125rem;
}
@media screen and (max-width: 834px) {
  .contact__wrapper {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.contact__title-container {
  max-width: 35.75rem;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .contact__title-container {
    width: 100%;
    max-width: initial;
  }
}

.contact__description {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .contact__description {
    font-size: 1rem;
    font-weight: 700;
  }
}

.contact__btn {
  padding-top: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
}
/* エディタ全体のスタイル
---------------------------------------------------- */
.editor-styles-wrapper {
  padding: 1rem;
  height: auto !important;
  min-height: 500px;
}

/* iframe本体のスタイル */
#post-body-content iframe {
  min-height: 500px !important;
  height: auto !important;
}

/*本文入力部分のスタイル
----------------------------------------------------*/
body#tinymce.wp-editor {
  max-width: 42.6875rem;
  margin-inline: auto;
  height: auto !important;
  min-height: 500px;
  overflow-y: visible;
  padding: 1rem;
  /* スクロールバーのスタイリング */
  /* 見出しのスタイル - エディタでの上書きを許可
  ---------------------------------------------------- */
  /* 段落のスタイル - エディタでの上書きを許可
  ---------------------------------------------------- */
  /* 画像のスタイル
  ---------------------------------------------------- */
  /* pタグ内の画像の配置
  ---------------------------------------------------- */
  /* divタグ内の画像の配置
  ---------------------------------------------------- */
  /* 画像のキャプションのスタイル
  ---------------------------------------------------- */
  /* 画像を含む段落のスタイル
    ---------------------------------------------------- */
  /* 引用のスタイル
  ---------------------------------------------------- */
  /* リンクのスタイル
  ---------------------------------------------------- */
  /* リストのスタイル
  ---------------------------------------------------- */
  /* リンクのスタイル - エディタでの上書きを許可
  ---------------------------------------------------- */
  /* テーブルのスタイル
  ---------------------------------------------------- */
}
body#tinymce.wp-editor::-webkit-scrollbar {
  width: 8px;
}
body#tinymce.wp-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
body#tinymce.wp-editor::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
body#tinymce.wp-editor::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 834px) {
  body#tinymce.wp-editor {
    max-width: 100%;
  }
}
body#tinymce.wp-editor #toc {
  display: none;
}
body#tinymce.wp-editor h2:not([style*=color]) {
  margin-top: 4.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
body#tinymce.wp-editor h3:not([style*=color]) {
  margin-top: 4rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
body#tinymce.wp-editor h4:not([style*=color]) {
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
body#tinymce.wp-editor p:not([style*=color]) {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  body#tinymce.wp-editor p:not([style*=color]) {
    font-size: 1rem;
  }
}
body#tinymce.wp-editor img {
  border-radius: 0.625rem;
}
body#tinymce.wp-editor h2 img,
body#tinymce.wp-editor h3 img,
body#tinymce.wp-editor h4 img,
body#tinymce.wp-editor p img,
body#tinymce.wp-editor div img {
  margin-top: 2rem;
  height: auto;
  border-radius: 0.625rem;
}
body#tinymce.wp-editor h2 img.size-full,
body#tinymce.wp-editor h3 img.size-full,
body#tinymce.wp-editor h4 img.size-full,
body#tinymce.wp-editor p img.size-full,
body#tinymce.wp-editor div img.size-full {
  width: 100%;
}
body#tinymce.wp-editor h2 img.size-large, body#tinymce.wp-editor h2 img.size-medium, body#tinymce.wp-editor h2 img.size-thumbnail,
body#tinymce.wp-editor h3 img.size-large,
body#tinymce.wp-editor h3 img.size-medium,
body#tinymce.wp-editor h3 img.size-thumbnail,
body#tinymce.wp-editor h4 img.size-large,
body#tinymce.wp-editor h4 img.size-medium,
body#tinymce.wp-editor h4 img.size-thumbnail,
body#tinymce.wp-editor p img.size-large,
body#tinymce.wp-editor p img.size-medium,
body#tinymce.wp-editor p img.size-thumbnail,
body#tinymce.wp-editor div img.size-large,
body#tinymce.wp-editor div img.size-medium,
body#tinymce.wp-editor div img.size-thumbnail {
  width: auto;
  max-width: 100%;
}
body#tinymce.wp-editor p {
  max-width: 100%;
}
body#tinymce.wp-editor p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body#tinymce.wp-editor p img.alignleft {
  display: block;
  margin-right: auto;
}
body#tinymce.wp-editor p img.alignright {
  display: block;
  margin-left: auto;
}
body#tinymce.wp-editor div[class*=wp-caption] {
  max-width: 100%;
}
body#tinymce.wp-editor div[class*=wp-caption] > .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body#tinymce.wp-editor div[class*=wp-caption] > .alignleft {
  display: block;
  margin-right: auto;
}
body#tinymce.wp-editor div[class*=wp-caption] > .alignright {
  display: block;
  margin-left: auto;
}
body#tinymce.wp-editor .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
body#tinymce.wp-editor p:has(> img) {
  display: block;
  margin-top: 2rem;
}
body#tinymce.wp-editor p:has(> img) + p {
  margin-top: 2rem;
}
body#tinymce.wp-editor blockquote {
  margin-top: 2rem;
  max-width: 500px;
  position: relative;
  padding: 2.5em 2.5em 2em 3em;
  color: #333333;
}
body#tinymce.wp-editor blockquote::before,
body#tinymce.wp-editor blockquote::after {
  display: inline-block;
  position: absolute;
  width: 4em;
  height: 4em;
  content: "";
}
body#tinymce.wp-editor blockquote::before {
  top: 0;
  left: 0;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.58341 17.3211C3.55316 16.2274 3 15 3 13.0103C3 9.51086 5.45651 6.37366 9.03059 4.82318L9.92328 6.20079C6.58804 8.00539 5.93618 10.346 5.67564 11.822C6.21263 11.5443 6.91558 11.4466 7.60471 11.5105C9.40908 11.6778 10.8312 13.159 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0095 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2274 13 15 13 13.0103C13 9.51086 15.4565 6.37366 19.0306 4.82318L19.9233 6.20079C16.588 8.00539 15.9362 10.346 15.6756 11.822C16.2126 11.5443 16.9156 11.4466 17.6047 11.5105C19.4091 11.6778 20.8312 13.159 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0095 14.5834 17.3211Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  background-position: top 35% left 35%;
  background-size: 2em;
  background-repeat: no-repeat;
}
body#tinymce.wp-editor blockquote::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
body#tinymce.wp-editor blockquote p {
  margin-top: 0;
}
body#tinymce.wp-editor blockquote2 cite {
  display: block;
  color: #737373;
  font-size: 0.8em;
  text-align: right;
}
body#tinymce.wp-editor a {
  margin-right: 1.5rem;
  text-decoration: underline;
  transition: 0.3s;
  position: relative;
}
body#tinymce.wp-editor a::after {
  content: "";
  display: inline-block;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_anker-link-out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  transition: 0.3s;
}
body#tinymce.wp-editor a:hover {
  color: #FBDC38;
}
body#tinymce.wp-editor a:hover::after {
  background-image: url(../images/common/icon_anker-link-out--yellow.svg);
}
body#tinymce.wp-editor a.c-btn.c-btn--flow::after {
  display: none !important;
}
body#tinymce.wp-editor ul {
  margin-top: 2rem;
  padding: 2.125rem 2.125rem 2.125rem 3.5rem;
  width: 100%;
  border-radius: 1.4375rem;
  background-color: #f9f9f9;
}
body#tinymce.wp-editor ul li:not([style*=color]) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  list-style: disc;
}
body#tinymce.wp-editor ul li:not([style*=color])::marker {
  color: #FBDC38;
}
@media screen and (max-width: 834px) {
  body#tinymce.wp-editor ul li:not([style*=color]) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  body#tinymce.wp-editor ul li:not([style*=color]) {
    font-size: 10px;
  }
}
body#tinymce.wp-editor ol {
  margin-top: 2rem;
  padding: 2.125rem 2.125rem 2.125rem 2.125rem;
  width: 100%;
  border-radius: 1.4375rem;
  background-color: #f9f9f9;
  list-style: none;
  counter-reset: number;
}
body#tinymce.wp-editor ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 834px) {
  body#tinymce.wp-editor ol li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  body#tinymce.wp-editor ol li {
    font-size: 10px;
  }
}
body#tinymce.wp-editor ol li::before {
  counter-increment: number;
  font-family: "Alata", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(number);
  position: absolute;
  left: 0;
}
body#tinymce.wp-editor ol li::marker {
  display: none;
}
body#tinymce.wp-editor li a:not([style*=color]) {
  padding-right: 1em;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  transition: 0.3s;
}
body#tinymce.wp-editor li a:not([style*=color])::after {
  content: "";
  display: inline-block;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-45%);
  background-image: url(../images/common/icon_anker-link-out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  transition: 0.3s;
}
body#tinymce.wp-editor li a:hover:not([style*=color]) {
  color: #FBDC38;
}
body#tinymce.wp-editor li a:hover:not([style*=color])::after {
  background-image: url(../images/common/icon_anker-link-out--yellow.svg);
}
body#tinymce.wp-editor table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
body#tinymce.wp-editor table caption:not([style*=color]) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2rem;
}
body#tinymce.wp-editor table tbody tr th:not([style*=color]),
body#tinymce.wp-editor table tbody tr td:not([style*=color]) {
  padding: 1rem 2rem;
  border-color: #707070;
  font-size: 1rem;
  line-height: 2;
  border: 0.0625rem solid #D6D6D6;
}
body#tinymce.wp-editor table tbody tr th {
  width: 36%;
  font-weight: 700;
  background-color: #f9f9f9;
  text-align: center;
}
body#tinymce.wp-editor table tbody tr td {
  font-weight: 400;
  text-align: left;
  flex: 1;
}

.editor-styles-wrapper .mce-content-body img[data-mce-selected] {
  outline: 2px solid rgba(251, 220, 56, 0.5);
}

.single-category__btn {
  margin-top: 4.5rem;
  text-align: center;
}

.single-category__table-title--facilities {
  display: block;
  text-align: left;
}

/* ビジュアルエディタの初期表示を制御
---------------------------------------------------- */
.wp-editor-container {
  min-height: 500px;
  height: auto !important;
}

.mv.mv-faq {
  background-color: #fffd44;
  padding-bottom: 6.625rem;
}
@media screen and (max-width: 834px) {
  .mv.mv-faq {
    padding-bottom: 2rem;
  }
}

.mv-faq__title-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.mv-faq__title-en {
  margin-top: 0.3125rem;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .mv-faq__title-en {
    margin-top: 1rem;
    font-size: 3rem;
  }
}

.mv-faq__title-description {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  width: 42.5%;
}
@media screen and (max-width: 834px) {
  .mv-faq__title-description {
    margin-top: 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}

.mv-faq__img-wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: 120rem;
  height: auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .mv-faq__img-wrapper {
    margin-top: 2rem;
  }
}

/* カテゴリー
---------------------------------------------------- */
.archive-faq-mv__cats-wrapper {
  display: none;
  padding-inline: 1.875rem;
  width: 100%;
  margin-inline: auto;
  max-width: 106.25rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .archive-faq-mv__cats-wrapper {
    display: block;
    padding-inline: 1.25rem;
  }
}

.archive-faq-mv__cats-inner {
  width: 62%;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .archive-faq-mv__cats-inner {
    width: 100%;
  }
}

.archive-faq-mv__cats-title {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .archive-faq-mv__cats-title {
    margin-bottom: 2.25rem;
  }
}

.archive-faq-mv__cats-title-ja {
  font-size: 0.875rem;
  font-weight: 500;
}

.archive-faq-mv__cats-title-en {
  font-family: "Alata", sans-serif;
  font-size: 1.3125rem;
  text-transform: uppercase;
}

.archive-faq-mv__cats-tabs {
  display: grid;
  gap: 0.5rem 1.125rem;
  grid-template-columns: repeat(auto-fit, minmax(11.375rem, 1fr));
}
@media screen and (max-width: 834px) {
  .archive-faq-mv__cats-tabs {
    grid-template-columns: auto auto auto auto auto;
  }
}

.archive-faq-mv__cats-tabs-item {
  min-height: 2.75rem;
  padding: 0.625rem;
  min-width: 11.375rem;
  border: 0.0625rem dashed #707070;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  transition: all 0.3s ease;
}
.archive-faq-mv__cats-tabs-item.selected {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .archive-faq-mv__cats-tabs-item {
    font-size: 0.875rem;
    min-width: initial;
  }
}

.archive-faq-mv__cats-tabs-item:hover {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.archive-faq-mv__cats-tabs-item.is-active {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.faq-contents {
  margin-inline: auto;
  padding-inline: 0;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .faq-contents {
    margin-top: 0;
  }
}

.faq-contents__wrapper {
  margin-top: -7.375rem;
  padding-top: 2rem;
  width: 78.4%;
  max-width: 95rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 1.4375rem 0 0 1.4375rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .faq-contents__wrapper {
    margin-top: 1rem;
    margin-inline: auto;
    padding: 0;
    width: 100%;
    background-color: initial;
  }
}

.faq-contents__inner {
  padding: 0 9% 7.5rem 16.2%;
}
@media screen and (max-width: 834px) {
  .faq-contents__inner {
    padding: 0;
  }
}

@media screen and (max-width: 834px) {
  .faq-category__inner section + section {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .faq-category__inner {
    padding-inline: 2.5rem;
  }
}

.l-faq-category__content {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .l-faq-category__content {
    margin-top: 0;
  }
}

.faq-heading__title-ja {
  padding-left: 1rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.faq-heading__title-ja::before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 1.375rem;
  background-color: #FFDB4F;
  left: 0;
  position: absolute;
}

.faq-heading__description {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.faq-heading__link-wrapper {
  margin-top: 3rem;
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.faq-heading__item {
  flex: 0 1 auto;
}

.faq-heading__link {
  padding: 0.875rem 1rem;
  width: 100%;
  min-width: 11.375rem;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0.25rem;
  border: 0.0625rem dashed #707070;
  transition: all 0.3s ease;
}
.faq-heading__link:hover {
  background-color: #000;
  color: #fff;
  border: 0.0625rem solid #000;
  opacity: 1;
}

.faq-list__wrapper {
  margin-top: 4.5rem;
}

.faq-list__wrapper-item + .faq-list__wrapper-item {
  margin-top: 6.375rem;
}

.faq-list__title {
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.faq-list__title::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}

.faq-list__item {
  border-bottom: 0.0625rem solid #707070;
}

.faq-list__item-question-flex {
  padding: 1.875rem 2.25rem 1.875rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  position: relative;
}

.faq-list__item-question-num {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #FFCB00;
  line-height: 1.3;
  transition: color 0.3s;
}
.faq-list__item-question-num.open {
  color: #A4A4A4;
}

.faq-list__item-question-text {
  margin-left: 1.625rem;
  margin-right: 8.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  transition: color 0.3s;
  color: inherit;
}
.faq-list__item-question-text.open {
  color: #A4A4A4;
}

.faq-list__item-arrow {
  position: absolute;
  right: 4.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}
.faq-list__item-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

.faq-list__item-answer {
  display: none;
}

.faq-list__item-answer-flex {
  padding: 0 10.5rem 2.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}

.faq-list__item-answer-num {
  margin-left: 0.25rem;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFCB00;
  line-height: 1;
}

.faq-list__item-answer-text {
  margin-left: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.l-footer {
  padding-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding-top: 3rem;
  }
}

.footer {
  padding-bottom: 2.9375rem;
  background-color: #fff;
}

.footer__inner {
  padding: 0 2.5rem;
  max-width: 88.75rem;
  width: 100%;
}

.footer__company-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .footer__company-name {
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .footer__company-name {
    font-size: 1rem;
  }
}

.footer__wrapper {
  margin-top: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .footer__wrapper {
    display: block;
    align-items: initial;
  }
}

.footer__address {
  line-height: 1;
}
.footer__address-num {
  font-size: 1rem;
  font-family: "Alata", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .footer__address-num {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.footer__address-name {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .footer__address-name {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 430px) {
  .footer__address-name {
    margin-top: 0.5rem;
  }
}

.footer__tel {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .footer__tel {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

.footer__copyright-wrapper {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .footer__copyright-wrapper {
    margin-top: 2.8125rem;
    text-align: initial;
  }
}

.footer__privacy-policy-ja {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.footer__copyright {
  margin-top: 0.625rem;
  margin-left: 1rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .footer__copyright {
    margin-left: 0;
    font-size: 0.8125rem;
    font-weight: 400;
  }
}

/* セクション共通の基本設定 */
/* スクロールが必要なセクションの設定 */
/* 特定のセクションでスクロールを許可 */
.top-works,
.top-techniques,
.top-about {
  height: auto !important;
  overflow: visible;
}
.header {
  width: 100%;
  max-width: 120rem;
  height: 5.6875rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.header__inner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.3125rem;
  padding-right: 0;
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 834px) {
  .header__inner {
    padding-left: 2.5rem;
  }
}
.header__inner.header__inner--yellow {
  background-color: #FEF200;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
}

.header__slogan {
  margin-left: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  width: 0;
  transition: opacity 0.3s, width 0.3s;
  z-index: 999;
}

.header__slogan.is-visible {
  opacity: 1;
  width: auto;
  overflow: visible;
}

.header__logo {
  height: inherit;
  width: 100%;
  max-width: 8.0625rem;
  z-index: 999;
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__nav {
  margin-left: auto;
  margin-right: 4.5rem;
  overflow: visible;
  transition: width 0.3s, opacity 0.3s;
}
@media screen and (max-width: 834px) {
  .header__nav {
    display: none;
  }
}

.header__nav.is-visible {
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .header__nav-list {
    margin-right: 0.625rem;
  }
}

.header__nav-item {
  height: inherit;
  display: inline-block;
  white-space: nowrap;
}
.header__nav-btn {
  padding: 1.625rem 1.9375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: inherit;
}
.header__nav-btn-en,
.header__nav-btn-ja {
  display: block;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.header__nav-btn-en {
  font-size: 1rem;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
}

.header__nav-btn-ja {
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
}

.header__btn-wrapper {
  height: inherit;
  display: flex;
  justify-content: space-between;
}

.header__btn {
  --underline-width: 60%;
  --underline-offset: 0.5em;
  height: inherit;
  padding-inline: 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header__btn::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 0.1875rem;
  background-color: #000;
  transition: width 0.3s ease;
}
.header__btn:hover::after {
  width: var(--underline-width);
}
.header__btn:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2);
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}

.header__btn-icon {
  height: auto;
  width: 1.5rem;
}

.header__btn-text {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
.header__btn-text.header__btn-text--envelope {
  margin-top: 0.75rem;
}

@media screen and (max-width: 834px) {
  .header__nav,
  .header__btn-wrapper .header__btn:not(:has(.header__btn-icon--envelope)) {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .header__btn-icon--envelope,
  .header__btn-text--envelope {
    display: block;
  }
}

/* ハンバーガーボタン
---------------------------------------------------- */
.header__hamburger-btn {
  height: inherit;
  width: 5.875rem;
  cursor: pointer;
  background-color: #FEF200;
  border: none;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 834px) {
  .header__hamburger-btn {
    display: flex;
    align-items: center;
  }
}

.header__hamburger-btn span {
  position: absolute;
  width: 2.25rem;
  height: 0.125rem;
  top: 2.5625rem;
  right: 1.75rem;
  border-radius: 0.0625rem;
  background-color: #000;
  transition: 0.3s;
}

.header__hamburger-btn span:nth-of-type(1) {
  top: 2.5625rem;
}

.header__hamburger-btn span:nth-of-type(2) {
  top: 3.1875rem;
  width: 1.3125rem;
}

.header__hamburger-btn.open span:nth-of-type(1) {
  top: 2.6875rem;
  transform: rotate(20deg);
  width: 2.375rem;
}

.header__hamburger-btn.open span:nth-of-type(2) {
  top: 2.6875rem;
  transform: rotate(-20deg);
  width: 2.375rem;
}

/* ドロワーメニュー
---------------------------------------------------- */
.header__drawer-nav {
  display: none;
  padding-top: 3.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 25rem;
  background: #FEF200;
  overflow: scroll;
  scrollbar-width: none;
  z-index: 99;
}

.header__drawer-slogan {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.header__drawer-list {
  max-width: 37.5rem;
  width: 100%;
  min-height: inherit;
  text-align: center;
  margin: 0 auto;
}

.header__drawer-item {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}

.header__drawer-item a {
  display: inline-block;
  padding: 1.125rem 6.25rem;
  cursor: pointer;
}

.privacy-policy-wrapper {
  margin-top: 1.75rem;
  text-align: right;
}

.privacy-policy-link {
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
  cursor: pointer;
}

.history-timeline__item {
  position: relative;
  padding: 0 0 6rem 3rem;
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .history-timeline__item.history-timeline__item- last {
    padding-bottom: 1.5rem;
  }
}

.border-line:last-child {
  display: none;
}

.history-timeline__heading {
  padding-top: 0.5rem;
  line-height: 1;
  display: flex;
  align-items: center; /* ← flex-startここが重要 */    
}

.history-timeline__num {
  position: absolute;
  left: 0.25rem;
    top: 0.5em;   /* top: 0.5rem;← ここを em に変更 */
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fbdc38;
  border-radius: 50%;
  z-index: 1;
}



.history-timeline__img {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .history-timeline__img {
    display: none;
  }
}

.history-timeline__heading-text {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .history-timeline__heading-text {
    font-size: 1rem;
  }
}

.history-timeline__description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.history-timeline__border-line {
  position: absolute;
  left: 1.125rem;
  top: 1rem;
  width: 0.375rem;
  height: 0;
  background: #d8d5d5;
  transition: height 0.3s ease;
}

@media screen and (max-width: 834px) {
  .labo-activities {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 834px) {
  .labo-activities__inner {
    margin-inline: 1.25rem;
    max-width: 50.875rem;
  }
}

.labo-activities__container {
  margin-top: 7.5rem;
}
@media screen and (max-width: 834px) {
  .labo-activities__container {
    margin-top: 5.5rem;
  }
}

@media screen and (max-width: 834px) {
  .labo-activities__container.labo-activities__container--odd {
    transform: translateX(1.25rem);
  }
}

@media screen and (max-width: 834px) {
  .labo-activities__container.labo-activities__container--even {
    transform: translateX(-1.25rem);
  }
}

.labo-activities__title-box {
  display: flex;
  align-items: center;
  position: relative;
}

.labo-activities__title-box::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-color: #FEF200;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-box::after {
    aspect-ratio: 576/274;
    max-width: 36rem;
  }
}

.labo-activities__title-box.labo-activities__title-box--4th::after {
  left: 5.3125rem;
  top: 4.125rem;
  aspect-ratio: 708/542;
  max-width: 44.25rem;
}

.labo-activities__title-box.labo-activities__title-box--odd {
  justify-content: flex-start;
}

.labo-activities__title-box.labo-activities__title-box--odd::after {
  left: 4.5rem;
  top: 4.125rem;
  aspect-ratio: 708/542;
  max-width: 44.25rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-box.labo-activities__title-box--odd::after {
    left: -2.5rem;
    top: 1.75rem;
    aspect-ratio: 576/274;
    max-width: 36rem;
  }
}

.labo-activities__title-box.labo-activities__title-box--even {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-box.labo-activities__title-box--even {
    justify-content: flex-end;
  }
}

.labo-activities__title-box.labo-activities__title-box--4th {
  width: 63%;
}

.labo-activities__title-box.labo-activities__title-box--even::after {
  left: 5.3125rem;
  top: 4.125rem;
  aspect-ratio: 820/542;
  max-width: 51.25rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-box.labo-activities__title-box--even::after {
    left: initial;
    right: -2.5rem;
    top: 1.75rem;
    aspect-ratio: 576/274;
    max-width: 36rem;
  }
}

.labo-activities__title-num {
  font-size: 6.8125rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-num {
    font-size: 4rem;
  }
}

.labo-activities__title {
  margin-left: 0.875rem;
  z-index: 2;
}

.labo-activities__title-en {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-en {
    font-size: 0.875rem;
  }
}

.labo-activities__title-ja {
  margin-top: 0.625rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .labo-activities__title-ja {
    font-size: 1.75rem;
  }
}

.labo-activities__body {
  margin-top: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .labo-activities__body {
    margin-top: 0.625rem;
    margin-right: 0;
    width: 100%;
    max-width: 47.125rem;
    display: block;
  }
}

.labo-activities__body.labo-activities__body--odd {
  padding-left: 9.375rem;
}
@media screen and (max-width: 834px) {
  .labo-activities__body.labo-activities__body--odd {
    padding-left: 0;
  }
}

.labo-activities__body.labo-activities__body--even {
  padding-right: 9.375rem;
}
@media screen and (max-width: 834px) {
  .labo-activities__body.labo-activities__body--even {
    padding-right: 0;
  }
}

.labo-activities__img {
  aspect-ratio: 1088/549;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .labo-activities__img {
    aspect-ratio: 794/320;
    max-width: 49.625rem;
  }
}

@media screen and (max-width: 834px) {
  .labo-activities__img.labo-activities__img--odd {
    margin-right: calc(50% - 50vw);
    width: 96vw;
  }
}

@media screen and (max-width: 834px) {
  .labo-activities__img.labo-activities__img--even {
    margin-left: calc(50% - 50vw);
    width: 96vw;
  }
}

.labo-activities__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.labo-activities__heading {
  margin-top: 2.625rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .labo-activities__heading {
    margin-top: 1.5625rem;
    font-size: 1.5rem;
  }
}

.labo-activities__text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .labo-activities__text {
    font-size: 1rem;
  }
}

/* information 最新の活動報告
---------------------------------------------------- */
.labo-information__btn-box {
  margin-top: 2.5rem;
}

.labo-information__description {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .labo-information__description {
    font-size: 1rem;
  }
}

.layout-wrapper {
  display: grid;
  gap: 2.75rem;
  grid-template-columns: repeat(2, 1fr);
}

.main-contents__inner {
  margin-inline: auto;
  padding-inline: 0;
  max-width: 120rem;
  width: 100%;
}

.main-contents {
  margin-top: -17.1875rem;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  padding-inline: 7%;
  width: 79%;
  max-width: 96.25rem;
  margin-left: auto;
  background-color: #fff;
  border-radius: 3.25rem 0 0 3.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .main-contents {
    margin-top: 2rem;
    margin-inline: auto;
    padding: 0;
    width: 100%;
    background-color: initial;
  }
}

.machining__heading-description {
  line-height: 2.3;
}

/* features
---------------------------------------------------- */
/* flow 納品までの流れ
---------------------------------------------------- */
.machining-flow__btn-box a {
  pointer-events: auto;
}

/* others 料金、その他について
---------------------------------------------------- */
.machining-others__inner {
  width: 90%;
}
@media screen and (max-width: 834px) {
  .machining-others__inner {
    width: 100%;
  }
}

.mv.members-single__mv {
  padding-top: 5.6875rem;
  min-height: initial;
}

.members-single__mv-img-wrapper {
  margin-top: 0;
}

.members-single__mv-img {
  aspect-ratio: 1920/824;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.members-single__mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-single__mv-comment {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__mv-comment {
    font-size: 1.5rem;
  }
}

.members-single {
  margin-top: 4rem;
}

.members-single__wrapper-profile {
  position: relative;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-profile {
    display: flex;
    flex-direction: column-reverse;
  }
}

.members-single__info {
  padding: 3.25rem 0;
  padding-inline: 3.5rem;
  position: absolute;
  top: 66.2%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 46.5625rem;
  background-color: #000;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .members-single__info {
    padding: 1.25rem 2.5rem;
    position: initial;
    transform: initial;
    max-width: initial;
  }
}

.members-single__info-position {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 834px) {
  .members-single__info-position {
    font-size: 0.75rem;
  }
}

.members-single__info-name {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  line-height: 1.4444444444;
}

.members-single__info-name-ja {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .members-single__info-name-ja {
    font-size: 1.3125rem;
  }
}

.members-single__info-name-en {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 834px) {
  .members-single__info-name-en {
    font-size: 1.3125rem;
  }
}

.members-single__info-skill {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.members-single__info-profile-text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__info-profile-text {
    font-size: 0.875rem;
  }
}

.members-single__info-img {
  margin-left: auto;
  aspect-ratio: 1060/820;
  width: 100%;
  max-width: 66.25rem;
  height: auto;
}

.members-single__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__wrapper-intro {
  margin-top: 10.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-intro {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__intro-img {
  transform: translateY(25%);
  aspect-ratio: 600/398;
  width: 100%;
  max-width: 37.5rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__intro-img {
    transform: initial;
    max-width: initial;
    aspect-ratio: 754/500;
  }
}

.members-single__intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (max-width: 834px) {
  .members-single__intro-img img {
    max-width: initial;
  }
}

.members-single__intro-content {
  margin-right: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__intro-content {
    margin-right: 0;
    max-width: initial;
  }
}

.members-single__intro-title {
  margin-top: 1em;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__intro-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.members-single__wrapper-impressions {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-impressions {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__impressions-img {
  aspect-ratio: 714/844;
  width: 100%;
  max-width: 44.625rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-img {
    max-width: initial;
  }
}

.members-single__impressions-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__impressions-content {
  transform: translateY(25%);
  margin-left: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-content {
    transform: initial;
    margin-left: 0;
    max-width: initial;
  }
}

.members-single__impressions-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__impressions-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-text {
    font-size: 1rem;
  }
}

.members-single__wrapper-change {
  margin-top: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-change {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__change-img {
  aspect-ratio: 746/746;
  width: 100%;
  max-width: 46.625rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__change-img {
    max-width: initial;
  }
}

.members-single__change-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__change-content {
  margin-right: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__change-content {
    margin-right: 0;
    max-width: initial;
  }
}

.members-single__change-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__change-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__change-text {
    font-size: 1rem;
  }
}

.members-single__img-middle {
  margin-top: 4.5rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__img-middle {
    margin-top: 4rem;
  }
}

.members-single__img-middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-single__wrapper-challenge {
  margin-top: 5.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-challenge {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__challenge-img {
  aspect-ratio: 747/747;
  width: 100%;
  max-width: 46.6875rem;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-img {
    max-width: initial;
  }
}

.members-single__challenge-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__challenge-content {
  margin-left: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-content {
    margin-left: 0;
    max-width: initial;
  }
}

.members-single__challenge-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__challenge-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-text {
    font-size: 1rem;
  }
}

.members-single__last-img {
  margin-top: 5rem;
  margin-right: 7.4%;
  margin-left: 7.4%;
}
@media screen and (max-width: 834px) {
  .members-single__last-img {
    margin-top: 4rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.members-single__last-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ページネーション
---------------------------------------------------- */
.pagination {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination__item-prev,
.pagination__item-next {
  width: 25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.pagination__arrow-prev,
.pagination__arrow-next {
  display: inline-block;
  width: 100%;
  max-width: 0.625rem;
  height: 100%;
}

.pagination__arrow-prev {
  text-align: right;
}

.pagination__arrow-next {
  text-align: left;
}

.pagination__img-prev,
.pagination__img-next {
  aspect-ratio: 82/82;
  width: 100%;
  max-width: 5.125rem;
  height: auto;
  border-radius: 6.1875rem;
  overflow: hidden;
}

.pagination__img-prev img,
.pagination__img-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination__info {
  max-width: 15rem;
}

.pagination__info-prev {
  text-align: left;
}

.pagination__info-next {
  text-align: right;
}

.pagination__name-prev,
.pagination__name-next {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}

.pagination__position-prev,
.pagination__position-next {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.pagination__icon {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 100%;
  max-width: 1.375rem;
  height: auto;
}

.pagination__icon img {
  width: 100%;
  height: 100%;
}

.members {
  margin-top: 5.625rem;
}
@media screen and (max-width: 834px) {
  .members {
    margin-top: 1.25rem;
  }
}

.members__list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .members__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.members__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.4375rem;
}

.members__item a:hover, .members__item a:focus {
  opacity: 1;
}

.members__item-img {
  overflow: hidden;
  transition: transform 0.3s ease;
}
.members__item-img:hover {
  transform: scale(1.1);
}

.members__item-img img {
  aspect-ratio: 536/739;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .members__item-img img {
    aspect-ratio: 794/402;
  }
}
@media screen and (max-width: 430px) {
  .members__item-img img {
    aspect-ratio: 345/345;
  }
}

.members__item-content {
  padding-inline: 2rem;
  padding-bottom: 1.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .members__item-content {
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.members__item-comment {
  margin-inline: auto;
  max-width: 73%;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-comment {
    max-width: 90%;
  }
}

.members__item-position {
  margin-top: 6.25rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-position {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}

.members__item-name-ja {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-name-ja {
    font-size: 1.625rem;
  }
}

.members__item-name-en {
  margin-left: 1.75rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-name-en {
    font-size: 1.625rem;
  }
}

.members__item-skill {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .members__item-skill {
    font-size: 0.875rem;
  }
}

.members__pagination {
  margin-top: 6rem;
}

/* ページネーション
---------------------------------------------------- */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 0; /* テキストを非表示にする */
  width: 1.875rem; /* 画像の幅に合わせて調整 */
  height: 1.875rem; /* 画像の高さに合わせて調整 */
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-pagenavi a.previouspostslink {
  background-image: url(../images/common/pagination-previous.svg);
}

.wp-pagenavi a.nextpostslink {
  background-image: url(../images/common/pagination-next.svg);
}

.wp-pagenavi {
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Alata", sans-serif;
}

.wp-pagenavi a {
  color: #000;
  border: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
  margin: 0 1rem 0 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi span.current,
  .wp-pagenavi a.page {
    font-size: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.wp-pagenavi span.current {
  border: none;
  background: #000;
  color: #fff;
}

.wp-pagenavi a.page {
  background: none;
  font-family: "Alata", sans-serif;
}

.wp-pagenavi a.page:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 1rem;
}

/* flow
---------------------------------------------------- */
.mono-consul-flow {
  margin-top: 6.25rem;
}

@media screen and (max-width: 834px) {
  .mono-consul-flow__wrapper {
    margin-inline: auto;
    padding-inline: 1.25rem;
    max-width: 50.1875rem;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .mono-consul-others__wrapper {
    margin-inline: auto;
    padding-inline: 1.25rem;
    max-width: 50.1875rem;
    width: 100%;
  }
}

.mono-consul-others {
  margin-top: 6.25rem;
}

.mono-consul-flow__description {
  margin-top: 3.875rem;
  font-size: 1rem;
  font-weight: 500;
}

.mono-consul-others__description {
  margin-top: 3.875rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .mono-consul-others__description {
    margin-top: 2rem;
  }
}

/* mv
---------------------------------------------------- */
.mv {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 834px) {
  .mv {
    padding-top: 2rem;
  }
}

.mv.sub-mv {
  min-height: initial;
}

.mv.mv--noimg {
  min-height: initial;
}
.mv--members {
  min-height: initial;
}

.mv__title-wrapper {
  padding-top: 10.0625rem;
  margin-inline: auto;
  margin-bottom: 4.6875rem;
  max-width: 104.375rem;
  width: 100%;
  display: flex;
  -moz-column-gap: 9.625rem;
       column-gap: 9.625rem;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .mv__title-wrapper {
    margin-top: 5.6875rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .mv__title-wrapper {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 834px) {
  .mv__title-wrapper.mv__title-wrapper--contact {
    padding-bottom: 3rem;
  }
}

.mv__title-ja {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.mv__title-en {
  margin-top: 0.3125rem;
  font-size: 6rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .mv__title-en {
    margin-top: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 430px) {
  .mv__title-en {
    font-size: 24px;
  }
}

.mv__title-description {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  width: 42.5%;
}
@media screen and (max-width: 834px) {
  .mv__title-description {
    margin-top: 1.5rem;
    font-size: 1rem;
    width: 100%;
  }
}

.mv__title-en.mv__title-en--labo {
  text-transform: capitalize;
}

.mv__img-wrapper {
  margin-inline: auto;
  flex-grow: 1;
  width: 100%;
  max-width: 120rem;
  height: auto;
  min-height: 45.3125rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .mv__img-wrapper.mv__img-wrapper--machining,
  .mv__img-wrapper.mv__img-wrapper--project-support,
  .mv__img-wrapper.mv__img-wrapper--mono-consul,
  .mv__img-wrapper.mv__img-wrapper--labo,
  .mv__img-wrapper.mv__img-wrapper--about-us,
  .mv__img-wrapper.mv__img-wrapper--services,
  .mv__img-wrapper.mv__img-wrapper--techniques,
  .mv__img-wrapper.mv__img-wrapper--materials,
  .mv__img-wrapper.mv__img-wrapper--facilities,
  .mv__img-wrapper.mv__img-wrapper--members,
  .mv__img-wrapper.mv__img-wrapper--company {
    margin-top: 0.5rem;
    min-height: 24.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .mv__img-wrapper.mv__img-wrapper--machining,
  .mv__img-wrapper.mv__img-wrapper--project-support,
  .mv__img-wrapper.mv__img-wrapper--mono-consul,
  .mv__img-wrapper.mv__img-wrapper--labo,
  .mv__img-wrapper.mv__img-wrapper--about-us,
  .mv__img-wrapper.mv__img-wrapper--services,
  .mv__img-wrapper.mv__img-wrapper--techniques,
  .mv__img-wrapper.mv__img-wrapper--materials,
  .mv__img-wrapper.mv__img-wrapper--facilities,
  .mv__img-wrapper.mv__img-wrapper--members,
  .mv__img-wrapper.mv__img-wrapper--company {
    min-height: 201px;
  }
}

.mv__img {
  aspect-ratio: 1920/718;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv__img {
    aspect-ratio: 834/761;
  }
}

.mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/718;
}
@media screen and (max-width: 834px) {
  .mv__img img {
    aspect-ratio: 834/761;
  }
}

@media screen and (max-width: 834px) {
  .mv__img.machining-mv__img,
  .mv__img.project-support-mv__img,
  .mv__img.mono-mv__img,
  .mv__img.labo-mv__img {
    aspect-ratio: 834/389;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 834px) {
  .mv__img.machining-mv__img img,
  .mv__img.project-support-mv__img img,
  .mv__img.mono-mv__img img,
  .mv__img.labo-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 834px) {
  .mv__img.mono-mv__img img,
  .mv__img.labo-mv__img img {
    -o-object-position: 25% 0%;
       object-position: 25% 0%;
  }
}

.mv__copy {
  content: "";
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 2;
  bottom: 1rem;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .mv__copy {
    font-size: 3rem;
    left: 2.5%;
    bottom: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .mv__img-theme {
    content: "";
    left: 1.25rem;
    bottom: 1.5rem;
    position: absolute;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    line-height: 2;
  }
}

.mv__copy-wrapper {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 106.25rem;
  width: 100%;
}

.page-company-mv {
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 834px) {
  .page-company-mv {
    margin-bottom: 0.625rem;
  }
}

.page-company-mv__catch {
  font-size: 4rem;
  line-height: 2;
  color: #fff;
  position: absolute;
  bottom: 2.25rem;
  left: 8.75rem;
}
@media screen and (max-width: 834px) {
  .page-company-mv__catch {
    font-size: 3rem;
    left: 1.25rem;
    bottom: 1.25rem;
  }
}

.page-company-wrapper {
  width: 85.9375rem;
  margin-right: 0;
  margin-left: auto;
  margin-top: 2.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .page-company-wrapper {
    width: calc(100vw - 1.25rem);
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .page-company-wrapper {
    margin-left: 5px;
  }
}

.page-company-section {
  background-color: #fff;
  border-radius: 1.5rem 0 0 1.5rem;
  padding: 4.5rem 1.875rem 6.25rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-company-section {
    border-radius: 1.25rem 0 0 1.25rem;
    padding: 1.25rem;
  }
}

.page-company-section__inner {
  width: 68.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .page-company-section__inner {
    width: auto;
    padding: 1.25rem;
  }
}
.page-company-section__inner img {
  height: auto;
  border-radius: 1.4375rem;
}

.page-company-section__inner-small {
  width: 49.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .page-company-section__inner-small {
    width: auto;
  }
}

.page-company-section__inner-title {
  margin-bottom: 3rem;
}

.page-company-section__inner-title-en {
  font-family: "Alata", sans-serif;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.page-company-section__inner-title-ja {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-company-section-greetings__title {
  margin-bottom: 3.5rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .page-company-section-greetings__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.page-company-section__img {
  margin-bottom: 2.25rem;
  border-radius: 1.5rem;
  aspect-ratio: 1089/581;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .page-company-section__img {
    margin-bottom: 1.75rem;
    border-radius: 1.5rem;
    aspect-ratio: 734/581;
  }
}

.page-company-section__img-small {
  margin-inline: auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  width: 58%;
  border-radius: 1.5rem;
  aspect-ratio: 635/549;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .page-company-section__img-small {
    margin-bottom: 1.75rem;
    width: 84%;
    border-radius: 1.5rem;
    aspect-ratio: 734/581;
  }
}

.page-company-section__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-company-section-greetings__text {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-greetings__text {
    gap: 2.25rem;
    margin-bottom: 2.25rem;
  }
}

.page-company-section-greetings__paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .page-company-section-greetings__paragraph {
    font-size: 1rem;
  }
}

.page-company-section-greetings__name {
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: right;
}

.page-company-section-credo__paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo__paragraph {
    font-size: 1rem;
    font-weight: 400;
  }
}

.page-company-section-identity__list {
  display: flex;
  flex-direction: column;
  gap: 5.125rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-identity__list {
    gap: 3rem;
  }
}

.page-company-section-identity__item h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-identity__item h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.page-company-section-identity__item p {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .page-company-section-identity__item p {
    font-size: 1.75rem;
  }
}

/* credo
---------------------------------------------------- */
.page-company-section__inner--credo {
  max-width: 65.375rem;
  margin-left: 6.25rem;
  margin-right: auto;
}
@media screen and (max-width: 834px) {
  .page-company-section__inner--credo {
    margin-left: 1.25rem;
  }
}

.page-company-wrapper .about-credo__list {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .page-company-section-credo {
    padding: 1.25rem 3.75rem 2rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* credo-accordion
---------------------------------------------------- */
@media screen and (max-width: 834px) {
  .page-company-section-credo__accordion {
    font-size: 1rem;
  }
}

.page-company-section-credo__item {
  border-bottom: 0.0625rem solid #c8c8c8;
}
.page-company-section-credo__item-title {
  padding: 3.1875rem 8.5rem 3.1875rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo__item-title {
    padding: 1.3125rem 4.0625rem 1.3125rem 1.3125rem;
  }
}

.page-company-section-credo__item-title {
  padding: 1.875rem 8.5rem 1.625rem 1rem;
}

.page-company-section-credo__item-num {
  font-size: 2.25rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo__item-num {
    padding: 0.3125rem 2rem 0.3125rem 0.625rem;
    font-size: 2rem;
    font-weight: 400;
    min-width: 3rem;
    line-height: 1;
  }
}

.page-company-section-credo__item-text {
  margin-left: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo__item-text {
    font-size: 1.3125rem;
  }
}

.page-company-section-credo__item-arrow {
  position: absolute;
  right: 1.75rem;
  transform: translateY(0.5em) rotate(90deg);
  width: 0.75rem;
  height: 1.25rem;
  transition: transform 0.3s;
}

.page-company-section-credo__item-arrow.rotate {
  transform: translateY(0.5em) rotate(270deg);
}

.page-company-section-credo__item-answer-num {
  font-size: 2rem;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 2;
}

.page-company-section-credo__item-description {
  padding: 0 8.5rem 3.75rem 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  display: none;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo__item-description {
    padding: 0 2.25rem 1rem 1.3125rem;
    font-size: 1rem;
  }
}

/* history
---------------------------------------------------- */
.history-timeline.l-timeline {
  width: 100%;
}

.page-company-section-history .l-timeline {
  max-width: none;
  margin-top: 0;
}

.page-company-section-history .l-timeline .border-line {
  display: block;
}
.page-company-section-history .l-timeline:last-child .border-line {
  display: none;
}

.history-timeline__item .border-line {
  left: 0.75em;
}

.page-company-section-history .c-timeline__item {
  padding-bottom: 80px;
}

.page-company-section-credo {
  font-size: 2.25rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-credo {
    font-size: 1.5rem;
  }
}

.page-company-section-history__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.page-company-section-history__year-container {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  width: 10.3125rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-history__year-container {
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    gap: 0.5rem;
  }
}

.page-company-section-history__year-num {
  display: flex;
  align-items: flex-end;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page-company-section-history__year-num span {
  font-family: "Alata", sans-serif;
  font-size: 1.25rem;
}

.page-company-section-history__year-ja {
  padding: 4px 12px;
  background-color: #707070;
  border-radius: 18px;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.page-company-section-history__year-ja span {
  font-family: "Alata", sans-serif;
}

.page-company-section-history .c-timeline__item {
  display: flex;
  margin-bottom: 0;
}

.page-company-section-history__content {
  display: flex;
    align-items: center; /* 月とテキストの縦基準を揃える */
  gap: 1.375rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-history__content {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

.page-company-section-history__content-time {
  display: flex;
  align-items: center;/*flex-end*/
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}
.page-company-section-history__content-time span {
  font-family: "Alata", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.page-company-section-history__content .c-timeline__heading-text {
  font-size: 1.0625rem;
  line-height: 1.5;
}

.page-company-section-awards__inner + .page-company-section-awards__inner {
  margin-top: 6.25rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner + .page-company-section-awards__inner {
    margin-top: 3.5rem;
  }
}

.page-company-section-awards__inner.yukojo .page-company-section-awards__inner-img {
  margin: 12.5rem auto;
  width: 8.125rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner.yukojo .page-company-section-awards__inner-img {
    margin: 4rem auto;
  }
}

.page-company-section-awards__inner.kenkokeiei .page-company-section-awards__inner-img {
  margin: 12.5rem auto;
  width: 10.75rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner.kenkokeiei .page-company-section-awards__inner-img {
    margin: 4rem auto;
  }
}

@media screen and (max-width: 834px) {
  .page-company-section-awards__inner.koumetutumi {
    margin-bottom: 0;
  }
}
.page-company-section-awards__inner.koumetutumi .page-company-section-awards__inner-img {
  margin: 2.25rem auto;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner.koumetutumi .page-company-section-awards__inner-img {
    margin: 1.25rem auto;
  }
}

.page-company-section-awards__inner-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner-title {
    font-size: 1.75rem;
  }
}

.page-company-section-awards__inner-img {
  margin-block: 2.25rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner-img {
    margin-block: 1.25rem;
  }
}

.page-company-section-awards__inner-text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner-text {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}

.page-company-section-awards__inner-citation {
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .page-company-section-awards__inner-citation {
    font-size: 1rem;
  }
}
/*20261/22コタム追加：リンクアイコンをafterで指定へ切り替え リンク系の指定をまとめる*/
.faq-contents p a,
.privacy-policy__title-container p a,
.page-company-section-awards__inner-citation a,
.page-company-section-info__grid dd a{
  text-decoration: underline;
  transition: color 0.3s ease;
}
.faq-contents p a::after,
.privacy-policy__title-container p a::after,
.page-company-section-awards__inner-citation a::after,
.page-company-section-info__grid dd a::after{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.4rem;

  background-color: currentColor;
  mask: url("../images/common/icon_anker-link-out.svg") center / contain no-repeat;
  -webkit-mask: url("../images/common/icon_anker-link-out.svg") center / contain no-repeat;

  vertical-align: middle;
  transform: translateY(-1px); /* info側と同じ */
  transition: background-color 0.3s ease;
}

.faq-contents a:hover,
.privacy-policy__title-container a:hover,
.page-company-section-awards__inner-citation a:hover,
.page-company-section-info__grid dd a:hover{
  color: #ffcb00;
}



/* 会社概要
---------------------------------------------------- */
.page-company-section-info__grid {
  margin-top: 5.1875rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .page-company-section-info__grid {
    margin-top: 0;
  }
}
.page-company-section-info__grid dt {
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
  width: 17.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  border-bottom: 0.125rem solid #FFCB00;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .page-company-section-info__grid dt {
    width: 11.25rem;
  }
}
.page-company-section-info__grid dd {
  padding-top: 1.9375rem;
  padding-bottom: 1.9375rem;
  padding-left: 1rem;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  border-bottom: 0.0625rem solid #e4e4e4;
}

/* アクセス
---------------------------------------------------- */
.page-company-section-access__map {
  width: 100%;
  margin-bottom: 0.5rem;
  aspect-ratio: 1086/400;
}
@media screen and (max-width: 834px) {
  .page-company-section-access__map {
    aspect-ratio: 733/414;
  }
}

.page-company-section-access__content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  width: 100%;
}
.page-company-section-access__content dd {
  margin: 0;
  padding: 0.5rem 0;
  width: 8.125rem;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .page-company-section-access__content dd {
    width: 100px;
  }
}
.page-company-section-access__content dt {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .page-company-section-access__content dt {
    font-size: 1rem;
  }
}
.page-company-section-access__content dt span {
  font-family: "Alata", sans-serif;
}

.l-mv--contact {
  padding-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .l-mv--contact {
    padding-bottom: 2.5rem;
  }
}

.page-contact {
  margin-top: 3.75rem;
  margin-bottom: 12.1875rem;
}
@media screen and (max-width: 834px) {
  .page-contact {
    margin-top: 1.5625rem;
    margin-inline: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .page-contact {
    margin-inline: 5px;
  }
}

.page-contact__inner {
  margin-inline: auto;
  padding-inline: 6.125rem;
  max-width: 86.25rem;
  background-color: #fff;
  border-radius: 1.4375rem;
}
@media screen and (max-width: 834px) {
  .page-contact__inner {
    padding-inline: 5%;
    width: 100%;
  }
}

.page-contact__wrapper {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 834px) {
  .page-contact__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.page-contact__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-contact__title-container {
  max-width: 51.75rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-contact__title-container {
    width: 100%;
  }
}

.page-contact__title {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
}
.page-contact__title::before {
  content: "";
  display: inline-block;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_envelope.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .page-contact__title {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .page-contact__title {
    font-size: 12px;
  }
}

.page-contact__sub-comment {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: red;
}
@media screen and (max-width: 834px) {
  .page-contact__sub-comment {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .page-contact__sub-comment {
    font-size: 12px;
  }
}

.page-contact__description {
  margin-top: 4rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .page-contact__description {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .page-contact__description {
    font-size: 9px;
  }
}

.contact-form__layout {
  margin-top: 4.5rem;
}
@media screen and (max-width: 834px) {
  .contact-form__layout {
    margin-top: 4.1875rem;
  }
}

/* コンタクトフォーム
---------------------------------------------------- */
.p-form__item {
  display: flex;
  margin-top: 3rem;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .p-form__item {
    margin-top: 2rem;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
  }
}

@media screen and (max-width: 834px) {
  .p-form__item + .p-form__item {
    margin-top: 2.625rem;
  }
}

.p-form__title {
  display: flex;
  width: 30.4%;
  padding-right: 1.5rem;
  gap: 10px;
  align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-form__title {
    padding: 0;
    width: 100%;
    gap: 1.75rem;
    font-size: 9px;
  }
}
.p-form__title label {
  font-size: 1.3125rem;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .p-form__title label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .p-form__title label {
    font-size: 9px;
  }
}
.p-form__title span {
  display: inline-block;
  padding: 0.5625rem 1.0625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #000;
  border-radius: 6.1875rem;
  line-height: 1;
}
@media screen and (max-width: 430px) {
  .p-form__title span {
    font-size: 9px;
  }
}
.p-form__title .p-form__title-add {
  display: inline-block;
  padding: 0.5625rem 1.0625rem;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 6.1875rem;
  line-height: 1;
  background-color: #707070;
}
@media screen and (max-width: 430px) {
  .p-form__title {
    font-size: 9px;
  }
}

.p-form__title--type02 {
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .p-form__title--type02 {
    flex-direction: row;
    align-items: center;
    justify-content: left;
  }
}

.p-form__title--type03 {
  flex-direction: column;
}

.p-form__title--aiStart {
  align-items: flex-start;
}

.p-form__input {
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-form__input {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }
}

.p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
  color: lightgray;
  font-size: 1rem;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
  color: lightgray;
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .p-formInput input::-moz-placeholder, .p-formTextarea textarea::-moz-placeholder {
    font-size: 12px;
  }
  .p-formInput input::placeholder,
  .p-formTextarea textarea::placeholder {
    font-size: 12px;
  }
}

.p-formInput input {
  width: 100%;
  height: 3.75rem;
  padding-left: 1.25rem;
  border: 1px solid #B5B5B5;
  border-radius: 0;
}
@media screen and (max-width: 834px) {
  .p-formInput input {
    width: 100%;
    height: 3.125rem;
    margin-left: 0;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 430px) {
  .p-formInput input {
    font-size: 12px;
  }
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
  outline: 2px solid #B5B5B5;
}

.p-formInput--sm input {
  width: 21.875rem;
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .p-formInput--sm input {
    width: 100%;
  }
}

.p-formInput__post {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.p-formInput__post input {
  width: 20rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .p-formInput__post input {
    width: 100%;
  }
}

.p-formInput__address {
  margin-top: 0.625rem;
}

.p-formInput__address input {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .p-formInput__address input {
    width: 100%;
  }
}

.p-formInput--tel {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}

.p-formInput--tel > * {
  min-width: 0;
}

.p-formInput--tel input {
  width: 9.375rem;
  max-width: 100%;
}

.p-form__input-description {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #707070;
  text-align: left;
  margin-left: auto;
  width: 70%;
}
@media screen and (max-width: 834px) {
  .p-form__input-description {
    margin-top: 0.25rem;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .p-form__input-description {
    font-size: 9px;
  }
}

.p-formSelect select {
  width: 15.625rem;
  max-width: 100%;
  height: 3.75rem;
  padding-left: 1.25rem;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 834px) {
  .p-formSelect select {
    width: 100%;
    height: 3.125rem;
  }
}
@media screen and (max-width: 430px) {
  .p-formSelect select {
    font-size: 9px;
  }
}

.p-formSelect select:focus {
  outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
  color: #333;
}

.p-formDate__flex {
  display: flex;
  gap: 2.1875rem;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .p-formDate__flex {
    gap: 1.25rem;
    align-items: flex-start;
  }
}

.p-formDate__flex + .p-formDate__flex {
  margin-top: 1.25rem;
}

.p-formDate__label {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .p-formDate__label {
    font-size: 9px;
  }
}

@media screen and (max-width: 834px) {
  .p-form__dataBlock {
    flex: 1;
  }
}

.p-form__dataBlockFlex {
  display: flex;
  align-items: center;
}
.p-form__dataBlockFlex + .p-form__dataBlockFlex {
  margin-top: 1.25rem;
}

.p-form__dataBlockLabel {
  width: 5rem;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-form__dataBlockLabel {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .p-form__dataBlockDate {
    width: 100%;
  }
}

.p-formCalendar {
  position: relative;
}

.p-formCalendar input {
  width: 15.625rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 0.3125rem;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  color: lightgray;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  position: relative;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
}
@media screen and (max-width: 834px) {
  .p-formCalendar input {
    width: 100%;
    height: 3.125rem;
  }
}
@media screen and (max-width: 430px) {
  .p-formCalendar input {
    font-size: 9px;
  }
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  z-index: 1;
}

@-moz-document url-prefix() {
  .p-formCalendar input {
    background: none;
  }
  .p-formCalendar::after {
    position: absolute;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-55%);
    pointer-events: none;
  }
}
.p-formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .Android .p-formCalendar input {
    padding-left: 0.9375rem;
  }
}

.p-formCalendar input:focus {
  outline: 2px solid #B5B5B5;
}

@media screen and (max-width: 834px) {
  .p-form__dataBlockSelect {
    width: 100%;
  }
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
  color: #333;
}

.p-formNumber__txt {
  font-size: 1rem;
}

.p-formNumber__flex {
  display: flex;
  margin-top: 1.25rem;
  gap: 1.875rem;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .p-formNumber__flex {
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
  }
}

.p-formNumber__block {
  display: flex;
  align-items: center;
}

.p-formNumber__blockLabel01 {
  margin-right: 1.875rem;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-formNumber__blockLabel01 {
    width: 3.4375rem;
  }
}
@media screen and (max-width: 430px) {
  .p-formNumber__blockLabel01 {
    font-size: 9px;
  }
}

.p-formNumber__blockLabel01 {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .p-formNumber__blockLabel01 {
    font-size: 9px;
  }
}

.p-formNumber__blockInput {
  width: 9.375rem;
  margin-right: 9px;
}
@media screen and (max-width: 834px) {
  .p-formNumber__blockInput {
    flex: 1;
    margin-right: 1.25rem;
  }
}

.p-formCheckbox input {
  display: none;
}

.p-formCheckbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.p-formCheckbox .wpcf7-list-item {
  margin-left: 0;
  cursor: pointer;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.25rem;
}

.p-formCheckbox input + span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 0 2.1875rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.p-formCheckbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  transform: translateY(-50%);
}

.p-formCheckbox input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.375rem;
  display: block;
  width: 0.5rem;
  height: 0.8125rem;
  margin-top: -0.5rem;
  border-right: 0.1875rem solid blue;
  border-bottom: 0.1875rem solid blue;
  opacity: 0;
  transform: rotate(45deg);
}

.p-formCheckbox input:checked + span::after {
  opacity: 1;
}

.p-formRadio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2.125rem;
}

.p-formRadio--vertical .wpcf7-radio {
  display: block;
}

.p-formRadio .wpcf7-list-item {
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.p-formRadio input + span {
  display: flex;
  font-size: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .p-formRadio input + span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .p-formRadio input + span {
    font-size: 9px;
  }
}

.p-formRadio input[type=radio] {
  display: none;
}

.p-formRadio input + span::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  margin-top: auto;
  margin-right: 0.3em;
  margin-bottom: auto;
  border: 0.0625rem solid #B5B5B5;
  border-radius: 100%;
  background: #fff;
  transition: background-color 0.5s;
}

.p-formRadio input:checked + span::before {
  background-color: blue;
  box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 1.25rem;
}

.p-formFile input {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1;
}

.p-form__input-file-item {
  display: flex;
  flex-direction: column;
}

.p-form__item .p-form__input-file-item .wpcf7-form-control-wrap {
  margin-top: 0;
}

.p-form__input-file-item + .p-form__input-file-item {
  margin-top: 0.625rem;
}

.wpcf7-form-control.wpcf7-file.form__file {
  font-size: 1rem;
}
@media screen and (max-width: 430px) {
  .wpcf7-form-control.wpcf7-file.form__file {
    font-size: 9px;
  }
}

.p-formTextarea textarea {
  width: 100%;
  min-height: 21.875rem;
  padding-top: 0.625rem;
  padding-left: 1.25rem;
  border: 1px solid #B5B5B5;
  border-radius: 0;
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .p-formTextarea textarea {
    width: 100%;
    min-height: 300px;
    margin-left: 0;
    padding-left: 15px;
  }
}
@media screen and (max-width: 430px) {
  .p-formTextarea textarea {
    font-size: 9px;
  }
}

.p-form__privacy {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1rem;
  color: #707070;
}
@media screen and (max-width: 834px) {
  .p-form__privacy {
    margin-top: 3rem;
    text-align: left;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  .p-form__privacy {
    font-size: 9px;
  }
}

@media screen and (max-width: 834px) {
  .p-form__privacy-text {
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-form__privacy a {
  line-height: 1;
  text-decoration: underline;
}

.p-form__acceptance {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .wpcf7-acceptance {
    text-align: center;
  }
}

.p-form__confirm-btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .p-form__confirm-btn {
    margin-top: 2.5rem;
  }
}

.p-form__confirm-title {
  margin-top: 1.875rem;
  font-size: 1.3125rem;
  font-weight: 500;
}

.p-form__confirm-btn-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}

.p-form__back_button {
  margin-top: 3.125rem;
  padding: 0.25rem 1.25rem;
  color: #707070;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
}

.p-form__submit {
  margin-top: 3.125rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .p-form__submit {
    margin-top: 1.875rem;
  }
}

.p-formBtn input {
  width: 100%;
  padding: 1.5625rem 0;
  border: none;
  color: #fff;
  font-size: 1.3125rem;
  text-align: center;
  border-radius: 0.9375rem;
  background-color: #000;
  cursor: pointer;
  transition: opacity 0.5s;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.p-formBtn input:disabled {
  color: #fff;
  background-color: #707070;
  border-color: #707070;
}
@media screen and (min-width: 834px) {
  .p-formBtn input:disabled:hover {
    cursor: not-allowed;
  }
}
@media screen and (min-width: 834px) {
  .p-formBtn input:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0.9375rem 0.625rem;
  border-color: #2C94DE;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 9px;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0.9375rem 0.625rem;
  border-color: red;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 9px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .wpcf7-not-valid-tip {
    font-size: 9px;
  }
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
  display: none;
}

.p-formValidation__error {
  display: none;
  margin-top: 0.625rem;
  color: red;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 430px) {
  .p-formValidation__error {
    font-size: 9px;
  }
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
  display: block;
}

.p-formCheckbox input + span {
  font-size: 0.875rem;
}
@media screen and (max-width: 430px) {
  .p-formCheckbox input + span {
    font-size: 9px;
  }
}

.wpcf7 .wpcf7-submit {
  padding: 1.5625rem 0.625rem;
  width: 100%;
  font-size: 1.3125rem;
  background-color: #000;
  color: #fff;
  line-height: 1;
  border-radius: 0.9375rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.wpcf7 .wpcf7-submit:disabled {
  background-color: #707070;
  cursor: not-allowed;
}
@media screen and (max-width: 430px) {
  .wpcf7 .wpcf7-submit {
    font-size: 11px;
  }
}

.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  padding: 0.75rem;
  flex: 1;
  border-radius: 0.375rem;
  border: 1px solid #707070;
}
@media screen and (max-width: 834px) {
  .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    padding: 0.5rem 0.75rem;
  }
}

.p-formCheckbox input + span::before {
  border-radius: 0.375rem;
  border: 2px solid #B5B5B5;
}

/*送信完了時のサンクスメッセージを非表示*/
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/* ====================================================
変更後のフォームスタイル
==================================================== */
.Form-Item {
  display: flex;
}

.Form-Item-Label {
  padding-right: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: 30.4%;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}

.Form-Item-Label-Required {
  padding: 0.5625rem 1.0625rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #000;
  border-radius: 0.9375rem;
}

.Form-Item-Radio {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}

.p-form__item .wpcf7-form-control-wrap {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .p-form__item .wpcf7-form-control-wrap {
    margin-top: 1.125rem;
    width: 100%;
  }
}

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

.p-form__confirm-area {
  display: none;
}

/* ローディング表示用のスタイル */
.loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  display: none;
  white-space: nowrap;
}

/* 点滅する点のスタイル */
.loading-text::after {
  content: "。";
  animation: blink 1s infinite;
  opacity: 1;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-form__submit {
  position: relative;
}

/* ローディング中は送信ボタンを薄くする */
.submitting .wpcf7-submit {
  opacity: 0.5;
  pointer-events: none;
}

.page-link {
  margin-top: 6.25rem;
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
  background-color: #FEF200;
}
@media screen and (max-width: 834px) {
  .page-link {
    display: none;
  }
}

.page-link__inner {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 93.75rem;
  width: 100%;
}

.page-link__container {
  padding-inline: 3rem;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(26.8125rem, 1fr));
}

.page-link__box {
  width: 100%;
  overflow: hidden;
}

.page-link__btn:hover {
  opacity: initial;
}

.page-link__btn:hover .page-link__img-banner {
  transform: scale(1.1);
}

.page-link__title-wrapper {
  position: relative;
}

.page-link__img-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 430/266;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.875rem;
  transition: transform 0.3s ease;
}

.page-link__title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.page-link__title-en {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.page-link__title-ja {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.page-link__img-arrow {
  margin-top: 1.625rem;
  margin-inline: auto;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-link01 {
  margin-top: 6.25rem;
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
  background-color: #FEF200;
}
@media screen and (max-width: 834px) {
  .page-link01 {
    display: none;
  }
}

.page-link01__inner {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 93.75rem;
  width: 100%;
}

.page-link01__container {
  padding-inline: 3rem;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(26.8125rem, 1fr));
}

.page-link01__box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.875rem;
}

.page-link01__btn:hover {
  opacity: initial;
}
.page-link01__btn:hover .page-link01__img-banner {
  transform: scale(1.1);
}

.page-link01__title-wrapper {
  position: relative;
}

.page-link01__img-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 430/266;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.page-link01__title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.page-link01__title-en {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.page-link01__title-ja {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.page-link01__img-arrow {
  margin-top: 1.625rem;
  margin-inline: auto;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-link02 {
  margin-top: 6.25rem;
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
  background-color: #FEF200;
}
@media screen and (max-width: 834px) {
  .page-link02 {
    display: none;
  }
}

.page-link02__inner {
  margin-inline: auto;
  padding-inline: 3.25rem;
  max-width: 120rem;
  width: 100%;
}

.page-link02__container {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(4, 1fr);
}

.page-link02__box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.875rem;
}

.page-link02__btn:hover {
  opacity: initial;
}
.page-link02__btn:hover .page-link02__img-banner {
  transform: scale(1.1);
}

.page-link02__title-wrapper {
  position: relative;
}

.page-link02__img-banner {
  aspect-ratio: 430/266;
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.page-link02__img-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-link02__title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.page-link02__title-en {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.page-link02__title-ja {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.page-link02__img-arrow {
  margin-top: 1.625rem;
  margin-inline: auto;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-link03 {
  margin-top: 6.25rem;
  padding-top: 7.375rem;
  padding-bottom: 7.375rem;
  background-color: #FEF200;
}
@media screen and (max-width: 834px) {
  .page-link03 {
    display: none;
  }
}

.page-link03__inner {
  margin-inline: auto;
  padding-inline: 1.875rem;
  max-width: 93.75rem;
  width: 100%;
}

.page-link03__container {
  padding-inline: 3rem;
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(26.8125rem, 1fr));
}

.page-link03__box {
  width: 100%;
  overflow: hidden;
  border-radius: 0.875rem;
}

.page-link03__btn:hover {
  opacity: initial;
}
.page-link03__btn:hover .page-link03__img-banner {
  transform: scale(1.1);
}

.page-link03__title-wrapper {
  position: relative;
}

.page-link03__img-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 430/266;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.page-link03__title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.page-link03__title-en {
  font-size: 2.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.page-link03__title-ja {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.page-link03__img-arrow {
  margin-top: 1.625rem;
  margin-inline: auto;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 30/30;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__title-description--privacy-policy {
  display: none;
}
@media screen and (max-width: 834px) {
  .mv__title-description--privacy-policy {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
  }
}

.privacy-policy {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .privacy-policy {
    margin-top: 0;
  }
}

.privacy-policy__inner {
  margin-inline: auto;
  padding-inline: 14.3%;
  max-width: 86.25rem;
  background-color: #fff;
  border-radius: 1.4375rem;
}
@media screen and (max-width: 834px) {
  .privacy-policy__inner {
    margin-inline: 1.25rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .privacy-policy__inner {
    margin-inline: 5px;
  }
}

.privacy-policy__wrapper {
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 834px) {
  .privacy-policy__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.privacy-policy__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privacy-policy__title-container {
  max-width: 51.75rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .privacy-policy__title-container {
    width: 100%;
  }
}

.privacy-policy__title {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  .privacy-policy__title {
    font-size: 1.3125rem;
  }
}

.privacy-policy__title-description {
  margin-top: 4.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .privacy-policy__title-description {
    font-size: 1rem;
  }
}

.privacy-policy__heading {
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .privacy-policy__heading {
    font-size: 1rem;
  }
}

.privacy-policy__subheading {
  margin-top: 1.5625rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .privacy-policy__subheading {
    font-size: 1rem;
  }
}

.privacy-policy__description {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .privacy-policy__description {
    font-size: 1rem;
  }
}

.privacy-policy__footer {
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .privacy-policy__footer {
    font-size: 1rem;
  }
}

/* story
---------------------------------------------------- */
.project-support-story {
  margin-top: 6.75rem;
  width: 77.57%;
}
@media screen and (max-width: 834px) {
  .project-support-story {
    margin-inline: 5%;
  }
}

.project-support-story__container {
  padding-top: 2rem;
}
@media screen and (max-width: 834px) {
  .project-support-story__container {
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .project-support-story__description {
    letter-spacing: 0;
  }
}

/* features
---------------------------------------------------- */
/* works
---------------------------------------------------- */
.project-support-works {
  margin-top: 6.75rem;
}
@media screen and (max-width: 834px) {
  .project-support-works {
    margin-top: 2.5rem;
    padding-inline: 5%;
  }
}

.project-support-works__body {
  margin-top: 5.625rem;
  width: 90%;
}
@media screen and (max-width: 834px) {
  .project-support-works__body {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.project-support-works__list {
  display: flex;
  flex-direction: column;
  row-gap: 5.625rem;
}
.project-support-works__item-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .project-support-works__item-title {
    font-size: 1.5rem;
  }
}

.project-support-works__item-img {
  margin-top: 2.5rem;
  width: 100%;
}

.project-support-works__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-support-works__item-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .project-support-works__item-wrapper {
    display: block;
  }
}

.project-support-works__item-text {
  width: 100%;
  max-width: 52.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .project-support-works__item-text {
    width: 100%;
    font-weight: 400;
  }
}

.project-support-works__btn-read {
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .project-support-works__btn-read {
    margin-top: 1.5rem;
    width: 100%;
  }
}

/* flow
---------------------------------------------------- */
/* others 料金、その他
---------------------------------------------------- */
.grecaptcha-badge {
  right: 1rem !important;
  bottom: 1rem !important;
  transform: scale(0.5) !important;
  transform-origin: bottom right !important;
}

.service-card {
  display: flex;
  align-items: center;
}
.service-card + .service-card {
  margin-top: 10rem;
}
@media screen and (max-width: 834px) {
  .service-card + .service-card {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 834px) {
  .service-card {
    display: block;
  }
}

.service-card__img {
  width: 57.927%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service-card__img {
    width: 100%;
  }
}

.service-card__img::before {
  content: "";
  width: 6.6875rem;
  height: 6rem;
  font-size: 6rem;
  top: -6.375rem;
  color: #fbdc38;
  font-family: "Alata", sans-serif;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .service-card__img::before {
    font-size: 5.5rem;
    top: -5.75rem;
  }
}

.service-card:nth-of-type(1) .service-card__img::before {
  content: "01";
  right: 0;
}

.service-card:nth-of-type(2) .service-card__img::before {
  content: "02";
  left: 1rem;
}

.service-card:nth-of-type(3) .service-card__img::before {
  content: "03";
  right: 1.5rem;
}

.service-card:nth-of-type(4) .service-card__img::before {
  content: "04";
  left: 1.5rem;
}

.service-card__img img {
  aspect-ratio: 950/613;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 834px) {
  .service-card__img img {
    aspect-ratio: 794/345;
  }
}

.service-card__body {
  margin-left: 3.125rem;
  width: 39.024%;
}
@media screen and (max-width: 834px) {
  .service-card__body {
    margin-top: 1.5rem;
    margin-left: initial;
    width: 100%;
  }
}
.service-card:nth-of-type(even) .service-card__body {
  margin-left: 0;
  margin-right: 3.125rem;
}

.service-card__heading {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .service-card__heading {
    font-size: 1.75rem;
  }
}

.service-card__description {
  margin-top: 4.5rem;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 834px) {
  .service-card__description {
    margin-top: 2rem;
    font-size: 1.3125rem;
    font-weight: 500;
  }
}

.service-card__text {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
}
@media screen and (max-width: 834px) {
  .service-card__text {
    margin-top: 1.125rem;
  }
}

/* mv
---------------------------------------------------- */
/* mv下のテキスト
---------------------------------------------------- */
.mv-description__inner {
  max-width: 71.25rem;
  width: 100%;
}

.mv-description__text {
  margin-top: 0rem;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .mv-description__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

/* 目次
---------------------------------------------------- */
.services-contents {
  margin-top: 2rem;
  margin-bottom: 3.625rem;
}

/* パンくずリスト
---------------------------------------------------- */
.services-breadcrumbs {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 834px) {
  .services-breadcrumbs {
    margin-top: 0.625rem;
  }
}

/* services-menu
---------------------------------------------------- */
.services-menu {
  margin-top: 4.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .services-menu {
    margin-top: 3.5rem;
  }
}

.services-menu__inner + .services-menu__inner {
  margin-top: 9rem;
}
@media screen and (max-width: 834px) {
  .services-menu__inner + .services-menu__inner {
    margin-top: 5rem;
  }
}

.services-menu__inner.services-menu__inner--odd {
  margin-inline: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  width: 100%;
  max-width: 96.875rem;
}
@media screen and (max-width: 834px) {
  .services-menu__inner.services-menu__inner--odd {
    margin-inline: auto;
    padding-inline: 3.75rem;
    max-width: 52.125rem;
    width: 100%;
  }
}

.services-menu__inner.services-menu__inner--even {
  margin-left: 6.875rem;
  margin-right: 8.75rem;
  padding-left: 2rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 834px) {
  .services-menu__inner.services-menu__inner--even {
    margin-left: 0;
    margin-right: 0;
  }
}

.services-menu__container {
  position: relative;
}

.services-menu__title-box {
  display: flex;
  align-items: center;
}

.services-menu__title-box::after {
  content: "";
  display: block;
  width: 48%;
  max-width: 44.25rem;
  height: auto;
  background-color: #FEF200;
  aspect-ratio: 708/542;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .services-menu__title-box::after {
    width: 75%;
    aspect-ratio: 576/274;
  }
}

.services-menu__title-box.services-menu__title-box--left {
  margin-left: -2.8125rem;
}
@media screen and (max-width: 834px) {
  .services-menu__title-box.services-menu__title-box--left {
    margin-left: 0;
  }
}

.services-menu__title-box.services-menu__title-box--left::after {
  left: 0;
  top: 4.125rem;
}
@media screen and (max-width: 834px) {
  .services-menu__title-box.services-menu__title-box--left::after {
    left: -1.875rem;
    top: 1.5625rem;
  }
}

.services-menu__title-box.services-menu__title-box--right {
  margin-left: 2.625rem;
  width: 50%;
  transform: translateX(100%);
}
@media screen and (max-width: 834px) {
  .services-menu__title-box.services-menu__title-box--right {
    padding-right: 1.875rem;
    margin-left: 0;
    width: 100%;
    transform: translateX(0);
    display: flex;
    justify-content: flex-end;
  }
}

.services-menu__title-box.services-menu__title-box--right::after {
  left: 4.5rem;
  top: 4.125rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .services-menu__title-box.services-menu__title-box--right::after {
    left: initial;
    right: 0;
    top: 1.5625rem;
    width: 75%;
  }
}

.services-menu__title-num {
  font-size: 6.8125rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #FBDC38;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .services-menu__title-num {
    font-size: 4rem;
  }
}

.services-menu__title {
  position: relative;
  margin-left: 1.8125rem;
}

.services-menu__title-en {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .services-menu__title-en {
    font-size: 0.875rem;
  }
}

.services-menu__title-ja {
  margin-top: 0.625rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .services-menu__title-ja {
    font-size: 1.75rem;
  }
}

.services-menu__title-ja.services-menu__title-ja--labo {
  font-size: 4rem;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .services-menu__title-ja.services-menu__title-ja--labo {
    font-size: 2rem;
  }
}

.services-menu__wrapper {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 834px) {
  .services-menu__wrapper {
    margin-top: 0.625rem;
    margin-right: 0;
    display: block;
  }
}

.services-menu__wrapper.services-menu__wrapper--odd {
  margin-left: 14.6875rem;
}
@media screen and (max-width: 834px) {
  .services-menu__wrapper.services-menu__wrapper--odd {
    margin-left: 0;
  }
}

.services-menu__wrapper.services-menu__wrapper--even {
  margin-left: 0;
}
.services-menu__title-column {
  width: 20%;
}
@media screen and (max-width: 834px) {
  .services-menu__title-column {
    width: 100%;
  }
}

.services-menu__title-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  width: 100%;
}

.services-menu__img-column {
  width: 100%;
  max-width: 75.1875rem;
}
.services-menu__img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 834px) {
  .services-menu__img--odd {
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .services-menu__img--even {
    margin-left: calc(50% - 50vw);
    width: 100%;
  }
}

.services-menu__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1203/549;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .services-menu__img img {
    aspect-ratio: 794/320;
  }
}

.services-menu__heading {
  margin-top: 2.75rem;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .services-menu__heading {
    margin-top: 2.5rem;
    font-size: 1.5rem;
  }
}

.services-menu__text {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .services-menu__text {
    font-size: 1rem;
  }
}

.services-menu__btn {
  margin-top: 2.1875rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .services-menu__btn {
    text-align: center;
  }
}

.sidebar-body {
  position: fixed;
  top: 56%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 120rem;
  height: auto;
  aspect-ratio: 1920/725;
  z-index: 1;
  pointer-events: none;
  perspective: 1000;
}

.sidebar-body--faq {
  top: 51.7%;
  transform: translateY(-50%);
}

.js-scroll-trigger-sidebar {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.js-scroll-trigger-sidebar.is-visible {
  opacity: 1;
  visibility: visible;
}

.sidebar {
  width: 18.5%;
  position: relative;
  perspective: 1000;
}

.sidebar__container {
  padding: 3.125rem 0;
  border-radius: 0 1.375rem 1.375rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 834px) {
  .sidebar__container {
    display: none;
  }
}

.sidebar__heading {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.sidebar__heading::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 0.125rem;
  background-color: #FBDC38;
}

.sidebar__list {
  margin-top: 2.1875rem;
  margin-left: 4.5rem;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .sidebar__list {
    margin-left: 4rem;
    margin-bottom: 1.875rem;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

.sidebar__item + .sidebar__item {
  margin-top: 2rem;
}

.sidebar__link {
  padding-left: 1.125rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 834px) {
  .sidebar__link {
    padding: 1rem 0;
  }
}

.sidebar__link::before {
  margin-right: 0.3125rem;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5625rem;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s;
  position: absolute;
}

.sidebar__link:hover::before {
  border-color: transparent transparent transparent #FBDC38;
}

.sidebar__link::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.125rem);
  height: 0.0625rem;
  bottom: -0.3em;
  left: 1.125rem;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.sidebar__link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.sidebar02-body {
  position: absolute;
  top: 11.625rem;
  width: 100%;
  max-width: 120rem;
  height: auto;
  aspect-ratio: 1920/725;
  z-index: 1;
  pointer-events: none;
}

.sidebar02 {
  width: 18.5%;
  position: relative;
}

.sidebar02__container {
  padding: 2.25rem 0;
  border-radius: 0 1.375rem 1.375rem 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.sidebar02__heading {
  line-height: 1;
  text-align: center;
}

.sidebar02__heading-en {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}

.sidebar02__heading-ja {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.sidebar02__heading-btn {
  margin-top: 1.1875rem;
  text-align: center;
}

.sidebar02__wrapper {
  margin-top: 2.8125rem;
}

.sidebar02__category {
  text-align: center;
}

.sidebar02__category-title-en {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}

.sidebar02__category-title-ja {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}

.sidebar02__category-list {
  text-align: center;
}

.sidebar02__list {
  margin-top: 2.1875rem;
}

.sidebar02__item + .sidebar02__item {
  margin-top: 1.125rem;
}

.sidebar02__link {
  padding-left: 1.125rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 834px) {
  .sidebar02__link {
    padding: 1rem 0;
  }
}
.sidebar02__link::before {
  margin-right: 0.3125rem;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5625rem;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s;
  position: absolute;
}

.sidebar02__link:hover::before {
  border-color: transparent transparent transparent #FBDC38;
}
.sidebar02__link:hover::after {
  content: "";
  position: absolute;
  width: calc(100% - 1.125rem);
  height: 1px;
  bottom: -0.125rem;
  left: 1.125rem;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.sidebar02__link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.sidebar02__tag-wrapper {
  margin-inline: 1.25rem;
  text-align: center;
}

.sidebar02__tag {
  margin-top: 2.5rem;
}

.sidebar02__tag-title-en {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Alata", sans-serif;
}

.sidebar02__tag-title-ja {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}

.sidebar02__tag-list {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.single-contents {
  margin-inline: auto;
  padding-inline: 0;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .single-contents {
    margin-top: 8.1875rem;
  }
}

@media screen and (max-width: 834px) {
  .single-contents.single-contents--news {
    margin-top: 6.5625rem;
  }
}

.single-category__breadcrumbs-inner {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 2;
  color: #707070;
}

.single-contents__inner {
  margin-top: 11.625rem;
  margin-right: 14.49%;
  margin-left: 21.67%;
}
@media screen and (max-width: 834px) {
  .single-contents__inner {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

.single-category {
  padding: 6.4375rem 15.7% 6.25rem;
  width: 100%;
  max-width: 76.625rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .single-category {
    margin-inline: 1.25rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem 1.25rem;
    width: 100%;
    max-width: 49.625rem;
    background-color: #fff;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width: 430px) {
  .single-category {
    margin-inline: 5px;
    padding-inline: 10px;
    max-width: 420px;
  }
}

.single-category__kv {
  aspect-ratio: 840/516;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .single-category__kv {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}

.single-category__kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-category__img img {
  aspect-ratio: 840/516;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.single-category__title-ja {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-category__title-ja {
    font-size: 2rem;
  }
}

.single-category__maker {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.single-category__name {
  margin-top: 1rem;
  padding: 0.625rem 0.75rem;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 6.1875rem;
  border: 0.0625rem dashed #707070;
}

.single-category__term-list-techniques {
  margin-top: 0.375rem;
}

.single-category__term-item {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.single-category__term-link-techniques {
  padding: 0.625rem 0.75rem;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 1.25rem;
  border: 1px dashed #707070;
}

.single-category__term-name {
  padding: 0.625rem 0.75rem;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 6.1875rem;
  border: 1px dashed #707070;
}

.single-category__term-name + .single-category__term-name {
  margin-left: 0.625rem;
}

/*本文入力部分のスタイル
---------------------------------------------------- */
.single-category__article-body section,
.single-news-page section {
  max-width: 42.6875rem;
  margin-inline: auto;
  /* 画像のスタイル
  ---------------------------------------------------- */
  /* pタグ内の画像の配置
  ---------------------------------------------------- */
  /* divタグ内の画像の配置
  ---------------------------------------------------- */
  /* 画像のキャプションのスタイル
  ---------------------------------------------------- */
  /* 画像を含む段落のスタイル
  ---------------------------------------------------- */
  /* 引用のスタイル
  ---------------------------------------------------- */
  /* リンクのスタイル
  ---------------------------------------------------- */
  /* リストのスタイル
  ---------------------------------------------------- */
  /* リンクのスタイル - エディタでの上書きを許可
  ---------------------------------------------------- */
  /* テーブルのスタイル
  ---------------------------------------------------- */
}
@media screen and (max-width: 834px) {
  .single-category__article-body section,
  .single-news-page section {
    max-width: 100%;
  }
}
.single-category__article-body section #toc,
.single-news-page section #toc {
  display: none;
}
.single-category__article-body section h2,
.single-news-page section h2 {
  margin-top: 4.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
.single-category__article-body section h3,
.single-news-page section h3 {
  margin-top: 4rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
.single-category__article-body section h4,
.single-news-page section h4 {
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
.single-category__article-body section p,
.single-news-page section p {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-category__article-body section p,
  .single-news-page section p {
    font-size: 1rem;
  }
}
.single-category__article-body section div,
.single-news-page section div {
  width: 100% !important;
}
.single-category__article-body section div img.aligncenter, .single-category__article-body section div img.alignleft, .single-category__article-body section div img.alignright,
.single-news-page section div img.aligncenter,
.single-news-page section div img.alignleft,
.single-news-page section div img.alignright {
  width: auto !important;
  max-width: 100%;
}
.single-category__article-body section div img,
.single-category__article-body section p img,
.single-news-page section div img,
.single-news-page section p img {
  display: block;
  height: auto;
  border-radius: 0.625rem;
  margin-top: 2rem;
}
.single-category__article-body section div img.size-full,
.single-category__article-body section p img.size-full,
.single-news-page section div img.size-full,
.single-news-page section p img.size-full {
  width: 100%;
}
.single-category__article-body section div img.size-large, .single-category__article-body section div img.size-medium, .single-category__article-body section div img.size-thumbnail,
.single-category__article-body section p img.size-large,
.single-category__article-body section p img.size-medium,
.single-category__article-body section p img.size-thumbnail,
.single-news-page section div img.size-large,
.single-news-page section div img.size-medium,
.single-news-page section div img.size-thumbnail,
.single-news-page section p img.size-large,
.single-news-page section p img.size-medium,
.single-news-page section p img.size-thumbnail {
  width: auto !important;
  max-width: 100%;
}
.single-category__article-body section div img.aligncenter,
.single-category__article-body section p img.aligncenter,
.single-news-page section div img.aligncenter,
.single-news-page section p img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-category__article-body section div img.alignleft,
.single-category__article-body section p img.alignleft,
.single-news-page section div img.alignleft,
.single-news-page section p img.alignleft {
  margin-right: auto;
  margin-left: 0;
}
.single-category__article-body section div img.alignright,
.single-category__article-body section p img.alignright,
.single-news-page section div img.alignright,
.single-news-page section p img.alignright {
  margin-left: auto;
  margin-right: 0;
}
.single-category__article-body section p,
.single-news-page section p {
  max-width: 100%;
}
.single-category__article-body section p img.aligncenter,
.single-news-page section p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-category__article-body section p img.alignleft,
.single-news-page section p img.alignleft {
  display: block;
  margin-right: auto;
}
.single-category__article-body section p img.alignright,
.single-news-page section p img.alignright {
  display: block;
  margin-left: auto;
}
.single-category__article-body section div[class*=wp-caption],
.single-news-page section div[class*=wp-caption] {
  max-width: 100%;
}
.single-category__article-body section div[class*=wp-caption] img.aligncenter,
.single-news-page section div[class*=wp-caption] img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-category__article-body section div[class*=wp-caption] img.alignleft,
.single-news-page section div[class*=wp-caption] img.alignleft {
  display: block;
  margin-right: auto;
}
.single-category__article-body section div[class*=wp-caption] img.alignright,
.single-news-page section div[class*=wp-caption] img.alignright {
  display: block;
  margin-left: auto;
}
.single-category__article-body section .wp-caption-text,
.single-news-page section .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.single-category__article-body section p:has(> img),
.single-news-page section p:has(> img) {
  display: block;
  margin-top: 2rem;
}
.single-category__article-body section p:has(> img) + p,
.single-news-page section p:has(> img) + p {
  margin-top: 2rem;
}
.single-category__article-body section blockquote,
.single-news-page section blockquote {
  margin-top: 2rem;
  max-width: 500px;
  position: relative;
  padding: 2.5em 2.5em 2em 3em;
  color: #333333;
}
.single-category__article-body section blockquote::before,
.single-category__article-body section blockquote::after,
.single-news-page section blockquote::before,
.single-news-page section blockquote::after {
  display: inline-block;
  position: absolute;
  width: 4em;
  height: 4em;
  content: "";
}
.single-category__article-body section blockquote::before,
.single-news-page section blockquote::before {
  top: 0;
  left: 0;
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.58341 17.3211C3.55316 16.2274 3 15 3 13.0103C3 9.51086 5.45651 6.37366 9.03059 4.82318L9.92328 6.20079C6.58804 8.00539 5.93618 10.346 5.67564 11.822C6.21263 11.5443 6.91558 11.4466 7.60471 11.5105C9.40908 11.6778 10.8312 13.159 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0095 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2274 13 15 13 13.0103C13 9.51086 15.4565 6.37366 19.0306 4.82318L19.9233 6.20079C16.588 8.00539 15.9362 10.346 15.6756 11.822C16.2126 11.5443 16.9156 11.4466 17.6047 11.5105C19.4091 11.6778 20.8312 13.159 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0095 14.5834 17.3211Z' fill='%23000000'%3E%3C/path%3E%3C/svg%3E");
  background-position: top 35% left 35%;
  background-size: 2em;
  background-repeat: no-repeat;
}
.single-category__article-body section blockquote::after,
.single-news-page section blockquote::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
}
.single-category__article-body section blockquote p,
.single-news-page section blockquote p {
  margin-top: 0;
}
.single-category__article-body section blockquote2 cite,
.single-news-page section blockquote2 cite {
  display: block;
  color: #737373;
  font-size: 0.8em;
  text-align: right;
}
.single-category__article-body section a,
.single-news-page section a {
  margin-right: 1.5rem;
  text-decoration: underline;
  transition: 0.3s;
  position: relative;
}
.single-category__article-body section a::after,
.single-news-page section a::after {
  content: "";
  display: inline-block;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_anker-link-out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  transition: 0.3s;
}
.single-category__article-body section a:hover,
.single-news-page section a:hover {
  color: #FBDC38;
}
.single-category__article-body section a:hover::after,
.single-news-page section a:hover::after {
  background-image: url(../images/common/icon_anker-link-out--yellow.svg);
}
.single-category__article-body section a.c-btn.c-btn--flow::after,
.single-news-page section a.c-btn.c-btn--flow::after {
  display: none !important;
}
.single-category__article-body section ul,
.single-news-page section ul {
  margin-top: 2rem;
  padding: 2.125rem 2.125rem 2.125rem 3.5rem;
  width: 100%;
  border-radius: 1.4375rem;
  background-color: #f9f9f9;
}
.single-category__article-body section ul li,
.single-news-page section ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  list-style: disc;
}
.single-category__article-body section ul li::marker,
.single-news-page section ul li::marker {
  color: #FBDC38;
}
@media screen and (max-width: 834px) {
  .single-category__article-body section ul li,
  .single-news-page section ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .single-category__article-body section ul li,
  .single-news-page section ul li {
    font-size: 10px;
  }
}
.single-category__article-body section ol,
.single-news-page section ol {
  margin-top: 2rem;
  padding: 2.125rem 2.125rem 2.125rem 2.125rem;
  width: 100%;
  border-radius: 1.4375rem;
  background-color: #f9f9f9;
  list-style: none;
  counter-reset: number;
}
.single-category__article-body section ol li,
.single-news-page section ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 2em;
}
@media screen and (max-width: 834px) {
  .single-category__article-body section ol li,
  .single-news-page section ol li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .single-category__article-body section ol li,
  .single-news-page section ol li {
    font-size: 10px;
  }
}
.single-category__article-body section ol li::before,
.single-news-page section ol li::before {
  counter-increment: number;
  font-family: "Alata", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(number);
  position: absolute;
  left: 0;
}
.single-category__article-body section ol li::marker,
.single-news-page section ol li::marker {
  display: none;
}
.single-category__article-body section li a,
.single-news-page section li a {
  padding-right: 1em;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  transition: 0.3s;
}
.single-category__article-body section li a::after,
.single-news-page section li a::after {
  content: "";
  display: inline-block;
  right: -0.25rem;
  top: 50%;
  transform: translateY(-45%);
  background-image: url(../images/common/icon_anker-link-out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  transition: 0.3s;
}
.single-category__article-body section li a:hover:not([style*=color]),
.single-news-page section li a:hover:not([style*=color]) {
  color: #FBDC38;
}
.single-category__article-body section li a:hover:not([style*=color])::after,
.single-news-page section li a:hover:not([style*=color])::after {
  background-image: url(../images/common/icon_anker-link-out--yellow.svg);
}
.single-category__article-body section table,
.single-news-page section table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
.single-category__article-body section table caption,
.single-news-page section table caption {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2rem;
}
.single-category__article-body section table tbody tr th,
.single-category__article-body section table tbody tr td,
.single-news-page section table tbody tr th,
.single-news-page section table tbody tr td {
  padding: 1rem 2rem;
  border-color: #707070;
  font-size: 1rem;
  line-height: 2;
  border: 0.0625rem solid #D6D6D6;
}
.single-category__article-body section table tbody tr th,
.single-news-page section table tbody tr th {
  width: 36%;
  font-weight: 700;
  background-color: #f9f9f9;
  text-align: center;
}
.single-category__article-body section table tbody tr td,
.single-news-page section table tbody tr td {
  font-weight: 400;
  text-align: left;
  flex: 1;
}
.single-category__article-body section .single-category__btn,
.single-news-page section .single-category__btn {
  margin-top: 4.5rem;
  text-align: center;
}
.single-category__article-body section .single-category__table-title--facilities,
.single-news-page section .single-category__table-title--facilities {
  display: block;
  text-align: left;
}

/* ページネーション
---------------------------------------------------- */
.single-category__pagination {
  margin-top: 4.5rem;
  max-width: 14.5rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 834px) {
  .single-category__pagination {
    gap: 2.25rem;
  }
}

.single-category__pagination-prev,
.single-category__pagination-next,
.single-category__pagination-archive {
  width: 1.25rem;
  height: 1.25rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-category__pagination-prev::empty,
.single-category__pagination-next::empty {
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (max-width: 834px) {
  .single-category__pagination-archive {
    width: 1rem;
  }
}

.single-category__pagination-archive img {
  max-width: initial;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 関連記事
---------------------------------------------------- */
.single-category__related-article-inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
  max-width: 76.625rem;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .single-category__related-article-inner {
    max-width: 52.125rem;
  }
}

.single-category__related-article-title {
  margin-top: 4.5rem;
  padding-left: 1em;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
  position: relative;
}
.single-category__related-article-title:before {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.5em;
  border-radius: 0.0625rem;
  background-color: #ffdb4f;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-category__related-item-term {
  margin-top: 0.5rem;
  width: 100%;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  overflow-wrap: break-word;
}
@media screen and (max-width: 834px) {
  .single-category__related-item-term {
    font-size: 1rem;
  }
}

@media screen and (max-width: 834px) {
  .single-category__related-item-term.single-category__related-item-term--facilities {
    font-size: 0.875rem;
  }
}

.single-category__related-item-taxonomy {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-category__related-item-taxonomy {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 834px) {
  .single-category__related-item-taxonomy.single-category__related-item-taxonomy--facilities {
    font-size: 1rem;
    font-weight: 400;
  }
}

.single-category__item-img {
  overflow: hidden;
}

.single-category__item-img img {
  transition: all 0.3s ease;
}
.single-category__item-img img:hover {
  transform: scale(1.1);
  opacity: initial;
}

.wp-block-button__link {
  padding: 1.6875rem 0.5rem;
  width: 100%;
  min-width: 20.5rem;
  border-radius: 0.5rem;
  background-color: #000;
  border: 0.0625rem solid #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 834px) {
  .wp-block-button__link {
    font-size: 1rem;
  }
}
.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%);
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}

.wp-block-button__link:hover {
  background-color: #FEF200;
  color: #000;
  opacity: 1;
  background-image: url(../images/common/arrow_btn-view-more--white.svg);
}
.wp-block-button__link:hover::after {
  right: 1.5em;
}

.single-facilities__related-article-link {
  -moz-text-align-last: left;
       text-align-last: left;
}

.single-facilities__related-article-link {
  overflow: hidden;
}

.single-facilities__related-article-link img {
  transition: all 0.3s ease;
}
.single-facilities__related-article-link img:hover {
  transform: scale(1.1);
  opacity: initial;
}

.single-category__related-item-term.single-category__related-item-term--facilities {
  text-align: left;
}

.single-category-materials__title {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.single-category-materials__title-en {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  line-height: 2;
}

.single-category-materials__title-ja {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.mv.members-single__mv {
  padding-top: 5.6875rem;
  min-height: initial;
}

.members-single__mv-img-wrapper {
  margin-top: 0;
}

.members-single__mv-img {
  aspect-ratio: 1920/824;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.members-single__mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-single__mv-comment {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.875rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__mv-comment {
    font-size: 1.5rem;
  }
}

.members-single {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .members-single {
    margin-top: 1rem;
  }
}

.members-single__wrapper-profile {
  position: relative;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-profile {
    display: flex;
    flex-direction: column-reverse;
  }
}

.members-single__info {
  padding: 3.25rem 0;
  padding-inline: 3.5rem;
  position: absolute;
  top: 66.2%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 46.5625rem;
  background-color: #000;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .members-single__info {
    padding: 1.25rem 2.5rem;
    position: initial;
    transform: initial;
    max-width: initial;
  }
}

.members-single__info-position {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media screen and (max-width: 834px) {
  .members-single__info-position {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__info-position {
    font-size: 9px;
  }
}

.members-single__info-name {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  line-height: 1.4444444444;
}

.members-single__info-name-ja {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .members-single__info-name-ja {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__info-name-ja {
    font-size: 11px;
  }
}

.members-single__info-name-en {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 834px) {
  .members-single__info-name-en {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__info-name-en {
    font-size: 11px;
  }
}

.members-single__info-skill {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media screen and (max-width: 834px) {
  .members-single__info-skill {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__info-skill {
    font-size: 9px;
  }
}

.members-single__info-profile-text {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__info-profile-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__info-profile-text {
    font-size: 9px;
  }
}

.members-single__info-img {
  margin-left: auto;
  aspect-ratio: 1060/820;
  width: 100%;
  max-width: 66.25rem;
  height: auto;
}

.members-single__info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__wrapper-intro {
  margin-top: 10.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-intro {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__intro-img {
  transform: translateY(25%);
  aspect-ratio: 600/398;
  width: 100%;
  max-width: 37.5rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__intro-img {
    transform: initial;
    max-width: initial;
    aspect-ratio: 754/500;
  }
}

.members-single__intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media screen and (max-width: 834px) {
  .members-single__intro-img img {
    max-width: initial;
  }
}

.members-single__intro-content {
  margin-right: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__intro-content {
    margin-right: 0;
    max-width: initial;
  }
}

.members-single__intro-title {
  margin-top: 1em;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__intro-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__intro-text {
    font-size: 1rem;
  }
}

.members-single__wrapper-impressions {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-impressions {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__impressions-img {
  aspect-ratio: 714/844;
  width: 100%;
  max-width: 44.625rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-img {
    max-width: initial;
  }
}

.members-single__impressions-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__impressions-content {
  transform: translateY(25%);
  margin-left: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-content {
    transform: initial;
    margin-left: 0;
    max-width: initial;
  }
}

.members-single__impressions-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__impressions-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__impressions-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__impressions-text {
    font-size: 1rem;
  }
}

.members-single__wrapper-change {
  margin-top: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-change {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__change-img {
  aspect-ratio: 746/746;
  width: 100%;
  max-width: 46.625rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__change-img {
    max-width: initial;
  }
}

.members-single__change-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__change-content {
  margin-right: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__change-content {
    margin-right: 0;
    max-width: initial;
  }
}

.members-single__change-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__change-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__change-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__change-text {
    font-size: 9px;
  }
}

.members-single__img-middle {
  margin-top: 4.5rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 834px) {
  .members-single__img-middle {
    margin-top: 4rem;
  }
}

.members-single__img-middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-single__wrapper-challenge {
  margin-top: 5.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .members-single__wrapper-challenge {
    margin-top: 4rem;
    display: block;
  }
}

.members-single__challenge-img {
  aspect-ratio: 747/747;
  width: 100%;
  max-width: 46.6875rem;
  height: auto;
  border-radius: 0.75rem;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-img {
    max-width: initial;
  }
}

.members-single__challenge-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.members-single__challenge-content {
  margin-left: 7.4%;
  width: 100%;
  max-width: 35.5rem;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-content {
    margin-left: 0;
    max-width: initial;
  }
}

.members-single__challenge-title {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.members-single__challenge-text {
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .members-single__challenge-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .members-single__challenge-text {
    font-size: 9px;
  }
}

.members-single__last-img {
  margin-top: 5rem;
  margin-right: 7.4%;
  margin-left: 7.4%;
}
@media screen and (max-width: 834px) {
  .members-single__last-img {
    margin-top: 4rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.members-single__last-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* ページネーション
---------------------------------------------------- */
.pagination {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .pagination__wrapper-prev {
    transform: translateX(3.125rem);
  }
}

@media screen and (max-width: 834px) {
  .pagination__wrapper-next {
    transform: translateX(-3.125rem);
  }
}

.pagination__item-prev,
.pagination__item-next {
  width: 25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.pagination__arrow-prev,
.pagination__arrow-next {
  display: inline-block;
  width: 100%;
  max-width: 0.625rem;
  height: 100%;
}

.pagination__arrow-prev {
  text-align: right;
}

.pagination__arrow-next {
  text-align: left;
}

.pagination__img-prev,
.pagination__img-next {
  aspect-ratio: 82/82;
  width: 100%;
  max-width: 5.125rem;
  height: auto;
  border-radius: 6.1875rem;
  overflow: hidden;
}

.pagination__img-prev img,
.pagination__img-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination__info {
  max-width: 11.25rem;
}

.pagination__info-prev {
  text-align: left;
}

.pagination__info-next {
  text-align: right;
}

.pagination__name-prev,
.pagination__name-next {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .pagination__name-prev,
  .pagination__name-next {
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .pagination__name-prev,
  .pagination__name-next {
    font-size: 9px;
  }
}

.pagination__position-prev,
.pagination__position-next {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .pagination__position-prev,
  .pagination__position-next {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 430px) {
  .pagination__position-prev,
  .pagination__position-next {
    font-size: 9px;
  }
}

.pagination__icon {
  margin-left: 2rem;
  margin-right: 2rem;
  width: 100%;
  max-width: 1.375rem;
  height: auto;
}
@media screen and (max-width: 834px) {
  .pagination__icon {
    display: inline-block;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.pagination__icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .single-news-inner__wrapper {
    margin-top: 6.25rem;
  }
}

.single-news-top {
  width: 100%;
  height: 24.625rem;
  background-color: #fffd44;
}
@media screen and (max-width: 834px) {
  .single-news-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2rem;
  }
}

.single-news-mv__cats-inner {
  padding-inline: 1.25rem;
}

.single-news-page {
  max-width: 76.625rem;
  margin-top: -12.5rem;
  margin-left: 29.6875rem;
  margin-right: 17.25rem;
}
@media screen and (max-width: 834px) {
  .single-news-page {
    margin-inline: 1.25rem;
    margin-top: 1.25rem;
  }
}

.single-news-wrapper {
  width: 100%;
  background-color: #fff;
  margin-bottom: 4.5rem;
  padding: 6.25rem 0;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper {
    max-width: 100%;
    padding: 1.25rem;
    margin-top: 1.25rem;
  }
}

.single-news__thumbnail {
  margin-inline: auto;
  margin-bottom: 1rem;
  aspect-ratio: 840/516;
  width: 100%;
  max-width: 52.5rem;
  height: auto;
}
.single-news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.signle-news-info__container {
  margin-top: 1rem;
  max-width: 52.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .signle-news-info__container {
    max-width: 100%;
  }
}

.single-news-info__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 834px) {
  .single-news-info__meta {
    margin-bottom: 0.5rem;
  }
}

.single-news-info__time {
  display: flex;
  align-items: flex-end;
  gap: 0.4375rem;
  line-height: 1;
}

.single-news-info__time-large {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .single-news-info__time-large {
    font-size: 1rem;
  }
}

.single-news-info__time-small {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .single-news-info__time-small {
    font-size: 0.75rem;
  }
}

.single-news-info__cat {
  padding-left: 1rem;
}
.single-news-info__cat span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
.single-news-info__cat span::before {
  content: "{";
  display: inline-block;
  color: #ffd700;
}
.single-news-info__cat span::after {
  content: "}";
  display: inline-block;
  color: #ffd700;
}

.single-news-info__heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-news-info__heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 430px) {
  .single-news-info__heading {
    font-size: 12px;
  }
}

/* パンくずリスト(pcの場合)
---------------------------------------------------- */
.single-news-wrapper .breadcrumbs .l-inner {
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumbs.breadcrumbs--sm .home,
.breadcrumbs.breadcrumbs--sm .archive,
.breadcrumbs.breadcrumbs--sm .taxonomy {
  white-space: nowrap;
}

/* 本文
---------------------------------------------------- */
.single-news-wrapper section {
  display: flex;
  flex-direction: column;
  max-width: 42.6875rem;
  margin-inline: auto;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper section {
    gap: 1.25rem;
  }
}
.single-news-wrapper section #toc {
  display: none;
}
.single-news-wrapper section h2 {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper section h2 {
    font-size: 1.25rem;
  }
}
.single-news-wrapper section h3 {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper section h3 {
    font-size: 1rem;
  }
}
.single-news-wrapper section p,
.single-news-wrapper section span,
.single-news-wrapper section li {
  font-size: 1rem;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper section p,
  .single-news-wrapper section span,
  .single-news-wrapper section li {
    font-size: 1rem;
  }
}
.single-news-wrapper section ul {
  padding: 2rem 3rem;
  background-color: #f9f9f9;
  border-radius: 1.5rem;
  list-style: disc;
}
@media screen and (max-width: 834px) {
  .single-news-wrapper section ul {
    padding: 0.9375rem 1.875rem;
    border-radius: 0.75rem;
  }
}
.single-news-wrapper section ul li::marker {
  color: #ffdb4f;
  font-size: 1.2rem;
}

/* ページネーション
---------------------------------------------------- */
.single-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 834px) {
  .single-news__pagination {
    gap: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

.single-news__pagination__prev,
.single-news__pagination__next {
  width: 0.5625rem;
  list-style: none;
}

.single-news__pagination__archive {
  width: 1.25rem;
  list-style: none;
}
@media screen and (max-width: 834px) {
  .single-news__pagination__archive {
    width: 1rem;
  }
}

/* 関連記事
---------------------------------------------------- */
.single-news-related__wrapper {
  margin-inline: 1.25rem;
  padding-inline: 1.25rem;
}

.single-news-related {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 834px) {
  .single-news-related {
    gap: 1.5rem;
  }
}
.single-news-related .c-btn-more__ja {
  font-size: 0.75rem;
}
.single-news-related .c-btn-more__en {
  font-size: 1rem;
}
.single-news-related .c-btn-more__en:after {
  width: 0.875rem;
}

.single-news-related__heading {
  margin-top: 4.5rem;
  font-size: 1.3125rem;
  position: relative;
  padding-left: 1em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .single-news-related__heading {
    font-size: 1rem;
    font-weight: 500;
  }
}
.single-news-related__heading:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background-color: #ffdb4f;
  left: 0;
  top: 0;
}

.single-category__article-body.single-category__article-body--news {
  margin-top: 4rem;
}
@media screen and (max-width: 430px) {
  .single-category__article-body.single-category__article-body--news {
    margin-top: 2rem;
  }
}

.single-category__article-body ul,
.single-news-page ul {
  background-color: #F0F3F5;
}

.single-category__article-body li,
.single-news-page li {
  list-style: none;
}

.single-category__article-body li a::after,
.single-news-page li a::after {
  content: none;
}

.single-news__post-item {
  display: block;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #E4E4E4;
  margin-bottom: 1.875rem;
}

.single-news__post-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}

.single-news__post-date {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .single-news__post-date {
    font-size: 0.8125rem;
  }
}

.single-news__post-category {
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 0.0625rem solid #000;
}

.single-news__post-title {
  margin-top: 1.5rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .single-news__post-title {
    font-size: 1rem;
  }
}

.single-news__btn {
  margin-top: 4.5rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .single-news__btn {
    margin-top: 2.5rem;
  }
}

/*
---------------------------------------------------- */
.single-category__category-link {
  margin-top: 0.875rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4583333333;
}
.single-category__category-link:before {
  margin-right: 0.5rem;
  content: "{";
  color: #FBDC38;
}
.single-category__category-link:after {
  margin-left: 0.5rem;
  content: "}";
  color: #FBDC38;
}

.single-category__term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.single-category__term-item {
  display: inline-block;
}

.single-category__term-link {
  padding: 0.4375rem 0.75rem 0.375rem;
  width: 100%;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4615384615;
  white-space: nowrap;
  border: 1px dashed #707070;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.single-category__tag {
  margin-top: 1.625rem;
}

.single-category__tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.single-category__tag-link {
  padding: 0.4375rem 0.75rem 0.375rem;
  width: 100%;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4615384615;
  white-space: nowrap;
  border: 1px dashed #707070;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}

.single-category__tag-link:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.works-tag__link.selected {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* 関連する事例
---------------------------------------------------- */
.single-works__list {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 834px) {
  .single-works__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.single-works__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-works__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-works__item-img {
  aspect-ratio: 388/331;
  width: 100%;
  height: auto;
  border-radius: 0.875rem 0.875rem 0 0;
  overflow: hidden;
}

.single-works__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works__item-info {
  padding: 1.25rem 1.5rem;
  background-color: #fff;
  border-radius: 0 0 0.875rem 0.875rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.single-works__item-taxonomy {
  font-size: 0.8125rem;
  font-weight: 500;
}
.single-works__item-taxonomy:before {
  margin-right: 0.625rem;
  content: "{";
  color: #FBDC38;
}
.single-works__item-taxonomy:after {
  margin-left: 0.625rem;
  content: "}";
  color: #FBDC38;
}

.single-works__item-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 4em;
  /* 2行分の高さ */
}

.single-category__btn-more {
  margin-top: 2.25rem;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .sitemap-tb__item {
    border-bottom: 0.0625rem solid #707070;
  }
}

@media screen and (max-width: 834px) {
  .sitemap-tb__wrapper {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .sitemap-tb__header-link {
    display: block;
    margin-left: 3rem;
    margin-right: 1.25rem;
    padding: 1.875rem 2.5rem 1.875rem 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    pointer-events: auto;
    width: 25%;
  }
}

.sitemap-tb__header-link::before {
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .sitemap-tb__link {
    margin: 0;
    padding: 2.46875rem 0 2.46875rem 2.8125rem;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  .sitemap-tb__link-arrow {
    display: inline-block;
    position: absolute;
    right: 1.75rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0.75rem;
    height: 1.25rem;
    transition: transform 0.3s;
  }
}

.sitemap-tb__link-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

@media screen and (max-width: 834px) {
  .sitemap-tb__sub-list {
    width: 80%;
    align-items: center;
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
    display: none;
    margin-left: 3.25rem;
    margin-bottom: 1.875rem;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 834px) {
  .sitemap-tb__sub-item {
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
}

@media screen and (max-width: 834px) {
  .sitemap-tb__sub-link {
    padding: 1rem 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
}

.sitemap-tb__sub-link::before {
  margin-right: 0.3125rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1875rem 0 0.1875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
}

.bg-wrap {
  background-color: #fff;
  border-radius: 8.75rem 8.75rem 0 0;
}
@media screen and (max-width: 834px) {
  .bg-wrap {
    border-radius: 3.75rem 3.75rem 0 0;
  }
}

.sitemap {
  padding-top: 9.75rem;
}
@media screen and (max-width: 834px) {
  .sitemap {
    padding-top: 2.5rem;
  }
}

.sitemap__inner {
  padding: 0 1.875rem;
  max-width: 88.75rem;
  width: 100%;
}

.sitemap__list {
  margin-top: 5.5rem;
}
@media screen and (max-width: 834px) {
  .sitemap__list {
    margin-top: 0;
  }
}

.sitemap__item {
  border-bottom: 0.0625rem solid #707070;
  display: flex;
  align-items: center;
}

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

.sitemap__header-link {
  margin-left: 3rem;
  margin-right: 1.25rem;
  padding: 1.625rem 1.125rem 1.625rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  width: 17%;
  position: relative;
}
.sitemap__header-link::before {
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
}

.sitemap__header-link span,
.sitemap__sub-link span {
  /* 下線 */
  display: inline-flex;
  align-items: center;
  position: relative;
  --underline-width: 100%;
  --underline-offset: -0.3em;
}
.sitemap__header-link span::after,
.sitemap__sub-link span::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
.sitemap__header-link span:hover::after,
.sitemap__sub-link span:hover::after {
  width: var(--underline-width);
}
.sitemap__header-link span:not(:hover)::after,
.sitemap__sub-link span:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2);
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}

.sitemap__link {
  display: none;
  margin: 0.875rem 0;
  padding: 0.875rem 0 0.875rem 2.8125rem;
  width: 20%;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  position: relative;
  display: none;
}

.sitemap__accordion-icon {
  cursor: pointer;
  padding: 0.625rem;
}

.sitemap__link-arrow {
  display: none;
}

.sitemap__link-arrow.rotate {
  transform: translateY(-50%) rotate(270deg);
}

.sitemap__sub-list {
  width: 80%;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.625rem;
       column-gap: 2.625rem;
}

.sitemap__sub-item {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.sitemap__sub-link {
  padding: 1.875rem 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.sitemap__sub-link::before {
  margin-right: 0.3125rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1875rem 0 0.1875rem 0.3125rem;
  border-color: transparent transparent transparent #000;
  transition: border-color 0.3s ease;
}

.sitemap__sub-link:hover::before {
  border-color: transparent transparent transparent #FBDC38;
}

.sitemap__sub-link.sitemap__sub-link--unchanged:hover::before {
  border-color: transparent transparent transparent #000;
}

.specialist-scroll {
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .specialist-scroll {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.specialist-scroll__en {
  display: inline-block;
  padding-left: 100%;
  font-size: 22.5rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  animation: specialist-scroll 40s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .specialist-scroll__en {
    font-size: 7.5rem;
    animation: specialist-scroll 30s linear infinite;
  }
}

.specialist-scroll__ja {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .specialist-scroll__ja {
    top: 61%;
    font-size: 1.625rem;
    transform: translate(2.5rem, -50%);
  }
}

@keyframes specialist-scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.works-tag__content--tag {
  display: block;
}

.works-tag__btn--tag {
  display: none;
}

.top-about {
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .top-about__inner--1st {
    padding-inline-start: initial;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__inner--1st {
    padding-right: 0.3125rem;
  }
}

.top-about__inner--2nd {
  margin-top: -5.375rem;
  margin-inline: auto;
  padding-inline: 1.875rem;
  width: 100%;
  max-width: 116.25rem;
}
@media screen and (max-width: 834px) {
  .top-about__inner--2nd {
    margin-top: 4rem;
  }
}

.top-about__inner--3rd {
  margin-top: 10.75rem;
  margin-inline: auto;
  padding-inline: 1.875rem;
  width: 100%;
  max-width: 106.25rem;
}
@media screen and (max-width: 834px) {
  .top-about__inner--3rd {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__inner--3rd {
    padding-inline: 0.3125rem;
  }
}

.top-about__inner--4th {
  margin-top: -1.25rem;
  max-width: 114.75rem;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-about__inner--4th {
    margin-top: 4rem;
  }
}

.top-about__inner--5th {
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-about__inner--5th {
    margin-top: 10rem;
  }
}

.top-about__lists {
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .top-about__lists {
    margin-bottom: 5rem;
  }
}

.top-about__list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 5.625rem;
  column-gap: 5.625rem;
}
@media screen and (max-width: 834px) {
  .top-about__list {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__list {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.top-about__list--1st {
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top-about__list--1st {
    justify-content: space-between;
  }
}

.top-about__list--2nd {
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-about__list--2nd {
    align-items: flex-start;
  }
}

@media screen and (max-width: 834px) {
  .top-about__list--3rd {
    justify-content: initial;
  }
}

.top-about__list--4th {
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-about__list--4th {
    justify-content: initial;
    align-items: initial;
  }
}

.top-about__list--5th {
  margin-top: -5.9375rem;
  align-items: center;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .top-about__list--5th {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    max-width: 116.25rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about__list--5th {
    align-items: flex-end;
    max-width: 52.6875rem;
  }
}

.top-about__img {
  position: relative;
  border-radius: 1.4375rem;
}
@media screen and (max-width: 834px) {
  .top-about__img {
    border-radius: initial;
  }
}

@media screen and (max-width: 834px) {
  .top-about__img--1st,
  .top-about__img--3rd,
  .top-about__img--5th {
    border-radius: 0 1.4375rem 1.4375rem 0;
  }
}

@media screen and (max-width: 834px) {
  .top-about__img--2nd,
  .top-about__img--4th {
    border-radius: 1.4375rem 0 0 1.4375rem;
  }
}

.top-about__img--1st {
  margin-top: 3rem;
  aspect-ratio: 690/681;
  width: 51%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-about__img--1st {
    margin-top: 0;
    margin-left: 0;
    aspect-ratio: 404/445;
  }
}

.top-about__img--1st img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__content {
  display: flex;
  flex-direction: row-reverse;
}

.top-about__content--1st {
  margin-top: 11rem;
  margin-right: 9.5rem;
}
/* ============================
  top-about：テキスト可読性対策
  （画像重なり時の背景レイヤー）※2026/1/21コタム追加
============================ */
.top-about__paragraph span {
  position: relative;
  z-index: 1;

  /* 既存があれば、数値だけ微調整 */
  text-shadow:
    0 0 0.5px rgba(255,255,255,0.35),
    0 0 6px rgba(255,255,255,0.25);
}
/* top-about の本文文字サイズを what-we-do と揃える */
.top-about__paragraph {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 400;
}
/*span が縦書きでバラける場合のみ（保険）
.top-about__paragraph span {
  font-size: inherit;
  line-height: inherit;
}*/




@media screen and (max-width: 834px) {
  .top-about__content--1st {
    margin-top: 0;
    margin-right: 2.5rem;
    justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .top-about__content--1st {
    margin-right: 0.5rem;
  }
}

.top-about__img--2nd {
  aspect-ratio: 1184/625;
  width: 66%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-about__img--2nd {
    margin-right: calc(50% - 50vw);
    margin-top: 3.5rem;
    padding-right: 0;
    aspect-ratio: 546/535;
    width: 70%;
  }
}

.top-about__img--2nd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__content--2nd {
  width: 29%;
  display: flex;
  justify-content: center;
}

.top-about__img--3rd {
  aspect-ratio: 828/828;
  width: 52%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-about__img--3rd {
    margin-left: calc(50% - 50vw);
    padding-left: 0;
    aspect-ratio: 595/552;
    width: 77%;
  }
}

.top-about__img--3rd img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__content--3rd {
  margin-top: 4.5rem;
  transform: translateX(1.5rem);
  width: calc(51% - 5.625rem);
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top-about__content--3rd {
    margin-top: 0;
    width: 20%;
    transform: translateX(0);
    justify-content: flex-end;
  }
}
@media screen and (max-width: 430px) {
  .top-about__content--3rd {
    width: initial;
    flex: 1;
    justify-content: center;
  }
}

.top-about__img--4th {
  aspect-ratio: 662/701;
  width: 38%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .top-about__img--4th {
    aspect-ratio: 559/389;
    width: 66%;
  }
}

.top-about__img--4th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__content--4th {
  width: 62.171%;
}
@media screen and (max-width: 834px) {
  .top-about__content--4th {
    width: 30%;
  }
}
@media screen and (max-width: 430px) {
  .top-about__content--4th {
    width: initial;
    flex: 1;
    justify-content: center;
  }
}

.top-about__img--5th {
  aspect-ratio: 1090/877;
  width: 58.6%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top-about__img--5th {
    aspect-ratio: 456/655;
    width: 55%;
  }
}

.top-about__img--5th img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-about__content--5th {
  margin-top: 1.75rem;
  width: 35%;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .top-about__content--5th {
    margin-top: 0;
    width: 43%;
    transform: translateY(4rem);
  }
}

.top-about__wrapper {
  margin-right: 2.25rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  width: 60.571%;
}
@media screen and (max-width: 834px) {
  .top-about__wrapper {
    margin-right: 0;
    width: calc(45% - 2.5rem);
  }
}
@media screen and (max-width: 430px) {
  .top-about__wrapper {
    width: initial;
    flex: 1;
    justify-content: center;
  }
}

.top-about__copy {
  writing-mode: vertical-rl;
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .top-about__copy {
    font-size: 2.1875rem;
  }
}

.top-about__paragraph {
  writing-mode: vertical-rl;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.top-about__paragraph--1st:nth-child(2) {
  margin-right: 4.5rem;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph--1st:nth-child(2) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__paragraph--1st:nth-child(2) {
    margin-right: 0.5rem;
  }
}

.top-about__paragraph--1st:nth-child(3) {
  margin-right: 1rem;
}
@media screen and (max-width: 430px) {
  .top-about__paragraph--1st:nth-child(3) {
    margin-right: 0.5rem;
  }
}

.top-about__paragraph--1st:nth-child(4) {
  margin-right: 3.5rem;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph--1st:nth-child(4) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__paragraph--1st:nth-child(4) {
    margin-right: 0.5rem;
  }
}

.top-about__paragraph--2nd:nth-child(2) {
  margin-right: 4.0625rem;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph--2nd:nth-child(2) {
    margin-right: 1.25rem;
  }
}

.top-about__paragraph--3rd:nth-child(2) {
  margin-right: 2.25rem;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph--3rd:nth-child(2) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__paragraph--3rd:nth-child(2) {
    margin-right: 0.25rem;
  }
}

.top-about__paragraph--4th {
  margin-top: 5.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph--4th {
    margin-top: 0;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__paragraph--4th {
    margin-right: 0.5rem;
  }
}

.top-about__paragraph--5th:nth-child(2) {
  margin-right: 5rem;
}

.top-about__paragraph span {
  display: flex;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 834px) {
  .top-about__paragraph span {
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 834px) {
  .top-about__title-wrapper {
    width: 90%;
  }
}

.top-about__title-description {
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-about__title-description {
    margin-top: 1.75rem;
    padding-right: 2.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 430px) {
  .top-about__title-description {
    padding-right: 1.25rem;
  }
}

.top-about__title-description:before {
  content: "";
  width: 100%;
  height: 45.6875rem;
  background-color: #FEF200;
  bottom: -4.5rem;
  left: 7.5rem;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .top-about__title-description:before {
    padding-right: 1.875rem;
    top: -8.3125rem;
    bottom: -7.875rem;
    left: initial;
    right: 0;
    height: initial;
    aspect-ratio: 519/359;
    width: 162%;
  }
}

.top-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-about__btn-more {
  margin-top: 6.125rem;
  display: flex;
  justify-content: center;
  transform: translateX(10%);
}
@media screen and (max-width: 834px) {
  .top-about__btn-more {
    margin-top: 2rem;
  }
}

.top-about__slogan {
  font-size: 10rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  bottom: 2rem;
  left: 4.625rem;
  transform: translateY(50%);
  width: 100%;
  min-width: 84.375rem;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .top-about__slogan {
    left: 2.75rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about__slogan {
    margin-top: 2rem;
    font-size: 6.4375rem;
    min-width: 49.1875rem;
    left: 1.125rem;
    transform: translateY(66%);
    position: relative;
  }
}

.top-about__text-wrapper {
  position: absolute;
  top: -4.75rem;
  left: 7%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-about__text-wrapper {
    width: initial;
    top: initial;
    left: initial;
    right: 10%;
  }
}

.top-materials__inner {
  overflow: hidden;
}

.top-materials__slider {
  margin-top: 6.0625rem;
  width: 100%;
  display: flex;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-materials__slider {
    margin-top: 2rem;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}

.top-materials__slide {
  margin-right: 2.25rem;
  aspect-ratio: 300/300;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 834px) {
  .top-materials__slide {
    width: 12.5rem;
  }
}

.top-materials__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.top-materials__body {
  margin-top: 5.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .top-materials__body {
    margin-top: 2rem;
    display: block;
  }
}

.top-materials__text-wrapper {
  width: 100%;
  max-width: 76.25rem;
}

.top-materials__description {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 834px) {
  .top-materials__description {
    font-size: 1.75rem;
  }
}

.top-materials__text {
  margin-top: 4.5rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
}
@media screen and (max-width: 834px) {
  .top-materials__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.top-materials__btn {
  display: flex;
  align-items: flex-end;
  transform: translate(-21%, 32%);
}
@media screen and (max-width: 834px) {
  .top-materials__btn {
    margin-top: 2.5rem;
    margin-right: 1.25rem;
    justify-content: flex-end;
    transform: translate(0, 0);
  }
}

.top-members__title-wrapper {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-members__title-wrapper {
    text-align: left;
  }
}

.top-members__section-title {
  margin-top: 1rem;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 834px) {
  .top-members__section-title {
    margin-top: 0;
    flex-direction: column;
  }
}

.top-members__section-title-ja {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .top-members__section-title-ja {
    margin-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .top-members__section-title-en {
    margin-top: 1rem;
  }
}

.top-members__swiper {
  margin-top: 5rem;
  padding-inline: 3.25rem;
  padding-bottom: 3.5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .top-members__swiper {
    padding-inline: 0;
  }
}

.top-members__text-wrapper {
  margin-top: 1.75rem;
  display: flex;
  -moz-column-gap: 5.5625rem;
       column-gap: 5.5625rem;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .top-members__text-wrapper {
    margin-top: 1.5rem;
    flex-direction: column-reverse;
  }
}

.top-members__meta {
  margin-left: 1rem;
  width: 27.5%;
}
@media screen and (max-width: 834px) {
  .top-members__meta {
    margin-top: 1.5rem;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .top-members__role,
  .top-members__name,
  .top-members__others {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.top-members__role {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top-members__role {
    font-size: 0.875rem;
  }
}

.top-members__name {
  margin-top: 0.375rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .top-members__name {
    margin-top: 0;
    font-size: 1.3125rem;
  }
}

.top-members__name--ja {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .top-members__name--ja {
    font-size: 1.3125rem;
  }
}

.top-members__name--en {
  margin-left: 1rem;
  font-size: 2.5rem;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 834px) {
  .top-members__name--en {
    font-size: 1.3125rem;
    font-weight: 700;
  }
}

.top-members__skill {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .top-members__skill {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.top-members__comment {
  width: 62.5%;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top-members__comment {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
  }
}

/* スライダー_swiper
---------------------------------------------------- */
.top-members__swiper.swiper {
  margin-inline: auto;
  position: relative;
}

.top-members__swiper .swiper-wrapper {
  width: 100%;
}
.top-members__swiper .swiper-slide {
  transition: 0.3s;
}
.top-members__swiper .swiper-slide:hover .slide-img img {
  transform: scale(1.1);
}
.top-members__swiper .slide-img {
  aspect-ratio: 1088/746;
  width: 100%;
  height: auto;
  border-radius: 1.5625rem;
  overflow: hidden;
}
.top-members__swiper .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .top-members__swiper .slide-img img {
    border-radius: 1.4375rem;
  }
}
.top-members__swiper .swiper-button-prev,
.top-members__swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  top: 45%;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .top-members__swiper .swiper-button-prev,
  .top-members__swiper .swiper-button-next {
    display: none;
  }
}
.top-members__swiper .swiper-button-prev:after,
.top-members__swiper .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: inherit;
  width: inherit;
  margin-inline: auto;
}
.top-members__swiper .swiper-button-next:after {
  margin-left: 0.5rem;
  background-image: url("../images/common/arrow_contact.svg");
}
.top-members__swiper .swiper-button-prev:after {
  margin-right: 0.5rem;
  background-image: url("../images/common/arrow_contact.svg");
  transform: rotate(180deg);
}
.top-members__swiper .swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  width: 100%;
  z-index: 10;
}
.top-members__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
}
.top-members__swiper .swiper-pagination-bullet {
  margin-inline: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  opacity: 0.5;
}
.top-members__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1.5625rem;
}

.top-members__btn {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .top-members__btn {
    margin-top: 1rem;
    margin-right: 1.25rem;
  }
}

.top-mv {
  background: url("../images/top/top_mv_pc.webp") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-mv__main-copy {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1;
  left: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 834px) {
  .top-mv__main-copy {
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(32%);
    font-size: 3rem;
    text-align: center;
  }
}

.top-news {
  margin-top: 6.5rem;
}
@media screen and (max-width: 834px) {
  .top-news {
    margin-top: 4rem;
  }
}

.top-news__inner {
  max-width: 89.375rem;
}

.top-news__bg {
  margin-left: calc(50% - 50vw);
  padding-right: 15%;
  padding-left: 10%;
  background-color: #fff;
  border-radius: 0 9.75rem 9.75rem 0;
}
@media screen and (max-width: 834px) {
  .top-news__bg {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0 2.5rem 2.5rem 0;
  }
}

.top-news__wrapper {
  padding-top: 6.75rem;
  padding-bottom: 5rem;
  display: flex;
  -moz-column-gap: 11%;
       column-gap: 11%;
}
@media screen and (max-width: 834px) {
  .top-news__wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex-direction: column;
  }
}

.top-news__title-container {
  padding-left: 2.0625rem;
  width: 20%;
}
@media screen and (max-width: 834px) {
  .top-news__title-container {
    padding-left: 1.25rem;
    width: 100%;
  }
}

.top-news__meta {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .top-news__meta {
    margin-top: 3rem;
  }
}

.top-news__post-container {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .top-news__post-container {
    margin-top: 2.5rem;
    padding-right: 6%;
    padding-left: 10.5%;
    width: 100%;
  }
}

.top-news__post-item {
  display: block;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid #E4E4E4;
  margin-bottom: 1.875rem;
}

.top-news__post-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}

.top-news__post-date {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Alata", sans-serif;
}

.top-news__post-category {
  padding-bottom: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 0.0625rem solid #000;
}

.top-news__post-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  position: relative;
  --underline-width: 100%;
  --underline-offset: 0em;
}
.top-news__post-title::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2);
  width: 0;
  height: 0.0625rem;
  background-color: #000;
  transition: width 0.3s ease;
}
.top-news__post-title:hover::after {
  width: var(--underline-width);
}
.top-news__post-title:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2);
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}

.top-news__btn {
  margin-top: 4.5rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .top-news__btn {
    margin-top: 2.5rem;
  }
}

.top-service__title-wrapper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 834px) {
  .top-service__title-wrapper {
    display: block;
  }
}

.top-service__title-description {
  margin-left: 5.125rem;
  max-width: 42.125rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .top-service__title-description {
    margin-top: 1.25rem;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
}

.top-service__list {
  margin-top: 9.625rem;
}
@media screen and (max-width: 834px) {
  .top-service__list {
    margin-top: 5.8125rem;
  }
}

.top-service__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-service__btn {
    margin-top: 2rem;
  }
}

.top-service__btn-more {
  margin-top: 9.75rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .top-service__btn-more {
    margin-top: 4rem;
    text-align: center;
  }
}

.top-techniques__inner {
  overflow: hidden;
}

.top-techniques__bg {
  padding: 5.8125rem 5.1875rem 4.75rem;
  background: url("../images/top/top-techniques_bg_pc.webp") no-repeat center center/cover;
  border-radius: 2.375rem;
}
@media screen and (max-width: 834px) {
  .top-techniques__bg {
    padding: 2.5rem 2.5rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
  }
}

.top-techniques__text-body {
  padding-left: 1.75rem;
}
@media screen and (max-width: 834px) {
  .top-techniques__text-body {
    padding-left: initial;
  }
}

.top-techniques__text-wrapper {
  margin-top: 6.375rem;
  max-width: 38.625rem;
}
@media screen and (max-width: 834px) {
  .top-techniques__text-wrapper {
    margin-top: 4rem;
    max-width: 100%;
  }
}

.top-techniques__title-wrapper,
.top-techniques__copy,
.top-techniques__description,
.top-techniques__text,
.top-techniques__btn-more {
  color: #fff;
}

.top-techniques__copy {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0em;
}
.top-techniques__description {
  margin-top: 5.3125rem;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .top-techniques__description {
    margin-top: 2rem;
    font-size: 1.3125rem;
  }
}

.top-techniques__text {
  margin-top: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
}

.top-techniques__btn-more {
  margin-top: 3.8125rem;
  display: flex;
  justify-content: flex-end;
  transform: translateX(10px);
  right: -1.5rem;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-techniques__btn-more {
    margin-top: 2.5rem;
    margin-right: 1.25rem;
  }
}

.top-what-we-do {
  margin-top: 17rem;
}

.top-what-we-do__section-title {
  display: inline-block;
}

.top-what-we-do__section-title-en {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__section-title-en {
    font-size: 2.25rem;
  }
}

.top-what-we-do__section-title-en:before {
  content: "";
  width: 0.0625rem;
  height: 7.1875rem;
  background-color: #707070;
  top: -8.4375rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__section-title-en:before {
    left: 45.5%;
  }
}

.top-what-we-do__section-title-ja {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.top-what-we-do__title-description {
  margin-top: 1.875rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__title-description {
    margin-top: 1rem;
    margin-inline: auto;
    font-size: 2.75rem;
    width: 86%;
    max-width: 35.75rem;
  }
}

.top-what-we-do__title-description span {
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__title-description span {
    display: none;
  }
}

.top-what-we-do__text-wrapper {
  margin-top: 6.5625rem;
  width: 66.342%;
  max-width: 68rem;
  margin-inline: auto;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__text-wrapper {
    margin-top: 1rem;
    font-size: 1rem;
    width: 95%;
  }
}

.top-what-we-do__text + .top-what-we-do__text {
  margin-top: 2.625rem;
}
@media screen and (max-width: 834px) {
  .top-what-we-do__text + .top-what-we-do__text {
    margin-top: 2rem;
  }
}

.top-works {
  margin-top: 11.8125rem;
  display: flex;
  flex-direction: column;
}

.top-works__inner {
  padding-bottom: 6.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top-works__inner.l-inner.l-inner--wide {
  padding-left: 0;
  margin-left: auto;
  width: min(1920px, 100%);
}
@media screen and (max-width: 834px) {
  .top-works__inner.l-inner.l-inner--wide {
    padding-left: 1.25rem;
  }
}

/* Swiperコンテナの調整
---------------------------------------------------- */
.top-works__swiper {
  /* 既存のスタイルを維持しつつ */
  /* ページネーションの位置調整 */
}
.top-works__swiper .swiper {
  height: 100%;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper {
    height: auto;
  }
}
.top-works__swiper .swiper-wrapper {
  height: auto;
}
.top-works__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -3.125rem;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1.25rem;
  }
}

/*
---------------------------------------------------- */
.top-works__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
  position: relative;
  min-height: 0;
}
@media screen and (max-width: 834px) {
  .top-works__wrapper {
    flex-direction: column;
  }
}

.top-works__title-container {
  width: 20.3%;
  min-width: 17.0625rem;
}
@media screen and (max-width: 834px) {
  .top-works__title-container {
    width: 100%;
  }
}

.top-works__meta {
  margin-top: 3.6875rem;
}
@media screen and (max-width: 834px) {
  .top-works__meta {
    margin-top: 2.5rem;
  }
}

.top-works__btn {
  margin-top: 9.8125rem;
}
@media screen and (max-width: 834px) {
  .top-works__btn {
    margin-top: 2.5rem;
    text-align: right;
  }
}

.top-works__card-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.1875rem 2.3125rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 834px) {
  .top-works__card-meta {
    padding: 1.25rem;
  }
}

.top-works__title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .top-works__title {
    font-size: 0.875rem;
  }
}
.top-works__title::before {
  content: "{";
  color: #ffe541;
  margin-right: 0.25rem;
}
.top-works__title::after {
  content: "}";
  color: #ffe541;
  margin-left: 0.25rem;
}

.top-works__text {
  margin-top: 2.25rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .top-works__text {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 2.5;
  }
}

.top-works__tag-list {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.top-works__tag-item {
  padding: 0.5rem 0.75rem;
  border: 0.0625rem dashed #707070;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}

/* スライダー_swiper
--------------------------------------------------- */
.top-works__swiper {
  width: 78.3%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .top-works__swiper {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.top-works__swiper .swiper {
  margin-inline: 5.3125rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper {
    margin-inline: 0;
  }
}
.top-works__swiper .swiper-wrapper {
  align-items: stretch;
  display: flex;
}
.top-works__swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.top-works__swiper .swiper-slide:hover .slide-img img {
  transform: scale(1.1);
}
.top-works__swiper .slide-img {
  flex: 0 0 auto;
  aspect-ratio: 567/567;
  width: 100%;
  height: auto;
  border-radius: 1.5625rem 1.5625rem 0 0;
  overflow: hidden;
}
.top-works__swiper .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .slide-img img {
    aspect-ratio: 432/403;
  }
}
.top-works__swiper .swiper-button-prev,
.top-works__swiper .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  top: 34%;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-button-prev,
  .top-works__swiper .swiper-button-next {
    transform: translateY(-45%);
  }
}
.top-works__swiper .swiper-button-prev {
  left: 1.5625rem;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-button-prev {
    display: none;
  }
}
.top-works__swiper .swiper-button-next {
  right: 1.5625rem;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-button-next {
    display: none;
  }
}
.top-works__swiper .swiper-button-prev:after,
.top-works__swiper .swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: inherit;
  width: inherit;
  margin-inline: auto;
}
.top-works__swiper .swiper-button-next:after {
  background-image: url("../images/common/arrow_contact.svg");
}
.top-works__swiper .swiper-button-prev:after {
  background-image: url("../images/common/arrow_contact.svg");
  transform: rotate(180deg);
}
.top-works__swiper .swiper-pagination {
  text-align: right;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.top-works__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -4.8125rem;
  right: 5rem;
  left: auto;
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1.25rem;
    right: 45%;
    position: relative;
  }
}
.top-works__swiper .swiper-pagination-bullet {
  margin-inline: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  opacity: 0.5;
}
.top-works__swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1.5625rem;
}

.u-anchor {
  display: block;
  padding-top: 5.6875rem;
  margin-top: -5.6875rem;
}

.breadcrumbs {
  margin-top: 1.5625rem;
  margin-bottom: 0rem;
  line-height: 1;
}

.breadcrumbs__inner {
  margin-inline: auto;
  max-width: 106.25rem;
  width: 100%;
}

.breadcrumbs__item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .u-sp {
    display: block;
  }
}

.u-sm {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-sm {
    display: block;
  }
}

.u-none {
  display: none;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-font-en {
  font-family: "Alata", sans-serif;
}

.u-font-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-hover-run {
  --underline-width: 45%; /* 下線の幅 */
  --underline-offset: 0.5em; /* 下線の縦位置 */
  text-decoration: none;
  color: #000;
  position: relative;
  display: inline-block;
  /* インラインブロック要素に変更 */
}

.u-hover-run::after {
  content: "";
  position: absolute;
  bottom: var(--underline-offset);
  left: calc((100% - var(--underline-width)) / 2); /* 中央配置の計算 */
  width: 0;
  height: 0.1875rem;
  background-color: #000;
  transition: width 0.3s ease;
}

.u-hover-run:hover::after {
  width: var(--underline-width);
}

.u-hover-run:not(:hover)::after {
  width: 0;
  left: auto;
  right: calc((100% - var(--underline-width)) / 2); /* 中央配置の計算 */
  transition: width 0.3s ease, left 0s 0.3s, right 0s;
}

.u-mt48 {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}

.u-mt64 {
  margin-top: 64px !important;
  margin-top: 4rem !important;
}

.u-mt72 {
  margin-top: 72px !important;
  margin-top: 4.5rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt128 {
  margin-top: 128px !important;
  margin-top: 8rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-mt220 {
  margin-top: 220px !important;
  margin-top: 13.75rem !important;
}

.u-mt270 {
  margin-top: 270px !important;
  margin-top: 16.875rem !important;
}

@media screen and (max-width: 834px) {
  .u-mt-sp48 {
    margin-top: 48px !important;
    margin-top: 3rem !important;
  }
  .u-mt-sp64 {
    margin-top: 64px !important;
    margin-top: 4rem !important;
  }
  .u-mt-sp72 {
    margin-top: 72px !important;
    margin-top: 4.5rem !important;
  }
  .u-mt-sp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mt-sp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mt-sp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mt-sp128 {
    margin-top: 128px !important;
    margin-top: 8rem !important;
  }
  .u-mt-sp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-mt-sp220 {
    margin-top: 220px !important;
    margin-top: 13.75rem !important;
  }
  .u-mt-sp270 {
    margin-top: 270px !important;
    margin-top: 16.875rem !important;
  }
}
/* ページトップボタン */
#page-top {
  position: relative;
  z-index: 999;
}

#page-top a {
  display: inline-block;
  vertical-align: middle;
  color: #707070;
  line-height: 1;
  position: fixed;
  right: 2.3125rem;
  bottom: 2.3125rem;
  width: 4.25rem;
  height: 4.25rem;
  background: transparent;
  border: 1px solid #707070;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
#page-top a::before {
  content: "";
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.125rem solid #707070;
  border-right: 0.125rem solid #707070;
  top: 1.75rem;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 834px) {
  #page-top a::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}
#page-top a::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #707070;
  transition: transform 0.3s ease;
}
#page-top a:hover {
  opacity: initial;
  background-color: #000;
}
#page-top a:hover::before {
  border-color: #fff;
  transform: translateX(50%) translateY(calc(-50% - 0.5em)) rotate(-45deg);
}
#page-top a:hover::after {
  background-color: #fff;
  transform: translateX(-50%) translateY(calc(-50% - 0.5em));
}

.u-pc-ib {
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .u-pc-ib {
    display: none;
  }
}

.u-reverse {
  flex-direction: row-reverse;
}

/* スクロールダウン表示
--------------------------------------------------- */
.u-scrolldown {
  position: absolute;
  bottom: 2.25rem;
  right: 50%;
  transform: translateX(-50%);
  height: 6.75rem;
}
@media screen and (max-width: 834px) {
  .u-scrolldown {
    width: 100%;
    right: initial;
    transform: initial;
  }
}

.u-scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  min-width: 9.375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .u-scrolldown span {
    display: block;
    width: 100%;
  }
}

.u-scrolldown span:before {
  content: "";
  position: absolute;
  bottom: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
  height: 7.1875rem;
  background-color: rgba(254, 242, 0, 0.3);
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .u-scrolldown span:before {
    width: 100%;
    left: 0;
    transform: initial;
  }
}

.u-scrolldown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 2;
}

@keyframes circlemove {
  0% {
    top: 0;
  }
  100% {
    top: 3.125rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.u-scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.125rem;
  height: 3.75rem;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .u-scrolldown:after {
    width: 0.0625rem;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
