@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0,0,0,0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-anchor--fadeup {
  position: absolute;
  top: -150px;
  width: 10px;
  height: 10px;
}

.c-btn {
  background-color: rgba(247,251,252,.75);
  padding: 20px 35px;
  border-radius: 100px;
  max-width: 234px;
  display: inline-block;
}

.c-btn span {
  font-family: "Montserrat",serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  position: relative;
  padding-right: 45px;
}

.c-btn span::after {
  content: "";
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: center;
  background-image: url("../images/common/arrow_up@2x.webp");
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn--shadow {
  box-shadow: 0px 0px 5px rgba(0,0,0,.35);
  background-color: #fff;
}

.c-btn--blue span {
  color: #004060;
}

.c-btn--blue span::after {
  background-image: url("../images/common/arrow_up_blue@2x.webp");
}

.c-btn--over-blue {
  background-color: #004060;
  box-shadow: 0px 4px 4px rgba(0,0,0,.25);
}

.c-btn--over-blue span {
  color: #fff;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-btn--over-blue span::after {
  background-image: url("../images/common/arrow_up_white@2x.webp");
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-blur {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  transition: opacity 1s,-webkit-filter 1s;
  transition: filter 1s,opacity 1s;
  transition: filter 1s,opacity 1s,-webkit-filter 1s;
}

.c-fade-blur--active {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.c-fade-load {
  opacity: 0;
  transition: opacity 2s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-load-after {
  opacity: 0;
  transition: opacity 2s;
}

.isload .c-fade-load-after--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.c-modal--inner {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-modal--contents {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.c-modal--overwrap {
  width: 100%;
  height: 100vh;
}

.c-modal--close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -41px;
  right: 0px;
  border-radius: 100px;
  background-color: #9b0585;
  cursor: pointer;
}

.c-modal--close-btn span {
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
}

.c-modal--close-btn span:nth-of-type(1) {
  rotate: 45deg;
}

.c-modal--close-btn span:nth-of-type(2) {
  rotate: -45deg;
}

.c-modal--close {
  display: none;
}

.c-slide--layout-1 p {
  margin-top: 8px;
}

.c-slide--layout-3__nav {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 72px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23px;
}

.c-slide--layout-3__nav--txt {
  font-size: 18px;
  line-height: 190%;
  letter-spacing: 0;
  font-weight: 400;
}

.c-slide--arrow-s .splide__arrow {
  width: 14px;
  height: 26px;
}

.c-slide--arrow-s .splide__arrow--prev {
  left: auto;
  right: calc(100% + 7px);
}

.c-slide--arrow-s .splide__arrow--next {
  right: auto;
  left: calc(100% + 7px);
}

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

.splide__arrow {
  width: 18px;
  height: 33px;
  border-radius: 0;
  background-color: unset;
  background-repeat: no-repeat;
  background-size: 18px 33px;
  background-position: center;
  display: block;
  opacity: 1 !important;
}

.splide__arrow:disabled {
  opacity: 0 !important;
}

.splide__arrow svg {
  opacity: 0;
}

.splide__arrow--prev {
  background-image: url("../images/common/arrow_l@2x.webp");
}

.splide__arrow--next {
  background-image: url("../images/common/arrow_r@2x.webp");
}

.splide__arrow:hover {
  opacity: 1 !important;
}

.c-title {
  font-family: "Zen Old Mincho",serif;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 0;
}

.c-title-sec {
  color: #fff;
  text-align: center;
}

.c-title-sec--en {
  font-family: "Montserrat",serif;
  display: block;
  font-size: 52px;
  line-height: normal;
  letter-spacing: 1px;
}

.c-title-sec--jp {
  font-family: "Zen Old Mincho",serif;
  font-size: 28px;
  line-height: 140%;
  display: inline-block;
  margin-top: 26px;
  text-shadow: 0px 4px 10px rgba(0,0,0,.25);
}

.c-title-sec--txt {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-top: 24px;
}

.c-title__hl--01 {
  color: #004060;
  font-size: 18px;
  line-height: 190%;
  top: 0;
  margin-top: 90px;
}

.c-title--no-shadow {
  text-shadow: none;
}

.c-topbtn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10000;
  width: 160px;
  height: 160px;
}

.c-topbtn__01 {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
}

.c-topbtn__02 {
  opacity: 0;
  position: fixed;
  bottom: -40px;
  left: calc(50% + 330px);
  width: 300px;
  height: 285px;
  pointer-events: none;
}

.c-topbtn__02--text {
  position: absolute;
  left: 100px;
  top: -60px;
}

.c-topbtn__02--top {
  position: absolute;
  right: 0px;
  bottom: 170px;
}

.c-topbtn__02--duck {
  position: fixed;
  right: calc(50% - 480px);
  bottom: 30px;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: duck_top_anime;
  animation-name: duck_top_anime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  display: block;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.c-topbtn__02--duck-yellow {
  z-index: 1000;
  mix-blend-mode: multiply;
}

.c-topbtn__02--duck-white {
  z-index: 30;
}

@-webkit-keyframes duck_top_anime {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes duck_top_anime {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.is-scroll .c-topbtn__01 {
  opacity: 1;
}

.is-footer .c-topbtn__02 {
  opacity: 1;
  pointer-events: all;
}

.is-footer .c-topbtn__02--duck {
  opacity: 1;
}

.is-footer .c-topbtn__01 {
  opacity: 0;
}

.c-txt {
  font-size: 18px;
  line-height: 190%;
  font-weight: 400;
  letter-spacing: 0;
}

.c-txt--s {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0;
  font-weight: 400;
}

.c-txt--xs {
  font-size: 9px;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 400;
}

.c-txt--mincho {
  font-family: "Zen Old Mincho",serif;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-main-container {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
}

.l-main-fv-sp {
  width: 100%;
  height: 150vh;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

.l-main-fv-sp--s {
  height: 75vh;
}

.l-main-fv-sp--page {
  height: 100vh;
}

.l-main-contents {
  padding: 106px 0 203px 0;
}

.l-main-contents--wrapper {
  padding: 0 13% 0 18%;
}

.l-main-contents--img figcaption {
  font-size: 9px;
  margin-top: 10px;
  letter-spacing: 0;
}

.l-main-contents--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  margin-top: 97px;
}

.l-main-contents--2col img {
  width: 100%;
  margin-bottom: 12px;
}

.l-main-contents .c-title {
  margin-bottom: 70px;
  margin-top: 184px;
}

.l-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 50px;
  margin-top: 140px;
  font-family: "Montserrat",serif;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
}

.l-footer--txt--yushu {
  display: none;
}

.page .l-footer {
  background-color: #fff;
  margin-top: 0;
}

.wrapper {
  position: relative;
  padding: 25px;
}

.contents {
  margin-top: 100vh;
}

.bg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  background-image: url(../bg.png);
  width: 100%;
  height: 100vh;
}

.g-nav {
  position: absolute;
  top: 0px;
  right: -100%;
  width: 37.6%;
  height: 100vh;
  background-color: #004060;
  padding-top: 55px;
  color: #fff;
  transition: right .7s,top .5s;
}

.g-nav--title {
  font-family: "Montserrat",serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-left: 29px;
}

.g-nav__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #9b9b9b;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 12px 30px;
  color: #fff !important;
}

.g-nav--en {
  font-family: "Montserrat",serif;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.g-nav--en:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g-nav--jp {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
}

.is-menu {
  right: 0px;
}

.l-header {
  width: 100%;
  height: 55px;
  background-color: #e8eced;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000000;
  opacity: 0;
  transition: opacity .5s;
}

.l-header--logo {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity .5s;
  width: 61px;
}

.l-header__progress {
  position: relative;
  top: 14px;
  left: 14px;
  width: 47px;
  height: 34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.l-header__progress--scroll-active {
  background-color: #000 !important;
}

.l-header__progress--scroll-current {
  background-color: #004060 !important;
}

.l-header__progress span {
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
}

.l-header__progress span:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.l-header__progress span:nth-child(2) {
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}

.l-header__progress span:nth-child(3) {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}

.l-header__progress span:nth-child(4) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.l-header__progress span:nth-child(5) {
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
}

.l-header__progress span:nth-child(6) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.l-header__progress span:nth-child(7) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.l-header__progress span:nth-child(8) {
  -webkit-transform: rotate(168deg);
  transform: rotate(168deg);
}

.l-header__progress span:nth-child(9) {
  -webkit-transform: rotate(192deg);
  transform: rotate(192deg);
}

.l-header__progress span:nth-child(10) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.l-header__progress span:nth-child(11) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.l-header__progress span:nth-child(12) {
  -webkit-transform: rotate(264deg);
  transform: rotate(264deg);
}

.l-header__progress span:nth-child(13) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.l-header__progress span:nth-child(14) {
  -webkit-transform: rotate(312deg);
  transform: rotate(312deg);
}

.l-header__progress span:nth-child(15) {
  -webkit-transform: rotate(336deg);
  transform: rotate(336deg);
}

.is-scroll .l-header {
  opacity: 1;
}

.page .l-header {
  opacity: 1;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.l-container {
  padding: 0 20px;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.l-sec {
  position: relative;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: -2px;
  right: 33px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: right .5s;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  transition: all .3s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-btn__line span {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 10px;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 35px;
}

.nav-btn.is-close {
  right: 21px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 27px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 27px;
}

.l-scroll-parent-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.l-scroll-parent-sp-sec {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh)*100 - 45px);
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-scroll-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.l-scroll-bg--img {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.l-scroll-fv {
  height: 150vh;
  position: relative;
}

.l-scroll-fv--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-scroll-fv--title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-scroll-fv--title .c-btn {
  margin-top: 75px;
}

.l-scroll-side {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 37.6%;
  height: 100vh;
}

.l-scroll-side__panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-scroll-side__panel--img {
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.l-scroll-side__panel:hover .l-scroll-side--detail {
  opacity: 1;
}

.l-scroll-side--detail {
  position: relative;
  bottom: 30px;
  z-index: 1000;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0;
  font-weight: 400;
  background-color: rgba(247,251,252,.8);
  border-radius: 100px;
  padding: 5px 20px;
  box-shadow: 0px 0px 6px rgba(0,0,0,.25);
  max-width: 75%;
}

.l-scroll-contents {
  width: 62.5%;
}

.p-discussion .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/discussion_fv@2x.webp");
}

.p-discussion__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_01@2x.webp");
}

.p-discussion__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_02@2x.webp");
}

.p-discussion__side--03 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_03@2x.webp");
}

.p-discussion__side--04 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_04@2x.webp");
}

.p-discussion__side--05 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_05@2x.webp");
}

.p-discussion__side--06 .l-scroll-side__panel--img {
  background-image: url("../images/discussion/side_06@2x.webp");
}

.p-discussion .l-main-contents--2col li {
  margin-bottom: 25px;
}

.p-discussion__txt--name {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.p-discussion__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-discussion__name span {
  display: block;
}

.p-discussion__name--jp {
  font-size: 18px;
  line-height: 190%;
  font-weight: bold;
}

.p-discussion__name--en {
  font-family: "Montserrat",serif;
  font-size: 14px;
  font-weight: 900;
}

.p-discussion--photocap {
  font-size: 12px;
}

.p-discussion--sp-slide-txt {
  font-size: 11px;
  line-height: 185%;
  letter-spacing: 0;
  font-weight: 400;
  padding-bottom: 30px;
}

.p-history .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/history_fv@2x.webp");
}

.p-history__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/history/side_01@2x.webp");
}

.p-history__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/history/side_02@2x.webp");
}

.p-top-fv {
  width: 100%;
  height: 100vh;
  background-image: url("../images/top/fv@2x.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-fv__contents {
  max-width: 830px;
  width: 100%;
  margin-right: -450px;
  margin-top: -20px;
}

.p-top-fv__title img {
  display: block;
  margin: auto;
  margin-top: 30px;
}

.p-top-fv__title--logo {
  margin-top: 100px;
}

.p-top-fv--scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 43px;
  z-index: 100;
  color: #fff;
  display: block;
  text-align: center;
}

.p-top-fv--scroll span {
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Montserrat",serif;
  display: block;
}

.p-top-intro {
  position: relative;
  padding-top: 193px;
}

.p-top-intro__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}

.p-top-intro .c-title {
  margin-bottom: 40px;
}

.p-top-intro__txt {
  width: 62.5%;
}

.p-top-intro__txt--inner {
  padding: 8px 15% 0px 18%;
}

.p-top-intro__img {
  width: 37.6%;
  padding-right: 50px;
  pointer-events: none;
}

.p-top-intro__img img {
  width: 100%;
}

.p-top-menu {
  margin-top: 203px;
}

.p-top-menu__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 163px;
}

.p-top-menu--title {
  width: 27%;
}

.p-top-menu--title h3 {
  font-family: "Montserrat",serif;
  font-weight: 800;
  font-size: 33px;
  letter-spacing: 1px;
  color: #004060;
  margin-top: 30px;
}

.p-top-menu__contents {
  width: 73%;
  margin-top: -2px;
}

.p-top-menu--lists li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0px;
}

