/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

html {
  overflow-x: hidden;
  overscroll-behavior: none;

}

body {
  color: #231815;
  font-family: "Noto Sans JP", "Helvetica", sans-serif;
  font-feature-settings: "palt" 1;

}

@media screen and (max-width: 768px) {
  body {
    font-weight: 500;
  }
}

img,
video {
  width: 100%;
}

picture {
  display: block;
}

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

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px),
print {
  .u-sp {
    display: none;
  }
}

.is-fixed {
  overflow: hidden;
  scrollbar-gutter: stable;
}

.c-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  overflow-y: scroll;
  overscroll-behavior: initial;
  opacity: 0;
  pointer-events: none;
  z-index: -150;
  transition: opacity 0.3s, background-color 0.3s;
  cursor: pointer;

}

.c-popup.is-active {
  opacity: 1;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all;


}

.c-popup .c-popup__image {
  position: relative;
  max-width: 90%;
  width: auto;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-height: calc(95% - 10em);
  height: auto;
  aspect-ratio: 720/509;
  text-align: right;

  height: 100%;
  aspect-ratio: 24/17;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .c-popup .c-popup__image {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    height: auto;
  }
}

.c-popup .c-popup__image--youtube {
  position: relative;
  width: 90%;
  height: 85%;
}

@media screen and (max-width: 768px) {
  .c-popup .c-popup__image--youtube {
    height: 50%;
  }
}

.c-popup .c-popup__image--youtube iframe {
  width: 100%;
  height: 100%;
}

.c-popup .c-popup__image img,
.c-popup .c-popup__image video {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;

  height: 100%;
  aspect-ratio: 24 / 17;
  object-fit: cover;

}

.c-popup__text {
  text-align: left;
  min-width: 440px;
  margin-top: 10;
  margin-top: 0.6944444444vw;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-popup__text {
    margin-top: 10;
    margin-top: 2.6666666667vw;
    min-width: unset;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
    text-align: justify;
    font-feature-settings: unset;
  }
}

.c-popup__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 40;
  width: 2.7777777778vw;
  height: 40;
  height: 2.7777777778vw;
  margin-left: auto;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .c-popup__close {
    width: 35;
    width: 9.3333333333vw;
    height: 35;
    height: 9.3333333333vw;
  }
}

.c-popup__close__bar {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 24;
  width: 1.6666666667vw;
  height: 2;
  height: 0.1388888889vw;
  background-color: #2C4198;
  border-radius: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .c-popup__close__bar {
    width: 21;
    width: 5.6vw;
    height: 2;
    height: 0.5333333333vw;
  }
}

.c-popup__close__bar:nth-child(1) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-popup__close__bar:nth-child(1) {
    top: 9;
    top: 2.4vw;
    bottom: 9;
    bottom: 2.4vw;
  }
}

.c-popup__close__bar:nth-child(2) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .c-popup__close__bar:nth-child(2) {
    top: 9;
    top: 2.4vw;
    bottom: 9;
    bottom: 2.4vw;
  }
}

.c-hoverImage {
  overflow: hidden;
  cursor: pointer;
}

.c-hoverImage img {
  transition: 0.5s;
  transform: scale(1.005);
}

.c-hoverImage:hover img {
  transform: scale(1.05);
}

.c-slideUp {
  overflow: hidden;
}

.c-slideUp__inner {
  display: block;
  opacity: 1;
  transition: 0.75s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.c-slideUp.is-active .c-slideUp__inner {
  opacity: 0;
  transform: translateY(10vw);
}

.l-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.l-wrapper img {
  vertical-align: top;
}

.l-wrapper li {
  list-style: none;
}

.p-menu__button {
  position: fixed;
  top: 80;
  top: 6.5555555556vw;
  right: 31;
  right: 2.1527777778vw;
  width: 40;
  width: 2.7777777778vw;
  height: 40;
  height: 2.7777777778vw;
  background-color: #fff;
  cursor: pointer;
  z-index: 110;
}

.p-menu__button.is-active {
  background-color: #2C4198;
}
/*
.is-fixed .p-menu__button {
  right: 2.7777778vw;
}*/

@media screen and (max-width: 768px) {
  .p-menu__button {
    top: 30;
    top: 8vw;
    right: 12;
    right: 3.2vw;
    width: 35;
    width: 9.3333333333vw;
    height: 35;
    height: 9.3333333333vw;
  }
  /*
  .is-fixed .p-menu__button {
    right: 3.2vw;
  }*/
}


.p-menu__button__bar {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 24;
  width: 1.6666666667vw;
  height: 2px;
  background-color: #294197;
  border-radius: 10px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-menu__button__bar {
    width: 21;
    width: 5.6vw;
    height: 2px;
  }
}

.p-menu__button__bar:nth-child(1) {
  top: 11;
  top: 0.7638888889vw;
}

@media screen and (max-width: 768px) {
  .p-menu__button__bar:nth-child(1) {
    top: 9;
    top: 2.4vw;
  }
}

.p-menu__button__bar:nth-child(2) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
}

@media screen and (max-width: 768px) {
  .p-menu__button__bar:nth-child(2) {
    top: 9;
    top: 2.4vw;
    bottom: 9;
    bottom: 2.4vw;
  }
}

.p-menu__button__bar:nth-child(3) {
  bottom: 11;
  bottom: 0.7638888889vw;
}

@media screen and (max-width: 768px) {
  .p-menu__button__bar:nth-child(3) {
    bottom: 9;
    bottom: 2.4vw;
  }
}

.is-active .p-menu__button__bar {
  background-color: #fff;
}

.is-active .p-menu__button__bar:nth-child(1) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .is-active .p-menu__button__bar:nth-child(1) {
    top: 11;
    top: 2.9333333333vw;
    bottom: 11;
    bottom: 2.9333333333vw;
  }
}

.is-active .p-menu__button__bar:nth-child(2) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
  transform: scale(0);
}

.is-active .p-menu__button__bar:nth-child(3) {
  top: 11;
  top: 0.7638888889vw;
  bottom: 11;
  bottom: 0.7638888889vw;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .is-active .p-menu__button__bar:nth-child(3) {
    top: 11;
    top: 2.9333333333vw;
    bottom: 11;
    bottom: 2.9333333333vw;
  }
}

.p-menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  font-family: "agenda", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2C4198;
  background-color: #fff;
  width: 480;
  width: 33.3333333333vw;
  overflow-y: scroll;
  height: 100vh;
  box-sizing: border-box;
  border-radius: 0vw 0 0 0;
  transition: 0.3s;
  transition-timing-function: ease;
  transform: translateX(100%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .p-menu__nav {
    width: 303;
    width: 80.8vw;
  }
}

