@charset "UTF-8";
/*-----------ベース -----------*/
@font-face {
  font-family: "chillax";
  src: url("../font/Chillax-Variable.woff2") format("woff2"), url("../font/Chillax-Variable.woff") format("woff");
}
:root {
  --yellow: #ffef00;
  --lightyellow: #feffe0;
  --blue: #0092f1;
  --lightblue: #5cc0bd;
  --navy: #053e62;
  --lightblue: #e9f0f7;
  --green: #b5ffc2;
  --lightgreen: #74f35f;
  --red: #fc0000;
  --orange: #e83b18;
  --white: #fff;
  --offwhite: #f5f5f5;
  --black: #0b0b0b;
  --grey: #d9d9d9;
  --darkgrey: #656565;
  --lightgrey: #ebf2f6;
  --ivory: #f5f1eb;
  --primary-c: var(--green);
  --base-c: var(--offwhite);
  --accent-c: var(--lightgreen);
  --accent-c-2: var(--lightyellow);
  --bg-c: var(--lightblue);
  --border-c: var(--grey);
}

.l-header {
  z-index: 5;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

.grecaptcha-badge {
  z-index: 4;
}

[data-appear-blur] {
  transition: 1s;
  opacity: 0;
  filter: blur(10px);
}

[data-appear-blur=true] {
  opacity: 1;
  filter: blur(0);
}

[data-slidein-border] {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
}
[data-slidein-border] .anim-text {
  position: relative;
}
[data-slidein-border] .anim-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-c);
  opacity: 0;
  transform: translateX(-50px);
  transform-origin: left;
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0.6s;
}

[data-slidein-border=true] .anim-text::before {
  opacity: 1;
  transform: translateX(0);
}
[data-slidein-border=true] .br {
  content: "";
  width: 100%;
}

[data-appear-each] {
  display: flex;
  flex-wrap: wrap;
}
[data-appear-each] .anim-text {
  position: relative;
  transform: translateY(10%) skew(15deg, 25deg);
  opacity: 0;
}

[data-appear-each=true] .anim-text {
  animation: textAnim 1s ease-out forwards;
}

@keyframes textAnim {
  0% {
    transform: translateY(10%) skew(15deg, 25deg);
    opacity: 0;
  }
  50% {
    transform: translateY(5%) skew(-5deg, -10deg);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0) skew(0, 0);
    opacity: 1;
  }
}
[data-clip-anim] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: 0.7s ease-in-out;
}

[data-clip-anim=true] {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

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

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

/* Chrome、Safari以外 */
summary {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

html {
  font-size: 4.2666666667vw;
  text-underline-position: under;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1750px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Lato", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: var(--black);
  border-style: solid;
  border-color: var(--accent-c);
  border-width: 4px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  body {
    border-width: 7px;
    font-size: 1rem;
  }
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.75;
}

h1 {
  font-size: clamp(2rem, 1.5752rem + 1.8123vw, 3.75rem);
}

h2 {
  font-size: clamp(1.75rem, 1.5073rem + 1.0356vw, 2.75rem);
}

h3 {
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
}

h4 {
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
}

h5 {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}

/*-----------レイアウト　接頭辞「l-」-----------*/
.l-archive__wrapper {
  margin-top: 3.44rem;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .l-archive__wrapper {
    margin-top: 7rem;
  }
}

.l-archive__inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .l-archive__inner {
    padding: 0 0 0 10%;
  }
}

.l-archive__container {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-archive__container {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
}

.l-archive__main {
  width: 100%;
}

.l-archive__item {
  width: calc(100% - 5.5vw);
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: 0.5s;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-archive__item {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-archive__item:not(:last-child) {
  border-bottom: solid 1px var(--grey);
}
.l-archive__item:nth-of-type(3n + 1) .head {
  position: relative;
}
.l-archive__item:nth-of-type(3n + 1) .head:before, .l-archive__item:nth-of-type(3n + 1) .head:after {
  content: "";
  position: absolute;
  transform: rotate(-35deg);
  width: 50px;
  height: 15px;
  background-color: var(--base-c);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-archive__item:nth-of-type(3n + 1) .head:before, .l-archive__item:nth-of-type(3n + 1) .head:after {
    width: 70px;
    height: 25px;
  }
}
.l-archive__item:nth-of-type(3n + 1) .head:before {
  top: -5px;
  left: -18px;
  border-bottom: 1px solid var(--grey);
}
@media screen and (min-width: 768px) {
  .l-archive__item:nth-of-type(3n + 1) .head:before {
    top: -10px;
    left: -25px;
  }
}
.l-archive__item:nth-of-type(3n + 1) .head:after {
  bottom: -5px;
  right: -18px;
  border-top: 1px solid var(--grey);
}
@media screen and (min-width: 768px) {
  .l-archive__item:nth-of-type(3n + 1) .head:after {
    bottom: -10px;
    right: -25px;
  }
}
.l-archive__item:nth-of-type(3n + 2) .head {
  box-shadow: 12px 12px 5px var(--darkgrey);
  transition: 0.3s;
}
.l-archive__item:nth-of-type(3n + 2) .head:hover {
  box-shadow: 1px 1px 1px var(--darkgrey);
  transform: translate3d(12px, 12px, 0);
}
.l-archive__item:nth-of-type(3n) .head {
  position: relative;
}
.l-archive__item:nth-of-type(3n) .head:before, .l-archive__item:nth-of-type(3n) .head:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  transition: 0.3s;
}
.l-archive__item:nth-of-type(3n) .head:before {
  top: -5px;
  right: -5px;
  border-width: 0 30px 30px 0;
  border-color: transparent var(--primary-c) transparent transparent;
}
@media screen and (min-width: 768px) {
  .l-archive__item:nth-of-type(3n) .head:before {
    border-width: 0 40px 40px 0;
  }
}
.l-archive__item:nth-of-type(3n) .head:after {
  bottom: -5px;
  left: -5px;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent var(--primary-c);
}
@media screen and (min-width: 768px) {
  .l-archive__item:nth-of-type(3n) .head:after {
    border-width: 40px 0 0 40px;
  }
}
.l-archive__item:nth-of-type(3n) .head:hover:before {
  top: 0;
  right: 0;
}
.l-archive__item:nth-of-type(3n) .head:hover:after {
  bottom: 0;
  left: 0;
}
.l-archive__item.-view {
  transform: translateY(0);
  opacity: 1;
}
.l-archive__item .link {
  text-decoration: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}
@media screen and (min-width: 768px) {
  .l-archive__item .link {
    grid-template-columns: 21.875rem 1fr;
  }
}
.l-archive__item .link:hover .more:after {
  transform: scale(1, 1);
}
.l-archive__item .link:hover .image-wrapp img {
  transform: scale(1.1);
}
.l-archive__item .head {
  height: fit-content;
}
.l-archive__item .head .image-wrapp {
  overflow: hidden;
  position: relative;
}
.l-archive__item .head .image-wrapp::before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
.l-archive__item .head .image-wrapp::after {
  content: "";
  display: block;
  clear: both;
}
.l-archive__item .head .image-wrapp > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.l-archive__item .head .image-wrapp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.l-archive__item .body {
  padding: 0.5rem 2rem 1.5rem;
  position: relative;
}
.l-archive__item .body .data {
  line-height: 1.7;
  color: var(--darkgrey);
}
.l-archive__item .body .title {
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  margin-top: 1rem;
}
.l-archive__item .body .term {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.2rem;
}
.l-archive__item .body .term:before {
  content: "";
  display: inline-block;
  background-color: var(--darkgrey);
  width: 1rem;
  height: 1px;
}
.l-archive__item .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-archive__item .more {
    right: 2rem;
    bottom: 1rem;
  }
}
.l-archive__item .more:after {
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background: var(--primary-c);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.l-archive__pagenation {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: solid 1px var(--primary-c);
}

.l-archive__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: calc(100% - 5.5vw);
  gap: 1rem;
}
.l-archive__category .link {
  text-decoration: none;
  border: solid 1px var(--primary-c);
  border-radius: 0.3125rem;
  color: var(--primary-c);
  padding: 0.625rem;
  transition: 0.3s;
}
.l-archive__category .link:hover {
  background-color: var(--white);
  color: var(--primary-c);
}
.l-archive__category .link.is-active {
  background-color: var(--primary-c);
  color: var(--white);
}

.l-article__inner {
  width: 95%;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

.l-article__container {
  display: grid;
  grid-template-areas: "sidebar" "main";
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-article__container {
    grid-template-areas: "main sidebar";
    grid-template-columns: 70% 28%;
    column-gap: 2rem;
    row-gap: 0;
  }
}

.l-article__main {
  grid-area: main;
}

.l-article__archive-title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-article__archive-title {
    font-size: 1.125rem;
  }
}

.l-article__single-title {
  font-size: clamp(1.125rem, 0.766rem + 1.7949vw, 2rem);
}

.l-article__archive-title,
.l-article__single-title {
  border-bottom: solid 3px var(--primary-c);
  padding: 0.5rem 0;
}

.l-article__content:before, .l-article__content:after {
  content: "";
  display: block;
  clear: both;
}
.l-article__content p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-article__content p {
    line-height: 2.875;
  }
}
.l-article__content p + p {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-article__content p + p {
    margin-top: 3rem;
  }
}

.l-article__list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-article__list {
    margin-top: 4rem;
  }
}

.l-article__item {
  border-bottom: 1px solid var(--border-c);
}
.l-article__item .link {
  text-decoration: none;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-article__item .link {
    gap: 6%;
  }
}
.l-article__item .link:hover .date,
.l-article__item .link:hover .title {
  color: var(--accent-c);
}
.l-article__item .date {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .l-article__item .date {
    font-size: 1.25rem;
    padding: 2rem 1rem;
  }
}
.l-article__item .date big {
  font-size: 2.75em;
}
.l-article__item .body {
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-article__item .body {
    padding: 1.5rem;
  }
}
.l-article__item .body .title {
  font-size: clamp(1rem, 0.9487rem + 0.2564vw, 1.125rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
.l-article__item .body .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.l-article__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-article__pagination {
    gap: 5rem;
    margin-top: 8rem;
  }
}
.l-article__pagination .link {
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  color: var(--darkgrey);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-article__pagination .link {
    font-size: 1.5rem;
  }
}
.l-article__pagination .link:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: var(--accent-c);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-article__pagination .link:after {
    width: 2.8125rem;
    height: 0.375rem;
  }
}
.l-article__pagination .link.is-active, .l-article__pagination .link:hover {
  color: var(--accent-c);
}
.l-article__pagination .link.is-active:after, .l-article__pagination .link:hover:after {
  opacity: 1;
}
.l-article__pagination .next,
.l-article__pagination .prev {
  text-decoration: none;
  display: grid;
  place-content: center;
  position: relative;
  background-color: var(--black);
  border-radius: 100%;
  transition: 0.3s;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-article__pagination .next,
  .l-article__pagination .prev {
    width: 5.0625rem;
    height: 5.0625rem;
  }
}
.l-article__pagination .next:before,
.l-article__pagination .prev:before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.375rem;
  background-image: url("../images/icons/icon-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(217deg) brightness(101%) contrast(102%);
  transition: 0.3s;
  transform-origin: left;
}
.l-article__pagination .next:hover,
.l-article__pagination .prev:hover {
  background-color: var(--accent-c);
}
.l-article__pagination .prev {
  margin-right: 2rem;
}
.l-article__pagination .prev:before {
  transform: scaleX(-1) translateX(-100%);
}
.l-article__pagination .prev:hover:before {
  transform: scaleX(-1.4) translateX(-60%);
}
.l-article__pagination .next {
  margin-left: 2rem;
}
.l-article__pagination .next:hover:before {
  transform: scaleX(1.4);
}

.l-article__content-wrapper + .l-article__content-wrapper {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-article__content-wrapper + .l-article__content-wrapper {
    margin-top: 2.5rem;
  }
}

.l-article__single-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.l-article__single-data .date {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-article__single-data .date {
    font-size: 1.25rem;
  }
}
.l-article__single-data .date big {
  font-size: 2.75em;
  margin-left: 0.625rem;
}
.l-article__single-data .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.l-article__toc-content {
  position: sticky;
  top: 3.44rem;
}
@media screen and (min-width: 768px) {
  .l-article__toc-content {
    top: 7rem;
  }
}
.l-article__toc-content .toc-heading {
  font-size: clamp(1rem, 0.8974rem + 0.5128vw, 1.25rem);
}
.l-article__toc-content .toc-index .link {
  display: block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.7724rem + 0.5128vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .l-article__toc-content .toc-index .link {
    color: var(--grey);
  }
  .l-article__toc-content .toc-index .link.is-active {
    color: #333333;
    background-color: #f3f3f3;
  }
}

.l-editor-wrapper {
  position: relative;
  margin-top: 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-editor-wrapper {
    margin-top: 15.625rem;
  }
}

.l-inner {
  width: 90%;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}

.l-inner--full {
  width: 100%;
  max-width: 120rem;
}
@media screen and (min-width: 768px) {
  .l-inner--full {
    width: 90%;
  }
}

.l-basic-wrapper {
  background-color: inherit;
}

.l-color-wrapper {
  background-color: var(--bg-c);
}

.l-ivory-wrapper {
  background-color: var(--ivory);
}

.l-flex {
  display: flex;
}
.l-flex.-wrap {
  flex-wrap: wrap;
}
.l-flex.-jbetween {
  justify-content: space-between;
}
.l-flex.-jcenter {
  justify-content: center;
}
.l-flex.-jaround {
  justify-content: space-around;
}
.l-flex.-acenter {
  align-items: center;
}
.l-flex.-abaseline {
  align-items: baseline;
}
.l-flex.-column {
  flex-direction: column;
}
.l-flex.-gap-s {
  gap: 0.5em;
}
.l-flex.-gap-m {
  gap: 1em;
}
.l-flex.-gap-l {
  gap: 1.5em;
}

.l-grid {
  display: grid;
}
.l-grid.-col2 {
  grid-template-columns: 1fr 1fr;
}
.l-grid.-col3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-grid.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-grid.-col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-grid.-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-grid.-gap {
  gap: 0.75rem;
}

.l-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: fixed;
  top: 3.44rem;
  right: -100%;
  transition: opacity 0.6s;
}
.l-overlay.is-open {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-overlay {
    top: 7rem;
  }
}

.swiper-pagination-bullet {
  background: var(--black);
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--black);
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 2.3125rem;
  height: 2.3125rem;
  display: grid;
  place-content: center;
  transform: translateY(10%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev:after {
  background-image: url("../images/icons/small-left-arrow.svg");
}

.swiper-button-next:after {
  background-image: url("../images/icons/small-right-arrow.svg");
}

.l-footer {
  border-top: solid 1px var(--border-c);
  background-color: var(--white);
  padding: 4rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 16rem 0;
  }
}
.l-footer .l-inner {
  max-width: 93.75rem;
}

.l-footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5%;
  }
}

.l-footer__logo {
  width: 13.1875rem;
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8rem;
  }
}

.l-footer__nav-ttl {
  text-decoration: none;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.8707rem + 0.5517vw, 1.25rem);
  display: inline-block;
  background: url("../images/common/text-anime-gradation.svg") no-repeat;
  background-clip: text;
  background-color: var(--black);
  color: transparent;
  background-position: 250% 50%;
  transition: 0s;
}
.l-footer__nav-ttl:hover {
  background-position: -150% 50%;
  transition: 0.5s linear;
}

.l-footer__link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.l-footer__link-item {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 2.5625rem;
  padding: 0.5rem;
  background-color: var(--black);
  border-radius: 100%;
  transition: 0.3s;
}
.l-footer__link-item:hover {
  background-color: var(--accent-c);
}

.l-footer__copyright {
  display: inline-block;
  font-family: "chillax", sans-serif;
  font-size: 0.8125rem;
  color: var(--darkgrey);
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding-left: 0.625rem;
    margin-top: 2.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top-style: solid;
  border-top-color: var(--accent-c);
  border-top-width: 0.25rem;
  height: 3.44rem;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-header {
    border-top-width: 0.4375rem;
    height: 7rem;
  }
}

/*********************************************
 * サイドバーのレイアウト
 *
 * 接頭詞『.l-sidebar』
 *********************************************/
.l-sidebar {
  grid-area: sidebar;
  min-width: 12.5rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    position: sticky;
    height: fit-content;
    top: 2rem;
    padding-bottom: 5rem;
    transition: top 0.5s ease-in-out;
  }
  .l-sidebar.-shift {
    top: 9rem;
  }
}
.l-sidebar a {
  text-decoration: none;
}
.l-sidebar .l-sidebar-content + .l-sidebar-content {
  margin-top: 1rem;
}
.l-sidebar .l-sidebar-content.-category {
  grid-area: category;
  order: 1;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar-content.-category .ttl {
    cursor: auto;
  }
}
.l-sidebar .l-sidebar-content.-category .c-tag {
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar-content.-category .icon {
    display: none;
  }
}
.l-sidebar .l-sidebar-content.-new {
  grid-area: new;
}
.l-sidebar .l-sidebar-content.-new .date {
  font-size: 0.875rem;
}
.l-sidebar .l-sidebar-content.-new .title {
  font-size: 1rem;
}
.l-sidebar .l-sidebar-content.-archive {
  grid-area: archive;
}
.l-sidebar .l-sidebar-content.-archive .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3125rem 1rem;
  background-color: var(--white);
  border-radius: 0.3125rem;
  cursor: pointer;
}
.l-sidebar .l-sidebar-content.-archive .menu.is-active + .menu_wrap {
  display: block;
}
.l-sidebar .l-sidebar-content.-archive .menu .toggle {
  display: grid;
  place-content: center;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  background-color: var(--black);
  border-radius: 100%;
}
.l-sidebar .l-sidebar-content.-archive .menu .toggle.is-active:after {
  transform: rotate(0deg);
}
.l-sidebar .l-sidebar-content.-archive .menu .toggle:before, .l-sidebar .l-sidebar-content.-archive .menu .toggle:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background-color: var(--white);
}
.l-sidebar .l-sidebar-content.-archive .menu .toggle:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.l-sidebar .l-sidebar-content.-archive .menu_wrap {
  display: none;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar-content.-archive .l-sidebar__body {
    padding: 0;
  }
}
.l-sidebar .l-sidebar__head {
  padding: 0.5em 0;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar__head {
    pointer-events: none;
  }
}
.l-sidebar .l-sidebar__body {
  display: none;
  border-top: solid 3px var(--primary-c);
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar__body {
    display: block;
    padding: 0 1rem;
  }
}
.l-sidebar .l-sidebar__body .list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar__body .list {
    padding: 0.75rem 0;
  }
}
.l-sidebar .l-sidebar__body .item {
  margin: 0.375rem 0;
  text-align: left;
  transition: 0.3s;
}
.l-sidebar .l-sidebar__body .item a:not(.c-tag) {
  width: fit-content;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-sidebar .l-sidebar__body .item a:not(.c-tag)::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-c);
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.l-sidebar .l-sidebar__body .item a:not(.c-tag):hover::after {
  transform: scale(1, 1);
}
.l-sidebar .l-sidebar__title {
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar__title {
    font-size: 1.125rem;
  }
}
.l-sidebar .l-sidebar__title:after, .l-sidebar .l-sidebar__title:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.875rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-sidebar .l-sidebar__title:after, .l-sidebar .l-sidebar__title:before {
    display: none;
  }
}
.l-sidebar .l-sidebar__title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.l-sidebar .l-sidebar__title.is-active:after {
  transform: rotate(0deg);
}

/*----------パーツ 接頭辞「c-」------------*/
.c-title-bg {
  width: 100%;
  min-height: 12.5rem;
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-bg {
    min-height: 18.75rem;
    padding: 4.375rem 0;
  }
}

.c-title-bg--black::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: darken;
}

.c-title-bg--white::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

.c-title-bg__inner {
  width: 95%;
  max-width: 75rem;
  margin: 0 auto;
  z-index: 1;
}

.c-title-bg__text {
  width: 100%;
  letter-spacing: 0.1rem;
}
.c-title-bg__text + * {
  margin-top: 1rem;
}

.c-title-bg__sub-text {
  display: inline-block;
}
.c-title-bg__sub-text + * {
  margin-top: 1rem;
}

.c-title-bg__lead + * {
  margin-top: 1rem;
}

.c-title-bg-double {
  width: 100%;
  min-height: 25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: var(--white);
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-bg-double {
    min-height: 31.25rem;
    align-items: stretch;
  }
}

.c-title-bg-double__container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  min-height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .c-title-bg-double__container {
    min-height: 31.25rem;
    width: 50%;
  }
}

.c-title-bg-double__cover {
  width: 100%;
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-bg-double__cover {
    margin: 0 auto 0 0;
  }
}

.c-title-bg-double__inner {
  width: 95%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .c-title-bg-double__inner {
    width: 82%;
    margin: 0 0 0 auto;
    padding: 1.875rem 4.375rem 1.875rem 1.25rem;
    text-align: left;
  }
}

.c-title-bg-double__title {
  width: 100%;
}
.c-title-bg-double__title + * {
  margin-top: 1rem;
}

.c-title-bg-double__sub-title {
  display: inline-block;
}
.c-title-bg-double__sub-title + * {
  margin-top: 1rem;
}

.c-title-bg-double__text + * {
  margin-top: 1rem;
}

.c-title-bg-double__lead + * {
  margin-top: 1rem;
}

.c-title-bg-double--reverse .c-title-bg-double__cover {
  margin: 0 0 0 auto;
}

.c-title-bg-double--white .c-title-bg-double__container:first-of-type .c-title-bg-double__cover {
  background: rgba(255, 255, 255, 0.6);
}

.c-title-bg-double--black .c-title-bg-double__container:first-of-type .c-title-bg-double__cover {
  background: rgba(0, 0, 0, 0.6);
}

.c-title-bg-double--main .c-title-bg-double__container:first-of-type .c-title-bg-double__cover {
  background: var(--primary-c);
  mix-blend-mode: multiply;
}

.c-title-bg-half {
  width: 100%;
  min-height: 25rem;
  display: flex;
  align-items: flex-end;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-bg-half {
    min-height: 31.25rem;
    align-items: stretch;
  }
}

.c-title-bg-half__cover {
  width: 100%;
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-bg-half__cover {
    width: 50%;
    margin: 0 auto 0 0;
  }
}

.c-title-bg-half__inner {
  width: 95%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .c-title-bg-half__inner {
    width: auto;
    width: 37.5rem;
    max-width: 90%;
    margin: 0 auto;
    padding: 1.875rem 2.5rem;
    text-align: left;
  }
}

.c-title-bg-half__text {
  width: 100%;
}
.c-title-bg-half__text + * {
  margin-top: 1rem;
}

.c-title-bg-half__sub-text {
  display: inline-block;
}
.c-title-bg-half__sub-text + * {
  margin-top: 1rem;
}

.c-title-bg-half__lead + * {
  margin-top: 1rem;
}

.c-title-bg-half--reverse .c-title-bg-half__cover {
  margin: 0 0 0 auto;
}

.c-title-bg-half--white .c-title-bg-half__cover {
  background: rgba(255, 255, 255, 0.6);
}

.c-title-bg-half--main .c-title-bg-half__cover {
  background: var(--primary-c);
  mix-blend-mode: multiply;
}

.c-title-bg-loop {
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  overflow: hidden;
  padding: 5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .c-title-bg-loop {
    padding: 12rem 0 4rem;
  }
}

.c-title-bg-loop__loop {
  animation: loopTitle 30s linear infinite;
  position: absolute;
  left: 50%;
  top: 13%;
  z-index: 0;
  display: flex;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  transition: all 0.3s;
}
.c-title-bg-loop__loop .title {
  margin-right: 1ch;
  line-height: 1;
  white-space: nowrap;
  color: var(--border-c);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(6.25rem, 4.2779rem + 8.4142vw, 14.375rem);
  opacity: 0.5;
}
.c-title-bg-loop__loop .title.-color {
  color: #c3edfc;
}
.c-title-bg-loop__loop .title.-white {
  color: var(--white);
}

.c-title-bg-loop__container {
  max-width: 100%;
  padding: 0 5%;
  z-index: 1;
  text-align: center;
}

@keyframes loopTitle {
  from {
    transform: translate(-40%, 0%);
  }
  to {
    transform: translate(-60%, 0%);
  }
}
.c-title-cont {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title-cont {
    margin-bottom: 1.5625rem;
    font-size: 2rem;
  }
}

.c-title-cont__sub {
  display: block;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-cont__sub {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-title-cont--row {
    display: flex;
    align-items: baseline;
  }
  .c-title-cont--row .c-title-cont__sub {
    margin-left: 1.25rem;
  }
}

.c-title-h1 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  line-height: 1;
}
.c-title-h1:has(.c-title-h1__sub) .c-title-h1__bg {
  transform: translateY(-32%);
}

.c-title-h1__container {
  max-width: 75rem;
  margin-inline: auto;
  width: 90%;
}

.c-title-h1__main {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.1923rem + 1.5385vw, 2.25rem);
}

.c-title-h1__sub {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}

.c-title-h1__eng {
  position: relative;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0737rem + 0.2564vw, 1.25rem);
  margin-top: 0.3125rem;
}

.c-title-h1__text {
  position: relative;
  line-height: 2.2;
}

.c-title-h1__bg,
.c-title-h1__eng {
  font-family: "chillax", sans-serif;
  font-weight: 500;
}

.c-title-h1__bg {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-c);
  pointer-events: none;
  font-size: clamp(7.625rem, 4.8558rem + 13.8462vw, 14.375rem);
  text-wrap: nowrap;
  overflow: hidden;
  padding: 1rem 0;
  transform: translate(-10%, -35%);
}
@media screen and (min-width: 768px) {
  .c-title-h1__bg {
    transform: translateY(-35%);
  }
}
.c-title-h1__bg.-opacity {
  opacity: 0.5;
}

.c-title-h1--center {
  text-align: center;
}
.c-title-h1--center .c-title-h1__bg {
  right: 0;
  margin: auto;
  transform: translateY(-37%);
  font-size: clamp(4.5rem, 2.525rem + 9.875vw, 14.375rem);
}