.p-top-menu--lists li a img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity .5s;
}

.p-top-menu--lists li a:hover img {
  opacity: 1;
}

.p-top-menu--en {
  font-family: "Montserrat",serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 1px;
  color: #004060;
  display: block;
  width: 39%;
  position: relative;
  padding-left: 33px;
}

.p-top-menu--en:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9999px;
  background-color: #004060;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top-menu--jp {
  display: block;
  width: 62%;
  padding-right: 270px;
  letter-spacing: 0;
  font-weight: 400;
}

.p-top-vision {
  margin-top: 122px;
}

.p-top-vision .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/vision_fv@2x.webp");
}

.p-top-vision__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/top/vision_side_01@2x.webp");
}

.p-top-vision__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/top/vision_side_02@2x.webp");
}

.p-top-vision__side--03 .l-scroll-side__panel--img {
  background-image: url("../images/top/vision_side_03@2x.webp");
}

.p-top-projects {
  background-color: #fff;
  padding: 112px 20px 110px 20px;
}

.p-top-projects .c-title-sec--jp {
  text-shadow: none;
}

.p-top-projects__contents {
  padding: 0px 30px;
  margin-top: 50px;
}

.p-top-projects__contents .splide__arrow {
  top: 8.5vw;
}

.p-top-projects--img img {
  width: 100%;
}

