@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&family=Open+Sans:wght@400;700&display=swap");
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.54545455;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
html {
  font-size: 10px;
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media only screen and (min-width: 1600px) {
  html {
    font-size: 12px;
  }
}

*,
h1, h2, h3, h4, h5, h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
label {
  margin: 0;
  padding: 0;
}

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

body {
  overflow: hidden;
  overflow-y: scroll;
}


.flex   {display: flex;}
.f_warp	{flex-wrap: wrap;}
.f_ac		{align-items: center;}
.f_as		{align-items: flex-start;}
.f_ae		{align-items: flex-end;}
.f_dr		{flex-direction: row-reverse;}/*逆順*/
.f_dc		{flex-direction: column;}
.f_cc		{justify-content: center;}
.f_ce		{justify-content: flex-end;}/*後ろ付き*/
.f_cb		{justify-content: space-between;}
.f_fit > * {
  flex: 1;
  min-width: fit-content;
}

.grid {display: grid;}
.grid .ga1 {grid-area: 1/1;}
.grid.col3{grid-template-columns: repeat(3, minmax(0, 1fr));}
.grid.col2{grid-template-columns: repeat(2, minmax(0, 1fr));}


@media screen and (min-width: 769px) {
  .sp{display: none!important;}
  .pc_noflex		{display: block!important;}
	.pc_flex		{display: flex;}
	.pc_f_warp	{flex-wrap: wrap;}
	.pc_f_ac		{align-items: center;}
	.pc_f_as		{align-items: flex-start;}
	.pc_f_ae		{align-items: flex-end;}
	.pc_f_dr		{flex-direction: row-reverse;}/*逆順*/
	.pc_f_dc		{flex-direction: column;}
	.pc_f_cc		{justify-content: center;}
	.pc_f_ce		{justify-content: flex-end;}/*後ろ付き*/
	.pc_f_cb		{justify-content: space-between;}
	.pc_f_fit > * {
		flex: 1;
		min-width: fit-content;
	}
	.pc_grid		{display: grid;}
	.grid .pc_ga1,
  .pc_grid .pc_ga1{grid-area: 1/1;}
  /*styleにpccpl設定*/
  .grid.pc_col,
  .pc_grid.pc_col{grid-template-columns: repeat(var(--pccol, 1), minmax(0, 1fr));}


  .pc_f1{flex: 1 0 100%;}
}

@media screen and (max-width: 768px) {
  .pc{display: none!important;}
  .sp_noflex		{display: block!important;}
	.sp_flex		{display: flex;}
	.sp_f_warp	{flex-wrap: wrap;}
	.sp_f_ac		{align-items: center;}
	.sp_f_as		{align-items: flex-start;}
	.sp_f_ae		{align-items: flex-end;}
	.sp_f_dr		{flex-direction: row-reverse;}/*逆順*/
	.sp_f_dc		{flex-direction: column;}
	.sp_f_cc		{justify-content: center;}
	.sp_f_ce		{justify-content: flex-end;}/*後ろ付き*/
	.sp_f_cb		{justify-content: space-between;}
	.sp_f_fit > * {
		flex: 1;
		min-width: fit-content;
	}
	.sp_grid		{display: grid;}
	.grid .sp_ga1,
  .sp_grid .sp_ga1{grid-area: 1/1;}
  /*styleにspcpl設定*/
  .grid.sp_col,
  .sp_grid.sp_col{grid-template-columns: repeat(var(--spcol, 1), minmax(0, 1fr));}
  
  .sp_f1{flex: 1 0 100%;}
}

.bd{border: 1px solid #000;}
.asr169{aspect-ratio: 16/9;}
.none{display: none!important;}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #fff;
  background-color: #131834;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.obFit,
.obFit_ct{width: 100%;height: 100%;}
.obFit   {object-fit: cover;}
.obFit_ct{object-fit: contain;}
.obPos_tc,
.pc_obPos_tc{object-position: top center;}


.l-404 {
  width: 100%;
  max-width: 120rem;
  margin: 3.6rem auto 19.1rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-404 {
    margin: 5.7rem auto;
    padding: 0 4rem;
  }
}

.l-access {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .l-access {
    position: relative;
    z-index: 5;
    padding: 0 4rem;
  }
}

.l-anchor {
  width: 100%;
  max-width: 132rem;
  margin: 4.5rem auto -7.7rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-anchor {
    margin: 4rem auto;
    padding: 0 4rem;
  }
}

.l-approach {
  padding-top: 13.2rem;
}
@media screen and (max-width: 768px) {
  .l-approach {
    margin-bottom: 10rem;
  }
}
.l-approach + .l-approach {
  padding-bottom: 13.2rem;
}

.l-back {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 17.7rem;
  padding: 0 15rem;
}

@media screen and (max-width: 768px) {
  .l-back {
    margin: 4.1rem auto 5.7rem;
    padding: 0 4rem;
  }
}

.l-case {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .l-case {
    margin-top: 5rem;
  }
}

.l-case + .l-case {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .l-case + .l-case {
    margin-top: 4.7rem;
  }
}

.l-contact {
  width: 100%;
  max-width: 120rem;
  margin: 3.6rem auto 15rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-contact {
    margin: 5.7rem auto;
    padding: 0 4rem;
  }
}

.l-contact {
  opacity: 0;
}

.is-load-end .l-contact {
  opacity: 1;
  transition: 1s linear;
}

.l-content {
  overflow: hidden;
}

.l-data {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 0;
  padding: 0 15rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-data {
    margin: 0;
    padding: 0 4rem;
  }
}

.l-data__item {
  flex: 1 0 50%;
}

@media screen and (max-width: 768px) {
  .l-data__item {
    flex: 1 0 100%;
    padding: 2.9rem 0 4rem;
    border-bottom: 1px solid #fff;
  }
}

.l-data--new {
  margin: 8.4rem auto 0;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-data--new {
    margin: 0;
    padding: 0 4rem;
  }
}

.l-footer {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0;
}

@media screen and (max-width: 768px) {
  .l-footer {
    position: relative;
    z-index: 5;
    padding: 0 4rem;
  }
}

.l-full-image {
  margin: 19.6rem auto 19.6rem;
}

@media screen and (max-width: 768px) {
  .l-full-image {
    margin: 5.2rem auto;
  }
}

.l-grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .l-grid-col3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 5.25rem;
  }
}

.l-header {
  position: fixed;
  z-index: 9;
  top: 5.5rem;
  left: 6rem;
}

@media screen and (max-width: 768px) {
  .l-header {
    top: 2.9rem;
    left: 2rem;
  }
}

.l-image {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 0;
  padding: 0 15rem;
}

@media screen and (max-width: 768px) {
  .l-image {
    margin: 3.2rem auto 0;
    padding: 0 4rem;
  }
}

.l-images {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 0;
  padding: 0 15rem;
}

@media screen and (max-width: 768px) {
  .l-images {
    margin: 3.2rem auto 0;
    padding: 0 4rem;
  }
}

.l-kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-kv-bg {
    height: 100%;
  }
}

.l-kv-bg__wrap {
  width: 100%;
  height: 100%;
}

.l-kv-bg__top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50vh - 22.7rem);
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-kv-bg__top {
    height: calc(50% - 10.1rem);
  }
}

.l-kv-bg__bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50vh - 22.7rem);
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-kv-bg__bottom {
    height: calc(50% - 10.1rem);
  }
}

.l-kv-bg__left {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(50% - 61.0*0.5rem);
  height: 47.2rem;
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-kv-bg__left {
    width: calc(50% - 27*0.5rem);
  }
}

.l-kv-bg__right {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(50% - 61.0*0.5rem);
  height: 47.2rem;
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-kv-bg__right {
    width: calc(50% - 27*0.5rem);
  }
}

.l-kv-go__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-kv-go__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.l-kv-bg__inner {
  width: 100%;
  height: 100%;
}

.l-kv-bg__wrap {
  position: relative;
  z-index: 2;
  transition: opacity .4s linear;
  opacity: 1;
}

.is-kv-show .l-kv-bg__wrap {
  transition: opacity .4s linear;
  opacity: 0;
}

.l-kv-message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .l-kv-message {
    position: fixed;
    -webkit-transform: none !important;
            transform: none !important;
    height: 100%;
  }
}

.l-kv {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .l-kv {
    height: 100%;
  }
}

.l-loading {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-lower-header {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto 0;
  padding: 52.1rem 6rem 0;
}

@media screen and (max-width: 768px) {
  .l-lower-header {
    display: block;
    padding: 33rem 4rem 0;
  }
}

.l-lower-header__anchor {
  margin-top: 2.3rem;
}

@media screen and (max-width: 768px) {
  .l-lower-header__anchor {
    display: none;
  }
}

.l-lower-header--news {
  padding-top: 51rem;
}

@media screen and (max-width: 768px) {
  .l-lower-header--news {
    padding-top: 32.6rem;
  }
}

.l-main {
  width: 100%;
  height: 200vh;
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-main {
    height: 200vh;
    overflow: hidden;
  }
}

.l-member-detail {
  background-color: #f5f2eb;
  color: #131834;
  padding: 19rem 0 0;
  overflow: hidden;
}

.l-member-detail__cv {
  position: fixed;
  z-index: 4;
  bottom: 50px;
  left: 0;
  width: 100%;
  transition: 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(1) translateY(calc(50px + 100%));
          transform: scale(1) translateY(calc(50px + 100%));
}

@media screen and (max-width: 768px) {
  .l-member-detail__cv {
    bottom: 5rem;
    -webkit-transform: scale(1) translateY(calc(5rem + 100%));
            transform: scale(1) translateY(calc(5rem + 100%));
  }
}

.l-member-detail__cv > .p-member-detail-header__contact {
  margin-top: 0;
}

.is-member-scroll .l-member-detail__cv {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
}

.is-member-scroll.is-cv-show .l-member-detail__cv {
  transition: 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -webkit-transform: scale(0) translateY(0px);
          transform: scale(0) translateY(0px);
}

.l-member-detail__inner {
  max-width: 120rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-member-detail__inner {
    max-width: 100%;
  }
}

.l-member-detail__thumbnail {
  margin-top: 10rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}

.l-member-detail__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.l-member-detail__content {
  margin-top: 11.5rem;
  display: grid;
  grid-template-columns: 78rem 35rem;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-member-detail__content {
    display: block;
    padding: 0 4rem;
  }
}

.l-member-detail__tags {
  padding-left: 4.6rem;
  border-left: 1px solid rgba(19, 24, 52, 0.1);
}

@media screen and (max-width: 768px) {
  .l-member-detail__tags {
    margin-top: 8.6rem;
    padding-left: 0;
    border-left: none;
  }
}

.l-member-detail__works {
  margin-top: 13.5rem;
}

@media screen and (max-width: 768px) {
  .l-member-detail__works {
    padding: 0 4rem;
  }
}

.l-member-detail__contact {
  margin-top: 26.5rem;
  background-color: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-member-detail__contact {
    margin-top: 14.6rem;
  }
}

.l-member-detail__back {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0;
  padding: 21.3rem 15rem 27.0rem;
}

@media screen and (max-width: 768px) {
  .l-member-detail__back {
    padding: 9.2rem 0 12.5rem;
  }
}

.l-member-detail__back a {
  color: #131834;
}

.l-member-list {
  width: 100%;
  max-width: 132rem;
  margin: 15rem auto 15rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-member-list {
    margin: 5rem auto;
    padding: 0 4rem;
  }
}

.l-member-list__list {
  padding: 6.6rem 0 0;
  border-top: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  row-gap: 14rem;
}

@media screen and (max-width: 768px) {
  .l-member-list__list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-member-list__item {
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-member-list__item:first-child {
    border-top: none;
    padding-top: 0;
  }
}

.l-member {
  width: 100%;
  max-width: 120rem;
  margin: 15rem auto 15rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-member {
    margin: 5rem auto;
    padding: 0 4rem;
  }
}

.l-mouse {
  position: fixed;
  z-index: 9;
  top: -3.4905rem;
  left: -3.4905rem;
  pointer-events: none;
}

.is-mobile .l-mouse,
.is-ios .l-mouse {
  display: none !important;
}

.no-touch .l-mouse {
  display: block;
  transition: .4s linear;
  opacity: 1;
}

.l-nav {
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .l-nav {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.l-news-detail {
  background-color: #f5f2eb;
  color: #131834;
  padding: 21.2rem 0 0;
  overflow: hidden;
}

.l-news-detail__inner {
  max-width: 92rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-news-detail__inner {
    max-width: 100%;
  }
}

.l-news-detail__header {
  padding-bottom: 12.6rem;
  border-bottom: 1px solid rgba(20, 24, 52, 0.2);
}

@media screen and (max-width: 768px) {
  .l-news-detail__header {
    padding: 0 0 8.6rem;
    margin: 0 4rem;
  }
}

.l-news-detail__title {
  padding-top: 7.1rem;
}

.l-news-detail__title h1 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .l-news-detail__title h1 {
    font-size: 1.9rem;
    line-height: 180%;
  }
}

@media screen and (max-width: 768px) {
  .l-news-detail__title {
    padding: 5.1rem 4rem 0;
  }
}

.l-news-detail__thumbnail {
  margin-top: 7.4rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.l-news-detail__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-news-detail__thumbnail {
    margin-top: 5rem;
    padding: 0 4rem 0;
  }
}

.l-news-detail__content {
  margin-top: 11.5rem;
  justify-content: space-between;
  padding: 0 0 13.8rem;
}

@media screen and (max-width: 768px) {
  .l-news-detail__content {
    display: block;
    padding: 0 4rem;
  }
}

.l-news-detail__footer {
  padding: 3.5rem 0 15rem;
  border-top: 1px solid rgba(20, 24, 52, 0.2);
}

@media screen and (max-width: 768px) {
  .l-news-detail__footer {
    margin: 0 4rem;
  }
}

.l-news-detail__footer .p-back {
  text-align: left;
}

.l-news-detail__footer a {
  color: #131834;
}

.l-news-detail__breadcrumb {
  margin-bottom: 4.8rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #141834;
  opacity: 0.34;
}

.l-news-list {
  width: 100%;
  max-width: 132rem;
  margin: 12.2rem auto 15rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-news-list {
    margin: 4.6rem auto;
    padding: 0 4rem;
  }
}

.l-news-list___list {
  padding: 6.6rem 0 0;
  border-top: 1px solid #fff;
}

.l-news-list__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.l-news-list__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .l-news-list__item:last-child {
    border-bottom: none;
  }
}

.l-new-list__pager {
  margin-top: 7.3rem;
}

@media screen and (max-width: 768px) {
  .l-new-list__pager {
    padding: 7rem 0 3.3rem;
    margin-top: 0;
    border-top: 1px solid white;
  }
}

.l-privacy {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 0;
  padding: 0 12rem;
}

@media screen and (max-width: 768px) {
  .l-privacy {
    position: relative;
    z-index: 5;
    padding: 0 4rem;
  }
}

.l-project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  margin: -1.4rem auto 17.7rem;
  padding: 0 10rem;
  min-height: 51.7906rem;
}

@media screen and (max-width: 768px) {
  .l-project-list {
    display: block;
    margin: -0.6rem auto 6.6rem;
    padding: 0 4rem;
  }
}

.l-project-list__item {
  margin-top: 9.4rem;
  flex: 0 1 46%;
}

@media screen and (max-width: 768px) {
  .l-project-list__item {
    margin-top: 4.6rem;
  }
}

.l-project-list__item {
  opacity: 0;
}

.is-load-end .l-project-list__item {
  opacity: 1;
  transition: 1s linear;
}

.l-project-pager {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 17.7rem;
  padding: 0 10rem;
}

@media screen and (max-width: 768px) {
  .l-project-pager {
    display: block;
    margin: 0 auto 6.6rem;
    padding: 0 4rem;
  }
}

.l-recruit {
  width: 100%;
  max-width: 120rem;
  margin: 15rem auto 15rem;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-recruit {
    margin: 5.7rem auto;
    padding: 0 4rem;
  }
}

.l-right {
  position: fixed;
  z-index: 9;
  top: 4.2rem;
  right: 6rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-right {
    top: 1.9rem;
    right: 2rem;
  }
}

.l-right__contact {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  margin-right: 4.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-right__contact {
    display: none;
  }
}

.is-nav-open .l-right__contact > .c-link,
.single.member .l-right__contact > .c-link,
.single.news .l-right__contact > .c-link {
  color: #131834;
}

.is-nav-open .l-right__contact > .c-link .c-link__text:before,
.single.member .l-right__contact > .c-link .c-link__text:before,
.single.news .l-right__contact > .c-link .c-link__text:before {
  background-color: #131834;
}

.l-scroll {
  width: 100%;
  height: 100vh;
  background: #f5f2eb;
}

@media screen and (max-width: 768px) {
  .l-scroll {
    height: 100%;
  }
}

.l-scrolldown {
  position: fixed;
  z-index: 9;
  bottom: 6rem;
  left: 6.4rem;
  height: 14.3rem;
  opacity: 1;
  transition: .2s linear;
}

@media screen and (max-width: 768px) {
  .l-scrolldown {
    bottom: 2.9rem;
    left: 0.7rem;
    display: none;
  }
}

.is-scroll .l-scrolldown {
  pointer-events: none;
  opacity: 0;
}

.l-section {
  display: flex;
  width: 100%;
  max-width: 106rem;
  margin: 0 auto;
  padding: 15rem 6rem;
}

.l-section + .l-section {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-section {
    display: block;
    padding: 5.5rem 0;
    width: 78.66667vw;
  }
}

.l-section__header {
  flex: 1 0 25%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-section__header {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.l-section__body {
  flex: 0 1 68.75%;
}
#about02 .l-section__body {
  margin-top: -1em;
}
.l-service {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto 0;
  padding: 10rem 6rem 0;
}

@media screen and (max-width: 768px) {
  .l-service {
    margin: 7.5rem auto 0;
    padding: 0 4rem;
  }
	#about02 .l-section__body {
		margin-top: 0;
	}
}

.l-service:last-child .l-service__content {
  border-bottom: none;
}

.l-service__thumbnail {
  position: relative;
  margin-bottom: -10rem;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-service__thumbnail {
    margin-bottom: 0;
    border-radius: 0.8rem;
  }
}

.l-service__content {
  position: relative;
  padding-top: 16.7rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-service__content {
    padding-top: 7rem;
    padding-bottom: 6.7rem;
  }
}

.l-service__body {
  margin-top: 10.8rem;
}

@media screen and (max-width: 768px) {
  .l-service__body {
    margin-top: 6.7rem;
  }
}

.l-service__new-driven {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .l-service__new-driven {
    margin-top: 7.1rem;
  }
}

.l-service__new-driven__header {
  margin-bottom: 3.7rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .l-service__new-driven__header {
    margin-bottom: 2.2rem;
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 125%;
  }
}

.l-service__sub-content {
  margin-top: 8.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .l-service__sub-content {
    margin-top: 6.8rem;
  }
}

.l-service__sub-content__header {
  margin-top: 7.2rem;
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .l-service__sub-content__header {
    margin-top: 6.7rem;
    font-size: 2rem;
    line-height: 125%;
  }
}

.l-service__sub-content__body {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .l-service__sub-content__body {
    margin-top: 3.6rem;
  }
}

.l-servcie__driven {
  row-gap: 1.5rem;
}

.l-service__driven-description {
  margin-top: 4.2rem;
}

.l-solution {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto 0;
  padding: 10rem 6rem 0;
}

@media screen and (max-width: 768px) {
  .l-solution {
    margin: 7.5rem auto 0;
    padding: 0 4rem;
  }
}

.l-solution__intro {
  margin-top: 10.9rem;
}

.l-solution___creative {
  padding-bottom: 14.8rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-solution___creative {
    padding-bottom: 10rem;
  }
}

.l-solution___branding {
  margin-top: 3rem;
  padding-bottom: 14.8rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-solution___branding {
    margin-top: 1.9rem;
  }
}

.l-sort-button {
  width: 100%;
  max-width: 120rem;
  margin: 4.5rem auto 0;
  padding: 0rem 6rem 0;
}

@media screen and (max-width: 768px) {
  .l-sort-button {
    margin: 2.6rem auto 0;
    padding: 0rem 4rem 0;
  }
}

.l-sort-button {
  opacity: 0;
}

.is-load-end .l-sort-button {
  opacity: 1;
  transition: 1s linear;
}

.l-sort {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 24, 52, 0.9);
  display: none;
}

