@charset "UTF-8";
/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", dnp-shuei-gothic-gin-std, sans-serif;
}

/* ------------------------------------

cmn

------------------------------------ */
.page-top .p-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
.page-top .p-header__title {
  font-size: 50px;
  line-height: 1;
}
.page-top .p-header__subtitle {
  font-size: 13px;
  margin-top: 4px;
}
.page-top .p-header__text {
  font-size: 15px;
  margin-top: 10px;
}

.page-top .c-button {
  font-size: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-top .c-button {
    font-size: 4.8vw;
  }
}

.page-top .c-button.entry {
  font-size: 23px;
}
@media print, screen and (max-width: 760px) {
  .page-top .c-button.entry {
    font-size: 5.5vw;
  }
}

.page-top .l-main .c-button {
  font-size: 23px;
  margin-top: 18.3px;
  margin-left: 30px;
  position: relative;
}
.page-top .l-main .c-button::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: -30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e288b;
}
.page-top .l-main .c-button::after {
  position: absolute;
  content: "";
  top: 7px;
  left: -24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF100;
  border-right: 2px solid #FFF100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1px;
}

/* ------------------------------------

l-〇〇

------------------------------------ */
.page-top .l-〇〇__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-〇〇__container {
    width: auto;
  }
}

/* ------------------------------------

l-main

------------------------------------ */
.page-top .l-main {
  padding-bottom: 0;
}
/* ------------------------------------

topvisual

------------------------------------ */
.page-top .l-visual {
  position: relative;
  margin-bottom: 28px;
}
.page-top .l-visual__main {
  width: 100%;
}
.page-top .l-visual__fixed {
  position: fixed;
  bottom: 0;
  left: -50px;
  z-index: 5000;
}
.page-top .l-visual__fixed:hover {
  left: -20px;
}
@media print, screen and (max-width: 761px) {
  .page-top .l-visual__fixed {
    display: none;
  }
}
.page-top .l-visual__fixed a:hover {
  opacity: 1;
}
.page-top .l-visual__fixed img:hover {
  opacity: 1;
}

/* ------------------------------------

l-mv-news

------------------------------------ */
.page-top .l-mv-news {
  width: 95.6%;
  margin: 0 auto;
}
.page-top .l-mv-news__container {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  width: 100%;
  border: 2px solid #1e288b;
  border-radius: 50px;
  overflow: hidden;
}
.page-top .l-mv-news__title {
  background: #1e288b;
  letter-spacing: 1px;
  font-weight: 900;
  color: #FFF100;
  width: 114px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0 11px 8px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv-news__title {
    width: 20.2vw;
    font-size: 4.7vw;
    padding: 3.4vw 0;
  }
}
.page-top .l-mv-news a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv-news a {
    align-items: stretch;
  }
}
.page-top .l-mv-news .wrap {
  width: calc(100% - 114px);
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 0 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv-news .wrap {
    width: calc(100% - 20.2vw);
    padding: 2vw 5vw 1.5vw 3vw;
  }
}
.page-top .l-mv-news .p-item__post-title {
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  width: 100%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-mv-news .p-item__post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: inherit;
    white-space: inherit;
    align-self: center;
    line-height: 1.3;
  }
}