.c-title-h2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  line-height: 1;
  text-align: center;
}

.c-title-h2__container {
  max-width: 75rem;
  margin-inline: auto;
  width: 90%;
}

.c-title-h2__main {
  position: relative;
  font-size: clamp(1.5rem, 1.1923rem + 1.5385vw, 2.25rem);
}

.c-title-h2__text {
  position: relative;
  line-height: 2.2;
}

.c-title-h2__bg,
.c-title-h2__eng {
  font-family: "chillax", sans-serif;
  font-weight: 500;
}

.c-title-h2__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--primary-c);
  pointer-events: none;
  transform: translateY(-39%);
  font-size: clamp(2.8125rem, 1.9782rem + 3.5599vw, 6.25rem);
  text-wrap: nowrap;
  overflow: hidden;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .c-title-h2__bg {
    transform: translateY(-35%);
  }
}

.c-title-h3 {
  text-align: center;
  position: relative;
  font-weight: bold;
}

.c-title-h3__icon {
  margin-inline: auto;
}

.c-title-h3__title {
  margin-top: 0.3em;
  font-size: clamp(1.25rem, 1.0073rem + 1.0356vw, 2.25rem);
}

.c-title-h4.u-tac .c-title-h4__main:before {
  left: 0;
  right: 0;
  margin: auto;
}

.c-title-h4__main {
  position: relative;
}
.c-title-h4__main:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.875rem;
  height: 0.125rem;
  background-color: var(--primary-c);
}

.c-title-h6 {
  width: fit-content;
}

.c-title-h6__main {
  display: grid;
  grid-template-columns: 1.875rem minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
}
.c-title-h6__main::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: var(--primary-c);
}

.c-title-sub {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-title-sub {
    font-size: 1.125rem;
  }
}

.c-title-sub--main {
  color: var(--primary-c);
}

.c-video__caption {
  padding: 0.9375rem 0.625rem;
  border-top: 0.125rem solid var(--primary-c);
  background-color: var(--bg-c);
}

.c-video__wrap {
  padding-top: 56.25%;
  position: relative;
}

.c-video__cont {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  object-fit: cover;
}

.c-wysiwyg {
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  padding-left: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
.c-wysiwyg ul li {
  list-style-type: disc;
}
.c-wysiwyg ol li {
  list-style-type: decimal;
}
.c-wysiwyg .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.c-wysiwyg table {
  border-collapse: separate;
  border-spacing: 0.125rem;
}
.c-wysiwyg table,
.c-wysiwyg thead,
.c-wysiwyg tbody,
.c-wysiwyg tr,
.c-wysiwyg th,
.c-wysiwyg td {
  border: solid 0.0625rem var(--primary-c);
}
.c-wysiwyg th {
  vertical-align: middle;
}
.c-wysiwyg p + *,
.c-wysiwyg h1 + *,
.c-wysiwyg h2 + *,
.c-wysiwyg h3 + *,
.c-wysiwyg h4 + *,
.c-wysiwyg h5 + * {
  margin-top: 1rem;
}
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5 {
  font-weight: bold;
}
.c-wysiwyg img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.c-wysiwyg img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.c-wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto;
}

.c-article__media .body {
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .c-article__media .body {
    margin-top: 1rem;
  }
}
.c-article__media.-sm:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-article__media.-sm .image,
.c-article__media.-sm .body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-article__media.-sm .image {
    float: right;
    width: 45%;
    margin-left: 1em;
  }
}
@media screen and (min-width: 768px) {
  .c-article__media.-sm.-reverse .image {
    float: left;
    margin-right: 1em;
    margin-left: 0;
  }
}

.c-article__title {
  font-size: 1.25rem;
}

.c-article__text > p {
  font-size: 1rem;
}

.c-article__title + .c-article__text {
  margin-top: 0.35rem;
}

.c-badge {
  background-color: var(--primary-c);
  color: var(--white);
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  font-size: clamp(0.625rem, 0.5224rem + 0.5128vw, 0.875rem);
}

.c-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-banner + .c-banner {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-banner {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.c-banner__item {
  width: 100%;
}

.c-banner__wrap {
  display: block;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.c-banner__wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-banner__wrap:hover .c-banner__img, .c-banner__wrap:active .c-banner__img {
  transform: scale(1.2);
}

.c-banner__title {
  color: var(--white);
  text-align: center;
  z-index: 1;
  width: 80%;
  line-height: 1.2em;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-banner__title {
    font-size: 1.5rem;
  }
}

.c-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.8s;
}

.c-banner--col1 .c-banner__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-banner--col1 .c-banner__item {
    width: 60%;
  }
}
.c-banner--col1 .c-banner__wrap {
  padding-top: 40%;
}

@media screen and (min-width: 768px) {
  .c-banner--col2 .c-banner__item {
    width: 50%;
  }
}
.c-banner--col2 .c-banner__wrap {
  padding-top: 48%;
}

@media screen and (min-width: 768px) {
  .c-banner--col3 .c-banner__item {
    width: 33.3333333333%;
  }
}
.c-banner--col3 .c-banner__wrap {
  padding-top: 72%;
}

.c-button {
  padding: 1.0625rem 2em;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  border: 0.125rem solid var(--primary-c);
  background-color: var(--primary-c);
  border-radius: 0.3125rem;
  transition: 0.3s;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1.125rem;
  }
}
.c-button:hover, .c-button:active {
  color: var(--primary-c);
  background-color: #fff;
}
.c-button:hover:after, .c-button:active:after {
  border-color: var(--primary-c);
}
.c-button:after {
  border-color: #fff;
}

.c-button--sm, .c-button--sm-accent, .c-button--sm-border {
  min-width: 9.75rem;
}

.c-button--lg, .c-button--lg-accent, .c-button--lg-border {
  padding: 1.5em;
  width: 18.75rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button--lg, .c-button--lg-accent, .c-button--lg-border {
    padding: 2.5em 2em;
    min-width: 33.8125rem;
  }
}

.c-button--xl, .c-button--xl-accent, .c-button--xl-border {
  padding: 1.5em;
  width: 100%;
  max-width: 41.3125rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-button--xl, .c-button--xl-accent, .c-button--xl-border {
    padding: 1.75em 2em;
    font-size: 1.5rem;
  }
}

.c-button--sm-border,
.c-button--lg-border,
.c-button--xl-border {
  color: var(--primary-c);
  background-color: #fff;
}
.c-button--sm-border:hover, .c-button--sm-border:active,
.c-button--lg-border:hover,
.c-button--lg-border:active,
.c-button--xl-border:hover,
.c-button--xl-border:active {
  color: #fff;
  background-color: var(--primary-c);
}
.c-button--sm-border:hover:after, .c-button--sm-border:active:after,
.c-button--lg-border:hover:after,
.c-button--lg-border:active:after,
.c-button--xl-border:hover:after,
.c-button--xl-border:active:after {
  border-color: #fff;
}
.c-button--sm-border:after,
.c-button--lg-border:after,
.c-button--xl-border:after {
  border-color: var(--primary-c);
}

.c-button--sm-accent,
.c-button--lg-accent,
.c-button--xl-accent {
  font-weight: bold;
  background-color: var(--accent-c);
  border: 2px solid var(--accent-c);
}
.c-button--sm-accent:hover, .c-button--sm-accent:active,
.c-button--lg-accent:hover,
.c-button--lg-accent:active,
.c-button--xl-accent:hover,
.c-button--xl-accent:active {
  background-color: var(--white);
  color: var(--accent-c);
}

.c-button--sub {
  min-width: 8.875rem;
  padding: 0.75rem 2em;
}
.c-button--sub:hover, .c-button--sub:active {
  color: var(--white);
  background-color: var(--primary-c);
  opacity: 0.6;
}

.c-button__sub-text {
  margin-top: 0.3125rem;
  display: block;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-button__sub-text {
    font-size: 0.625rem;
  }
}

.c-button--animation {
  display: inline-block;
  position: relative;
  padding: 0.9375rem 1.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: transparent;
  font-size: 0.875rem;
  width: auto;
  transition: 1.2s;
  border-radius: calc(1em + 12.5px);
  overflow: hidden;
}
.c-button--animation:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(1em + 1.5625rem);
  height: calc(1em + 1.875rem);
  margin: auto;
  background-color: var(--black);
  border-radius: calc(1em + 0.9375rem);
  transition: 1s;
  z-index: -1;
}
.c-button--animation .bg1,
.c-button--animation .bg2 {
  content: "";
  position: absolute;
  width: 150%;
  height: 200%;
  transition: 0.8s;
  z-index: -1;
  transform: translate(0, 0) rotate(-10deg);
}
.c-button--animation .bg1 {
  top: -50%;
  left: -25%;
  background-color: var(--black);
  opacity: 0;
}
.c-button--animation .bg2 {
  top: 150%;
  left: -25%;
  background-color: var(--white);
}
.c-button--animation.-view {
  color: var(--white);
}
.c-button--animation.-view:before {
  width: 100%;
}
.c-button--animation.-view .bg1 {
  opacity: 1;
  transition-delay: 1s;
}
.c-button--animation:hover .bg1,
.c-button--animation:hover .bg2 {
  transform: translate(0, -100%) rotate(10deg);
}
.c-button--animation:hover .text {
  opacity: 0;
  transform: translate(0, -200%);
}
.c-button--animation:hover .btn-arrow {
  top: 50%;
  transition-delay: 0.3s;
  transform: translateY(-50%);
}
.c-button--animation .text {
  display: block;
  transition: 0.3s;
}
.c-button--animation .btn-arrow {
  content: "";
  display: block;
  height: 1em;
  background-image: url("../images/icons/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  z-index: 2;
}

.c-card {
  width: 100%;
  height: 100%;
  text-align: justify;
  background-color: var(--white);
  border-bottom-right-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}

.c-card__head {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  text-align: center;
  background-color: var(--base-c);
  display: table;
  border-top-right-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-card__head {
    padding: 0.625rem 1.25rem;
  }
}

.c-card__head__text {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-card__head__text {
    font-size: 1rem;
  }
}

.c-card__body {
  width: 100%;
  padding: 0.625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding: 0.625rem 1.25rem;
  }
}

.c-card__lead {
  font-weight: normal !important;
}

.c-card-img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  background-color: var(--white);
}
.c-card-img .c-card-img__body {
  padding: 1em;
}

.c-card-img__wrap {
  width: 100%;
  padding-top: 72%;
  position: relative;
}

.c-card-img__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.c-card-img__body {
  padding: 1em;
}

.c-card-img--icon .c-card-img__body {
  padding: 13vw 1em 1em;
}
@media screen and (min-width: 768px) {
  .c-card-img--icon .c-card-img__body {
    padding: 3.125rem 1em 1em;
  }
}

