@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.visual {
  position: relative;
  width: 100%;
  margin-bottom: 90px;
}
.visual:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .visual:after {
    width: 100%;
  }
}
.visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 242px);
  height: calc(100svh - 242px);
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .visual .inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: calc(100vh - 147px);
    height: calc(100svh - 147px);
  }
}
.visual .visual-content {
  background: #1374CA;
  color: #fff;
  width: 450px;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content {
    max-width: 380px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content {
    width: 100%;
    max-width: 320px;
    padding: 20px;
    margin: 0 auto 20px;
  }
}
.visual .visual-content .visual-job {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-job {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-job {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.visual .visual-content .visual-data {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 120px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-data {
    font-size: 20px;
    min-height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-data {
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 72px;
  }
}
@media screen and (max-width: 430px) {
  .visual .visual-content .visual-data {
    margin-bottom: 10px;
  }
}
.visual .visual-content .visual-name {
  border-top: 1px solid #fff;
  padding-top: 20px;
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-name {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-name {
    padding-top: 15px;
    font-size: 35px;
  }
}
@media screen and (max-width: 430px) {
  .visual .visual-content .visual-name {
    padding-top: 10px;
  }
}
.visual .visual-content .visual-name:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .visual .visual-content .visual-name:after {
    width: 80px;
    height: 80px;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .visual .visual-content .visual-name:after {
    width: 50px;
    height: 50px;
    bottom: -12px;
  }
}
.visual.--01:after {
  background-image: url("../img/senior/01/img_01.jpg");
}
.visual.--01 .visual-name:after {
  background-image: url("../img/senior/01/img_illust01.svg");
}
.visual.--02:after {
  background-image: url("../img/senior/02/img_01.jpg");
}
.visual.--02 .visual-name:after {
  background-image: url("../img/senior/02/img_illust01.svg");
}
.visual.--03:after {
  background-image: url("../img/senior/03/img_01.jpg");
}
.visual.--03 .visual-name:after {
  background-image: url("../img/senior/03/img_illust01.svg");
}
.visual.--04:after {
  background-image: url("../img/senior/04/img_01.jpg");
}
.visual.--04 .visual-name:after {
  background-image: url("../img/senior/04/img_illust01.svg");
}
.visual.--05:after {
  background-image: url("../img/senior/05/img_01.jpg");
}
.visual.--05 .visual-name:after {
  background-image: url("../img/senior/05/img_illust01.svg");
}
.visual.--06:after {
  background-image: url("../img/senior/06/img_01.jpg");
}
.visual.--06 .visual-name:after {
  background-image: url("../img/senior/06/img_illust01.svg");
}
.visual.--07:after {
  background-image: url("../img/senior/07/img_01.jpg");
}
.visual.--07 .visual-name:after {
  background-image: url("../img/senior/07/img_illust01.svg");
}

.senior-content .content-left {
  padding-left: 52%;
  height: 600px;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .senior-content .content-left {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .senior-content .content-left {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-left {
    height: auto;
    padding: 330px 20px 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .senior-content .content-left {
    padding: 280px 20px 0;
  }
}
.senior-content .content-left .content-left__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5%;
  height: 100%;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-left .content-left__catch {
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-left .content-left__catch {
    display: block;
    width: 100%;
    padding: 0 5px 0;
    height: auto;
  }
}
.senior-content .content-left .content-left__catch h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.001em;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .senior-content .content-left .content-left__catch h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-left .content-left__catch h3 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-left .content-left__catch h3 {
    font-size: 5.4vw;
  }
}
@media screen and (max-width: 430px) {
  .senior-content .content-left .content-left__catch h3 {
    font-size: 24px;
  }
}
.senior-content .content-left:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 600px;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1280px) and (max-width: 1700px) {
  .senior-content .content-left:after {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1500px) {
  .senior-content .content-left:after {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-left:after {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 430px) {
  .senior-content .content-left:after {
    width: 100%;
    height: 250px;
  }
}
.senior-content .content-item__wrap .content-item {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-item__wrap .content-item {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-item__wrap .content-item {
    margin-bottom: 50px;
  }
}
.senior-content .content-item__wrap .content-item h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.001em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-item__wrap .content-item h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-item__wrap .content-item h3 {
    font-size: 3.9vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 430px) {
  .senior-content .content-item__wrap .content-item h3 {
    font-size: 19px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.senior-content .content-item__wrap .content-item p {
  line-height: 2;
}
.senior-content .content-back__area {
  width: 100%;
  height: 700px;
  background-position: center top;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-back__area {
    height: 450px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-back__area {
    height: 300px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .senior-content .content-back__area {
    height: 250px;
  }
}
.senior-content .content-img__back {
  width: 100%;
  height: 650px;
  background-position: center top;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .senior-content .content-img__back {
    height: 450px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .senior-content .content-img__back {
    height: 300px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .senior-content .content-img__back {
    height: 250px;
  }
}
.senior-content.--01 .content-left:after {
  background-image: url("../img/senior/01/img_02.jpg");
}
.senior-content.--01 .content-back__area {
  background-image: url("../img/senior/01/img_03.jpg");
}
.senior-content.--01 .content-img__back {
  background-image: url("../img/senior/01/img_04.jpg");
}
.senior-content.--02 .content-left:after {
  background-image: url("../img/senior/02/img_02.jpg");
}
.senior-content.--02 .content-back__area {
  background-image: url("../img/senior/02/img_03.jpg");
}
.senior-content.--02 .content-img__back {
  background-image: url("../img/senior/02/img_04.jpg");
}
.senior-content.--03 .content-left:after {
  background-image: url("../img/senior/03/img_02.jpg");
}
.senior-content.--03 .content-back__area {
  background-image: url("../img/senior/03/img_03.jpg");
}
.senior-content.--03 .content-img__back {
  background-image: url("../img/senior/03/img_04.jpg");
}
.senior-content.--04 .content-left:after {
  background-image: url("../img/senior/04/img_02.jpg");
}
.senior-content.--04 .content-back__area {
  background-image: url("../img/senior/04/img_03.jpg");
}
.senior-content.--04 .content-img__back {
  background-image: url("../img/senior/04/img_04.jpg");
}
.senior-content.--05 .content-left:after {
  background-image: url("../img/senior/05/img_02.jpg");
}
.senior-content.--05 .content-back__area {
  background-image: url("../img/senior/05/img_03.jpg");
}
.senior-content.--05 .content-img__back {
  background-image: url("../img/senior/05/img_04.jpg");
}
.senior-content.--06 .content-left:after {
  background-image: url("../img/senior/06/img_02.jpg");
}
.senior-content.--06 .content-back__area {
  background-image: url("../img/senior/06/img_03.jpg");
}
.senior-content.--06 .content-img__back {
  background-image: url("../img/senior/06/img_04.jpg");
}
.senior-content.--07 .content-left:after {
  background-image: url("../img/senior/07/img_02.jpg");
}
.senior-content.--07 .content-back__area {
  background-image: url("../img/senior/07/img_03.jpg");
}
.senior-content.--07 .content-img__back {
  background-image: url("../img/senior/07/img_04.jpg");
}

.schedule {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .schedule {
    margin-bottom: 50px;
  }
}
.schedule .schedule-wrap {
  max-width: 840px;
  margin: 100px auto 150px;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule .schedule-wrap {
    max-width: 740px;
    margin: 50px auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-wrap {
    max-width: 500px;
    margin: 50px auto;
  }
}
.schedule .schedule-wrap:before {
  content: "";
  position: absolute;
  left: 49px;
  top: 25px;
  width: 3px;
  height: calc(100% - 50px);
  background: #1374CA;
  z-index: -1;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule .schedule-wrap:before {
    left: 39px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-wrap:before {
    left: 24px;
  }
}
.schedule .schedule-wrap .schedule-item {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule .schedule-wrap .schedule-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-wrap .schedule-item {
    margin-bottom: 20px;
  }
}
.schedule .schedule-wrap .schedule-item:last-child {
  margin-bottom: 0;
}
.schedule .schedule-wrap .schedule-item .schedule-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  background: #1374CA;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule .schedule-wrap .schedule-item .schedule-time {
    width: 80px;
    height: 80px;
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-wrap .schedule-item .schedule-time {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.schedule .schedule-wrap .schedule-item .schedule-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background: #F3F7F8;
  width: calc(100% - 120px);
  padding: 20px;
  font-size: 20px;
  line-height: 1.75;
  min-height: 100px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .schedule .schedule-wrap .schedule-item .schedule-menu {
    width: calc(100% - 100px);
    font-size: 18px;
    min-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .schedule .schedule-wrap .schedule-item .schedule-menu {
    width: calc(100% - 70px);
    font-size: 15px;
    padding: 15px;
    line-height: 1.5;
    min-height: 50px;
  }
}
.schedule .schedul-end__text {
  text-align: center;
}

.slider {
  margin-bottom: 100px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .slider {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .slider {
    margin-bottom: 50px;
  }
}
.slider .swiper .swiper-slide a {
  border-radius: 15px;
  position: relative;
  display: block;
  overflow: hidden;
}
.slider .swiper .swiper-slide a .swiper-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #58CBE0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.slider .swiper .swiper-slide a .swiper-caption:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}

.slider-title {
  text-align: center;
}
.slider-title h3 {
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .slider-title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slider-title h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.slider-btn .btn {
  margin: 0 auto;
}