.p-top-projects h4 {
  font-size: 18px;
  margin: 16px 0px 19px 0px;
  line-height: 24px;
  letter-spacing: .6px;
}

.p-top-projects--txt {
  font-size: 16px;
  line-height: 163%;
  letter-spacing: .5px;
  margin-top: 22px;
  font-weight: 400;
}

.p-top-projects--txt span {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: -0.3px;
  margin-top: 18px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-top-projects--link {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.p-top-culture .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/culture_fv@2x.webp");
}

.p-top-culture .l-scroll-side {
  background-color: #fff;
}

.p-top-culture .l-scroll-side img {
  position: relative;
  top: 55px;
}

.p-top-culture .l-scroll-side .l-scroll-side__panel--img {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-philosophy .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/philosophy_fv@2x.webp");
}

.p-top-philosophy--sp-second-title {
  margin-top: 30vh !important;
}

.p-top-philosophy__contents {
  position: relative;
  z-index: 10;
}

.p-top-philosophy__contents .l-main-contents {
  padding: 0;
  position: relative;
  z-index: 100;
}

.p-top-philosophy__contents .l-main-fv-sp {
  position: relative;
  z-index: 10;
}

.p-top-philosophy__contents .l-scroll-bg {
  z-index: -1;
}

.p-top-philosophy__contents--01 .l-scroll-bg--img {
  background-image: url("../images/top/philosophy_fv_s@2x.webp");
}

.p-top-philosophy__contents--02 .l-scroll-bg--img {
  background-image: url("../images/top/philosophy_fv_02@2x.webp");
}

.p-top-philosophy__contents--03 .l-scroll-bg--img {
  background-image: url("../images/top/philosophy_fv_03@2x.webp");
}

.p-top-philosophy__contents--04 .l-scroll-bg--img {
  background-image: url("../images/top/philosophy_fv_04@2x.webp");
}

.p-top-philosophy__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_01@2x.webp");
}

