@charset "UTF-8";
/*============================================================================
//      メインビジュアル部分/
//============================================================================*/
.mv_area {
  position: relative;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.mv_area .mv_slider {
  height: 70vh;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  /* 追加 */
}

@media print, screen and (min-width: 920px) {
  .mv_area .mv_slider {
    height: 81vh;
    margin-top: 90px;
  }
}

.mv_area .mv_slider li {
  height: 70vh;
  display: flex;
  /* 追加 */
  align-items: center;
  /* 追加 */
}

@media print, screen and (min-width: 920px) {
  .mv_area .mv_slider li {
    height: calc(100vh - 90px);
  }
}

.mv_area .mv_slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv_area .mv_slider.mv_slider_img_sp {
  display: block;
}

@media print, screen and (min-width: 920px) {
  .mv_area .mv_slider.mv_slider_img_sp {
    display: none;
  }
}

.mv_area .mv_slider.mv_slider_img_pc {
  display: none;
}

@media print, screen and (min-width: 920px) {
  .mv_area .mv_slider.mv_slider_img_pc {
    display: block;
  }
}

.mv_area .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mv_area .slick-dots {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .mv_area .slick-dots {
    position: absolute;
    left: 25px;
    bottom: 25px;
  }
}

.mv_area .slick-dots li {
  display: block;
}

.mv_area .slick-dots li button::before {
  opacity: 1;
  color: #fff;
}

.mv_area .slick-dots li.slick-active button::before {
  color: #54399e;
}

.mv_area .mv_catch {
  width: fit-content;
  position: absolute;
  bottom: -30px;
  left: 15px;
}

@media print, screen and (min-width: 920px) {
  .mv_area .mv_catch {
    bottom: 10%;
    left: 60px;
  }
}

.mv_area .mv_catch .mv_catch_main,
.mv_area .mv_catch .mv_catch_sub {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: calc(3rem + (1vw - 0.32rem) * 1.9643);
  letter-spacing: 0.04em;
  line-height: 52px;
  text-align: left;
  color: #1e1938;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.mv_area .mv_catch .mv_catch_main::before,
.mv_area .mv_catch .mv_catch_sub::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  line-height: 52px;
  background: #fff;
  height: 100%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .mv_area .mv_catch .mv_catch_main,
  .mv_area .mv_catch .mv_catch_sub {
    line-height: 85px;
  }
}

.mv_area .mv_catch .mv_catch_main {
  margin-bottom: 10px;
  padding: 0 11px 0 15px;
}

@media print, screen and (min-width: 768px) {
  .mv_area .mv_catch .mv_catch_main {
    padding: 0 16px 0 20px;
  }
}

.mv_area .mv_catch .mv_catch_main::before {
  right: 0;
}

.mv_area .mv_catch .mv_catch_sub {
  padding: 0 0 0 15px;
}

@media print, screen and (min-width: 768px) {
  .mv_area .mv_catch .mv_catch_sub {
    padding: 0 0 0 20px;
  }
}

.mv_area .mv_catch .mv_catch_sub::before {
  right: unset;
  width: 96%;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mv_area .mv_catch .mv_catch_sub::before {
    width: 95%;
  }
}

/*============================================================================
//      重要なお知らせ部分
//============================================================================*/
.caution {
  padding: 80px 0 0;
}

@media print, screen and (min-width: 768px) {
  .caution {
    padding: 70px 0 0;
  }
}

.caution dl {
  position: relative;
  border: 1px solid #ed534f;
}

@media print, screen and (min-width: 1180px) {
  .caution dl {
    display: flex;
  }
}

.caution dt {
  color: #ed534f;
  font-size: calc(1.5rem + (1vw - 0.32rem) * 0.2679);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7f7;
  line-height: 1.4;
  width: 100%;
  padding: 15px;
}

@media print, screen and (min-width: 1180px) {
  .caution dt {
    width: 25%;
    border-right: 1px solid #ed534f;
  }
}

@media print, screen and (min-width: 920px) {
  .caution dt i {
    margin-right: 5px;
  }
}

.caution dd {
  padding: 20px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .caution dd {
    padding: 30px 60px;
  }
}

@media print, screen and (min-width: 1180px) {
  .caution dd {
    width: 80%;
  }
}

.caution dd li {
  margin-top: 15px;
}

.caution dd li:first-child {
  margin-top: 0;
}

.caution dd a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease;
  padding-right: 30px;
}