.is-active+.p-menu__nav {
  border-radius: 6.9444444444vw 0 0 0;
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .is-active+.p-menu__nav {
    border-radius: 13.3333333333vw 0 0 0;
  }
}

.p-menu__nav__inner {
  padding: 160, 0, 160, 100;
  padding: 11.1111111111vw 0vw 11.1111111111vw 6.9444444444vw;
}

@media screen and (max-width: 768px) {
  .p-menu__nav__inner {
    padding: 125, 0, 125, 76;
    padding: 33.3333333333vw 0vw 33.3333333333vw 20.2666666667vw;
  }
}

.p-menu__nav__top {
  height: 20;
  height: 1.1111vw;
}

.p-menu__nav__top img {
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-menu__nav__top {
    height: 4.3338vw;
  }
}

.p-menu__nav__headline {
  display: block;
  height: 20;
  height: 1.4999vw;
  margin-top: 18;
  margin-top: 2.666vw;
}

.p-menu__nav__headline img {
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-menu__nav__headline {
    height: 18;
    height: 4.8vw;
    margin-top: 25;
    margin-top: 7.6666666667vw;
  }
}

.p-menu__nav__link {
  display: block;
  height: 40;
  height: 2.0vw;
  color: #2C4198;
  margin-top: 20;
  margin-top: 1.777666vw;
  text-decoration: none;
  text-align-last: left;
  transition: 0.3s;
}

.p-menu__nav__link.p-menu__nav__link_insta {
  height: 2.444vw;
  margin-top: 2.4333vw;
}

.p-menu__nav__link:hover {
  opacity: 0.7;
}

.p-menu__nav__link img {
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-menu__nav__link {
    height: 32;
    height: 5.5333333333vw;
    margin-top: 20;
    margin-top: 5.666vw;
  }
  .p-menu__nav__link.p-menu__nav__link_insta {
    height: 7.2444vw;
    margin-top: 6.88666vw;
  }
}

.p-menu__nav__link__sub {
  display: block;
  height: 20;
  height: 1.3888888889vw;
  color: #2C4198;
  margin-top: 10;
  margin-top: 1.386944vw;
  margin-left: 30;
  margin-left: 2.0833333333vw;
  text-decoration: none;
  text-align-last: left;
  transition: 0.3s;
}

.p-menu__nav__link__sub.p-menu__nav__link__sub2{
  height: 0.933333vw;
  margin-top: 0.86944vw;

}

@media screen and (max-width: 768px) {
  .p-menu__nav__link__sub {
    height: 20;
    height: 4.666666vw;
    margin-top: 10;
    margin-top: 2.6666666667vw;
    margin-left: 24;
    margin-left: 6.64vw;
  }
  .p-menu__nav__link__sub.p-menu__nav__link__sub2 {
    height: 3.222vw;
    margin-top: 2.86944vw;
}
}

.p-menu__nav__link__sub:hover {
  opacity: 0.7;
}

.p-menu__nav__link__sub img {
  max-width: unset;
  width: auto;
  height: 100%;
}

.p-menu__sns__top {
  margin-top: 70;
  margin-top: 3.333vw;
  margin-bottom: 2.666vw;
  height: 15;
  height: 1.0416666667vw;
  font-weight: 500;
}

.p-menu__sns__top img {
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-menu__sns__top {
    margin-top: 54;
    margin-top: 10.66666vw;
    margin-bottom: 25;
    margin-bottom: 7.666667vw;
    height: 13;
    height: 3.4666666667vw;
  }
}

.p-menu__sns__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30;
  height: 2.5555vw;
  margin-top: 24;
  margin-top: 1.6666666667vw;
  text-decoration: none;
  color: #2C4198;
  transition: 0.3s;
}

.p-menu__sns__link:hover {
  opacity: 0.6;
}

.p-menu__sns__link img {
  max-width: unset;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-menu__sns__link {
    height: 9.22222vw;
    margin-top: 15;
    margin-top: 3.88vw;
  }
}

.p-side_text {
  position: fixed;
  top: 160;
  top: 11.1111111111vw;
  right: 42;
  right: 2.9166666667vw;
  width: 18;
  width: 1.25vw;
  z-index: 90;
}
/*
.is-fixed .p-side_text{
  right: 3.5vw;
}*/

@media screen and (max-width: 768px) {
  .p-side_text {
    top: 162;
    top: 43.2vw;
    right: 11;
    right: 2.9333333333vw;
    width: 12;
    width: 3.2vw;
  }
  /*
  .is-fixed .p-side_text{
    right: 2.9333333333vw;
  }*/
  
}

.p-fv {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #fff;
  z-index: -1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-fv {
    aspect-ratio: 25/43;
  }
}

.p-fv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background-color: #fff;
  opacity: 1;
  z-index: 0;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .p-fv__wrap {
  }
}

.p-fv__wrap.is-remove {
  opacity: 0;
}

.p-fv__title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 0;
  width: 85;
  width: 100%;
  height: auto;
}

.is-active .p-fv__title {
  animation-name: fv_title;
  animation-duration: 0.6s;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fv_title {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__title {}

  .is-active .p-fv__title {
    animation-delay: 1.5s;
  }
}

.p-fv__title img {
  text-align: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top left;
}

.p-fv__image,
.p-fv__image--full15,
.p-fv__image--full14,
.p-fv__image--full13,
.p-fv__image--full12,
.p-fv__image--full11,
.p-fv__image--full10,
.p-fv__image--full9,
.p-fv__image--full8,
.p-fv__image--full7,
.p-fv__image--full6,
.p-fv__image--full5,
.p-fv__image--full4,
.p-fv__image--full3,
.p-fv__image--full2,
.p-fv__image--full1,
.p-fv__image--15,
.p-fv__image--14,
.p-fv__image--13,
.p-fv__image--12,
.p-fv__image--11,
.p-fv__image--10,
.p-fv__image--9,
.p-fv__image--8,
.p-fv__image--7,
.p-fv__image--6,
.p-fv__image--5,
.p-fv__image--4,
.p-fv__image--3,
.p-fv__image--2,
.p-fv__image--1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
}

@media screen and (max-width: 768px) {

  .p-fv__image,
  .p-fv__image--full15,
  .p-fv__image--full14,
  .p-fv__image--full13,
  .p-fv__image--full12,
  .p-fv__image--full11,
  .p-fv__image--full10,
  .p-fv__image--full9,
  .p-fv__image--full8,
  .p-fv__image--full7,
  .p-fv__image--full6,
  .p-fv__image--full5,
  .p-fv__image--full4,
  .p-fv__image--full3,
  .p-fv__image--full2,
  .p-fv__image--full1,
  .p-fv__image--15,
  .p-fv__image--14,
  .p-fv__image--13,
  .p-fv__image--12,
  .p-fv__image--11,
  .p-fv__image--10,
  .p-fv__image--9,
  .p-fv__image--8,
  .p-fv__image--7,
  .p-fv__image--6,
  .p-fv__image--5,
  .p-fv__image--4,
  .p-fv__image--3,
  .p-fv__image--2,
  .p-fv__image--1 {
    height: 100%;
    background-size: cover;
  }
}