.p-top-philosophy__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_02@2x.webp");
}

.p-top-philosophy__side--03 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_03@2x.webp");
}

.p-top-philosophy__side--04 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_04@2x.webp");
}

.p-top-philosophy__side--05 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_05@2x.webp");
}

.p-top-philosophy__side--06 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_06@2x.webp");
}

.p-top-philosophy__side--07 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_07@2x.webp");
}

.p-top-philosophy__side--08 .l-scroll-side__panel--img {
  background-image: url("../images/top/philosophy_side_08@2x.webp");
}

.p-top-history .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/history_fv@2x.webp");
}

.p-top-art .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/top/art_fv@2x.webp");
}

.p-top-art--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.p-top-art__txt {
  width: 62.5%;
}

.p-top-art__txt--inner {
  padding: 74px 15% 60px 18%;
}

.p-top-art--slide {
  width: 37.6%;
  padding: 50px 50px 70px 0px;
}

.p-top-art--slide img {
  width: 100%;
}

.p-top-art--slide .c-slide--layout-3--txt {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.p-top-art--sp-slide-txt {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0;
  font-weight: 400;
}

.p-top-art--sp-slide-txt span {
  font-size: 9px;
}

.p-top-roots .l-scroll-bg--img {
  background-image: url("../images/top/roots_fv@2x.webp");
}

.p-top-discussion .l-scroll-bg--img {
  background-image: url("../images/top/discussion_fv@2x.webp");
}

.p-top-discussion .c-title-sec--jp {
  text-shadow: none;
}

.p-top-future .l-main-container .c-title {
  margin-top: 40px;
}

.p-top-future__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/top/future_side_01@2x.webp");
}

.p-top-future__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/top/future_side_02@2x.webp");
}

.p-top-company {
  background-color: #fff;
}

.p-top-company .c-btn {
  max-width: 100%;
}

.p-top-company--contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 103px 30px;
}

.p-top-company--info h3 {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.p-top-company--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0px;
}

.p-top-company--item dt {
  width: 125px;
}

.p-top-company--item dd {
  width: calc(100% - 125px);
  margin-left: 0;
}

.p-top-company--mb {
  margin-bottom: 20px;
}

.p-top-company--img {
  text-align: right;
}

.p-top-company--img span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.p-roots .l-scroll-fv .l-scroll-bg--img {
  background-image: url("../images/roots/roots_fv@2x.webp");
}

.p-roots__side--01 .l-scroll-side__panel--img {
  background-image: url("../images/roots/side_01@2x.webp");
}