.c-card-img__point {
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
  color: var(--primary-c);
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (min-width: 768px) {
  .c-card-img__point {
    font-size: 1rem;
  }
}

.c-card-img__point__num {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .c-card-img__point__num {
    font-size: 2.625rem;
  }
}

.c-card-img__title + .c-card-img__lead {
  margin-top: 0.3125rem;
}
.c-card-img__title + .c-card-img__text {
  margin-top: 0.3125rem;
}
.c-card-img__title + .c-card-img__button {
  margin-top: 0.3125rem;
}

.c-card-img__lead + .c-card-img__text {
  margin-top: 0.3125rem;
}
.c-card-img__lead + .c-card-img__button {
  margin-top: 0.3125rem;
}

.c-card-img__text + .c-card-img__button {
  margin-top: 0.625rem;
}

.c-card-img--shadow {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
.c-card-img--shadow .c-card-img__body {
  padding: 1.2em 1.5em;
}

.c-card-img--icon {
  position: relative;
}
.c-card-img--icon .c-card-img__wrap {
  margin: 0 auto -17.5%;
  padding-top: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 19vw;
  height: 19vw;
  top: -8vw;
}
@media screen and (min-width: 768px) {
  .c-card-img--icon .c-card-img__wrap {
    width: 6.25rem;
    height: 6.25rem;
    top: -56px;
  }
}
.c-card-img--icon .c-card-img__image {
  border-radius: 50%;
}
.c-card-img--icon .c-card-img__body {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}

.c-chart__item {
  display: grid;
  grid-template-columns: 1.5625rem 1fr;
  grid-template-rows: auto auto;
}
.c-chart__item:last-of-type .c-chart__border {
  display: none;
}
.c-chart__item + .c-chart__item {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-chart__item {
    grid-template-columns: auto 1fr 70%;
    grid-template-rows: 1fr;
  }
}

.c-chart__deco {
  grid-row-start: 1;
  grid-row-end: 3;
  margin-right: 0.625rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-chart__deco {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.c-chart__point {
  width: 100%;
  height: 0.625rem;
  margin-top: 0.3125rem;
  display: block;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .c-chart__point {
    margin-top: 0.625rem;
  }
}

.c-chart__round {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--black);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.c-chart__dashed {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-chart__dashed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 0.0625rem;
  }
  .c-chart__dashed::before, .c-chart__dashed::after {
    content: "";
    display: inline-block;
    width: 45%;
    height: 100%;
    background-size: 0.4375rem 0.0625rem;
    background-image: linear-gradient(to right, #000, #000 0.1875rem, transparent 0.1875rem, transparent 0.4375rem);
    background-repeat: repeat-x;
    position: absolute;
  }
  .c-chart__dashed::before {
    left: -0.3125rem;
  }
  .c-chart__dashed::after {
    right: -0.3125rem;
  }
}

.c-chart__border {
  width: 0.0625rem;
  height: calc(100% - 0.9375rem);
  background-color: var(--black);
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-chart__border {
    top: 1.5625rem;
  }
}

.c-chart__year {
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-chart__year {
    grid-column-start: 1;
    grid-column-end: 2;
    flex-direction: column;
  }
}

.c-chart__year-title {
  margin-right: 0.3125rem;
  font-size: 4.8vw;
  font-family: "ヒラギノ明朝 ProN W4", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-chart__year-title {
    font-size: 2.875rem;
    line-height: 1;
  }
}

.c-chart__year-sub-title {
  font-size: 4.8vw;
  color: var(--primary-c);
}
@media screen and (min-width: 768px) {
  .c-chart__year-sub-title {
    font-size: 1rem;
    align-self: flex-end;
  }
}

.c-chart__cont {
  grid-row-start: 2;
  grid-row-end: 3;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-chart__cont {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.c-chart__title {
  line-height: 1.5;
}

.c-chart__image-list {
  margin-top: 0.625rem;
  gap: 0.625rem;
}

.c-conversion {
  background-color: var(--bg-c);
}

.c-conversion--image {
  background-color: transparent;
  background-position: center;
  background-size: cover;
  position: relative;
}
.c-conversion--image::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.c-conversion--image .c-conversion__title,
.c-conversion--image .c-conversion__text {
  color: var(--white);
}

.c-conversion__inner {
  width: 95%;
  max-width: 75rem;
  min-height: 21.875rem;
  margin: 0 auto;
  padding: 3.125rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-conversion__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.c-conversion__title {
  text-align: center;
  color: var(--primary-c);
}

.c-conversion__text {
  margin-top: 0.3125rem;
}

.c-conversion__btn-area {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-conversion__btn-area {
    flex-wrap: nowrap;
  }
}

.c-conversion__button {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-conversion__button {
    width: 100%;
    max-width: 18.75rem;
  }
}

.c-flex {
  display: flex;
}

.c-flex--jcenter {
  justify-content: center;
}

.c-flex--reverse {
  justify-content: reverse;
}

.c-flex--wrap {
  flex-wrap: wrap;
}

.c-flex--gap-sm {
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-flex--gap-sm {
    gap: 1.25rem;
  }
}

.c-flex__col1 {
  width: calc(8.3333333333% * 1);
}

[class*=gap] .c-flex__col1 {
  width: calc(8.3333333333% * 1 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col1 {
    width: calc(8.3333333333% * 1 - 1.25rem);
  }
}

.c-flex__col2 {
  width: calc(8.3333333333% * 2);
}

[class*=gap] .c-flex__col2 {
  width: calc(8.3333333333% * 2 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col2 {
    width: calc(8.3333333333% * 2 - 1.25rem);
  }
}

.c-flex__col3 {
  width: calc(8.3333333333% * 3);
}

[class*=gap] .c-flex__col3 {
  width: calc(8.3333333333% * 3 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col3 {
    width: calc(8.3333333333% * 3 - 1.25rem);
  }
}

.c-flex__col4 {
  width: calc(8.3333333333% * 4);
}

[class*=gap] .c-flex__col4 {
  width: calc(8.3333333333% * 4 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col4 {
    width: calc(8.3333333333% * 4 - 1.25rem);
  }
}

.c-flex__col5 {
  width: calc(8.3333333333% * 5);
}

[class*=gap] .c-flex__col5 {
  width: calc(8.3333333333% * 5 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col5 {
    width: calc(8.3333333333% * 5 - 1.25rem);
  }
}

.c-flex__col6 {
  width: calc(8.3333333333% * 6);
}

[class*=gap] .c-flex__col6 {
  width: calc(8.3333333333% * 6 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col6 {
    width: calc(8.3333333333% * 6 - 1.25rem);
  }
}

.c-flex__col7 {
  width: calc(8.3333333333% * 7);
}

[class*=gap] .c-flex__col7 {
  width: calc(8.3333333333% * 7 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col7 {
    width: calc(8.3333333333% * 7 - 1.25rem);
  }
}

.c-flex__col8 {
  width: calc(8.3333333333% * 8);
}

[class*=gap] .c-flex__col8 {
  width: calc(8.3333333333% * 8 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col8 {
    width: calc(8.3333333333% * 8 - 1.25rem);
  }
}

.c-flex__col9 {
  width: calc(8.3333333333% * 9);
}

[class*=gap] .c-flex__col9 {
  width: calc(8.3333333333% * 9 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col9 {
    width: calc(8.3333333333% * 9 - 1.25rem);
  }
}

.c-flex__col10 {
  width: calc(8.3333333333% * 10);
}

[class*=gap] .c-flex__col10 {
  width: calc(8.3333333333% * 10 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col10 {
    width: calc(8.3333333333% * 10 - 1.25rem);
  }
}

.c-flex__col11 {
  width: calc(8.3333333333% * 11);
}

[class*=gap] .c-flex__col11 {
  width: calc(8.3333333333% * 11 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col11 {
    width: calc(8.3333333333% * 11 - 1.25rem);
  }
}

.c-flex__col12 {
  width: calc(8.3333333333% * 12);
}

[class*=gap] .c-flex__col12 {
  width: calc(8.3333333333% * 12 - 0.625rem);
}
@media screen and (min-width: 768px) {
  [class*=gap] .c-flex__col12 {
    width: calc(8.3333333333% * 12 - 1.25rem);
  }
}

@media screen and (min-width: 640px) {
  .c-flex__col-1_tab {
    width: calc(8.3333333333% * 1);
  }
  .c-flex__col-2_tab {
    width: calc(8.3333333333% * 2);
  }
  .c-flex__col-3_tab {
    width: calc(8.3333333333% * 3);
  }
  .c-flex__col-4_tab {
    width: calc(8.3333333333% * 4);
  }
  .c-flex__col-5_tab {
    width: calc(8.3333333333% * 5);
  }
  .c-flex__col-6_tab {
    width: calc(8.3333333333% * 6);
  }
  .c-flex__col-7_tab {
    width: calc(8.3333333333% * 7);
  }
  .c-flex__col-8_tab {
    width: calc(8.3333333333% * 8);
  }
  .c-flex__col-9_tab {
    width: calc(8.3333333333% * 9);
  }
  .c-flex__col-10_tab {
    width: calc(8.3333333333% * 10);
  }
  .c-flex__col-11_tab {
    width: calc(8.3333333333% * 11);
  }
  .c-flex__col-12_tab {
    width: calc(8.3333333333% * 12);
  }
}
@media screen and (min-width: 768px) {
  .c-flex__col-1_pc {
    width: calc(8.3333333333% * 1);
  }
  .c-flex__col-2_pc {
    width: calc(8.3333333333% * 2);
  }
  .c-flex__col-3_pc {
    width: calc(8.3333333333% * 3);
  }
  .c-flex__col-4_pc {
    width: calc(8.3333333333% * 4);
  }
  .c-flex__col-5_pc {
    width: calc(8.3333333333% * 5);
  }
  .c-flex__col-6_pc {
    width: calc(8.3333333333% * 6);
  }
  .c-flex__col-7_pc {
    width: calc(8.3333333333% * 7);
  }
  .c-flex__col-8_pc {
    width: calc(8.3333333333% * 8);
  }
  .c-flex__col-9_pc {
    width: calc(8.3333333333% * 9);
  }
  .c-flex__col-10_pc {
    width: calc(8.3333333333% * 10);
  }
  .c-flex__col-11_pc {
    width: calc(8.3333333333% * 11);
  }
  .c-flex__col-12_pc {
    width: calc(8.3333333333% * 12);
  }
}
.c-grid {
  display: grid;
}

.c-grid__child {
  width: 100%;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  .c-grid__child {
    margin-top: 3.75rem;
  }
}

.c-grid--col1-1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col1-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid--col1-2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-grid--col1-3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col1-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-grid--col1-4 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col1-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-grid--col1-5 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col1-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-grid--col2-1 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col2-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid--col2-2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col2-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-grid--col2-3 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-grid--col2-4 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-grid--col2-5 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col2-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-grid--col3-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-grid--col3-2 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-grid--col3-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-grid--col3-4 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-grid--col3-5 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.c-grid--col3-6 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .c-grid--col3-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.c-grid--gap-sm {
  grid-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-grid--gap-sm {
    grid-gap: 1.25rem;
  }
}

.c-grid--gap-lg {
  grid-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-grid--gap-lg {
    grid-gap: 1.875rem;
  }
}

.c-header {
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .c-header.-scrolled .c-header__nav {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.c-header__logo {
  margin: 1rem 0 0 2rem;
  width: 8.8125rem;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 13.1875rem;
  }
}
.c-header__logo img {
  width: 100%;
}

.c-header__nav {
  overflow-y: auto;
  position: absolute;
  top: 0%;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  background-color: var(--accent-c);
  width: 100%;
  transition: 0.3s;
  padding: 3.44rem 5% 0;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    margin-top: 2rem;
    padding: 7rem 0 2.5rem 1.5625rem;
    background-color: transparent;
    width: 9.1875rem;
    height: auto;
    border-radius: 0 0 0 3.75rem;
  }
}
.c-header__nav::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__nav::-webkit-scrollbar-track {
  background-color: transparent;
}
.c-header__nav::-webkit-scrollbar-thumb {
  background-color: var(--accent-c);
  border-radius: 0.25rem;
}
.c-header__nav.is-open {
  transform: translateX(0%);
  opacity: 1;
}

.c-header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-header__nav-list {
    gap: 1.2rem;
    width: fit-content;
    align-items: start;
  }
}

.c-header__nav-item {
  position: relative;
}
.c-header__nav-item.-icon {
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-header__nav-item.-icon {
    margin-top: 1rem;
  }
}
.c-header__nav-item:not(.-icon) {
  padding-left: 0.625rem;
}

.c-header__nav-ttl {
  position: relative;
  text-align: center;
  width: fit-content;
  font-size: 1.25rem;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-header__nav-ttl {
    text-align: left;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav-ttl:hover .main {
    background-position: -150% 50%;
    transition: 0.5s linear;
  }
  .c-header__nav-ttl:hover .sub {
    opacity: 1;
  }
}
.c-header__nav-ttl .main {
  display: inline-block;
  background: url("../images/common/text-anime-gradation.svg") no-repeat;
  background-clip: text;
  background-color: var(--black);
  color: transparent;
  background-position: 250% 50%;
  transition: 0s;
}
.c-header__nav-ttl .sub {
  font-family: "Zen Kaku Gothic New", "Lato", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  color: var(--black);
  font-weight: 500;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-header__nav-ttl .sub {
    transition: 0.3s;
    opacity: 0;
  }
}
.c-header__nav-ttl.-icon {
  display: grid;
  place-content: center;
  background-color: var(--black);
  border-radius: 100%;
  padding: 0.5625rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header__nav-ttl.-icon {
    width: 2.5rem;
  }
}
.c-header__nav-ttl.-icon:hover {
  background-color: var(--accent-c);
}

.c-header__hamburger {
  display: grid;
  place-content: center;
  width: 4.5rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 1;
  background-color: var(--accent-c);
}
@media screen and (min-width: 768px) {
  .c-header__hamburger {
    width: 9.1875rem;
  }
}
.c-header__hamburger .bar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  justify-content: center;
  width: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-header__hamburger .bar-wrapper {
    gap: 0.75rem;
    width: 2.75rem;
  }
}
.c-header__hamburger .bar {
  display: block;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background: var(--white);
  transition: 0.3s;
  z-index: 1;
}
.c-header__hamburger .bar:not(:nth-child(2)) {
  width: 80%;
}
.c-header__hamburger.is-active .bar:first-child {
  transform: rotate(45deg) translate3D(0.25rem, 0.25rem, 0);
}
@media screen and (min-width: 768px) {
  .c-header__hamburger.is-active .bar:first-child {
    transform: rotate(45deg) translate3D(0.875rem, 0.3125rem, 0);
  }
}
.c-header__hamburger.is-active .bar:last-child {
  transform: rotate(-45deg) translate3D(0.5rem, -0.5rem, 0);
}
@media screen and (min-width: 768px) {
  .c-header__hamburger.is-active .bar:last-child {
    transform: rotate(-45deg) translate3D(1rem, -0.5rem, 0);
  }
}
.c-header__hamburger.is-active .bar:nth-child(2) {
  opacity: 0;
}

.c-image {
  margin: 0 auto;
  display: block;
}

.c-image--full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-image--text {
  display: inline-block;
}

.c-image-col {
  display: flex;
  flex-wrap: wrap;
}

.c-image-col__2-2 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-image-col__2-2 {
    width: calc(100% / 2);
  }
}

.c-image-col__2-3 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-image-col__2-3 {
    width: calc(100% / 3);
  }
}

.c-image-col__2-4 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-image-col__2-4 {
    width: calc(100% / 4);
  }
}

.c-image-col__2-5 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-image-col__2-5 {
    width: calc(100% / 5);
  }
}

.c-interview {
  display: flex;
  align-items: center;
}
.c-interview + .c-interview {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-interview + .c-interview {
    margin-top: 2rem;
  }
}
.c-interview .c-interview__text {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-interview .c-interview__text {
    font-size: 0.9375rem;
  }
}

.c-interview__avatar {
  width: 14%;
}

.c-interview__img {
  border-radius: 50%;
}

.c-interview__balloon {
  width: 86%;
  position: relative;
  background: #fff;
  padding: 1rem;
  margin: 0 0 0 1.25rem;
  text-align: justify;
  border: 1px solid var(--primary-c);
  color: #000;
  border-radius: 0.625rem;
}

.c-interview__balloon:after,
.c-interview__balloon:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
}

.c-interview__balloon:after {
  border-color: transparent #fff transparent transparent;
  border-top-width: 0.375rem;
  border-bottom-width: 0.375rem;
  border-left-width: 0.6875rem;
  border-right-width: 0.6875rem;
  margin-top: -0.375rem;
}

.c-interview__balloon:before {
  border-color: transparent var(--primary-c) transparent transparent;
  border-top-width: 0.4375rem;
  border-bottom-width: 0.4375rem;
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
  margin: -0.4375rem 0.0625rem 0 0;
}

.c-interview--reverse {
  flex-direction: row-reverse;
}
.c-interview--reverse .c-interview__balloon {
  margin: 0 1.25rem 0 0;
}
.c-interview--reverse .c-interview__balloon:after,
.c-interview--reverse .c-interview__balloon:before {
  left: 100%;
}
.c-interview--reverse .c-interview__balloon:after {
  border-color: transparent transparent transparent #ffffff;
}
.c-interview--reverse .c-interview__balloon:before {
  border-color: transparent transparent transparent var(--primary-c);
  border-top-width: 0.4375rem;
  border-bottom-width: 0.4375rem;
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
  margin: -0.4375rem 0 0 0.0625rem;
}

.c-interview-visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-interview-visual {
    margin-top: 5rem;
  }
}

.c-interview-visual__inner {
  width: 95%;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__inner {
    display: grid;
    grid-template-columns: 45% 55%;
  }
}

@media screen and (min-width: 768px) {
  .c-interview-visual__title-wrap {
    width: 110%;
    align-self: flex-end;
  }
}

.c-interview-visual__sub-title {
  font-size: 4.2666666667vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: inline-block;
}
.c-interview-visual__sub-title::after {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.0625rem;
  background-color: var(--black);
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 100%;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__sub-title {
    font-size: 2.25rem;
  }
  .c-interview-visual__sub-title::after {
    width: 5.3125rem;
    left: calc(100% + 1.25rem);
  }
}

.c-interview-visual__title {
  margin-top: 0.625rem;
  font-size: 6.4vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__title {
    font-size: 2.625rem;
  }
}

.c-interview-visual__image-wrap {
  display: block;
  margin: 0.625rem -2.5% 0 0;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__image-wrap {
    margin: 0;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

.c-interview-visual__image {
  width: 100%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .c-interview-visual__image {
    margin-top: -5rem;
    margin-bottom: 5rem;
  }
}

.c-interview-visual__cont {
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__cont {
    width: 110%;
    padding: 0;
  }
}

.c-interview-visual__catch {
  font-size: 4.8vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__catch {
    font-size: 1.5rem;
  }
}

.c-interview-visual__text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__text {
    font-size: 1rem;
  }
}

.c-interview-visual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.c-interview-visual__bg__image-wrap {
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-interview-visual__bg__image-wrap {
    height: 100%;
  }
}

.c-interview-visual__bg__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.2;
}

.c-link {
  padding-right: 5rem;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 0.0625rem;
  background-color: var(--black);
  position: absolute;
  top: calc(3.7333333333vw / 1.75 / 2 + 1px);
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-link {
    font-size: 0.875rem;
  }
  .c-link::after {
    top: calc(0.875rem / 1.75 / 2 + 1px);
  }
}

.c-list-box__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-list-box__list {
    row-gap: 2rem;
  }
}

.c-list-box__item {
  position: relative;
  width: 36.8125rem;
  background: #feffe0;
  background: linear-gradient(135deg, transparent 35px, #feffe0 0) top left, linear-gradient(0deg, #feffe0 50%, transparent 50%) top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-list-box__item {
    width: 49%;
    grid-template-columns: 7.125rem minmax(0, 1fr);
    gap: 2rem;
    padding: 2rem;
  }
}

.c-list-box__icon {
  display: grid;
  place-content: center;
  background-color: var(--white);
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 5.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-list-box__icon {
    width: 100%;
  }
}
.c-list-box__icon .image {
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-list-box__icon .image {
    width: 95%;
  }
}

.c-list-box__title {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-list-box__title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.c-list-box__text {
  line-height: 2;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px) {
  .c-list-box__text {
    margin-top: 1em;
  }
}

.c-list-define {
  max-width: 55.8125rem;
  margin-inline: auto;
}

.c-list-define__item {
  background-color: var(--base-c);
  border-radius: 0.625rem;
  padding: 1em 1.4em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-list-define__item + .c-list-define__item {
  margin-top: 1rem;
}
.c-list-define__item:before {
  content: "";
  aspect-ratio: 1/1;
  width: 1.375rem;
  background-image: url("../images/icons/icon-check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-list-define__item:before {
    width: 1.9375rem;
  }
}

.c-list-define__cont {
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-list-define__cont {
    font-size: 1.5rem;
  }
}

.c-list-image {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-list-image {
    flex-direction: row;
    gap: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .c-list-image__img-wrap {
    width: 25%;
  }
}

.c-list-image__img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-list-image__body {
    width: calc(75% + 0.9375rem);
  }
}

.c-list-image__button {
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .c-list-image--reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .c-list-image--col2 .c-list-image__img-wrap {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .c-list-image--col2 .c-list-image__body {
    width: 65%;
  }
}

.c-main-visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-main-visual {
    min-height: 50vw;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem;
  }
}

.c-main-visual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--bg-c);
}

.c-main-visual__bg__img-wrap {
  display: block;
  padding-top: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-main-visual__bg__img-wrap {
    padding-top: 0;
    height: 50%;
  }
}

.c-main-visual__bg__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.2;
}

.c-main-visual__img {
  width: 95%;
  position: absolute;
  top: 12%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-main-visual__img {
    width: 90%;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-main-visual__sub-title {
  font-size: 2.6666666667vw;
  font-weight: bold;
  text-align: center;
  margin-top: 2.5%;
}
@media screen and (min-width: 768px) {
  .c-main-visual__sub-title {
    width: 100%;
    font-size: 0.8125rem;
  }
}

.c-main-visual__cont {
  width: 100%;
  padding: 1.875rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-main-visual__cont {
    padding: 0;
  }
}

.c-main-visual__title-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-main-visual__title-wrap {
    width: auto;
    margin: 10% 0 0 10%;
  }
}

.c-main-visual__title {
  padding: 0 0.625rem;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .c-main-visual__title {
    padding: 0;
  }
}

.c-main-visual__title__text {
  padding: 0.3125rem;
  font-size: 6.9333333333vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: var(--white);
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .c-main-visual__title__text {
    font-size: 3.125rem;
  }
}

.c-main-visual__catch-wrap {
  width: 95%;
  margin: 1.875rem 0 0 auto;
  padding: 1.875rem;
  background-color: var(--white);
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .c-main-visual__catch-wrap {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 60%;
    padding: 3.125rem;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-main-visual__catch-inner {
    max-width: 37.5rem;
  }
}

.c-main-visual__lead {
  font-size: 4.8vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-main-visual__lead {
    font-size: 1.75rem;
  }
}

.c-media {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-media {
    flex-direction: row;
    gap: 1.875rem;
  }
}

.c-media--reverse .c-media__wrap--bg::before {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-media--reverse {
    flex-direction: row-reverse;
  }
  .c-media--reverse .c-media__wrap--bg::before {
    left: 15vw;
    right: auto;
  }
  .c-media--reverse .c-media__cont--float {
    margin: -1.875rem 0 0;
  }
}

.c-media__wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-media__wrap {
    width: 50%;
  }
}

.c-media__video-wrap {
  padding-top: 56.25%;
  position: relative;
}

.c-media--bg .c-media__cont {
  padding: 3.125rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-media--bg .c-media__cont {
    padding: 4.375rem 0;
  }
}

.c-media__wrap--slide .c-image--full {
  height: 72vw;
}
@media screen and (min-width: 768px) {
  .c-media__wrap--slide .c-image--full {
    height: 25.75rem;
  }
}

.c-media__wrap--bg {
  position: relative;
  padding: 0;
}
.c-media__wrap--bg::before {
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  background-color: var(--bg-c);
  top: 0;
  left: 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .c-media__wrap--bg::before {
    left: auto;
    right: 15vw;
    width: 35vw;
  }
}

.c-media__inner {
  position: relative;
  z-index: 3;
  max-width: 100%;
  padding: 3.125rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .c-media__inner {
    padding: 4.375rem 0;
  }
}

.c-media__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.c-media__cont {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-media__cont {
    width: 50%;
  }
}

.c-media__cont--float {
  width: 95%;
  margin: -1.875rem auto 0;
  padding: 1.25rem 0.9375rem;
  background-color: var(--white);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .c-media__cont--float {
    width: calc(50% + 1.875rem);
    margin: 1.875rem 0 -3.75rem;
    padding: 1.875rem;
  }
}

.c-media__sub-title {
  color: var(--primary-c);
}

.c-media__list-title {
  padding-left: 1.5em;
  font-size: 3.7333333333vw;
  font-weight: 600;
  position: relative;
}
.c-media__list-title::before {
  content: "✓";
  width: 1.2em;
  height: 1.2em;
  display: block;
  line-height: 1.2em;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--primary-c);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-media__list-title {
    font-size: 1rem;
  }
}

.c-media__list-text {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-media__list-text {
    font-size: 1rem;
  }
}

.c-media__button-area {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-media__button-area {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .c-media__title {
    font-size: 1.8rem;
  }
}
.c-media__title + .c-media__sub-title {
  margin-top: 0.3125rem;
}
.c-media__title + .c-media__text {
  margin-top: 0.3125rem;
}
.c-media__title + .c-media__list {
  margin-top: 0.3125rem;
}
.c-media__title + .c-media__button-area {
  margin-top: 0.3125rem;
}
.c-media__sub-title + .c-media__text {
  margin-top: 0.625rem;
}
.c-media__sub-title + .c-media__list {
  margin-top: 0.625rem;
}
.c-media__sub-title + .c-media__button-area {
  margin-top: 0.625rem;
}
.c-media__text + .c-media__list {
  margin-top: 0.625rem;
}
.c-media__text + .c-media__button-area {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-media__text + .c-media__list {
    margin-top: 1.25rem;
  }
  .c-media__text + .c-media__button-area {
    margin-top: 1.25rem;
  }
}

.c-media__list + .c-media__list {
  margin-top: 0.625rem;
}
.c-media__list + .c-media__button-area {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-media__list + .c-media__button-area {
    margin-top: 1.25rem;
  }
}

.c-media__button + .c-media__button {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-media__button + .c-media__button {
    margin-left: 0.625rem;
  }
}

.c-media-full {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-media-full {
    min-height: 25vw;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
  }
}

.c-media-full__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-media-full__image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .c-media-full__cover {
    width: 50%;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
  }
  .c-media-full__cover.-left {
    left: 0;
  }
  .c-media-full__cover.-right {
    right: 0;
  }
}

.c-media-full__wrap {
  width: 95%;
  margin: 0 auto;
  padding: 1.875rem 0.625rem;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-media-full__wrap {
    width: 50%;
    height: 100%;
    padding: 1.875rem 0.9375rem;
    margin: 0 auto 0 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .c-media-full__wrap.-left {
    margin: 0 auto 0 0;
  }
  .c-media-full__wrap.-right {
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .c-media-full__inner {
    max-width: calc(75rem / 2);
    width: 95%;
    margin-left: auto;
  }
}

.c-media-full__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-media-full__title {
    font-size: 2.2rem;
  }
}

.c-media-full__text {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-media-full__text {
    font-size: 1rem;
  }
}

.c-media-full__button {
  margin-top: 0.9375rem;
}

.c-media-full__title + .c-media-full__text {
  margin-top: 0.625rem;
}

.c-media-full.-alfa {
  margin-bottom: 3%;
  position: relative;
  min-height: 30vw;
  text-align: left;
  overflow: unset;
}
@media screen and (min-width: 768px) {
  .c-media-full.-alfa {
    min-height: 25vw;
  }
}
.c-media-full.-alfa .c-media-full__cover {
  content: "";
  display: block;
  background-color: var(--primary-c);
  width: 75%;
  height: 40vw;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-media-full.-alfa .c-media-full__cover {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.c-media-full.-alfa .c-media-full__image {
  width: 75%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(5%, 10%);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 768px) {
  .c-media-full.-alfa .c-media-full__image {
    width: 50%;
  }
}
.c-media-full.-alfa .c-media-full__wrap {
  margin: 0 0 0 auto;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.c-media-full.-alfa .c-media-full__inner {
  margin: 0 auto 0 15%;
}

.c-point {
  background-color: var(--primary-c);
  border-radius: 3.125rem;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .c-point {
    border-radius: 6.25rem;
    padding: 6rem 0 8rem;
  }
}
.c-point .l-inner {
  max-width: 100.75rem;
}

.c-point__title {
  font-family: "chillax", sans-serif;
  font-weight: 300;
  color: var(--white);
  text-align: center;
  font-size: clamp(3.75rem, 2.0813rem + 7.1197vw, 10.625rem);
  line-height: 1;
}

.c-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-point__list {
    gap: 3rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-point__list.-col2 .c-point__item {
    width: calc(50% - 3rem);
  }
}
@media screen and (min-width: 768px) {
  .c-point__list.-col3 .c-point__item {
    width: calc(33.3333333333% - 3rem);
  }
}
@media screen and (min-width: 768px) {
  .c-point__list.-col4 .c-point__item {
    width: calc(50% - 3rem);
  }
}

.c-point__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-point__item {
    display: grid;
    grid-template-rows: 1fr 1fr auto;
  }
}

.c-point__lead {
  position: relative;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .c-point__lead {
    padding: 4rem 0 2em;
  }
}
.c-point__lead .number {
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  font-family: "chillax", sans-serif;
  font-size: clamp(11.25rem, 10.4915rem + 3.2362vw, 14.375rem);
  line-height: 1;
  transform: translateY(-18%);
}
@media screen and (min-width: 768px) {
  .c-point__lead .number {
    transform: translateY(-1%);
  }
}
.c-point__lead .text {
  position: relative;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  line-height: 1.5;
}

.c-point__text {
  position: relative;
  line-height: 2;
}

.c-point__image {
  margin-top: 1rem;
  margin-inline: auto;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 166/115;
  width: 100%;
  max-width: 31.125rem;
}
@media screen and (min-width: 768px) {
  .c-point__image {
    margin-top: 2rem;
  }
}
.c-point__image .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-post-content {
  text-decoration: none;
  box-shadow: 0 0 10px #ccc;
  border-radius: 0.3125rem;
  overflow: hidden;
  transition: 0.3s;
  background-color: var(--white);
  display: block;
}
.c-post-content:hover .head {
  transform: scale(0.95);
}
.c-post-content:hover .head img {
  transform: scale(1.2);
}
.c-post-content .head {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.c-post-content .head::before {
  content: "";
  float: left;
  padding-top: 65%;
}
.c-post-content .head::after {
  content: "";
  display: block;
  clear: both;
}
.c-post-content .head > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.c-post-content .head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.c-post-content .body {
  padding: 5%;
}
.c-post-content .body .title {
  font-size: clamp(1rem, 0.7949rem + 1.0256vw, 1.5rem);
}
.c-post-content .body .c-badge:not(:first-child) {
  margin-left: 0.5rem;
}

.c-profile__tab-group {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-profile__tab-group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.625rem;
  }
}

.c-profile__tab {
  width: 100%;
  padding: 0 0.3125rem 1.25rem;
  text-align: center;
  position: relative;
}
.c-profile__tab::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1875rem;
  background-color: var(--primary-c);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-profile__tab::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.1875rem solid var(--primary-c);
  border-right: 0.1875rem solid var(--primary-c);
  background-color: var(--white);
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.c-profile__tab::after, .c-profile__tab::before {
  opacity: 0;
}
.c-profile__tab.is-active::after, .c-profile__tab.is-active::before {
  opacity: 1;
}

.c-profile__icon-wrap {
  margin-bottom: 0.625rem;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.c-profile__icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.c-profile__name {
  font-size: 0.625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-profile__name {
    font-size: 0.75rem;
  }
}

.c-profile__job {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-profile__job {
    font-size: 0.875rem;
  }
}

.c-profile__panel-group {
  width: 100%;
  margin: 0.9375rem 0;
}

.c-profile__panel {
  display: none;
  width: 100%;
  font-size: 0.875rem;
  opacity: 0;
}
.c-profile__panel.is-show {
  display: block;
  animation: fadein 0.3s forwards;
}
@media screen and (min-width: 768px) {
  .c-profile__panel {
    font-size: 1rem;
    text-align: center;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-qa {
  padding: 1em 0.5em;
  border-top: 1px solid var(--border-c);
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-qa {
    padding: 1.25rem;
  }
}

.c-qa a {
  color: #008fe3;
}

.l-inner .c-qa:last-of-type {
  border-bottom: 1px solid var(--border-c);
}

.c-qa__title {
  width: 100%;
  padding: 0 calc(1.5em + 0.3125rem) 0 calc(1.5em + 0.625rem);
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-qa__title {
    padding: 0 calc(1.5em + 0.625rem) 0 calc(1.5em + 0.625rem);
  }
}

.c-qa__cont {
  position: relative;
}

.c-qa__cont p {
  margin-top: 0.625rem;
  padding: 0 calc(1.5em + 0.3125rem) 0 calc(1.5em + 0.625rem);
}
@media screen and (min-width: 768px) {
  .c-qa__cont p {
    padding: 0 0 0 calc((1.5em + 0.625rem) * 2);
  }
}

.c-qa__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3125rem;
  display: inline-block;
  border: 0.125rem solid;
  border-radius: 50%;
  background-color: var(--white);
  box-sizing: content-box;
  position: absolute;
  top: 0;
  left: 0;
}
.c-qa__icon::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-qa__icon--q {
  color: var(--primary-c);
  border-color: var(--primary-c);
}
.c-qa__icon--q::before {
  content: "Ｑ";
}

.c-qa__icon--a {
  color: var(--blue);
  border-color: var(--blue);
}
.c-qa__icon--a::before {
  content: "Ａ";
}
@media screen and (min-width: 768px) {
  .c-qa__icon--a {
    left: calc(1.5em + 0.625rem);
  }
}

.c-qa__tgl {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.c-qa__tgl::before, .c-qa__tgl::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.125rem;
  background-color: var(--primary-c);
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-qa__tgl::before {
  transform: translate(-50%, -50%);
}
.c-qa__tgl::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* オープン時にアニメーションを設定 */
.c-qa[open] .c-qa__tgl {
  transform: rotate(45deg);
}
.c-qa[open] .c-qa__cont {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-5px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*スクロールダウン全体の場所*/
.c-scrolldown {
  position: absolute;
  right: 10%;
  bottom: 5%;
  height: 3.125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-scrolldown {
    right: 5%;
    bottom: 10%;
  }
}

/*Scrollテキストの描写*/
.c-scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -0.9375rem;
  top: 0;
  /*テキストの形状*/
  color: #eee;
  font-size: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: rotate(90deg);
}

/* 線の描写 */
.c-scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -1.875rem;
  /*線の形状*/
  width: 1px;
  height: 3.125rem;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: -1.875rem;
    opacity: 0;
  }
  30% {
    height: 3.125rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 1.875rem;
    opacity: 0;
  }
}
.c-slider {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-slider {
    max-width: 80%;
  }
}

.c-slider__container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-slider__container {
    overflow: visible;
  }
}

.c-slider__slide {
  width: 90%;
  margin: 0 auto;
  transition: transform 0.6s;
}
@media screen and (min-width: 768px) {
  .c-slider__slide {
    transform: scale(0.7);
  }
}

.c-slider__caption {
  padding: 0.625rem 0.9375rem;
}

.swiper-slide-active .c-slider__slide {
  transform: scale(1);
}

.swiper-slide-prev .c-slider__slide,
.swiper-slide-next .c-slider__slide {
  opacity: 0.5;
}
.swiper-slide-prev .c-slider__caption,
.swiper-slide-next .c-slider__caption {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .swiper-slide-prev .c-slider__slide {
    transform: scale(0.7) translateX(25%);
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide-next .c-slider__slide {
    transform: scale(0.7) translateX(-25%);
  }
}

.c-slider__title + .c-slider__text {
  margin-top: 0.3125rem;
}

.c-slider-col {
  width: 100%;
}

.c-slider-col__container {
  position: relative;
}

.c-slider-col__slide {
  width: 95%;
  margin: 0 auto;
}

.c-slider-col__caption {
  padding: 0.625rem 0.9375rem;
}

.c-slider-col__img {
  height: 52vw;
}
@media screen and (min-width: 640px) {
  .c-slider-col__img {
    height: 12vw;
  }
}

.l-inner .c-slider-col__img {
  height: 42vw;
}
@media screen and (min-width: 640px) {
  .l-inner .c-slider-col__img {
    height: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .l-inner .c-slider-col__img {
    height: 8.5625rem;
  }
}

.c-slider-col__button {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 0.1875rem;
  background-color: var(--base-c);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

.c-slider-col__button__arrow {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-slider-col__button--prev {
  left: 0;
}
.c-slider-col__button--prev .c-slider-col__button__arrow {
  border-bottom: 1px solid var(--primary-c);
  border-left: 1px solid var(--primary-c);
  left: 50%;
}

.c-slider-col__button--next {
  right: 0;
}
.c-slider-col__button--next .c-slider-col__button__arrow {
  border-top: 1px solid var(--primary-c);
  border-right: 1px solid var(--primary-c);
  left: calc(50% - 0.375rem);
}

.c-slider-col__title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-slider-col__title {
    font-size: 1.2rem;
  }
}

.c-slider-col__title + .c-slider-col__text {
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}

.c-spacer1 {
  padding-top: 1vw;
}
@media screen and (min-width: 768px) {
  .c-spacer1 {
    padding-top: 1rem;
  }
}

.c-spacer2 {
  padding-top: 2vw;
}
@media screen and (min-width: 768px) {
  .c-spacer2 {
    padding-top: 2rem;
  }
}

.c-spacer3 {
  padding-top: 3vw;
}
@media screen and (min-width: 768px) {
  .c-spacer3 {
    padding-top: 3rem;
  }
}

.c-spacer4 {
  padding-top: 4vw;
}
@media screen and (min-width: 768px) {
  .c-spacer4 {
    padding-top: 4rem;
  }
}

.c-spacer5 {
  padding-top: 5vw;
}
@media screen and (min-width: 768px) {
  .c-spacer5 {
    padding-top: 5rem;
  }
}

.c-spacer6 {
  padding-top: 6vw;
}
@media screen and (min-width: 768px) {
  .c-spacer6 {
    padding-top: 6rem;
  }
}

.c-spacer7 {
  padding-top: 7vw;
}
@media screen and (min-width: 768px) {
  .c-spacer7 {
    padding-top: 7rem;
  }
}

.c-spacer8 {
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  .c-spacer8 {
    padding-top: 8rem;
  }
}

.c-spacer9 {
  padding-top: 9vw;
}
@media screen and (min-width: 768px) {
  .c-spacer9 {
    padding-top: 9rem;
  }
}

.c-spacer10 {
  padding-top: 10vw;
}
@media screen and (min-width: 768px) {
  .c-spacer10 {
    padding-top: 10rem;
  }
}

.c-step {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-step {
    justify-content: center;
    margin-top: -1.875rem;
  }
}

.c-step__item {
  width: 100%;
  margin: 1.5625rem 0 1.875rem;
  padding: 1.25rem 1.875rem;
  background-color: var(--white);
  position: relative;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}
.c-step__item:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  border-top: 0.125rem solid var(--primary-c);
  border-right: 0.125rem solid var(--primary-c);
  transform: rotate(135deg) translate(-50%, -50%);
  position: absolute;
  bottom: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  left: calc(50% - 1.5rem);
}
@media screen and (min-width: 768px) {
  .c-step__item:not(:last-of-type)::before {
    width: 0.9375rem;
    height: 0.9375rem;
    left: calc(50% - 1.1875rem);
  }
}
@media screen and (min-width: 768px) {
  .c-step__item {
    width: calc(20% - 1.875rem);
    margin: 4.6875rem 1.875rem 0 0;
    padding: 3.125rem 1.25rem 1.25rem;
  }
  .c-step__item:not(:last-of-type)::before {
    transform: rotate(45deg) translate(-50%, 0);
    bottom: calc(50% - 0.625rem);
    left: calc(100% + 0.46875rem);
  }
}

.c-step__step {
  margin-top: -2.8125rem;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
  color: var(--primary-c);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-step__step {
    margin-top: -5.3125rem;
    font-size: 1rem;
  }
}

.c-step__step__num {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .c-step__step__num {
    font-size: 2.625rem;
  }
}

.c-step__title {
  margin-top: 0.3125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-step__title {
    margin-top: 0.625rem;
  }
}

.c-step__text {
  text-align: justify;
}

.c-tab-area [data-tab-label] {
  display: inline-block;
  padding: 0.5rem 1.875rem;
}
.c-tab-area [data-tab-panel] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow: auto;
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1],
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2],
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] {
  height: 12em;
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link,
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link,
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link {
  animation: linkSlideIn 0.8s forwards;
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link:nth-child(0),
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link:nth-child(0),
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link:nth-child(0) {
  animation-delay: calc(0 * 0.15s);
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link:nth-child(1),
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link:nth-child(1),
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link:nth-child(1) {
  animation-delay: calc(1 * 0.15s);
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link:nth-child(2),
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link:nth-child(2),
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link:nth-child(2) {
  animation-delay: calc(2 * 0.15s);
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link:nth-child(3),
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link:nth-child(3),
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link:nth-child(3) {
  animation-delay: calc(3 * 0.15s);
}
.c-tab-area [data-tab=tab1]:checked ~ nav ~ [data-tab-panel=tab1] .link:nth-child(4),
.c-tab-area [data-tab=tab2]:checked ~ nav ~ [data-tab-panel=tab2] .link:nth-child(4),
.c-tab-area [data-tab=tab3]:checked ~ nav ~ [data-tab-panel=tab3] .link:nth-child(4) {
  animation-delay: calc(4 * 0.15s);
}
.c-tab-area .link {
  text-decoration: none;
  width: fit-content;
  transform: translateX(5rem);
  opacity: 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.c-tab-area .link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.c-tab-area .link:hover::after {
  transform: scale(1, 1);
}
.c-tab-area .link .time {
  color: var(--darkgrey);
  font-size: 0.875rem;
}
.c-tab-area .link .title {
  margin-top: 5px;
  font-size: clamp(1rem, 0.8974rem + 0.5128vw, 1.25rem);
}

@keyframes linkSlideIn {
  0% {
    transform: translateX(5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.c-table {
  overflow-x: auto;
}
.c-table.-scrollable:before, .c-table.-scrollable:after {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
  opacity: 1;
}
.c-table.-scrollable:before {
  content: "SWIPE";
  color: var(--white);
  line-height: 9rem;
  height: 6rem;
  width: 6rem;
  border-radius: 100%;
  background-color: var(--primary-c);
  filter: opacity(0.8);
}
.c-table.-scrollable:after {
  content: "";
  height: 3rem;
  width: 3rem;
  background-image: url("../images/icons/index-finger.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 2rem;
  animation: fingerSwipe 2s linear infinite;
}
@keyframes fingerSwipe {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0.9375rem);
  }
  80% {
    transform: translateX(-0.9375rem);
  }
  100% {
    transform: translateX(0);
  }
}
.c-table.-scrolled:before, .c-table.-scrolled:after {
  opacity: 0;
}

.c-table__container {
  border-collapse: collapse;
  width: 100%;
  min-width: 50rem;
  table-layout: fixed;
  background-color: var(--white);
}

.c-table__title-vl,
.c-table__title-hl,
.c-table__cont {
  padding: 0.5em 1em;
  border: 1px solid var(--border-c);
  vertical-align: middle;
}

.c-table__title-vl {
  background-color: var(--primary-c);
  color: white;
}

.c-table__cont {
  background-color: var(--color);
}
@media screen and (min-width: 768px) {
  .c-table__cont {
    min-width: 16em;
  }
}

.c-table-col2 {
  border-collapse: collapse;
  width: 90%;
  max-width: 60.625rem;
  margin-inline: auto;
}

.c-table-col2__row {
  display: flex;
  flex-direction: column;
}
.c-table-col2__row + .c-table-col2__row {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table-col2__row {
    display: inherit;
  }
  .c-table-col2__row + .c-table-col2__row {
    margin-top: 0;
  }
}
.c-table-col2__row:last-child .c-table-col2__title,
.c-table-col2__row:last-child .c-table-col2__cont {
  border-bottom: 1px solid var(--border-c);
}
@media screen and (max-width: 767px) {
  .c-table-col2__row:last-child .c-table-col2__title {
    border-bottom-color: transparent;
  }
}

.c-table-col2__title,
.c-table-col2__cont {
  width: 100%;
  border-top: 1px solid var(--border-c);
}

.c-table-col2__title {
  text-align: left;
  padding: 1em 1em 0;
}
@media screen and (min-width: 768px) {
  .c-table-col2__title {
    width: auto;
    white-space: nowrap;
    min-width: 11rem;
    padding: 2em;
  }
}

.c-table-col2__cont {
  border-top-color: transparent;
  padding: 0.5em 1em 1em;
}
@media screen and (min-width: 768px) {
  .c-table-col2__cont {
    border-top-color: var(--border-c);
    padding: 2em;
  }
}

.c-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}
.c-text.-sm {
  font-size: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .c-text.-sm {
    font-size: 0.625rem;
  }
}
.c-text.-md {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-text.-md {
    font-size: 1.125rem;
  }
}
.c-text.-lg {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-text.-lg {
    font-size: 1.5625rem;
  }
}
.c-text.-big {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .c-text.-big {
    font-size: 1.75rem;
  }
}

.c-text-box {
  padding: 0.9375rem 1.25rem;
  background-color: var(--white);
  border: 1px solid var(--border-c);
}
@media screen and (min-width: 768px) {
  .c-text-box {
    padding: 1.875rem;
  }
}

.c-text-box__title + .c-text-box__lead {
  margin-top: 0.625rem;
}
.c-text-box__title + .c-text-box__text {
  margin-top: 0.625rem;
}
.c-text-box__title + .c-text-box__button {
  margin-top: 0.9375rem;
}

.c-text-box__lead + .c-text-box__text {
  margin-top: 0.625rem;
}
.c-text-box__lead + .c-text-box__button {
  margin-top: 0.9375rem;
}

.c-text-box__text + .c-text-box__button {
  margin-top: 0.9375rem;
}

.c-more {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0603rem + 0.2759vw, 1.25rem);
}
.c-more .arrow {
  aspect-ratio: 1/1;
  width: 4.0625rem;
  background-color: var(--black);
  border-radius: 100%;
  display: grid;
  place-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-more .arrow {
    width: 5rem;
  }
}
.c-more .arrow:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  transform-origin: left;
}
.c-more:hover .arrow {
  background-color: var(--accent-c);
}
.c-more:hover .arrow:before {
  transform: scaleX(1.5);
}
.c-more .icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(200%, -100%);
}
.c-more.-reverse .arrow {
  transform: rotate(180deg);
}

.c-tag {
  display: grid;
  place-content: center;
  width: fit-content;
  height: fit-content;
  text-decoration: none;
  color: var(--black);
  background-color: var(--white);
  border-radius: 9999px;
  padding: 0 1em;
  transition: 0.3s;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-tag {
    font-size: 0.875rem;
  }
}
.c-tag.-grey {
  background-color: var(--border-c);
}
.c-tag.-primary {
  background-color: var(--primary-c);
}
.c-tag.-accent {
  background-color: var(--accent-c);
}
.c-tag.-lg {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-tag.-lg {
    font-size: 1.25rem;
  }
}

.c-service-link {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 6.25rem max-content;
  grid-template-areas: "image" "content";
  height: 100%;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  border-radius: 0.625rem;
  padding: 1rem 0.8rem 2rem;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-service-link {
    grid-template-columns: 27% minmax(0, 1fr);
    grid-template-rows: 1fr;
    grid-template-areas: "image content";
    gap: 1.5rem;
    padding: 3.5rem 2.5rem;
  }
}
.c-service-link:hover .image-wrapper,
.c-service-link:hover .content-wrapper {
  opacity: 0;
}
.c-service-link:hover .hover-image-wrapper {
  opacity: 1;
}
.c-service-link:hover .point {
  transform: scale(0);
}
.c-service-link:hover .hover-content {
  opacity: 1;
}
.c-service-link .image-wrapper {
  grid-area: image;
}
@media screen and (max-width: 767px) {
  .c-service-link .image-wrapper {
    width: 60%;
    margin-inline: auto;
  }
}
.c-service-link .image-wrapper .image {
  margin-inline: auto;
}
.c-service-link .content-wrapper {
  grid-area: content;
}
.c-service-link .image-wrapper,
.c-service-link .content-wrapper {
  transition: 0.3s;
}
.c-service-link .title {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  width: fit-content;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-service-link .title {
    margin-top: 0.5em;
    font-size: 1.25rem;
  }
}
.c-service-link .title span {
  position: relative;
  z-index: 1;
}
.c-service-link .title span:before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  bottom: 0.1875rem;
  background-color: var(--primary-c);
  z-index: -1;
}
.c-service-link .description {
  font-size: 0.75rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .c-service-link .description {
    font-size: 1rem;
  }
}
.c-service-link .tag-wrapper {
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.c-service-link .hover-image-wrapper {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.c-service-link .hover-image {
  filter: drop-shadow(2px 7px 4px rgba(0, 0, 0, 0.25));
}
.c-service-link .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}
.c-service-link .hover-content .example {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .c-service-link .hover-content .example {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-service-link .hover-content .button {
  position: relative;
  background-color: var(--white);
  border-radius: 9999px;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.5rem;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .c-service-link .hover-content .button {
    font-size: 0.875rem;
    width: auto;
    min-width: 11.125rem;
  }
}
.c-service-link .hover-content .button:before {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--black);
  border-radius: 100%;
}
.c-service-link .point {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  display: grid;
  place-content: center;
  width: 1rem;
  height: 1rem;
  transition: 0.5s;
  border-radius: 100%;
  border: 1px solid var(--black);
}
@media screen and (min-width: 768px) {
  .c-service-link .point {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
.c-service-link .point:before {
  content: "";
  width: 0.1875rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .c-service-link .point:before {
    width: 0.375rem;
  }
}

.c-service-link--row {
  grid-template-columns: 1fr;
  grid-template-rows: auto max-content;
  grid-template-areas: "image" "content";
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-service-link--row {
    grid-template-rows: 6.25rem max-content;
  }
}
.c-service-link--row .title {
  margin-inline: auto;
  font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
}
.c-service-link--row .description {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}
.c-service-link--row .hover-content .title {
  margin-top: 0;
}
.c-service-link--row .hover-content .description {
  font-weight: normal;
}
.c-service-link--row .hover-image-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
}
.c-service-link--row .hover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-service-link--row .point {
  z-index: 2;
}
.c-service-link--row:hover .point {
  transform: scale(1);
  border-color: var(--white);
}
.c-service-link--row:hover .point:before {
  background-color: var(--white);
}

.c-cursor {
  border-radius: 50%;
  position: fixed;
  top: -0.75rem;
  left: -0.75rem;
  transform: translate(0, 0);
  cursor: none;
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--accent-c);
  z-index: 1001;
  transition: 0.6s;
  display: grid;
  place-content: center;
}
.c-cursor.is-hidden {
  display: none;
}
.c-cursor:after, .c-cursor:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s;
}
.c-cursor:after {
  transform: translate(-50%, -50%);
}
.c-cursor:before {
  transform: translate(-57%, -40%);
  width: 9.375rem;
  height: 9.375rem;
}
.c-cursor.is-mission {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-mission:after {
  opacity: 1;
  background-image: url(../images/icons/icon-mission.svg);
}
.c-cursor.is-service {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-service:after {
  opacity: 1;
  background-image: url(../images/icons/icon-service.svg);
}
.c-cursor.is-work {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-work:after {
  opacity: 1;
  background-image: url(../images/icons/icon-work.svg);
}
.c-cursor.is-voice {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-voice:after {
  opacity: 1;
  background-image: url(../images/icons/icon-voice.svg);
}
.c-cursor.is-member {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-member:after {
  opacity: 1;
  background-image: url(../images/icons/icon-member.svg);
}
.c-cursor.is-faq {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-faq:after {
  opacity: 1;
  background-image: url(../images/icons/icon-faq.svg);
}
.c-cursor.is-about {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-about:after {
  opacity: 1;
  background-image: url(../images/icons/icon-about.svg);
}
.c-cursor.is-recruit {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-recruit:after {
  opacity: 1;
  background-image: url(../images/icons/icon-recruit.svg);
}
.c-cursor.is-news {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-news:after {
  opacity: 1;
  background-image: url(../images/icons/icon-news.svg);
}
.c-cursor.is-contact {
  width: 2.25rem;
  height: 2.25rem;
  background: transparent;
}
.c-cursor.is-contact:after {
  opacity: 1;
  background-image: url(../images/icons/icon-contact-accent.svg);
}

.c-bg-radius {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -3%);
  z-index: -1;
  width: 200vw;
  height: 200vw;
  transform-origin: center top;
  background-color: var(--base-c);
  border-radius: 100vw 100vw 0 0;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-bg-radius {
    top: 17%;
  }
}

.c-work-item {
  text-decoration: none;
}
.c-work-item .image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .c-work-item .image-wrapper {
    margin-top: 0.5rem;
  }
}
.c-work-item .image-wrapper:before, .c-work-item .image-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.c-work-item .image-wrapper:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.c-work-item .image-wrapper:after {
  width: 3rem;
  height: 4.0625rem;
  background-image: url("../images/icons/more-glass.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-work-item .image-wrapper:after {
    width: 4.25rem;
    height: 5.3125rem;
  }
}
.c-work-item .image-wrapper:hover:before, .c-work-item .image-wrapper:hover:after {
  opacity: 1;
}
.c-work-item .image-wrapper .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-work-item .content-wrapper {
  margin-top: 0.8rem;
}
.c-work-item .content-wrapper .title {
  font-weight: bold;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
}
.c-work-item .content-wrapper .client {
  font-size: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
}
.c-work-item .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.625rem;
  margin-top: 0.3125rem;
}
.c-work-item .tag-wrapper .tag {
  color: var(--accent-c);
  font-size: clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem);
}
.c-work-item .c-tag {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.c-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 8rem;
  }
}

.c-pagination__button {
  display: grid;
  place-content: center;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.8519rem + 1.165vw, 2.25rem);
}
.c-pagination__button.is-active {
  color: var(--white);
  background-color: var(--black);
  width: 5.0625rem;
  height: 5.0625rem;
  border-radius: 100%;
  margin: 0 1rem;
}
.c-pagination__button.-prev, .c-pagination__button.-next {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  margin-inline: 2rem;
}
.c-pagination__button.-prev:after, .c-pagination__button.-next:after {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 0.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon-arrow.svg");
}
.c-pagination__button.-prev:after {
  transform: rotate(180deg);
}

/*=============================
Contact us
=============================*/
.c-contact {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  border-radius: 0 7.14rem 0 0;
  padding: 5rem 0 1.5rem;
  min-height: 23.8125rem;
}
@media screen and (min-width: 768px) {
  .c-contact {
    border-radius: 0 9.4rem 0 0;
    padding: 11rem 0 5rem;
    min-height: 37rem;
  }
}
.c-contact .l-inner {
  max-width: 68.75rem;
}

.c-contact__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-contact__content {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.c-contact__bg {
  position: absolute;
  bottom: 0;
  left: 1rem;
  color: var(--white);
  opacity: 0.5;
  font-family: "chillax", sans-serif;
  font-weight: 300;
  font-size: clamp(4.6875rem, 1.5777rem + 13.2686vw, 17.5rem);
  line-height: 0.8;
  white-space: nowrap;
  transform: translateX(-10%);
}
@media screen and (min-width: 768px) {
  .c-contact__bg {
    transform: translateX(0);
  }
}

.c-contact__text {
  color: var(--white);
}

.c-contact__tel {
  text-decoration: none;
  color: var(--accent-c);
  font-weight: 300;
  font-size: clamp(2.375rem, 2.193rem + 0.7767vw, 3.125rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__tel {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.c-contact__tel small {
  font-size: 0.5em;
}

.c-contact__button {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 2;
  background-color: var(--white);
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 7rem;
  display: grid;
  place-content: center;
  text-decoration: none;
  font-size: clamp(1.125rem, 0.6635rem + 2.3077vw, 2.25rem);
  line-height: 1.2;
  transition: 0.3s;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-contact__button {
    right: 12%;
    bottom: 10%;
    margin-top: 6rem;
    width: 15.625rem;
  }
}
.c-contact__button:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 90%;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  animation: rotateCircle 15s infinite linear;
  background-image: repeating-conic-gradient(currentColor 0% 0.5%, transparent 0.5% 2%);
  mask-image: radial-gradient(transparent 68%, currentColor 68% 70%, transparent 70%);
}
.c-contact__button:hover {
  background-color: var(--accent-c);
}
@keyframes rotateCircle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/*=============================
Contact us（下層用）
=============================*/
.c-contact--ver2 {
  min-height: 23.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact--ver2 {
    min-height: 36.8125rem;
  }
}
.c-contact--ver2 .c-contact__content {
  align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-contact--ver2 .c-contact__content {
    display: grid;
    grid-template-columns: auto 1px 52%;
    gap: 4%;
  }
}
.c-contact--ver2 .c-contact__divider {
  height: 1px;
  width: 70%;
  background-image: linear-gradient(to right, var(--white) 0.0625rem, transparent 0.125rem);
  background-size: 0.4375rem 0.125rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 768px) {
  .c-contact--ver2 .c-contact__divider {
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to bottom, var(--white) 1px, transparent 0.125rem);
    background-size: 0.125rem 0.4375rem;
    background-repeat: repeat-y;
    background-position: left bottom;
  }
}
.c-contact--ver2 .c-contact__button {
  position: relative;
  border-radius: 9999px;
  width: 100%;
  aspect-ratio: unset;
  max-width: 33.8125rem;
  margin-top: unset;
  padding: 1rem;
  font-weight: bold;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  right: unset;
  bottom: unset;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-contact--ver2 .c-contact__button {
    margin-top: 0;
    min-height: 7.0625rem;
    padding: 2rem;
  }
}
.c-contact--ver2 .c-contact__button:before {
  display: none;
}

/*=============================
Join us
=============================*/
.c-contact--ver3 {
  min-height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .c-contact--ver3 {
    min-height: 36.8125rem;
    padding: 9rem 0 5rem;
  }
}
.c-contact--ver3 .c-contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-contact--ver3 .c-contact__content {
    gap: 4rem;
  }
}
.c-contact--ver3 .c-contact__button {
  position: relative;
  border-radius: 3.125rem;
  width: 100%;
  aspect-ratio: unset;
  max-width: 43.125rem;
  margin-top: unset;
  margin-left: unset;
  right: unset;
  bottom: unset;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 1.5rem;
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .c-contact--ver3 .c-contact__button {
    padding: 2.5rem;
  }
}
.c-contact--ver3 .c-contact__button:before {
  display: block;
  content: "";
  background-image: url("../images/icons/icon-contact-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: none;
  position: relative;
  width: 1.71rem;
  height: 1.64rem;
  margin: unset;
  border-radius: unset;
  inset: unset;
  mask-image: none;
}
.c-contact--ver3 .c-contact__bg {
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

.c-outer-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.75rem;
  gap: 0.3125rem;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  color: var(--accent-c);
}
.c-outer-link:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url("../images/icons/window-accent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-outer-link__text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-head-content {
  position: relative;
  text-align: center;
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .c-head-content {
    margin-top: -1rem;
  }
}
.c-head-content.-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  margin: auto;
  background-color: var(--base-c);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-head-content.-bg:before {
    height: 70%;
  }
}

.c-head-content__container {
  padding: 3rem 0 4rem;
  width: 95%;
  height: 100%;
  margin: auto;
  background-color: var(--accent-c-2);
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-head-content__container {
    padding: 8rem 0;
    border-radius: 4.375rem;
  }
}
.c-head-content__container .title {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
  line-height: 1.5;
}
.c-head-content__container .description {
  max-width: 610px;
  margin-inline: auto;
  margin-top: 1.5rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-head-content__container .description {
    margin-top: 2rem;
    line-height: 2.5;
    text-align: center;
  }
}

.c-service-icon {
  display: grid;
  place-content: center;
  border-radius: 100%;
  width: 1.9375rem;
  height: 1.9375rem;
  background-color: var(--accent-c);
}
@media screen and (min-width: 768px) {
  .c-service-icon {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}

/*=============================
関連実績
=============================*/
.c-relation-work-slider {
  position: relative;
  max-width: 75rem;
  margin-inline: auto;
  margin-top: 2rem;
}
.c-relation-work-slider .swiper-button-next {
  right: -3rem;
}
.c-relation-work-slider .swiper-button-prev {
  left: -3rem;
}
.c-relation-work-slider:not(.is-slider) .swiper-button-next,
.c-relation-work-slider:not(.is-slider) .swiper-button-prev {
  display: none;
}
.c-relation-work-slider:not(.is-slider) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.c-relation-work-slider:not(.is-slider) .swiper-slide {
  max-width: 23rem;
}

.c-faq-item {
  background-color: var(--base-c);
  border-radius: 0.625rem;
  padding: 1em 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-faq-item {
    border-radius: 1.25rem;
    padding: 1.4em 3em;
  }
}
.c-faq-item + .c-faq-item {
  margin-top: 1rem;
}
.c-faq-item.is-active .toggle:after {
  transform: rotate(0deg);
}
.c-faq-item.is-active .answer {
  pointer-events: auto;
  opacity: 1;
  height: auto;
  transition: 0.3s;
  padding-top: 2em;
  padding-bottom: 1em;
}
.c-faq-item .question {
  display: grid;
  align-items: center;
  grid-template-columns: 1.875rem minmax(0, 1fr) 1.9375rem;
  gap: 1rem;
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-faq-item .question {
    grid-template-columns: 2.5rem minmax(0, 1fr) 2.5625rem;
    gap: 1.7rem;
  }
}
.c-faq-item .question .q {
  font-family: "chillax", sans-serif;
  font-size: clamp(2rem, 1.6511rem + 1.4887vw, 3.4375rem);
  font-weight: 500;
  color: #B1BBDF;
  line-height: 1;
}
.c-faq-item .toggle {
  position: relative;
  display: grid;
  place-content: center;
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 100%;
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .c-faq-item .toggle {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}
.c-faq-item .toggle:before, .c-faq-item .toggle:after {
  content: "";
  width: 50%;
  height: 0.125rem;
  background-color: var(--white);
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-faq-item .toggle:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-faq-item .answer {
  pointer-events: none;
  opacity: 0;
  height: 0;
  transition: opacity 0s;
  display: grid;
  grid-template-columns: 1.875rem minmax(0, 1fr);
  gap: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-faq-item .answer {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 1.7rem;
  }
}
.c-faq-item .answer .a {
  font-family: "chillax", sans-serif;
  font-size: clamp(2rem, 1.6511rem + 1.4887vw, 3.4375rem);
  color: #F3A6A5;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-faq-item .answer .a {
    transform: translateY(-0.2em);
  }
}

.c-member-item {
  position: relative;
  z-index: 1;
  width: 13.75rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-member-item {
    padding-bottom: 4rem;
    width: 16.875rem;
  }
}
.c-member-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #a5ecb2;
}
@media screen and (min-width: 768px) {
  .c-member-item:before {
    width: 86%;
  }
}
.c-member-item .link {
  position: relative;
  padding: 3rem 0;
  text-decoration: none;
  text-align: center;
  display: grid;
  grid-template-rows: 6.25rem 1fr 1fr 1fr;
  row-gap: 0.3125rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-member-item .link {
    grid-template-rows: 8.125rem 1fr 1fr 1fr;
  }
}
.c-member-item .link:hover .bg-morphing path {
  fill: var(--accent-c);
}
.c-member-item .link .bg-morphing {
  position: absolute;
  z-index: -1;
  width: 18.75rem;
  height: 22.5rem;
  top: -2rem;
}
@media screen and (min-width: 768px) {
  .c-member-item .link .bg-morphing {
    top: -1rem;
  }
}
.c-member-item .link .bg-morphing path {
  transition: 0.5s;
}
.c-member-item .link .icon-wrapper {
  display: grid;
  place-content: center;
  max-width: 40%;
  margin-inline: auto;
}
.c-member-item .link .c-tag {
  margin-inline: auto;
}
.c-member-item .link .name {
  font-weight: bold;
}
.c-member-item .link .job:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 0.3em;
}

.c-bg-circle {
  display: block;
  aspect-ratio: 1/1;
  max-width: 68.75rem;
  width: 110%;
  border-radius: 100%;
  background-color: var(--base-c);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform-origin: 64% 81%;
  transform: translate(37%, 28%);
  scale: 0.01;
  transition: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-bg-circle {
    width: 60%;
    transform: translate(15%, 58%);
  }
}
.c-bg-circle.aos-animate {
  scale: 1;
}

.c-box-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  text-decoration: none;
  border-radius: 0.625rem;
  text-align: center;
  padding: 1rem 2rem;
  background-color: var(--black);
  color: var(--white);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-box-link {
    gap: 1.5rem;
    padding: 3rem 0.8rem;
  }
}
.c-box-link:hover {
  color: var(--black);
  background-color: var(--accent-c);
}
.c-box-link:hover .arrow {
  background-color: var(--white);
}
.c-box-link:hover .arrow:before {
  filter: invert(84%) sepia(55%) saturate(0%) hue-rotate(202deg) brightness(112%) contrast(100%);
}
.c-box-link .arrow {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 3.8125rem;
  border-radius: 100%;
  border: 1px solid var(--white);
  margin-top: auto;
  margin-inline: auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-box-link .arrow {
    width: 5.0625rem;
  }
}
.c-box-link .arrow:before {
  content: "";
  background-image: url("../images/icons/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1875rem;
  height: 0.625rem;
  transition: 0.3s;
}

.c-accent-circle {
  overflow: hidden;
  width: 98vw;
  height: fit-content;
  position: absolute;
  right: 0;
  bottom: 7rem;
  z-index: -1;
}
.c-accent-circle.aos-init:before {
  transform: translateX(20%) scale(0);
}
.c-accent-circle.aos-animate:before {
  transform: translateX(20%) scale(1);
}
.c-accent-circle:before {
  content: "";
  display: block;
  margin-left: auto;
  width: 70%;
  max-width: 68.875rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--base-c);
  transform: translateX(20%) scale(0);
  transition: 0.6s;
}

.c-plan {
  position: relative;
  overflow: hidden;
  padding: 0 0 3rem;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .c-plan {
    padding: 0 0 8rem;
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.c-plan:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 80%;
  width: 100%;
  background-color: var(--base-c);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-plan:before {
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-plan .c-bg-radius {
    top: 3%;
  }
}

.c-plan__title {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
}

.c-plan__sub-title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.c-plan__sub-title:before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--accent-c);
}

.c-plan__text {
  max-width: 45.1875rem;
  margin-top: 2rem;
  margin-inline: auto;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-plan__text {
    margin-top: 3rem;
    line-height: 2.5;
  }
}

.c-plan__note {
  margin-top: 1.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-plan__note {
    margin-top: 3rem;
    font-size: 0.875rem;
  }
}

.c-plan__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 80%;
  max-width: 92.5rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-plan__list {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-plan__list.-col2 .c-plan__item {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .c-plan__list.-col3 .c-plan__item {
    width: calc(33.3333333333% - 1rem);
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-plan__list.-col4 .c-plan__item {
    width: calc(25% - 1rem);
    height: auto;
  }
}

.c-plan__item {
  background-color: var(--white);
  border-radius: 0.625rem;
  filter: drop-shadow(0 3px 0 #e2e2e2);
  width: 100%;
  height: fit-content;
  max-width: 25rem;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-plan__item {
    padding: 2.5rem 1.5rem;
  }
}

.c-plan__item__eng-title {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-plan__item__eng-title {
    font-size: 1.25rem;
  }
}

.c-plan__item__title {
  line-height: 1.25;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-plan__item__title {
    font-size: 1.75rem;
  }
}

.c-plan__item__text {
  margin-top: 1.5rem;
  border-radius: 0.625rem;
  padding: 0.7em;
  line-height: 1.4;
}

.c-plan__item__price {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.08em;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-plan__item__price {
    font-size: 1.5rem;
  }
}
.c-plan__item__price .price {
  font-size: 2.66em;
}

.c-plan__item__recommend {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-c);
}
@media screen and (min-width: 768px) {
  .c-plan__item__recommend {
    margin-top: 3rem;
  }
}
.c-plan__item__recommend .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-plan__item__recommend .title {
    font-size: 1.125rem;
  }
}
.c-plan__item__recommend .text {
  margin-top: 1rem;
}

.c-index {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-index {
    grid-template-columns: 10rem minmax(0, 1fr);
    gap: 5vw;
  }
}

.c-index__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-index__navigation {
    display: block;
    position: sticky;
    top: 11rem;
    height: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .c-index__navigation-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

.c-index__navigation-link {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
.c-index__navigation-link:hover {
  color: var(--accent-c);
}
.c-index__navigation-link.is-active {
  color: var(--accent-c);
}
.c-index__navigation-link.is-active:before {
  opacity: 1;
}
.c-index__navigation-link:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--accent-c);
  position: absolute;
  top: 0.2rem;
  left: -0.7rem;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-index__navigation-link .en {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  line-height: 1.5;
}
.c-index__navigation-link .jp {
  font-size: clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem);
}

/*--------個別ページ　接頭辞「p-」--------------*/
.p-front .l-editor-wrapper {
  margin-top: 0;
}

.p-front-section {
  padding: 3rem 0 0;
}

/*=============================
メインビジュアル
=============================*/
.p-front__mv {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-front__mv {
    padding-top: 12rem;
  }
}
.p-front__mv .l-inner {
  width: 85%;
}

.p-front__mv__title {
  font-size: clamp(2rem, 1.2565rem + 3.1724vw, 3.4375rem);
  line-height: 1.3;
  font-weight: bold;
}
.p-front__mv__title strong {
  font-size: 1.3em;
}

.p-front__mv__catch {
  line-height: 2;
  margin-top: 0.5rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-front__mv__catch {
    margin-top: 2rem;
    padding-bottom: 4rem;
  }
}

.p-front__mv__icon {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 13.6875rem;
}
@media screen and (min-width: 768px) {
  .p-front__mv__icon {
    right: 0;
  }
}

.p-front__mv__loop {
  position: absolute;
  bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-front__mv__loop {
    bottom: 0;
  }
}
.p-front__mv__loop .loop-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.p-front__mv__loop .loop-text {
  margin-left: 0.4em;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  color: var(--primary-c);
  font-size: clamp(7.625rem, 4.1336rem + 14.8966vw, 14.375rem);
  overflow: hidden;
  animation: loop 30s linear infinite;
  transform: translateX(100%);
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*=============================
Mission
=============================*/
.p-front__mission {
  position: relative;
}
.p-front__mission .l-inner {
  max-width: 53.125rem;
}

.p-front__mission__works {
  position: sticky;
  top: 0;
  transform: scale(0.85);
  transition: 1s;
  transform-origin: top;
  margin-top: -0.3125rem;
  z-index: -1;
}
.p-front__mission__works.is-active {
  transform: scale(1);
}

.p-front__mission__works-blur {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.p-front__mission__works-blur img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-front__mission__works-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-front__mission__works-container {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(13, 1fr);
  grid-template-areas: "one one one two three three three" "one one one two three three three" "six six six six three three three" "six six six six seven seven seven" "six six six six seven seven seven" "six six six six ten ten ten" "six six six six ten ten ten" "four four four four four five five" "four four four four four five five" "four four four four four five five" "nine nine nine nine nine nine nine" "nine nine nine nine nine nine nine" "nine nine nine nine nine nine nine";
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__works-container {
    grid-template-columns: repeat(15, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-template-areas: "one one one one two two three three three four four four four five five" "one one one one two two three three three four four four four five five" "one one one one two two three three three four four four four five five" "six six six six six six three three three eight eight eight eight eight eight" "six six six six six six seven seven seven eight eight eight eight eight eight" "six six six six six six seven seven seven eight eight eight eight eight eight" "six six six six six six nine nine nine nine nine nine ten ten ten" "six six six six six six nine nine nine nine nine nine ten ten ten";
    gap: 0.3125rem;
  }
}
.p-front__mission__works-container .image-wrapper:nth-child(1) {
  grid-area: one;
}
.p-front__mission__works-container .image-wrapper:nth-child(2) {
  grid-area: two;
}
.p-front__mission__works-container .image-wrapper:nth-child(3) {
  grid-area: three;
}
.p-front__mission__works-container .image-wrapper:nth-child(4) {
  grid-area: four;
}
.p-front__mission__works-container .image-wrapper:nth-child(5) {
  grid-area: five;
}
.p-front__mission__works-container .image-wrapper:nth-child(6) {
  grid-area: six;
}
.p-front__mission__works-container .image-wrapper:nth-child(7) {
  grid-area: seven;
}
.p-front__mission__works-container .image-wrapper:nth-child(8) {
  grid-area: eight;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__mission__works-container .image-wrapper:nth-child(8) {
    display: block;
  }
}
.p-front__mission__works-container .image-wrapper:nth-child(9) {
  grid-area: nine;
}
.p-front__mission__works-container .image-wrapper:nth-child(10) {
  grid-area: ten;
}
.p-front__mission__works-container .image-wrapper {
  width: 100%;
  height: 100%;
}
.p-front__mission__works-container .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front__mission__works-container .swiper-slide {
  position: relative;
  opacity: 0;
}
.p-front__mission__works-container .swiper-slide-active {
  opacity: 1;
}

.p-front__mission__overlay {
  position: relative;
  padding-bottom: 10rem;
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .p-front__mission__overlay {
    padding-bottom: 15rem;
    margin-top: -10rem;
  }
}
.p-front__mission__overlay .c-more {
  margin-inline: auto;
}
.p-front__mission__overlay .c-more .arrow {
  background-color: var(--white);
}
.p-front__mission__overlay .c-more .arrow:before {
  filter: invert(0%) sepia(89%) saturate(7455%) hue-rotate(204deg) brightness(105%) contrast(103%);
}
.p-front__mission__overlay .c-more:hover .arrow {
  background-color: var(--accent-c);
}

.p-front__mission__circle-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-front__mission__circle {
  aspect-ratio: 1/1;
  width: 25rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-front__mission__circle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0);
  opacity: 1;
  border: 1px solid var(--white);
  border-radius: 100%;
}
.p-front__mission__circle.-view:before {
  animation-name: circleAnime;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-front__mission__circle:nth-child(1) {
  top: 24%;
  transform: translateX(-20%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(1) {
    transform: translateX(-103%);
  }
}
.p-front__mission__circle:nth-child(1):before {
  animation-delay: 1.5s;
  animation-duration: 2s;
}
.p-front__mission__circle:nth-child(2) {
  width: 18.75rem;
  top: 30%;
  transform: translateX(37%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(2) {
    transform: translateX(97%);
  }
}
.p-front__mission__circle:nth-child(2):before {
  animation-delay: 2s;
  animation-duration: 2.4s;
}
.p-front__mission__circle:nth-child(3) {
  width: 31.25rem;
  top: 40%;
  transform: translateX(-26%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(3) {
    transform: translateX(-36%);
  }
}
.p-front__mission__circle:nth-child(3):before {
  animation-delay: 2.5s;
  animation-duration: 2.8s;
}
.p-front__mission__circle:nth-child(4) {
  width: 15.625rem;
  top: 50%;
  transform: translateX(30%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(4) {
    transform: translateX(290%);
  }
}
.p-front__mission__circle:nth-child(4):before {
  animation-delay: 1.4s;
  animation-duration: 2.3s;
}
.p-front__mission__circle:nth-child(5) {
  width: 23.125rem;
  top: 53%;
  transform: translateX(27%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(5) {
    transform: translateX(170%);
  }
}
.p-front__mission__circle:nth-child(5):before {
  animation-delay: 2.8s;
  animation-duration: 3.5s;
}
.p-front__mission__circle:nth-child(6) {
  width: 12.5rem;
  top: 65%;
  transform: translateX(-27%);
}
@media screen and (min-width: 768px) {
  .p-front__mission__circle:nth-child(6) {
    transform: translateX(-170%);
  }
}
.p-front__mission__circle:nth-child(6):before {
  animation-delay: 1s;
  animation-duration: 2s;
}

.p-front__mission__head {
  position: relative;
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 10.9375rem;
  height: 10.9375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__head {
    width: 20.125rem;
    height: 20.125rem;
    font-size: 1.25rem;
  }
}
.p-front__mission__head:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  transform: scale(0);
  opacity: 1;
  border: 1px solid var(--white);
  border-radius: 100%;
}
.p-front__mission__head.-view:before {
  animation: 2s circleAnime infinite;
  animation-delay: 1s;
}

.p-front__mission__body {
  position: relative;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__body {
    margin-top: 3rem;
  }
}

.p-front__mission__bg-title {
  position: sticky;
  top: 12rem;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(3.125rem, 0.875rem + 11.25vw, 14.375rem);
  color: var(--primary-c);
  opacity: 0.8;
  mix-blend-mode: overlay;
  filter: blur(2px);
}
@media screen and (min-width: 768px) {
  .p-front__mission__bg-title {
    top: 20rem;
    filter: blur(3px);
  }
}
.p-front__mission__bg-title .anim-text {
  min-width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__bg-title .anim-text {
    min-width: 1.25rem;
  }
}

.p-front__mission__body-container {
  display: grid;
  row-gap: 3rem;
  margin-top: -13rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__body-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -26rem;
  }
}

.p-front__mission__title {
  font-size: clamp(1.25rem, 0.8621rem + 1.6552vw, 2rem);
}
.p-front__mission__title strong {
  font-size: 1.4em;
}

@media screen and (min-width: 768px) {
  .p-front__mission__text-wrapper {
    padding-top: 10rem;
  }
}
.p-front__mission__text-wrapper * + * {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__text-wrapper * + * {
    margin-top: 4rem;
  }
}

.p-front__mission__text {
  line-height: 2.6;
}

.p-front__mission__note {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__note {
    font-size: 0.875rem;
  }
}

.p-front__mission__button-wrapper {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-front__mission__button-wrapper {
    margin-top: 15rem;
  }
}

@keyframes circleAnime {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*=============================
制作実績
=============================*/
.p-front__works {
  overflow: hidden;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-front__works {
    padding: 14rem 0;
  }
}
.p-front__works .c-title-h1__bg {
  transform: translate(-5%, -18%);
}
@media screen and (min-width: 768px) {
  .p-front__works .c-title-h1__bg {
    transform: translate(15%, -31%);
  }
}
.p-front__works .c-more {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-front__works .c-more {
    margin-top: 2rem;
    margin-inline: auto;
  }
}

.p-front__works__slider-container {
  position: relative;
  z-index: 2;
  margin-top: -1.5rem;
}
.p-front__works__slider-container:hover:before {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-front__works__slider-container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 9.375rem;
    height: 9.375rem;
    background-size: contain;
    background-position: center;
    transition: opacity 0.3s;
    background-image: url("../images/icons/cursor-slider.svg");
  }
}
.p-front__works__slider-container .swiper {
  padding-top: 3rem;
  overflow: visible;
}
.p-front__works__slider-container .swiper-button-wrapper {
  position: absolute;
  top: 0;
  left: 10rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  height: fit-content;
  transform: translate(0, -30%);
}
@media screen and (min-width: 768px) {
  .p-front__works__slider-container .swiper-button-wrapper {
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-340%, -60%);
  }
}
.p-front__works__slider-container .swiper-button-prev,
.p-front__works__slider-container .swiper-button-next {
  position: relative;
  background-color: var(--black);
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: 2.3125rem;
  height: 2.3125rem;
  display: grid;
  place-content: center;
  left: unset;
  right: unset;
  top: unset;
}
.p-front__works__slider-container .swiper-pagination {
  width: fit-content;
  top: 0;
  right: 3%;
  left: unset;
  bottom: unset;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__works__slider-container .swiper-pagination {
    display: block;
  }
}
.p-front__works__slider-container .swiper-pagination-bullet {
  margin: 0 !important;
  border-radius: unset;
  background-color: var(--border-c);
  height: 0.125rem;
  max-width: 6.0625rem;
  width: 10vw;
}
.p-front__works__slider-container .swiper-pagination-bullet-active {
  background-color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-front__works__slider-container .swiper-slide-prev .content-wrapper,
  .p-front__works__slider-container .swiper-slide:has(+ .swiper-slide-prev) .content-wrapper {
    opacity: 0;
  }
}

.p-front__works__item {
  width: 60%;
  max-width: 36.25rem;
}
@media screen and (min-width: 768px) {
  .p-front__works__item {
    width: 34%;
  }
}

.p-front__works__link {
  text-decoration: none;
}
.p-front__works__link .image-wrapper {
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-front__works__link .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front__works__link .content-wrapper {
  margin-top: 0.8rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-front__works__link .content-wrapper {
    margin-top: 2rem;
  }
}
.p-front__works__link .client {
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-front__works__link .client {
    display: block;
  }
}
.p-front__works__link .divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__works__link .divider {
    display: inline-block;
  }
}
.p-front__works__link .service {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-front__works__link .service {
    font-size: 0.75rem;
  }
}

.p-front__works__icon {
  position: absolute;
  bottom: 4.4rem;
  left: 5%;
  z-index: 2;
  max-width: 9.6875rem;
  width: 28%;
}
@media screen and (min-width: 768px) {
  .p-front__works__icon {
    max-width: 12.375rem;
    bottom: 0;
    left: 10%;
  }
}

/*=============================
サービス紹介
=============================*/
.p-front__service {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-front__service {
    padding: 4rem 0 8rem;
  }
}
.p-front__service:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--base-c);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-front__service:after {
    height: 20%;
  }
}
.p-front__service .c-title-h1__container {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.p-front__service .c-title-h1__bg {
  transform: translate(-2rem, -22%);
  font-size: clamp(7rem, 5.525rem + 7.375vw, 14.375rem);
}
@media screen and (min-width: 768px) {
  .p-front__service .c-title-h1__bg {
    right: 0;
    left: unset;
    margin-inline: auto;
    transform: translate(1rem, -2%);
  }
}

.p-front__service__container {
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-front__service__container {
    margin-top: 6rem;
  }
}
.p-front__service__container .l-inner {
  max-width: 112.5rem;
}

.p-front__service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 88%;
  max-width: 81.25rem;
  margin-inline: auto;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-front__service__list {
    width: 100%;
    margin-inline: unset;
    margin-left: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

/*=============================
自社サービス
=============================*/
.p-front__inhouse {
  background-color: var(--base-c);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-front__inhouse {
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    padding: 8rem 0 10rem;
  }
}

.p-front__inhouse__title {
  position: relative;
  text-align: center;
  line-height: 1.4;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-front__inhouse__title {
    font-size: 1.25rem;
  }
}
.p-front__inhouse__title .sub {
  color: var(--accent-c);
  font-family: "chillax", sans-serif;
  font-weight: 500;
}
.p-front__inhouse__title:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 13.875rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -3.125rem;
  margin: auto;
  animation: rotateCircle 15s infinite linear;
  background-image: repeating-conic-gradient(currentColor 0% 0.3%, transparent 0.3% 1%);
  mask-image: radial-gradient(transparent 69%, currentColor 69% 70%, transparent 70%);
}
@media screen and (min-width: 768px) {
  .p-front__inhouse__title:before {
    top: -6.25rem;
    width: 20.125rem;
  }
}

.p-front__inhouse__container {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__inhouse__container {
    margin-top: 2rem;
  }
}
.p-front__inhouse__container .l-inner {
  max-width: 103.125rem;
}

.p-front__inhouse__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-front__inhouse__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-front__inhouse__link {
  cursor: pointer;
  transition: 0.3s;
}
.p-front__inhouse__link:hover {
  opacity: 0.6;
}

/*=============================
お客様の声
=============================*/
.p-front__voice {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .p-front__voice {
    padding: 20rem 0 10rem;
  }
}
.p-front__voice .l-inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 767px) {
  .p-front__voice .c-title-h1 .l-flex {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
  }
}
.p-front__voice .c-title-h1__main {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-front__voice .c-title-h1__main {
    margin-left: 2.5rem;
  }
}
.p-front__voice .c-title-h1__main big {
  font-size: 2em;
}
.p-front__voice .c-title-h1__bg {
  transform: translate(-3%, -50%);
}
@media screen and (min-width: 768px) {
  .p-front__voice .c-title-h1__bg {
    transform: translate(23%, -54%);
  }
}
.p-front__voice .c-more {
  margin-top: 2rem;
}

.p-front__voice__contents {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-front__voice__contents {
    margin-top: -11rem;
  }
}
.p-front__voice__contents .l-inner {
  max-width: 87.5rem;
}
.p-front__voice__contents:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  max-width: 112.0625rem;
  background-color: var(--base-c);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-front__voice__contents:before {
    height: 70%;
    width: 95%;
    border-radius: 0 6.25rem 6.25rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-front__voice__head {
    display: grid;
    grid-template-columns: 35% minmax(18.75rem, 1fr);
    gap: 10%;
    align-items: end;
  }
}

.p-front__voice__icon-wrapper-sp {
  position: absolute;
  top: 4.5rem;
  right: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-front__voice__icon-wrapper-sp {
    display: none;
  }
}

.p-front__voice__icon-wrapper-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-front__voice__icon-wrapper-pc {
    display: block;
    margin-bottom: 4rem;
    max-width: 32rem;
  }
}

.p-front__voice__slider-container-main {
  width: 100%;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-front__voice__slider-container-main {
    padding: 3rem 3.4rem 0;
  }
}

.p-front__voice__main-item.swiper-slide-active .p-front__voice__main-link {
  opacity: 1;
}
.p-front__voice__main-item.swiper-slide-active .content-wrapper {
  opacity: 1;
}
.p-front__voice__main-item .thumbnail-wrapper {
  aspect-ratio: 83/51;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-front__voice__main-item .thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-front__voice__main-item .content-wrapper {
  position: relative;
  margin-top: -2rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-front__voice__main-item .content-wrapper {
    margin-top: -3rem;
  }
}
.p-front__voice__main-item .name {
  font-weight: bold;
  background-color: var(--base-c);
  border-radius: 0.625rem;
  width: 85%;
  margin-inline: auto;
  padding: 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-front__voice__main-item .name {
    padding: 2rem 2rem 0;
  }
}
.p-front__voice__main-item .catch-copy {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__voice__main-item .catch-copy {
    font-size: 1.25rem;
    max-width: 27.5rem;
    margin-inline: auto;
  }
}

.p-front__voice__main-link {
  position: relative;
  text-decoration: none;
  opacity: 0;
  transition: 0.3s;
}
.p-front__voice__main-link:hover:before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-front__voice__main-link:before {
    content: "";
    display: block;
    position: absolute;
    right: -2.5rem;
    top: -4.5rem;
    background-image: url("../images/icons/read-balloon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.3s;
    width: 12.5rem;
    height: 12.5rem;
  }
}

.p-front__voice__slider-container-thumbs {
  position: relative;
  margin-top: 1rem;
  padding: 0 2rem;
  max-width: 68.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-front__voice__slider-container-thumbs {
    margin-top: 4rem;
    padding: 0 5rem;
  }
}

.p-front__voice__thumbs-item {
  max-width: 12.5rem;
  width: 46.5%;
}
@media screen and (min-width: 768px) {
  .p-front__voice__thumbs-item {
    width: auto;
  }
}
.p-front__voice__thumbs-item .thumbnail-wrapper {
  aspect-ratio: 8/5;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-front__voice__thumbs-item .thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================
メンバー
=============================*/
.p-front__member {
  position: relative;
  padding: 3.5rem 0 5rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-front__member {
    padding: 8.5rem 0;
  }
}
.p-front__member .l-inner {
  width: 100%;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-front__member .l-inner {
    padding-left: 3%;
    max-width: unset;
  }
}
@media screen and (min-width: 1670px) {
  .p-front__member .l-inner {
    max-width: 81.25rem;
  }
}
.p-front__member:before {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background-color: var(--primary-c);
  border-radius: 3.125rem 0 0 3.125rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-front__member:before {
    border-radius: 6.25rem 0 0 6.25rem;
    width: 93%;
  }
}
.p-front__member:after {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background-color: var(--base-c);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-front__member__bg-title {
  position: absolute;
  right: 3%;
  top: -0.1em;
  font-family: "chillax", sans-serif;
  font-weight: 300;
  color: var(--white);
  writing-mode: vertical-rl;
  font-size: clamp(7.0625rem, 6.1978rem + 3.6893vw, 10.625rem);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-front__member__bg-title {
    top: 0;
  }
}

.p-front__member__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: baseline;
  column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__member__content {
    grid-template-columns: auto minmax(9.375rem, 1fr);
    padding-left: 10%;
  }
}

.p-front__member__title {
  display: flex;
  flex-direction: column;
}
.p-front__member__title .main {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-front__member__title .main {
    font-size: 2.25rem;
  }
}
.p-front__member__title .sub {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__member__title .sub {
    font-size: 1.25rem;
  }
}

.p-front__member__description {
  line-height: 2.5;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-front__member__description {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-front__member__head {
    padding-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .p-front__member__body {
    margin-top: 2rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-front__member__list {
    padding-left: 1rem;
  }
}

/*=============================
Other
=============================*/
.p-front__other {
  background-color: var(--base-c);
  padding: 4rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-front__other {
    padding: 12rem 0 8rem;
  }
}
.p-front__other .l-inner {
  max-width: 81.25rem;
}

.p-front__other__title {
  font-weight: bold;
}

.p-front__other__description {
  position: relative;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__other__description {
    line-height: 2.5;
    margin-top: 1.5rem;
  }
}

.p-front__other__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 25rem;
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-front__other__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.9375rem;
    max-width: 66.25rem;
    margin-top: -2rem;
    margin-inline: unset;
    margin-left: auto;
  }
}

.p-front__other__item {
  height: 9.1875rem;
}
@media screen and (min-width: 768px) {
  .p-front__other__item {
    height: 31.25rem;
  }
}

.p-front__other__link {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 1.25rem;
  background-color: var(--white);
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__other__link {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 17.1875rem max-content;
    gap: 1rem;
    padding: 4rem 2rem 2rem;
  }
}
.p-front__other__link.-faq:hover {
  background-color: #ceddfb;
}
.p-front__other__link.-about .image-wrapper {
  height: 6.25rem;
  transform: translate(-15%, -10%);
}
@media screen and (min-width: 768px) {
  .p-front__other__link.-about .image-wrapper {
    height: 13.0625rem;
    transform: translateX(-15%);
  }
}
.p-front__other__link.-about:hover {
  background-color: #c7ffd1;
}
.p-front__other__link.-recruit:hover {
  background-color: #fdff9e;
}
.p-front__other__link .title-wrapper {
  text-align: center;
}
.p-front__other__link .main-title {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.p-front__other__link .sub-title {
  font-size: 0.875rem;
}
.p-front__other__link .image-wrapper {
  position: relative;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-front__other__link .image-wrapper {
    height: 16.875rem;
  }
}
.p-front__other__link .image {
  margin-inline: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/*=============================
News
=============================*/
.p-front__news {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-front__news {
    padding: 8rem 0 10rem;
  }
}
.p-front__news.aos-animate:before {
  scale: 1;
}
.p-front__news:before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  max-width: 59.625rem;
  width: 110%;
  border-radius: 100%;
  background-color: var(--white);
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: 64% 81%;
  transform: translate(37%, 28%);
  scale: 0.01;
  transition: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-front__news:before {
    width: 60%;
    transform: translate(10%, 40%);
  }
}
@media screen and (min-width: 768px) {
  .p-front__news .c-title-h1__bg {
    transform: translate(-26%, -43%);
  }
}
.p-front__news .c-more {
  margin-top: 2rem;
}
.p-front__news .l-inner {
  max-width: 68.75rem;
}

.p-front__news__content-list {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__news__content-list {
    margin-top: 3rem;
  }
}

.p-front__news__content-item {
  border-top: 1px solid var(--border-c);
}
.p-front__news__content-item:last-child {
  border-bottom: 1px solid var(--border-c);
}

.p-front__news__content-link {
  text-decoration: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10%;
  transition: 0.3s;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-front__news__content-link {
    padding: 2rem 1.7rem;
  }
}
.p-front__news__content-link:hover {
  color: var(--accent-c);
}
.p-front__news__content-link .head {
  font-family: "chillax", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-front__news__content-link .head {
    font-size: 1.25rem;
  }
}
.p-front__news__content-link .date {
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-front__news__content-link .date {
    font-size: 3.4375rem;
  }
}
.p-front__news__content-link .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin-top: 0.3em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-front__news__content-link .title {
    font-size: 1.25rem;
  }
}

.p-contact input[type=submit],
.p-contact input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
.p-contact input[type=submit]::-webkit-search-decoration,
.p-contact input[type=button]::-webkit-search-decoration {
  display: none;
}
.p-contact input[type=submit]::focus,
.p-contact input[type=button]::focus {
  outline-offset: -2px;
}
.p-contact input,
.p-contact select {
  -webkit-appearance: none;
  appearance: none;
  color: var(--black);
}
.p-contact .form-submit button {
  display: block;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  border: 1px solid var(--white);
  font-weight: bold;
  width: 90%;
  max-width: 33.8125rem;
  border-radius: 9999px;
  transition: 0.3s;
  font-size: 1.125rem;
  padding: 1em 0.6em;
  color: var(--black);
}
@media screen and (min-width: 768px) {
  .p-contact .form-submit button {
    font-size: 1.5rem;
    padding: 1.6em 1em;
  }
}
.p-contact .form-submit button:hover {
  background-color: var(--black);
  color: var(--white) !important;
}
.p-contact .form-submit button:disabled {
  color: unset;
  cursor: not-allowed;
}

/*=============================
MV
=============================*/
.p-contact__head .c-head-content__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__head .c-head-content__container {
    padding: 3rem 0 10rem;
  }
}

.p-contact__head-icon {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1rem;
  margin: auto;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head-icon {
    width: 18%;
    max-width: 19.5rem;
    left: 0;
    right: 3rem;
    bottom: -0.5rem;
    transform: translateX(33rem);
  }
}

/*=============================
進捗
=============================*/
.p-contact__progress-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 1.5rem;
  margin-inline: auto;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__progress-list {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.p-contact__progress-list:before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: var(--border-c);
  position: absolute;
  inset: 0;
  margin: auto;
}

.p-contact__progress-item {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: var(--white);
  font-weight: bold;
  width: 4.125rem;
  height: 4.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__progress-item {
    width: 6.625rem;
    height: 6.625rem;
    font-size: 1.5rem;
  }
}
.p-contact__progress-item.is-active {
  background-color: var(--accent-c);
}

/*=============================
Form
=============================*/
.p-contact__form {
  padding: 3rem 0;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding: 6rem 0;
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.p-contact__form .l-inner {
  max-width: 50rem;
}

.p-contact__form-content {
  margin-top: 3rem;
}
.p-contact__form-content .form-title {
  text-align: center;
  font-weight: normal;
  font-size: 2em;
}
.p-contact__form-content .form-text {
  text-align: center;
}
.p-contact__form-content .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-contact__form-content .form-item input,
.p-contact__form-content .form-item textarea,
.p-contact__form-content .form-item select {
  padding: 1rem;
  width: 100%;
  background-color: var(--white);
  border-radius: 0.625rem;
  border: 1px solid var(--border-c);
}
@media screen and (min-width: 768px) {
  .p-contact__form-content .form-item input,
  .p-contact__form-content .form-item textarea,
  .p-contact__form-content .form-item select {
    padding: 1.5rem 2.5rem;
  }
}
.p-contact__form-content .form-item.-select dd {
  position: relative;
}
.p-contact__form-content .form-item.-select dd:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.125rem;
  height: 0.625rem;
  background-image: url("../images/icons/select-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-contact__form-content .form-item.-select dd:before {
    right: 2rem;
  }
}
.p-contact__form-content .form-item + .form-item {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-contact__form-content .form-item + .form-item {
    margin-top: 2em;
  }
}
.p-contact__form-content .label {
  font-weight: bold;
}
.p-contact__form-content .label.-caution:after {
  content: "●";
  color: #ea596b;
  font-size: 1em;
  margin-left: 0.3125rem;
}
.p-contact__form-content .wpcf7-submit {
  display: block;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  border: 1px solid var(--white);
  font-weight: bold;
  width: 90%;
  max-width: 33.8125rem;
  border-radius: 9999px;
  transition: 0.3s;
  font-size: 1.125rem;
  padding: 1em 0.6em;
}
@media screen and (min-width: 768px) {
  .p-contact__form-content .wpcf7-submit {
    font-size: 1.5rem;
    padding: 1.6em 1em;
  }
}
.p-contact__form-content .wpcf7-submit:hover {
  background-color: var(--black);
  color: var(--white);
}
.p-contact__form-content .wpcf7-response-output {
  display: none;
}

.p-contact__acceptance {
  margin-top: 2rem;
  width: fit-content;
  margin-inline: auto;
}
.p-contact__acceptance label {
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.p-contact__acceptance label:after {
  content: "●";
  color: #ea596b;
  font-size: 1em;
  margin-left: 0.3125rem;
}
.p-contact__acceptance input[type=checkbox] {
  position: relative;
  display: grid;
  place-content: center;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  border: 1px solid var(--border-c);
  border-radius: 100%;
  background-color: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__acceptance input[type=checkbox] {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.p-contact__acceptance input[type=checkbox]:before {
  content: "";
  width: 0.9375rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--accent-c);
  transform: scale(0);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact__acceptance input[type=checkbox]:before {
    width: 1.5625rem;
  }
}
.p-contact__acceptance input[type=checkbox]:checked:before {
  transform: scale(1);
}

/*=============================
PrivacyPolicy
=============================*/
.p-contact__privacy {
  margin-top: 1em;
  background-color: var(--lightyellow);
  border-radius: 0.625rem;
  border: 1px solid var(--border-c);
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    margin-top: 1.7em;
    padding: 2.5rem;
  }
}

.p-contact__privacy-title {
  color: #5cc0bd;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy-title {
    font-size: 1rem;
  }
}

.p-contact__privacy-container {
  position: relative;
  max-height: 10.9375rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 1.5rem;
  scrollbar-width: 0.375rem;
  scrollbar-color: var(--border-c);
  padding-right: 1rem;
}
.p-contact__privacy-container::-webkit-scrollbar {
  width: 0.375rem;
}
.p-contact__privacy-container::-webkit-scrollbar-track {
  background-color: var(--lightyellow);
}
.p-contact__privacy-container::-webkit-scrollbar-thumb {
  background-color: var(--border-c);
  border-radius: 0.375rem;
}

.p-contact__privacy-item {
  line-height: 2;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy-item {
    font-size: 0.875rem;
  }
}
.p-contact__privacy-item .title {
  font-weight: bold;
}
.p-contact__privacy-item .text {
  margin-top: 0.8em;
}
.p-contact__privacy-item + .p-contact__privacy-item {
  margin-top: 2rem;
}

/*=============================
電話希望
=============================*/
.p-contact__tel {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    padding: 6rem 0;
  }
}

.p-contact__tel__container {
  position: relative;
  text-align: center;
  max-width: 45.1875rem;
  margin-inline: auto;
}
.p-contact__tel__container .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  max-width: 40%;
}
.p-contact__tel__container .title {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
}
.p-contact__tel__container .tel {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.0146rem + 2.0712vw, 3.5rem);
  color: var(--accent-c);
  margin-top: 0.3rem;
  letter-spacing: 0.1em;
}
.p-contact__tel__container .text {
  margin-top: 0.3rem;
}

.p-contact .confirm-form .form-item.-select dd:before {
  display: none;
}

.p-work-archive__title-icon {
  position: absolute;
  top: 0;
  left: 0.8rem;
  transform: translateY(-40%);
  z-index: 2;
  width: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__title-icon {
    width: 10.4375rem;
    left: 5%;
    right: 0;
    margin: auto;
    transform: translate(-33rem, -40%);
  }
}

/*=============================
ピックアップ
=============================*/
.p-work-archive__pickup {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__pickup {
    margin-top: 5rem;
  }
}
.p-work-archive__pickup .l-inner {
  width: 81%;
  max-width: 98.4375rem;
}

.p-work-archive__pickup-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-work-archive__pickup-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-work-archive__pickup-item {
  position: relative;
  width: 100%;
  aspect-ratio: 197/108;
}
.p-work-archive__pickup-item:nth-child(1), .p-work-archive__pickup-item:nth-child(4) {
  background-color: var(--grey);
}
.p-work-archive__pickup-item:nth-child(2), .p-work-archive__pickup-item:nth-child(3) {
  background-color: var(--lightgrey);
}
.p-work-archive__pickup-item .pin {
  position: absolute;
  left: -1.5%;
  top: 8.5%;
  z-index: 2;
  width: 5%;
  max-width: 1.625rem;
}

.p-work-archive__pickup-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-work-archive__pickup-link .c-tag {
    font-size: 0.5625rem;
  }
}
.p-work-archive__pickup-link:hover .content-wrapper {
  opacity: 1;
}
.p-work-archive__pickup-link:hover:before, .p-work-archive__pickup-link:hover:after {
  opacity: 1;
}
.p-work-archive__pickup-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.p-work-archive__pickup-link:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.625rem;
  height: 2rem;
  background-image: url("../images/icons/more-glass.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-work-archive__pickup-link:after {
    transform: translateY(-60%);
  }
}
@media screen and (min-width: 768px) {
  .p-work-archive__pickup-link:after {
    width: 4.25rem;
    height: 5.3125rem;
  }
}
.p-work-archive__pickup-link .pickup {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, 50%) rotate(-40deg);
  background-color: var(--accent-c);
  padding: 0.2em;
  width: 5rem;
  text-align: center;
  font-size: clamp(0.375rem, 0.2233rem + 0.6472vw, 1rem);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-work-archive__pickup-link .pickup {
    width: 9.375rem;
  }
}
.p-work-archive__pickup-link .image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 75%;
  height: 95%;
  margin-inline: auto;
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p-work-archive__pickup-link .image-wrapper .image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.p-work-archive__pickup-link .content-wrapper {
  position: absolute;
  bottom: 5%;
  left: 5%;
  opacity: 0;
  z-index: 2;
  transition: 0.3s;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .p-work-archive__pickup-link .content-wrapper {
    bottom: 10%;
  }
}
.p-work-archive__pickup-link .title {
  color: var(--white);
  font-size: clamp(0.875rem, 0.7233rem + 0.6472vw, 1.5rem);
  margin-top: 0.3rem;
  font-weight: bold;
}
.p-work-archive__pickup-link .client {
  color: var(--white);
  font-weight: bold;
  font-size: clamp(0.625rem, 0.534rem + 0.3883vw, 1rem);
}
.p-work-archive__pickup-link .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
  color: var(--accent-c);
}
.p-work-archive__pickup-link .tag {
  font-size: clamp(0.5625rem, 0.4867rem + 0.3236vw, 0.875rem);
}

/*=============================
フィルター
=============================*/
.p-work-archive__filter {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter {
    margin-top: 5rem;
  }
}

.p-work-archive__filter-head {
  background-color: var(--white);
  border-top: 1px solid var(--border-c);
  border-bottom: 1px solid var(--border-c);
}

.p-work-archive__filter-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-list {
    grid-template-columns: 16.25rem 15rem 15rem 15rem auto;
  }
}

.p-work-archive__filter-item {
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-item {
    padding: 0.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-work-archive__filter-item:not(:first-child) {
    border-top: 1px solid var(--border-c);
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-item:not(:last-child) {
    border-right: 1px solid var(--border-c);
  }
}
.p-work-archive__filter-item:last-child {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-work-archive__filter-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-work-archive__filter-item:first-child {
    display: grid;
    grid-template-columns: 73.5% auto;
    gap: 0.3125rem;
  }
}

.p-work-archive__filter-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background-color: var(--black);
  color: var(--white);
  font-family: "chillax", sans-serif;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
}
.p-work-archive__filter-title:before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.25rem;
  background-image: url("../images/icons/icon-filter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.p-work-archive__filter-button {
  color: var(--black);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-button {
    flex-direction: column;
    gap: 0;
    padding: 1rem;
  }
}
.p-work-archive__filter-button .en {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
}
.p-work-archive__filter-button .jp {
  font-weight: bold;
  font-size: clamp(0.75rem, 0.7197rem + 0.1294vw, 0.875rem);
}
.p-work-archive__filter-button .toggle {
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  background-color: var(--black);
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-button .toggle {
    right: 0.625rem;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.p-work-archive__filter-button .toggle:before, .p-work-archive__filter-button .toggle:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 0.0625rem;
  width: 0.625rem;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-button .toggle:before, .p-work-archive__filter-button .toggle:after {
    width: 0.75rem;
  }
}
.p-work-archive__filter-button .toggle:after {
  transform: rotate(90deg);
  transition: 0.5s;
}
.p-work-archive__filter-button.is-active .toggle:after {
  transform: rotate(0deg);
}

.p-work-archive__clear-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  color: var(--white);
  height: 100%;
  border-radius: 0.625rem;
  padding: 0.8rem 1rem 0.3rem;
  font-family: "chillax", sans-serif;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  .p-work-archive__clear-button {
    gap: 5px;
    padding: 1rem 1.5rem 0.5rem;
  }
}
.p-work-archive__clear-button:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/icon-clear.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-work-archive__clear-button.-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-work-archive__clear-button.-sp {
    display: none;
  }
}
.p-work-archive__clear-button.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-work-archive__clear-button.-pc {
    display: flex;
  }
}

.p-work-archive__filter-body {
  background-color: #efefef;
  max-height: 0;
}
@media screen and (max-width: 767px) {
  .p-work-archive__filter-body {
    display: none;
  }
}
.p-work-archive__filter-body.is-active {
  padding: 2rem 0;
  max-height: 100vh;
  transition: 0.3s;
}
.p-work-archive__filter-body.is-active .p-work-archive__filter-container {
  opacity: 1;
  transition: 0.3s;
  transition-delay: 0.3s;
}

.p-work-archive__filter-container {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  align-items: center;
  gap: 5%;
  opacity: 0;
}

.p-work-archive__filter-body-title {
  display: flex;
  flex-direction: column;
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  line-height: 1.5;
}
.p-work-archive__filter-body-title .en {
  font-family: "chillax", sans-serif;
  font-weight: 500;
}
.p-work-archive__filter-body-title .jp {
  font-size: 0.7em;
}

.p-work-archive__filter-head-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  background-color: #efefef;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-head-tag-wrapper {
    display: none;
  }
}
.p-work-archive__filter-head-tag-wrapper .c-tag {
  padding: 0.2em 0.6em;
  font-family: "Zen Kaku Gothic New", "Lato", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
}
.p-work-archive__filter-head-tag-wrapper .c-tag:hover, .p-work-archive__filter-head-tag-wrapper .c-tag.selected {
  background-color: var(--primary-c);
}
.p-work-archive__filter-head-tag-wrapper.is-active {
  padding: 1.5rem 2rem;
  max-height: 100vh;
  transition: max-height 0.3s, opacity 0.3s;
  opacity: 1;
  pointer-events: auto;
  border-top: 0.0625rem solid var(--border-c);
}

.p-work-archive__filter-body-tag-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-body-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.p-work-archive__filter-body-tag-wrapper .c-tag {
  padding: 0.2em 0.6em;
  font-family: "Zen Kaku Gothic New", "Lato", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__filter-body-tag-wrapper .c-tag {
    font-size: 1.125rem;
  }
}
.p-work-archive__filter-body-tag-wrapper .c-tag:hover, .p-work-archive__filter-body-tag-wrapper .c-tag.selected {
  background-color: var(--primary-c);
}

/*=============================
実績一覧
=============================*/
.p-work-archive__content {
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__content {
    padding: 8rem 0;
  }
}
.p-work-archive__content .l-inner {
  max-width: 100.9375rem;
}

.p-work-archive__content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
  column-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-work-archive__content-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 5rem;
    column-gap: 2rem;
  }
}

.p-work-single .l-editor-wrapper {
  margin-top: 0;
}

/*=============================
メインビジュアル
=============================*/
.p-work-single__mv {
  position: relative;
  width: 100%;
  padding: 6em 1em;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .p-work-single__mv {
    padding: 0 1em;
    height: auto;
    aspect-ratio: 128/31;
  }
}

.p-work-single__mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.p-work-single__mv-bg .image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.p-work-single__mv-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.6);
  mix-blend-mode: multiply;
}

.p-work-single__mv-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-work-single__mv-content .client {
  color: var(--white);
  font-size: clamp(0.775rem, 0.7094rem + 0.1294vw, 1.25rem);
  margin-top: 0.3125rem;
  font-weight: 500;
}
.p-work-single__mv-content .title {
  color: var(--white);
  font-size: clamp(1.15rem, 0.918rem + 0.7767vw, 2.25rem);
}
.p-work-single__mv-content .tag-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.p-work-single__mv-content .tag {
  color: var(--accent-c);
  font-size: clamp(0.75rem, 0.7197rem + 0.1294vw, 0.875rem);
}

/*=============================
基本設定情報
=============================*/
.p-work-single__head {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__head {
    margin-top: 8rem;
  }
}
.p-work-single__head .l-inner {
  width: 100%;
}

.p-work-single__head-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5%;
  }
}

.p-work-single__head-slider {
  overflow: hidden;
}
.p-work-single__head-slider .swiper {
  padding: 0 1rem 1.8rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-slider .swiper {
    padding: 0 3rem 2.5rem;
  }
}
.p-work-single__head-slider .image-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  margin-inline: auto;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 90%;
  max-width: 23.125rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-slider .image-wrapper {
    width: auto;
    max-width: 35.625rem;
  }
}
.p-work-single__head-slider .image {
  object-fit: contain;
  height: 100%;
}
.p-work-single__head-slider .swiper-button-prev {
  left: 3%;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-slider .swiper-button-prev {
    left: 0;
  }
}
.p-work-single__head-slider .swiper-button-next {
  right: 3%;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-slider .swiper-button-next {
    right: 0;
  }
}
.p-work-single__head-slider .swiper-pagination-bullet-active {
  background: var(--black);
}
.p-work-single__head-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.p-work-single__head-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-content {
    padding-top: 2rem;
  }
}
.p-work-single__head-content .definition {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-content .definition {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1rem;
    padding-inline: 0.5rem;
  }
}
.p-work-single__head-content .definition-title {
  color: var(--darkgrey);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-content .definition-title {
    font-size: 1.5rem;
  }
}
.p-work-single__head-content .description {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-c);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-work-single__head-content .description {
    padding-inline: 0.5rem;
  }
}

/*=============================
コンテンツ
=============================*/
.p-work-single__body {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-work-single__body {
    padding: 8rem 0;
    width: 90%;
    max-width: 75rem;
    margin-inline: auto;
  }
}
.p-work-single__body .l-inner {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-work-single__body .l-inner {
    width: 100%;
  }
}

.p-work-single__content-item + .p-work-single__content-item {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-item + .p-work-single__content-item {
    margin-top: 6rem;
  }
}
.p-work-single__content-item .title-wrapper {
  border-bottom: 1px solid var(--border-c);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-item .title-wrapper {
    margin-bottom: 3rem;
  }
}
.p-work-single__content-item .main-title {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
  line-height: 1.1;
}
.p-work-single__content-item .sub-title {
  font-size: clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem);
}
.p-work-single__content-item .image-wrapper {
  max-width: 100%;
}
.p-work-single__content-item .image-wrapper + .text-wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-item .image-wrapper + .text-wrapper {
    margin-top: 3rem;
  }
}
.p-work-single__content-item .image-wrapper + .image-wrapper {
  margin-top: 0.625rem;
}
.p-work-single__content-item .image-wrapper.-col2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-item .text-wrapper {
    padding-inline: 10%;
  }
}
.p-work-single__content-item .text-wrapper + .image-wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-item .text-wrapper + .image-wrapper {
    margin-top: 3rem;
  }
}