.l-text {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 0;
  padding: 0 15rem;
}

@media screen and (max-width: 768px) {
  .l-text {
    margin: 5.5rem auto 0;
    padding: 0 4rem;
  }
}

.l-thumbnail {
  width: 100%;
  max-width: 132rem;
  margin: 10.2rem auto 0;
  padding: 0 6rem 0;
}

.l-thumbnail img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-thumbnail {
    margin: 4.3rem auto 0;
    padding: 0 2rem;
  }
}


.bdrImg {
  overflow: hidden;
  isolation: isolate;
  border-radius: clamp(0.8rem, 1.2cqw, 1.6rem);
}

.l-top-image {
  margin-top: 21.2rem;
  padding: 0 6rem;
  height: 73.0rem;
}

@media screen and (max-width: 768px) {
  .l-top-image {
    position: relative;
    z-index: 5;
    padding: 0;
    height: 45rem;
  }
}

.l-top-links {
  width: 100%;
  max-width: 120rem;
  margin: 21.8rem auto 0;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-top-links {
    position: relative;
    z-index: 5;
    display: block;
    margin: 9.9rem auto 0;
    padding: 0 4rem;
    border-top: none;
    border-bottom: none;
  }
}

.l-top-links__item {
  flex: 1 0 50%;
  border-left: 1px solid #fff;
}

