@charset "UTF-8";
/* Scss Document */
.hero.subpage {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .hero.subpage {
    background: #fff;
  }
}
@media (min-width: 769px) {
  .hero.subpage .mv img {
    min-height: 460px;
  }
}
.hero.subpage .hero_txt h1 {
  margin-bottom: 0;
}
.hero.subpage .hero_txt h1::after {
  content: "";
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
  position: absolute;
  width: 180px;
  height: 2px;
  bottom: -20px;
  left: 0;
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt h1::after {
    width: 270px;
  }
}
@media (min-width: 1240px) {
  .hero.subpage .hero_txt {
    left: calc((100% - 1200px) / 2);
  }
}
@media (min-width: 769px) {
  .hero.subpage .hero_txt {
    top: calc(50% - 120px);
  }
}

@media (min-width: 769px) {
  .bread_area.uniform {
    padding-top: 70px;
  }
}

@media (min-width: 769px) {
  .section.uniform_top .col__wrap {
    display: flex;
    align-items: center;
  }
}
.section.uniform_top .col__wrap .col__box {
  position: relative;
}
.section.uniform_top .col__wrap .col__box:first-of-type > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div {
    margin-bottom: 0;
    padding: 20px;
  }
}
.section.uniform_top .col__wrap .col__box:first-of-type > div p {
  font-weight: bold;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div > p {
    font-size: 2.7rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div > p {
    font-size: 2rem;
  }
}
.section.uniform_top .col__wrap .col__box:first-of-type > div h2 {
  font-size: 4.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 10px 0 30px;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div h2 {
    font-size: clamp(4rem, 4rem + (1vw - 0.48rem) * 5.2778, 7.8rem);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div h2 {
    font-size: 4.5rem;
  }
}
.section.uniform_top .col__wrap .col__box:first-of-type > div h2 + p {
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div h2 + p {
    max-width: 450px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section.uniform_top .col__wrap .col__box:first-of-type > div h2 + p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .section.uniform_top .col__wrap .col__box:first-of-type .dots_pc, .section.uniform_top .col__wrap .col__box:first-of-type .arrows_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:first-of-type {
    width: 45%;
  }
}
.section.uniform_top .col__wrap .col__box:last-of-type {
  overflow: hidden;
  width: 100%;
}
.section.uniform_top .col__wrap .col__box:last-of-type img {
  width: 100%;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box:last-of-type {
    width: 55%;
  }
}
.section.uniform_top .col__wrap .col__box.pc .slider_uniform_pc {
  display: none;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box.pc .slider_uniform_pc {
    display: block;
  }
}
.section.uniform_top .col__wrap .col__box.sp .slider_uniform {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
}
.section.uniform_top .col__wrap .col__box.sp .slider_uniform .slick-slide img {
  width: 100vw;
}
@media (min-width: 769px) {
  .section.uniform_top .col__wrap .col__box.sp .slider_uniform {
    display: none;
  }
}
.section.uniform_top .col__wrap .sp_dots_arrows {
  position: relative;
  bottom: -70px;
}

.section.coordinate {
  background: #f7f7f7;
}
@media (min-width: 769px) {
  .section.coordinate {
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
.section.coordinate .inner .sub_ttl {
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .section.coordinate .inner .sub_ttl {
    font-size: 2.3rem;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .sub_ttl {
    padding-top: 100px;
    font-size: 5rem;
    margin-bottom: 100px;
  }
}
.section.coordinate .inner .sub_ttl::after {
  content: "";
  background: linear-gradient(90deg, rgb(87, 255, 115) 0%, rgb(125, 185, 255) 100%);
  position: absolute;
  bottom: -20px;
  width: 120px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap {
    display: flex;
  }
}
.section.coordinate .inner .col__wrap.tri {
  flex-wrap: wrap;
}
.section.coordinate .inner .col__wrap.uniform_jacket {
  display: flex;
  flex-direction: column;
}
.section.coordinate .inner .col__wrap.uniform_jacket .col__box {
  width: 100%;
}
.section.coordinate .inner .col__wrap .col__box {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap .col__box {
    width: 50%;
  }
}
.section.coordinate .inner .col__wrap .col__box .uniform_item {
  position: relative;
  text-align: center;
}
.section.coordinate .inner .col__wrap .col__box .uniform_item img {
  width: auto;
  max-width: 100%;
}
.section.coordinate .inner .col__wrap .col__box .uniform_item img.all_item {
  padding-top: 80px;
}
.section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl {
  position: absolute;
  text-align: center;
}
.section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl.all_item {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl .name_label {
  display: inline-block;
  padding: 6px 25px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
.section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl .name_label + p {
  text-align: left;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl .name_label + p {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap .col__box .uniform_item .item_dtl .name_label {
    font-size: 2rem;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub {
    justify-content: center;
    background: #fff;
    padding-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section.coordinate .inner .col__wrap.uniform_sub {
    padding-top: 0;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub .col__box {
  margin-bottom: 40px;
}
.section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item {
  position: inherit;
  text-align: left;
}
.section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item .img_box {
  margin: 20px 0;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item .item_dtl {
  position: inherit;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item .item_dtl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item .item_dtl .name_label {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub .col__box .uniform_item .item_dtl .name_label {
    font-size: 1.8rem;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.tri .col__box:first-of-type img {
  width: 141px;
}
.section.coordinate .inner .col__wrap.uniform_sub.tri .col__box:nth-of-type(2) img {
  width: 252px;
}
.section.coordinate .inner .col__wrap.uniform_sub.tri .col__box:last-of-type img {
  width: 239px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tri .col__box {
    margin-bottom: 0;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.tri > p.note {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tri > p.note {
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tri {
    padding-top: 0;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.tri .col__box {
    width: calc(33.3333333333% - 2vw);
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.vest {
    padding-bottom: 40px;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.vest .col__box {
  margin-bottom: 0;
}
.section.coordinate .inner .col__wrap.uniform_sub.vest .col__box .uniform_item .img_box picture, .section.coordinate .inner .col__wrap.uniform_sub.vest .col__box .uniform_item .img_box img {
  height: 267px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.vest {
    align-items: center;
    justify-content: center;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.vest .col__box:first-of-type {
    width: 65%;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.vest .col__box:last-of-type {
    width: 35%;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.vest .col__box .uniform_item .item_dtl .name_label + p {
    max-width: 250px;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .item_dtl {
    align-items: flex-start;
    float: left;
    height: 0;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .item_dtl {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .item_dtl p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 25px;
    transform: translateY(-200px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .item_dtl p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .img_box {
    float: right;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .img_box img {
    width: 33vw;
    max-width: 472px;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .img_box {
  max-height: 170px;
}
.section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .img_box img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box .uniform_item.ribbon .img_box img {
    height: auto;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box:first-of-type {
    width: 70%;
    padding-left: 40px;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.tie .col__box:last-of-type img {
  width: 162px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box:last-of-type {
    width: 25%;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.tie .col__box:last-of-type .img_box {
    height: auto;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag {
    background: none;
    position: relative;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:first-of-type img {
  width: 285px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:first-of-type img {
    width: auto;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:first-of-type {
    width: 60%;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:first-of-type .uniform_item .item_dtl {
    float: right;
    width: 200px;
    position: absolute;
    left: 40px;
    bottom: 120px;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:first-of-type .uniform_item .img_box {
    height: auto;
    max-width: 562px;
    float: right;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type {
    margin-left: 50px;
    width: 37%;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type .uniform_item {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type .uniform_item .img_box {
  max-height: 313px;
  height: auto;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type .uniform_item .img_box {
    height: auto;
    max-height: 550px;
  }
}
.section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type .uniform_item .img_box img {
  max-height: 313px;
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box:last-of-type .uniform_item .img_box img {
    max-height: 550px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box.slacks .item_dtl {
    padding-bottom: 40px;
  }
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box.slacks .item_dtl .name_label {
    padding: 6px 15px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box.slacks .item_dtl .name_label {
    padding: 6px 25px;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box.slacks .item_dtl .name_label + p {
    width: 14vw;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.coordinate .inner .col__wrap.uniform_sub.bag .col__box.slacks .item_dtl .name_label + p {
    width: 184px;
  }
}

.hero.sub__ttl.days h1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .hero.sub__ttl.days h1 {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .hero.sub__ttl.days h1 span:first-of-type {
    width: 350px;
  }
}
.hero.sub__ttl.days h1 span:first-of-type::after {
  bottom: -10px;
}
.hero.sub__ttl.days h1 span:last-of-type {
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding-top: 20px;
}
@media (min-width: 769px) {
  .hero.sub__ttl.days h1 span:last-of-type {
    font-size: 2rem;
    width: calc(100% - 350px);
  }
}
.hero.sub__ttl.days h1 span:last-of-type::after {
  display: none;
}

.section.senior_days {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .section.senior_days {
    padding: 0;
  }
}
.section.senior_days .inner {
  overflow: hidden;
}
@media (min-width: 1480px) {
  .section.senior_days .inner {
    overflow: visible;
  }
}
.section.senior_days .inner > p {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .section.senior_days .inner > p {
    text-align: center;
    line-height: 2;
    font-size: 1.8rem;
  }
}
.section.senior_days .inner > p br {
  display: none;
}
@media (min-width: 769px) {
  .section.senior_days .inner > p br {
    display: block;
  }
}
.section.senior_days .inner .days_area {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area {
    margin-top: 100px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line {
    background: url(../img/junior/schoollife/days/bg_line.png) no-repeat center 150px;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1500px) {
  .section.senior_days .inner .days_area .bg_line {
    background-size: calc(44vw + 200px);
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap {
  position: relative;
}
.section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(4) {
  margin-top: 120px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(4) {
    margin: 0;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(5) {
  margin-top: 230px;
  margin-bottom: 350px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(5) {
    margin: 0;
    padding-bottom: 100px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type {
    display: flex;
    justify-content: flex-start;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time {
    position: relative;
    left: 50px;
    top: 100px;
    z-index: 2;
  }
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t01 {
    margin-left: 30px;
    top: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t01 {
    margin-left: 50px;
    top: 100px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t02 {
    top: 0;
    left: calc(9vw - 100px);
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t02 {
    left: 0;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t03 {
    top: unset;
    bottom: 0;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t04 {
    top: calc(8vw - 120px);
    left: 0;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t04 {
    top: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 1500px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t04 {
    top: -42px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t05 {
    top: calc(8vw - 120px);
    left: calc(10vw - 50px);
    align-items: center;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t05 {
    top: 30px;
    margin-left: 80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1500px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time.t05 {
    top: -20px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock {
  position: relative;
  width: 150px;
  height: 50px;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock::after {
  content: "";
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  width: 30px;
  height: 30px;
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -90px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock::after {
    display: none;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t01::after {
  display: none;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04 {
  width: 230px;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02 span, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03 span, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04 span {
  width: 230px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04 {
    width: 300px;
  }
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02 span, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03 span, .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04 span {
    width: 300px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock {
    width: 200px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock::before {
  content: "";
  background: url(../img/senior/schoollife/days/clock_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock::before {
    width: 68px;
    height: 68px;
    background: url(../img/senior/schoollife/days/clock_01_pc.png) no-repeat;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock span {
  background: #E93E6D;
  border-radius: 50px;
  font-size: 2rem;
  color: #fff;
  width: 145px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  padding-left: 30px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock span {
    padding-left: 50px;
    width: 189px;
    height: 50px;
    font-weight: bold;
    font-size: 2.6rem;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl {
  font-size: 3rem;
  font-weight: bold;
  margin: 10px 0;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl span {
  font-size: 2rem;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl span.mgl {
  padding-left: 10px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl span.mgl {
    padding-left: 20px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl {
    font-size: 4rem;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock + .time_ttl + p {
  font-size: 1.8rem;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.jn::before {
  content: "";
  background: url(../img/junior/schoollife/days/clock_01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.jn::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02::before {
  content: "";
  background: url(../img/senior/schoollife/days/clock_02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02.jn::before {
  content: "";
  background: url(../img/junior/schoollife/days/clock_02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t02.jn::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03::before {
  content: "";
  background: url(../img/senior/schoollife/days/clock_03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03.jn::before {
  content: "";
  background: url(../img/junior/schoollife/days/clock_03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t03.jn::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04::before {
  content: "";
  background: url(../img/senior/schoollife/days/clock_04.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04.jn::before {
  content: "";
  background: url(../img/junior/schoollife/days/clock_04.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t04.jn::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t05 span {
  left: 10px;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t05::before {
  content: "";
  background: url(../img/senior/schoollife/days/clock_05.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t05::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t05.jn::before {
  content: "";
  background: url(../img/junior/schoollife/days/clock_05.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.t05.jn::before {
    width: 68px;
    height: 68px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:first-of-type .clock_time .clock.jn span {
  background-color: #F39212;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img {
  width: 100%;
  position: relative;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img img {
  border-radius: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img::after {
  content: "";
  background-color: transparent;
  background-image: radial-gradient(#b2dcef 20%, transparent 20%), radial-gradient(#b2dcef 20%, transparent 20%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img::after {
    left: 30px;
    bottom: -30px;
    border-radius: 30px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img.jn::after {
  content: "";
  background-color: transparent;
  background-image: radial-gradient(#b1e663 20%, transparent 20%), radial-gradient(#b1e663 20%, transparent 20%);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: 0;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap .col__box:nth-of-type(2) .img.jn::after {
    left: 30px;
    bottom: -30px;
    border-radius: 30px;
  }
}
.section.senior_days .inner .days_area .bg_line .col__wrap:not(:first-of-type) {
  padding-top: 250px;
}
.section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(4) {
  padding-top: 300px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(4) {
    padding-top: 250px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(even) {
    flex-direction: row;
  }
  .section.senior_days .inner .days_area .bg_line .col__wrap:nth-of-type(even) .col__box:first-of-type {
    justify-content: center;
  }
}
.section.senior_days .inner .days_area .bg_line .ill {
  position: absolute;
  height: auto;
  right: -68px;
  bottom: -171px;
  z-index: 1;
}
.section.senior_days .inner .days_area .bg_line .ill img {
  width: 100%;
}
.section.senior_days .inner .days_area .bg_line .ill.t01 {
  width: 252px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t01 {
    max-width: 403px;
    width: 30vw;
    bottom: -160px;
    right: -30px;
  }
}
.section.senior_days .inner .days_area .bg_line .ill.t02 {
  right: unset;
  left: 0;
  bottom: -155px;
  max-width: 310px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t02 {
    max-width: 473px;
    width: 30vw;
    bottom: calc(9vw - 161px);
    left: 30px;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .ill.t02 {
    bottom: 0;
  }
}
.section.senior_days .inner .days_area .bg_line .ill.t02 img {
  width: clamp(160px, 100%, 430px);
}
.section.senior_days .inner .days_area .bg_line .ill.t03 {
  right: -50px;
  bottom: -346px;
  max-width: 400px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t03 {
    bottom: 100px;
    right: unset;
    left: calc(50% + 10vw);
    max-width: 550px;
  }
}
.section.senior_days .inner .days_area .bg_line .ill.t04 {
  right: unset;
  left: 0;
  bottom: -316px;
  max-width: 400px;
}
.section.senior_days .inner .days_area .bg_line .ill.t04 .comment {
  position: absolute;
  width: 220px;
  left: unset;
  right: -10px;
  bottom: unset;
  font-size: 1.3rem;
  float: right;
  top: calc(160px + 9vw);
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t04 .comment {
    width: 70%;
    float: right;
    font-size: 1.4rem;
    margin-top: -50px;
    right: 0;
    top: unset;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .ill.t04 .comment {
    position: absolute;
    width: 400px;
    top: unset;
    font-size: 1.6rem;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t04 {
    max-width: 575px;
    width: 40vw;
    bottom: -100px;
    left: 0;
    top: unset;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .ill.t04 {
    bottom: -100px;
    left: unset;
    right: 60%;
  }
}
.section.senior_days .inner .days_area .bg_line .ill.t05 {
  right: 0;
  left: unset;
  bottom: -313px;
  max-width: 400px;
  width: 110%;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .section.senior_days .inner .days_area .bg_line .ill.t05 {
    max-width: 530px;
    width: 40vw;
    bottom: 0;
    left: 55%;
    top: unset;
  }
}
@media (min-width: 769px) and (min-width: 1440px) {
  .section.senior_days .inner .days_area .bg_line .ill.t05 {
    left: 55%;
  }
}

.section.attract h2 {
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .section.attract .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (min-width: 769px) {
  .section.attract .inner .col__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.section.attract .inner .col__wrap .col__box {
  margin-bottom: 20px;
}
.section.attract .inner .col__wrap .col__box img {
  display: block;
}
@media (min-width: 769px) {
  .section.attract .inner .col__wrap .col__box {
    width: 49%;
  }
}
.section.attract .inner .col__wrap .col__box img {
  width: 100%;
}