.p-work-single__content-balloon {
  position: relative;
  border-radius: 3.125rem;
  width: fit-content;
  max-width: 100%;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-balloon {
    border-radius: 5rem;
    max-width: 80%;
    padding: 2rem 5rem;
  }
}
.p-work-single__content-balloon:before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 2.375rem;
  position: absolute;
  bottom: -1.375rem;
  background-image: url("../images/icons/icon-balloon-accent.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-work-single__content-balloon + .p-work-single__content-balloon {
  margin-top: 3rem;
}
.p-work-single__content-balloon.-color1 {
  background-color: var(--base-c);
}
.p-work-single__content-balloon.-color1:before {
  filter: invert(100%) sepia(51%) saturate(10%) hue-rotate(174deg) brightness(114%) contrast(92%);
}
.p-work-single__content-balloon.-color2 {
  background-color: var(--accent-c-2);
}
.p-work-single__content-balloon.-color2:before {
  filter: invert(95%) sepia(51%) saturate(234%) hue-rotate(354deg) brightness(105%) contrast(106%);
}
.p-work-single__content-balloon.-right {
  margin-left: auto;
}
.p-work-single__content-balloon.-right:before {
  right: 25%;
}
@media screen and (min-width: 768px) {
  .p-work-single__content-balloon.-right:before {
    right: 30%;
  }
}
.p-work-single__content-balloon.-left {
  margin-right: auto;
}
.p-work-single__content-balloon.-left:before {
  left: 25%;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-work-single__content-balloon.-left:before {
    left: 30%;
  }
}