@media print, screen and (min-width: 920px) {
  .caution dd a {
    padding-right: 0;
  }
}

.caution dd a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ed534f;
}

.caution dd a::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 9px;
  width: 4.5px;
  height: 4.5px;
  border-top: 1px solid #ed534f;
  border-right: 1px solid #ed534f;
  transform: rotate(45deg) translateY(-50%);
}

@media print, screen and (min-width: 1180px) {
  .caution dd a {
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
}

.caution dd a[href$=".pdf"]::before {
  display: none;
}

.caution dd a[href$=".pdf"]::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  color: #ed534f;
  width: unset;
  height: unset;
  border: unset;
  font-size: 1.7rem;
  text-align: right;
}

.caution dd a:hover .text {
  text-decoration: underline;
}

.caution dd .day {
  font-size: calc(1.1rem + (1vw - 0.32rem) * 0.1786);
  display: block;
  font-weight: bold;
  color: #ed534f;
  flex-shrink: 0;
}

@media print, screen and (min-width: 1180px) {
  .caution dd .day {
    margin-right: 20px;
  }
}

.caution dd .text {
  color: #ed534f;
  font-size: 1.3rem;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 768px) {
  .caution dd .text {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 1180px) {
  .caution dd .text {
    display: block;
    padding-right: 30px;
    width: 100%;
    align-items: center;
    line-height: 1.6;
    justify-content: space-between;
  }
}

/* プログレスバー */
.progressbar {
  position: absolute;
  width: 50px;
  height: 2px;
  top: 20px;
  left: 35px;
  background: #d7d7e0;
  border-radius: 7px;
  overflow: hidden;
}

@media print, screen and (min-width: 321px) {
  .progressbar {
    left: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .progressbar {
    width: 80px;
    left: 30px;
  }
}

.progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: black;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

/* ページネーション */
.swiper-pagination {
  position: relative;
}

.swiper-pagination-fraction {
  color: transparent;
  top: 0;
  bottom: unset !important;
}

.swiper-pagination-current {
  position: absolute;
  color: #1e1938;
  top: 4px;
  left: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 321px) {
  .swiper-pagination-current {
    left: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-pagination-current {
    left: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .swiper-pagination-current {
    font-size: 1.8rem;
  }
}

.swiper-pagination-total {
  position: absolute;
  color: #1e1938;
  top: 4px;
  left: 92px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 321px) {
  .swiper-pagination-total {
    left: 133px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-pagination-total {
    left: 123px;
  }
}

@media print, screen and (min-width: 920px) {
  .swiper-pagination-total {
    font-size: 1.8rem;
  }
}

/* 前へ次への矢印カスタマイズ */
/* 共通部分 */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  display: block;
  width: 35px !important;
  height: 35px !important;
  margin-top: 0;
  border: 1px solid #7664ff;
  background: #fff;
  border-radius: 100px;
  transition: 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: block;
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  display: none;
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  transition: 0.3s ease;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #f1efff;
  }
  .swiper-button-next:hover::before,
  .swiper-button-prev:hover::before {
    display: block;
  }
}

.swiper-button-next {
  right: unset !important;
  left: 162px !important;
  top: 0 !important;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 321px) {
  .swiper-button-next {
    left: 215px !important;
  }
}

.swiper-button-next:after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
}

.swiper-button-prev {
  right: unset !important;
  left: 120px !important;
  top: 0 !important;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 321px) {
  .swiper-button-prev {
    left: 170px !important;
  }
}

.swiper-button-prev:after {
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #7664ff;
  border-left: 1px solid #7664ff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.pickup {
  overflow: hidden;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 920px) {
  .pickup {
    margin-bottom: 100px;
  }
}

.pickup .page_inner_l {
  max-width: 1300px;
}

@media print, screen and (min-width: 1480px) {
  .pickup .page_inner_l {
    max-width: 100%;
  }
}

.pickup_title_wrap {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 20px);
  justify-content: space-between;
  max-width: 1300px;
}

@media print, screen and (min-width: 920px) {
  .pickup_title_wrap {
    width: calc(100% - 80px);
  }
}

@media print, screen and (min-width: 1480px) {
  .pickup_title_wrap {
    max-width: 100%;
  }
}

.pickup_title_wrap .title_pickup .title {
  display: flex;
  align-items: baseline;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #1e1938;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .pickup_title_wrap .title_pickup .title {
    font-size: 2.6rem;
  }
}