.is-active .p-fv__image,
.is-active .p-fv__image--full15,
.is-active .p-fv__image--full14,
.is-active .p-fv__image--full13,
.is-active .p-fv__image--full12,
.is-active .p-fv__image--full11,
.is-active .p-fv__image--full10,
.is-active .p-fv__image--full9,
.is-active .p-fv__image--full8,
.is-active .p-fv__image--full7,
.is-active .p-fv__image--full6,
.is-active .p-fv__image--full5,
.is-active .p-fv__image--full4,
.is-active .p-fv__image--full3,
.is-active .p-fv__image--full2,
.is-active .p-fv__image--full1,
.is-active .p-fv__image--15,
.is-active .p-fv__image--14,
.is-active .p-fv__image--13,
.is-active .p-fv__image--12,
.is-active .p-fv__image--11,
.is-active .p-fv__image--10,
.is-active .p-fv__image--9,
.is-active .p-fv__image--8,
.is-active .p-fv__image--7,
.is-active .p-fv__image--6,
.is-active .p-fv__image--5,
.is-active .p-fv__image--4,
.is-active .p-fv__image--3,
.is-active .p-fv__image--2,
.is-active .p-fv__image--1 {
  animation-name: fv_image_fade_up, fv_image_disable;
  animation-duration: 0.2s, 0s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.p-fv__image--1 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv1.png?20240329);
  animation-delay: 0.1s, 1.6s;
  z-index: 48;
}

@media screen and (max-width: 768px) {
  .p-fv__image--1 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv1-sp.png?20240329);
  }
}

.p-fv__image--2 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv2.png?20240329);
  animation-delay: 0.2s, 1.6s;
  z-index: 46;
}

@media screen and (max-width: 768px) {
  .p-fv__image--2 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv2-sp.png?20240329);
  }
}

.p-fv__image--3 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv3.png?20240329);
  animation-delay: 0.3s, 1.6s;
  z-index: 44;
}

@media screen and (max-width: 768px) {
  .p-fv__image--3 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv3-sp.png?20240329);
  }
}

.p-fv__image--4 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv4.png?20240329);
  animation-delay: 0.4s, 1.6s;
  z-index: 42;
}

@media screen and (max-width: 768px) {
  .p-fv__image--4 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv4-sp.png?20240329);
  }
}

.p-fv__image--5 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv5.png?20240329);
  animation-delay: 0.5s, 1.6s;
  z-index: 40;
}

@media screen and (max-width: 768px) {
  .p-fv__image--5 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv5-sp.png?20240329);
  }
}

.p-fv__image--6 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv6.png?20240329);
  animation-delay: 0.6s, 1.6s;
  z-index: 38;
}

@media screen and (max-width: 768px) {
  .p-fv__image--6 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv6-sp.png?20240329);
  }
}

.p-fv__image--7 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv7.png?20240329);
  animation-delay: 0.7s, 1.6s;
  z-index: 36;
}

@media screen and (max-width: 768px) {
  .p-fv__image--7 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv7-sp.png?20240329);
  }
}

.p-fv__image--8 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv8.png?20240329);
  animation-delay: 0.8s, 1.6s;
  z-index: 34;
}

@media screen and (max-width: 768px) {
  .p-fv__image--8 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv8-sp.png?20240329);
  }
}

.p-fv__image--9 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv9.png?20240329);
  animation-delay: 0.9s, 1.6s;
  z-index: 32;
}

@media screen and (max-width: 768px) {
  .p-fv__image--9 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv9-sp.png?20240329);
  }
}

.p-fv__image--10 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv10.png?20240329);
  animation-delay: 1s, 1.6s;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  .p-fv__image--10 {}
}

@media screen and (max-width: 768px) {
  .p-fv__image--10 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv10-sp.png?20240329);
  }
}

.p-fv__image--11 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv11.png?20240329);
  animation-delay: 1.1s, 1.6s;
  z-index: 28;
}

@media screen and (max-width: 768px) {
  .p-fv__image--11 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv11-sp.png?20240329);
  }
}

@media screen and (max-width: 768px) {
  .p-fv__image--11 {}
}

.p-fv__image--12 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv12.png?20240329);
  animation-delay: 1.2s, 1.6s;
  z-index: 26;
}

@media screen and (max-width: 768px) {
  .p-fv__image--12 {}
}

@media screen and (max-width: 768px) {
  .p-fv__image--12 {
    display: none;
  }
}

.p-fv__image--13 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv13.png?20240329);
  animation-delay: 1.3s, 1.6s;
  z-index: 24;
}

@media screen and (max-width: 768px) {
  .p-fv__image--13 {}
}

@media screen and (max-width: 768px) {
  .p-fv__image--13 {
    display: none;
  }
}

.p-fv__image--14 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv14.png?20240329);
  animation-delay: 1.4s, 1.6s;
  z-index: 22;
}

@media screen and (max-width: 768px) {
  .p-fv__image--14 {}
}

@media screen and (max-width: 768px) {
  .p-fv__image--14 {
    display: none;
  }
}

@keyframes fv_image_fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fv_image_fade_up {
  0% {
    opacity: 0;
    transform: translateY(2%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fv_image_disable {
  0% {
    display: block;
  }

  100% {
    display: none;
  }
}

.p-fv__image--full1 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  z-index: 51;
}

@media screen and (max-width: 768px) {
  .p-fv__image--full1 {
    background-image: url(/campus_for_life/photo_project/assets/images/fv_full-sp.png?20240329);
  }
}

.is-active .p-fv__image--full1 {
  animation-name: fv_image_full_in1;
  animation-timing-function: ease-out;
  animation-duration: 0.75s;
  animation-delay: 1.5s;
}

@media screen and (max-width: 768px) {
  .is-active .p-fv__image--full1 {
    animation-name: fv_image_full_in-sp1;
  }
}

@keyframes fv_image_full_in1 {
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }

  1% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fv_image_full_in-sp1 {
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }

  1% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.p-fv__image_b,
.p-fv__image_b--full15,
.p-fv__image_b--full14,
.p-fv__image_b--full13,
.p-fv__image_b--full12,
.p-fv__image_b--full11,
.p-fv__image_b--full10,
.p-fv__image_b--full9,
.p-fv__image_b--full8,
.p-fv__image_b--full7,
.p-fv__image_b--full6,
.p-fv__image_b--full5,
.p-fv__image_b--full4,
.p-fv__image_b--full3,
.p-fv__image_b--full2,
.p-fv__image_b--full1,
.p-fv__image_b--15,
.p-fv__image_b--14,
.p-fv__image_b--13,
.p-fv__image_b--12,
.p-fv__image_b--11,
.p-fv__image_b--10,
.p-fv__image_b--9,
.p-fv__image_b--8,
.p-fv__image_b--7,
.p-fv__image_b--6,
.p-fv__image_b--5,
.p-fv__image_b--4,
.p-fv__image_b--3,
.p-fv__image_b--2,
.p-fv__image_b--1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  animation-name: fv_image_visible;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fv_image_visible {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }

  1% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.p-fv__image_b--1 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv1.png?20240329);
  animation-delay: 0.1s;
  z-index: 48;
}