.p-work-single__member-container {
  position: relative;
  overflow-x: auto;
  max-width: 98vw;
}
.p-work-single__member-container .swiper-initialized {
  padding-bottom: 3rem;
}
.p-work-single__member-container .swiper-initialized .p-work-single__member-list {
  gap: 0;
}

.p-work-single__member-list {
  display: flex;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__member-list {
    gap: 2rem;
  }
}

.p-work-single__member-item {
  text-align: center;
  width: fit-content;
}
.p-work-single__member-item .link {
  text-decoration: none;
  transition: 0.3s;
}
.p-work-single__member-item .link:hover {
  color: var(--accent-c);
}
.p-work-single__member-item .link:hover .icon-wrapper {
  background-color: var(--primary-c);
}
.p-work-single__member-item .link.-disabled {
  pointer-events: none;
}
.p-work-single__member-item .icon-wrapper {
  display: grid;
  place-content: center;
  background-color: var(--base-c);
  border-radius: 100%;
  aspect-ratio: 1/1;
  margin-inline: auto;
  width: 8.75rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-work-single__member-item .icon-wrapper {
    width: 12.375rem;
  }
}
.p-work-single__member-item .icon {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-work-single__member-item .icon {
    width: 75%;
  }
}
.p-work-single__member-item .role {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__member-item .role {
    font-size: 0.875rem;
  }
}
.p-work-single__member-item .name {
  font-weight: bold;
}