.pickup_title_wrap .title_pickup .title span {
  font-size: 1.2rem;
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .pickup_title_wrap .title_pickup .title span {
    font-size: 1.5rem;
  }
}

.pickup_slider {
  overflow: visible;
}

.pickup_slider a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #1e1938;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 768px) {
  .pickup_slider a:hover .bg {
    opacity: 0.7;
  }
}

.pickup_slider .bg {
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pickup_slider .bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 52/27;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media print, screen and (min-width: 920px) {
  .pickup_slider .swiper_nav {
    margin: 12px 0 0 auto;
  }
}

.pickup_slider .swiper_nav .swiper-button-prev,
.pickup_slider .swiper_nav .swiper-button-next {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}

.pickup_slider .swiper_nav .swiper-button-prev:hover,
.pickup_slider .swiper_nav .swiper-button-next:hover {
  background-color: #fff;
}

.aaa {
  margin-right: calc(-50vw + 50%);
  margin-left: unset;
}

@media print, screen and (min-width: 1480px) {
  .aaa {
    margin-left: 60px;
  }
}

.pickup_slider_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

@media print, screen and (min-width: 920px) {
  .pickup_slider_wrap {
    margin-top: 60px;
  }
}

.swiper_nav {
  position: relative;
  display: block;
  height: 35px;
  width: 250px;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width: 920px) {
  .swiper_nav {
    margin: 0 0 40px 0;
  }
}

.news_category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #fff;
  padding: 40px 20px 0;
}

@media print, screen and (min-width: 920px) {
  .news_category {
    flex-direction: column;
    justify-content: unset;
    background: unset;
    padding: 0;
  }
}

.news_category li {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  /* line-height: 36px; */
  color: #383838;
  padding: 5px 5px;
  text-align: center;
  width: fit-content;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 321px) {
  .news_category li {
    padding: 5px 10px;
    letter-spacing: 0.04em;
  }
}

@media print, screen and (min-width: 920px) {
  .news_category li {
    padding: 5px 0 5px 30px;
    text-align: left;
    width: 100%;
    font-size: 14px;
  }
}

.news_category li a {
  transition: all 0.3s ease;
}

.news_category li:hover {
  position: relative;
}

.news_category li:hover a {
  transition: all 0.3s ease;
  color: #7664ff;
}

.news_category li:hover::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7664ff;
  border-radius: 50%;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
}

@media print, screen and (min-width: 920px) {
  .news_category li:hover::before {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    right: unset;
    margin: unset;
  }
}

.news_category li.current {
  position: relative;
  background: #f6f5ff;
}

.news_category li.current a {
  color: #7664ff;
  font-weight: bold;
}

.news_category li.current::before {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7664ff;
  border-radius: 50%;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 920px) {
  .news_category li.current::before {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    right: unset;
    margin: unset;
  }
}

.news_sec .title_box {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .news_sec .title_box {
    margin-bottom: 50px;
  }
}