.p-fv__image_b--2 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv2.png?20240329);
  animation-delay: 0.2s;
  z-index: 46;
}

.p-fv__image_b--3 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv3.png?20240329);
  animation-delay: 0.3s;
  z-index: 44;
}

.p-fv__image_b--4 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv4.png?20240329);
  animation-delay: 0.4s;
  z-index: 42;
}

.p-fv__image_b--5 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv5.png?20240329);
  animation-delay: 0.5s;
  z-index: 40;
}

.p-fv__image_b--6 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv6.png?20240329);
  animation-delay: 0.6s;
  z-index: 38;
  z-index: 31;
}

.p-fv__image_b--7 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv7.png?20240329);
  animation-delay: 0.7s;
  z-index: 36;
}

.p-fv__image_b--8 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv8.png?20240329);
  animation-delay: 0.8s;
  z-index: 34;
}

.p-fv__image_b--9 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv9.png?20240329);
  animation-delay: 0.9s;
  z-index: 32;
}

.p-fv__image_b--10 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv10.png?20240329);
  animation-delay: 1s;
  z-index: 30;
}

.p-fv__image_b--11 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv11.png?20240329);
  animation-delay: 1.1s;
  z-index: 28;
}

.p-fv__image_b--12 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv12.png?20240329);
  animation-delay: 1.2s;
  z-index: 26;
}

.p-fv__image_b--13 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv13.png?20240329);
  animation-delay: 1.3s;
  z-index: 24;
}

.p-fv__image_b--14 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv14.png?20240329);
  animation-delay: 1.4s;
  z-index: 22;
}

.p-fv__image_b--15 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv15.png?20240329);
  animation-delay: 1.5s;
  z-index: 20;
}

.p-fv__image_b--full1 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.65s;
  z-index: 51;
}

@keyframes fv_image_full_inb1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    transform: scale(0.98);
  }
}

.p-fv__image_b--full2 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb2;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.7s;
  z-index: 52;
}

@keyframes fv_image_full_inb2 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.96);
  }

  100% {
    opacity: 1;
    transform: scale(0.96);
  }
}

.p-fv__image_b--full3 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb3;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.75s;
  z-index: 53;
}

@keyframes fv_image_full_inb3 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.94);
  }

  100% {
    opacity: 1;
    transform: scale(0.94);
  }
}

.p-fv__image_b--full4 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb4;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.8s;
  z-index: 54;
}

@keyframes fv_image_full_inb4 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.92);
  }

  100% {
    opacity: 1;
    transform: scale(0.92);
  }
}

.p-fv__image_b--full5 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb5;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.85s;
  z-index: 55;
}

@keyframes fv_image_full_inb5 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(0.9);
  }
}

.p-fv__image_b--full6 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb6;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.9s;
  z-index: 56;
}

@keyframes fv_image_full_inb6 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.88);
  }

  100% {
    opacity: 1;
    transform: scale(0.88);
  }
}

.p-fv__image_b--full7 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb7;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 1.95s;
  z-index: 57;
}

@keyframes fv_image_full_inb7 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.86);
  }

  100% {
    opacity: 1;
    transform: scale(0.86);
  }
}

.p-fv__image_b--full8 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb8;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2s;
  z-index: 58;
}

@keyframes fv_image_full_inb8 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.84);
  }

  100% {
    opacity: 1;
    transform: scale(0.84);
  }
}

.p-fv__image_b--full9 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb9;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.05s;
  z-index: 59;
}

@keyframes fv_image_full_inb9 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.82);
  }

  100% {
    opacity: 1;
    transform: scale(0.82);
  }
}

.p-fv__image_b--full10 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb10;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.1s;
  z-index: 60;
}

@keyframes fv_image_full_inb10 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}

.p-fv__image_b--full11 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb11;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.15s;
  z-index: 61;
}

@keyframes fv_image_full_inb11 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.78);
  }

  100% {
    opacity: 1;
    transform: scale(0.78);
  }
}

.p-fv__image_b--full12 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb12;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.2s;
  z-index: 62;
}

@keyframes fv_image_full_inb12 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.76);
  }

  100% {
    opacity: 1;
    transform: scale(0.76);
  }
}

.p-fv__image_b--full13 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb13;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.25s;
  z-index: 63;
}

@keyframes fv_image_full_inb13 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.74);
  }

  100% {
    opacity: 1;
    transform: scale(0.74);
  }
}

.p-fv__image_b--full14 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb14;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.3s;
  z-index: 64;
}

@keyframes fv_image_full_inb14 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.72);
  }

  100% {
    opacity: 1;
    transform: scale(0.72);
  }
}

.p-fv__image_b--full15 {
  background-image: url(/campus_for_life/photo_project/assets/images/fv_full.png?20240329);
  animation-name: fv_image_full_inb15;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-delay: 2.35s;
  z-index: 65;
}

@keyframes fv_image_full_inb15 {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  1% {
    opacity: 1;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(0.7);
  }
}

.p-message {
  position: relative;
  z-index: 6;
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1.8vw 0vw 1.1vw;
}
.p-message__wrap{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -3.2vw;
  margin-bottom: 2.5vw;
}
.p-message__wrap_item{
  margin-right: 4.888vw;
  width: 45.55vw;
}
.p-message__wrap_item:nth-child(2){
  padding-top: 5.3vw;
  margin-right: 5.777vw;
  width: 44.444vw;
}
.p-message_img01,
.p-message_img04{
  width: 96vw;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 1.3vw 0vw 1.3vw;
  }
  .p-message__wrap{
    margin-top: -4.33vw;
    margin-bottom: -0.78vw;
    align-items: center;
  }
  .p-message__wrap_item{
    margin-right: 1.333vw;
    width: 44.44vw;
  }
  .p-message__wrap_item:nth-child(2){
    width: 56.66vw;
  }
}