.p-roots__side--02 .l-scroll-side__panel--img {
  background-image: url("../images/roots/side_02@2x.webp");
}

.p-roots__side--03 .l-scroll-side__panel--img {
  background-image: url("../images/roots/side_03@2x.webp");
}

.yushu .l-footer {
  background-color: #000;
}

.yushu .l-footer p {
  color: #fff;
}

.yushu .l-footer .l-footer--txt--base {
  display: none;
}

.yushu .l-footer .l-footer--txt--yushu {
  display: block !important;
  font-family: "Montserrat","Noto Sans JP",sans-serif;
}

.p-yushu--top-fv {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  position: relative;
}

.p-yushu__fv {
  width: 100%;
  height: calc(var(--vh, 1vh)*100);
  position: relative;
  text-align: center;
  display: none;
}

.p-yushu__fv-title {
  letter-spacing: 0;
  font-family: "Zen Old Mincho",serif;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 170%;
  pointer-events: auto;
  position: absolute;
}

.p-yushu__fv-title--top {
  font-size: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 120%;
  letter-spacing: 9px;
  pointer-events: auto;
  font-family: "Zen Old Mincho",serif;
  position: absolute;
  left: 50%;
  top: 170px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-yushu .l-main-fv-sp--page {
  position: relative;
  height: calc(var(--vh, 1vh)*100);
  display: none !important;
}

.p-yushu .l-scroll-fv--contents {
  height: calc(var(--vh, 1vh)*100);
}

.p-yushu .l-main-contents--wrapper {
  background-color: #fff;
}

.p-yushu .l-scroll-bg--img .p-yushu__fv-title {
  position: absolute;
  text-align: left;
}

.p-yushu .l-scroll-parent-sec {
  position: relative;
  z-index: 10;
}

.p-yushu .c-txt {
  color: #fff;
  letter-spacing: -0.7px;
}

.p-yushu-sec-01 .l-scroll-bg--img {
  background-image: url("../images/yushu/sec01_fv@2x.webp");
}

.p-yushu-sec-01 .p-yushu__fv-title {
  left: 186px;
  bottom: 66px;
}

.p-yushu-sec-01 .l-main-contents--wrapper {
  background: linear-gradient(180deg, rgb(80, 80, 80) 0%, rgb(41, 51, 64) 100%);
}

.p-yushu-sec-02 .l-scroll-bg--img {
  background-image: url("../images/yushu/sec02_fv@2x.webp");
}

.p-yushu-sec-02 .p-yushu__fv-title {
  right: 150px;
  top: 29vh;
}

.p-yushu-sec-02 .l-main-contents--wrapper {
  background: linear-gradient(180deg, rgb(26, 40, 59) 0%, rgb(3, 14, 28) 100%);
}

.p-yushu-sec-03 .l-scroll-bg--img {
  background-image: url("../images/yushu/sec03_fv@2x.webp");
}

.p-yushu-sec-03 .p-yushu__fv-title {
  right: 165px;
  bottom: 180px;
}

.p-yushu-sec-03 .l-main-contents--wrapper {
  background: linear-gradient(180deg, rgb(1, 9, 19) 0%, rgb(0, 3, 5) 100%);
}

.p-yushu-sec-04 .l-scroll-bg--img {
  background-image: url("../images/yushu/sec04_fv@2x.webp");
}

.p-yushu-sec-04 .p-yushu__fv-title {
  right: 103px;
  top: 160px;
}

.p-yushu-sec-04 .l-main-contents--wrapper {
  background: linear-gradient(180deg, rgb(1, 9, 19) 0%, rgb(2, 7, 15) 100%);
}

.p-yushu-sec-05 .l-scroll-bg--img {
  background-image: url("../images/yushu/sec05_fv@2x.webp");
}

.p-yushu-sec-05 .p-yushu__fv-title {
  right: 216px;
  top: 18vh;
}

.p-yushu-sec-05 .l-main-contents--wrapper {
  background: linear-gradient(180deg, rgb(10, 29, 52) 0%, rgb(83, 83, 83) 100%);
}

.p-yushu__side--1-01 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec01_side_01@2x.webp");
}

.p-yushu__side--1-02 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec01_side_02@2x.webp");
}

.p-yushu__side--1-03 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec01_side_03@2x.webp");
}

.p-yushu__side--2-01 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec02_side_01@2x.webp");
}

.p-yushu__side--2-02 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec02_side_02@2x.webp");
}

.p-yushu__side--2-03 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec02_side_03@2x.webp");
}

.p-yushu__side--2-04 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec02_side_04@2x.webp");
}

.p-yushu__side--2-05 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec02_side_05@2x.webp");
}

.p-yushu__side--3-01 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec03_side_01@2x.webp");
}

.p-yushu__side--3-02 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec03_side_02@2x.webp");
}