/* ------------------------------------

l-message

------------------------------------ */
.page-top .l-message {
  position: relative;
}
.page-top .l-message__flow .p-item {
  overflow: hidden;
  width: 100vw;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
  font-size: 148px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__flow .p-item {
    font-size: 22.5vw;
  }
}
.page-top .l-message__flow .p-item li {
  white-space: nowrap;
  padding: 0 40px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__flow .p-item li {
    padding: 0 7vw;
  }
}
.page-top .l-message__flow .p-item li:nth-child(odd) {
  animation: slide1 60s -30s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__flow .p-item li:nth-child(odd) {
    animation: slide1 40s -20s linear infinite;
  }
}
.page-top .l-message__flow .p-item li:nth-child(even) {
  animation: slide2 60s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__flow .p-item li:nth-child(even) {
    animation: slide2 40s linear infinite;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.page-top .l-message__container {
  text-align: center;
}
.page-top .l-message__text {
  font-size: 22px;
  line-height: 43px;
  margin-bottom: 13px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__text {
    font-size: 5.2vw;
    line-height: 8.5vw;
  }
}
.page-top .l-message .text02 {
  margin-bottom: 25px;
}
.page-top .l-message__main {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-feature-settings: "palt" 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__main {
    font-size: 9vw;
    line-height: 12vw;
  }
}
.page-top .l-message__catch {
  font-size: 43px;
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 108px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch {
    font-size: 8vw;
    line-height: 14vw;
    margin-bottom: 45vw;
  }
}
.page-top .l-message__catch em {
  background-color: #1e288b;
  padding: 7px 0px 7px 15px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch em {
    padding: 7px 1.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__catch em span {
    padding-left: 7px;
  }
}
.page-top .l-message__image {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1330px;
  position: absolute;
  bottom: -240px;
  left: 51%;
  transform: translateX(-50%);
  z-index: -100;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-message__image {
    width: 77vw;
    bottom: -77vw;
  }
}
.page-top .l-message__image .image01 {
  width: 190px;
}
.page-top .l-message__image .image02 {
  width: 218px;
}

/* ------------------------------------

l-movie

------------------------------------ */
.page-top .l-movie {
  height: 843px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie {
    height: 426px;
  }
  .page-top .l-movie::after {
    height: 428px;
    background-size: 250vw;
  }
}
.page-top .l-movie__container {
  position: relative;
}
.page-top .l-movie__container::before {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/top/title_bg.png) no-repeat;
  display: block;
  z-index: -50;
  background-size: contain;
  width: 417px;
  height: 97px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container::before {
    width: 90%;
  }
}
.page-top .l-movie__container::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../images/top/movie_bg.jpg) no-repeat;
  display: block;
  z-index: -100;
  background-size: cover;
  width: 100vw;
  height: 843px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__container::after {
    height: 426px;
    background-size: 962px;
    background-position: -20px 0;
  }
}
.page-top .l-movie__title {
  font-size: 35px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  text-align: center;
  padding-top: 77px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__title {
    font-size: 7vw;
  }
}
.page-top .l-movie__movie {
  width: 65%;
  max-width: 937px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 182px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-movie__movie {
    width: 90%;
    top: 152px;
  }
}