.p-graphic {
  position: relative;
  width: 100%;
  margin-top: 0;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-graphic {
    margin-top: -1.3333333333vw;
  }
}

.p-graphic__title {
  position: relative;
  background-color: #2E4198;
  width: 100%;
  height: 52.5vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-graphic__title {
    height: 82.11vw;
  }
}

.p-graphic__title::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -60.5vw;
  width: 160%;
  height: 80vw;
  border-radius: 50% / 0 0 100% 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-graphic__title::after {
    top: -53.33vw;
    width: 150%;
    height: 75vw;
  }
}

.p-graphic__title__text {
  position: absolute;
  top: 27.4444vw;
  left: 50%;
  transform: translateX(-50%);
  width: 35.25vw;
}

@media screen and (max-width: 768px) {
  .p-graphic__title__text {
    top: 34.416667vw;
    width: 54.333333vw;
  }
}

.p-instagram2024__title {
  position: relative;
  background-color: #2E4198;
  width: 100%;
  height: 56vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-instagram2024__title {
    height: 87vw;
  }
}

.p-instagram2024__title::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -62vw;
  width: 160%;
  height: 80vw;
  border-radius: 50% / 0 0 100% 100%;
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .p-instagram2024__title::after {
    top: -55vw;
    width: 150%;
    height: 75vw;
  }
}

.p-instagram2024__title__text {
  position: absolute;
  top: 31.4166666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 34.66vw;
}

@media screen and (max-width: 768px) {
  .p-instagram2024__title__text {
    top: 33.666vw;
    width: 53.333333vw;
  }
}

.p-instagram2024__subtitle__text {
  text-align: center;
  position: absolute;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2.4;
  bottom: -0.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6527778vw;
}

@media screen and (max-width: 768px) {
  .p-instagram2024__subtitle__text {
    line-height: 1.6;
    bottom: 5.5555vw;
    font-size: 3.6443vw;
    width: 100%;
  }
}

.p-instagram__bg {
  background-color: #2E4198;
  padding-top: 4vw;
}

@media screen and (max-width: 768px) {}

.p-instagram__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1240;
  width: 86.1111111111vw;
  margin: 0, auto, 0, auto;
  margin: 0vw auto 0vw auto;
}
/*
.p-instagram__list::before{
  content: "coming soon¡­";
  position: absolute;
  color: #fff;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.1vw;
  font-family: "Agenda", serif;
}

.p-instagram__list::after{
  content: "coming soon¡­";
  position: absolute;
  color: #fff;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.1vw;
  font-family: "Agenda", serif;
}*/

@media screen and (max-width: 768px) {
  .p-instagram__list{
    width: 87.2vw;
  }
  /*
  .p-instagram__list::before{
    top: 50%;
    font-size: 8.3vw;
    white-space: nowrap;
  }
  .p-instagram__list::after{
    content: none;
  }*/
}

.p-instagram__list_item {
  display: block;
  width: 25.888vw;
}

@media screen and (max-width: 768px) {
  .p-instagram__list_item {
    width: 42vw;
  }
}

.p-instagram__list_item:nth-child(n+4) {
  padding-top: 4.2vw;
}

@media screen and (max-width: 768px) {
  .p-instagram__list_item:nth-child(n+4) {
  padding-top: 0vw;
  }
  .p-instagram__list_item:nth-child(n+3) {
    padding-top: 3.2vw;
  }
  .p-instagram__list_item:nth-child(n+5) {
    display: none;
  }
}

.p-instagram__linkbtn {
  display: block;
  margin: 0 auto;
  padding: 4.33vw 0;
  width: 24.88vw;
}

@media screen and (max-width: 768px) {
  .p-instagram__linkbtn {
    width: 53.33vw;
    margin-top: 4.888vw;
  }
}

.p-graphic__subtitle {
  width: auto;
  padding-top: 60;
  padding-top: 4.1666666667vw;
  margin: 0, 0, 20, 100;
  margin: 0vw 0vw 1.3888888889vw 6.9444444444vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-graphic__subtitle {
    padding-top: 50;
    padding-top: 13.3333333333vw;
    margin: 0, 0, 20, 23;
    margin: 0vw 0vw 5.3333333333vw 6.1333333333vw;
  }
}

.p-graphic__subtitle--posa {
  position: absolute;
  width: auto;
  left: 100;
  left: 6.9444444444vw;
  bottom: 45;
  bottom: 3.125vw;
}

@media screen and (max-width: 768px) {
  .p-graphic__subtitle--posa {
    left: 25;
    left: 6.6666666667vw;
    bottom: 25;
    bottom: 6.6666666667vw;
  }
}

.p-graphic2025__subtitle__text {
  width: 16.444vw;
}

@media screen and (max-width: 768px) {
  .p-graphic2025__subtitle__text {
    width: 29.666667vw;
  }
}

.p-graphic__subtitle__text {
  width: 375;
  width: 26.0416666667vw;
}

@media screen and (max-width: 768px) {
  .p-graphic__subtitle__text {
    width: 175;
    width: 46.6666666667vw;
  }
}

.p-graphic__main2025 {
  background-color: #2E4198;
  margin-bottom: 3.22vw;
}

@media screen and (max-width: 768px) {
  .p-graphic__main2025 {
    margin-bottom: 0vw;
  }
}

.p-graphic__main2024 {
  background-color: #F8F8F8;
  margin-bottom: -1px;
}

@media screen and (max-width: 768px) {}

.p-graphic__slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60;
  margin-bottom: 4.1666666667vw;
  position: relative;
}

.p-graphic__slider::after {
  content: "í˜´Î¡¢¹«é_ÖĞ£¡";
  position: absolute;
  color: #fff;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.1vw;
  /*font-family: "Agenda", serif;*/
}
@media screen and (max-width: 768px) {
  .p-graphic__slider::after {
    font-size: 8.3vw;
  }
}


.p-graphic__slider__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 18000;
  width: 1250vw;
  animation-name: graphic_slider;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 125s;
}

@media screen and (max-width: 768px) {
  .p-graphic__slider__inner {
    animation-duration: 100s;
  }
}

@keyframes graphic_slider {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% + 41.6666666667vw));
  }
}

.p-graphic__slider__phot {
  width: 600;
  width: 41.6666666667vw;
  flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-graphic__slider__phot {
    width: 313;
    width: 83.4666666667vw;
  }
}