.title_box h2 {
  display: inline-block;
  background: linear-gradient(45deg, #a799fc 0%, #449dfd 92%, #449dfd 100%);
  background: -webkit-linear-gradient(45deg, #a799fc 0%, #449dfd 92%, #449dfd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: calc(3.6rem + (1vw - 0.32rem) * 1.4286);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.title_box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  color: #1e1938;
}

.news_sec {
  padding: 60px 0;
  background-color: #f2f8ff;
  position: relative;
}

@media print, screen and (min-width: 920px) {
  .news_sec {
    padding: 100px 0 90px;
  }
}

.news_sec_container {
  background-color: unset;
}

@media print, screen and (min-width: 920px) {
  .news_sec_container {
    display: flex;
    column-gap: 3%;
    justify-content: space-between;
    background-color: #fff;
    padding: 80px 8vw 50px;
  }
}

.news_sec_container .right {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0px 20px 30px;
  background: #fff;
}

@media print, screen and (min-width: 920px) {
  .news_sec_container .right {
    width: 71%;
    padding: 0;
    background: unset;
  }
}

.news_sec_container .left {
  width: 100%;
  background: unset;
  padding: 0;
}

@media print, screen and (min-width: 920px) {
  .news_sec_container .left {
    width: 24%;
    background-color: #fff;
  }
}

.news_sec_container .button01 {
  margin-left: auto;
}

.top_news_contents {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents {
    margin-bottom: 18px;
  }
}

.top_news_contents .news_item {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  transition: all 0.3s ease;
}

.top_news_contents .news_item a {
  display: block;
  padding: 18px 30px 18px 0;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .news_item a {
    padding: 18px 50px 18px 20px;
  }
}

.top_news_contents .news_item:first-child {
  border-top: none;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .news_item:first-child {
    border-top: 1px solid #e6e6e6;
  }
}

.top_news_contents .news_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #7664ff;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .news_item::after {
    right: 20px;
  }
}

.top_news_contents .news_item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%);
  right: 8px;
  width: 4.5px;
  height: 4.5px;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .news_item::before {
    right: 28px;
  }
}

.top_news_contents .news_item:hover {
  background-color: whitesmoke;
}

.top_news_contents .news_item:hover a {
  color: #7664ff;
}

.top_news_contents .day {
  color: #797979;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .day {
    font-size: 1.4rem;
  }
}

.top_news_contents .category {
  color: #797979;
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
  margin-left: 7px;
  border-radius: 11.88px;
  padding: 2px 12px;
  border: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .top_news_contents .category {
    font-size: 1.3rem;
    padding: 2px 7px;
  }
}

.top_news_contents .text {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 6px;
}