.l-top-links__item + .l-top-links__item {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .l-top-links__item {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .l-top-links__item + .l-top-links__item {
    border-bottom: 1px solid #fff;
  }
}

.l-top-section {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin: 20.5rem auto 0;
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-top-section {
    position: relative;
    z-index: 5;
    margin: 10.5rem 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 4rem;
  }
}

.l-top-section__header {
  flex: 0 1 40rem;
}

@media screen and (max-width: 768px) {
  .l-top-section__header {
    flex: 0 1 auto;
  }
}

.l-top-section__content {
  flex: 0 1 60rem;
  margin-right: -6rem;
}

@media screen and (max-width: 768px) {
  .l-top-section__content {
    flex: 1 0 100%;
    width: 100%;
    margin-right: 0;
  }
}

.l-top-section--center {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-top-section--center {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .l-top-section--center .l-top-section__header {
    margin-top: 4.5rem;
  }
}

.l-top-section--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .l-top-section--reverse {
    flex-direction: column-reverse;
  }
}

.l-top-section--reverse .l-top-section__content {
  margin-right: 0;
  margin-left: -6rem;
}

@media screen and (max-width: 768px) {
  .l-top-section--reverse .l-top-section__content {
    margin-left: 0rem;
  }
}

.l-top-section--about {
  position: relative;
  z-index: 5;
  margin: -1rem auto;
  padding: 1rem 6rem 0;
  background-color: #131834;
}

@media screen and (max-width: 768px) {
  .l-top-section--about {
    margin: -15rem auto 0;
    padding: 1rem 4rem 0;
    align-items: flex-start;
  }
}

.l-top-text {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-works-header {
  width: 100%;
  height: 100vh;
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .l-works-header {
    margin-bottom: 4rem;
  }
}

.l-works-section {
  width: 100%;
  max-width: 120rem;
  margin: 12.6rem auto 0;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .l-works-section {
    margin: 6.3rem auto 0;
    padding: 0 4rem;
  }
}

.l-works-slider {
  width: 100%;
  max-width: 120rem;
  margin: 8.4rem auto 0;
  padding: 0 6rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .l-works-slider {
    margin: 8rem 0;
    padding: 0;
  }
}

.c-anchor {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.33333;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-anchor {
    font-size: 1.2rem;
  }
}

.c-anchor__line {
  margin: 0 1rem;
  width: 1.5rem;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-anchor__line {
    width: 1rem;
    margin: 0 .8rem;
  }
}

.c-box-link {
  position: relative;
  width: 100%;
  height: 25.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.c-box-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: #1e233e;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-box-link:hover:before {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-box-link:hover .c-box-link__text {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 768px) {
  .c-box-link {
    height: 12.5rem;
  }
}

.c-box-link__number {
  position: absolute;
  z-index: 2;
  top: 1.9rem;
  left: 2.4rem;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.c-box-link__text {
  position: relative;
  z-index: 2;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 768px) {
  .c-box-link__text {
    font-size: 2.5rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.c-card-brand__thumbnail {
  position: relative;
  z-index: 0;
  background: #fff;
  color: #131834;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-card-brand__thumbnail {
    border-radius: 0.8rem;
  }
}

.c-card-brand__header {
  display: grid;
  min-height: 6.4rem;
  grid-template-columns: 4.8rem 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(20, 24, 52, 0.24);
}

@media screen and (max-width: 768px) {
  .c-card-brand__header {
    grid-template-columns: 3.8rem 1fr;
  }
}

.c-card-brand__number {
  margin-top: -0.6rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #131834;
}

@media screen and (max-width: 768px) {
  .c-card-brand__number {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.c-card-brand__heading {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .c-card-brand__heading {
    font-size: 1.4rem;
  }
}

.c-card-brand__heading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ' ';
  width: 1px;
  height: 2.3rem;
  background-color: rgba(20, 24, 52, 0.24);
}

@media screen and (max-width: 768px) {
  .c-card-brand__heading:before {
    height: 1.75rem;
  }
}

.c-card-brand__description {
  margin-top: 5rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .c-card-brand__description {
    margin-top: 2.4rem;
    font-size: 1.2rem;
  }
}

.c-card-creative__thumbnail {
  position: relative;
  z-index: 0;
  border-radius: 1.6rem;
  overflow: hidden;
}

.c-card-creative__thumbnail img {
  display: block;
}

.c-card-creative__description {
  margin-top: 4.2rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .c-card-creative__description {
    margin-top: 2.4rem;
    font-style: normal;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 200%;
  }
}

.c-card-datalist {
  border: 1px solid #646779;
  border-radius: 1.6rem;
}

.c-card-datalist__title {
  padding: 2rem 2rem 0.2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 200%;
  border-bottom: 1px solid #646779;
}

@media screen and (max-width: 768px) {
  .c-card-datalist__title {
    padding: 1.7rem 1.6rem 0;
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.c-card-datalist__list {
  display: grid;
  row-gap: 1.1rem;
  padding: 2.8rem 2rem 3.6rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 145%;
  color: #FFFFFF;
  opacity: 0.64;
}

@media screen and (max-width: 768px) {
  .c-card-datalist__list {
    padding: 2.2rem 1.6rem 3.2rem;
    font-size: 1.2rem;
    line-height: 145%;
  }
}

.c-card-datalist__list > li {
  position: relative;
  padding: 0 0 0 2rem;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .c-card-datalist__list > li {
    padding: 0 0 0 1.2rem;
  }
}

.c-card-datalist__list > li:before {
  content: ' ';
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.74;
}

@media screen and (max-width: 768px) {
  .c-card-datalist__list > li:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.c-circle-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
}

@media screen and (max-width: 768px) {
  .c-circle-button {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.c-circle-button__text {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.c-circle-button > svg{
  width: 20%;
  height: auto;
}
.c-circle-button > svg path{
  fill: #FFF;
}
@media screen and (max-width: 768px) {
  .c-circle-button__text {
    font-size: 1rem;
  }
}

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

.c-cricle-button__circle--front svg ellipse {
  stroke: white;
}

.c-cricle-button__circle--back svg ellipse {
  stroke: rgba(255, 255, 255, 0.3);
}

.c-circle-button--black {
  color: #131834;
}

.c-circle-button--black:hover {
  color: #131834;
}

.c-circle-button--black .c-cricle-button__circle--front svg ellipse {
  stroke: #131834;
}

.c-circle-button--black .c-cricle-button__circle--back svg ellipse {
  stroke: rgba(19, 24, 52, 0.3);
}

.c-circle-button--large {
  width: 9rem;
  height: 9rem;
}

@media screen and (max-width: 768px) {
  .c-circle-button--large {
    width: 5rem;
    height: 5rem;
  }
}

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

.c-circle-link__text {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-right: 2.0rem;
}

@media screen and (max-width: 768px) {
  .c-circle-link__text {
    font-size: 1.2rem;
  }
}

.c-circle-link__icon {
  position: relative;
  width: 6.0rem;
  height: 6.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-circle-link__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.c-circle-link__arrow {
  width: .8rem;
}

@media screen and (max-width: 768px) {
  .c-circle-link__arrow {
    width: .6rem;
  }
}

.c-circle-link__arrow svg path {
  fill: #fff;
}

.c-circle-link__circle--front {
  position: absolute;
  width: 6.0rem;
  height: 6.0rem;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-circle-link__circle--front {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.c-circle-link__circle--front svg ellipse {
  stroke: #fff;
}

.c-circle-link__circle--back {
  position: absolute;
  width: 6.0rem;
  height: 6.0rem;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-circle-link__circle--back {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.c-circle-link__circle--back svg ellipse {
  stroke: rgba(255, 255, 255, 0.3);
}

.c-circle-link_sort {
  width: 1.9rem;
}

.c-circle-link_sort svg {
  width: 100%;
}

.c-close {
  position: relative;
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5rem 0px rgba(2, 2, 2, 0.5);
  transition: .2s linear;
}

@media screen and (max-width: 768px) {
  .c-close {
    width: 4rem;
    height: 4rem;
  }
}

.c-close:hover {
  box-shadow: 0px 0px 3rem 0px rgba(255, 255, 255, 0.25);
  background-color: #131834;
}

.c-close:hover .c-close__line {
  background: #fff;
}

.c-close__line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 2rem;
  height: 1px;
  background: #131834;
}

@media screen and (max-width: 768px) {
  .c-close__line {
    width: 1.5rem;
    height: 1px;
  }
}

.c-close__line--01 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-close__line--02 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes IN_OUT {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes IN_OUT {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.c-contact-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1.8rem 0.8rem;
  border-radius: .8rem;
}

.c-contact-link:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .8rem;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-contact-link:hover:before {
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}

.c-contact-link:hover .c-contact-link__text,
.c-contact-link:hover .c-contact-link__icon {
  -webkit-animation: IN_OUT .5s;
          animation: IN_OUT .5s;
}

.c-contact-link__text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 200%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  color: #141834;
}

@media screen and (max-width: 768px) {
  .c-contact-link__text {
    font-size: 1.2rem;
    line-height: 200%;
  }
}

.c-contact-link__icon {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 2.5rem;
}

.c-contact-link[data-size="large"] {
  width: 100%;
  height: 100%;
  justify-content: center;
}

.c-contact-link[data-size="large"] .c-contact-link__text {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 200%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .c-contact-link[data-size="large"] .c-contact-link__text {
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.c-contact-link[data-size="large"] .c-contact-link__icon {
  margin-left: 1.8rem;
  display: block;
  font-size: 4.4rem;
}

@media screen and (max-width: 768px) {
  .c-contact-link[data-size="large"] .c-contact-link__icon {
    font-size: 4.4rem;
  }
}

.c-data__header {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-data__header {
    font-size: 1.7rem;
  }
}

.c-data__body {
  margin-top: 2.2rem;
}

@media screen and (max-width: 768px) {
  .c-data__body {
    margin-top: 0.9rem;
  }
}

.c-data__body > dl {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-data__body > dl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-data__body > dl > dt {
  flex: 0 1 20%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .c-data__body > dl > dt {
    flex: 0 1 22%;
  }
}

.c-data__body > dl > dd {
  flex: 0 1 66.66667%;
}

@media screen and (max-width: 768px) {
  .c-data__body > dl > dd {
    flex: 0 1 78%;
  }
}

.c-data__body > dl > dd + dt {
  margin-top: 1rem;
}

.c-data__body > dl > dd + dt + dd {
  margin-top: 1rem;
}

.c-data__body > ul {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .c-data__body > ul {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.c-data__body > ul > li + li {
  margin-top: 1rem;
}

.c-footer-nav {
  display: flex;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .c-footer-nav {
    flex-wrap: wrap;
  }
}

.c-footer-nav__item {
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .c-footer-nav__item {
    margin-right: 0;
    flex: 0 1 50%;
  }
}

.c-footer-nav__link {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3.33333;
  letter-spacing: 0.05em;
  transition: .2s linear;
}

.c-footer-nav__link:hover {
  opacity: 0.3;
}

.c-heading__number {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.c-heading__number > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-heading__number {
    font-size: 1.2rem;
  }
}

.c-heading__text {
  margin-top: 0.4rem;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  overflow: hidden;
}

.c-heading__text > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-heading__text {
    font-size: 3.5rem;
  }
}

.c-heading__number > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-heading__text > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.is-enter .c-heading__number > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.is-enter .c-heading__text > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.c-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.c-image__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

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

.c-image {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.c-image__inner {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateX(110%) scale(1.1);
          transform: translateX(110%) scale(1.1);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-enter .c-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-enter .c-image__inner {
  -webkit-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
}

.c-image--show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: none;
}

.c-image--show .c-image__inner {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: none;
}

.c-image--parallax .c-image__inner {
  height: 160%;
}

.c-image--parallax .c-image__item {
  position: relative;
  top: -30%;
}

.c-kv-link {
  position: relative;
  display: flex;
  pointer-events: none;
}

.c-kv-link.is-current {
  z-index: 2;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .c-kv-link {
    width: 100%;
    height: 100%;
  }
}

.c-kv-link__icon {
  flex: 1 0 8.5rem;
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b29059;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-kv-link__icon {
    flex: 1 0 6rem;
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: 0;
    right: 3rem;
  }
}

.c-kv-link__icon svg {
  width: .8rem;
}

.c-kv-link__icon svg path {
  fill: #fff;
}

.c-kv-link__content {
  flex: 1 0 20.5rem;
  margin-left: 2.6rem;
  color: #131834;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-kv-link__content {
    position: absolute;
    top: 0;
    left: 3rem;
    margin-left: 0;
  }
}

.c-kv-link__number {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-kv-link__number {
    font-size: 1rem;
  }
}

.c-kv-link__title {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-kv-link__title {
    font-size: 2rem;
  }
}

.c-kv-link__category {
  margin-top: 1.5rem;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-kv-link__category {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}

.c-kv-link__show {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-kv-link__show {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 2.5rem;
    right: 10.0rem;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #131834;
  }
}

.c-kv-link__number,
.c-kv-link__title,
.c-kv-link__category {
  overflow: hidden;
}

.c-kv-link__number > span,
.c-kv-link__title > span,
.c-kv-link__category > span {
  display: inline-block;
  -webkit-transform: translateY(103%);
          transform: translateY(103%);
}

.c-kv-link__number > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.c-kv-link__title > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.c-kv-link__category > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-current .c-kv-link__number > span,
.is-current .c-kv-link__title > span,
.is-current .c-kv-link__category > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.is-current .c-kv-link__number > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-current .c-kv-link__title > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.is-current .c-kv-link__category > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.c-kv-link__content {
  transition: color .4s ease;
}

.is-kv-show .c-kv-link__content {
  transition: color .4s ease;
  color: #fff;
}

.c-kv-nav {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .c-kv-nav {
    display: flex;
  }
}

.c-kv-nav__item {
  position: relative;
  margin: 1rem 0;
  width: 4.5rem;
  height: 4.5rem;
}

@media screen and (max-width: 768px) {
  .c-kv-nav__item {
    width: 3.6rem;
    height: 3.6rem;
  }
  .c-kv-nav__item + .c-kv-nav__item {
    margin-left: 0rem;
  }
}

.c-kv-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-kv-nav__number {
  pointer-events: none;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #131834;
}

.c-kv-nav__circle {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-kv-nav__circle--front ellipse {
  stroke: #131834;
}

.c-kv-nav__circle--back ellipse {
  stroke: rgba(19, 24, 52, 0.1);
}

@media screen and (max-width: 768px) {
  .c-kv-nav__circle--back ellipse {
    stroke: rgba(19, 24, 52, 0);
  }
}

@media screen and (max-width: 768px) {
  .c-kv-nav__link.is-current .c-kv-nav__circle--back ellipse {
    stroke: rgba(19, 24, 52, 0.1);
  }
}

.c-link > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "sofia-pro", sans-serif;
}

.c-link > span:before, .c-link > span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.c-link > span:before {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-link > span:after {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.c-link:hover > span:before {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
}

.c-link:hover > span:after {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-link--bold > span:before, .c-link--bold > span:after {
  height: 2px;
}

.c-logo {
  display: flex;
  align-items: center;
}

.c-logo__icon {
  position: relative;
  top: -0.2rem;
  width: 3.8rem;
  height: 3.7rem;
  margin-right: 0.95rem;
}

.c-logo__icon svg {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-logo__icon {
    width: 2.45rem;
    height: 2.45rem;
    margin-right: 0.9rem;
  }
}

.c-logo__text {
  width: 26.5rem;
  height: 2.4rem;
}

.c-logo__text svg {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-logo__text {
    width: 18rem;
    height: 1.4rem;
  }
}

.c-logo__text svg path {
  fill: #fff;
}

.is-nav-open .c-logo__text svg path,
.single.member .c-logo__text svg path {
  fill: #131834 !important;
}

.c-member-card {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 7.0rem;
}

.c-member-card__link:hover .c-member-card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-member-card__number {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 200%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

.c-member-card__number span {
  display: inline-block;
  margin-right: 9px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 800;
  font-size: 4.4rem;
  line-height: 5.1rem;
}

.c-member-card__image {
  margin-top: 1.0rem;
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: .8rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.c-member-card__image img {
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-member-card__name {
  margin-top: 2.3rem;
}

.c-member-card__name__en {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.05em;
}

.c-member-card__name__ja {
  margin-top: -2px;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 200%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

.c-member-card__others li {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 160%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  color: #FFFFFF;
}

.c-member-card__tags {
  margin-top: 4rem;
}

.c-member-card__tag {
  list-style-type: none;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 160%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

.c-member-card__tag.is-other {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 160%;
}

.c-member-card__position {
  margin-top: 3.3rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.c-member-card__cv {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
}

.c-member-works__thumbnail {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: .8rem;
  cursor: pointer;
}

.c-member-works__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.c-member-works__thumbnail:hover .c-member-works__hover {
  opacity: 1;
}

.c-member-works__hover {
  z-index: 0;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 24, 52, 0.34);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 125%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  opacity: 0;
  transition: .2s linear;
}

@-webkit-keyframes HOVER_MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}

@keyframes HOVER_MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-12.5%);
            transform: translateX(-12.5%);
  }
}

.c-member-works__hover__inner {
  height: 2.6rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  white-space: nowrap;
  -webkit-animation: HOVER_MARQUEE_TO_RIGHT 20s linear infinite;
          animation: HOVER_MARQUEE_TO_RIGHT 20s linear infinite;
}

.c-member-works__title {
  margin-top: 4.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 125%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

.c-member-works__title > a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #131834;
}

.c-member-works__title > a svg {
  margin-left: 1rem;
  width: .9rem;
  height: 1.5rem;
}

.c-member-works__description {
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 180%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  color: #000000;
  opacity: 0.34;
}

.c-menu-button {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-menu-button {
    width: 4rem;
    height: 4rem;
  }
}

.c-menu-button__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.5rem;
  height: 1px;
  display: block;
  overflow: hidden;
}

.c-menu-button__line:before, .c-menu-button__line:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #131834;
}

@media screen and (max-width: 768px) {
  .c-menu-button__line {
    width: 13px;
    height: 1px;
  }
}

.c-menu-button__line--01 {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}

.c-menu-button__line--02 {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.c-menu-button {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-menu-button .c-menu-button__line:before {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-menu-button .c-menu-button__line:after {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.c-menu-button:hover {
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.c-menu-button:hover .c-menu-button__line:before {
  -webkit-transform: translate(100%);
          transform: translate(100%);
}

.c-menu-button:hover .c-menu-button__line:after {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-menu-button:hover .c-menu-button__line--01:before {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-menu-button:hover .c-menu-button__line--01:after {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.c-menu-button:hover .c-menu-button__line--02:before {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

.c-menu-button:hover .c-menu-button__line--02:after {
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.is-nav-open .c-menu-button {
  background-color: #131834;
}

.is-nav-open .c-menu-button__line {
  background-color: #fff;
}

.is-nav-open .c-menu-button__line--01 {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.is-nav-open .c-menu-button__line--02 {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.is-top-kv .c-menu-button {
  background-color: #131834;
}

.is-top-kv .c-menu-button__line:before, .is-top-kv .c-menu-button__line:after {
  background-color: #fff;
}

.is-top-kv .l-right__contact .c-link {
  color: #131834;
}

.is-top-kv .l-right__contact .c-link__text:before, .is-top-kv .l-right__contact .c-link__text:after {
  background-color: #131834;
}

.is-mobile .c-menu-button__line,
.is-ios .c-menu-button__line {
  background-color: #131834;
}

.is-mobile.is-top-kv .c-menu-button__line:before, .is-mobile.is-top-kv .c-menu-button__line:after,
.is-ios.is-top-kv .c-menu-button__line:before,
.is-ios.is-top-kv .c-menu-button__line:after {
  background-color: #fff;
}

.is-mobile.is-nav-open .c-menu-button__line:before, .is-mobile.is-nav-open .c-menu-button__line:after,
.is-ios.is-nav-open .c-menu-button__line:before,
.is-ios.is-nav-open .c-menu-button__line:after {
  background-color: #fff;
}

.c-mini-slide {
  position: relative;
}

.c-mini-slide__item {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s linear;
}

.c-mini-slide__item + .c-mini-slide__item {
  position: absolute;
  top: 0;
  left: 0;
}

.c-mini-slide__item.is-show {
  opacity: 1;
}

.c-mini-slide__prev,
.c-mini-slide__next {
  position: absolute;
  z-index: 2;
  width: 30%;
  height: 100%;
}

.c-mini-slide__prev a,
.c-mini-slide__next a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-mini-slide__prev,
  .c-mini-slide__next {
    pointer-events: none;
  }
}

.c-mini-slide__prev {
  top: 0;
  left: 0;
}

.c-mini-slide__next {
  top: 0;
  right: 0;
}

.c-nav-link {
  display: flex;
  flex-wrap: wrap;
  max-width: 82rem;
  padding: 0 6rem 0 12rem;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-nav-link {
    display: block;
    padding: 0 4rem;
    margin: auto;
  }
}

.c-nav-link__item {
  margin: 1rem 0;
}
.c-nav-link__item.store {
  margin-top: 2rem;
}
.c-nav-link__item svg{
  width: auto;
  height: calc(3.4rem * 0.65);
  margin-left: 0.5em;
  vertical-align: top;
  margin-top: 0.35em;
}
@media only screen and (min-width: 1600px) {
  .c-nav-link__item svg{
    height: calc(3rem * 0.65);
  }
}

@media screen and (max-width: 768px) {
  .c-nav-link__item svg{
    height: calc(2.5rem * 0.65);
  }
}
.c-nav-link__item svg path{
  fill:#131834
}
.c-nav-link__item:nth-child(2n+1) {
  flex: 0 1 28rem;
}

.c-nav-link__item:nth-child(2n) {
  flex: 0 1 36rem;
}
.c-nav-link__item:nth-child(1) {
  flex: 0 1 100%;
}
@media screen and (max-width: 768px) {
  .c-nav-link__item {
    margin: 1.6rem 0;
    flex: 0 1 50%;
  }
}

.c-nav-link__link {
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.25;
  letter-spacing: 0;
  transition: opacity .2s linear;
  color: #131834;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .c-nav-link__link {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .c-nav-link__link {
    font-size: 2.5rem;
  }
}

.c-nav-link__link:hover {
  opacity: 0.3;
  color: #131834;
}

.c-nav-link__link > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-nav-link__link {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .c-nav-link__link {
    letter-spacing: -0.12rem;
  }
}

.c-nav-link__link > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.c-nav-link__item:nth-child(1) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(2) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(3) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(4) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(5) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(6) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(7) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(8) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(9) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(10) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(11) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(12) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(13) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(14) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(15) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(16) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(17) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(18) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-nav-link__item:nth-child(19) .c-nav-link__link > span {
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-nav-open .c-nav-link__item:nth-child(1) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}

.is-nav-open .c-nav-link__item:nth-child(2) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.is-nav-open .c-nav-link__item:nth-child(3) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.is-nav-open .c-nav-link__item:nth-child(4) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.is-nav-open .c-nav-link__item:nth-child(5) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.is-nav-open .c-nav-link__item:nth-child(6) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.is-nav-open .c-nav-link__item:nth-child(7) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.is-nav-open .c-nav-link__item:nth-child(8) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.is-nav-open .c-nav-link__item:nth-child(9) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}

.is-nav-open .c-nav-link__item:nth-child(10) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.is-nav-open .c-nav-link__item:nth-child(11) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}

.is-nav-open .c-nav-link__item:nth-child(12) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.is-nav-open .c-nav-link__item:nth-child(13) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
}

.is-nav-open .c-nav-link__item:nth-child(14) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.is-nav-open .c-nav-link__item:nth-child(15) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.is-nav-open .c-nav-link__item:nth-child(16) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.is-nav-open .c-nav-link__item:nth-child(17) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
}

.is-nav-open .c-nav-link__item:nth-child(18) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}

.is-nav-open .c-nav-link__item:nth-child(19) .c-nav-link__link > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
}

.is-nav-open .c-nav-link__link > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-news-card {
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 40rem 1fr;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

@media screen and (max-width: 768px) {
  .c-news-card {
    display: block;
    padding: 2rem 0 6.9rem;
  }
}

.c-news-card:hover .c-news-card__thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-news-card__content {
  padding: 3.6rem 0 0;
}

@media screen and (max-width: 768px) {
  .c-news-card__content {
    padding: 1.7rem 0 1.7rem;
  }
}

.c-news-card__date {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  opacity: 0.44;
}

.c-news-card__category {
  margin-top: 0.3rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8rem;
  opacity: 0.44;
}

@media screen and (max-width: 768px) {
  .c-news-card__category {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.c-news-card__title {
  margin-top: 2.6rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .c-news-card__title {
    margin-top: 1.2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 140%;
  }
}

.c-news-list {
  color: #131834;
}

.c-news-list__container {
  position: relative;
  width: 58rem;
}

@media screen and (max-width: 768px) {
  .c-news-list__container {
    width: 100%;
  }
}

.c-news-list__item {
  position: relative;
  opacity: 0;
}

.c-news-list__item + .c-news-list__item {
  position: absolute;
  top: 0;
  left: 0;
}

.c-news-list__link {
  color: #131834;
}

.c-news-list__link:hover {
  color: #131834;
}

.c-news-list__date {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-news-list__date {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.c-news-list__title {
  margin-top: .9rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  height: 2.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 58rem;
}

@media screen and (max-width: 768px) {
  .c-news-list__title {
    margin-top: -0.3rem;
    font-size: 1rem;
    width: 100%;
    max-width: 29.5rem;
    height: auto;
  }
}

.c-news-list__navs {
  position: relative;
  margin-top: .6rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-news-list__navs {
    margin-top: .8rem;
  }
}

.c-news-list__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  cursor: pointer;
}

.c-news-list__nav__inner {
  pointer-events: none;
  display: block;
  position: relative;
  width: 2rem;
  height: 2px;
  background: #cccccc;
  overflow: hidden;
}

.c-news-list__nav__line {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #131834;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.c-project-link__image img {
  width: 100%;
  height: auto;
}

.c-project-link__title {
  margin-top: 4.2rem;
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .c-project-link__title {
    margin-top: 2rem;
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.c-project-link__client,
.c-project-link__project,
.c-project-link__tag {
  margin-top: 1.3rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-project-link__client,
  .c-project-link__project,
  .c-project-link__tag {
    font-size: 1rem;
  }
}

.c-project-link__client,
.c-project-link__project {
  font-weight: bold;
}

.c-project-link__client span,
.c-project-link__project span {
  font-weight: 500;
}

.c-project-link__project,
.c-project-link__tag {
  margin-top: .5rem;
}

.c-project-list {
  position: relative;
}

.c-project-list__link {
  display: block;
  padding: 0;
}

.c-project-list__title {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 4.2rem 0 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-project-list__title {
    padding: 2.3rem 0 0;
    font-size: 1.8rem;
  }
}

.c-project-list__client,
.c-project-list__project,
.c-project-list__category {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-project-list__client,
  .c-project-list__project,
  .c-project-list__category {
    margin-top: 0.7rem;
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.c-project-list__client {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .c-project-list__client {
    margin-top: 0.7rem;
  }
}

.c-project-list__category {
  padding: 0 0 4.4rem;
}

@media screen and (max-width: 768px) {
  .c-project-list__category {
    margin-top: 0.7rem;
  }
}

.c-project-list__image {
  margin-top: 3.9rem;
}

.c-project-list__image img {
  width: 100%;
  height: auto;
}

.c-recruit__header {
  font-size: 2.3rem;
  line-height: 1.1087;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-recruit__header {
    font-size: 1.5rem;
  }
}

.c-recruit__body h3 {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  line-height: 1.41667;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-recruit__body h3 {
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }
}

.c-recruit__body p,
.c-recruit__body ul {
  margin-top: 2.8rem;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .c-recruit__body p,
  .c-recruit__body ul {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}

.c-recruit__body p > li,
.c-recruit__body ul > li {
  position: relative;
  padding: 0 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .c-recruit__body p > li,
  .c-recruit__body ul > li {
    padding: 0 0 0 1.4rem;
  }
}

.c-recruit__body p > li:before,
.c-recruit__body ul > li:before {
  position: absolute;
  top: .9rem;
  left: 0;
  content: ' ';
  display: block;
  width: .7rem;
  height: .7rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-recruit__body p > li:before,
  .c-recruit__body ul > li:before {
    top: .6rem;
  }
}

.c-required {
  width: 6.5rem;
  height: 2.7rem;
  margin-right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b29059;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-required {
    width: 6rem;
    height: 2rem;
    margin-right: 1.5rem;
    font-size: 1rem;
  }
}

.c-spirits {
  display: flex;
  align-items: center;
}

.c-spirits__number {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.3rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #fff;
  border-radius: 50%;
  color: #131834;
}

@media screen and (max-width: 768px) {
  .c-spirits__number {
    width: 4rem;
    height: 4rem;
    font-size: 1.1rem;
  }
}

.c-spirits__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-spirits__title {
    font-size: 1.3rem;
  }
}

.c-spirits__text {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-spirits__text {
    font-size: 1.2rem;
  }
}

.c-tag {
  display: flex;
  align-items: center;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-weight: bold;
  height: 3.5rem;
  font-size: 1.3rem;
  color: #131834;
  border-radius: 1.75rem;
  border: 1px solid #cfcfcf;
  padding: 0 2rem;
}

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

.c-tag:hover {
  background-color: #131834;
  border: 1px solid #131834;
  color: #fff;
}

.c-tag.is-select {
  background-color: #131834;
  border: 1px solid #131834;
  color: #fff;
}

.c-ul {
  margin-top: 2.8rem;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .c-ul {
    margin-top: 1.4rem;
    font-size: 1.3rem;
  }
}

.c-ul > li {
  position: relative;
  padding: 0 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .c-ul > li {
    padding: 0 0 0 1.4rem;
  }
}

.c-ul > li a {
  text-decoration: underline;
}

.c-ul > li a:hover {
  text-decoration: none;
}

.c-ul > li:before {
  position: absolute;
  top: .9rem;
  left: 0;
  content: ' ';
  display: block;
  width: .7rem;
  height: .7rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .c-ul > li:before {
    top: .6rem;
  }
}

.p-404 {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.p-404 > p + p {
  margin-top: 2.3em;
}

.p-access {
  display: flex;
  padding: 11.7rem 0 11.8rem;
}

@media screen and (max-width: 768px) {
  .p-access {
    padding: 4.4rem 0 4.4rem;
  }
}

.p-access__header {
  flex: 1 0 50%;
}

.p-access__content {
  flex: 1 0 50%;
}

.p-access__header {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.36;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-access__header {
    font-size: 1.5rem;
  }
}

.p-access__addreess {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-access__addreess {
    font-size: 1.2rem;
  }
}

.p-access__data {
  margin-top: 1rem;
}

.p-access__link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-access__link + .p-access__link {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-access__link + .p-access__link {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-access__link {
    font-size: 1.2rem;
  }
}

.p-anchor-list__item {
  text-align: right;
  list-style-type: none;
}

.p-anchor-list__link {
  position: relative;
  display: inline-block;
  padding: 0 2.2rem 0 0;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 200%;
}

.p-anchor-list__link span {
  display: inline-block;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 1px;
  background-position: -300px bottom;
  background-repeat: no-repeat;
  transition: background-position 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-anchor-list__link:after {
  position: absolute;
  top: 0.9rem;
  right: 0;
  content: ' ';
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  transition: background-position 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-anchor-list__link:hover span {
  background-position: 0px bottom;
}

.p-anchor-list__link:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

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

.p-anchor__item {
  margin-right: 4rem;
}

@media screen and (max-width: 768px) {
  .p-anchor__item {
    margin-right: 2.3rem;
  }
}

.p-anchor__item {
  overflow: hidden;
}

.p-anchor__item > .c-anchor {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-anchor__item:nth-child(1) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.18s;
}

.p-anchor__item:nth-child(2) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.26s;
}

.p-anchor__item:nth-child(3) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.34s;
}

.p-anchor__item:nth-child(4) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.42s;
}

.p-anchor__item:nth-child(5) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.p-anchor__item:nth-child(6) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.58s;
}

.p-anchor__item:nth-child(7) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.66s;
}

.p-anchor__item:nth-child(8) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.74s;
}

.p-anchor__item:nth-child(9) > .c-anchor {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s;
}

.is-enter .p-anchor__item > .c-anchor {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-approach-header__title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 7.4rem;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .p-approach-header__title {
    font-weight: 600;
    font-size: 3.7rem;
    line-height: 125%;
    letter-spacing: -0.03em;
  }
}

.p-approach-header__copy {
  margin-top: -1.1rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .p-approach-header__copy {
    margin-top: -0.35rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 125%;
  }
}

.p-approach-header__description {
  margin-top: 4.2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 220%;
}

@media screen and (max-width: 768px) {
  .p-approach-header__description {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 160%;
  }
}

.p-approach {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .p-approach {
    display: block;
  }
}

.p-approach.p-approach--reverse {
  justify-content: flex-start;
}

.p-approach.p-approach--reverse .p-approach__image {
  left: auto;
  right: 0;
}

.p-approach__image {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 52rem;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-approach__image {
    position: static;
    width: 25.5rem;
    height: 25.5rem;
    margin: 2.4rem auto 0;
  }
}

.p-approach__content {
  width: 52rem;
}

@media screen and (max-width: 768px) {
  .p-approach__content {
    /* margin-top: 1.5rem; */
    margin-top: 7.5rem;
    position: relative;
    width: 100%;
  }
}

.p-approach__section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 67rem;
}

@media screen and (max-width: 768px) {
  .p-approach__section {
    position: relative;
    min-height: auto;
    opacity: 0 !important;
  }
  .p-approach__section + .p-approach__section {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-approach__section.swiper-slide-active {
    opacity: 1 !important;
  }
}

.p-approach__section:first-child {
  padding-top: calc(50vh - 30rem);
}

@media screen and (max-width: 768px) {
  .p-approach__section:first-child {
    padding-top: 0;
  }
}

.p-approach__section:last-child {
  padding-bottom: calc(50vh - 30rem);
}

@media screen and (max-width: 768px) {
  .p-approach__section:last-child {
    padding-bottom: 0;
  }
}

.p-approach__base {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .p-approach__base {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 100%;
  }
}

.p-approach__title {
  margin-top: 0.8rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .p-approach__title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 180%;
  }
}

.p-approach__description {
  margin-top: 3.8rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 240%;
}

@media screen and (max-width: 768px) {
  .p-approach__description {
    margin-top: 0.9rem;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 160%;
  }
}

.p-approach__pagination {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-approach__pagination {
    margin-top: 2.75rem;
    display: flex;
    margin-left: -0.3rem;
  }
  .p-approach__pagination .swiper-pagination-bullet {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.3rem;
    background-color: #F6D8A8;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.2;
  }
  .p-approach__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    background-color: #F6D8A8;
  }
}

.p-back {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 5.0rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-back {
    font-size: 3.0rem;
    line-height: 1.5;
  }
}

.p-back .c-link > span:before,
.p-back .c-link > span:after {
  height: 2px;
}

@media screen and (max-width: 768px) {
  .p-back .c-link > span:before,
  .p-back .c-link > span:after {
    height: 1px;
  }
}

.p-brand-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .p-brand-list {
    border-top: none;
    margin-top: -1.2rem;
  }
}

.p-brand-list__header {
  margin-top: 6.6rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 200%;
}

.p-brand-list__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-brand-list__list {
    margin-top: 2.7rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}

.p-brand-list__item {
  position: relative;
  z-index: 0;
  list-style-type: none;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-brand-list__item {
    border-radius: 0.8rem;
  }
}

.p-case__image img {
  width: 100%;
  height: auto;
}

.p-case__header {
  margin-top: 5.8rem;
}

@media screen and (max-width: 768px) {
  .p-case__header {
    margin-top: 3.1rem;
  }
}

.p-case__en {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

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

.p-case__ja {
  margin-top: 1rem;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-case__ja {
    margin-top: 0.6rem;
    font-size: 1.7rem;
  }
}

.p-case__body {
  margin-top: 1.9rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-case__body {
    margin-top: 1.9rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-case__link {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-case__link {
    margin-top: 1.2rem;
  }
}

.p-contact {
  position: relative;
  background-color: #131834;
  color: #fff;
  margin-right: 11.5rem;
  padding: 8.4rem 11rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-contact {
    margin-right: 0;
    padding: 4.8rem 3rem 1rem;
  }
}

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

@media screen and (max-width: 768px) {
  .p-contact__header {
    display: block;
  }
}

.p-contact__heading {
  margin-right: 3.1rem;
  font-size: 5rem;
  font-family: "sofia-pro", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-contact__heading {
    font-size: 2rem;
  }
}

.p-contact__copy {
  font-size: 1.7rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-contact__copy {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.p-contact__body {
  margin-top: 5.4rem;
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-contact__body {
    margin-top: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-contact__link {
  background-color: #131834;
}

.p-contact__form {
  margin: 1.7rem 0 7rem;
}

.p-creative {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-creative {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4.65rem;
  }
}

.c-card-creative__thumbnail {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-card-creative__thumbnail {
    border-radius: 0.8rem;
  }
}

.c-card-creative__thumbnail img {
  display: block;
}

.p-diamond {
  position: relative;
  width: 51rem;
  height: 51rem;
}

@media screen and (max-width: 768px) {
  .p-diamond {
    width: 25.5rem;
    height: 25.5rem;
  }
}

.p-diamond__copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .p-diamond__copy {
    font-size: 1.4rem;
  }
}

.p-diamond__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-diamond__bg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-diamond__animation {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-diamond__line,
.p-diamond__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-diamond__line__item {
  position: absolute;
  width: 70.7%;
  height: 1px;
}

.p-diamond__line__item:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #F6D8A8;
}

.p-diamond__line__item:nth-child(1) {
  top: 99.80392%;
  left: 49.80392%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-diamond__line__item:nth-child(1):before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.p-diamond__line__item:nth-child(2) {
  top: 50.19608%;
  left: 29.21569%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.p-diamond__line__item:nth-child(2):before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.p-diamond__line__item:nth-child(3) {
  top: 0%;
  left: -20.78431%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-diamond__line__item:nth-child(3):before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.p-diamond__line__item:nth-child(4) {
  top: 49.80392%;
  left: 0%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-diamond__line__item:nth-child(4):before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

@-webkit-keyframes LINE {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes LINE {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes SCALE {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes SCALE {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

.p-diamond__circle__item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.p-diamond__circle__item span {
  position: absolute;
  display: block;
  top: -7.5rem;
  left: -7.5rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid #F6D8A8;
  border-radius: 50%;
  opacity: 0;
}

.p-diamond__circle__item.next_circle span:nth-child(2) {left: auto; right: -7.5rem;}


.p-diamond__circle__item span:before {
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12rem;
  height: 12rem;
  background-color: #F6D8A8;
  border-radius: 50%;
}

.p-diamond__circle__item:nth-child(1) {
  top: 50%;
  left: calc(100% - 1.7rem);
}

.p-diamond__circle__item:nth-child(2) {
  top: calc(0% + 1.7rem);
  left: 50%;
}

.p-diamond__circle__item:nth-child(3) {
  top: 50%;
  left: calc(0% + 1.7rem);
}

.p-diamond__circle__item:nth-child(4) {
  top: calc(100% - 1.7rem);
  left: 50%;
}
/* .p-diamond__circle__item:nth-child(5) {
  top: calc(100% - 0rem);
  left: 100%;
} */
.p-diamond__circle__item:nth-child(5) {
  top: 110%;
  left: 17%;
  width: 66%;
  opacity: 0.34;
}
.p-diamond__circle__item:nth-child(5)::before,
.p-diamond__circle__item:nth-child(5)::after {
  content: 'Next Batter Circle';
  width: 88px;
  height: 88px;
  isolation: isolate;
  border-radius: 9999px;
  border: 1px solid #FFF;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  text-shadow: 0 -70px 0 #FFF;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-diamond__circle__item:nth-child(5)::before,
  .p-diamond__circle__item:nth-child(5)::after {
    width: 44px;
    height: 44px;
    font-weight: 500;
    font-size: 0.8rem;
    text-shadow: 0 -35px 0 #FFF;
  }
}
.p-diamond__circle__item:nth-child(5)::before{
  left:0;
  transform: translate(-50%,-50%);
}
.p-diamond__circle__item:nth-child(5)::after {
  right:0;
  transform: translate(50%,-50%);
}


[data-scene="1"] .p-diamond__1 {
  opacity: 1;
}

[data-scene="1"] .p-diamond__line__item:nth-child(1):before {
  -webkit-animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

[data-scene="1"] .p-diamond__circle__item:nth-child(1) {
  opacity: 1;
}

[data-scene="1"] .p-diamond__circle__item:nth-child(1) span {
  -webkit-animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

[data-scene="2"] .p-diamond__2 {
  opacity: 1;
}

[data-scene="2"] .p-diamond__line__item:nth-child(2):before {
  -webkit-animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

[data-scene="2"] .p-diamond__circle__item:nth-child(2) {
  opacity: 1;
}

[data-scene="2"] .p-diamond__circle__item:nth-child(2) span {
  -webkit-animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

[data-scene="3"] .p-diamond__3 {
  opacity: 1;
}

[data-scene="3"] .p-diamond__line__item:nth-child(3):before {
  -webkit-animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

[data-scene="3"] .p-diamond__circle__item:nth-child(3) {
  opacity: 1;
}

[data-scene="3"] .p-diamond__circle__item:nth-child(3) span {
  -webkit-animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

[data-scene="4"] .p-diamond__4 {
  opacity: 1;
}

[data-scene="4"] .p-diamond__line__item:nth-child(4):before {
  -webkit-animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: LINE 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

[data-scene="4"] .p-diamond__circle__item:nth-child(4) {
  opacity: 1;
}

[data-scene="4"] .p-diamond__circle__item:nth-child(4) span {
  -webkit-animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}


[data-scene="5"] .p-diamond__circle__item:nth-child(5) {
  opacity: 1;
}

[data-scene="5"] .p-diamond__circle__item:nth-child(5) span {
  -webkit-animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: SCALE 1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}


.p-driven-description {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 200%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-driven-description {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-driven-description b {
  font-weight: bold;
}

.p-driven-description small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-driven-description small {
    font-size: 1.2rem;
  }
}

.p-footer__top {
  position: relative;
  padding: 6.2rem 0 6.1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.member.single .p-footer__top {
  border-top: none;
}

.p-footer__privacy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2.1rem;
}

@media screen and (max-width: 1060px) {
  .p-footer__privacy {
    margin-top: 2rem;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__privacy {
    margin-top: 3rem;
    position: static;
  }
}

.p-footer__privacy > a {
  display: block;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.05em;
  transition: .2s linear;
}

.p-footer__privacy > a:hover {
  opacity: 0.3;
}

.p-footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 11.2rem 0 12.2rem;
}

@media screen and (max-width: 768px) {
  .p-footer__bottom {
    padding: 4.7rem 0 6rem;
    display: block;
  }
}

.p-footer__contact__header {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-footer__contact__header {
    font-size: 1.5rem;
  }
}

.p-footer__contact__link {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 7.0rem;
  line-height: 1.3333;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-footer__contact__link {
    display: inline-block;
    font-size: 3.5rem;
    margin-top: 2rem;
    line-height: 1.1;
    display: inline-block;
  }
}

.p-footer__sns {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-footer__sns {
    margin-top: 2.4rem;
  }
}

.p-footer__sns__item {
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .p-footer__sns__item {
    margin-left: 0rem;
    margin-right: 1.5rem;
  }
}

.p-form-text {
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-form-text .c-link {
  line-height: 1;
}

.p-form-text > p + p {
  margin-top: 1em;
}

.p-form {
  margin-top: 5.7rem;
}

.p-form__item {
  display: flex;
  flex-wrap: wrap;
  padding: 4.1rem 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-form__item {
    display: block;
    padding: 2.5rem 0;
  }
}

.p-form__item + .p-form__item {
  border-top: 1px solid #fff;
}

.p-form__label {
  display: flex;
  flex: 1 0 27.77778%;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-form__label {
    font-size: 1.2rem;
  }
}

.p-form__label--center {
  align-items: center;
  height: 6rem;
}

@media screen and (max-width: 768px) {
  .p-form__label--center {
    height: auto;
  }
}

.p-form__label--indent {
  align-items: center;
  height: 6rem;
  padding: 0 0 0 9.2rem;
}

@media screen and (max-width: 768px) {
  .p-form__label--indent {
    height: auto;
    padding: 0;
    text-align: left;
  }
}

.p-form__input {
  flex: 1 0 72.22222%;
}

@media screen and (max-width: 768px) {
  .p-form__input {
    margin-top: 2.25rem;
  }
}

.p-form__input input[type="text"],
.p-form__input input[type="email"],
.p-form__input input[type="tel"],
.p-form__input textarea {
  width: 100%;
  border: none;
  padding: 2.2rem 2.85rem;
  font-size: 1.3rem;
  line-height: 1.7;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .p-form__input input[type="text"],
  .p-form__input input[type="email"],
  .p-form__input input[type="tel"],
  .p-form__input textarea {
    padding: 1.5rem 1.5rem;
    font-size: 1.2rem;
  }
}

.p-form__input input[type="radio"],
.p-form__input input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.p-form__input span.wpcf7-list-item {
  position: relative;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-form__input span.wpcf7-list-item {
    font-size: 1.2rem;
    display: block;
  }
}

.p-form__input .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1rem;
}

.p-form__input .wpcf7-radio input[type="radio"] + span {
  margin: 0;
  position: relative;
  padding: 0 0 0 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-form__input .wpcf7-radio input[type="radio"] + span {
    display: block;
  }
}

.p-form__input .wpcf7-radio input[type="radio"] + span:before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  content: ' ';
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.p-form__input .wpcf7-radio input[type="radio"] + span:after {
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  content: ' ';
  display: inline-block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.p-form__input .wpcf7-radio input[type="radio"]:checked + span:after {
  opacity: 1;
}

.p-form__input .wpcf7-checkbox .wpcf7-list-item {
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-form__input .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0rem;
  }
}

.p-form__input .wpcf7-checkbox input[type="checkbox"] + span {
  margin: 0;
  position: relative;
  padding: 0 0 0 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-form__input .wpcf7-checkbox input[type="checkbox"] + span {
    display: block;
  }
}

.p-form__input .wpcf7-checkbox input[type="checkbox"] + span:before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: ' ';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-form__input .wpcf7-checkbox input[type="checkbox"] + span:before {
    top: .4rem;
  }
}

.p-form__input .wpcf7-checkbox input[type="checkbox"] + span:after {
  position: absolute;
  top: .4rem;
  left: .4rem;
  content: ' ';
  display: inline-block;
  width: .8rem;
  height: .5rem;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .p-form__input .wpcf7-checkbox input[type="checkbox"] + span:after {
    top: .7rem;
  }
}

.p-form__input .wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.p-form__p {
  display: flex;
  width: 100%;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .p-form__p {
    display: block;
  }
}

.p-form__name {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.p-form__name__item {
  flex: 0 1 46.15385%;
}

@media screen and (max-width: 768px) {
  .p-form__name__item {
    flex: 0 1 46.98413%;
  }
}

.p-form__input--name {
  display: flex;
}

.p-form span.wpcf7-not-valid-tip {
  margin-top: 2rem;
  color: #b29059;
  font-size: 1.3rem;
  line-height: 1.7;
}

.p-form__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4.1rem 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-form__buttons {
    display: block;
    padding: 2.5rem 0;
  }
}

.p-form__buttons + .p-form__item {
  border-top: 1px solid #42465d;
}

.p-form__buttons__inner {
  width: 72.22222%;
  display: flex;
  justify-content: space-around;
}

.p-form__button {
  position: relative;
  width: 100%;
  height: 10rem;
  margin: 0;
  padding: 0 3.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .p-form__button {
    height: 5rem;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}

.p-form__button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: #1e233e;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-form__button:hover:before {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-form__button:hover .c-box-link__text {
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-form__button.wpcf7c-elm-step2 {
  flex: 0 1 44.44444%;
}

.div.wpcf7 .p-form .ajax-loader {
  display: none;
}

[data-status="confirmed"] .wpcf7c-conf,
[data-status="confirmed"] .wpcf7c-conf:focus {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}

[data-status="confirmed"] input:-webkit-autofill,
[data-status="confirmed"] textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #131834 inset;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

[data-status="confirmed"] .p-form__name {
  justify-content: flex-start;
}

[data-status="confirmed"] .p-form .p-form__input input[type="text"],
[data-status="confirmed"] .p-form .p-form__input input[type="email"],
[data-status="confirmed"] .p-form .p-form__input input[type="tel"],
[data-status="confirmed"] .p-form .p-form__input textarea {
  padding: 2.2rem 0;
  resize: none;
}

@media screen and (max-width: 768px) {
  [data-status="confirmed"] .p-form .p-form__input input[type="text"],
  [data-status="confirmed"] .p-form .p-form__input input[type="email"],
  [data-status="confirmed"] .p-form .p-form__input input[type="tel"],
  [data-status="confirmed"] .p-form .p-form__input textarea {
    padding: 1.5rem 0;
  }
}

[data-status="confirmed"] .p-form .p-form__input input[type="radio"],
[data-status="confirmed"] .p-form .p-form__input input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

[data-status="confirmed"] .p-form .p-form__input input[type="radio"] + .wpcf7-list-item-label,
[data-status="confirmed"] .p-form .p-form__input input[type="checkbox"] + .wpcf7-list-item-label {
  display: none;
}

[data-status="confirmed"] .p-form .p-form__input input[type="radio"] .wpcf7-list-item-label:before,
[data-status="confirmed"] .p-form .p-form__input input[type="checkbox"] .wpcf7-list-item-label:before {
  content: ' ';
}

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

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

.p-full-image img {
  width: 100%;
  height: auto;
}

.p-header .c-logo__text svg path {
  transition: .4s linear;
}

.news .p-header .c-logo__text svg path,
.is-top-kv .p-header .c-logo__text svg path {
  fill: #131834;
}

.p-image img {
  width: 100%;
  height: auto;
}

.p-images {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-images {
    display: block;
  }
}

.p-images__item {
  flex: 0 1 46.66667%;
}

.p-images__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-images__item + .p-images__item {
    margin-top: 3.3rem;
  }
}

.p-images__text {
  margin-top: 2.1rem;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-images__text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

.p-introduction {
  padding-top: 3rem;
}

.p-introduction__header {
  font-size: 2.8rem;
  line-height: 1.60714;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-introduction__header {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-introduction__body {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .p-introduction__body {
    margin-top: 2.2rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-kv-go {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-kv-go__inner {
  position: relative;
  width: 62rem;
  height: 47.2rem;
}

@media screen and (max-width: 768px) {
  .p-kv-go__inner {
    width: 28rem;
    height: 21.2rem;
  }
}

.p-kv-go__text,
.p-kv-go__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-kv-go__text {
  z-index: 2;
}

.p-kv-message {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 108.0rem;
  height: 12.275rem;
  display: inline-block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-kv-message {
    padding: 0 2rem;
    height: 3.8rem;
    padding: 0;
  }
}


.p-kv-message svg {
  position: relative;
  left: 2.2rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-kv-message svg {
    left: 0.5rem;
    right: 0;
    margin: auto;
    height: 3.8rem;
    text-align: center;
  }
}

.p-kv-message svg path {
  fill: #131834;
}


.p-kv-message svg path {
  transition: .4s ease;
}

.is-kv-show .p-kv-message svg path {
  transition: .4s ease;
  fill: #fff;
}

.p-kv-message svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}

.is-load-end .p-kv-message svg {
  transition: opacity 0.5s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s linear;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-kv {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-kv__links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 60.0rem;
  height: 45.2rem;
  display: inline-block;
  margin: auto;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .p-kv__links {
    height: 38.2rem;
  }
}

.p-kv__link {
  position: absolute;
  left: 52.4rem;
  bottom: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-kv__link {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
}

.p-kv__navs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6rem;
  height: 16.5rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-kv__navs {
    top: auto;
    right: auto;
    bottom: 2.5rem;
    left: 2rem;
    height: auto;
    width: 100%;
  }
}

.p-kv__news {
  position: absolute;
  bottom: 4.2rem;
  left: 6rem;
  max-width: 40rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-kv__news {
    display: none;
  }
}

.p-kv__scroll {
  position: absolute;
  bottom: 5.1rem;
  right: 6rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-kv__scroll {
    bottom: 3.85rem;
    right: 3rem;
  }
}

.p-kv__scroll > a {
  color: #131834;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-kv__scroll > a {
    font-size: 1.2rem;
  }
}

.p-kv__scroll > a svg {
  position: relative;
  top: -0.2rem;
  margin-right: 0.8rem;
  width: 1.6rem;
  height: 1.2rem;
}

.p-kv__news,
.p-kv__navs,
.p-kv__scroll {
  transition: .4s ease;
}

.is-kv-show .p-kv__news,
.is-kv-show .p-kv__navs,
.is-kv-show .p-kv__scroll {
  transition: .4s ease;
  opacity: 0;
  pointer-events: none;
}

.is-kv-show .p-kv__links {
  pointer-events: auto;
}

.p-kv__links {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.is-load-end .p-kv__links {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.5s linear 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.5s linear 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.5s linear 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.p-large-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-large-slider {
    width: 100%;
    height: 29.5rem;
  }
}

.p-large-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-large-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .2s linear;
  
}
.p-large-slider__slide .pic{
  background: #e8e8e8;
}
.p-large-slider__slide img:not(.obFit):not(.obFit_ct) {
  width: 100%;
  height: 100%;
}

.p-large-slider__slide.is-show {
  opacity: 1;
}

.p-large-slider__slide + .p-large-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
}


.p-large-slider__slide .txt {
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 1em;
}
.p-large-slider__slide .txt .fs{
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .p-large-slider__slide .txt {
    font-size: 2rem;
  }
}

.p-loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-loading__front,
.p-loading__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-loading__front {
  z-index: 2;
  background-color: #fff;
  color: #131834;
}

.p-loading__back {
  color: #fff;
}

.p-loading__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1;
}

.p-loading__text > span {
  display: inline-block;
  overflow: hidden;
}

.p-loading__text > span > span {
  display: inline-block;
}

.is-transition-start .p-loading__text > span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-transition-start .p-loading__text > span > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.is-transition-start .p-loading__text > span:nth-child(1) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
}

.is-transition-start .p-loading__text > span:nth-child(1) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.45s;
}

.is-transition-start .p-loading__text > span:nth-child(2) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.is-transition-start .p-loading__text > span:nth-child(2) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
}

.is-transition-start .p-loading__text > span:nth-child(3) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
}

.is-transition-start .p-loading__text > span:nth-child(3) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.35s;
}

.is-transition-start .p-loading__text > span:nth-child(4) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.is-transition-start .p-loading__text > span:nth-child(4) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
}

.is-transition-start .p-loading__text > span:nth-child(5) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
}

.is-transition-start .p-loading__text > span:nth-child(5) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.25s;
}

.is-transition-start .p-loading__text > span:nth-child(6) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.is-transition-start .p-loading__text > span:nth-child(6) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.is-transition-start .p-loading__text > span:nth-child(7) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
}

.is-transition-start .p-loading__text > span:nth-child(7) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
}

.is-transition-start .p-loading__text > span:nth-child(8) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

.is-transition-start .p-loading__text > span:nth-child(8) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}

.is-transition-start .p-loading__text > span:nth-child(9) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.is-transition-start .p-loading__text > span:nth-child(9) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
}

.is-transition-start .p-loading__text > span:nth-child(10) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.is-transition-start .p-loading__text > span:nth-child(10) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.is-transition-start .p-loading__text > span:nth-child(11) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
}

.is-transition-start .p-loading__text > span:nth-child(11) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.05s;
}

.is-transition-start .p-loading__text > span:nth-child(12) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
}

.is-transition-start .p-loading__text > span:nth-child(12) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.1s;
}

.is-transition-start .p-loading__text > span:nth-child(13) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
}

.is-transition-start .p-loading__text > span:nth-child(13) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.15s;
}

.is-transition-start .p-loading__text > span:nth-child(14) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
}

.is-transition-start .p-loading__text > span:nth-child(14) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.2s;
}

.is-transition-start .p-loading__text > span:nth-child(15) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
}

.is-transition-start .p-loading__text > span:nth-child(15) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.25s;
}

.is-transition-start .p-loading__text > span:nth-child(16) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
}

.is-transition-start .p-loading__text > span:nth-child(16) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.3s;
}

.is-transition-start .p-loading__text > span:nth-child(17) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
}

.is-transition-start .p-loading__text > span:nth-child(17) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.35s;
}

.is-transition-start .p-loading__text > span:nth-child(18) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
}

.is-transition-start .p-loading__text > span:nth-child(18) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.4s;
}

.is-transition-start .p-loading__text > span:nth-child(19) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
}

.is-transition-start .p-loading__text > span:nth-child(19) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.45s;
}

.is-transition-start .p-loading__text > span:nth-child(20) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
}

.is-transition-start .p-loading__text > span:nth-child(20) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.5s;
}

.is-transition-start .p-loading__text > span:nth-child(21) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
}

.is-transition-start .p-loading__text > span:nth-child(21) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.55s;
}

.is-transition-start .p-loading__text > span:nth-child(22) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
}

.is-transition-start .p-loading__text > span:nth-child(22) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.6s;
}

.is-transition-start .p-loading__text > span:nth-child(23) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
}

.is-transition-start .p-loading__text > span:nth-child(23) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.65s;
}

.is-transition-start .p-loading__text > span:nth-child(24) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
}

.is-transition-start .p-loading__text > span:nth-child(24) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.7s;
}

.is-transition-start .p-loading__text > span:nth-child(25) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
}

.is-transition-start .p-loading__text > span:nth-child(25) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.75s;
}

.is-transition-start .p-loading__text > span:nth-child(26) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
}

.is-transition-start .p-loading__text > span:nth-child(26) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.8s;
}

.is-transition-start .p-loading__text > span:nth-child(27) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
}

.is-transition-start .p-loading__text > span:nth-child(27) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.85s;
}

.is-transition-start .p-loading__text > span:nth-child(28) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
}

.is-transition-start .p-loading__text > span:nth-child(28) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.9s;
}

.is-transition-start .p-loading__text > span:nth-child(29) {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
}

.is-transition-start .p-loading__text > span:nth-child(29) > span {
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) -0.95s;
}

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

@media screen and (max-width: 768px) {
  .p-lower-header {
    display: block;
  }
}

.p-lower-header__en {
  margin-right: 2.4rem;
  font-size: 7.4rem;
  line-height: 1.28571;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-lower-header__en {
    margin-top: 0rem;
    font-size: 3.7rem;
    line-height: 1;
  }
  .p-lower-header__en--privacy {
    font-size: 4.2rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .p-lower-header__en {
    letter-spacing: -0.12rem;
  }
}

.p-lower-header__ja {
  margin-top: 1.5rem;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-lower-header__ja {
    margin-top: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.p-lower-header__en,
.p-lower-header__ja {
  overflow: hidden;
}

.p-lower-header__en > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-lower-header__ja > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.is-enter .p-lower-header__en > span,
.is-enter .p-lower-header__ja > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media screen and (max-width: 768px) {
  .p-lower-header--404 .p-lower-header__en {
    font-size: 4rem;
  }
}

.p-member-detail-contact {
  position: relative;
}

@-webkit-keyframes MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@-webkit-keyframes MARQUEE_TO_LEFT {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes MARQUEE_TO_LEFT {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-member-detail-contact__message {
  position: relative;
  height: 39.2rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-contact__message {
    height: 19.6rem;
  }
}

.p-member-detail-contact__message p {
  position: absolute;
  display: block;
  -webkit-animation: MARQUEE_TO_RIGHT 20s linear  2s infinite;
          animation: MARQUEE_TO_RIGHT 20s linear  2s infinite;
  top: 0;
  left: 0;
  height: 19.6rem;
  white-space: nowrap;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 19.6rem;
  line-height: 100%;
  text-stroke: 1px #131834;
  -webkit-text-stroke: 1px #131834;
  color: transparent;
  display: flex;
}

.p-member-detail-contact__message p > span {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-member-detail-contact__message p {
    font-size: 9.8rem;
    line-height: 100%;
  }
}

.p-member-detail-contact__message p:nth-child(2) {
  -webkit-animation: MARQUEE_TO_LEFT 20s linear 2s infinite;
          animation: MARQUEE_TO_LEFT 20s linear 2s infinite;
  top: 19.6rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-member-detail-contact__message p:nth-child(2) {
    top: 9.8rem;
  }
}

.p-member-detail-contact__message p > span > span {
  color: #131834;
}

.p-member-detail-contact__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 96rem;
  height: 18rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .p-member-detail-contact__link {
    width: 29.5rem;
    height: 10rem;
  }
}

.is-cv-show .p-member-detail-contact__link {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-member-detail-header {
  text-align: center;
}

.p-member-detail-header__number {
  display: inline-block;
  min-width: 5rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: center;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .p-member-detail-header__number {
    min-width: 3.7rem;
    font-size: 1.1rem;
  }
}

.p-member-detail-header__number span {
  display: inline-block;
  min-width: 5rem;
  position: relative;
  display: block;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-header__number span {
    min-width: 3.7rem;
    font-size: 3.7rem;
    line-height: 4.25rem;
  }
}

.p-member-detail-header__number span:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #131834;
}

.p-member-detail-header__name {
  margin-top: 1.7rem;
}

.p-member-detail-header__en {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 7.4rem;
  line-height: 8.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-member-detail-header__en {
    font-size: 3.7rem;
    line-height: 4.25rem;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .p-member-detail-header__en {
    letter-spacing: -0.12rem;
  }
}

.p-member-detail-header__ja {
  margin-top: 3.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 165%;
  text-align: center;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .p-member-detail-header__ja {
    margin-top: 1.2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 165%;
    text-align: center;
    -webkit-font-feature-settings: 'halt' on;
            font-feature-settings: 'halt' on;
  }
}

.p-member-detail-header__postion {
  margin-top: -0.4rem;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  opacity: 0.34;
  text-align: center;
}

.p-member-detail-header__contact {
  width: 32rem;
  margin: 4.5rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-member-detail-header__contact {
    width: 24rem;
  }
}

.p-member-detail-profile__title {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3.9rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-profile__title {
    font-size: 2.7rem;
    line-height: 3.1rem;
  }
}

.p-member-detail-profile__description {
  margin-top: 3rem;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 260%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .p-member-detail-profile__description {
    font-size: 1.4rem;
    line-height: 260%;
  }
}

.p-member-detail-tags {
  margin-top: 4.7rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-tags {
    margin-top: 0;
    padding: 4.6rem 0 4.1rem;
    border-bottom: 1px solid rgba(19, 24, 52, 0.1);
  }
}

.p-member-detail-tags:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-member-detail-tags:nth-child(1) {
    margin-top: 0;
    border-top: 1px solid rgba(19, 24, 52, 0.1);
  }
}

.p-member-detail-tags__header {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
}

.p-member-detail-tags__list {
  margin-top: 2.5rem;
}

.p-member-detail-tags__list > li {
  list-style-type: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 180%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  opacity: 0.34;
}

.p-member-detail-works__header {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 3.9rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-works__header {
    font-size: 2.7rem;
    line-height: 3.1rem;
  }
}

.p-member-detail-works__list {
  margin-top: 5.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-works__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 7rem;
  }
}

.p-member-detail-works__item:nth-child(2n) {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .p-member-detail-works__item:nth-child(2n) {
    margin-top: 0;
  }
}

.p-member-header__copy {
  font-weight: 600;
  font-size: 2.0rem;
  line-height: 165%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .p-member-header__copy {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.p-member-header__description {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 200%;
  /* or 32px */
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
}

@media screen and (max-width: 768px) {
  .p-member-header__description {
    margin-top: 4.1rem;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 200%;
  }
}

.p-member-header__content {
  position: relative;
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: 52rem 56rem;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-member-header__content {
    margin-top: 4rem;
    display: block;
  }
}

.p-member-header__sort {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-member-header__sort {
    margin-top: 5.5rem;
    position: static;
  }
}

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

@media screen and (max-width: 768px) {
  .p-member {
    display: block;
  }
}

.p-member__image {
  flex: 0 1 50%;
}

.p-member__image img {
  position: relative;
  left: -6rem;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-member__image img {
    position: static;
  }
}

.p-member__content {
  flex: 0 1 44.44444%;
}

.p-member__content img {
  width: 100%;
  height: auto;
}

.p-member--reverse {
  flex-direction: row-reverse;
}

.p-member--reverse .p-member__image img {
  position: relative;
  left: auto;
  right: -6rem;
}

@media screen and (max-width: 768px) {
  .p-member--reverse .p-member__image img {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .p-member__header {
    margin-top: 3.2rem;
  }
}

.p-member__name {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.3333;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-member__name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .p-member__name {
    letter-spacing: -0.12rem;
  }
}

.p-member__post,
.p-member__job {
  margin-top: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-member__post,
  .p-member__job {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
}

.p-member__post + .p-member__job,
.p-member__job + .p-member__job {
  margin-top: 0.9rem;
}

@media screen and (max-width: 768px) {
  .p-member__post + .p-member__job,
  .p-member__job + .p-member__job {
    margin-top: 0.2rem;
  }
}

.p-member__message {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-member__message {
    margin-top: 2.2rem;
    font-size: 1.3rem;
  }
}

.p-member__position {
  margin-top: 3.3rem;
}

.p-member__position__header {
  padding: 0 0 1.8rem;
  font-size: 1.8rem;
  line-height: 1.51111;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-member__position__header {
    padding: 0 0 1.1rem;
    font-size: 1.3rem;
  }
}

.p-member__position__body {
  padding: 2.5rem 0 0;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-member__position__body {
    padding: 2.3rem 0 0;
    font-size: 1.3rem;
  }
}

.p-member__position__body > li {
  position: relative;
  padding: 0 0 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-member__position__body > li {
    padding: 0 0 0 1.4rem;
  }
}

.p-member__position__body > li:before {
  position: absolute;
  top: .9rem;
  left: 0;
  content: ' ';
  display: block;
  width: .7rem;
  height: .7rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-member__position__body > li:before {
    top: .6rem;
  }
}

.p-member__image {
  opacity: 0;
  transition: .5s linear;
}

.p-member__name,
.p-member__job,
.p-member__post {
  overflow: hidden;
}

.p-member__name > span,
.p-member__job > span,
.p-member__post > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.p-member__name > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-member__job > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.p-member__post > span {
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.p-member__message {
  opacity: 0;
  transition: .5s linear .3s;
}

.p-member__position {
  opacity: 0;
  transition: .5s linear .4s;
}

.is-enter .p-member__image {
  opacity: 1;
}

.is-enter .p-member__name,
.is-enter .p-member__job,
.is-enter .p-member__post {
  overflow: hidden;
}

.is-enter .p-member__name > span,
.is-enter .p-member__job > span,
.is-enter .p-member__post > span {
  display: inline-block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.is-enter .p-member__message {
  opacity: 1;
}

.is-enter .p-member__position {
  opacity: 1;
}

.p-mouse {
  width: 6.981rem;
  height: 6.981rem;
}

.p-mouse__circle {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #131834;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.p-mouse__prev,
.p-mouse__next {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.1rem;
  height: 1.45rem;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.p-mouse__prev svg,
.p-mouse__next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.p-mouse__circle {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mouse__prev,
.p-mouse__next {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-pager .p-mouse__circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-direction="prev"] .p-mouse__prev {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-direction="next"] .p-mouse__next {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-nav {
  display: grid;
  grid-template-columns: 100.1rem 1fr;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #131834;
}

@media only screen and (max-width: 1200px) {
  .p-nav {
    grid-template-columns: 82rem 1fr;
  }
}

@media screen and (max-width: 768px) {
  .p-nav {
    display: block;
    padding: 11.8rem 0 11.8rem;
    height: auto;
  }
}

.p-nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 69.4444444%;
}

@media only screen and (max-width: 900px) {
  .p-nav__content {
    flex: 1 0 100%;
  }
}

.p-nav__image {
  height: 100%;
  flex: 1 0 30.5555556%;
  background-color: #131834;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .p-nav__image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__image {
    display: none;
  }
}

.p-nav__image__item {
  width: 100%;
  height: 100%;
  background-position: left center;
  background-size: cover;
}

.p-nav__access {
  max-width: 54rem;
  margin: 4rem 0 0;
  width: 100%;
  padding: 0 6rem 0 12rem;
}

@media only screen and (min-width: 1600px) {
  .p-nav__access {
    margin: 4rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__access {
    margin-top: 4.6rem;
    padding: 0 4rem;
  }
}
/* 


.p-nav__access__header {
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 1600px) {
  .p-nav__access__header {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__access__header {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.p-nav__zip {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1600px) {
  .p-nav__zip {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__zip {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-nav__address {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1600px) {
  .p-nav__address {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__address {
    margin-top: 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
*/
.p-nav__map {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media only screen and (min-width: 1600px) {
  .p-nav__map {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__map {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 2.3333;
  }
}

.p-nav__map > .c-link {
  color: #131834;
}

.p-nav__map > .c-link > .c-link__text:before {
  background-color: #131834;
} 

.p-nav__access__header {
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

@media only screen and (min-width: 1600px) {
  .p-nav__access__header {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__access__header {
    font-size: 1.3rem;
    line-height: 1;
  }
}

.p-nav__addressArea{
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
  column-gap: 3em;
}
.p-nav__addressArea > div{
  min-width: max-content
}
@media only screen and (min-width: 1600px) {
  .p-nav__addressArea {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__addressArea {
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-nav__addressArea > div:nth-child(n+2){
    margin-top: 1.5rem;
  }
}


.p-nav__bottom {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding: 0 6rem 0 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-nav__bottom {
    position: static;
    padding: 0 4rem;
    flex-wrap: wrap;
  }
  .p-nav__bottom > *:first-child {
    flex: 1 0 100%;
  }
}

.p-nav__privacy {
  position: absolute;
  left: 12rem;
  top: -2.5rem;
}

@media screen and (max-width: 768px) {
  .p-nav__privacy {
    margin-top: 4rem;
    position: static;
  }
}

.p-nav__privacy a {
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #131834;
  transition: opacity .2s linear;
}

.p-nav__privacy a:hover {
  opacity: 0.3;
}

.p-nav__news {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-nav__news {
    margin-top: 3.1rem;
    display: block;
    padding: 0 4rem;
  }
}

.p-nav__copyright {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  color: #909090;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

/* .p-nav__sns {
  display: flex;
} */
.p-nav__sns {
  position: absolute;
  top: 4rem;
  right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-nav__sns {
    top: 2rem;
    right: 2.25rem;
  }
}

.p-nav__sns__item {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-nav__sns__item {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
.p-nav__sns__item .c-circle-button > svg path{
  fill: #131834;
}
.p-nav__image__item {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.is-nav-open .p-nav__image__item {
  transition: -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-new-driven {
  padding: 3rem 2rem 6.6rem;
  border: 2px solid #FFFFFF;
  border-radius: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-new-driven {
    padding: 2rem 1.3rem 3.9rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.8rem;
  }
}

.p-new-driven__tilte {
  font-weight: 600;
  font-size: 2rem;
  line-height: 200%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-new-driven__tilte {
    font-size: 1.6rem;
    line-height: 200%;
    text-align: left;
  }
}

.p-new-driven__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (max-width: 768px) {
  .p-new-driven__list {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 1rem;
  }
}

.p-new-driven__list > li {
  display: flex;
  padding: 2.7rem 2.8rem;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  background: #FFFFFF;
  border-radius: 0.8rem;
  color: #131834;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 125%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-new-driven__list > li {
    padding: 2.5rem 2.8rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 125%;
    text-align: center;
  }
}

.p-news-detail-header {
  text-align: center;
}

.p-news-detail-header__title {
  position: relative;
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
}

@media screen and (max-width: 768px) {
  .p-news-detail-header__title {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}

.p-news-detail-header__title:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0.5rem;
  margin: 0.6rem auto 0;
  background: #141834;
}

@media screen and (max-width: 768px) {
  .p-news-detail-header__title:after {
    margin: 0.7rem auto 0;
    width: 100%;
    height: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .p-news-detail-header__title {
    letter-spacing: -0.12rem;
  }
}

.p-news-detail-header__date {
  margin-top: 1rem;
  font-family: "sofia-pro", sans-serif;
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
}

@media screen and (max-width: 768px) {
  .p-news-detail-header__date {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .is-ios .p-news-detail-header__date {
    letter-spacing: -0.12rem;
  }
}

.p-news-detail-header__category {
  margin-top: 1.4rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news-detail-header__category {
    margin-top: 1.2rem;
    font-size: 1.8rem;
    line-height: 165%;
  }
}

.p-news-header__sort {
  width: 100%;
  border-top: 1px solid #fff;
  padding: 3rem 0 5rem;
}

.p-news-header__sort > li {
  list-style-type: none;
}

.p-news-header__sort > li > a {
  position: relative;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 125%;
  opacity: 0.34;
}

@media screen and (max-width: 768px) {
  .p-news-header__sort > li > a {
    font-size: 1.6rem;
    line-height: 125%;
  }
}

.p-news-header__sort > li > a:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 1rem;
  right: -2.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-news-header__sort > li > a:after {
    top: 0.7rem;
    right: -1.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.p-news-header__sort > li > a:hover {
  opacity: 1;
}

.p-news-header__sort > li > a.is-current {
  opacity: 1;
}

.p-news-header__sort > li > a.is-current:after {
  opacity: 1;
}

.p-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pager__prev,
.p-pager__next {
  opacity: 0.34;
}

.p-pager__prev svg,
.p-pager__next svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
}

.p-pager__prev {
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .p-pager__prev {
    margin-right: 1.5rem;
  }
}

.p-pager__prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-pager__next {
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .p-pager__next {
    margin-left: 1.5rem;
  }
}

.p-pager__pager,
.p-pager__dot,
.p-pager__first,
.p-pager__last {
  margin: 0 1.3rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  opacity: 0.34;
}

@media screen and (max-width: 768px) {
  .p-pager__pager,
  .p-pager__dot,
  .p-pager__first,
  .p-pager__last {
    margin: 0 0.7rem;
    font-size: 1.6rem;
    line-height: 1.85rem;
  }
}

.p-pager__current {
  opacity: 1;
}

.p-pager__select {
  display: none;
}

.p-pager__prev:hover,
.p-pager__next:hover,
.p-pager__pager:hover,
.p-pager__first:hover,
.p-pager__last:hover {
  opacity: 1;
}

.p-pagetop {
  position: absolute;
  top: -3.0rem;
  right: 5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
}

.p-pagetop > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pagetop span {
  margin-top: 1.0rem;
}

@media screen and (max-width: 768px) {
  .p-pagetop {
    top: -13rem;
    right: 1.3rem;
  }
}

.p-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  /* Common Styles */
  /* Bullets */
}

.p-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.p-pagination .swiper-pagination-fraction, .p-pagination .swiper-pagination-custom, .p-pagination .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.p-pagination .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.p-pagination .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.p-pagination .swiper-pagination-bullet {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.6rem;
  display: inline-block;
  border: none;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: ' ';
  display: inline-block;
  width: .8rem;
  height: .8rem;
  background: #000;
  border-radius: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: ' ';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/ball.png);
  background-size: cover;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-pagination-clickable .p-pagination .swiper-pagination-bullet {
  cursor: pointer;
}

.p-pagination .swiper-pagination-bullet-active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.p-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-philosophy {
  display: flex;
	align-items: center;
  padding: 6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.p-philosophy:first-child {
  padding: 0rem 0 6rem;
  border-top: none;
}

.p-philosophy:last-child {
  padding: 6rem 0 0rem;
}

@media screen and (max-width: 768px) {
  .p-philosophy {
    display: block;
    padding: 4.8rem 0;
  }
  .p-philosophy:first-child {
    margin-top: 2.4rem;
    padding: 0rem 0 4.8rem;
    border-top: none;
  }
  .p-philosophy:last-child {
    padding: 4.8rem 0 0rem;
    margin-bottom: 3.2rem;
  }
}

.p-philosophy__header {
  flex: 0 1 18%;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.p-philosophy__header small {
  display: block;
  margin-top: 0.2em;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-philosophy__header {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
	.p-philosophy__header small {
    display: inline;
    margin-top: 0.6rem;
    margin-left: 0.8rem;
    font-size: 1rem;
  }
}

.p-philosophy__body {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.60714;
  letter-spacing: 0.08em;
}
.p-philosophy__body .fl{
	display: inline-block;
  font-size: 3.2rem;
}
.p-philosophy__body .en {
  font-family: 'sofia-pro-condensed', sans-serif;
	letter-spacing: 0;
	font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-philosophy__body {
    margin-top: 2.2rem;
    font-size: 2rem;
    line-height: 1;
  }
	.p-philosophy__body .fl{
		font-size: 2.7rem;
	}
	.p-philosophy__body .en {
		font-size: 2.7rem;
	}
}

.p-post h2 {
  margin-bottom: 2em;
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 260%;
  border-bottom: 1px solid rgba(20, 24, 52, 0.2);
}

@media screen and (max-width: 768px) {
  .p-post h2 {
    font-size: 1.8rem;
  }
}

.p-post h2::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  display: block;
  width: 4rem;
  height: 0px;
  border-top: 2px solid #B29059;
}

.p-post h3 {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 2rem;
  line-height: 260%;
}

@media screen and (max-width: 768px) {
  .p-post h3 {
    font-size: 1.7rem;
  }
}

.p-post h4 {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 260%;
}

@media screen and (max-width: 768px) {
  .p-post h4 {
    font-size: 1.6rem;
  }
}

.p-post h5 {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 260%;
}

@media screen and (max-width: 768px) {
  .p-post h5 {
    font-size: 1.5rem;
  }
}

.p-post h6 {
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 260%;
}

@media screen and (max-width: 768px) {
  .p-post h6 {
    font-size: 1.5rem;
  }
}

.p-post p {
  margin-bottom: 2em;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 220%;
}

@media screen and (max-width: 768px) {
  .p-post p {
    font-size: 1.4rem;
  }
}

.p-post ul {
  margin-bottom: 2em;
  display: grid;
  row-gap: 1.5rem;
}

.p-post ul li {
  position: relative;
  list-style-type: none;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 125%;
  padding-left: 2.3rem;
}

@media screen and (max-width: 768px) {
  .p-post ul li {
    padding-left: 1.4rem;
    font-size: 1.5rem;
  }
}

.p-post ul li:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: ' ';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: #b29059;
  border-radius: 50%;
  opacity: 0.54;
}

@media screen and (max-width: 768px) {
  .p-post ul li:before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-post a {
  font-family: "sofia-pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 200%;
  text-decoration: underline;
  color: #131834;
}

.p-post a:hover {
  text-decoration: none;
}

.p-post a[target="_blank"]:after {
  display: inline-block;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  content: ' ';
  width: 0.8rem;
  height: 0.8rem;
  background-size: cover;
  background-image: url(../images/common/blank.svg);
}

@media screen and (max-width: 768px) {
  .p-post a[target="_blank"]:after {
    width: 0.7rem;
    height: 0.7rem;
  }
}

.p-post img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.p-privacy {
  margin-top: 8rem;
  margin-bottom: 16rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .p-privacy {
    margin-top: 5rem;
    margin-bottom: 10rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-privacy p {
  margin-top: 1.5em;
}

.p-privacy p:first-child {
  margin-top: 0;
}

.p-privacy ul {
  margin-top: 1.5em;
}

.p-privacy ul:first-child {
  margin-top: 0;
}

.p-privacy ul li {
  margin-top: 0.3em;
  position: relative;
  list-style-type: none;
  padding-left: 1.6rem;
}

.p-privacy ul li:before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  content: ' ';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: block;
  background-color: #fff;
}

.p-privacy h2 {
  margin-top: -0.69821rem;
  margin-bottom: 1em;
  font-size: 2.8rem;
  line-height: 1.60714;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-privacy h2 {
    font-size: 2rem;
    margin-bottom: 1em;
    line-height: 1.5;
  }
}

.p-privacy section {
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .p-privacy section {
    margin-top: 4.4rem;
  }
}

.p-profile {
  margin: 0 2.75rem;
}

@media screen and (max-width: 768px) {
  .p-profile {
    margin: 0 1rem;
  }
}

.p-profile__item {
  padding: 3.2rem 2.75rem 3.6rem;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .p-profile__item {
    padding: 2.5rem 1rem 2.6rem;
  }
}

.p-profile__header {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-profile__header {
    font-size: 1.3rem;
  }
}

.p-profile__body {
  margin-top: 1.9rem;
}

@media screen and (max-width: 768px) {
  .p-profile__body {
    margin-top: 0.3rem;
  }
}

.p-profile__body > p {
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-profile__body > p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.p-project-header__en {
  font-size: 7rem;
  line-height: 1.28571;
  letter-spacing: 0.06em;
  font-weight: 700;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .p-project-header__en {
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
  }
}

.p-project-header__ja {
  margin-top: 1.5rem;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-project-header__ja {
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-project-header__en,
.p-project-header__ja {
  overflow: hidden;
}

.p-project-header__en > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-project-header__ja > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.is-enter .p-project-header__en > span,
.is-enter .p-project-header__ja > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-project-list {
  position: relative;
  margin-top: 6.6rem;
  list-style-type: none;
  border-top: 1px solid #fff;
}

.p-project-list__item {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #fff;
}

.p-project-list__image {
  pointer-events: none;
  position: absolute;
  top: -12.3rem;
  left: -18rem;
  width: 36rem;
  height: 24.5rem;
  overflow: hidden;
}

.p-project-list__image img {
  width: 100%;
  height: auto;
}

.p-project-list__image__item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-project-list__image__item {
  opacity: 0;
  transition: opacity 0.6s linear, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s linear;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s linear, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-project-list__image__item img {
  opacity: 0;
  transition: opacity 0.6s linear, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s linear;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.6s linear, -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-project-list__image__item.is-show {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.p-project-list__image__item.is-show img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.p-recruit {
  display: flex;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .p-recruit {
    display: block;
    padding: 0;
  }
}

.p-recruit__header {
  flex: 1 0 25%;
}

.p-recruit__number {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

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

.p-recruit__en {
  margin-top: 0.5rem;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-recruit__en {
    font-size: 3rem;
  }
}

.p-recruit__ja {
  margin-top: 0.2em;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

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

.p-recruit__body {
  flex: 0 1 68.75%;
}

.p-recruit__title {
  margin-bottom: 5.2rem;
  padding: 2.9rem 0 4rem;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-recruit__title {
    margin-bottom: 3rem;
    padding: 1.8rem 0 1.8rem;
    font-size: 1.7rem;
  }
}

.p-recruit__item {
  margin-top: 4.4rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__item {
    margin-top: 2.2rem;
  }
}

.p-recruit__button {
  margin-top: 8.8rem;
}

@media screen and (max-width: 768px) {
  .p-recruit__button {
    margin-top: 3.8rem;
  }
}

.p-recruit__button > a {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10rem;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-recruit__button > a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-recruit__button > a {
    height: 6.5rem;
  }
}

.p-scrolldown {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.1rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
}

.p-scrolldown span {
  margin-bottom: 1rem;
}

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

.p-scrolldonw__link svg {
  display: block;
}

.p-section-header {
  pointer-events: auto;
}

.p-section-header__number {
  font-family: 'sofia-pro', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-section-header__number {
    font-size: 1rem;
  }
}

.p-section-header__en {
  margin-top: 0.5rem;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-section-header__en {
    margin-top: 0.8rem;
    font-size: 3rem;
  }
}

.p-section-header__ja {
  margin-top: 0.2em;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-section-header__ja {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

.p-section-header__list {
  margin-top: 3.5rem;
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  .p-section-header__list {
    display: none;
  }
}

.p-section-header__list li {
  font-size: 1.4rem;
  line-height: 1.60714;
  letter-spacing: 0.08em;
  font-weight: normal;
}

.p-section-header__list li + li {
  margin-top: 0.9rem;
}

.p-section-header__other {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.82143;
  font-weight: normal;
}

.p-section-header__other a {
  font-size: 1.4rem;
  line-height: 1.82143;
}
.p-section-solution:has(a.creative_slide){
  margin-top: 5rem;
}
.p-section-solution__thumbnail {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.6rem;
}

.p-section-solution__thumbnail > a {
  background-color: #F5F2EB;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-section-solution__thumbnail > a.creative_slide{
  display: block;
  background: none;
}
.p-section-solution__thumbnail > a > .p-large-slider {
  width: calc(100% - 8rem);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-section-solution__thumbnail > a > .p-large-slider {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {
  .p-section-solution__thumbnail {
    width: 29.5rem;
    height: 38.5rem;
    border-radius: 0.8rem;
  }
}

.p-section-solution__thumbnail img {
  display: block;
}

@media screen and (max-width: 768px) {
  /* .p-section-solution__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  } */
}

.p-section-solution__thumbnail > a:hover .p-section-solution__view:after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-section-solution__view {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 2.4rem;
  right: 7rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .p-section-solution__view {
    bottom: 6.1rem;
    right: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.p-section-solution__view:after {
  content: ' ';
  display: block;
  margin-left: 1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .p-section-solution__view:after {
    margin-left: 0.5rem;
    margin-top: 0.6rem;
    width: 0.35rem;
    height: 0.35rem;
  }
}

.p-section-creative__view {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-section-creative__view {
    font-size: 1.4rem;
  }
}


.p-section-solution__content {
  margin-top: 7.8rem;
  display: grid;
  grid-template-columns: 48rem 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.p-section-solution__content + .p-section-solution__content {
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  .p-section-solution__content {
    margin-top: 3.8rem;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-section-solution__header {
    display: flex;
    align-items: center;
  }
}

.p-section-solution__ja {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.8rem;
}
  .p-section-solution__ja.cTit01 {
    font-size: 4.2rem;
    line-height: 1.5;
  }
  .p-section-solution__ja.cTit02 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

@media screen and (max-width: 768px) {
  .p-section-solution__ja {
    margin-right: 0.6rem;
    margin-top: 0.5rem;
    font-size: 1.7rem;
    line-height: 2.55rem;
  }
  .p-section-solution__ja.cTit01 {
    font-size: 3.4rem;
    margin-right: 0rem;
  }
  .p-section-solution__ja.cTit02 {
    font-size: 1.8rem;
    margin-right: 0rem;
  }
}

.p-section-solution__en {
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-section-solution__en {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 768px) {
  .p-section-solution__body {
    margin-top: 2.1rem;
  }
}

.p-section-solution__description {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 240%;
}

@media screen and (max-width: 768px) {
  .p-section-solution__description {
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.p-section-solution__list {
  margin-top: 6.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2.9rem;
}

.p-section-solution__list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-section-solution__list {
    margin-top: 6.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 1.8rem;
  }
  .p-section-solution__list:first-child {
    margin-top: 6.5rem;
  }
}

.p-section-solution__list > li {
  padding: 1rem 0 0;
  list-style-type: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 240%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.p-section-solution__list > li a {
  text-decoration: underline;
}

.p-section-solution__list > li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-section-solution__list > li {
    padding: 1.9rem 0 0;
    font-size: 1.2rem;
    line-height: 125%;
  }
}

.p-section-solution__full {
  grid-column-start: 1;
  grid-column-end: 3;
}

.p-section-text {
  padding: 3.6rem 0 0;
}
.p-section-text + .p-section-text {margin-top: 3rem;}
.p-section-text__image {
  margin-bottom: 6.7rem;
}

.p-section-text__image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  border-radius: 1.6rem;
}

.p-section-text__header {
  margin-top: -0.69821rem;
  font-size: 2.8rem;
  line-height: 1.60714;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-section-text__header {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-section-text__header.pc_flex {
  column-gap: 1em;
}
.p-section-text__header.pc_flex .en{
  font-size: 50%;
  font-family: 'sofia-pro-condensed', sans-serif;
}

.p-section-text__body {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .p-section-text__body {
    margin-top: 2.2rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-section-text__body > p + * {
  margin-top: 1.5em;
}

.p-section-text__body .phList {
  gap: 1.5rem;
}
.p-section-text__body .phList > * > * + *{
  margin-top: 0.5em;
}

.p-section-text__profile {
  margin-top: 3.7rem;
}

.p-section-text__position {
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-section-text__name {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.7;
}

.p-section-text__job {
  margin-top: 1.3rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.p-service-header__title {
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .p-service-header__title {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.p-service-header__title::before {
  position: absolute;
  left: -2.2rem;
  top: 2rem;
  content: ' ';
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .p-service-header__title::before {
    left: -1.1rem;
    top: 1rem;
    width: 0.35rem;
    height: 0.35rem;
  }
}

.p-service-header__content {
  margin-top: 2.9rem;
  display: grid;
  grid-template-columns: 52rem 1fr;
  -webkit-column-gap: 4.4rem;
     -moz-column-gap: 4.4rem;
          column-gap: 4.4rem;
}

@media screen and (max-width: 768px) {
  .p-service-header__content {
    margin-top: 2.6rem;
    display: block;
  }
}

.p-service-header__copy {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 145%;
}

@media screen and (max-width: 768px) {
  .p-service-header__copy {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 145%;
  }
}

.p-service-header__description {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  .p-service-header__description {
    margin-top: 3.1rem;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.p-slider {
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 768px) {
  .p-slider__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-slider__slide {
  flex: 0 1 31.25%;
}

@media screen and (max-width: 768px) {
  .p-slider__slide {
    flex: 1 0 68%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-slider__slide > img {
    padding: 0 1rem;
  }
}

.p-solution-donzubah {
  pointer-events: none;
  height: 400vh;
  padding-top: calc(50vh - 9.8rem);
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    padding-top: calc(50vh - 9.8rem);
  }
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah.is-fixed-start .p-solution-donzubah__inner {
    position: fixed;
    top: calc(50vh - 19.6 * 0.5rem);
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8rem);
  }
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah.is-fixed-end .p-solution-donzubah__inner {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: calc(50vh - 19.6 * 0.5rem);
    margin: auto;
    width: calc(100% - 8rem);
  }
}

.p-solution-donzubah__inner {
  position: relative;
}

.p-solution-donzubah__scene {
  display: flex;
  height: 19.6rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.p-solution-donzubah__scene__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.24);
}

.p-solution-donzubah__scene__item {
  width: 28.4rem;
  text-align: center;
}

.p-solution-donzubah__scene__top,
.p-solution-donzubah__scene__bottom {
  font-weight: 600;
  font-size: 1.7rem;
  height: 4.08rem;
  line-height: 240%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah__scene__top,
  .p-solution-donzubah__scene__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    line-height: 2.04rem;
    text-align: center;
  }
}

.p-solution-donzubah__scene__center {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 7rem;
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah__scene__center {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}

.p-solution-donzubah__copy {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 800;
  font-size: 19.6rem;
  line-height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media screen and (max-width: 768px) {
  .p-solution-donzubah__copy {
    height: 19.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.2rem;
  }
}

.p-solution-intro__copy {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 200%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-solution-intro__copy {
    font-size: 1.6rem;
    line-height: 150%;
    text-align: left;
  }
}

.p-solution-intro__description {
  margin-top: 4.6rem;
  padding: 0 4rem;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 240%;
}

@media screen and (max-width: 768px) {
  .p-solution-intro__description {
    padding: 0;
    font-size: 1.4rem;
    line-height: 200%;
  }
}

.p-solution-intro__description b {
  font-weight: 600;
  font-size: 2rem;
  line-height: 240%;
}

@media screen and (max-width: 768px) {
  .p-solution-intro__description b {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 200%;
  }
}

.p-solution-intro__card {
  padding: 2.5rem 0 2.4rem;
  width: 58rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.8rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 145%;
  text-align: center;
  margin: 7.8rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-solution-intro__card {
    padding: 2.2rem 0 2.1rem;
    border: 1px solid #FFFFFF;
    margin-top: 3.2rem;
    width: 100%;
    font-size: 1.2rem;
    line-height: 145%;
  }
}

.p-solution-intro__card b {
  font-weight: 600;
}

.p-solution-thumbnail {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 65.4rem;
  background-color: #F5F2EB;
  overflow: hidden;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-solution-thumbnail {
    height: 38.5rem;
  }
}

.p-solution-thumbnail__text {
  position: relative;
  width: 100%;
  height: 19.6rem;
}

@media screen and (max-width: 768px) {
  .p-solution-thumbnail__text {
    height: 9.8rem;
  }
}

@-webkit-keyframes SOLUTION_MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes SOLUTION_MARQUEE_TO_RIGHT {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-solution-thumbnail__text__inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 800;
  font-size: 19.6rem;
  line-height: 100%;
  text-stroke: 1px #131834;
  -webkit-text-stroke: 1px #131834;
  color: transparent;
  -webkit-animation: 30s SOLUTION_MARQUEE_TO_RIGHT linear infinite;
          animation: 30s SOLUTION_MARQUEE_TO_RIGHT linear infinite;
}

@media screen and (max-width: 768px) {
  .p-solution-thumbnail__text__inner {
    margin: auto;
    font-size: 9.8rem;
    line-height: 100%;
  }
}

.p-solution-thumbnail__text__inner b {
  color: #131834;
}

.p-solution-thumbnail__animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 70%;
  height: 70%;
}

.p-solution-thumbnail__animation img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-solution {
  display: none;
}

.p-solution.is-current {
  display: block;
}

.p-solution__item {
  padding: 8.15rem 5.5rem 7.1rem;
  border-top: 1px solid #f1f2f7;
}

@media screen and (max-width: 768px) {
  .p-solution__item {
    padding: 3.6rem 0rem;
  }
}

.p-sort {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sort__container {
  position: relative;
  max-width: 120rem;
  width: 100%;
  margin: auto;
  padding: 0 6rem;
}

@media screen and (max-width: 768px) {
  .p-sort__container {
    padding: 0 4rem;
    max-height: 90vh;
  }
}

.p-sort__inner {
  position: relative;
  padding: 4rem 6rem 5rem;
  background-color: #fff;
  border-radius: .8rem;
}

@media screen and (max-width: 768px) {
  .p-sort__inner {
    padding: 2.5rem 2rem 2.2rem;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 90vh;
  }
}

.p-sort__header {
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  color: #131834;
}

@media screen and (max-width: 768px) {
  .p-sort__header {
    font-size: 2rem;
  }
}

.p-sort__body {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.p-sort__body--member {
  margin-top: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-sort__body--member {
    display: block;
  }
}

.p-sort__wrap {
  color: #131834;
  padding-left: 2rem;
  border-left: 1px solid rgba(20, 24, 52, 0.1);
}

@media screen and (max-width: 768px) {
  .p-sort__wrap {
    padding-left: 0;
    border-left: none;
  }
}

.p-sort__heading {
  margin-bottom: 1.7rem;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #131834;
}

@media screen and (max-width: 768px) {
  .p-sort__heading {
    margin-top: 1.8rem;
    margin-bottom: .8rem;
    font-size: 1.76rem;
    line-height: 2rem;
  }
}

.p-sort__link {
  color: #131834;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 180%;
  -webkit-font-feature-settings: 'halt' on;
          font-feature-settings: 'halt' on;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .p-sort__link {
    font-size: 1.2rem;
  }
}

.p-sort__link:hover, .p-sort__link.is-select {
  opacity: 0.5;
  color: #131834;
}

.p-sort__item {
  margin: 1rem 2rem 1rem 0;
}

@media screen and (max-width: 768px) {
  .p-sort__item {
    margin: 0.75rem 1.5rem 0.75rem 0;
  }
}

.p-sort__close {
  position: absolute;
  z-index: 3;
  width: 6.5rem;
  height: 6.5rem;
  top: -3.25rem;
  right: 2.45rem;
}

@media screen and (max-width: 768px) {
  .p-sort__close {
    width: 4rem;
    height: 4rem;
    top: -1.8rem;
    right: 2rem;
  }
}

@keyframes SCALE {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.p-sprits-figure {
  position: relative;
  width: 100%;
  height: 56.2rem;
}

@media screen and (max-width: 768px) {
  .p-sprits-figure {
    height: 25.15rem;
  }
}

.p-sprits-figure__image {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.2rem;
  height: 43.85rem;
  margin: auto;
}

.p-sprits-figure__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-sprits-figure__image {
    width: 23.1rem;
    height: 21.95rem;
  }
}

.p-sprits-figure__circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 37.25rem;
  height: 37.25rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-sprits-figure__circle {
    width: 18.475rem;
    height: 18.475rem;
    top: 3.8%;
  }
}

.p-sprits-figure__circle span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.p-sprits-figure__circle span:nth-child(1) {
  -webkit-animation: SCALE 3s infinite;
          animation: SCALE 3s infinite;
}

.p-sprits-figure__circle span:nth-child(2) {
  -webkit-animation: SCALE 3s infinite 1s;
          animation: SCALE 3s infinite 1s;
}

.p-sprits-figure__circle span:nth-child(3) {
  -webkit-animation: SCALE 3s infinite 2s;
          animation: SCALE 3s infinite 2s;
}

.p-sprits-figure__left {
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 3rem;
  height: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-sprits-figure__right {
  position: absolute;
  opacity: 0.3;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-sprits-figure__item {
  position: absolute;
  width: 14.25rem;
  height: 14.25rem;
}

@media screen and (max-width: 768px) {
  .p-sprits-figure__item {
    width: 7.1rem;
    height: 7.1rem;
  }
}

.p-sprits-figure__item span {
  position: absolute;
  display: block;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 50%;
}

.p-sprits-figure__item span:nth-child(1) {
  -webkit-animation: SCALE 3s infinite;
          animation: SCALE 3s infinite;
}

.p-sprits-figure__item span:nth-child(2) {
  -webkit-animation: SCALE 3s infinite 1s;
          animation: SCALE 3s infinite 1s;
}

.p-sprits-figure__item span:nth-child(3) {
  -webkit-animation: SCALE 3s infinite 2s;
          animation: SCALE 3s infinite 2s;
}

.p-sprits-figure__item--01 {
  top: -6.9%;
  left: 0;
  right: 0;
  margin: auto;
}

.p-sprits-figure__item--02 {
  top: 10.5%;
  right: 2.2%;
  margin: auto;
}

.p-sprits-figure__item--03 {
  bottom: 15.5%;
  right: 2.2%;
  margin: auto;
}

.p-sprits-figure__item--04 {
  bottom: -3.9%;
  left: 0;
  right: 0;
  margin: auto;
}

.p-sprits-figure__item--05 {
  bottom: 15.5%;
  left: 2.2%;
  margin: auto;
}

.p-sprits-figure__item--06 {
  top: 10.5%;
  left: 2.2%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-spirits {
    margin-top: 2.6rem;
  }
}

.p-spirits__list {
  margin-top: 4.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-spirits__list {
    display: block;
  }
}

.p-spirits__item {
  flex: 0 1 45.45455%;
  padding: 2.85rem 0 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.p-table {
  margin-top: -2.6rem;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.7;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-table {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.96154;
  }
}

.p-table__tr {
  display: flex;
  padding: 4.6rem 0 4.7rem;
}

@media screen and (max-width: 768px) {
  .p-table__tr {
    padding: 2.2rem 0px;
    display: block;
  }
}

.p-table__tr + .p-table__tr {
  border-top: 1px solid #fff;
}

.p-table__th {
  flex: 0 1 18.18182%;
}

@media screen and (max-width: 768px) {
  .p-table__th {
    font-weight: bold;
  }
}

.p-table__td {
  flex: 0 1 82.72727%;
}

@media screen and (max-width: 768px) {
  .p-table__td {
    margin-top: 1rem;
  }
}

.p-table__td p {
  margin-top: 2.7rem;
}

.p-table__td > *:first-child {
  margin-top: 0;
}

.p-text > *:first-child {
  margin-top: 0;
}

.p-text > h2 {
  margin-top: 2.85em;
  font-size: 2.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-text > h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-text > h3 {
  margin-top: 2.85em;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-text > h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-text > p {
  margin-top: 2.55em;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-text > p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.p-thumbnail {
  width: 100%;
}

.p-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.p-thumbnail img {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.is-enter.p-thumbnail img {
  transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s linear;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s linear, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.p-top-image-member {
  position: relative;
  z-index: 0;
  max-width: 132rem;
  height: 72rem;
  background-color: #f5f2eb;
  border-radius: 0.8rem;
  overflow: hidden;
  background-size: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-top-image-member {
    width: 29.5rem;
    height: 45rem;
    margin: auto;
    background-size: 150%;
  }
}

@-webkit-keyframes WORKS_TO_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes WORKS_TO_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes WORKS_TO_RIGHT {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes WORKS_TO_RIGHT {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-top-image-member__row {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  -webkit-animation: WORKS_TO_LEFT 40s linear infinite;
          animation: WORKS_TO_LEFT 40s linear infinite;
}

.p-top-image-member__row:nth-child(2) {
  z-index: -1;
}

.p-top-image-member__col {
  position: relative;
  flex: 1 0 42.4rem;
  width: 42.4rem;
}

@media screen and (max-width: 768px) {
  .p-top-image-member__col {
    flex: 1 0 18rem;
    width: 18rem;
  }
}

.p-top-image-member__col:nth-child(4n) {
  -webkit-transform: translateY(-14rem);
          transform: translateY(-14rem);
}

@media screen and (max-width: 768px) {
  .p-top-image-member__col:nth-child(4n) {
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
}

.p-top-image-member__col:nth-child(4n+1) {
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}

@media screen and (max-width: 768px) {
  .p-top-image-member__col:nth-child(4n+1) {
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}

.p-top-image-member__col:nth-child(4n+2) {
  z-index: -1;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}

@media screen and (max-width: 768px) {
  .p-top-image-member__col:nth-child(4n+2) {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}

.p-top-image-member__col:nth-child(4n+3) {
  -webkit-transform: translateY(14rem);
          transform: translateY(14rem);
}

@media screen and (max-width: 768px) {
  .p-top-image-member__col:nth-child(4n+3) {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
}

.p-top-image-member__copy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 19.6rem;
  line-height: 100%;
  color: transparent;
  white-space: nowrap;
  text-stroke: 1px #131834;
  -webkit-text-stroke: 1px #131834;
  -webkit-animation: WORKS_TO_LEFT 30s linear infinite;
          animation: WORKS_TO_LEFT 30s linear infinite;
}

@media screen and (max-width: 768px) {
  .p-top-image-member__copy {
    font-size: 9.8rem;
  }
}

.p-top-image-member__copy span {
  color: #131834;
}

@-webkit-keyframes SWING {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes SWING {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

.p-top-image-member__inner {
  position: relative;
  z-index: 0;
  width: 28.4rem;
  height: 36rem;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-animation: SWING 8s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: SWING 8s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@media screen and (max-width: 768px) {
  .p-top-image-member__inner {
    width: 14.2rem;
    height: 18rem;
  }
}

.p-top-image-member__inner img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-image-member__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -3;
  width: 70%;
  height: 70%;
}

.p-top-image-member__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .p-top-image-member__video {
    position: absolute;
    top: -20%;
    left: -20%;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: -3;
    width: 140%;
    height: 140%;
  }
}

.p-top-image {
  position: relative;
  z-index: 0;
  width: 60rem;
  height: 78.0rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #F5F2EB;
  display: flex;
  align-items: center;
}

.p-top-image img {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-top-image {
    width: 100%;
    height: 38.3rem;
  }
}

@keyframes WORKS_TO_LEFT {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes WORKS_TO_RIGHT {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-top-image__copy {
  position: absolute;
  bottom: 5.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'sofia-pro', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #131834;
}

@media screen and (max-width: 768px) {
  .p-top-image__copy {
    font-size: 1.2rem;
    line-height: 1.4rem;
    bottom: 3.65rem;
  }
}

.p-top-image__works__wrap {
  position: relative;
  height: 13.4rem;
  margin: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-top-image__works__wrap {
    height: 6.55rem;
  }
}

.p-top-image__works__wrap:nth-child(2n) .p-top-image__works__row {
  -webkit-animation: WORKS_TO_RIGHT 20s linear infinite;
          animation: WORKS_TO_RIGHT 20s linear infinite;
}

.p-top-image__works__wrap:nth-child(2n+1) .p-top-image__works__row {
  -webkit-animation: WORKS_TO_LEFT 20s linear infinite;
          animation: WORKS_TO_LEFT 20s linear infinite;
}

.p-top-image__works__row {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 13.4rem;
}

@media screen and (max-width: 768px) {
  .p-top-image__works__row {
    height: 6.55rem;
  }
}

.p-top-image__works__col {
  flex: 0 0 23.5rem;
  width: 23.5rem;
  margin: 0 0.3rem;
  border-radius: 8px;
}

.p-top-image__works__col img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-image__works__col {
    flex: 0 0 11.5rem;
    width: 11.5rem;
    height: 6.55rem;
    border-radius: 0.4rem;
  }
}

.p-top-image__anime {
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f2eb;
  background-size: cover;
  background-position: center center;
}

.p-top-image__anime img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-image.is-enter .p-top-image__anime {
  transition: opacity .5s linear 2.8s;
  opacity: 0;
}

.p-top-member {
  margin-top: 6rem;
}

.p-top-member__description {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .p-top-member__description {
    font-size: 1.2rem;
  }
}

.p-top-member__more {
  margin-top: 4.1rem;
}

.p-top-section__copy {
  margin: 2.7rem 0 0;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-top-section__copy {
    margin: 2rem 0 0;
    font-size: 1.5rem;
  }
}

.p-top-section__copy__ja {
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top-section__copy__ja {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

.p-top-section__copy__en {
  margin-top: 0.8rem;
  margin-bottom: 4.6rem;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-top-section__copy__en {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

.p-top-section__text {
  margin: 2rem 0 0;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-top-section__text {
    margin: 1.8rem 0 0;
    font-size: 1.2rem;
  }
}

.p-top-section__readmore {
  margin: 3.4rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-section__readmore {
    margin: 2rem 0 0;
  }
}

.p-top-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 33rem;
}

.p-top-text p {
  display: inline-block;
  font-family: 'sofia-pro-condensed', sans-serif;
  font-weight: 600;
  font-size: 16.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media only screen and (min-width: 1600px) {
  .p-top-text p:first-child {
    padding-left: 20vw;
  }
  .p-top-text p:last-child {
    padding-right: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-text p {
    font-size: 8rem;
  }
}

.p-works-header {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-works-header__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6rem 6rem;
}

@media screen and (max-width: 768px) {
  .p-works-header__content {
    padding: 4rem 2rem;
  }
}

.p-works-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.p-works-header__title {
  margin-bottom: 2rem;
  width: 60%;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.25;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-works-header__title {
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-works-header__data {
  margin-bottom: 1rem;
  width: 60%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-works-header__data {
    width: 100%;
    font-size: 0.8rem;
  }
}

.p-works-header__data span {
  font-family: "sofia-pro", sans-serif;
}

.p-works-header__tag {
  font-family: "sofia-pro", sans-serif;
  width: 60%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-works-header__tag {
    width: 100%;
    font-size: 0.8rem;
  }
}

.p-works-section {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-works-section {
    display: block;
  }
}

.p-works-section:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
}

@media screen and (max-width: 768px) {
  .p-works-section:before {
    display: none;
  }
}

.p-works-section__header {
  flex: 0 1 31.25%;
}

.p-works-section__title {
  position: relative;
  padding: 1.6rem 0 0;
  font-family: "sofia-pro-condensed", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  overflow: hidden;
}

.p-works-section__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-works-section__title > span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-works-section__title {
    font-size: 2.5rem;
  }
}

.p-works-section__image {
  margin-top: 3rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-works-section__image {
    margin-top: 2rem;
  }
}

.p-works-section__description {
  flex: 0 1 62.5%;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-works-section__description {
    margin-top: 3.5rem;
  }
}

.p-works-section:before {
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-works-section__title:before {
  -webkit-transform: scaleX(0%);
          transform: scaleX(0%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-works-section__title > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-works-section__image {
  opacity: 0;
}

.p-works-section__image img {
  -webkit-transform: translateY(10%) scale(1.1);
          transform: translateY(10%) scale(1.1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-works-section__description .p-text > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.p-works-section__description .p-text > *:nth-child(1) {
  transition: opacity 1s linear 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s linear 0.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s linear 0.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.p-works-section__description .p-text > *:nth-child(2) {
  transition: opacity 1s linear 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1s linear 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1s linear 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.p-works-section__description .p-text > *:nth-child(3) {
  transition: opacity 1s linear 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 1s linear 0.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, opacity 1s linear 0.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.p-works-section__description .p-text > *:nth-child(4) {
  transition: opacity 1s linear 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 1s linear 0.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, opacity 1s linear 0.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.p-works-section__description .p-text > *:nth-child(5) {
  transition: opacity 1s linear 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1s linear 1s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity 1s linear 1s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.p-works-section__description .p-text > *:nth-child(6) {
  transition: opacity 1s linear 1.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, opacity 1s linear 1.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s, opacity 1s linear 1.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}

.p-works-section__description .p-text > *:nth-child(7) {
  transition: opacity 1s linear 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, opacity 1s linear 1.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s, opacity 1s linear 1.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}

.p-works-section__description .p-text > *:nth-child(8) {
  transition: opacity 1s linear 1.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 1s linear 1.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s, opacity 1s linear 1.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.6s;
}

.p-works-section__description .p-text > *:nth-child(9) {
  transition: opacity 1s linear 1.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, opacity 1s linear 1.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s, opacity 1s linear 1.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
}

.p-works-section__description .p-text > *:nth-child(10) {
  transition: opacity 1s linear 2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, opacity 1s linear 2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s, opacity 1s linear 2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2s;
}

.p-works-section__description .p-text > *:nth-child(11) {
  transition: opacity 1s linear 2.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, opacity 1s linear 2.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s, opacity 1s linear 2.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.2s;
}

.p-works-section__description .p-text > *:nth-child(12) {
  transition: opacity 1s linear 2.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, opacity 1s linear 2.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s, opacity 1s linear 2.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s;
}

.p-works-section__description .p-text > *:nth-child(13) {
  transition: opacity 1s linear 2.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, opacity 1s linear 2.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s, opacity 1s linear 2.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.6s;
}

.p-works-section__description .p-text > *:nth-child(14) {
  transition: opacity 1s linear 2.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, opacity 1s linear 2.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s, opacity 1s linear 2.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.8s;
}

.p-works-section__description .p-text > *:nth-child(15) {
  transition: opacity 1s linear 3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s, opacity 1s linear 3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s, opacity 1s linear 3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3s;
}

.p-works-section__description .p-text > *:nth-child(16) {
  transition: opacity 1s linear 3.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.2s, opacity 1s linear 3.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.2s, opacity 1s linear 3.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.2s;
}

.p-works-section__description .p-text > *:nth-child(17) {
  transition: opacity 1s linear 3.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.4s, opacity 1s linear 3.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.4s, opacity 1s linear 3.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.4s;
}

.p-works-section__description .p-text > *:nth-child(18) {
  transition: opacity 1s linear 3.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.6s, opacity 1s linear 3.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.6s, opacity 1s linear 3.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.6s;
}

.p-works-section__description .p-text > *:nth-child(19) {
  transition: opacity 1s linear 3.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.8s, opacity 1s linear 3.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.8s, opacity 1s linear 3.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 3.8s;
}

.p-works-section__description .p-text > *:nth-child(20) {
  transition: opacity 1s linear 4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s, opacity 1s linear 4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s, opacity 1s linear 4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4s;
}

.p-works-section__description .p-text > *:nth-child(21) {
  transition: opacity 1s linear 4.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s, opacity 1s linear 4.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s, opacity 1s linear 4.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.2s;
}

.p-works-section__description .p-text > *:nth-child(22) {
  transition: opacity 1s linear 4.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.4s, opacity 1s linear 4.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.4s, opacity 1s linear 4.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.4s;
}

.p-works-section__description .p-text > *:nth-child(23) {
  transition: opacity 1s linear 4.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.6s, opacity 1s linear 4.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.6s, opacity 1s linear 4.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.6s;
}

.p-works-section__description .p-text > *:nth-child(24) {
  transition: opacity 1s linear 4.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.8s, opacity 1s linear 4.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.8s, opacity 1s linear 4.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 4.8s;
}

.p-works-section__description .p-text > *:nth-child(25) {
  transition: opacity 1s linear 5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5s, opacity 1s linear 5s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5s, opacity 1s linear 5s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5s;
}

.p-works-section__description .p-text > *:nth-child(26) {
  transition: opacity 1s linear 5.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.2s, opacity 1s linear 5.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.2s, opacity 1s linear 5.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.2s;
}

.p-works-section__description .p-text > *:nth-child(27) {
  transition: opacity 1s linear 5.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.4s, opacity 1s linear 5.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.4s, opacity 1s linear 5.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.4s;
}

.p-works-section__description .p-text > *:nth-child(28) {
  transition: opacity 1s linear 5.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.6s, opacity 1s linear 5.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.6s, opacity 1s linear 5.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.6s;
}

.p-works-section__description .p-text > *:nth-child(29) {
  transition: opacity 1s linear 5.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.8s, opacity 1s linear 5.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.8s, opacity 1s linear 5.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 5.8s;
}

.p-works-section__description .p-text > *:nth-child(30) {
  transition: opacity 1s linear 6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6s, opacity 1s linear 6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6s, opacity 1s linear 6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6s;
}

.p-works-section__description .p-text > *:nth-child(31) {
  transition: opacity 1s linear 6.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.2s, opacity 1s linear 6.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.2s, opacity 1s linear 6.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.2s;
}

.p-works-section__description .p-text > *:nth-child(32) {
  transition: opacity 1s linear 6.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.4s, opacity 1s linear 6.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.4s, opacity 1s linear 6.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.4s;
}

.p-works-section__description .p-text > *:nth-child(33) {
  transition: opacity 1s linear 6.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.6s, opacity 1s linear 6.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.6s, opacity 1s linear 6.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.6s;
}

.p-works-section__description .p-text > *:nth-child(34) {
  transition: opacity 1s linear 6.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.8s, opacity 1s linear 6.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.8s, opacity 1s linear 6.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 6.8s;
}

.p-works-section__description .p-text > *:nth-child(35) {
  transition: opacity 1s linear 7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7s, opacity 1s linear 7s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7s, opacity 1s linear 7s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7s;
}

.p-works-section__description .p-text > *:nth-child(36) {
  transition: opacity 1s linear 7.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.2s, opacity 1s linear 7.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.2s, opacity 1s linear 7.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.2s;
}

.p-works-section__description .p-text > *:nth-child(37) {
  transition: opacity 1s linear 7.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.4s, opacity 1s linear 7.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.4s, opacity 1s linear 7.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.4s;
}

.p-works-section__description .p-text > *:nth-child(38) {
  transition: opacity 1s linear 7.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.6s, opacity 1s linear 7.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.6s, opacity 1s linear 7.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.6s;
}

.p-works-section__description .p-text > *:nth-child(39) {
  transition: opacity 1s linear 7.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s, opacity 1s linear 7.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s, opacity 1s linear 7.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 7.8s;
}

.p-works-section__description .p-text > *:nth-child(40) {
  transition: opacity 1s linear 8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8s, opacity 1s linear 8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8s, opacity 1s linear 8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8s;
}

.p-works-section__description .p-text > *:nth-child(41) {
  transition: opacity 1s linear 8.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.2s, opacity 1s linear 8.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.2s, opacity 1s linear 8.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.2s;
}

.p-works-section__description .p-text > *:nth-child(42) {
  transition: opacity 1s linear 8.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.4s, opacity 1s linear 8.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.4s, opacity 1s linear 8.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.4s;
}

.p-works-section__description .p-text > *:nth-child(43) {
  transition: opacity 1s linear 8.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.6s, opacity 1s linear 8.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.6s, opacity 1s linear 8.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.6s;
}

.p-works-section__description .p-text > *:nth-child(44) {
  transition: opacity 1s linear 8.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.8s, opacity 1s linear 8.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.8s, opacity 1s linear 8.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 8.8s;
}

.p-works-section__description .p-text > *:nth-child(45) {
  transition: opacity 1s linear 9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9s, opacity 1s linear 9s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9s, opacity 1s linear 9s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9s;
}

.p-works-section__description .p-text > *:nth-child(46) {
  transition: opacity 1s linear 9.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.2s, opacity 1s linear 9.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.2s, opacity 1s linear 9.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.2s;
}

.p-works-section__description .p-text > *:nth-child(47) {
  transition: opacity 1s linear 9.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.4s, opacity 1s linear 9.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.4s, opacity 1s linear 9.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.4s;
}

.p-works-section__description .p-text > *:nth-child(48) {
  transition: opacity 1s linear 9.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.6s, opacity 1s linear 9.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.6s, opacity 1s linear 9.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.6s;
}

.p-works-section__description .p-text > *:nth-child(49) {
  transition: opacity 1s linear 9.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.8s, opacity 1s linear 9.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.8s, opacity 1s linear 9.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 9.8s;
}

.p-works-section__description .p-text > *:nth-child(50) {
  transition: opacity 1s linear 10s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10s, opacity 1s linear 10s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10s, opacity 1s linear 10s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10s;
}

.p-works-section__description .p-text > *:nth-child(51) {
  transition: opacity 1s linear 10.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.2s, opacity 1s linear 10.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.2s, opacity 1s linear 10.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.2s;
}

.p-works-section__description .p-text > *:nth-child(52) {
  transition: opacity 1s linear 10.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.4s, opacity 1s linear 10.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.4s, opacity 1s linear 10.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.4s;
}

.p-works-section__description .p-text > *:nth-child(53) {
  transition: opacity 1s linear 10.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.6s, opacity 1s linear 10.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.6s, opacity 1s linear 10.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.6s;
}

.p-works-section__description .p-text > *:nth-child(54) {
  transition: opacity 1s linear 10.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.8s, opacity 1s linear 10.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.8s, opacity 1s linear 10.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 10.8s;
}

.p-works-section__description .p-text > *:nth-child(55) {
  transition: opacity 1s linear 11s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11s, opacity 1s linear 11s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11s, opacity 1s linear 11s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11s;
}

.p-works-section__description .p-text > *:nth-child(56) {
  transition: opacity 1s linear 11.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.2s, opacity 1s linear 11.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.2s, opacity 1s linear 11.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.2s;
}

.p-works-section__description .p-text > *:nth-child(57) {
  transition: opacity 1s linear 11.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.4s, opacity 1s linear 11.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.4s, opacity 1s linear 11.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.4s;
}

.p-works-section__description .p-text > *:nth-child(58) {
  transition: opacity 1s linear 11.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.6s, opacity 1s linear 11.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.6s, opacity 1s linear 11.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.6s;
}

.p-works-section__description .p-text > *:nth-child(59) {
  transition: opacity 1s linear 11.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.8s, opacity 1s linear 11.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.8s, opacity 1s linear 11.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 11.8s;
}

.p-works-section__description .p-text > *:nth-child(60) {
  transition: opacity 1s linear 12s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12s, opacity 1s linear 12s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12s, opacity 1s linear 12s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12s;
}

.p-works-section__description .p-text > *:nth-child(61) {
  transition: opacity 1s linear 12.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.2s, opacity 1s linear 12.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.2s, opacity 1s linear 12.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.2s;
}

.p-works-section__description .p-text > *:nth-child(62) {
  transition: opacity 1s linear 12.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.4s, opacity 1s linear 12.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.4s, opacity 1s linear 12.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.4s;
}

.p-works-section__description .p-text > *:nth-child(63) {
  transition: opacity 1s linear 12.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.6s, opacity 1s linear 12.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.6s, opacity 1s linear 12.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.6s;
}

.p-works-section__description .p-text > *:nth-child(64) {
  transition: opacity 1s linear 12.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.8s, opacity 1s linear 12.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.8s, opacity 1s linear 12.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 12.8s;
}

.p-works-section__description .p-text > *:nth-child(65) {
  transition: opacity 1s linear 13s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13s, opacity 1s linear 13s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13s, opacity 1s linear 13s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13s;
}

.p-works-section__description .p-text > *:nth-child(66) {
  transition: opacity 1s linear 13.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.2s, opacity 1s linear 13.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.2s, opacity 1s linear 13.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.2s;
}

.p-works-section__description .p-text > *:nth-child(67) {
  transition: opacity 1s linear 13.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.4s, opacity 1s linear 13.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.4s, opacity 1s linear 13.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.4s;
}

.p-works-section__description .p-text > *:nth-child(68) {
  transition: opacity 1s linear 13.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.6s, opacity 1s linear 13.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.6s, opacity 1s linear 13.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.6s;
}

.p-works-section__description .p-text > *:nth-child(69) {
  transition: opacity 1s linear 13.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.8s, opacity 1s linear 13.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.8s, opacity 1s linear 13.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 13.8s;
}

.p-works-section__description .p-text > *:nth-child(70) {
  transition: opacity 1s linear 14s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14s, opacity 1s linear 14s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14s, opacity 1s linear 14s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14s;
}

.p-works-section__description .p-text > *:nth-child(71) {
  transition: opacity 1s linear 14.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.2s, opacity 1s linear 14.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.2s, opacity 1s linear 14.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.2s;
}

.p-works-section__description .p-text > *:nth-child(72) {
  transition: opacity 1s linear 14.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.4s, opacity 1s linear 14.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.4s, opacity 1s linear 14.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.4s;
}

.p-works-section__description .p-text > *:nth-child(73) {
  transition: opacity 1s linear 14.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.6s, opacity 1s linear 14.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.6s, opacity 1s linear 14.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.6s;
}

.p-works-section__description .p-text > *:nth-child(74) {
  transition: opacity 1s linear 14.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.8s, opacity 1s linear 14.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.8s, opacity 1s linear 14.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 14.8s;
}

.p-works-section__description .p-text > *:nth-child(75) {
  transition: opacity 1s linear 15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15s, opacity 1s linear 15s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15s, opacity 1s linear 15s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15s;
}

.p-works-section__description .p-text > *:nth-child(76) {
  transition: opacity 1s linear 15.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.2s, opacity 1s linear 15.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.2s, opacity 1s linear 15.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.2s;
}

.p-works-section__description .p-text > *:nth-child(77) {
  transition: opacity 1s linear 15.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.4s, opacity 1s linear 15.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.4s, opacity 1s linear 15.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.4s;
}

.p-works-section__description .p-text > *:nth-child(78) {
  transition: opacity 1s linear 15.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.6s, opacity 1s linear 15.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.6s, opacity 1s linear 15.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.6s;
}

.p-works-section__description .p-text > *:nth-child(79) {
  transition: opacity 1s linear 15.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.8s, opacity 1s linear 15.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.8s, opacity 1s linear 15.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 15.8s;
}

.p-works-section__description .p-text > *:nth-child(80) {
  transition: opacity 1s linear 16s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16s, opacity 1s linear 16s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16s, opacity 1s linear 16s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16s;
}

.p-works-section__description .p-text > *:nth-child(81) {
  transition: opacity 1s linear 16.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.2s, opacity 1s linear 16.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.2s, opacity 1s linear 16.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.2s;
}

.p-works-section__description .p-text > *:nth-child(82) {
  transition: opacity 1s linear 16.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.4s, opacity 1s linear 16.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.4s, opacity 1s linear 16.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.4s;
}

.p-works-section__description .p-text > *:nth-child(83) {
  transition: opacity 1s linear 16.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.6s, opacity 1s linear 16.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.6s, opacity 1s linear 16.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.6s;
}

.p-works-section__description .p-text > *:nth-child(84) {
  transition: opacity 1s linear 16.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.8s, opacity 1s linear 16.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.8s, opacity 1s linear 16.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 16.8s;
}

.p-works-section__description .p-text > *:nth-child(85) {
  transition: opacity 1s linear 17s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17s, opacity 1s linear 17s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17s, opacity 1s linear 17s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17s;
}

.p-works-section__description .p-text > *:nth-child(86) {
  transition: opacity 1s linear 17.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.2s, opacity 1s linear 17.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.2s, opacity 1s linear 17.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.2s;
}

.p-works-section__description .p-text > *:nth-child(87) {
  transition: opacity 1s linear 17.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.4s, opacity 1s linear 17.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.4s, opacity 1s linear 17.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.4s;
}

.p-works-section__description .p-text > *:nth-child(88) {
  transition: opacity 1s linear 17.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.6s, opacity 1s linear 17.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.6s, opacity 1s linear 17.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.6s;
}

.p-works-section__description .p-text > *:nth-child(89) {
  transition: opacity 1s linear 17.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.8s, opacity 1s linear 17.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.8s, opacity 1s linear 17.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 17.8s;
}

.p-works-section__description .p-text > *:nth-child(90) {
  transition: opacity 1s linear 18s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18s, opacity 1s linear 18s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18s, opacity 1s linear 18s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18s;
}

.p-works-section__description .p-text > *:nth-child(91) {
  transition: opacity 1s linear 18.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.2s, opacity 1s linear 18.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.2s, opacity 1s linear 18.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.2s;
}

.p-works-section__description .p-text > *:nth-child(92) {
  transition: opacity 1s linear 18.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.4s, opacity 1s linear 18.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.4s, opacity 1s linear 18.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.4s;
}

.p-works-section__description .p-text > *:nth-child(93) {
  transition: opacity 1s linear 18.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.6s, opacity 1s linear 18.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.6s, opacity 1s linear 18.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.6s;
}

.p-works-section__description .p-text > *:nth-child(94) {
  transition: opacity 1s linear 18.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.8s, opacity 1s linear 18.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.8s, opacity 1s linear 18.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 18.8s;
}

.p-works-section__description .p-text > *:nth-child(95) {
  transition: opacity 1s linear 19s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19s, opacity 1s linear 19s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19s, opacity 1s linear 19s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19s;
}

.p-works-section__description .p-text > *:nth-child(96) {
  transition: opacity 1s linear 19.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.2s, opacity 1s linear 19.2s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.2s, opacity 1s linear 19.2s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.2s;
}

.p-works-section__description .p-text > *:nth-child(97) {
  transition: opacity 1s linear 19.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.4s, opacity 1s linear 19.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.4s, opacity 1s linear 19.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.4s;
}

.p-works-section__description .p-text > *:nth-child(98) {
  transition: opacity 1s linear 19.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.6s, opacity 1s linear 19.6s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.6s, opacity 1s linear 19.6s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.6s;
}

.p-works-section__description .p-text > *:nth-child(99) {
  transition: opacity 1s linear 19.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.8s, opacity 1s linear 19.8s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.8s, opacity 1s linear 19.8s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 19.8s;
}

.is-enter.p-works-section:before {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}

.is-enter .p-works-section__image {
  transition: opacity 1s linear;
  opacity: 1;
}

.is-enter .p-works-section__image img {
  -webkit-transform: translateY(0%) scale(1);
          transform: translateY(0%) scale(1);
}

.is-enter .p-works-section__title:before {
  -webkit-transform: scaleX(100%);
          transform: scaleX(100%);
}

.is-enter .p-works-section__title > span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.is-enter .p-works-section__description .p-text > * {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.p-youtube {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.p-youtube iframe,
.p-youtube object,
.p-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .u-hide--sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 767px) {
  .u-show--sp {
    display: none !important;
  }
}

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

/*# sourceMappingURL=../maps/style.css.map */