/* ------------------------------------

l-about

------------------------------------ */
@media print, screen and (max-width: 760px) {
  .page-top .l-about {
    margin-bottom: 18vw;
  }
}
.page-top .l-about__flow .p-item {
  overflow: hidden;
  width: 100vw;
  margin-bottom: 55px;
  display: flex;
  font-size: 65px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  color: #1e288b;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__flow .p-item {
    font-size: 10.5vw;
    margin-bottom: 9.7vw;
  }
}
.page-top .l-about__flow .p-item li {
  white-space: nowrap;
}
.page-top .l-about__flow .p-item li:nth-child(odd) {
  animation: slide1 60s -30s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__flow .p-item li:nth-child(odd) {
    animation: slide1 40s -20s linear infinite;
  }
}
.page-top .l-about__flow .p-item li:nth-child(even) {
  animation: slide2 60s linear infinite;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__flow .p-item li:nth-child(even) {
    animation: slide2 40s linear infinite;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.page-top .l-about__container {
  display: flex;
  width: 1332px;
  max-width: 1332px;
  margin: 0 auto;
  position: relative;
  gap: 3.6%;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container {
    display: block;
    width: 90vw;
  }
}
.page-top .l-about__container::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 90px;
  background: url(../images/top/bone1.png) no-repeat;
  display: block;
  background-size: contain;
  width: 105px;
  height: 105px;
  animation: bone1 1s linear infinite;
}
@keyframes bone1 {
  0%, 100% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container::before {
    top: 113vw;
    width: 16vw;
    height: 16vw;
    right: 11vw;
  }
}
.page-top .l-about__container::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 10px;
  background: url(../images/top/bone2.png) no-repeat;
  display: block;
  background-size: contain;
  width: 101px;
  height: 101px;
  animation: bone2 1s linear infinite;
}
@keyframes bone2 {
  0%, 100% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__container::after {
    top: 125vw;
    width: 14.8vw;
    height: 14.8vw;
  }
}
.page-top .l-about__image {
  width: 52%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__image {
    width: 82%;
    margin: 0 auto 9.7vw;
  }
}
.page-top .l-about__info {
  margin-top: 25px;
}
.page-top .l-about__info .p-item__title {
  font-size: 75px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__title {
    font-size: 17.4vw;
    margin-bottom: 4.7vw;
  }
}
.page-top .l-about__info .p-item__text {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__text {
    margin-bottom: 7.7vw;
    text-align: left;
  }
}
.page-top .l-about__info .p-item__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 20px;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-about__info .p-item__list {
    margin-bottom: 14%;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list {
    justify-content: center;
  }
}
.page-top .l-about__info .p-item__list a {
  width: calc((90% - 35px) / 2);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list a {
    width: 47%;
  }
}
.page-top .l-about__info .p-item__list a:hover {
  opacity: 1;
}
.page-top .l-about__info .p-item__list .item {
  font-feature-settings: "palt" 1;
  width: 100%;
  height: 165px;
  background-color: #fff;
  border: 4px solid #1e288b;
  padding-top: 8%;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  --matched-radius-padding: 2px;
  --matched-radius-inner-size: 12px;
  border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item {
    width: 100%;
    height: 187px;
  }
}
.page-top .l-about__info .p-item__list .item:hover {
  background-color: #1e288b;
  color: #FFF100;
}
.page-top .l-about__info .p-item__list .item:hover .sub {
  color: #fff;
}
.page-top .l-about__info .p-item__list .item:hover .figure {
  color: #fff;
}
.page-top .l-about__info .p-item__list .item:hover .figure .st0 {
  fill: #FFF100;
}
.page-top .l-about__info .p-item__list .item:hover .figure .st1 {
  fill: #1e288b;
}
.page-top .l-about__info .p-item__list .item a:hover {
  opacity: 1;
}
.page-top .l-about__info .p-item__list .item .title {
  font-size: 35px;
  line-height: 44.9px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item .title {
    font-size: 6.9vw;
    line-height: 1.2;
  }
}
.page-top .l-about__info .p-item__list .item .sub {
  font-size: 19px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item .sub {
    font-size: 4.3vw;
  }
}
.page-top .l-about__info .p-item__list .item01 {
  text-align: left;
  padding-left: 15%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item01 {
    padding: 7.6vw 1.4vw;
  }
}
.page-top .l-about__info .p-item__list .item01 .title {
  font-size: 41px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item01 .title {
    font-size: 6.4vw;
    letter-spacing: -1.2px;
  }
  .page-top .l-about__info .p-item__list .item01 .title em {
    font-size: 9.2vw;
  }
}
.page-top .l-about__info .p-item__list .item02 {
  padding-top: 14%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item02 {
    padding: 9.4vw 0.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item02 .title {
    font-size: 7.6vw;
    letter-spacing: -1.8px;
  }
}
.page-top .l-about__info .p-item__list .item02 em {
  font-size: 64px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item02 em {
    font-size: 14.1vw;
  }
}
.page-top .l-about__info .p-item__list .item03 {
  text-align: left;
  padding-left: 12%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item03 {
    padding: 5vw 2.4vw;
  }
}
.page-top .l-about__info .p-item__list .item03 .title {
  font-size: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item03 .title {
    font-size: 5.6vw;
  }
  .page-top .l-about__info .p-item__list .item03 .title em {
    font-size: 8.4vw;
  }
}
.page-top .l-about__info .p-item__list .item04 {
  padding-top: 3%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item04 {
    padding: 4.2vw 2.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item04 .title {
    margin-top: -5vw;
  }
}
.page-top .l-about__info .p-item__list .item04 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item04 .inner {
    flex-wrap: wrap;
  }
}
.page-top .l-about__info .p-item__list .item04 .figure {
  width: 125px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-about__info .p-item__list .item04 .figure {
    width: 70%;
    margin: 0 auto;
  }
}
.page-top .l-about__info .p-item__list .item04 .figure__content {
  position: absolute;
  top: 0;
  left: 0;
}
.page-top .l-about__info .p-item__list .item04 .figure .st0 {
  fill: #1e288b;
}
.page-top .l-about__info .p-item__list .item04 .figure .st1 {
  fill: #FFF100;
}

/* ------------------------------------

l-president

------------------------------------ */
.page-top .l-president {
  background-color: #1e288b;
  padding: 85px 0;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president {
    padding-top: 10.7vw;
    height: 702px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president::after {
    content: "";
    background-image: url(../images/top/president_bg_sp.jpg);
    display: inline-block;
    background-size: contain;
    z-index: 100;
    width: 100vw;
    height: 702px;
    position: absolute;
    top: 0;
    transform: 0;
  }
}
.page-top .l-president__link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.page-top .l-president__link:hover + .l-president__wrapper {
  opacity: 0.7;
}
.page-top .l-president__wrapper {
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 760px) {
  .page-top .l-president__wrapper::after {
    content: "";
    background-image: url(../images/top/president_bg.jpg);
    display: inline-block;
    background-size: cover;
    z-index: 100;
    width: 1440px;
    height: 597px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-top .l-president__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 500;
}
.page-top .l-president__container .p-item__subtitle em {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  background-color: #fff;
  color: #1e288b;
  font-size: 33px;
  padding: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__container .p-item__subtitle em {
    font-size: 6.4vw;
    margin-bottom: 4.8vw;
  }
}
.page-top .l-president__container .p-item__title {
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 96px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__container .p-item__title {
    font-size: 14.3vw;
  }
}
.page-top .l-president__container .p-item__text {
  color: #fff;
  font-size: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__container .p-item__text {
    margin-bottom: 3vw;
    line-height: 1.4;
  }
}
.page-top .l-president__container .p-item__name {
  color: #fff;
  font-size: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__container .p-item__name {
    font-size: 4.1vw;
  }
}
.page-top .l-president__container .p-item__name span {
  font-size: 22px;
  margin-left: 12px;
}
.page-top .l-president__container .p-item .c-button {
  color: #FFF100;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__container .p-item .c-button {
    margin-top: 3vw;
  }
}
.page-top .l-president__container .p-item .c-button::before {
  background: #FFF100;
}
.page-top .l-president__container .p-item .c-button::after {
  border-top: 2px solid #1e288b;
  border-right: 2px solid #1e288b;
}
.page-top .l-president__image {
  position: absolute;
  top: -200px;
  right: 0;
  animation: syatyo-yurayura 2s linear infinite;
  width: 600px;
  z-index: -1000;
}
@keyframes syatyo-yurayura {
  0%, 100% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-president__image {
    width: 120%;
    bottom: -160vw;
    top: auto;
    right: calc(50% - 50vw);
  }
}

/* ------------------------------------

l-people

------------------------------------ */
.page-top .l-people {
  margin-bottom: 120px;
  position: relative;
  z-index: 2000;
  background-color: #1e288b;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people {
    margin-bottom: 20vw;
  }
}
.page-top .l-people__container {
  position: relative;
}
@media print, screen and (min-width: 760px) {
  .page-top .l-people .pchide {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people .pchide {
    display: block;
  }
}
@media print, screen and (min-width: 760px) {
  .page-top .l-people__info {
    position: absolute;
    z-index: 500;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    text-align: center bottom;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people__info {
    padding: 0 0 3vw;
  }
}
.page-top .l-people__title {
  margin-bottom: 0px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people__title {
    text-align: center;
    margin-top: 3vw;
  }
}
.page-top .l-people__title em {
  background-color: #1e288b;
  color: #FFF100;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 60px;
  padding: 10px 20px;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people__title em {
    font-size: 9.7vw;
    padding: 0;
  }
}
.page-top .l-people__text {
  text-align: center;
  font-size: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people__text {
    margin-top: -5vw;
    text-align: left;
    padding-left: 7.5vw;
  }
}
.page-top .l-people__text em {
  background-color: #1e288b;
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 30px;
  padding: 7px 40px 7px 18px;
  border-radius: initial;
}
.page-top .l-people__text .c-button {
  margin-left: 0;
  font-size: 29px;
}
.page-top .l-people__text .c-button::before {
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF100;
}
.page-top .l-people__text .c-button::after {
  left: auto;
  right: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #1e288b;
  border-right: 2px solid #1e288b;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-people__text .c-button {
    font-size: 5.6vw;
    padding: 0;
  }
  .page-top .l-people__text .c-button::before {
    left: auto;
    right: -27px;
  }
  .page-top .l-people__text .c-button::after {
    left: auto;
    right: -20px;
  }
}

/* ------------------------------------

l-education

------------------------------------ */
.page-top .l-education {
  padding-top: 93px;
}
.page-top .l-education__container {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  padding-left: 65px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    gap: 4vw;
  }
}
.page-top .l-education__container::after {
  content: "";
  background-image: url(../images/top/manabu.png);
  z-index: -50;
  background-size: cover;
  display: block;
  width: 485px;
  height: 485px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__container::after {
    width: 65vw;
    height: 65vw;
    top: -15vw;
    right: -13vw;
  }
}
.page-top .l-education__image {
  width: 26.1%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__image {
    width: 64.5%;
    margin: 0 auto;
  }
}
.page-top .l-education__info .p-item__title {
  font-size: 76px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__info .p-item__title {
    font-size: 13vw;
  }
}
.page-top .l-education__info .p-item__title::after {
  content: "";
  background-image: url(../images/top/kyoutyou.png);
  background-size: cover;
  display: block;
  width: 37px;
  height: 48px;
  position: absolute;
  top: -7px;
  right: -21px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__info .p-item__title::after {
    width: 8vw;
    height: 10vw;
    top: 15vw;
    right: 37vw;
  }
}
.page-top .l-education__info .p-item__title span {
  font-feature-settings: "palt" 1;
  letter-spacing: 0px;
}
.page-top .l-education__info .p-item__text {
  font-size: 22px;
  margin-bottom: 24.2px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-education__info .p-item__text {
    font-size: 5.2vw;
    line-height: 1.8;
    margin-bottom: 0;
  }
}

/* ------------------------------------

l-woman

------------------------------------ */
.page-top .l-woman {
  max-width: 1200px;
  width: 85%;
  margin: 121px auto 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman {
    width: 90%;
    margin-top: 16vw;
  }
}
.page-top .l-woman__container {
  position: relative;
}
.page-top .l-woman__info .p-item__subtitle {
  font-size: 47px;
  margin-bottom: 27px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__info .p-item__subtitle {
    white-space: nowrap;
    font-size: 9.7vw;
    margin-bottom: 3.2vw;
  }
}
.page-top .l-woman__info .p-item__title {
  font-size: 44px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__info .p-item__title span {
    margin-left: 5px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__info .p-item__title {
    font-size: 7.7vw;
    margin-bottom: 3vw;
  }
}
.page-top .l-woman__info .p-item__title em {
  background-color: #1e288b;
  color: #FFF100;
  padding: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__info .p-item__title em {
    padding: 5px 1.4vw;
  }
}
.page-top .l-woman__info .p-item__text {
  font-size: 18px;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__info .p-item__text {
    letter-spacing: -0.6px;
    margin-bottom: 0;
  }
}
.page-top .l-woman__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  z-index: -10;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-woman__image {
    position: relative;
    width: 100%;
    margin-bottom: 3.7vw;
  }
}

/* ------------------------------------

l-content

------------------------------------ */
.page-top .l-content {
  margin-top: 55px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content {
    margin-top: 16vw;
  }
}
.page-top .l-content__container {
  display: flex;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 65px;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__container {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 14vw;
    gap: 9vw;
  }
}
.page-top .l-content__image {
  width: 52.9%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__image {
    width: 71.4%;
  }
}
.page-top .l-content__info {
  width: 94%;
  margin-top: -30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info {
    width: 100%;
  }
}
.page-top .l-content__info .p-item__title {
  font-size: 75px;
  margin-bottom: 30px;
}
.page-top .l-content__info .p-item__text {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 20px;
}
.page-top .l-content__info .p-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list {
    gap: 4vw;
  }
}
.page-top .l-content__info .p-item__list a {
  width: calc((100% - 23px) / 2);
}
.page-top .l-content__info .p-item__list .item {
  font-feature-settings: "palt" 1;
  height: 165px;
  background-color: #fff;
  border: 4px solid #1e288b;
  padding-top: 53px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  --matched-radius-padding: 2px;
  --matched-radius-inner-size: 12px;
  border-radius: calc(var(--matched-radius-inner-size) + var(--matched-radius-padding));
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list .item {
    padding-top: 17vw;
    height: 187px;
  }
}
.page-top .l-content__info .p-item__list .item span {
  font-size: 25px;
}
.page-top .l-content__info .p-item__list .item:hover {
  background-color: #1e288b;
  color: #FFF100;
}
.page-top .l-content__info .p-item__list .item:hover .sub {
  color: #fff;
}
.page-top .l-content__info .p-item__list .item a:hover {
  opacity: 1;
}
.page-top .l-content__info .p-item__list .item .subtitle {
  font-size: 17px;
}
.page-top .l-content__info .p-item__list .item .title {
  font-size: 35px;
  line-height: 1.1;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list .item .title {
    font-size: 6.9vw;
  }
}
.page-top .l-content__info .p-item__list .item .subtitle {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
.page-top .l-content__info .p-item__list .item .sub {
  font-size: 19px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.page-top .l-content__info .p-item__list .item01 {
  padding-top: 33px;
}
.page-top .l-content__info .p-item__list .item01 .title {
  font-size: 35px;
  line-height: 44.9px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list .item01 {
    padding-top: 9vw;
  }
  .page-top .l-content__info .p-item__list .item01 .subtitle {
    font-size: 4vw;
    letter-spacing: -1.8px;
    line-height: 1.1;
    margin-bottom: 1vw;
  }
  .page-top .l-content__info .p-item__list .item01 .title {
    font-size: 6.9vw;
    line-height: 1.1;
  }
}
.page-top .l-content__info .p-item__list .item02 {
  padding-top: 33px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list .item02 {
    padding-top: 6vw;
  }
  .page-top .l-content__info .p-item__list .item02 .title {
    font-size: 8vw;
    line-height: 1.2;
  }
  .page-top .l-content__info .p-item__list .item02 .title span {
    font-size: 5vw;
    line-height: 1.1;
    display: inline-block;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__info .p-item__list .item03 {
    padding-top: 12vw;
    padding-top: 9vw;
  }
  .page-top .l-content__info .p-item__list .item03 .title {
    font-size: 8.9vw;
  }
}
.page-top .l-content__link {
  position: relative;
}
.page-top .l-content__link::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 319px;
  position: absolute;
  z-index: -500;
  bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link::after {
    height: 415px;
  }
}
.page-top .l-content__link__link {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 319px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link__link {
    height: 415px;
  }
}
.page-top .l-content__link__link:hover + .l-career {
  opacity: 0.7;
}
.page-top .l-content__link .l-career {
  display: flex;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  margin-top: -30px;
  gap: 5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 5vw;
    padding-bottom: 5vw;
  }
}
.page-top .l-content__link .l-career__info {
  text-align: right;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career__info {
    text-align: center;
  }
}
.page-top .l-content__link .l-career__info .p-item__title {
  font-size: 60px;
  margin-top: 120px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  white-space: nowrap;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career__info .p-item__title {
    font-size: 14.1vw;
    margin-top: 0;
    line-height: 1.2;
  }
}
.page-top .l-content__link .l-career__info .p-item__text {
  margin-top: 17px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career__info .p-item__text {
    font-size: 4.6vw;
    margin-top: 2vw;
  }
}
.page-top .l-content__link .l-career__info .c-button {
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career__info .c-button {
    margin: 5vw auto 0;
  }
}
.page-top .l-content__link .l-career__image {
  width: 53.5%;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-content__link .l-career__image {
    width: 114%;
    margin-left: -24vw;
    margin-right: -15vw;
  }
}

/* ------------------------------------

l-interview

------------------------------------ */
.page-top .l-interview {
  margin-bottom: 80px;
}
.page-top .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.page-top .l-interview .p-item {
  width: 23%;
}

/* ------------------------------------

l-news

------------------------------------ */
.page-top .l-news.page-system.page-system-index {
  margin-bottom: 80px;
}
.page-top .l-news.page-system.page-system-index .list-page__list {
  float: none;
  width: 1200px;
  max-width: inherit;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .list-page__list {
    width: 100%;
  }
}
.page-top .l-news.page-system.page-system-index .l-list {
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .l-list {
    width: 80%;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    width: 366px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-news.page-system.page-system-index .p-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ------------------------------------

l-other

------------------------------------ */
.page-top .l-other {
  background-color: #1e288b;
  padding: 77px 0 88px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other {
    padding: 14.5vw 0;
  }
}
.page-top .l-other .p-header {
  color: #fff;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other .p-header {
    margin-bottom: 6vw;
  }
}
.page-top .l-other .p-header__title {
  font-size: 75px;
  letter-spacing: 4.5px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other .p-header__title {
    font-size: 13vw;
    letter-spacing: 4px;
  }
}
.page-top .l-other__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other__container {
    width: 90%;
  }
}
.page-top .l-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other ul {
    gap: 3%;
  }
}
.page-top .l-other li {
  width: 282px;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li {
    width: 95%;
    margin-bottom: 3.5%;
  }
}
.page-top .l-other li a {
  display: block;
  font-size: 26px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  transition: 0.3s;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  color: #1e288b;
  border-radius: 15px;
}
.page-top .l-other li a:hover {
  background-color: #FFF100;
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-other li a {
    font-size: 5.6vw;
    padding: 5.5vw 0;
  }
}
.page-top .l-other li a span {
  position: relative;
}

/* ------------------------------------

side_movie

------------------------------------ */
.side_movie {
  z-index: 9999;
  position: fixed;
  bottom: 3%;
  left: 56px;
  width: 268px;
  height: 158px;
  background: #151515;
  padding: 4px;
  transition: opacity 0.8s ease-out;
}
@media screen and (max-width: 760px) {
  .side_movie {
    bottom: 22vw;
    left: 4.4vw;
    width: 39vw;
    height: 23vw;
    padding: 2px;
  }
}
.side_movie .mv_inner {
  width: 260px;
  height: 150px;
}
@media screen and (max-width: 760px) {
  .side_movie .mv_inner {
    width: calc(39vw - 4px);
    height: calc(23vw - 4px);
  }
}
.side_movie .btn {
  z-index: 9999;
  position: absolute;
  top: -6px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #1e288b;
  cursor: pointer;
  padding: 3px 0 0 7.5px;
}
@media screen and (max-width: 760px) {
  .side_movie .btn {
    top: -15px;
    left: -15px;
  }
}
.side_movie.active {
  display: none;
}

.movie_pop {
  display: none;
}

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