.p-graphic__list {
  margin-top: 40;
  margin-top: 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .p-graphic__list {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}

.p-graphic__list2024 {
  margin-top: 40;
  margin-top: -2.7777777778vw;
  margin-bottom: -2.2vw;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-graphic__list2024 {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}

.p-graphic__list__notes {
  text-align: center;
  color: #2E4198;
  font-size: 22px;
  font-size: 1.5177777778vw;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-graphic__list__notes {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}

.p-graphic__list__notes.p-graphic__list__notes_blue {
  color: #fff;
}

.p-graphic__list__accordion {
  height: 0;
  overflow: hidden;
}

.p-graphic__list__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1240;
  width: 86.1111111111vw;
  margin: 0, auto, 0, auto;
  margin: 0vw auto 0vw auto;
}

@media screen and (max-width: 768px) {
  .p-graphic__list__wrap {
    width: 327;
    width: 87.2vw;
  }
}

.p-graphic__list__phot {
  width: 372;
  width: 25.8333333333vw;
  margin: 60, 0, 0, 0;
  margin: 4.1666666667vw 0vw 0vw 0vw;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-graphic__list__phot {
    width: 157;
    width: 41.8666666667vw;
    margin-top: 19;
    margin-top: 5.0666666667vw;
  }
}

@media screen and (min-width: 769px) {
  .p-graphic__list__phot:not(:nth-child(-n+3)):last-child:nth-child(3n+3) {
    margin: 60, auto, 0, 30;
    margin: 4.1666666667vw auto 0vw 2.0833333333vw;
  }

  .p-graphic__list__phot:not(:nth-child(-n+3)):nth-last-child(2):nth-child(3n+2) {
    margin: 60, 30, 0, auto;
    margin: 4.1666666667vw 2.0833333333vw 0vw auto;
  }
}

@media screen and (max-width: 768px) {
  .p-graphic__list__phot:last-child:nth-child(2n+1) {
    margin: 19, auto, 0, auto;
    margin: 5.0666666667vw auto 0vw auto;
  }
}

.p-graphic__list__phot img {
  object-fit: cover;
  aspect-ratio: 24/17;
}

.p-graphic__list__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240;
  width: 16.6666666667vw;
  height: 50;
  height: 3.4722222222vw;
  margin: 60, auto, 0, auto;
  margin: 4.066667vw auto 0vw auto;
  border: 2px solid #294197;
  background-color: #fff;
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 1;
  letter-spacing: 0em;
  color: #294197;
  box-sizing: border-box;
  border-radius: 200px;
  cursor: pointer;
  z-index: 0;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .p-graphic__list__button {
    width: 200;
    width: 53.3333333333vw;
    height: 40;
    height: 10.6666666667vw;
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    border: 0.4vw solid #294197;
  }
}

.p-graphic__list__button--2023 {
  display: none;
}

body:has(.js-p-graphic__acc2024.is-active) .p-graphic__list__button--2023 {
  display: flex;
}

body:has(.js-p-graphic__acc.is-active) .p-graphic__list__button--2023 {
  display: flex;
}

.p-graphic__list__button .p-graphic__list__button--open {
  display: unset;
}

.p-graphic__list__button .p-graphic__list__button--close {
  display: none;
}

.p-graphic__list__button:hover {
  background-color: #294197;
  border-color: #fff;
  color: #fff;
}

.p-graphic__list__button.is-active {
  background-color: #294197;
  color: #fff;
  border-color: #fff;
}

.p-graphic__list__button.is-active .p-graphic__list__button--open {
  display: none;
}

.p-graphic__list__button.is-active .p-graphic__list__button--close {
  display: unset;
}

.p-graphic__deco {
  position: absolute;
  top: 0;
  top: 17.444vw;
  right: 136;
  right: 7.666vw;
  width: 206;
  width: 14.3055555556vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-graphic__deco {
    top: 22;
    top: 5.8666666667vw;
    right: 34;
    right: 6.0666666667vw;
    width: 69;
    width: 18.4vw;
  }
}

.p-graphic__deco01 {
  position: absolute;
  top: 4.4vw;
  left: 9.66vw;
  width: 14.305556vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-graphic__deco01 {
    top: 18.8666666667vw;
    left: 6.0666666667vw;
    width: 18.4vw;
  }
}

.p-graphic__deco02 {
  position: absolute;
  top: 2.2vw;
  top: 16.444vw;
  right: 11.1111vw;
  width: 191;
  width: 13.2638888889vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-graphic__deco02 {
    top: 15vw;
    width: 14.333333vw;
    right: 8.1vw;
    margin: 0;
  }
}

.p-poster {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .p-poster {
    padding-top: 25;
    padding-top: 1.6666666667vw;
  }
}

.p-poster__deco {
  position: absolute;
  top: 15;
  top: 1.0416666667vw;
  left: 145;
  left: 10.0694444444vw;
  width: 202;
  width: 14.0277777778vw;
}

@media screen and (max-width: 768px) {
  .p-poster__deco {
    top: 0;
    top: 0vw;
    left: 24;
    left: 6.4vw;
    width: 68;
    width: 18.1333333333vw;
  }
}

.p-poster__title {
  position: relative;
  width: 100%;
  height: 46vw;
  background-color: #2E4198;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-poster__title {
    height: 61.444vw;
  }
}

.p-poster__title::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 8.222vw;
  width: 160%;
  height: 80vw;
  border-radius: 50% / 100% 100% 0 0;
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .p-poster__title::after {
    top: 16.8vw;
    width: 150%;
    height: 75vw;
  }
}

.p-poster__title__text {
  position: absolute;
  top: 22.016667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 280;
  width: 34.444444vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-poster__title__text {
    top: 34.333333vw;
    width: 53.333333vw;
  }
}

.p-poster__subtitle {
  width: auto;
  padding-top: 140;
  padding-top: 9.7222222222vw;
  margin: 0, 100, 70, auto;
  margin: 0vw 6.9444444444vw 4.8611111111vw auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-poster__subtitle {
    padding-top: 35;
    padding-top: 9.3333333333vw;
    margin: 0, 23, 30, auto;
    margin: 0vw 6.1333333333vw 8vw auto;
  }
}

.p-poster2025__subtitle--posa {
  position: absolute;
  width: 14vw;
  top: -7.333333vw;
  left: 6.9444444444vw;
}

@media screen and (max-width: 768px) {
  .p-poster2025__subtitle--posa {
    width: 24.3333vw;
    top: 12.8vw;
  }
}

.p-poster2024__subtitle--posa {
  position: absolute;
  width: auto;
  top: -8.333333vw;
  right: 6.944444vw;
}

@media screen and (max-width: 768px) {
  .p-poster2024__subtitle--posa {
    top: 36.8vw;
    right: 6.1333333333vw;
  }
}

.p-poster2024__subtitle__text {
  width: 22.6111111111vw;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-poster2024__subtitle__text {
    width: 42.6666666667vw;
  }
}

.p-poster__subtitle__text {
  width: 340;
  width: 23.6111111111vw;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-poster__subtitle__text {
    width: 160;
    width: 42.6666666667vw;
  }
}

