.p-ttl01 {
  font-weight: 600;
  text-align: center;
  color: #0c1530;
  letter-spacing: .25em; }
  @media only screen and (max-width: 960px) {
    .p-ttl01 {
      font-size: 23px;
      font-size: 1.4375rem;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-ttl01 {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 40px; } }

.p-ttl01-lead .ttl {
  font-weight: 600;
  text-align: center;
  color: #0c1530;
  letter-spacing: .25em; }
  @media only screen and (max-width: 960px) {
    .p-ttl01-lead .ttl {
      font-size: 23px;
      font-size: 1.4375rem;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-ttl01-lead .ttl {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 20px; } }
.p-ttl01-lead .lead {
  font-weight: 400;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .p-ttl01-lead .lead {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 961px) {
    .p-ttl01-lead .lead {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 20px; } }

.p-ttl02 {
  font-weight: 600;
  color: #0c1530; }
  @media only screen and (max-width: 960px) {
    .p-ttl02 {
      text-align: center;
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-ttl02 {
      text-align: left;
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 25px; } }

.p-mv {
  display: flex;
  justify-content: center;
  align-items: center; }

.p-mv-ttl {
  position: relative;
  z-index: 100;
  padding: 0 25px; }

.p-mv-ttl-benesse {
  margin-left: 1.2em;
  display: block; }
  .p-mv-ttl-benesse img {
    width: auto; }
    @media only screen and (max-width: 960px) {
      .p-mv-ttl-benesse img {
        height: 224px; } }
    @media print, screen and (min-width: 961px) {
      .p-mv-ttl-benesse img {
        height: 286px; } }
  .p-mv-ttl-benesse .p-mv-ttl-benesse-white {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0; }

.p-mv-ttl-msg {
  display: block;
  line-height: 1.8;
  font-weight: bold; }

.is-anime .p-mv-ttl-benesse .p-mv-ttl-benesse-black {
  opacity: 0; }
.is-anime .p-mv-ttl-benesse .p-mv-ttl-benesse-white {
  opacity: 1; }
.is-anime .p-mv-ttl-msg {
  color: #fff; }

.p-recruit {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 960px) {
    .p-recruit {
      padding-top: 50px; } }
  @media print, screen and (min-width: 961px) {
    .p-recruit {
      padding-top: 100px; } }
  .p-recruit li {
    clip-path: inset(0 0 100% 0);
    transform: translate(0, 20px);
    opacity: 0; }
    @media only screen and (max-width: 960px) {
      .p-recruit li {
        margin-top: 25px; } }
    @media print, screen and (min-width: 961px) {
      .p-recruit li {
        flex: 0 0 calc((100% - 40px) / 2); } }

@media print, screen and (min-width: 961px) {
  .p-recruit-links {
    display: flex;
    justify-content: space-between; } }

.p-recruit-link {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 80%;
  transform-origin: 50% 0;
  transform: scale(2); }
  @media print, screen and (min-width: 961px) {
    .p-recruit-link:hover .p-recruit-link-img {
      transform: translate(-50%, -50%) scale(0.97); }
    .p-recruit-link:hover .p-recruit-link-img-inr > img {
      transform: scale(1.1); }
    .p-recruit-link:hover .p-recruit-link-img-inr:after {
      opacity: .5; }
    .p-recruit-link:hover .p-recruit-link-txt {
      bottom: 55px; }
      .p-recruit-link:hover .p-recruit-link-txt:after {
        transform: translate(5px, -50%) rotateY(360deg); } }

.p-recruit-link-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .3s; }

.p-recruit-link-img-inr {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .p-recruit-link-img-inr:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #1b2c5e);
    position: absolute;
    top: 10%;
    left: 0;
    transition: opacity .3s; }
  .p-recruit-link-img-inr figcaption {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 960px) {
      .p-recruit-link-img-inr figcaption {
        padding: 15px; } }
    @media print, screen and (min-width: 961px) {
      .p-recruit-link-img-inr figcaption {
        padding: 25px; } }
    .p-recruit-link-img-inr figcaption > img {
      height: 14%;
      width: auto; }
  .p-recruit-link-img-inr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s; }

.p-recruit-link-txt {
  position: absolute;
  text-align: right;
  color: #fff;
  font-weight: bold;
  letter-spacing: .2em;
  padding-right: 2em;
  transition: bottom .3s; }
  @media only screen and (max-width: 960px) {
    .p-recruit-link-txt {
      font-size: 20px;
      font-size: 1.25rem;
      right: 25px;
      bottom: 25px; } }
  @media print, screen and (min-width: 961px) {
    .p-recruit-link-txt {
      right: 35px;
      bottom: 35px;
      font-size: 28px;
      font-size: 1.75rem; } }
  .p-recruit-link-txt:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url(/benesseinfo/saiyou/_assets2024/_common/img/c-arr-wh.png) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    transition: transform .5s; }
    @media only screen and (max-width: 960px) {
      .p-recruit-link-txt:after {
        font-size: 20px;
        font-size: 1.25rem;
        width: 20px;
        height: 12px; } }
    @media print, screen and (min-width: 961px) {
      .p-recruit-link-txt:after {
        width: 28px;
        height: 20px; } }

.is-anime.p-recruit li {
  clip-path: inset(0 0 0 0);
  transform: translate(0, 0);
  opacity: 1; }
  .is-anime.p-recruit li:nth-child(1) {
    transition: clip-path 1s, transform 1s, opacity 1s; }
  .is-anime.p-recruit li:nth-child(2) {
    transition: clip-path 1s .2s, transform 1s .2s, opacity 1s .2s; }
.is-anime .p-recruit-link {
  transition: transform 2s;
  transform: scale(1); }

.p-news {
  position: relative;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .p-news {
      margin-top: 150px; } }
  @media print, screen and (min-width: 961px) {
    .p-news {
      margin-top: 300px; } }

.p-news-head {
  transform: translate(-40px, 0);
  opacity: 0; }

.is-anime.p-news-head {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1; }

@media only screen and (max-width: 960px) {
  .p-news-ttl img {
    width: auto;
    height: 76px; } }

@media only screen and (max-width: 960px) {
  .p-news-lead {
    margin-top: 1.5em; } }
@media print, screen and (min-width: 961px) {
  .p-news-lead {
    margin-top: 2em; } }

.p-news-links {
  position: relative; }
  @media only screen and (max-width: 960px) {
    .p-news-links {
      background: url(/benesseinfo/saiyou/_assets2024/top/img/txt-news-interview.png) 0 0/100% no-repeat;
      padding-top: 40px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-news-links {
      width: 65%;
      padding-top: 90px;
      margin-top: 30px;
      background: url(/benesseinfo/saiyou/_assets2024/top/img/txt-news-interview.png) 0 0/contain no-repeat; } }

@media print, screen and (min-width: 961px) {
  .p-news-body {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 30px; } }

.p-news-swiper-container {
  transform: translate(0, 50px);
  opacity: 0; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-container {
      margin-top: 40px;
      padding-bottom: 50px; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-container {
      padding-top: 80px;
      width: 100%;
      overflow-x: hidden; } }

.is-anime.p-news-swiper-container {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1; }

.p-news-swiper {
  opacity: 0;
  transition: opacity .3s 1s; }
  .p-news-swiper.swiper-initialized {
    opacity: 1; }

.p-news-swiper-item {
  transition: padding .8s, margin .8s; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-item.swiper-slide-active {
      padding: 0; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-item.swiper-slide-active {
      padding: 0; } }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-item.swiper-slide-active .p-news-swiper-img-inr {
      margin: 0; } }
  .p-news-swiper-item.swiper-slide-active .p-news-swiper-img-inr:after {
    opacity: 1; }

@media print, screen and (min-width: 961px) {
  .p-news-swiper-link:hover .p-news-swiper-img-inr {
    transform: scale(0.98); }
    .p-news-swiper-link:hover .p-news-swiper-img-inr img {
      transform: scale(1.1); }
    .p-news-swiper-link:hover .p-news-swiper-img-inr:after {
      opacity: 1; }
  .p-news-swiper-link:hover .p-news-swiper-ttl {
    background: linear-gradient(currentcolor, currentcolor) 0% 100%/100% 1px no-repeat; }
  .p-news-swiper-link:hover .p-news-swiper-data {
    opacity: 1; } }

.p-news-swiper-img-inr {
  position: relative;
  overflow: hidden;
  transition: transform .3s, margin .3s; }
  .p-news-swiper-img-inr img {
    width: 100%;
    transition: transform 0.3s; }
  .p-news-swiper-img-inr:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #224d64);
    position: absolute;
    bottom: -5%;
    left: 0;
    transition: opacity .3s; }

@media only screen and (max-width: 960px) {
  .p-news-swiper-data {
    padding: 15px 10px 0; } }
@media print, screen and (min-width: 961px) {
  .p-news-swiper-data {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 15px 20px;
    transition: .3s; } }

.p-news-swiper-tags {
  margin-top: .3em; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-tags {
      opacity: .7; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-tags {
      font-size: 16px;
      font-size: 1rem; } }

.p-news-swiper-ttl {
  display: inline;
  transition: background-size .3s;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0% 1px no-repeat; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-ttl {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-ttl {
      font-size: 18px;
      font-size: 1.125rem; } }

.p-news-swiper-control {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-control {
      bottom: 0;
      height: 36px;
      width: calc(100% - 50px); } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-control {
      top: 0;
      height: 48px;
      width: calc(100% - 60px);
      max-width: 1040px; } }

.p-news-swiper-button-prev {
  border: 1px solid #0c1530;
  border-radius: 100%;
  top: 0;
  margin: 0;
  text-indent: -1000%;
  white-space: nowrap; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-button-prev {
      left: calc(100% - 150px);
      width: 36px;
      height: 36px; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-button-prev {
      left: calc(100% - 200px);
      width: 48px;
      height: 48px; }
      .p-news-swiper-button-prev:hover:after {
        left: -40%; } }
  .p-news-swiper-button-prev:after {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/top/img/icon-arrow-long-l-black.png) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 960px) {
      .p-news-swiper-button-prev:after {
        width: 33px;
        height: 12px; } }
    @media print, screen and (min-width: 961px) {
      .p-news-swiper-button-prev:after {
        width: 44px;
        height: 16px;
        transition: left .2s; } }

.p-news-swiper-button-next {
  border: 1px solid #0c1530;
  border-radius: 100%;
  top: 0;
  right: 0;
  margin: 0;
  text-indent: -1000%;
  white-space: nowrap; }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-button-next {
      width: 36px;
      height: 36px; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-button-next {
      width: 48px;
      height: 48px; }
      .p-news-swiper-button-next:hover:after {
        right: -40%; } }
  .p-news-swiper-button-next:after {
    content: "";
    display: block;
    background: url(/benesseinfo/saiyou/_assets2024/top/img/icon-arrow-long-r-black.png) 50% 50%/contain no-repeat;
    position: absolute;
    top: 50%;
    right: 40%;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 960px) {
      .p-news-swiper-button-next:after {
        width: 33px;
        height: 12px; } }
    @media print, screen and (min-width: 961px) {
      .p-news-swiper-button-next:after {
        width: 44px;
        height: 16px;
        transition: right .2s; } }

.p-news-swiper-index {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  @media only screen and (max-width: 960px) {
    .p-news-swiper-index {
      width: 50px;
      right: 49px; } }
  @media print, screen and (min-width: 961px) {
    .p-news-swiper-index {
      width: 80px;
      right: 60px; } }

.p-bnrs-item {
  transform: translate(0, 50px);
  opacity: 0; }
  @media only screen and (max-width: 960px) {
    .p-bnrs-item:not(:first-child) {
      margin-top: 40px; } }
  @media print, screen and (min-width: 961px) {
    .p-bnrs-item:not(:first-child) {
      margin-top: 80px; } }

.is-anime.p-bnrs-item {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1; }

.p-bnrs-ttl {
  font-weight: bold;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 960px) {
    .p-bnrs-ttl {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media print, screen and (min-width: 961px) {
    .p-bnrs-ttl {
      font-size: 20px;
      font-size: 1.25rem; } }

.p-bnrs-list {
  border-top: 1px solid #d7d7d7; }
  @media only screen and (max-width: 960px) {
    .p-bnrs-list {
      margin: 0 -25px; } }
  .p-bnrs-list li {
    border-bottom: 1px solid #d7d7d7; }

@media print, screen and (min-width: 961px) {
  .p-bnrs-list-col2 {
    display: flex;
    flex-wrap: wrap; } }
@media print, screen and (min-width: 961px) {
  .p-bnrs-list-col2 li {
    flex: 0 0 calc((100% - 40px) / 2);
    border-bottom: none;
    position: relative; }
    .p-bnrs-list-col2 li:nth-child(odd) {
      margin-right: 40px; }
      .p-bnrs-list-col2 li:nth-child(odd):after {
        content: "";
        display: block;
        width: calc(200% + 40px);
        height: 1px;
        background: #d7d7d7;
        position: absolute;
        bottom: 0;
        left: 0; } }

.p-bnrs-link {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 960px) {
    .p-bnrs-link {
      padding: 20px 25px; } }
  @media print, screen and (min-width: 961px) {
    .p-bnrs-link {
      padding: 30px 0; }
      .p-bnrs-link:hover .p-bnrs-link-img {
        transform: scale(0.95); }
        .p-bnrs-link:hover .p-bnrs-link-img:after {
          background: rgba(0, 0, 0, 0.1); }
        .p-bnrs-link:hover .p-bnrs-link-img img {
          transform: scale(1.1); }
      .p-bnrs-link:hover .p-bnrs-link-txt span {
        background: linear-gradient(currentcolor, currentcolor) 0% 100%/100% 1px no-repeat; } }

.p-bnrs-link-img {
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .p-bnrs-link-img {
      flex: 0 0 45%;
      margin-right: 20px; } }
  @media print, screen and (min-width: 961px) {
    .p-bnrs-link-img {
      flex: 0 0 240px;
      margin-right: 25px;
      transition: transform .3s; } }
  .p-bnrs-link-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background .3s; }
  .p-bnrs-link-img img {
    width: 100%;
    transition: transform .3s; }

.p-bnrs-link-txt {
  flex: 1 1 auto; }
  @media print, screen and (min-width: 961px) {
    .p-bnrs-link-txt span {
      display: inline;
      transition: background-size .3s;
      background: linear-gradient(currentcolor, currentcolor) 100% 100%/0% 1px no-repeat; } }

/*# sourceMappingURL=saiyou.css.map */