/*=============================
その他実績
=============================*/
.p-work-single__other {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__other {
    padding-bottom: 4rem;
    margin-bottom: 10rem;
  }
}
.p-work-single__other:before {
  content: "";
  display: block;
  width: 95%;
  height: 97%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--base-c);
  border-radius: 3.125rem 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__other:before {
    height: 94%;
    border-radius: 6.25rem 0 0 6.25rem;
  }
}
.p-work-single__other .c-more {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-work-single__other .c-more {
    margin-top: 3rem;
  }
}
.p-work-single__other .c-title-h2__bg {
  font-size: clamp(3.5rem, 2.6505rem + 3.6246vw, 7rem);
}

.p-work-single__other-slider {
  width: 65%;
}

/*=============================
MV
=============================*/
.p-voice__title-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__title-icon {
    display: block;
    position: absolute;
    right: 3rem;
    z-index: 3;
    max-width: 28.625rem;
    width: 39%;
    transform: translate(33%, -33%);
  }
}

.p-voice__head .c-head-content {
  overflow: hidden;
}
.p-voice__head .c-head-content__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__head .c-head-content__container {
    padding: 3rem 0 12rem;
  }
}

.p-voice__head-icon {
  position: absolute;
  margin: auto;
  width: 87px;
}
@media screen and (min-width: 768px) {
  .p-voice__head-icon {
    width: auto;
  }
}
.p-voice__head-icon.-left {
  bottom: 3.5rem;
  left: 2%;
  width: 7.625rem;
}
@media screen and (min-width: 768px) {
  .p-voice__head-icon.-left {
    left: 0;
    right: 0;
    bottom: 6rem;
    transform: translateX(-31rem);
    width: 10.625rem;
  }
}
.p-voice__head-icon.-right {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-voice__head-icon.-right {
    display: block;
    width: 10.6875rem;
    top: 0;
    bottom: 2rem;
    left: 0;
    right: 0;
    transform: translateX(28rem);
  }
}
.p-voice__head-icon.-title {
  right: 0;
  bottom: 2rem;
  width: 14.375rem;
  transform: translateX(1.5rem);
}
@media screen and (min-width: 768px) {
  .p-voice__head-icon.-title {
    display: none;
  }
}

/*=============================
ナビゲーション
=============================*/
.p-voice__navigation {
  background-color: var(--base-c);
}
.p-voice__navigation .l-inner {
  max-width: 68.75rem;
}