@media print, screen and (min-width: 920px) {
  .top_news_contents .text {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.top_news_contents .news_none {
  font-size: 1.3rem;
  padding: 15px;
}

@media print, screen and (min-width: 768px) {
  .top_news_contents .news_none {
    font-size: 1.4rem;
  }
}

.department_sec {
  padding: 50px 0;
  background: #f2f8ff;
  position: relative;
  z-index: 10;
}

.department_sec::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(90deg, #449dfd 0%, #a799fc 100%);
  -webkit-linear-gradient: linear-gradient(90deg, #449dfd 0%, #a799fc 100%);
  opacity: 0.49;
  top: 0;
}

@media print, screen and (min-width: 920px) {
  .department_sec::before {
    height: 50%;
  }
}

@media print, screen and (min-width: 920px) {
  .department_sec {
    padding: 100px 0 100px;
  }
}

.department_sec .page_inner_l {
  position: relative;
  z-index: 100;
}

.department_sec .page_inner_l .title_box {
  margin-bottom: 50px;
}

@media print, screen and (min-width: 920px) {
  .department_sec .page_inner_l .title_box {
    margin-bottom: 100px;
  }
}

.department_sec .page_inner_l .title_box h2 {
  display: inline-block;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-family: "Noto Serif", serif;
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .department_sec .page_inner_l .title_box h2 {
    font-size: 7.8rem;
  }
}

@media print, screen and (min-width: 920px) {
  .department_sec .page_inner_l .title_box h2 {
    margin-bottom: 0;
    text-align: left;
  }
}

.department_sec .page_inner_l .title_box p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  width: fit-content;
  margin-top: 4px;
}

@media print, screen and (min-width: 768px) {
  .department_sec .page_inner_l .title_box p {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 920px) {
  .department_sec .page_inner_l .title_box p {
    margin-top: 0;
  }
}

.department_sec .page_inner_l .title_box p::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -14px;
  width: 28px;
  height: 1px;
  background: #fff;
}

@media print, screen and (min-width: 920px) {
  .department_sec .page_inner_l .title_box p::after {
    width: 64px;
    bottom: -20px;
  }
}

.department_upper {
  flex-direction: column;
}

@media print, screen and (min-width: 920px) {
  .department_upper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.department_upper .left {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .department_upper .left,
  .department_upper .right {
    width: calc(50% - 20px);
  }
}

.department_upper .left .img img,
.department_upper .right .img img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.department_upper .left .content,
.department_upper .right .content {
  padding: 20px;
  background: #fff;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left .content,
  .department_upper .right .content {
    padding: 30px 40px;
  }
}

.department_upper .left .content .content_title,
.department_upper .right .content .content_title {
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.7rem + (1vw - 0.32rem) * 0.625);
  color: #1e1938;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.02em;
  transition: 0.3s all ease;
}

.department_upper .left .content .content_title li,
.department_upper .right .content .content_title li {
  padding-right: 33px;
  transition: 0.3s all ease;
}

.department_upper .left .content .content_title:hover li a,
.department_upper .right .content .content_title:hover li a {
  color: #7664ff;
}

.department_upper .left .content .content_title:hover::after,
.department_upper .right .content .content_title:hover::after {
  background: #f1efff;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

.department_upper .left .content .content_title:hover::before,
.department_upper .right .content .content_title:hover::before {
  z-index: 1;
}

.department_upper .left .content .content_title::after,
.department_upper .right .content .content_title::after {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #7664ff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left .content .content_title::after,
  .department_upper .right .content .content_title::after {
    width: 40px;
    height: 40px;
  }
}

.department_upper .left .content .content_title::before,
.department_upper .right .content .content_title::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  right: 11px;
  top: 50%;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s all ease;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left .content .content_title::before,
  .department_upper .right .content .content_title::before {
    width: 8px;
    height: 8px;
    right: 17px;
  }
}

.department_upper .left .content .content_title span,
.department_upper .right .content .content_title span {
  color: #7664ff;
  font-size: calc(1.2rem + (1vw - 0.32rem) * 0.3571);
  display: block;
}

.department_upper .left .content .content_link_child,
.department_upper .right .content .content_link_child {
  font-size: 2rem;
}

.department_upper .left .content .content_link_child li,
.department_upper .right .content .content_link_child li {
  margin-bottom: 10px;
}

.department_upper .left .content .content_link_child a,
.department_upper .right .content .content_link_child a {
  color: #1e1938;
  text-decoration: none;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.5357);
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  padding-right: 10px;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left .content .content_link_child a,
  .department_upper .right .content .content_link_child a {
    padding-right: 35px;
  }
}

.department_upper .left .content .content_link_child a::before,
.department_upper .right .content .content_link_child a::before {
  display: block;
  content: "";
  width: 5px;
  position: absolute;
  height: 5px;
  top: 50%;
  right: 0;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .department_upper .left .content .content_link_child a::before,
  .department_upper .right .content .content_link_child a::before {
    right: 20px;
  }
}

.department_upper .left .content .content_link_child a:hover,
.department_upper .right .content .content_link_child a:hover {
  color: #7664ff;
}

.department_upper .left .content .content_link_child a:hover::before,
.department_upper .right .content .content_link_child a:hover::before {
  right: -3px;
}

@media print, screen and (min-width: 768px) {
  .department_upper .left .content .content_link_child a:hover::before,
  .department_upper .right .content .content_link_child a:hover::before {
    right: 15px;
  }
}

.about_sec {
  padding: 0 0 30px;
  z-index: 10;
}

@media print, screen and (min-width: 920px) {
  .about_sec {
    padding: 0 0 100px;
  }
}

.about_eyecatch {
  height: 240px;
  background-image: url(/assets/admission/img/top/img_about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right 18%;
  position: relative;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .about_eyecatch {
    height: 350px;
    margin-bottom: 45px;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_eyecatch {
    height: 590px;
  }
}

.about_head {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: white;
  width: auto;
  padding-right: 30px;
}

@media print, screen and (min-width: 920px) {
  .about_head {
    min-width: unset;
    width: 100%;
    max-width: 45%;
    bottom: -82px;
    background-color: #fff;
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_head {
    width: auto;
    min-width: 650px;
    max-width: calc(100% - (50vw - 50% + 360px));
  }
}

@media print, screen and (min-width: 1180px) {
  .about_head {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 1440px) {
  .about_head {
    min-width: 680px;
  }
}

@media print, screen and (min-width: 1480px) {
  .about_head {
    max-width: 970px;
    min-width: 45%;
  }
}

.about_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}

.about_head.on_eyecatch {
  display: none;
}

@media print, screen and (min-width: 1090px) {
  .about_head.on_eyecatch {
    display: block;
  }
}

.about_head.off_eyecatch {
  display: block;
  position: relative;
  background: unset;
  bottom: unset;
  z-index: unset;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .about_head.off_eyecatch {
    margin-bottom: 30px;
  }
}

.about_head.off_eyecatch::before {
  display: none;
}

@media print, screen and (min-width: 1090px) {
  .about_head.off_eyecatch {
    display: none;
  }
}

.about_head.off_eyecatch .title_box {
  padding: 0;
}

.about_head.off_eyecatch .title_box p {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1024px) {
  .about_head.off_eyecatch .title_box p {
    margin-bottom: 0;
  }
}

.about_head_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 27px;
  text-align: left;
  color: #1e1938;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .about_head_title {
    margin-bottom: 65px;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_head_title {
    margin-bottom: 0;
    line-height: 54px;
    font-size: 1.8rem;
  }
}

.about_sec .title_box {
  padding: 40px 0 0px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .about_sec .title_box {
    padding: 20px 0 20px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .about_sec .title_box {
    padding: 40px 0 80px;
  }
}

.about_sec .title_box h2 {
  font-size: 3.9rem;
  text-align: center;
  margin-bottom: 7px;
  position: relative;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}

@media print, screen and (min-width: 768px) {
  .about_sec .title_box h2 {
    margin-bottom: 0px;
    text-align: left;
    font-size: 7.8rem;
  }
}

.about_sec .title_box h2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -38px;
  width: 28px;
  height: 1px;
  background: #7664ff;
}

@media print, screen and (min-width: 768px) {
  .about_sec .title_box h2::after {
    bottom: -35px;
  }
}

@media print, screen and (min-width: 920px) {
  .about_sec .title_box h2::after {
    width: 64px;
  }
}

.about_text {
  position: relative;
  z-index: 1;
}

.about_text a {
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 27px;
  padding: 0 55px 0 0;
}

@media print, screen and (min-width: 920px) {
  .about_text a {
    font-size: 2.3rem;
    padding: 0 70px 0 0;
  }
}

.about_text a::after {
  right: 21px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
}

@media print, screen and (min-width: 920px) {
  .about_text a::after {
    right: 27px;
    width: 10px;
    height: 10px;
  }
}

.about_text a::before {
  width: 39px;
  height: 39px;
  border: 1px solid #7664ff;
}

@media print, screen and (min-width: 920px) {
  .about_text a::before {
    width: 54px;
    height: 54px;
  }
}

@media print, screen and (min-width: 1280px) {
  .about_text a {
    margin: 0 0 auto;
  }
}

@media print, screen and (min-width: 2000px) {
  .about_text a {
    margin-top: 15px;
  }
}

.about_text_contents {
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 1090px) {
  .about_text_contents {
    flex-direction: row;
    align-items: flex-end;
  }
}

.about_text_contents p {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: calc(1.6rem + (1vw - 0.32rem) * 1.1607);
  line-height: 2;
  text-align: left;
  color: #1e1938;
}

.about_text_contents a {
  margin: 30px 0 0 auto;
}

@media print, screen and (min-width: 1090px) {
  .about_text_contents a {
    margin: 0;
  }
}

.link_sec {
  padding: 25px 0 50px;
}

@media print, screen and (min-width: 920px) {
  .link_sec {
    padding: 25px 0 80px;
  }
}

.link_sec_contents {
  display: flex;
  margin-top: 0;
  margin-left: 0;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .link_sec_contents {
    margin-top: -20px;
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents {
    margin-top: -40px;
    margin-left: -40px;
  }
}

.link_sec_contents li {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
  height: 75px;
}

@media print, screen and (min-width: 768px) {
  .link_sec_contents li {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    height: unset;
  }
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents li {
    width: calc(50% - 40px);
    margin-top: 40px;
    margin-left: 40px;
  }
}

.link_sec_contents li:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .link_sec_contents li:last-of-type {
    margin-bottom: 0;
  }
}

.link_sec_contents li a {
  display: flex;
  border: 1px solid #ddd;
  justify-content: flex-start;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.link_sec_contents li a:hover::after {
  background: #f1efff;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

.link_sec_contents li a:hover::before {
  z-index: 1;
}

.link_sec_contents li a:hover p {
  color: #7664ff;
}

.link_sec_contents li a:hover .link_img img {
  transform: scale(1.05);
}

.link_sec_contents li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: 15px;
  border: 1px solid #7664ff;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents li a::after {
    right: 30px;
    width: 40px;
    height: 40px;
  }
}

.link_sec_contents li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 26px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents li a::before {
    right: 47px;
    width: 7px;
    height: 7px;
  }
}

.link_sec_contents li a[target="_blank"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  display: block;
  margin-left: 4px;
  color: #7664ff;
  top: -5px;
  bottom: 0;
  margin: auto;
  transform: unset;
  right: 28px;
  font-size: 1rem;
  border-right: none;
  border-top: none;
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents li a[target="_blank"]::before {
    right: 50px;
    font-size: 1.2rem;
  }
}

.link_sec_contents li a .link_img {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: auto;
  height: 75px;
}

.link_sec_contents li a .link_img img {
  transition: all 0.3s ease-in-out;
  width: auto;
  aspect-ratio: 1/1;
  height: 75px;
}

@media print, screen and (min-width: 768px) {
  .link_sec_contents li a .link_img img {
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .link_sec_contents li a .link_img {
    height: unset;
    width: 28%;
    max-height: 180px;
    object-fit: contain;
  }
}

.link_sec_contents li a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(1.4rem + (1vw - 0.32rem) * 0.8929);
  letter-spacing: 0.03em;
  color: #1e1938;
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 55px 0 15px;
  line-height: 1.4;
}

@media print, screen and (min-width: 920px) {
  .link_sec_contents li a p {
    margin: 0 80px 0 30px;
  }
}

@media print, screen and (min-width: 1440px) {
  .link_sec_contents li a p {
    font-size: 2.5rem;
  }
}

.link_under {
  background: #f2f8ff;
  padding: 50px 0;
}

@media print, screen and (min-width: 920px) {
  .link_under {
    padding: 80px 0;
  }
}

.link_col3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 1090px) {
  .link_col3 ul {
    flex-wrap: nowrap;
  }
}

.link_col3 ul li {
  width: 100%;
  padding: 20px 60px 20px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}

.link_col3 ul li:last-of-type {
  margin-bottom: 0;
}

.link_col3 ul li:last-of-type::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  display: block;
  margin-left: 4px;
  color: #7664ff;
  top: -5px;
  bottom: 0;
  margin: auto;
  transform: unset;
  right: 33px;
  font-size: 1rem;
  border-right: none;
  border-top: none;
}