.p-poster__main {
  position: relative;
  margin-top: 11.66vw;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-poster__main {
    margin-top: 0;
    padding-top: 27.2vw;
  }
}

.p-poster__main+.p-poster__main {
  margin-top: 0;
}

.p-poster__main::after {
  content: "";
  position: absolute;
  top: 70;
  top: 4.8611111111vw;
  left: 0;
  display: block;
  width: 100%;
  height: 101%;
  background-color: #2C4198;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-poster__main::after {
    top: 0;
  }
}

.p-poster2024__main {
  position: relative;
  margin-top: 12.2vw;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-poster2024__main {
    margin-top: 0;
  }
}

.p-poster2024__main+.p-poster__main {
  margin-top: 0;
}

.p-poster2024__main::after {
  content: "";
  position: absolute;
  top: 70;
  top: 4.8611111111vw;
  left: 0;
  display: block;
  width: 100%;
  height: 101%;
  background-color: #F8F8F8;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-poster2024__main::after {
    top: 0;
  }
}

.p-poster__slider {
  position: relative;
  width: 1400;
  width: 97.2222222222vw;
  margin: auto;
}

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


.p-poster__slider::after {
  content: "coming soon¡­";
  position: absolute;
  color: #fff;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4.1vw;
  font-family: "Agenda", serif;
}

@media screen and (max-width: 768px) {
  .p-poster__slider::after {
    font-size: 8.3vw;
  }
}

.p-poster__slider__image {
  position: relative;
  width: 453;
  width: 31.4583333333vw;
  border-radius: 0.6944444444vw;
  overflow: hidden;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__image {
    width: 280;
    width: 74.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}

.p-poster__slider__title {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 20, auto, 0, auto;
  margin: 1.3888888889vw auto 0vw auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__title {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 8, auto, 0, auto;
    margin: 2.1333333333vw auto 0vw auto;
  }
}

.p-poster__slider__title2024 {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 20, auto, 0, auto;
  margin: 1.3888888889vw auto 0vw auto;
  color: #2C4198;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__title2024 {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 8, auto, 0, auto;
    margin: 2.1333333333vw auto 0vw auto;
  }
}

.p-poster__slider__arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  width: 1316;
  width: 91.3888888889vw;
  height: 1px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__arrow {
    width: 327;
    width: 87.2vw;
  }
}

.p-poster__slider__prev {
  width: 48;
  width: 3.3333333333vw;
  transform: rotate(-180deg);
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__prev {
    width: 35;
    width: 9.3333333333vw;
  }
}

.p-poster__slider__prev:hover {
  opacity: 0.75;
}

.p-poster__slider__next {
  width: 48;
  width: 3.3333333333vw;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__next {
    width: 35;
    width: 9.3333333333vw;
  }
}

.p-poster__slider__next:hover {
  opacity: 0.75;
}

.p-poster__slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50;
  margin-top: 3.4722222222vw;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__nav {
    margin-top: 21;
    margin-top: 9.666vw;
  }
}