.p-voice__navigation__container .swiper {
  max-width: 59.375rem;
  padding: 3rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-voice__navigation__container .swiper {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__navigation__container .swiper-button-prev {
    left: -0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__navigation__container .swiper-button-next {
    right: -0.625rem;
  }
}

.p-voice__navigation__item {
  height: 100%;
}
.p-voice__navigation__item .link {
  position: relative;
}
.p-voice__navigation__item .link:hover:after {
  opacity: 1;
}
.p-voice__navigation__item .link:after {
  content: "";
  display: block;
  position: absolute;
  right: -2rem;
  top: -3rem;
  background-image: url("../images/icons/read-balloon-small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.3s;
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__navigation__item .link:after {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.p-voice__navigation__item .thumbnail-wrapper {
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 41/25;
}
.p-voice__navigation__item .thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================
コンテンツ
=============================*/
.p-voice__content {
  background-color: var(--base-c);
  padding: 0 0 7rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content {
    padding: 6rem 0 14rem;
  }
}
.p-voice__content .l-inner {
  width: 94%;
}

.p-voice__content__item {
  position: relative;
  background-color: var(--white);
  padding: 1rem 0 3rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item {
    padding: 3rem;
    border-radius: 3.125rem;
  }
}
.p-voice__content__item + .p-voice__content__item {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item + .p-voice__content__item {
    margin-top: 10rem;
  }
}
.p-voice__content__item:after {
  content: "";
  display: block;
  width: 5.75rem;
  height: 3.5rem;
  background-image: url("../images/voice/balloon-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 13%;
  transform: translateY(75%);
}
@media screen and (min-width: 768px) {
  .p-voice__content__item:after {
    width: 8.625rem;
    height: 5.1875rem;
    right: 15%;
  }
}
.p-voice__content__item:nth-child(even):after {
  transform: translateY(75%) rotate(70deg);
  right: unset;
  left: 17.5%;
}

@media screen and (max-width: 767px) {
  .p-voice__content__item-icons {
    width: 88%;
    margin-inline: auto;
  }
}
.p-voice__content__item-icons .icon-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.p-voice__content__item-icons + .p-voice__content__item-main {
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-voice__content__item-main {
    width: 88%;
    margin-inline: auto;
  }
}
.p-voice__content__item-main .thumbnail-wrapper {
  max-width: 33.9375rem;
  margin-inline: auto;
  aspect-ratio: 181/111;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-main .thumbnail-wrapper {
    float: right;
    margin-left: 1rem;
  }
}
.p-voice__content__item-main .thumbnail-wrapper .thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice__content__item-main .logo-wrapper {
    width: 48%;
    margin-inline: auto;
    margin-top: 1rem;
  }
}
.p-voice__content__item-main .logo-wrapper .logo {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__content__item-main .text-wrapper {
    margin-top: 1rem;
  }
}
.p-voice__content__item-main .company-name {
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-main .company-name {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.p-voice__content__item-main .company-name,
.p-voice__content__item-main .name {
  text-align: center;
  font-weight: bold;
}
.p-voice__content__item-main .text {
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-main .text {
    margin-top: 2rem;
  }
}

.p-voice__content__item-about {
  margin-top: 5rem;
  max-width: 49.0625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-voice__content__item-about {
    margin-top: 1.5rem;
    width: 88%;
  }
}
.p-voice__content__item-about.aos-init {
  opacity: 0;
  filter: blur(10px);
  transition: 0.3s;
}
.p-voice__content__item-about.aos-animate {
  opacity: 1;
  filter: blur(0);
}
.p-voice__content__item-about .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.5rem;
}
.p-voice__content__item-about .body {
  background-color: var(--accent-c-2);
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  margin-top: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-about .body {
    padding: 3rem;
  }
}
.p-voice__content__item-about .title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-about .title {
    font-size: 1.25rem;
  }
}
.p-voice__content__item-about .title:before {
  content: "";
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url("../images/voice/icon-handshake.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-about .title:before {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}
.p-voice__content__item-about .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: var(--white);
  background-color: var(--black);
  border: 1px solid var(--black);
  border-radius: 0.625rem;
  font-weight: bold;
  text-decoration: none;
  min-width: 16.125rem;
  padding: 0.4375rem 0.625rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-voice__content__item-about .link {
    margin-inline: auto;
  }
}
.p-voice__content__item-about .link:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  background-image: url("../images/icons/icon-window.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transition: 0.3s;
}
.p-voice__content__item-about .link:hover {
  color: var(--black);
  background-color: var(--white);
}
.p-voice__content__item-about .link:hover:after {
  filter: none;
}

.p-voice__content__item-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 2.9375rem;
  left: 4%;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-icon {
    width: 5.375rem;
    left: 14%;
  }
}

.p-voice__content__item-works {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-works {
    margin-top: 6rem;
    padding-bottom: 3.5rem;
  }
}
.p-voice__content__item-works:not(.is-slider) .swiper-pagination,
.p-voice__content__item-works:not(.is-slider) .swiper-button-prev,
.p-voice__content__item-works:not(.is-slider) .swiper-button-next {
  display: none;
}
.p-voice__content__item-works:not(.is-slider) .swiper-wrapper {
  justify-content: center;
  gap: 1.5rem;
}
.p-voice__content__item-works:not(.is-slider) .p-voice__content__item-works-item {
  max-width: 18.1875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-works .swiper {
    width: 90%;
    margin-inline: auto;
  }
}

.p-voice__content__item-works-item {
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-voice__content__item-works-item .image-wrapper .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-voice__content__item-works-item .image-wrapper:before, .p-voice__content__item-works-item .image-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.p-voice__content__item-works-item .image-wrapper:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-voice__content__item-works-item .image-wrapper:after {
  width: 3rem;
  height: 4.0625rem;
  background-image: url("../images/icons/more-glass.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-voice__content__item-works-item .image-wrapper:after {
    width: 4.25rem;
    height: 5.3125rem;
  }
}
.p-voice__content__item-works-item .image-wrapper:hover:before, .p-voice__content__item-works-item .image-wrapper:hover:after {
  opacity: 1;
}

/*=============================
MV
=============================*/
.p-service-archive__head .c-head-content__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-archive__head .c-head-content__container {
    padding: 3rem 0 11rem;
  }
}

.p-service-archive__head-icon {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.3125rem;
  margin: auto;
  width: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-archive__head-icon {
    width: 7.8125rem;
    right: 5%;
    left: 0;
    bottom: -0.5rem;
    transform: translateX(26rem);
  }
}

/*=============================
Content
=============================*/
.p-service-archive__body {
  background-color: var(--base-c);
  padding-bottom: 6rem;
}

.p-service-archive__filter {
  padding: 4rem 0 3rem;
  background-color: var(--base-c);
}
@media screen and (min-width: 768px) {
  .p-service-archive__filter {
    padding: 6rem 0 4rem;
  }
}

.p-service-archive__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-service-archive__filter-list {
    gap: 0.625rem;
  }
}

.p-service-archive__filter-item .c-tag {
  color: var(--white);
  background-color: var(--border-c);
  padding: 0.4em 1.5em;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-archive__filter-item .c-tag {
    font-size: 1.25rem;
  }
}
.p-service-archive__filter-item .c-tag:hover, .p-service-archive__filter-item .c-tag:focus, .p-service-archive__filter-item .c-tag.selected {
  background-color: var(--black);
  opacity: 1;
}

.p-service-archive__content {
  width: 80%;
  max-width: 93.75rem;
  margin-inline: auto;
}

.p-service-archive__content-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service-archive__content-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4%;
    row-gap: 4rem;
  }
}

.p-service-archive__content-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-archive__content-item {
    row-gap: 0.625rem;
  }
}
.p-service-archive__content-item .c-service-link .image-wrapper {
  aspect-ratio: 1/1;
  width: 30%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-service-archive__content-item .c-service-link .image-wrapper {
    width: 23%;
  }
}
.p-service-archive__content-item .c-service-link .image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-service-archive__content-item .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.625rem;
  height: fit-content;
  font-size: clamp(0.625rem, 0.5643rem + 0.2589vw, 0.875rem);
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-service-archive__content-item .c-tag {
    font-size: 0.625rem;
  }
}

.p-service-single .l-inner {
  width: 82%;
}

/*=============================
メインビジュアル
=============================*/
.p-service-single__mv {
  position: relative;
  aspect-ratio: 4/3;
  display: grid;
  place-content: center;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__mv {
    aspect-ratio: 240/67;
    margin-top: 3rem;
  }
}

.p-service-single__mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.p-service-single__mv-bg .image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.p-service-single__mv-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 11, 11, 0.6);
  mix-blend-mode: multiply;
}

.p-service-single__mv-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-service-single__mv-content .catch-copy {
  display: block;
  color: var(--white);
  background-color: var(--black);
  border-radius: 9999px;
  padding: 0.1875rem 1.5em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__mv-content .catch-copy {
    font-size: 1.25rem;
  }
}
.p-service-single__mv-content .title {
  color: var(--white);
  margin-top: 0.3em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__mv-content .title {
    margin-top: 0.5em;
    font-size: 2.25rem;
  }
}
.p-service-single__mv-content .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.7rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-service-single__mv-content .tag-wrapper {
    gap: 1rem;
    margin-top: 1rem;
  }
}
.p-service-single__mv-content .tag {
  padding: 0 1em;
  background-color: var(--accent-c);
  border-radius: 0.3125rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__mv-content .tag {
    font-size: 1rem;
  }
}

/*=============================
関連実績
=============================*/
.p-service-single__relation {
  position: relative;
  padding-bottom: 3rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__relation {
    padding-bottom: 4rem;
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
}
.p-service-single__relation:before {
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--base-c);
  border-radius: 3.125rem 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__relation:before {
    border-radius: 6.25rem 0 0 6.25rem;
  }
}
.p-service-single__relation .c-title-h2__bg {
  transform: translateY(-27%);
  font-size: clamp(3.5rem, 2.6505rem + 3.6246vw, 7rem);
}
@media screen and (min-width: 768px) {
  .p-service-single__relation .c-title-h2__bg {
    transform: translateY(-38%);
  }
}
.p-service-single__relation .c-more {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service-single__relation .c-more {
    margin-top: 3rem;
  }
}
.p-service-single__relation .l-inner {
  width: 70%;
}

/*=============================
MV
=============================*/
.p-faq__head .c-head-content__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__head .c-head-content__container {
    padding: 3rem 0 10rem;
  }
}

.p-faq__head-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  margin: auto;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__head-icon {
    width: 20%;
    max-width: 13rem;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-30rem);
  }
}

/*=============================
FAQ
=============================*/
.p-faq__body {
  padding: 6rem 0;
}

.p-faq__body__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 90%;
  max-width: 75rem;
  margin-inline: auto;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__body__tabs {
    gap: 1rem;
  }
}

.p-faq-tab {
  color: var(--white);
  background-color: var(--border-c);
  border-radius: 9999px;
  padding: 0.55em 1.5em;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  transition: 0.3s;
  white-space: nowrap;
}
.p-faq-tab:hover, .p-faq-tab.is-active {
  background-color: var(--black);
}

.p-faq__body__panels {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__body__panels {
    margin-top: 5rem;
  }
}

.p-faq-panel {
  transition: 0.3s;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.p-faq-panel.is-active {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.p-member-archive .c-head-content__container {
  background-color: var(--white);
}

.p-member-archive__content {
  overflow: hidden;
  background-color: var(--primary-c);
  border-radius: 3.125rem 3.125rem 0 0;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-member-archive__content {
    border-radius: 6.25rem 6.25rem 0 0;
    padding: 8rem 0;
  }
}

.p-member-archive__area {
  position: relative;
  width: 90%;
  max-width: 93.75rem;
  margin-inline: auto;
  height: 106.25rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive__area {
    height: 75rem;
  }
}

.p-member-archive__item {
  position: absolute;
  width: 58%;
  max-width: 14.8125rem;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item {
    width: 38%;
    max-width: 18.5625rem;
  }
}
.p-member-archive__item:nth-child(1) {
  left: -1%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(1) {
    left: 5%;
  }
}
.p-member-archive__item:nth-child(2) {
  top: 8%;
  right: -5%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(2) {
    top: 5%;
    left: 35%;
    right: unset;
  }
}
.p-member-archive__item:nth-child(3) {
  top: 17%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(3) {
    top: 2%;
    right: 13%;
  }
}
.p-member-archive__item:nth-child(4) {
  top: 29%;
  right: -1%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(4) {
    top: 26%;
    left: 15%;
  }
}
.p-member-archive__item:nth-child(5) {
  top: 40%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(5) {
    top: 37%;
    left: unset;
    right: 35%;
  }
}
.p-member-archive__item:nth-child(6) {
  top: 52%;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(6) {
    top: 30%;
    right: 2%;
  }
}
.p-member-archive__item:nth-child(7) {
  bottom: 15%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(7) {
    left: unset;
    bottom: 3%;
    right: 8%;
  }
}
.p-member-archive__item:nth-child(8) {
  bottom: 1%;
  left: 43%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(8) {
    bottom: 9%;
    left: 22%;
  }
}
.p-member-archive__item:nth-child(9) {
  bottom: 13%;
  left: -1%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(9) {
    bottom: 26%;
    right: 0;
    left: unset;
  }
}
.p-member-archive__item:nth-child(10) {
  bottom: 3%;
  right: -2%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__item:nth-child(10) {
    bottom: 8%;
    right: 25%;
  }
}

.p-member-archive__area-icon {
  position: absolute;
  height: fit-content;
  z-index: 2;
}
.p-member-archive__area-icon.-human1 {
  width: 5.4375rem;
  top: 0%;
  right: 2%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__area-icon.-human1 {
    width: 9.875rem;
    top: 15%;
    right: 30%;
  }
}
.p-member-archive__area-icon.-human2 {
  width: 4.6875rem;
  bottom: 22%;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__area-icon.-human2 {
    width: 8.375rem;
    right: 26%;
    bottom: 35%;
  }
}
.p-member-archive__area-icon.-human3 {
  width: 4.6875rem;
  bottom: 5%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__area-icon.-human3 {
    width: 8.0625rem;
    left: 13%;
    bottom: 0;
  }
}
.p-member-archive__area-icon.-text {
  width: 4.375rem;
  top: 32%;
  left: 16%;
}
@media screen and (min-width: 768px) {
  .p-member-archive__area-icon.-text {
    width: 6.875rem;
    top: 0;
    bottom: 0;
    left: 34%;
    margin: auto;
  }
}

.p-member-single .l-editor-wrapper {
  position: relative;
  margin-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-member-single .l-editor-wrapper {
    margin-top: 15.625rem;
  }
}

.p-member-single__unit {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-180%);
  background-color: var(--black);
  color: var(--white);
  padding: 0.3rem 0.8rem 0.3rem 0.6rem;
  border-radius: 0 0.625rem 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .p-member-single__unit {
    flex-direction: column;
    top: -4rem;
    transform: translateY(0);
    padding: 1rem 1.5rem;
    text-align: center;
  }
}
.p-member-single__unit .name {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__unit .name {
    font-size: 1rem;
  }
}
.p-member-single__unit .description {
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__unit .description {
    font-size: 0.75rem;
  }
}
.p-member-single__unit .image {
  margin-inline: auto;
  max-width: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__unit .image {
    max-width: 4.75rem;
  }
}

/*=============================
TOP
=============================*/
.p-member-single__top {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__top {
    padding-bottom: 16rem;
  }
}

.p-member-single__top__eng-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  color: var(--primary-c);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(5rem, 2.7245rem + 9.7087vw, 14.375rem);
  width: fit-content;
  line-height: 1;
  transform: translateY(-50%);
  opacity: 0.5;
}

.p-member-single__top__catch-copy {
  position: relative;
  z-index: 2;
  font-size: clamp(1.5rem, 1.0297rem + 2.0065vw, 3.4375rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__catch-copy {
    line-height: 1.65;
  }
}
.p-member-single__top__catch-copy br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__catch-copy br {
    display: block;
  }
}

.p-member-single__top__content .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "name" "introduction" "tag";
  row-gap: 0.5rem;
  margin-top: 1rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .container {
    width: 100%;
    margin-top: 5rem;
    grid-template-columns: min-content minmax(0, 1fr);
    column-gap: 5%;
    row-gap: 2rem;
    grid-template-areas: "name introduction" "tag tag";
  }
}
.p-member-single__top__content .name-wrapper {
  grid-area: name;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-member-single__top__content .name-wrapper {
    display: flex;
    align-items: baseline;
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
.p-member-single__top__content .name-wrapper .name {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .name-wrapper .name {
    font-size: 2.25rem;
  }
}
.p-member-single__top__content .name-wrapper .job {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .name-wrapper .job {
    font-size: 1.5rem;
  }
}
.p-member-single__top__content .introduction-wrapper {
  position: relative;
  z-index: 2;
  grid-area: introduction;
  max-width: 30.3125rem;
}
.p-member-single__top__content .introduction-wrapper .introduction {
  line-height: 2;
  font-size: 0.875rem;
}
.p-member-single__top__content .tag-wrapper {
  grid-area: tag;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-member-single__top__content .tag-wrapper {
    margin-top: 1rem;
  }
}
.p-member-single__top__content .tag-wrapper .c-tag {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .tag-wrapper .c-tag {
    font-size: 1.125rem;
  }
}
.p-member-single__top__content .image-wrapper {
  grid-area: image;
  overflow: hidden;
  position: relative;
  aspect-ratio: 79/86;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .image-wrapper {
    position: absolute;
    top: 3%;
    right: 0;
    height: 24.6875rem;
    width: 26.875rem;
  }
}
.p-member-single__top__content .image-wrapper .background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
  border-radius: 1.25rem;
}
.p-member-single__top__content .image-wrapper .image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  height: 100%;
  filter: drop-shadow(46px 41px 4px rgba(0, 0, 0, 0.25));
}
.p-member-single__top__content .content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-member-single__top__content .content-wrapper {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .content-wrapper {
    margin-top: 10rem;
    padding-left: 6%;
    grid-template-columns: 19.8125rem minmax(0, 1fr);
  }
}
.p-member-single__top__content .content-wrapper .catch-copy {
  line-height: 1.5;
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .content-wrapper .catch-copy {
    line-height: 2;
  }
}
.p-member-single__top__content .content-wrapper .introduction {
  line-height: 2;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__content .content-wrapper .introduction {
    font-size: 0.875rem;
  }
}

.p-member-single__top__bg-morphing {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, -10%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-member-single__top__bg-morphing {
    transform: translate(0, 30%);
  }
}
.p-member-single__top__bg-morphing path {
  fill: var(--base-c);
}

/*=============================
Turning point
=============================*/
.p-member-single__turning {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning {
    padding: 5rem 0;
    min-height: 36.5rem;
  }
}
.p-member-single__turning:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 94%;
  height: 100%;
  background-color: var(--primary-c);
  border-radius: 3.125rem 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning:before {
    border-radius: 6.25rem 0 0 6.25rem;
  }
}
.p-member-single__turning .l-inner {
  width: 73%;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning .l-inner {
    width: 70%;
  }
}

.p-member-single__turning__bg-title {
  color: var(--white);
  position: absolute;
  left: -1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  writing-mode: vertical-rl;
  font-family: "chillax", sans-serif;
  opacity: 0.8;
  font-weight: 300;
  height: fit-content;
  font-size: 7.0625rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__bg-title {
    font-size: 10.625rem;
    left: 9%;
    bottom: unset;
  }
}

.p-member-single__turning__sub-title {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__sub-title {
    font-size: 1.25rem;
  }
}

.p-member-single__turning__main-title {
  margin-top: 1em;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-member-single__turning__main-title {
    line-height: 1.35;
  }
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__main-title {
    font-size: 1.5rem;
  }
}

.p-member-single__turning__container {
  margin-left: auto;
  margin-top: 2.5rem;
  overflow: auto;
  width: 76%;
  max-width: 87.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__container {
    margin-top: 3rem;
    width: 75%;
  }
}
.p-member-single__turning__container.-scrollable {
  cursor: grab;
}
.p-member-single__turning__container.-scrollable:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9.375rem;
  height: 9.375rem;
  background-image: url("../images/icons/cursor-slider-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-in-out;
}
.p-member-single__turning__container.-scrollable.-scrolled:before {
  opacity: 0;
}

.p-member-single__turning__list {
  position: relative;
  display: flex;
  width: max-content;
  gap: 2.5%;
  padding-top: 3.6rem;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__list {
    gap: 5%;
  }
}

.p-member-single__turning__item {
  position: relative;
  padding: 1.75rem;
  background-color: var(--white);
  border-radius: 0.625rem;
  flex-shrink: 0;
  height: fit-content;
  line-height: 2;
  font-size: 0.875rem;
  width: 22.3125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__turning__item {
    padding: 2rem;
  }
}
.p-member-single__turning__item:before {
  content: "";
  width: 120%;
  height: 1px;
  background-image: linear-gradient(to right, var(--darkgrey) 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 10px 5px;
  background-position: left bottom;
  position: absolute;
  top: -2.53rem;
  left: 0.8125rem;
}
.p-member-single__turning__item .point {
  position: absolute;
  top: -3.5rem;
  left: 0;
  display: grid;
  place-content: center;
  border: 1px solid var(--black);
  border-radius: 100%;
  width: 1.9375rem;
  height: 1.9375rem;
}
.p-member-single__turning__item .point:before {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--black);
  border-radius: 100%;
}
.p-member-single__turning__item .accent {
  position: absolute;
  top: -0.4rem;
  left: 0.7rem;
}
.p-member-single__turning__item .accent:before, .p-member-single__turning__item .accent:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: var(--white);
}
.p-member-single__turning__item .accent:before {
  transform: translateY(-130%);
}

/*=============================
PickUp! WORK
=============================*/
.p-member-single__pickup {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-member-single__pickup {
    padding: 8rem 0;
  }
}
.p-member-single__pickup .c-relation-work-slider {
  width: 90%;
  max-width: 96.875rem;
  margin-left: auto !important;
  margin-inline: unset;
}
@media screen and (max-width: 767px) {
  .p-member-single__pickup .c-relation-work-slider {
    width: 100%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .p-member-single__pickup .c-relation-work-slider:not(.is-slider) .swiper-wrapper {
    justify-content: start;
  }
}

.p-member-single__pickup-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__pickup-title {
    font-size: 1.25rem;
  }
}
.p-member-single__pickup-title:before {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("../images/icons/pickup-pin.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*=============================
社内のみんなに聞きました
=============================*/
.p-member-single__introducing {
  position: relative;
  background-image: url("../images/member/bg-introducing-sp1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 5.75rem;
  padding: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing {
    background-image: none;
    padding: 10rem 0 0;
  }
}

.p-member-single__introducing-title {
  color: var(--white);
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-title {
    font-size: 2.25rem;
    margin-bottom: 6rem;
  }
}
.p-member-single__introducing-title.-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-title.-sp {
    display: none;
  }
}
.p-member-single__introducing-title.-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-title.-pc {
    display: block;
  }
}
.p-member-single__introducing-title span {
  display: block;
  position: relative;
  margin-bottom: 0.75em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-title span {
    font-size: 1.5rem;
  }
}
.p-member-single__introducing-title span:after {
  content: "";
  display: block;
  background-image: url("../images/member/introducing-bar.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20.4375rem;
  height: 0.8125rem;
  position: absolute;
  bottom: -1.375rem;
  left: 0;
  right: 0;
  margin: auto;
}

.p-member-single__introducing-list {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.5rem;
  width: 90%;
  max-width: 82.625rem;
  margin-top: 5rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-list {
    display: block;
    margin-bottom: -49.375rem;
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
  }
}

.p-member-single__introducing-item {
  position: relative;
  background-color: var(--white);
  border-radius: 0.625rem;
  padding: 3rem 1.4rem 1.4rem;
  max-width: 27.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-item {
    padding: 3rem 1.8rem 1.8rem;
    width: 36%;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-item:nth-child(even) {
    margin-left: auto;
    margin-top: -3rem;
    margin-bottom: 3rem;
  }
}
.p-member-single__introducing-item:after {
  content: url("../images/member/introducing-item-accent.svg");
  position: absolute;
  right: 1.625rem;
  bottom: -1.25rem;
}
.p-member-single__introducing-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-60%);
  max-width: 4.125rem;
}
.p-member-single__introducing-item .text {
  line-height: 2;
}

.p-member-single__introducing-image {
  position: relative;
  height: 18.75rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/member/bg-introducing-sp2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-image {
    position: sticky;
    height: auto;
    background-image: url("../images/member/bg-introducing.svg");
  }
}
.p-member-single__introducing-image .member-image {
  margin-inline: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-member-single__introducing-image .member-image {
    height: 53%;
    max-height: 39.375rem;
  }
}

/*=============================
私をつくるモノ
=============================*/
.p-member-single__aboutme {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-member-single__aboutme {
    padding: 8rem 0;
  }
}

.p-member-single__aboutme-title {
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__aboutme-title {
    font-size: 2.25rem;
  }
}

.p-member-single__aboutme-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__aboutme-list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-member-single__aboutme-item {
  max-width: 25rem;
}
.p-member-single__aboutme-item .title {
  text-align: center;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__aboutme-item .title {
    font-size: 1.25rem;
  }
}
.p-member-single__aboutme-item .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  aspect-ratio: 77/54;
}
.p-member-single__aboutme-item .image-wrapper:before {
  content: "";
  width: 73%;
  height: 52%;
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(60%);
}
.p-member-single__aboutme-item .image-wrapper:after {
  content: "";
  width: 2.625rem;
  height: 2.625rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-member-single__aboutme-item .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-member-single__aboutme-item .text {
  margin-top: 1.8em;
  width: 90%;
  margin-inline: auto;
  line-height: 2;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__aboutme-item .text {
    font-size: 0.875rem;
  }
}
.p-member-single__aboutme-item.-word .image-wrapper:after {
  background-image: url("../images/icons/icon-word.svg");
}
.p-member-single__aboutme-item.-hobby .image-wrapper:after {
  background-image: url("../images/icons/icon-hobby.svg");
}
.p-member-single__aboutme-item.-food .image-wrapper:after {
  background-image: url("../images/icons/icon-food.svg");
}

/*=============================
ページネーション
=============================*/
.p-member-single__pagination {
  position: relative;
  padding: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-member-single__pagination {
    padding: 6rem 0 10rem;
  }
}
.p-member-single__pagination .c-accent-circle {
  transform: translateY(70%);
}
@media screen and (min-width: 768px) {
  .p-member-single__pagination .c-accent-circle {
    transform: translateY(50%);
  }
}
@media screen and (max-width: 767px) {
  .p-member-single__pagination .c-accent-circle:before {
    width: 80%;
  }
}

.p-member-single__pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.p-member-single__pagination-item .link {
  text-decoration: none;
  font-family: "chillax", sans-serif;
  font-weight: 500;
}

.p-recruit .c-contact {
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .c-contact {
    margin-top: -11rem;
  }
}
.p-recruit .c-head-content__container {
  padding: 3rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .c-head-content__container {
    padding: 8rem 0;
  }
}

/*=============================
MV
=============================*/
.p-recruit__head-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__head-icon {
    width: 10.625rem;
  }
}
.p-recruit__head-icon.-left {
  left: 10%;
  right: unset;
}
@media screen and (min-width: 768px) {
  .p-recruit__head-icon.-left {
    right: 0;
    transform: translateX(-30rem);
  }
}
.p-recruit__head-icon.-right {
  right: 10%;
  left: unset;
}
@media screen and (min-width: 768px) {
  .p-recruit__head-icon.-right {
    left: 0;
    transform: translateX(30rem);
  }
}