@media print, screen and (min-width: 920px) {
  .link_col3 ul li:last-of-type::before {
    right: 44px;
    font-size: 1.2rem;
  }
}

.link_col3 ul li:hover a {
  color: #7664ff;
}

.link_col3 ul li:hover::after {
  background-color: #f1efff;
  box-shadow: inset 0px 0px 0px 2px #fff;
}

.link_col3 ul li:hover::before {
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li {
    width: calc(50% - 10px);
    padding: 30px 60px 30px 40px;
  }
}

@media print, screen and (min-width: 1090px) {
  .link_col3 ul li {
    width: calc(33% - 10px);
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}

.link_col3 ul li::after {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #7664ff;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .link_col3 ul li::after {
    right: 30px;
  }
}

.link_col3 ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  right: 31px;
  top: 50%;
  border-top: 1px solid #7664ff;
  border-right: 1px solid #7664ff;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

@media print, screen and (min-width: 920px) {
  .link_col3 ul li::before {
    right: 41px;
  }
}

.link_col3 ul li a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.link_col3 ul li a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: calc(1.7rem + (1vw - 0.32rem) * 0.625);
  line-height: 1.4;
}

.link_col3 ul li a p span {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-size: 1.3rem;
  color: #7664ff;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a p span {
    font-size: 1.4rem;
  }
}