.p-yushu__side--3-03 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec03_side_03@2x.webp");
}

.p-yushu__side--4-01 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec04_side_01@2x.webp");
}

.p-yushu__side--4-02 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec04_side_02@2x.webp");
}

.p-yushu__side--4-03 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec04_side_03@2x.webp");
}

.p-yushu__side--5-01 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec05_side_01@2x.webp");
}

.p-yushu__side--5-02 .l-scroll-side__panel--img {
  background-image: url("../images/yushu/sec05_side_02@2x.webp");
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-family: "Noto Sans JP",sans-serif;
  font-feature-settings: "palt";
  background-color: #e8eced;
}

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

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

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

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-blue {
  color: #004060 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-flex {
  display: none !important;
}

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

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

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

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

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

@media screen and (min-width: 900px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: -150px;
  }

  .c-anchor--fadeup {
    top: -200px;
  }

  .c-btn--mm {
    padding: 16px 30px;
  }

  .c-btn--mm span {
    font-size: 16px;
    padding-right: 30px;
  }

  .c-btn--mm span:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .nav-btn.is-close .nav-btn__line span {
    background-color: #fff;
  }

  .page .l-scroll-fv--title {
    margin-top: 55px;
  }

  .p-top-projects__contents .splide__arrow--next {
    right: auto;
    left: calc(100% + 15px);
  }

  .p-top-projects__contents .splide__arrow--prev {
    left: auto;
    right: calc(100% + 15px);
  }

  .p-top-philosophy__contents .l-scroll-bg {
    opacity: 0;
  }

  .p-top-philosophy__contents:first-child {
    padding-top: 106px;
  }

  .p-top-philosophy__contents:last-child {
    padding-bottom: 203px;
  }

  .p-top-future .l-main-container .c-title-sec {
    text-align: left;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }

  .u-sp-hide-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1200px) {
  .l-main-contents--wrapper {
    padding: 0 10% 0 12%;
  }

  .g-nav {
    width: 45%;
  }

  .l-scroll-side {
    width: 45%;
  }

  .l-scroll-contents {
    width: 55%;
  }
}