.p-poster__slider__nav span {
  display: block;
  width: 12;
  width: 0.8333333333vw;
  height: 12;
  height: 0.8333333333vw;
  margin: 0, 6, 0, 6;
  margin: 0vw 0.4166666667vw 0vw 0.4166666667vw;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.js-slider_2024_nav.p-poster__slider__nav span {
  background-color: #E5E5E5;
}

@media screen and (max-width: 768px) {
  .p-poster__slider__nav span {
    width: 7;
    width: 1.8666666667vw;
    height: 7;
    height: 1.8666666667vw;
    margin: 0, 3.5, 0, 3.5;
    margin: 0vw 0.9333333333vw 0vw 0.9333333333vw;
  }
}

.p-poster__slider__nav span.tns-nav-active {
  background-color: #959595;
}

.js-slider_2024_nav.p-poster__slider__nav span.tns-nav-active {
  background-color: #2C4198;
}


.p-movie {
  position: relative;
  background-color: #2C4198;
  margin-bottom: -1px;
  z-index: 10;
}

.p-movie__main {
  position: relative;
  padding-top: 290;
  padding-top: 11.999vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-movie__main {
    padding-top: 28.666667vw;
    padding-bottom: 10.44vw;
  }
}

.p-movie__deco {
  position: absolute;
  top: -4.33334vw;
  left: 11.069444vw;
  width: 16.1111111111vw;
}

@media screen and (max-width: 768px) {
  .p-movie__deco {
    top: 3vw;
    left: 6.4666666667vw;
    width: 21.3333333333vw;
  }
}

.p-movie__title__text {
  display: block;
  width: 34.6666vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .p-movie__title__text {
    width: 53.6666vw;
  }
}

.p-movie__title__text02 {
  display: block;
  width: 385;
  width: 26.7361111111vw;
  margin: 60, auto, 0, auto;
  margin: 4.1666666667vw auto 0vw auto;
}

@media screen and (max-width: 768px) {
  .p-movie__title__text02 {
    width: 238;
    width: 63.4666666667vw;
    margin: 30, auto, 0, auto;
    margin: 8vw auto 0vw auto;
  }
}

.p-movie__media,
.p-movie__media--large {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.p-movie__media video,
.p-movie__media--large video {
  pointer-events: none;
}

.p-movie__media--large {
  margin-top: 40;
  margin-top: 2.7777777778vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-movie__media--large {
    margin-top: 20;
    margin-top: 5.3333333333vw;
  }
}

.p-movie__media__icon,
.p-movie__media__icon--large {
  position: absolute;
  width: 108;
  width: 7.5vw;
  height: 108;
  height: 7.5vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: scale(1.005);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {

  .p-movie__media__icon,
  .p-movie__media__icon--large {
    width: 35;
    width: 9.3333333333vw;
    height: 35;
    height: 9.3333333333vw;
  }
}

.p-movie__media:hover .p-movie__media__icon,
.p-movie__media:hover .p-movie__media__icon--large,
.p-movie__media--large:hover .p-movie__media__icon,
.p-movie__media--large:hover .p-movie__media__icon--large {
  transform: scale(0.9);
}

.p-movie__media__icon--large {
  width: 222;
  width: 15.4166666667vw;
  height: 222;
  height: 15.4166666667vw;
}

@media screen and (max-width: 768px) {
  .p-movie__media__icon--large {
    width: 60;
    width: 16vw;
    height: 60;
    height: 16vw;
  }
}

.p-movie__row,
.p-movie__row--spColumn,
.p-movie__row--center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 1240;
  width: 86.1111111111vw;
  margin: 60, auto, 0, auto;
  margin: 6.44444vw auto 0vw auto;
}

@media screen and (max-width: 768px) {

  .p-movie__row,
  .p-movie__row--spColumn,
  .p-movie__row--center {
    width: 327;
    width: 87.2vw;
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
  }
}

.p-movie__row--center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-movie__row--center{
    margin-top: 4.44444vw;
  }
  .p-movie__row--spColumn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3.3333vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {

  .p-movie__row--spColumn .p-movie__media__icon,
  .p-movie__row--spColumn .p-movie__media__icon--large {
    width: 60;
    width: 16vw;
    height: 60;
    height: 16vw;
  }
}

.p-movie__row__title {
  display: block;
  text-align: center;
  margin: 80, auto, 0, auto;
  margin: 5.5555555556vw auto 0vw auto;
  font-size: 32px;
  font-size: 2.2222222222vw;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-movie__row__title {
    margin: 40, auto, 0, auto;
    margin: 10.6666666667vw auto 0vw auto;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-movie__row__title+.p-movie__row,
.p-movie__row__title+.p-movie__row--center,
.p-movie__row__title+.p-movie__row--spColumn {
  margin-top: 38;
  margin-top: 2.6388888889vw;
}

.p-movie__row__box {
  width: 600;
  width: 41.6666666667vw;
}

@media screen and (max-width: 768px) {
  .p-movie__row__box {
    width: 42.666667vw;
  }
}

.p-movie__row__box.p-movie__row__txtbox {
  width: 29.666vw;
}

@media screen and (max-width: 768px) {
  .p-movie__row__box.p-movie__row__txtbox {
    width: 280;
    width: 74.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-movie__row--spColumn .p-movie__row__box {
    margin-top: 20;
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}

.p-movie__row__box__title {
  width: 90;
  width: 6.25vw;
  margin: 15, 0, 0, 0;
  margin: 1.0416666667vw 0vw 0vw 0vw;
}

@media screen and (max-width: 768px) {
  .p-movie__row__box__title {
    width: 55;
    width: 14.6666666667vw;
    margin: 0, 0, 0, 0;
    margin: 0vw 0vw 0vw 0vw;
  }
}

.p-movie__row__box__text {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20;
  margin-top: 1.3888888889vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-movie__row__box__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    margin-top: -3.3vw;
    text-align: center;
  }
}

.p-movie__row__box__caption,
.p-movie__row__box__caption--blue {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10;
  margin-top: 0.6944444444vw;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {

  .p-movie__row__box__caption,
  .p-movie__row__box__caption--blue {
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-top: 8;
    margin-top: 2.1333333333vw;
  }
}

.p-movie__row__box__caption--blue {
  color: #2C4198;
}

@media screen and (max-width: 768px) {
  .p-movie__row__box__caption--blue {
    color: #fff;
  }
}

.p-closing {
  position: relative;
  background-color: #2E4198;
  background-color: #F8F8F8;
  z-index: 5;
  margin-top: 0;
  margin-top: 0vw;
  overflow: hidden;

}

@media screen and (max-width: 768px) {
  .p-closing {
    margin-top: 0;
  }
}
.p-closing_bg{
  background-color: #2E4198;
  height: 32.22vw;
}
.p-closing_bg::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 12.6vw;
  width: 160%;
  height: 80vw;
  border-radius: 50% / 100% 100% 0 0;
  background: #F8F8F8;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .p-closing_bg{
    height: 27.666vw;
  }
  .p-closing_bg::before {
    top: 6.22vw;
    width: 150%;
    height: 75vw;
  }
}

.p-closing__main {
  position: relative;
  padding: 0, 0, 0, 0;
  padding: 0vw 0vw 0vw 0vw;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-closing__main {
    padding-bottom: 16.66vw;
  }
}

.p-closing__deco01 {
  position: absolute;
  width: 15.1388888889vw;
  height: 17.4305555556vw;
  top: 80vw;
  left: 4.8611111111vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-closing__deco01 {
    width: 23.7333333333vw;
    height: 14.9333333333vw;
    top: 152.333333vw;
    left: 69.666667vw;
  }
}

.p-closing__deco02 {
  position: absolute;
  width: 275;
  width: 19.0972222222vw;
  height: 351;
  height: 24.375vw;
  top: -20vw;
  right: 63;
  right: 4.375vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .p-closing__deco02 {
    width: 84.5333333333vw;
    height: 21.3333333333vw;
    top: -50vw;
    left: 9.3333333333vw;
    pointer-events: none;
  }
}

.p-closing__text {
  font-size: 24px;
  font-size: 1.6666666667vw;
  line-height: 2.5;
  letter-spacing: 0.175em;
  font-weight: 400;
  text-align: center;
  color: #2C4198;
}

@media screen and (max-width: 768px) {
  .p-closing__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-closing__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 42, auto, 0, auto;
  margin: 2.9166666667vw auto 0vw auto;
}

@media screen and (max-width: 768px) {
  .p-closing__sns {
    margin: 0vw auto 0vw auto;
    padding: 30.5vw 0 3.3vw;
  }
}

.p-closing__sns__icon {
  width: 72;
  width: 5vw;
  margin: 0, 24, 0, 24;
  margin: 0vw 1.6666666667vw 0vw 1.6666666667vw;
  transform: scale(1.005);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-closing__sns__icon {
    width: 40;
    width: 10.6666666667vw;
    margin: 0, 12, 0, 12;
    margin: 0vw 3.2vw 0vw 3.2vw;
  }
}

.p-closing__sns__icon:hover {
  transform: scale(0.95);
}

.p-footer {
  position: relative;
  margin-top: 0;
  margin-top: 0vw;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-footer {
    margin-top: -60;
    margin-top: -16vw;
  }
}

.p-footer__top {
  position: relative;
  width: 100%;
  height: 228;
  height: 15.8333333333vw;
  margin-bottom: -1px;
  background-image: url(/campus_for_life/photo_project/assets/images/footer_bg.svg);
  background-size: 100vw auto;
  background-position: 0vw bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-footer__top {
    margin-top: -55;
    margin-top: -14.6666666667vw;
  }
}

.p-footer__main {
  position: relative;
  padding: 0, 0, 250, 0;
  padding: 24.44444vw 0vw 13.361111vw 0vw;
  background-color: #2c4198;
  margin-bottom: -1px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-footer__main {
    padding: 28.3333333333vw 0vw 15.666667vw 0vw;
  }
}

.p-footer__main::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -62.22vw;
  width: 160%;
  height: 80vw;
  border-radius: 50% / 0 0 100% 100%;
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  .p-footer__main::after {
    top: -55vw;
    width: 150%;
    height: 75vw;
  }
}

.p-footer__logo {
  width: 616;
  width: 42.7777777778vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 249;
    width: 66.4vw;
  }
}