.link_col3 ul li a i {
  width: 50px;
  height: 50px;
  margin-right: 13px;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i {
    margin-right: 20px;
  }
}

.link_col3 ul li a i::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 3rem;
  color: #7664ff;
  position: absolute;
  z-index: 3;
  top: 49%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i::before {
    font-size: 4rem;
  }
}

.link_col3 ul li a i::after {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1efff;
  z-index: 1;
  left: 10px;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i::after {
    width: 48px;
    height: 48px;
  }
}

.link_col3 ul li a i.icon-qanda::before {
  font-size: 2.8rem;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i.icon-qanda::before {
    font-size: 3.3rem;
  }
}

.link_col3 ul li a i.icon-doc::before {
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i.icon-doc::before {
    margin-left: 0;
  }
}

.link_col3 ul li a i.icon-phone::before {
  font-size: 3rem;
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .link_col3 ul li a i.icon-phone::before {
    font-size: 3.5rem;
    margin-left: 1px;
  }
}

.gallery_sec {
  padding: 40px 0 50px;
}

@media print, screen and (min-width: 920px) {
  .gallery_sec {
    padding: 70px 0 80px;
  }
}

.gallery_title {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 920px) {
  .gallery_title {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
}

.gallery_title h2 {
  display: inline-block;
  background: linear-gradient(#449dfd 0%, #a799fc 100%);
  background: -webkit-linear-gradient(#449dfd 0%, #a799fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  padding-left: 32px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gallery_title h2 {
    padding-left: 40px;
  }
}

.gallery_title h2::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 24px;
  height: 1px;
  background: #7664ff;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .gallery_title h2::before {
    width: 30px;
  }
}

.insta_bar {
  position: relative;
  z-index: 1;
}

.insta_bar .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 25s linear infinite sliderAnimation;
}

.insta_bar .slide {
  width: 270px;
  margin: 0 3px;
  position: relative;
}

.insta_bar .slide img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media print, screen and (min-width: 920px) {
  .insta_bar .slide {
    width: 360px;
  }
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