@media screen and (max-width: 900px) {
  .c-btn {
    padding: 10px 22px;
  }

  .c-btn span {
    font-size: 13px;
    padding-right: 25px;
  }

  .c-btn span::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }

  .c-modal--inner {
    width: calc(100% - 40px);
  }

  .splide__arrow {
    width: 14px;
    height: 26px;
    background-size: 14px 26px;
  }

  .c-title {
    font-size: 20px;
  }

  .c-title-sec--en {
    font-size: 36px;
  }

  .c-title-sec--jp {
    font-size: 18px;
    margin-top: 10px;
  }

  .c-title-sec--txt {
    font-size: 12px;
    line-height: 170%;
    margin-top: 12px;
    margin-bottom: 0;
  }

  .c-title__hl--01 {
    font-size: 12px;
    line-height: 180%;
    letter-spacing: -0.2px;
    margin-top: 50px;
  }

  .c-topbtn {
    width: 17vw;
    height: 59vw;
    position: absolute;
    right: 0vw;
    bottom: 56vw;
  }

  .c-topbtn__01 {
    display: none;
  }

  .c-topbtn__02 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
  }

  .c-topbtn__02--text {
    width: 7vw;
    left: auto;
    right: auto;
    top: auto;
    bottom: 21vw;
  }

  .c-topbtn__02--top {
    display: none;
  }

  .c-topbtn__02--duck {
    width: 19.5vw;
    right: -20px;
    bottom: 57vw;
    position: absolute;
  }

  .c-txt {
    font-size: 12px;
    line-height: 185%;
  }

  .l-main-fv-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .l-main-contents {
    padding: 25px;
    background-color: #fff;
  }

  .l-main-contents--wrapper {
    width: 100%;
    padding: 25px;
    padding-bottom: 75px;
  }

  .l-footer {
    padding: 0px 25px 15px 12px;
    font-size: 10px;
    margin-top: 40px;
  }

  .page .l-footer {
    padding-top: 40px;
  }

  .g-nav {
    width: 100%;
    background-color: #e8eced;
    color: #000;
    padding-top: 10px;
    right: auto;
    top: 100vh;
  }

  .g-nav--title {
    font-size: 25px;
    text-align: center;
    color: #004060;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .g-nav__menu {
    margin-top: 0;
  }

  .g-nav__link {
    padding: 8px 20px;
    color: #000 !important;
    border-bottom: solid 1px #fff;
  }

  .g-nav--en {
    font-size: 18px;
    padding-left: 11px;
    letter-spacing: 1px;
    color: #004060 !important;
  }

  .g-nav--en:before {
    background-color: #004060;
    width: 5px;
    height: 5px;
  }

  .g-nav--jp {
    padding-right: 0px;
    font-size: 11px;
    line-height: 160%;
    text-align: right;
  }

  .is-menu {
    right: auto;
    top: 0px;
  }

  .l-header {
    height: 50px;
  }

  .l-header--logo {
    width: 47px;
    top: -4px;
  }

  .l-header__progress {
    top: 16px;
    left: -12px;
  }

  .l-header__progress span {
    width: 4px;
    height: 4px;
    -webkit-transform-origin: 16px;
    transform-origin: 16px;
  }

  .l-wrapper {
    min-width: 100%;
  }

  .main-block {
    position: relative;
    z-index: 50;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .nav-btn {
    display: block;
    width: 70px;
    height: 70px;
    top: -4px;
    right: -8px;
    border-radius: 0;
  }

  .nav-btn__line {
    width: 26px;
    height: 4px;
  }

  .nav-btn__line span {
    width: 4px;
    height: 4px;
  }

  .nav-btn__line:nth-of-type(2) {
    top: 32px;
  }

  .nav-btn.is-close {
    right: -8px;
  }

  .l-scroll-fv--title .c-btn {
    margin-top: 35px;
  }

  .l-scroll-side {
    display: none;
  }

  .l-scroll-contents {
    width: 100%;
    position: relative;
    z-index: 10;
  }

  .p-discussion .l-scroll-fv .l-scroll-bg--img {
    background-image: url("../images/top/discussion_fv@2x.webp");
  }

  .p-discussion .l-scroll-bg--img {
    background-image: url("../images/top/discussion_fv_s@2x.webp");
  }

  .p-discussion__txt--name {
    margin-right: 7px;
  }

  .p-discussion__name--jp {
    font-size: 13px;
    line-height: 160%;
  }

  .p-discussion__name--en {
    font-size: 10px;
    line-height: normal;
  }

  .p-discussion--photocap {
    font-size: 10px;
  }

  .p-history .l-scroll-fv .l-scroll-bg--img {
    background-image: url("../images/top/history_fv_s@2x.webp");
  }

  .p-history .l-scroll-bg--img {
    background-image: url("../images/top/history_fv_s@2x.webp");
  }

  .p-top-fv {
    background-image: url("../images/top/fv_s@2x.webp");
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .p-top-fv__contents {
    margin-right: auto;
    margin-top: 80px;
  }

  .p-top-fv__title--delight {
    width: 280px;
  }

  .p-top-fv__title--logo {
    width: 90px;
    margin-top: 10px !important;
  }

  .p-top-fv--scroll span {
    font-size: 10px;
  }

  .p-top-fv--scroll img {
    width: 24px;
    margin-top: -10px;
  }

  .p-top-intro {
    padding-top: 0px;
  }

  .p-top-intro .l-scroll-bg--img {
    background-image: url("../images/top/intro_s@2x.webp");
  }

  .p-top-intro__contents {
    display: block;
  }

  .p-top-intro .c-title {
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0,0,0,.25);
  }

  .p-top-intro__txt {
    width: 100%;
    padding: 25px;
    padding-bottom: 75px;
  }

  .p-top-intro__txt--inner {
    background-color: #fff;
    padding: 25px 20px;
    text-align: center;
  }

  .p-top-intro__img {
    width: 100%;
    padding-right: 0;
  }

  .p-top-menu {
    margin-top: 70px;
  }

  .p-top-menu__wrapper {
    display: block;
    padding-left: 0;
    padding-top: 0px;
  }

  .p-top-menu--title {
    width: 100%;
    text-align: center;
  }

  .p-top-menu--title h3 {
    font-size: 36px;
  }

  .p-top-menu__contents {
    width: 100%;
  }

  .p-top-menu--lists {
    margin-top: 30px;
  }

  .p-top-menu--lists li a {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 20px;
  }

  .p-top-menu--lists li a img {
    display: none;
  }

  .p-top-menu--en {
    display: inline-block;
    width: auto;
    font-size: 18px;
    padding-left: 11px;
  }

  .p-top-menu--en:before {
    width: 5px;
    height: 5px;
  }

  .p-top-menu--jp {
    padding-right: 0px;
    display: inline-block;
    width: auto;
    font-size: 11px;
    line-height: 160%;
    text-align: right;
  }

  .p-top-vision {
    margin-top: 65px;
  }

  .p-top-vision .l-main-container .l-scroll-bg--img {
    background-image: url("../images/top/vision_fv_s@2x.webp");
  }

  .p-top-projects {
    padding: 80px 7px 50px 9px;
  }

  .p-top-projects__contents {
    padding: 0px 25px;
    margin-top: 15px;
  }

  .p-top-projects__contents .splide__arrow {
    top: 33.5vw;
  }

  .p-top-projects h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .p-top-projects--txt {
    font-size: 12px;
    line-height: 180%;
  }

  .p-top-projects--txt span {
    font-size: 9px;
    letter-spacing: 0;
    margin-top: 10px;
  }

  .p-top-projects--link {
    margin-top: 26px;
  }

  .p-top-projects .splide__arrow--prev {
    left: auto;
    right: calc(100% + 10px);
  }

  .p-top-projects .splide__arrow--next {
    right: auto;
    left: calc(100% + 10px);
  }

  .p-top-culture .l-main-container .l-scroll-bg--img {
    background-image: url("../images/top/culture_fv_s@2x.webp");
  }

  .p-top-philosophy .l-main-contents--wrapper {
    padding: 0;
  }

  .p-top-philosophy__contents {
    padding-bottom: 75px;
    width: 100%;
  }

  .p-top-philosophy__contents .l-main-contents {
    padding: 25px;
    width: calc(100% - 50px);
    margin: auto;
    opacity: 1;
  }

  .p-top-history .l-scroll-fv .l-scroll-bg--img {
    background-image: url("../images/top/history_fv_s@2x.webp");
  }

  .p-top-art .l-scroll-bg--img {
    background-image: url("../images/top/art_fv_s@2x.webp");
  }

  .p-top-art--contents {
    display: block;
    padding-bottom: 75px;
  }

  .p-top-art__txt {
    width: 100%;
    background-color: #fff;
    width: calc(100% - 50px);
    margin: auto;
  }

  .p-top-art__txt--inner {
    padding: 25px;
    padding-bottom: 0;
  }

  .p-top-art--slide {
    background-color: #fff;
    width: calc(100% - 50px);
    margin: auto;
    padding: 0px 25px;
    padding-bottom: 25px;
  }

  .p-top-roots .l-scroll-bg--img {
    background-image: url("../images/top/roots_fv_s@2x.webp");
  }

  .p-top-discussion .l-scroll-bg--img {
    background-image: url("../images/top/discussion_fv_s@2x.webp");
  }

  .p-top-discussion .c-title-sec--jp {
    text-shadow: none;
  }

  .p-top-future .l-scroll-bg--img {
    background-image: url("../images/top/future_fv_s@2x.webp");
  }

  .p-top-company--contents {
    padding: 37px 25px 47px 25px;
  }

  .p-top-company--info h3 {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 10px;
  }

  .p-top-company--item {
    font-size: 11px;
    line-height: 160%;
  }

  .p-top-company--item dt {
    width: 75px;
  }

  .p-top-company--item dd {
    width: calc(100% - 75px);
  }

  .p-top-company--mb {
    margin-bottom: 17px;
  }

  .p-top-company--img {
    text-align: left;
    margin-top: 40px;
    padding: 0px 12px;
  }

  .p-top-company--img span {
    font-size: 9px;
  }

  .p-roots .l-scroll-fv .l-scroll-bg--img {
    background-image: url("../images/roots/roots_fv_s@2x.webp");
  }

  .p-roots .l-scroll-bg--img {
    background-image: url("../images/top/roots_fv_s@2x.webp");
  }

  .p-yushu__fv-title {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    width: 100%;
  }

  .p-yushu__fv-title--top {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 8px;
    top: 140px;
  }

  .p-yushu .l-main-contents {
    background-color: unset;
    padding: 30px;
  }

  .p-yushu .l-main-contents--wrapper {
    padding: 0 !important;
  }

  .p-yushu .l-scroll-parent-sec {
    background-color: unset;
  }

  .p-yushu-sec-01 .l-scroll-bg--img {
    background-image: url("../images/yushu/sec01_fv_s@2x.webp");
  }

  .p-yushu-sec-01 .p-yushu__fv-title {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
  }

  .p-yushu-sec-02 .l-scroll-bg--img {
    background-image: url("../images/yushu/sec02_fv_s@2x.webp");
  }

  .p-yushu-sec-02 .p-yushu__fv-title {
    right: 0;
    top: 335px;
  }

  .p-yushu-sec-03 .l-scroll-bg--img {
    background-image: url("../images/yushu/sec03_fv_s@2x.webp");
  }

  .p-yushu-sec-03 .p-yushu__fv-title {
    right: 0px;
    bottom: auto;
    top: 130px;
  }

  .p-yushu-sec-04 .l-scroll-bg--img {
    background-image: url("../images/yushu/sec04_fv_s@2x.webp");
  }

  .p-yushu-sec-04 .p-yushu__fv-title {
    right: 0;
    top: auto;
    bottom: 50px;
  }

  .p-yushu-sec-05 .l-scroll-bg--img {
    background-image: url("../images/yushu/sec05_fv_s@2x.webp");
  }

  .p-yushu-sec-05 .p-yushu__fv-title {
    right: 0px;
    top: 310px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}