/*=============================
共通
=============================*/
.p-recruit__list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.5rem 0;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__list {
    padding: 2.5rem 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-recruit__list.-col1, .p-recruit__list.-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-recruit__list.-col1 .p-recruit__item, .p-recruit__list.-col2 .p-recruit__item {
  width: 100%;
  max-width: 24.3125rem;
}
.p-recruit__list.-col3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-recruit__list.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*=============================
新卒募集
=============================*/
.p-recruit__newgraduate {
  position: relative;
  z-index: 1;
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-recruit__newgraduate {
    padding: 10rem 0 0;
  }
}

/*=============================
中途募集
=============================*/
.p-recruit__career {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}

/*=============================
Check
=============================*/
.p-recruit__check {
  position: relative;
  overflow: hidden;
  padding: 45vw 0 8rem;
  margin-top: -8rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__check {
    padding: 24vw 0 19rem;
    margin-top: -18rem;
  }
}
.p-recruit__check:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: var(--base-c);
  width: 100%;
  height: 100%;
}
.p-recruit__check:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -60%);
  width: 130%;
  aspect-ratio: 210/79;
  background-color: var(--white);
  border-radius: 100%;
}
.p-recruit__check .l-inner {
  max-width: 90.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__check .l-inner {
    width: 100%;
  }
}

.p-recruit__check__accent {
  position: absolute;
  top: 15.5vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-recruit__check__accent {
    top: 17.7vw;
  }
}
.p-recruit__check__accent .circle {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--white);
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit__check__accent .circle {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.p-recruit__check__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__check__title {
    font-size: 1.5rem;
  }
}
.p-recruit__check__title .check {
  width: 8.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__check__title .check {
    position: absolute;
    bottom: -5rem;
    right: 0;
    width: 6.25rem;
    pointer-events: none;
  }
}
.p-recruit__check__title.aos-animate .check {
  animation: swing 2s linear forwards;
}
@keyframes swing {
  0%, 100% {
    transform-origin: bottom center;
  }
  10% {
    transform: rotate(-15deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(2deg);
  }
  70% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.p-recruit__check__button {
  display: grid;
  place-content: center;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 9999px;
  transition: 0.3s;
  max-width: 41.3125rem;
  width: 90%;
  padding: 1.5rem 1rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit__check__button {
    padding: 2.5rem 1rem;
  }
}
.p-recruit__check__button:hover {
  background-color: var(--accent-c);
}

.p-recruit__check__image {
  display: block;
  margin-top: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__check__image .image {
    width: 100%;
  }
}

/*=============================
MV
=============================*/
.p-mission__head .c-head-content__container {
  position: relative;
  padding: 3rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .p-mission__head .c-head-content__container {
    padding: 8rem 0;
  }
}

.p-mission__head-icon {
  position: absolute;
  margin: auto;
}
.p-mission__head-icon.-left {
  width: 8.125rem;
  bottom: -1rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-mission__head-icon.-left {
    width: 25%;
    max-width: 23.625rem;
    bottom: -5rem;
    left: 2rem;
    transform: translateX(-35rem);
    right: 0;
  }
}
.p-mission__head-icon.-right {
  width: 4.375rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-mission__head-icon.-right {
    width: 14%;
    max-width: 9rem;
    right: 5rem;
    left: 0;
    bottom: 0;
    transform: translateX(28rem);
  }
}

/*=============================
理念
=============================*/
.p-mission__philosophy {
  position: relative;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy {
    padding: 8rem 0 9rem;
  }
}
.p-mission__philosophy:before {
  content: "";
  width: 95%;
  height: 75%;
  background-color: var(--primary-c);
  position: absolute;
  top: 25%;
  right: 0;
  border-radius: 3.125rem 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy:before {
    top: 23%;
    width: 53%;
    height: 70%;
    border-radius: 6.25rem 0 0 6.25rem;
  }
}
.p-mission__philosophy .l-inner {
  width: 80%;
  max-width: 80rem;
}

.p-mission__philosophy__bg-title {
  position: absolute;
  top: 37%;
  color: #9dffaf;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: clamp(6.25rem, 4.2779rem + 8.4142vw, 14.375rem);
  opacity: 0.3;
  line-height: 1;
  filter: blur(3px);
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__bg-title {
    top: 30%;
    filter: blur(6px);
    line-height: unset;
  }
}

.p-mission__philosophy__title {
  color: var(--accent-c);
  line-height: 1.4;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__title {
    font-size: 2.25rem;
  }
}
.p-mission__philosophy__title .eng {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__title .eng {
    font-size: 0.7em;
  }
}

.p-mission__philosophy__container {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-areas: "title text";
    column-gap: 3%;
  }
}
.p-mission__philosophy__container .title-wrapper {
  grid-area: title;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container .title-wrapper {
    margin-top: 2rem;
  }
}
.p-mission__philosophy__container .text-wrapper {
  grid-area: text;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container .text-wrapper {
    margin-top: 7rem;
  }
}
.p-mission__philosophy__container .title {
  font-size: clamp(1.225rem, 0.8637rem + 2.3948vw, 3.4375rem);
}
.p-mission__philosophy__container .text {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container .text {
    font-size: 1rem;
    line-height: 2.86;
  }
}
.p-mission__philosophy__container .text + .text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container .text + .text {
    margin-top: 2rem;
  }
}
.p-mission__philosophy__container .note {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__container .note {
    font-size: 0.875rem;
  }
}

.p-mission__philosophy__image.-image1 {
  width: fit-content;
  max-width: 85%;
  width: 31.5625rem;
  margin-top: 10%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__image.-image1 {
    position: absolute;
    left: 10%;
    bottom: 0;
    margin-top: 20%;
  }
}
.p-mission__philosophy__image.-image2 {
  position: absolute;
  bottom: 21%;
  right: 10%;
  max-width: 40%;
  width: 15.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__image.-image2 {
    left: 26%;
    bottom: 23%;
  }
}
.p-mission__philosophy__image.-shadow {
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy__image.-shadow {
    border-radius: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse {
    padding: 8rem 0 16rem;
  }
}
.p-mission__philosophy--reverse:before {
  background-color: var(--base-c);
  left: 0;
  border-radius: 0 3.125rem 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse:before {
    height: 58%;
    border-radius: 0 6.25rem 6.25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse .p-mission__philosophy__title {
    text-align: right;
    margin-right: 10%;
  }
}
.p-mission__philosophy--reverse .p-mission__philosophy__bg-title {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse .p-mission__philosophy__container {
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-areas: "text title";
  }
}
.p-mission__philosophy--reverse .p-mission__philosophy__image.-image1 {
  margin-left: auto;
  margin-right: 10%;
  max-width: 55%;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse .p-mission__philosophy__image.-image1 {
    left: unset;
    right: 10%;
    margin-right: 0;
    max-width: 33%;
  }
}
@media screen and (min-width: 1750px) {
  .p-mission__philosophy--reverse .p-mission__philosophy__image.-image1 {
    right: 7%;
  }
}
.p-mission__philosophy--reverse .p-mission__philosophy__image.-image2 {
  right: unset;
  bottom: 12%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  .p-mission__philosophy--reverse .p-mission__philosophy__image.-image2 {
    left: unset;
    right: 10%;
    bottom: 18%;
  }
}

/*=============================
Mind
=============================*/
.p-mission__mind {
  position: relative;
  padding: 3rem 0;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-mission__mind {
    padding: 4rem 0;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mission__mind .c-bg-radius {
    top: 26rem;
  }
}

.p-mission__mind__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__bg {
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.p-mission__mind__bg .c-bg-radius {
  top: 3%;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__bg .c-bg-radius {
    top: 6%;
  }
}
.p-mission__mind__bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: var(--base-c);
}
@media screen and (min-width: 768px) {
  .p-mission__mind__bg:before {
    height: 80%;
  }
}

.p-mission__mind__title {
  position: relative;
  width: 95%;
  max-width: 120rem;
  margin-inline: auto;
  text-align: center;
  padding: 2rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__title {
    padding: 8rem 0 12rem;
  }
}
.p-mission__mind__title .main-title {
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
  line-height: 1.5;
}
.p-mission__mind__title .main-title big {
  font-size: 1.6em;
  padding: 0 0.2em;
}
.p-mission__mind__title .bg-title {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  color: var(--primary-c);
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(6.25rem, 4.2779rem + 8.4142vw, 14.375rem);
  line-height: 1;
}

.p-mission__mind__content-wrapper {
  position: relative;
}
.p-mission__mind__content-wrapper .c-title-bg-loop {
  position: sticky;
  bottom: 5%;
  width: 100%;
  z-index: 1;
}

.p-mission__mind__content-sp {
  position: relative;
  z-index: 2;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__content-sp {
    display: none;
  }
}
.p-mission__mind__content-sp .content-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-mission__mind__content-sp .sub-title {
  color: var(--darkgrey);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
.p-mission__mind__content-sp .sub-title big {
  font-size: 2em;
}
.p-mission__mind__content-sp .main-title {
  font-size: 1.25rem;
}
.p-mission__mind__content-sp .text {
  margin-top: 1rem;
}
.p-mission__mind__content-sp .image-wrapper {
  display: grid;
  place-content: center;
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 2rem;
  aspect-ratio: 5/4;
  max-width: 25rem;
  margin-inline: auto;
}
.p-mission__mind__content-sp .image {
  height: 90%;
  margin: auto;
  object-fit: contain;
}

.p-mission__mind__content-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__content-pc {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 120rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: max-content 45% 45%;
    grid-template-areas: "pagination image text";
    column-gap: 5%;
    margin-top: 10rem;
  }
}

.p-mission__mind__content-pagination {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__content-pagination {
    grid-area: pagination;
    display: block;
    position: sticky;
    top: 30%;
    left: 0;
    height: fit-content;
  }
}
.p-mission__mind__content-pagination .pagination-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-mission__mind__content-pagination .pagination-item {
  display: grid;
  place-content: center;
  background-color: var(--white);
  border-radius: 100%;
  text-decoration: none;
  transition: 0.3s;
  aspect-ratio: 1/1;
  width: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mission__mind__content-pagination .pagination-item {
    width: 3.1875rem;
  }
}
.p-mission__mind__content-pagination .pagination-item.is-active {
  background-color: var(--black);
  color: var(--white);
}
.p-mission__mind__content-pagination .pagination-bar {
  position: absolute;
  z-index: -1;
  inset: 0;
  margin: auto;
  height: 90%;
  width: 1px;
  background-color: var(--border-c);
}
.p-mission__mind__content-pagination .pagination-bar .progress-bar {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20%;
  width: 1px;
  background-color: var(--black);
}

@media screen and (min-width: 768px) {
  .p-mission__mind__content-image {
    grid-area: image;
    display: block;
    position: sticky;
    top: 15%;
    left: 0;
    height: fit-content;
  }
}
.p-mission__mind__content-image .image-item {
  aspect-ratio: 27/23;
  background-color: var(--white);
  border-radius: 0.625rem;
  width: 100%;
  max-height: 90vh;
  display: none;
}
.p-mission__mind__content-image .image-item .image {
  width: 85%;
  margin-inline: auto;
  opacity: 0;
  transition: 0.3s;
}
.p-mission__mind__content-image .image-item.is-active {
  display: grid;
  place-content: center;
}
.p-mission__mind__content-image .image-item.is-active .image {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-mission__mind__content-text {
    grid-area: text;
    margin-top: 8rem;
  }
}
.p-mission__mind__content-text .text-list {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
.p-mission__mind__content-text .text-wrapper .sub-title {
  color: var(--darkgrey);
  font-family: "chillax", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.p-mission__mind__content-text .text-wrapper .sub-title big {
  font-size: 3em;
}
.p-mission__mind__content-text .text-wrapper .main-title {
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
  max-width: 32.875rem;
}
.p-mission__mind__content-text .text-wrapper .text {
  margin-top: 2rem;
  max-width: 30.375rem;
  line-height: 2;
}

/*=============================
MV
=============================*/
.p-about__head .c-head-content__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__head .c-head-content__container {
    padding: 3rem 0 6rem;
  }
}

.p-about__head-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.25rem;
  bottom: -2rem;
  transform: translateX(-3rem);
}
@media screen and (min-width: 768px) {
  .p-about__head-icon {
    width: 25%;
    max-width: 11.875rem;
    bottom: -2rem;
    transform: translateX(-23rem);
  }
}

/*=============================
目次
=============================*/
.p-about__container {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    padding-left: 4rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.p-about__container .c-index__navigation {
  padding-top: 3rem;
}

/*=============================
代表ご挨拶
=============================*/
.p-about__message {
  width: 90%;
  margin-inline: auto;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-about__message {
    width: 100%;
    padding: 0 0 10rem;
  }
}
.p-about__message .title {
  display: flex;
  align-items: end;
}
.p-about__message .title img {
  width: 5.625rem;
}
.p-about__message .description {
  margin-top: 1rem;
  line-height: 2.33;
}
@media screen and (min-width: 768px) {
  .p-about__message .description {
    line-height: 2.88;
    width: 95%;
    max-width: 55.3125rem;
  }
}
.p-about__message .image-wrapper {
  position: relative;
  z-index: -1;
  border-radius: 10px;
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__message .image-wrapper {
    margin-top: -7rem;
    max-width: 55vw;
  }
}
.p-about__message .name {
  display: block;
  font-weight: bold;
  font-size: 1em;
  margin-top: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-about__message .name {
    font-size: 1.5em;
  }
}
.p-about__message .name big {
  display: inline-block;
}
.p-about__message:after {
  content: "";
  clear: both;
}

/*=============================
部門紹介
=============================*/
.p-about__department {
  position: relative;
  width: 90%;
  margin-inline: auto;
  padding: 3rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-about__department {
    width: 100%;
    padding: 10rem 0;
  }
}
.p-about__department:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 0.5rem);
  height: 100%;
  background-color: var(--base-c);
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__department:before {
    border-radius: 6.25rem;
    left: calc(-14rem - 5vw);
    transform: unset;
  }
}
.p-about__department .description {
  margin-top: 1rem;
  max-width: 37.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__department .description {
    line-height: 2.5;
  }
}

.p-about__department__unit-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__department__unit-list {
    width: 90%;
    max-width: 75rem;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
  }
}

.p-about__department__unit-item {
  position: relative;
  background-color: var(--white);
  border-radius: 0.625rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.p-about__department__unit-item .head {
  display: flex;
  gap: 1.5rem;
}
.p-about__department__unit-item .tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  margin-top: 1rem;
}
.p-about__department__unit-item .tag {
  color: var(--accent-c);
  border: 1px solid var(--accent-c);
  border-radius: 9999px;
  padding: 0 1.2rem;
  height: fit-content;
}
.p-about__department__unit-item .unit-name-eng {
  background-color: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  line-height: 1;
  padding: 0.875rem 0.625rem;
  border-radius: 0.625rem 0 1.25rem 0;
  font-size: 1rem;
  min-width: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-about__department__unit-item .unit-name-eng {
    padding: 1.375rem 0.625rem;
    border-radius: 0.625rem 0 2.5rem 0;
    font-size: 1.125rem;
    min-width: 6.5rem;
  }
}
.p-about__department__unit-item .unit-name-eng big {
  font-family: "chillax", sans-serif;
  font-weight: 500;
  font-size: 2em;
}
.p-about__department__unit-item .unit-name-jpn {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-about__department__unit-item .unit-name-jpn {
    margin-top: 0;
  }
}
.p-about__department__unit-item .unit-name-jpn > * {
  line-height: 1.2;
}
.p-about__department__unit-item .unit-name-jpn small {
  font-size: 0.6em;
}
.p-about__department__unit-item .image-wrapper {
  max-width: 90%;
  margin-inline: auto;
  margin-top: 1rem;
}
.p-about__department__unit-item .image {
  margin-inline: auto;
}
.p-about__department__unit-item .description {
  max-width: 85%;
  margin-inline: auto;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  line-height: 2;
  border-top: 1px solid var(--border-c);
}
@media screen and (min-width: 768px) {
  .p-about__department__unit-item .description {
    padding-bottom: 3rem;
  }
}

/*=============================
会社情報
=============================*/
.p-about__profile {
  width: 90%;
  margin-inline: auto;
  padding: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-about__profile {
    width: 100%;
    padding: 10rem 5% 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-about__profile {
    padding: 10rem 0 0;
  }
}
.p-about__profile .description {
  margin-top: 1rem;
  max-width: 37.625rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__profile .description {
    line-height: 2.5;
  }
}

.p-about__profile__info-list {
  max-width: 60.625rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-list {
    margin-top: 4rem;
    margin-left: 15%;
  }
}

.p-about__profile__info-item {
  position: relative;
  border-top: 1px solid var(--border-c);
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-item {
    display: grid;
    grid-template-columns: 9.9375rem minmax(0, 1fr);
  }
}
.p-about__profile__info-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  height: 0.125rem;
  background-color: var(--accent-c);
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-item:before {
    width: 9.9375rem;
  }
}
.p-about__profile__info-item .title {
  padding: 1.5rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-item .title {
    padding: 2.5rem 1rem 2.5rem 2rem;
  }
}
.p-about__profile__info-item .text {
  padding: 0.5rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-item .text {
    padding: 2.5rem 1rem 2.5rem 4rem;
  }
}
.p-about__profile__info-item .text p:has(.u-map) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__profile__info-item .text p:has(.u-map) {
    gap: 1.5rem;
  }
}

/*=============================
Around the office
=============================*/
.p-about__office {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-about__office {
    padding: 2rem 0 3rem;
  }
}
.p-about__office .title-area {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1199px) {
  .p-about__office .title-area {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about__office .title-area {
    width: 90%;
    margin-inline: auto;
  }
}
.p-about__office .title {
  font-family: "chillax", sans-serif;
  font-weight: 100;
  color: var(--border-c);
  font-size: clamp(2.25rem, 1.2791rem + 4.1424vw, 6.25rem);
}
.p-about__office .sub-title {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 1199px) {
  .p-about__office .sub-title {
    padding: 0 0 2rem 0;
    margin-top: -1rem;
  }
}

.p-about__office__slider-list {
  align-items: center;
}

.p-about__office__slider-item {
  width: fit-content;
  max-width: 80%;
  height: 10.75rem;
}
@media screen and (min-width: 768px) {
  .p-about__office__slider-item {
    height: 32rem;
  }
}
.p-about__office__slider-item .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-about__office__slider-item .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*=============================
MAP
=============================*/
.p-about__map {
  overflow: hidden;
}
.p-about__map iframe {
  display: block;
  width: 100%;
  height: 27.3125rem;
}
@media screen and (min-width: 768px) {
  .p-about__map iframe {
    height: 39.8125rem;
  }
}

.p-404__head {
  padding-bottom: 5rem;
}
.p-404__head .description {
  max-width: 100%;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-404__head .description {
    font-size: 1.25rem;
  }
}
.p-404__head .c-more {
  margin-top: 5rem;
}

.p-news-archive__content {
  position: relative;
  overflow: hidden;
  margin-top: -5rem;
  margin-bottom: 4rem;
  padding: 7rem 0 4rem;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__content {
    margin-bottom: 8rem;
    padding: 12rem 0 8rem;
    border-radius: 0 0 6.25rem 6.25rem;
  }
}
.p-news-archive__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-color: var(--base-c);
}
@media screen and (min-width: 768px) {
  .p-news-archive__content:before {
    height: 20%;
  }
}

@media screen and (min-width: 768px) {
  .p-news-single .l-sidebar {
    padding-top: 14rem;
  }
}

.p-news-single__bg-title {
  width: fit-content;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "chillax", sans-serif;
  font-weight: 500;
  color: var(--primary-c);
  opacity: 0.3;
  font-size: clamp(5.625rem, 3.5012rem + 9.0615vw, 14.375rem);
  line-height: 1;
}

.p-news-single__pagination {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination {
    padding: 10rem 0;
  }
}

.p-news-single__pagination__container {
  border-top: 1px solid var(--border-c);
  border-bottom: 1px solid var(--border-c);
}

.p-news-single__pagination__list {
  max-width: 68.75rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-news-single__pagination__item .index,
.p-news-single__pagination__item .prev,
.p-news-single__pagination__item .next {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: clamp(0.75rem, 0.568rem + 0.7767vw, 1.5rem);
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .index,
  .p-news-single__pagination__item .prev,
  .p-news-single__pagination__item .next {
    column-gap: 1.5rem;
  }
}
.p-news-single__pagination__item .index {
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--base-c);
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .index {
    padding: 3rem;
  }
}
.p-news-single__pagination__item .index:before {
  content: "";
  width: 2.4375rem;
  height: 2.4375rem;
  background-image: url("../images/icons/icon-index.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-news-single__pagination__item .prev:hover .arrow,
.p-news-single__pagination__item .next:hover .arrow {
  background-color: var(--accent-c);
}
.p-news-single__pagination__item .prev {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .prev {
    flex-direction: row;
  }
}
.p-news-single__pagination__item .prev .arrow:before {
  transform: scale(-1) translateX(-100%);
}
.p-news-single__pagination__item .prev:hover .arrow:before {
  transform: scaleX(-1.4) translateX(-60%);
}
.p-news-single__pagination__item .next {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .next {
    flex-direction: row;
  }
}
.p-news-single__pagination__item .next:hover .arrow:before {
  transform: scaleX(1.4);
}
.p-news-single__pagination__item .arrow {
  display: grid;
  place-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--black);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .arrow {
    width: 5.0625rem;
    height: 5.0625rem;
  }
}
.p-news-single__pagination__item .arrow:before {
  content: "";
  width: 1.1875rem;
  height: 0.25rem;
  background-image: url("../images/icons/icon-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(217deg) brightness(101%) contrast(102%);
  transition: 0.3s;
  transform-origin: left;
}
@media screen and (min-width: 768px) {
  .p-news-single__pagination__item .arrow:before {
    height: 0.375rem;
  }
}

/*---------ヘルパークラス　接頭辞「u-」-------------*/
.u-sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}

.u-hide {
  visibility: hidden !important;
  opacity: 0 !important;
}

.u-show {
  visibility: visible !important;
  opacity: 1 !important;
}

.u-hidden {
  overflow: hidden !important;
}

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

.u-mt-xs {
  margin-top: 0.3125rem !important;
}

.u-mt-s {
  margin-top: 0.625rem !important;
}

.u-mt-m {
  margin-top: 1.25rem !important;
}

.u-mt-l {
  margin-top: 1.875rem !important;
}

.u-mt-xl {
  margin-top: 1.875rem !important;
}

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

.u-ml-auto {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .u-mt-xs {
    margin-top: 0.625rem !important;
  }
  .u-mt-s {
    margin-top: 1.25rem !important;
  }
  .u-mt-m {
    margin-top: 1.875rem !important;
  }
  .u-mt-l {
    margin-top: 3.75rem !important;
  }
  .u-mt-xl {
    margin-top: 5rem !important;
  }
}
.u-bg {
  background-color: var(--base-c);
}

.u-map {
  display: grid;
  place-content: center;
  background-color: var(--black);
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .u-map {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}
.u-map:before {
  content: "";
  background-image: url("../images/icons/icon-map.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .u-map:before {
    width: 1rem;
    height: 1.5rem;
  }
}

.u-spacer1 {
  padding-top: calc(1vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer1 {
    padding-top: 1rem;
  }
}

.u-spacer2 {
  padding-top: calc(2vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer2 {
    padding-top: 2rem;
  }
}

.u-spacer3 {
  padding-top: calc(3vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer3 {
    padding-top: 3rem;
  }
}

.u-spacer4 {
  padding-top: calc(4vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer4 {
    padding-top: 4rem;
  }
}

.u-spacer5 {
  padding-top: calc(5vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer5 {
    padding-top: 5rem;
  }
}

.u-spacer6 {
  padding-top: calc(6vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer6 {
    padding-top: 6rem;
  }
}

.u-spacer7 {
  padding-top: calc(7vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer7 {
    padding-top: 7rem;
  }
}

.u-spacer8 {
  padding-top: calc(8vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer8 {
    padding-top: 8rem;
  }
}

.u-spacer9 {
  padding-top: calc(9vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer9 {
    padding-top: 9rem;
  }
}

.u-spacer10 {
  padding-top: calc(10vw * 2);
}
@media screen and (min-width: 768px) {
  .u-spacer10 {
    padding-top: 10rem;
  }
}

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

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

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

.u-taj {
  text-align: justify !important;
}

.u-eng {
  font-family: "chillax", sans-serif !important;
  font-weight: 500;
}

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

.u-c-main {
  color: var(--primary-c);
}

.u-c-accent {
  color: var(--accent-c);
}

.u-c-white {
  color: var(--white);
}

.u-c-black {
  color: var(--black);
}

.u-c-grad {
  background: linear-gradient(90deg, rgb(239, 176, 249) 0%, rgb(248, 239, 175) 44%, rgb(175, 252, 185) 57%, rgb(176, 226, 113) 74%, rgb(52, 182, 255) 89%, rgb(52, 182, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-hover-grad {
  display: inline-block;
  background: url("../images/common/text-anime-gradation.svg") no-repeat;
  background-clip: text;
  background-color: var(--black);
  color: transparent;
  background-position: 300% 50%;
  transition: 0s;
}
.u-hover-grad:hover {
  background-position: -150% 50%;
  transition: 0.5s linear;
}

.u-underline {
  position: relative;
  text-decoration: underline;
  text-decoration-color: var(--primary-c);
  text-decoration-thickness: 0.5625rem;
  text-underline-offset: -0.3em;
}

.u-note {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .u-note {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */