@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Outfit:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --lightblue: #00A0E9;
  --blue: #005CAD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  color: var(--black);
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}
body.is-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

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

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  transition: all 0.3s ease;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: "";
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: 0;
  background: none;
}

button {
  border: 0;
  color: var(--black);
}

table {
  border-collapse: collapse;
}

main {
  overflow: hidden;
  background-color: var(--white);
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 96px;
  }
}
main:has(.p-title-project, .p-anniversary-logo-concept) {
  overflow: clip;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s ease;
}
a img {
  backface-visibility: hidden;
  overflow: hidden;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

picture {
  display: block;
}

body,
input,
select,
textarea,
button {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Outfit", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@keyframes bgGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(30px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    scale: 0;
    filter: blur(20px);
  }
  80% {
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0);
  }
}
@keyframes cardLeft {
  0% {
    translate: 60%;
    rotate: 0;
    opacity: 0;
  }
  50% {
    translate: -2%;
    rotate: -6deg;
    opacity: 1;
  }
  100% {
    translate: 0;
    rotate: -5deg;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes cardLeft {
    0% {
      translate: 30%;
      rotate: 0;
      opacity: 0;
    }
    50% {
      translate: -2%;
      rotate: -3deg;
      opacity: 1;
    }
    100% {
      translate: 0;
      rotate: -2deg;
      opacity: 1;
    }
  }
}
@keyframes cardRight {
  0% {
    translate: -60%;
    rotate: 0;
    opacity: 0;
  }
  50% {
    translate: 2%;
    rotate: 6deg;
    opacity: 1;
  }
  100% {
    translate: 0;
    rotate: 5deg;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  @keyframes cardRight {
    0% {
      translate: -30%;
      rotate: 0;
      opacity: 0;
    }
    50% {
      translate: 2%;
      rotate: 3deg;
      opacity: 1;
    }
    100% {
      translate: 0;
      rotate: 2deg;
      opacity: 1;
    }
  }
}
@keyframes cardLeft3 {
  0% {
    translate: 60%;
    rotate: 0;
    opacity: 0;
  }
  50% {
    translate: -2%;
    rotate: -7deg;
    opacity: 1;
  }
  100% {
    translate: 0;
    rotate: -6deg;
    opacity: 1;
  }
}
@keyframes cardRight3 {
  0% {
    translate: -60%;
    rotate: 0;
    opacity: 0;
  }
  50% {
    translate: 2%;
    rotate: 7deg;
    opacity: 1;
  }
  100% {
    translate: 0;
    rotate: 6deg;
    opacity: 1;
  }
}
.fadeup {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is-inview .fadeup {
  opacity: 1;
  transform: translateY(0);
}

.l-header {
  padding: 22px 30px;
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 14px 0;
  }
}
.l-header.is-hide {
  transform: translateY(-100%);
}
.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1120px) {
  .l-header__content {
    width: 92.3076923077%;
  }
}
.l-header__logo img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 87px;
  }
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 60px;
}
@media screen and (max-width: 1120px) {
  .l-header__nav {
    column-gap: 30px;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 1120px) {
  .l-header__nav-list {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    display: none;
  }
}
.l-header__nav-list li:nth-child(1) {
  cursor: not-allowed;
}
.l-header__nav-list li:nth-child(1) a {
  pointer-events: none;
}
.l-header__nav-list a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.l-header__nav-list a:hover {
  color: var(--lightblue);
}
.l-header__nav-list .en a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.l-footer {
  padding-top: 44px;
  padding-bottom: 70px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 75px;
    padding-bottom: 30px;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo img {
  width: 302px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 168px;
  }
}
.l-footer__main {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding-top: 60px;
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sub {
    order: 1;
  }
}
.l-footer__name {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.l-footer__address {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86;
  margin-top: 20px;
  font-style: normal;
}
.l-footer__address::before, .l-footer__address::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.l-footer__address::before {
  margin-top: calc((1 - 1.86) * 0.5em);
}
.l-footer__address::after {
  margin-bottom: calc((1 - 1.86) * 0.5em);
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-row span {
    display: none;
  }
}
.l-footer__sns {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 55px;
  }
}
.l-footer__sns-heading {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-heading {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-footer__sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
.l-footer__copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    position: relative;
    order: 3;
    margin-top: 50px;
    text-align: center;
  }
}

.l-inner {
  width: 1100px;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 1120px) {
  .l-inner {
    width: 92.3076923077%;
  }
}

.l-last {
  height: 100vh;
}
.l-last.is-inview .l-last__logo {
  opacity: 1;
  filter: blur(0);
  transition-delay: 800ms;
}
.l-last__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/common/last.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.l-last__logo {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 800ms ease, filter 500ms ease;
}
.l-last__logo img {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .l-last__logo img {
    width: 168px;
  }
}

.l-back-to-top {
  padding-top: 100px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .l-back-to-top {
    padding-top: 80px;
  }
}
.l-back-to-top__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  margin: 0 auto;
}
.l-back-to-top__button:hover .l-back-to-top__button-circle {
  background-color: #222222;
}
.l-back-to-top__button:hover .l-back-to-top__button-circle::after {
  background-color: #fff;
}
.l-back-to-top__button-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: solid 1px #222222;
  border-radius: 50%;
  transition: background-color 400ms ease;
}
.l-back-to-top__button-circle::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  mask: url(../img/common/arrow_black.svg) center/contain no-repeat;
  background-color: #222;
  width: 23px;
  height: 15px;
  transform: rotate(-90deg);
  transition: background-color 400ms ease;
}
.l-back-to-top__button-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}

.l-drawer {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009DE1;
  padding: 22px 0 30px;
  z-index: 3;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .l-drawer {
    padding: 15px 0 30px;
  }
}
.l-drawer.is-open {
  opacity: 1;
  transform: translateY(0);
}
.l-drawer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-drawer__head {
    width: 1100px;
    margin-inline: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1120px) {
  .l-drawer__head {
    width: 92.3076923077%;
  }
}
.l-drawer__logo img {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .l-drawer__logo img {
    width: 65px;
  }
}
.l-drawer__close {
  cursor: pointer;
}
.l-drawer__close::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 59px;
  height: 38px;
  background-image: url(../img/common/drawer_close.svg);
  display: block;
}
@media screen and (max-width: 767px) {
  .l-drawer__close::after {
    width: 49px;
    height: 32px;
  }
}
.l-drawer__content {
  background-color: var(--white);
  border-radius: 30px;
  width: 88%;
  margin: 14px auto 0;
  padding: 82px 90px 200px;
  flex-grow: 1;
  background-image: url(../img/common/amazing_toyama-blue.svg);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1120px) {
  .l-drawer__content {
    padding: 82px 60px 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__content {
    width: 1100px;
    margin-inline: auto;
    margin: 20px auto 0;
    padding: 30px 30px 35px;
    background-image: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1120px) {
  .l-drawer__content {
    width: 92.3076923077%;
  }
}
.l-drawer__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 6.2vw;
}
@media screen and (max-width: 1120px) {
  .l-drawer__row {
    row-gap: 6vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-drawer__row {
    flex-direction: column;
    row-gap: 25px;
  }
}
.l-drawer__col:first-child {
  flex-shrink: 0;
}
.l-drawer__item a:hover {
  color: #009DE1;
}
.l-drawer__item + .l-drawer__item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-drawer__item + .l-drawer__item {
    margin-top: 25px;
  }
}
.l-drawer__item:nth-child(2) {
  cursor: not-allowed;
}
.l-drawer__item:nth-child(2) a {
  pointer-events: none;
}
.l-drawer__link-ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-drawer__link-ja {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-drawer__link-en {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-drawer__link-en {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 2px;
  }
}
.l-drawer__sublink {
  margin-top: 17px;
}
.l-drawer__sublink li + li {
  margin-top: 14px;
}
.l-drawer__sublink li:nth-child(4), .l-drawer__sublink li:nth-child(6) {
  cursor: not-allowed;
}
.l-drawer__sublink li:nth-child(4) a, .l-drawer__sublink li:nth-child(6) a {
  pointer-events: none;
}
.l-drawer__sublink a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  gap: 0.5em;
}
.l-drawer__sublink a::before {
  content: "ー";
  flex-shrink: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea {
  appearance: none;
}

input[type=number] {
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

.c-drawer::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 60px;
  height: 38px;
  display: block;
  background-image: url(../img/common/drawer.svg);
}
@media screen and (max-width: 767px) {
  .c-drawer::after {
    width: 50px;
    height: 31px;
  }
}
.c-gradient-text {
  background: linear-gradient(to right, #222, #1D2088, var(--lightblue), #1D2088, #222);
  background-size: 200% 100%;
  background-clip: text;
  color: transparent;
  animation-name: bgGradient;
  animation-duration: 24s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.c-gradient-text--rainbow {
  background: linear-gradient(to right, #772189, #CE5153, #F5E62C, #009F59, var(--blue), #009F59, #F5E62C, #CE5153, #772189);
  background-size: 200% 100%;
  background-clip: text;
}

.c-fv {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
  padding: 15px 30px 0;
}
@media screen and (max-width: 767px) {
  .c-fv {
    flex-direction: column-reverse;
    row-gap: 16px;
    padding: 0 2.5641025641%;
  }
}
.c-fv__inner {
  display: flex;
  align-items: center;
  position: relative;
  padding-block: 107px;
  min-height: 426px;
  border-radius: 30px;
  background: #005CAD;
}
@media screen and (max-width: 767px) {
  .c-fv__inner {
    padding-block: 87px;
    min-height: 300px;
  }
}
.c-fv__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 391px;
  height: 426px;
  background: url(../img/common/fv_bg_pc.png) left bottom/cover no-repeat;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .c-fv__inner::before {
    width: 249px;
    height: 215px;
    background-image: url(../img/common/fv_bg_sp.png);
  }
}
.c-fv__hgroup {
  margin-inline: auto;
  width: 92.3076923077%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .c-fv__hgroup {
    width: 86.4864864865%;
  }
}
.c-fv__hgroup-en {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #448DD5;
}
@media screen and (max-width: 767px) {
  .c-fv__hgroup-en {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
}
.c-fv__hgroup-jp {
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.25;
  color: #fff;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-fv__hgroup-jp {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2857142857;
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .c-fv__breadcrumb {
    padding-inline: 18px;
  }
}
.c-fv__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: fit-content;
  list-style: none;
}
.c-fv__breadcrumb-item {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #000;
}
.c-fv__breadcrumb-item:nth-child(n+2) {
  position: relative;
  padding-left: 25px;
}
.c-fv__breadcrumb-item:nth-child(n+2)::before {
  color: #B7B7B7;
  content: "/";
  position: absolute;
  top: 0;
  left: 10px;
}
.c-fv__breadcrumb-item:last-child {
  color: #B7B7B7;
}
.c-fv__breadcrumb-link {
  transition: color 0.4s;
}
.c-fv__breadcrumb-link:focus-visible {
  color: var(--lightblue);
}
@media (any-hover: hover) {
  .c-fv__breadcrumb-link:hover {
    color: var(--lightblue);
  }
}
.c-fv__breadcrumb-link, .c-fv__breadcrumb-name {
  font: inherit;
  color: inherit;
  display: block;
}

.c-intro {
  margin-top: 119px;
}
@media screen and (max-width: 767px) {
  .c-intro {
    margin-top: 80px;
  }
}
.c-intro__inner {
  margin-inline: auto;
  width: 92.3076923077%;
  max-width: 1100px;
}
.c-intro__hgroup-jp {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #448DD5;
}
@media screen and (max-width: 767px) {
  .c-intro__hgroup-jp {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
  }
}
.c-intro__hgroup-en {
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.1625;
  color: #005CAD;
}
@media screen and (max-width: 767px) {
  .c-intro__hgroup-en {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.02;
    margin-top: 11px;
  }
}
.c-intro__ttl {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.52;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .c-intro__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75;
    margin-top: 36px;
  }
}
.c-intro__txt {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .c-intro__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.c-intro__txt:is(.c-intro__ttl + .c-intro__txt) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-intro__txt:is(.c-intro__ttl + .c-intro__txt) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1120px) {
  .c-intro__txt-pc-adjustment {
    display: none;
  }
}
.c-intro__dlist {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px 22px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-intro__dlist {
    grid-template-columns: 1fr;
    gap: 18px 0;
    margin-top: 41px;
  }
}
@media screen and (min-width: 768px) {
  .c-intro__dlist__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.c-intro__dlist__theme-txt {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7272727273;
  color: #005CAD;
}
@media screen and (max-width: 767px) {
  .c-intro__dlist__theme-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}
.c-intro__dlist__des-txt {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .c-intro__dlist__des-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6666666667;
  }
  .c-intro__dlist__des-txt:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.c-intro__dlist__des-txt--indent {
  text-indent: -10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-intro__dlist__des-txt--indent {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-intro__dlist__des-txt--spacing-sp {
    letter-spacing: -0.04em;
  }
}

.p-top-heading {
  text-align: center;
}
.p-top-heading span {
  display: block;
}
.p-top-heading__ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-heading__ja {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-top-heading__en {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 800;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-heading__en {
    font-size: 54px;
    font-size: 3.375rem;
    margin-top: 12px;
  }
}

.p-top-fv {
  padding: 28px 30px 0;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    padding: 22px 0 0;
  }
}
.p-top-fv__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-fv__content {
    width: 1100px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1120px) {
  .p-top-fv__content {
    width: 92.3076923077%;
  }
}
.p-top-fv__slider .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.p-top-fv__slider .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 7s linear;
  transform: scale(1);
  aspect-ratio: 2.2258064516;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-fv__slider .swiper-slide img {
    aspect-ratio: 0.6754221388;
  }
}
.p-top-fv__slider .swiper-slide.swiper-slide-active img {
  transform: scale(1.15);
}
.p-top-fv__slider .swiper-progressbar {
  position: absolute;
  top: 20px;
  left: 0;
  height: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: 10;
}
.p-top-fv__slider .swiper-progressbar span {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--black);
  transition: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-fv__nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 18px;
  position: absolute;
  top: -30px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__nav {
    top: -22px;
    column-gap: 10px;
  }
}
.p-top-fv__nav .swiper-bullets,
.p-top-fv__nav .swiper-fraction {
  flex-shrink: 0;
}
.p-top-fv__nav .swiper-bullets {
  position: relative;
  top: 1px !important;
  bottom: 0 !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .p-top-fv__nav .swiper-bullets {
    top: -2px !important;
  }
}
.p-top-fv__nav .swiper-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: #EBEBEB;
  opacity: 1;
  margin: 0 1px !important;
}
@media screen and (max-width: 767px) {
  .p-top-fv__nav .swiper-bullets .swiper-pagination-bullet {
    width: 15px;
  }
}
.p-top-fv__nav .swiper-bullets .swiper-pagination-bullet-active {
  background-color: var(--lightblue);
}
.p-top-fv__nav .swiper-fraction {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 15px;
  font-size: 0.9375rem;
  column-gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__nav .swiper-fraction {
    font-size: 10px;
    font-size: 0.625rem;
    column-gap: 3px;
  }
}
.p-top-fv__nav .swiper-fraction .current {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-fv__nav .swiper-fraction .current {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-top-fv__catch {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .p-top-fv__catch {
    width: calc(100% + 2px);
    bottom: -1px;
  }
}
.p-top-fv__catch img {
  width: 100%;
}

.p-top-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 146px 0 76px;
  min-height: 60vw;
  position: relative;
  transition: min-height 600ms ease;
}
@media screen and (max-width: 767px) {
  .p-top-intro {
    min-height: 204vw;
    padding: 200px 0 40px;
  }
}
.p-top-intro.is-inview {
  min-height: 1px;
  transition-delay: 8.4s;
}
.p-top-intro.is-inview .p-top-intro__img img {
  animation-name: fadeInOut;
  animation-duration: 5.4s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.p-top-intro.is-inview .p-top-intro__img .intro01 {
  animation-delay: 400ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro02 {
  animation-delay: 1800ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro03 {
  animation-delay: 2400ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro04 {
  animation-delay: 3400ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro05 {
  animation-delay: 1400ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro06 {
  animation-delay: 2800ms;
}
.p-top-intro.is-inview .p-top-intro__img .intro07 {
  animation-delay: 800ms;
}
.p-top-intro.is-inview .p-top-intro__logo,
.p-top-intro.is-inview .p-top-intro__kami {
  animation-name: zoomIn;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
.p-top-intro.is-inview .p-top-intro__logo {
  animation-duration: 500ms;
  animation-delay: 8.6s;
}
.p-top-intro.is-inview .p-top-intro__kami {
  animation-duration: 600ms;
  animation-delay: 9.2s;
}
.p-top-intro__img img {
  position: absolute;
  opacity: 0;
}
.p-top-intro__img .intro01 {
  width: 29.8611111111vw;
  top: 10.625vw;
  left: -1.4vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro01 {
    width: 69.7435897436vw;
    top: 19.2307692308vw;
    left: -20vw;
    z-index: 1;
  }
}
.p-top-intro__img .intro02 {
  width: 20.5555555556vw;
  top: 25.6944444444vw;
  left: 25.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro02 {
    width: 48.2051282051vw;
    top: 42.5641025641vw;
    left: auto;
    right: -4vw;
    z-index: 1;
  }
}
.p-top-intro__img .intro03 {
  width: 17.3611111111vw;
  top: 8.3333333333vw;
  right: 25.6944444444vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro03 {
    width: 40.5128205128vw;
    top: 58.9743589744vw;
    right: 37.6923076923vw;
    z-index: 0;
  }
}
.p-top-intro__img .intro04 {
  width: 21.875vw;
  top: 15.9722222222vw;
  right: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro04 {
    width: 51.2820512821vw;
    top: 107.1794871795vw;
    right: -0.8vw;
  }
}
.p-top-intro__img .intro05 {
  width: 22.9166666667vw;
  top: 43.2638888889vw;
  left: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro05 {
    width: 53.5897435897vw;
    top: 82.0512820513vw;
    left: -7.6vw;
  }
}
.p-top-intro__img .intro06 {
  width: 13.8888888889vw;
  top: 43.6805555556vw;
  right: 27.7777777778vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro06 {
    width: 37.4358974359vw;
    top: 140vw;
    left: 3.8461538462vw;
    right: auto;
  }
}
.p-top-intro__img .intro07 {
  width: 32.6388888889vw;
  top: 40.4166666667vw;
  right: -1.4vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__img .intro07 {
    width: 76.4102564103vw;
    top: 134.6153846154vw;
    right: -12vw;
  }
}
.p-top-intro__logo {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.p-top-intro__logo img {
  width: 37.5vw;
}
@media screen and (max-width: 767px) {
  .p-top-intro__logo img {
    width: 66.6666666667vw;
  }
}
.p-top-intro__kami {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 108%;
  height: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-intro__kami {
    width: 120%;
    top: 58%;
  }
}
.p-top-intro__kami img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-explain {
  background-color: #EFF3F7;
  position: relative;
  padding-bottom: 150px;
  margin-top: calc(13.8888888889vw + 45px);
  top: 50vh;
  opacity: 0;
  transition: top 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-top-explain {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 7.6923076923vw;
  }
}
.p-top-explain::before {
  content: "";
  display: block;
  width: 142.6388888889vw;
  height: 92.5vw;
  border-radius: 50%;
  background: #EFF3F7;
  position: absolute;
  top: -13.8888888889vw;
  left: 50%;
  translate: -50%;
  rotate: 180deg;
}
@media screen and (max-width: 767px) {
  .p-top-explain::before {
    width: 366.1538461538vw;
    height: 341.5384615385vw;
    top: -7.6923076923vw;
  }
}
.p-top-explain.is-inview, .p-top-explain.is-auto-show {
  top: 0;
  opacity: 1;
  transition-delay: 100ms;
}
.p-top-explain.is-inview .p-top-explain__heading, .p-top-explain.is-auto-show .p-top-explain__heading {
  transition-delay: 800ms;
}
.p-top-explain.is-inview .p-top-explain__description, .p-top-explain.is-auto-show .p-top-explain__description {
  transition-delay: 1200ms;
}
.p-top-explain__inner {
  position: relative;
  z-index: 1;
}
.p-top-explain__heading {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
  color: var(--blue);
}
.p-top-explain__heading::before, .p-top-explain__heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top-explain__heading::before {
  margin-top: calc((1 - 1.55) * 0.5em);
}
.p-top-explain__heading::after {
  margin-bottom: calc((1 - 1.55) * 0.5em);
}
@media screen and (max-width: 1120px) {
  .p-top-explain__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-explain__heading {
    line-height: 1.6;
    font-size: 7.6923076923vw;
  }
  .p-top-explain__heading::before, .p-top-explain__heading::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-top-explain__heading::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .p-top-explain__heading::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}
.p-top-explain__description {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
  margin: 50px auto 0;
  max-width: 900px;
}
.p-top-explain__description::before, .p-top-explain__description::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top-explain__description::before {
  margin-top: calc((1 - 2.5) * 0.5em);
}
.p-top-explain__description::after {
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
@media screen and (max-width: 1120px) {
  .p-top-explain__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-explain__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.1;
    font-weight: 600;
    margin-top: 35px;
  }
  .p-top-explain__description::before, .p-top-explain__description::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-top-explain__description::before {
    margin-top: calc((1 - 2.1) * 0.5em);
  }
  .p-top-explain__description::after {
    margin-bottom: calc((1 - 2.1) * 0.5em);
  }
}

.p-top-movie {
  background-color: var(--white);
  padding: 120px 0 0;
  position: relative;
  z-index: 1;
}
.p-top-movie::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  background-image: url(../img/top/illust_movie.svg);
  display: block;
  width: 270px;
  height: 456px;
  position: absolute;
  left: 0;
  top: -105px;
}
@media screen and (max-width: 767px) {
  .p-top-movie::before {
    width: 159px;
    height: 283px;
    top: -62px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-movie {
    padding: 110px 0 0;
  }
}
.p-top-movie.is-hidden {
  padding: 0;
}
.p-top-movie.is-hidden .p-top-movie__inner {
  display: none;
}
.p-top-movie__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-movie__content {
    margin-top: 30px;
  }
}
.p-top-movie__item {
  width: 55.5555555556vw;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .p-top-movie__item {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-movie__item {
    width: 100%;
  }
}
.p-top-movie__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-movie__item iframe {
    aspect-ratio: 1.7733990148;
  }
}

.p-top-topics {
  position: relative;
  background-color: var(--white);
  padding: 120px 0 180px;
}
@media screen and (max-width: 767px) {
  .p-top-topics {
    padding: 110px 0 135px;
  }
}
.p-top-topics.is-inview .p-top-topics__list li:nth-child(1) {
  transition-delay: 400ms;
}
.p-top-topics.is-inview .p-top-topics__list li:nth-child(2) {
  transition-delay: 800ms;
}
.p-top-topics.is-inview .p-top-topics__list li:nth-child(3) {
  transition-delay: 1200ms;
}
.p-top-topics__content {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-topics__content {
    margin-top: 30px;
  }
}
.p-top-topics__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .p-top-topics__list {
    margin: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.p-top-topics__list li {
  flex-basis: calc(33.3333333333% - 24px);
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-topics__list li {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list li {
    margin: 0;
    flex-basis: 60.2564102564vw;
  }
}
.p-top-topics__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #448DD5;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top-topics__list a {
    height: auto;
    min-height: 235px;
  }
}
.p-top-topics__list a::before {
  content: "";
  width: 66px;
  height: 66px;
  background-color: #0066C7;
  clip-path: polygon(0 0, 66px 0, 0 66px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1120px) {
  .p-top-topics__list a::before {
    width: 46px;
    height: 46px;
    clip-path: polygon(0 0, 46px 0, 0 46px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list a::before {
    width: 66px;
    height: 66px;
    clip-path: polygon(0 0, 66px 0, 0 66px);
  }
}
@media screen and (min-width: 768px) {
  .p-top-topics__list a:hover .p-top-topics__list-arrow {
    border-color: var(--blue);
    background-color: var(--blue);
  }
}
.p-top-topics__list-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px var(--white);
  transition: border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1120px) {
  .p-top-topics__list-arrow {
    width: 36px;
    height: 36px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list-arrow {
    border-color: var(--blue);
    background-color: var(--blue);
    width: 56px;
    height: 56px;
  }
}
.p-top-topics__list-arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 14px;
  background-image: url(../img/common/arrow_white.svg);
}
@media screen and (max-width: 1120px) {
  .p-top-topics__list-arrow::before {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list-arrow::before {
    width: 20px;
    height: 14px;
  }
}
.p-top-topics__list-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--white);
}
.p-top-topics__list-title::before, .p-top-topics__list-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-top-topics__list-title::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.p-top-topics__list-title::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 1120px) {
  .p-top-topics__list-title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-top-topics__list-en {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0066C7;
  margin-top: 8px;
}
@media screen and (max-width: 1120px) {
  .p-top-topics__list-en {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-topics__list-en {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.p-top-project {
  position: relative;
  padding-bottom: 180px;
  background-color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-project {
    padding-bottom: 128px;
  }
}
.p-top-project__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1121px) {
  .p-top-project__inner {
    width: 1135px;
  }
}
.p-top-project__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-project__content {
    margin-top: 40px;
  }
}
.p-top-project__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -18px;
  padding: 0 10vw;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__list {
    display: block;
    margin: 0;
    padding: 0 3.85vw;
  }
}
.p-top-project__list li {
  flex-basis: calc(50% - 36px);
  margin: 0 18px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-top-project__list li {
    margin: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-top-project__list li:hover {
    scale: 1.1;
    z-index: 2 !important;
  }
  .p-top-project__list li:hover .p-top-project__img img {
    scale: 1.03;
    transition-delay: 100ms;
  }
}
.p-top-project__list li.blue a {
  background-color: #84CEF0;
}
.p-top-project__list li.blue a::before {
  background-color: var(--lightblue);
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.blue a:hover .p-top-project__arrow {
    background-color: var(--lightblue);
  }
}
.p-top-project__list li.blue .p-top-project__en {
  color: var(--lightblue);
}
.p-top-project__list li.green a {
  background-color: #6BD9A9;
}
.p-top-project__list li.green a::before {
  background-color: #009F59;
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.green a:hover .p-top-project__arrow {
    background-color: #009F59;
  }
}
.p-top-project__list li.green .p-top-project__en {
  color: #009F59;
}
.p-top-project__list li.orange a {
  background-color: #FFCE5F;
}
.p-top-project__list li.orange a::before {
  background-color: #FFBA1D;
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.orange a:hover .p-top-project__arrow {
    background-color: #FFBA1D;
  }
}
.p-top-project__list li.orange .p-top-project__en {
  color: #FFBA1D;
}
.p-top-project__list li.pink a {
  background-color: #F5ADAE;
}
.p-top-project__list li.pink a::before {
  background-color: #CE5153;
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.pink a:hover .p-top-project__arrow {
    background-color: #CE5153;
  }
}
.p-top-project__list li.pink .p-top-project__en {
  color: #CE5153;
}
.p-top-project__list li.sunset a {
  background-color: #FFC281;
}
.p-top-project__list li.sunset a::before {
  background-color: #E98D2A;
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.sunset a:hover .p-top-project__arrow {
    background-color: #E98D2A;
  }
}
.p-top-project__list li.sunset .p-top-project__en {
  color: #E98D2A;
}
.p-top-project__list li.purple a {
  background-color: #C4A6CB;
}
.p-top-project__list li.purple a::before {
  background-color: #772189;
}
@media screen and (min-width: 768px) {
  .p-top-project__list li.purple a:hover .p-top-project__arrow {
    background-color: #772189;
  }
}
.p-top-project__list li.purple .p-top-project__en {
  color: #772189;
}
.p-top-project__list li.left, .p-top-project__list li.right {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__list li:nth-child(odd) {
    left: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__list li:nth-child(even) {
    right: -2vw;
  }
}
.p-top-project__list li:nth-child(n+3) {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .p-top-project__list li:nth-child(n+3) {
    margin-top: 0;
  }
}
.p-top-project__list li.is-inview.left, .p-top-project__list li.is-inview.right {
  animation-duration: 800ms;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
.p-top-project__list li.is-inview.left {
  animation-name: cardLeft;
}
.p-top-project__list li.is-inview.right {
  animation-name: cardRight;
}
.p-top-project__list a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 30px 116px;
  position: relative;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .p-top-project__list a {
    padding: 26px 26px 88px;
  }
}
.p-top-project__list a::before {
  content: "";
  width: 50px;
  height: 50px;
  clip-path: polygon(0 0, 50px 0, 0 50px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-project__list a:hover .p-top-project__arrow {
    border-color: transparent;
  }
}
.p-top-project__list--column3 {
  padding: 0;
  margin: 0 5px;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 {
    margin: 0 -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__list--column3 {
    margin: 0;
    padding: 0 3.85vw;
  }
}
.p-top-project__list--column3 li {
  flex-basis: 33.3333333333%;
  margin: 0 -5px;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li {
    flex-basis: calc(50% - 36px);
    margin: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-project__list--column3 li {
    margin: 0;
    opacity: 0;
  }
}
.p-top-project__list--column3 li.center {
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li.center {
    z-index: 0;
  }
}
.p-top-project__list--column3 li.left {
  opacity: 0;
  transform-origin: right bottom;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li.left {
    transform-origin: center center;
  }
}
.p-top-project__list--column3 li.right {
  opacity: 0;
  transform-origin: left bottom;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li.right {
    transform-origin: center center;
  }
}
.p-top-project__list--column3 li.is-inview.left, .p-top-project__list--column3 li.is-inview.right {
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
}
.p-top-project__list--column3 li.is-inview.left {
  animation-name: cardLeft3;
}
.p-top-project__list--column3 li.is-inview.right {
  animation-name: cardRight3;
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li.is-inview:nth-child(odd) {
    animation-name: cardLeft;
    animation-duration: 800ms;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
  }
}
@media screen and (max-width: 1120px) {
  .p-top-project__list--column3 li.is-inview:nth-child(even) {
    animation-name: cardRight;
    animation-duration: 800ms;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
  }
}
.p-top-project__list--column3 li:nth-child(1), .p-top-project__list--column3 li:nth-child(2), .p-top-project__list--column3 li:nth-child(4), .p-top-project__list--column3 li:nth-child(6) {
  cursor: not-allowed;
}
.p-top-project__list--column3 li:nth-child(1) a, .p-top-project__list--column3 li:nth-child(2) a, .p-top-project__list--column3 li:nth-child(4) a, .p-top-project__list--column3 li:nth-child(6) a {
  pointer-events: none;
}
.p-top-project__img {
  border-radius: 10px;
  overflow: hidden;
}
.p-top-project__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.5;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-top-project__img img {
    aspect-ratio: 1.5055555556;
  }
}
.p-top-project__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-project__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-top-project__title--adjustment {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3913043478;
  letter-spacing: -0.04em;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-top-project__title--adjustment {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-top-project__en {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-project__en {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-top-project__description {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86;
  font-weight: 600;
  margin-top: 20px;
}
.p-top-project__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px var(--white);
  position: absolute;
  bottom: 30px;
  right: 30px;
  transition: background-color 600ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .p-top-project__arrow {
    width: 48px;
    height: 48px;
    bottom: 26px;
    right: 26px;
  }
}
.p-top-project__arrow::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 22px;
  height: 14px;
  background-image: url(../img/common/arrow_white.svg);
}
@media screen and (max-width: 767px) {
  .p-top-project__arrow::before {
    width: 18px;
    height: 12px;
  }
}
.p-top-project__illust {
  position: absolute;
}
.p-top-project__illust--left01 {
  top: 100px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__illust--left01 {
    width: 96px;
    top: 476px;
  }
}
.p-top-project__illust--left02 {
  bottom: 210px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__illust--left02 {
    width: 130px;
    bottom: 25px;
  }
}
.p-top-project__illust--right01 {
  top: -180px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__illust--right01 {
    width: 110px;
    top: -176px;
  }
}
.p-top-project__illust--right02 {
  bottom: 258px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-project__illust--right02 {
    width: 104px;
    bottom: 906px;
  }
}

.p-top-policy {
  background-color: #EFF3F7;
  padding: 130px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-policy {
    padding: 110px 0 100px;
  }
}
.p-top-policy::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 192px;
  height: 283px;
  background-image: url(../img/top/illust_policy.svg);
  position: absolute;
  top: 62px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-policy::before {
    width: 112px;
    height: 165px;
    top: 18px;
  }
}
.p-top-policy__row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 8vw;
}
@media screen and (max-width: 767px) {
  .p-top-policy__row {
    display: block;
  }
}
.p-top-policy__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-shrink: 0;
}
.p-top-policy__heading {
  text-align: left;
}
.p-top-policy__heading .p-top-heading__en {
  font-size: 68px;
  font-size: 4.25rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__heading .p-top-heading__en {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-policy__button {
    margin-top: 36px;
  }
}
.p-top-policy__button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  width: 260px;
  height: 60px;
  border: solid 1px #222222;
  border-radius: 30px;
  position: relative;
  padding-left: 30px;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-policy__button a:hover {
    color: #fff;
    border-color: var(--lightblue);
    background-color: var(--lightblue);
  }
  .p-top-policy__button a:hover::after {
    background-color: #fff;
  }
}
.p-top-policy__button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 10px;
  mask: url(../img/common/arrow_black.svg) center/contain no-repeat;
  background-color: #222;
  rotate: -32deg;
  right: 24px;
  transition: background-color 0.4s;
}
.p-top-policy__carousel {
  flex-grow: 1;
  margin-right: calc((100vw - 1100px) / 2 * -1);
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel {
    margin-right: -3.85vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel {
    margin-top: 30px;
  }
}
.p-top-policy__carousel .swiper {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel .swiper {
    padding-right: 10px;
  }
}
.p-top-policy__carousel .swiper-slide {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel .swiper-slide {
    width: 230px;
  }
}
.p-top-policy__carousel a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-policy__carousel a:hover {
    opacity: 0.5;
  }
}
.p-top-policy__carousel-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
  padding-right: calc((100vw - 1100px) / 2);
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel-nav {
    padding-right: 3.85vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel-nav {
    justify-content: flex-start;
    margin-top: 44px;
  }
}
.p-top-policy__carousel-nav .swiper-bullets {
  width: auto !important;
}
.p-top-policy__carousel-nav .swiper-bullets .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  margin: 0 1px !important;
  border-radius: 0;
  background-color: #B7B7B7;
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel-nav .swiper-bullets .swiper-pagination-bullet {
    width: 20px;
  }
}
.p-top-policy__carousel-nav .swiper-bullets .swiper-pagination-bullet-active {
  background-color: var(--lightblue);
}
.p-top-policy__carousel-nav .swiper-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel-nav .swiper-arrow {
    display: none;
  }
}
.p-top-policy__carousel-nav .swiper-arrow button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #222222;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  transition: background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel-nav .swiper-arrow button {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-policy__carousel-nav .swiper-arrow button:hover {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
  }
  .p-top-policy__carousel-nav .swiper-arrow button:hover::before {
    background-color: #fff;
  }
}
.p-top-policy__carousel-nav .swiper-arrow button::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 0;
  background-position-y: 0;
  content: "";
  width: 20px;
  height: 12px;
  mask: url(../img/common/arrow_black.svg) center/contain no-repeat;
  background-color: #222;
  transition: background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel-nav .swiper-arrow button::before {
    width: 14px;
    height: 9px;
  }
}
.p-top-policy__carousel-nav .swiper-arrow .swiper-prev::before {
  scale: -1 1;
}
.p-top-policy__carousel-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.p-top-policy__carousel-img::before {
  content: "";
  width: 48px;
  height: 48px;
  background-color: var(--blue);
  clip-path: polygon(0 0, 48px 0, 0 48px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1120px) {
  .p-top-policy__carousel-img::before {
    width: 40px;
    height: 40px;
    clip-path: polygon(0 0, 40px 0, 0 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel-img::before {
    width: 37px;
    height: 37px;
    clip-path: polygon(0 0, 37px 0, 0 37px);
  }
}
.p-top-policy__carousel-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel-img img {
    aspect-ratio: 1.5032679739;
  }
}
.p-top-policy__carousel-img--blue::before {
  background-color: var(--blue);
}
.p-top-policy__carousel-img--lightblue::before {
  background-color: var(--lightblue);
}
.p-top-policy__carousel-img--green::before {
  background-color: #009F59;
}
.p-top-policy__carousel-img--orange::before {
  background-color: #FFBA22;
}
.p-top-policy__carousel-img--sunset::before {
  background-color: #E98D2A;
}
.p-top-policy__carousel-img--red::before {
  background-color: #CE5153;
}
.p-top-policy__carousel-img--purple::before {
  background-color: #772189;
}
.p-top-policy__carousel-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-policy__carousel-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-anniversary-logo-concept {
  display: grid;
  margin-top: 90px;
  background: #EFF3F7;
}
@media screen and (min-width: 768px) {
  .p-anniversary-logo-concept::before {
    content: "";
    display: block;
    grid-row: 1;
    grid-column: 1;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 249px;
    height: 100vh;
    background: url(../img/anniversary-logo/concept_bg_pc.png) right top/contain no-repeat;
    mix-blend-mode: screen;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept {
    margin-top: 72px;
  }
  .p-anniversary-logo-concept::before {
    content: "";
    display: block;
    grid-row: 1;
    grid-column: 1;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg, #eff3f7 0%, rgba(239, 243, 247, 0.9) 40px, rgba(239, 243, 247, 0) 80px);
    pointer-events: none;
  }
}
.p-anniversary-logo-concept .l-inner {
  display: grid;
  grid-row: 1;
  grid-column: 1;
}
.p-anniversary-logo-concept__box {
  grid-row: 1;
  grid-column: 1;
  position: sticky;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-anniversary-logo-concept__box {
    display: flex;
    align-items: center;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box {
    padding-top: 60px;
    height: 330px;
  }
}
.p-anniversary-logo-concept__box::before, .p-anniversary-logo-concept__box::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.p-anniversary-logo-concept__box::before {
  top: 0;
  height: 30.8641975309vh;
  background: linear-gradient(#eff3f7 0%, rgba(239, 243, 247, 0.9) 49.75%, rgba(239, 243, 247, 0) 100%);
}
@media screen and (min-width: 768px) {
  .p-anniversary-logo-concept__box::before {
    width: 40.1818181818%;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box::before {
    height: 330px;
    background: linear-gradient(#eff3f7 0%, #eff3f7 50%, rgba(239, 243, 247, 0.9) 90%, rgba(239, 243, 247, 0) 100%);
  }
}
.p-anniversary-logo-concept__box::after {
  bottom: 0;
  height: 30.8641975309vh;
  background: linear-gradient(0deg, #eff3f7 0%, rgba(239, 243, 247, 0.9) 49.75%, rgba(239, 243, 247, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box::after {
    display: none;
  }
}
.p-anniversary-logo-concept__box__inner {
  width: 50%;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box__inner {
    width: 100%;
  }
}
.p-anniversary-logo-concept__box__logo {
  position: relative;
  z-index: 1;
  padding: 14.9090909091% 11.4545454545% 24% 10.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box__logo {
    text-align: center;
    margin-inline: auto;
    padding: 8px 0 25px;
    max-width: 360px;
  }
}
.p-anniversary-logo-concept__box__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box__logo img {
    max-width: 250px;
  }
}
.p-anniversary-logo-concept__box__logo-circle {
  display: block;
  position: absolute;
  top: calc(var(--_circle-top) / 550 * 100%);
  left: calc(var(--_circle-left) / 550 * 100%);
  z-index: -1;
  width: 23.2727272727%;
  height: 23.2727272727%;
  border-radius: 50%;
  background: #F5E62C;
  filter: blur(50px);
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__box__logo-circle {
    width: 75px;
    height: 75px;
    filter: blur(25px);
  }
}
.p-anniversary-logo-concept__box__logo-circle.--01 {
  --_circle-top: 182;
  --_circle-left: 156;
}
.p-anniversary-logo-concept__box__logo-circle.--02 {
  --_circle-top: 169;
  --_circle-left: 348;
}
.p-anniversary-logo-concept__box__logo-circle.--03 {
  --_circle-top: 339;
  --_circle-left: 67;
}
.p-anniversary-logo-concept__box__logo-circle.--04 {
  --_circle-top: 89;
  --_circle-left: 308;
}
.p-anniversary-logo-concept__box__logo-circle.--05 {
  --_circle-top: 199;
  --_circle-left: 66;
}
.p-anniversary-logo-concept__box__logo-circle.--06 {
  --_circle-top: 229;
  --_circle-left: 278;
}
.p-anniversary-logo-concept__box__logo-circle.--07 {
  --_circle-top: 89;
  --_circle-left: 168;
}
.p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(1).is-show) .p-anniversary-logo-concept__box__logo-circle.--01, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(2).is-show) .p-anniversary-logo-concept__box__logo-circle.--02, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(3).is-show) .p-anniversary-logo-concept__box__logo-circle.--03, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(4).is-show) .p-anniversary-logo-concept__box__logo-circle.--04, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(5).is-show) .p-anniversary-logo-concept__box__logo-circle.--05, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(6).is-show) .p-anniversary-logo-concept__box__logo-circle.--06, .p-anniversary-logo-concept:has(.p-anniversary-logo-concept__list__item:nth-child(7).is-show) .p-anniversary-logo-concept__box__logo-circle.--07 {
  opacity: 1;
}
.p-anniversary-logo-concept__list {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin-left: auto;
  padding-block: 30vh;
  width: 40.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list {
    padding-block: 330px 80px;
    width: 100%;
  }
}
.p-anniversary-logo-concept__list__item {
  --_scale: .68;
}
@media screen and (min-width: 768px) {
  .p-anniversary-logo-concept__list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list__item:not(:last-child) {
    padding-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list__item {
    --_scale: .85;
  }
}
.p-anniversary-logo-concept__list__item.is-show {
  --_scale: 1;
}
.p-anniversary-logo-concept__list__item__inner {
  scale: var(--_scale);
  transition: scale 0.4s;
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list__item__inner {
    transform-origin: left top;
  }
}
.p-anniversary-logo-concept__list-ttl {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.28;
  color: #005CAD;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-anniversary-logo-concept__list-txt {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0;
  }
}
.p-anniversary-logo-concept__list-txt:is(* + .p-anniversary-logo-concept__list-ttl) {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-txt:is(* + .p-anniversary-logo-concept__list-ttl) {
    margin-top: 13px;
  }
}
.p-anniversary-logo-concept__list-txt:is(* + .p-anniversary-logo-concept__list-txt) {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-txt:is(* + .p-anniversary-logo-concept__list-txt) {
    margin-top: 3px;
  }
}
.p-anniversary-logo-concept__list-txt[class*="--icn-"] {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-txt[class*="--icn-"] {
    padding-left: 20px;
  }
}
.p-anniversary-logo-concept__list-txt[class*="--icn-"]::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><path d="M7.614.438a2,2,0,0,1,1.772,0l5.072,2.505A2,2,0,0,1,15.524,4.3L16.8,10.014a2,2,0,0,1-.373,1.662l-3.539,4.552A2,2,0,0,1,11.3,17H5.7a2,2,0,0,1-1.579-.772L.578,11.676A2,2,0,0,1,.2,10.014L1.476,4.3A2,2,0,0,1,2.542,2.943Z"/></svg>') center/contain no-repeat;
  background-color: var(--_bg-color);
}
@media screen and (max-width: 767px) {
  .p-anniversary-logo-concept__list-txt[class*="--icn-"]::before {
    top: 7px;
    width: 15px;
    height: 15px;
  }
}
.p-anniversary-logo-concept__list-txt.--icn-blue {
  --_bg-color: #005cad;
}
.p-anniversary-logo-concept__list-txt.--icn-blue-light {
  --_bg-color: #00A0E9;
}
.p-anniversary-logo-concept__list-txt.--icn-green {
  --_bg-color: #009F59;
}
.p-anniversary-logo-concept__list-txt.--icn-yellow {
  --_bg-color: #F5E62C;
}
.p-anniversary-logo-concept__list-txt.--icn-orange {
  --_bg-color: #E98D2A;
}
.p-anniversary-logo-concept__list-txt.--icn-red {
  --_bg-color: #CE5153;
}
.p-anniversary-logo-concept__list-txt.--icn-purple {
  --_bg-color: #772189;
}

.p-memorial-ceremony-schedule {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule {
    margin-top: 75px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule .l-inner {
    width: 100%;
    max-width: 100%;
  }
}
.p-memorial-ceremony-schedule__inner {
  position: relative;
  z-index: 1;
  padding: 40px 45px 38px;
  max-width: 908px;
  background: #EFF3F7;
}
@media screen and (min-width: 768px) {
  .p-memorial-ceremony-schedule__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__inner {
    padding: 50px 3.8461538462% 77px;
  }
}
.p-memorial-ceremony-schedule__inner::before, .p-memorial-ceremony-schedule__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  mix-blend-mode: screen;
}
.p-memorial-ceremony-schedule__inner::before {
  bottom: 0;
  left: 0;
  width: 152px;
  height: 188px;
  background: url(../img/memorial-ceremony/shedule_bg_01_pc.png) right top/contain no-repeat;
  opacity: 0.41;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__inner::before {
    top: 0;
    bottom: auto;
    width: 100px;
    height: 69px;
    background: url(../img/memorial-ceremony/shedule_bg_01_sp.png) right bottom/contain no-repeat;
  }
}
.p-memorial-ceremony-schedule__inner::after {
  bottom: 0;
  right: 0;
  width: 176px;
  height: 224px;
  background: url(../img/memorial-ceremony/shedule_bg_02_pc.png) left top/contain no-repeat;
  opacity: 0.43;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__inner::after {
    width: 125px;
    height: 131px;
    background: url(../img/memorial-ceremony/shedule_bg_02_sp.png) left top/contain no-repeat;
  }
}
.p-memorial-ceremony-schedule__hgroup-en {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  color: #448DD5;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__hgroup-en {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2666666667;
    padding-left: 2px;
  }
}
.p-memorial-ceremony-schedule__hgroup-jp {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #005CAD;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__hgroup-jp {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 7px;
  }
}
.p-memorial-ceremony-schedule__dlist {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__dlist {
    margin-top: 40px;
  }
}
.p-memorial-ceremony-schedule__dlist__item {
  display: grid;
  grid-template-columns: 62px 1fr;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__dlist__item {
    grid-template-columns: 57px 1fr;
  }
}
.p-memorial-ceremony-schedule__dlist__item:not(:last-child) .p-memorial-ceremony-schedule__dlist-des {
  padding-bottom: 14px;
}
.p-memorial-ceremony-schedule__dlist__item:not(:last-child) .p-memorial-ceremony-schedule__dlist-des::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 3.5px;
  width: 1px;
  height: 100%;
  background: #CED4D9;
}
.p-memorial-ceremony-schedule__dlist-theme {
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1578947368;
  color: #005CAD;
}
.p-memorial-ceremony-schedule__dlist-des {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-memorial-ceremony-schedule__dlist-des {
    padding-left: 24px;
  }
}
.p-memorial-ceremony-schedule__dlist-des::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #448DD5;
}

@media screen and (min-width: 768px) {
  .p-title-project {
    padding-bottom: 80px;
  }
}
.p-title-project-category {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-block: 66px 100px;
  background: #EFF3F7;
}
@media screen and (max-width: 767px) {
  .p-title-project-category {
    margin-top: 72px;
    padding-block: 50px 80px;
  }
}
.p-title-project-category::before, .p-title-project-category::after {
  content: "";
  position: absolute;
  z-index: -1;
  mix-blend-mode: screen;
}
.p-title-project-category::before {
  top: 0;
  right: 0;
  width: 185px;
  height: 211px;
  background: url(../img/title-project/category_bg_01_pc.png) left bottom/contain no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-title-project-category::before {
    width: 125px;
    height: 155px;
    background: url(../img/title-project/category_bg_01_sp.png) left bottom/contain no-repeat;
  }
}
.p-title-project-category::after {
  bottom: 0;
  left: 0;
  width: 201px;
  height: 289px;
  background: url(../img/title-project/category_bg_02_pc.png) right top/contain no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-title-project-category::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-title-project-category .l-inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    column-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-title-project-category__aside {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-title-project-category__aside__box {
    position: sticky;
    top: 165px;
  }
}
.p-title-project-category__aside__box__hgroup-jp {
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #448DD5;
}
.p-title-project-category__aside__box__hgroup-en {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
  color: #005CAD;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__hgroup-en {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.1818181818;
  }
}
.p-title-project-category__aside__box__acd {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd {
    margin-top: 27px;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd.is-open .p-title-project-category__aside__box__acd-btn::before {
    rotate: 180deg;
  }
  .p-title-project-category__aside__box__acd.is-open .js-acd__cont {
    grid-template-rows: 1fr;
  }
}
.p-title-project-category__aside__box__acd-btn {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  width: 100%;
  height: 50px;
  background: #005CAD;
}
@media screen and (min-width: 768px) {
  .p-title-project-category__aside__box__acd-btn {
    border-radius: calc(infinity * 1px);
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd-btn {
    position: relative;
  }
  .p-title-project-category__aside__box__acd-btn::before {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    right: 29px;
    translate: 0 -50%;
    width: 15px;
    height: 9px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 9"><path d="M3442.792,1152.793l-7.5-7.6,1.376-1.4,6.124,6.209,6.124-6.209,1.376,1.4Z" transform="translate(-3435.292 -1143.793)" fill="white"/></svg>') center/contain no-repeat;
    transition: rotate 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .p-title-project-category__aside__box__acd__cont {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd__cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd__cont__inner {
    overflow: hidden;
  }
}
.p-title-project-category__aside__box__acd__cont__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd__cont__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd__cont__list__item:nth-child(n+2) {
    border-top: 1px solid #EFF3F7;
  }
}
.p-title-project-category__aside__box__acd__cont__list__item-link {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #005CAD;
  text-align: center;
  display: grid;
  place-content: center;
  height: 50px;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-title-project-category__aside__box__acd__cont__list__item-link {
    border: 1px solid #005CAD;
    border-radius: calc(infinity * 1px);
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__aside__box__acd__cont__list__item-link {
    height: 47px;
    background-color: #fff;
  }
}
.p-title-project-category__aside__box__acd__cont__list__item-link:focus-visible {
  color: #fff;
  background-color: #005CAD;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-title-project-category__aside__box__acd__cont__list__item-link:hover {
    color: #fff;
    background-color: #005CAD;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-title-project-category__list {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list {
    margin-top: 50px;
  }
}
.p-title-project-category__list__item {
  padding: 38px 40px 36px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__item {
    padding: 24px 5.5555555556% 26px;
  }
}
.p-title-project-category__list__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.p-title-project-category__list__ttl {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.52;
  color: #005CAD;
  padding-bottom: 22px;
  border-bottom: 1px solid #CED4D9;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.9;
    padding-bottom: 13px;
  }
}
.p-title-project-category__list__dlist {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__dlist {
    margin-top: 23px;
  }
}
.p-title-project-category__list__dlist-theme {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #005CAD;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__dlist-theme {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-title-project-category__list__dlist-theme:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__dlist-theme:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
.p-title-project-category__list__dlist__des {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-title-project-category__list__dlist__des {
    margin-top: 6px;
  }
}
.p-title-project-category__list__dlist__des-txt {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.p-title-project-category__list__dlist__des-txt:is(* + *) {
  margin-top: 11px;
}
.p-title-project-category__list__dlist__des-txt--adjustment {
  display: inline-block;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-2 {
  text-indent: -2em;
  padding-left: 2em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-3 {
  text-indent: -3em;
  padding-left: 3em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-4 {
  text-indent: -4em;
  padding-left: 4em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-5 {
  text-indent: -5em;
  padding-left: 5em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-6 {
  text-indent: -6em;
  padding-left: 6em;
}
.p-title-project-category__list__dlist__des-txt--adjustment.--txt-7 {
  text-indent: -7em;
  padding-left: 7em;
}
.p-title-project-category__list__dlist__des__numbers {
  counter-reset: number 0;
}
.p-title-project-category__list__dlist__des__numbers:is(* + *) {
  margin-top: 12px;
}
.p-title-project-category__list__dlist__des__numbers-item {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;
}
.p-title-project-category__list__dlist__des__numbers-item::before {
  font-family: "Outfit", "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  content: counter(number);
  counter-increment: number 1;
  display: grid;
  place-content: center;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #005CAD;
}
.p-title-project-category__list__dlist__des__numbers-item:nth-child(n+2) {
  margin-top: 11px;
}
.p-title-project-category__list__dlist__des__numbers-item .p-title-project-category__list__dlist__des-txt {
  margin: 4px 0 0 -26px;
}
.p-title-project-category__list__dlist__des__numbers-item .p-title-project-category__list__dlist__des__numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 7px 0 0 -26px;
}
.p-title-project-category__list__dlist__des__numbers-item .p-title-project-category__list__dlist__des__numbers-item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: flex-start;
  column-gap: 4px;
  padding-left: 0;
}
.p-title-project-category__list__dlist__des__numbers-item .p-title-project-category__list__dlist__des__numbers-item::before {
  font: inherit;
  color: inherit;
  text-align: left;
  content: counter(number) ".";
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.p-title-project-category__list__dlist__des__numbers-item .p-title-project-category__list__dlist__des__numbers-item:nth-child(n+2) {
  margin-top: 6px;
}
.p-title-project-category__list__dlist__des-note {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

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

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

/*# sourceMappingURL=style.css.map */
