@charset "UTF-8";
.mv_wrap {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .mv_wrap {
    display: flex;
    margin-bottom: 90px;
  }
  .mv_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% + 90px);
    background: #f7f7f7;
  }
}

.mv_photo {
  position: relative;
  width: 100%;
  height: 68vw;
}
@media print, screen and (min-width: 920px) {
  .mv_photo {
    width: 70%;
    height: auto;
  }
}
.mv_photo .catch_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .mv_photo .catch_copy {
    font-size: 5rem;
    width: 100%;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_photo .catch_copy {
    font-size: 3.3vw;
  }
}

.mv_photo_slider {
  height: 100%;
  width: 100%;
  margin: 0;
}
.mv_photo_slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv_bnr {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 100px;
  background: #f7f7f7;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv_bnr {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 920px) {
  .mv_bnr {
    align-items: flex-start;
    width: 50%;
    margin-left: -20%;
    padding: 70px;
    background: none;
  }
}

.mv_bnr_slider_wrap {
  position: relative;
  width: 637px;
  max-width: 100%;
  z-index: 1;
  margin-top: -48px;
}
@media print, screen and (min-width: 920px) {
  .mv_bnr_slider_wrap {
    margin-top: 0;
  }
}

.mv_bnr_slider {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv_bnr_slider a {
  display: block;
  background: #fff;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .mv_bnr_slider a {
    padding: 20px;
  }
}
.mv_bnr_slider a img {
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .mv_bnr_slider a:hover img {
    opacity: 0.7;
  }
}

.swiper_nav {
  position: relative;
  display: block;
  height: 35px;
  width: 250px;
  margin-left: auto;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .swiper_nav {
    margin-top: 42px;
    margin-right: 36px;
  }
}

.mv_bnr .swiper_nav {
  position: absolute;
  right: 10px;
  bottom: -60px;
  margin: 0;
}
@media print, screen and (min-width: 920px) {
  .mv_bnr .swiper_nav {
    bottom: -13%;
    right: 36px;
  }
}

/* ¥×¥í¥°¥ì¥¹¥Ð©` */
.progressbar {
  position: absolute;
  width: 80px;
  height: 2px;
  top: 16px;
  left: 30px;
  background: #d7d7e0;
  border-radius: 7px;
  overflow: hidden;
}
.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: #222222;
  top: 4px;
  left: 0;
}

.swiper-pagination-total {
  position: absolute;
  color: #222222;
  top: 4px;
  left: 123px;
}

/* Ç°¤Ø´Î¤Ø¤ÎÊ¸Ó¡¥«¥¹¥¿¥Þ¥¤¥º */
/* ¹²Í¨²¿·Ö */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  display: block;
  width: 35px !important;
  height: 35px !important;
  margin-top: 0;
  border: 1px solid #d7d7e0;
  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;
}
@media print, screen and (min-width: 768px) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #f7f7f7;
  }
}

.swiper-button-next {
  right: unset !important;
  left: 215px !important;
  top: 0 !important;
}
.swiper-button-next:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -1px;
}

.swiper-button-prev {
  right: unset !important;
  left: 170px !important;
  top: 0 !important;
}
.swiper-button-prev:after {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 2px;
}

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

.top_bnr {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 920px) {
  .top_bnr {
    margin-top: 120px;
  }
}
.top_bnr img {
  transition: 0.3s ease;
}
.top_bnr:hover img {
  opacity: 0.7;
}

.caution {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
@media print, screen and (min-width: 768px) {
  .caution {
    margin-top: -20px;
  }
}
.caution dl {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .caution dl {
    display: flex;
  }
}
.caution dt {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #622f85;
  line-height: 1.4;
  width: 100%;
  padding: 15px;
}
@media print, screen and (min-width: 920px) {
  .caution dt {
    font-size: 1.6rem;
    width: 25%;
  }
}
.caution dt i {
  font-size: 1.8rem;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .caution dt i {
    font-size: 2.1rem;
    margin-right: 8px;
  }
}
.caution dd {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .caution dd {
    padding: 25px 35px;
  }
}
.caution dd li {
  margin-top: 15px;
}
@media print, screen and (min-width: 920px) {
  .caution dd li {
    margin-top: 10px;
  }
}
.caution dd li:first-child {
  margin-top: 0;
}
.caution dd a {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .caution dd a {
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
}
.caution dd a .icon-arrow01.in_bg {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #e63434;
  margin-left: 0.3em;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .caution dd a .icon-arrow01.in_bg {
    margin-left: 0.5em;
    font-size: 1.5rem;
    width: 16px;
    height: 16px;
  }
}
.caution dd a:hover .text {
  color: #622f85;
}
.caution dd .day {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 20px;
  display: block;
  color: #5a5a5a;
}
@media print, screen and (min-width: 920px) {
  .caution dd .day {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
}
.caution dd .text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5a5a5a;
  text-decoration: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .caution dd .text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .caution dd .text {
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
}

.pickup {
  overflow: hidden;
}

.title_pickup {
  padding: 60px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .title_pickup {
    padding: 70px 0;
  }
}
.title_pickup .title {
  display: flex;
  align-items: baseline;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .title_pickup .title {
    font-size: 3.7rem;
  }
}
.title_pickup .title span {
  font-size: 1.2rem;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .title_pickup .title span {
    font-size: 1.5rem;
  }
}

.pickup_slider {
  overflow: visible;
}
.pickup_slider a {
  display: block;
  text-decoration: none;
  color: #222222;
  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 img {
    transform: scale(1.05);
  }
  .pickup_slider a:hover .info {
    opacity: 0.6;
  }
}
.pickup_slider .bg {
  height: 40vw;
  overflow: hidden;
  border-bottom: 3px solid #895f97;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider .bg {
    height: 16vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .pickup_slider .bg {
    height: 17vw;
  }
}
@media print, screen and (min-width: 1440px) {
  .pickup_slider .bg {
    height: 240px;
  }
}
.pickup_slider .bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pickup_slider .info {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  column-gap: 10px;
  transition: 0.3s ease;
}
.pickup_slider .info .date {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider .info .date {
    font-size: 1.3rem;
  }
}
.pickup_slider .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #895f97;
  color: #895f97;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 8px 1px 8px;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider .info .category {
    font-size: 1.3rem;
    padding: 2px 8px 2px 8px;
  }
}
.pickup_slider .info .title {
  width: 100%;
  margin-top: 5px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5a5a5a;
}
.pickup_slider .info .tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-left: -6px;
  margin-right: -6px;
}
.pickup_slider .info .tags .tag {
  padding: 0 6px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .pickup_slider .swiper_nav {
    margin-right: 0;
  }
}
.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;
}

.topics {
  padding-top: 80px;
  padding-bottom: 65px;
}
@media print, screen and (min-width: 920px) {
  .topics {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media print, screen and (min-width: 1180px) {
  .colms_wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 1180px) {
  .colms_wrap .colm_news {
    width: 60%;
    padding-right: 3%;
  }
}
.colms_wrap .colm_pr {
  margin-top: 60px;
}
@media print, screen and (min-width: 1180px) {
  .colms_wrap .colm_pr {
    width: 40%;
    padding-left: 3%;
    margin-top: 0;
  }
}

.topics_category_select {
  width: 100%;
  max-width: 350px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .topics_category_select {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .topics_category_select .dropdown {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.news_list .news_list_item a {
  border: 0;
}
@media print, screen and (min-width: 920px) {
  .news_list .news_list_item .bg {
    height: 19vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .news_list .news_list_item .bg {
    height: 150px;
  }
}
.news_list .news_list_item .info {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 920px) {
  .pr_list {
    margin-top: -20px;
  }
}
.pr_list li {
  border-bottom: 1px solid #ccc;
}
.pr_list li a {
  display: block;
  padding: 15px 0;
  color: #222222;
  text-decoration: none;
  transition: 0.5s ease;
}
@media print, screen and (min-width: 920px) {
  .pr_list li a {
    padding: 20px 0 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .pr_list li a:hover {
    background: #f7f7f7;
  }
}
.pr_list .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 5px;
}
@media print, screen and (min-width: 920px) {
  .pr_list .info {
    flex-wrap: nowrap;
    row-gap: 0;
  }
}
.pr_list .info .date {
  display: block;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .pr_list .info .date {
    font-size: 1.3rem;
  }
}
.pr_list .info .category {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  border: 1px solid #895f97;
  color: #895f97;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 2px 8px 1px 8px;
}
@media print, screen and (min-width: 920px) {
  .pr_list .info .category {
    font-size: 1.3rem;
    padding: 2px 8px 2px 8px;
  }
}
.pr_list .info .tags {
  padding-left: 10px;
}
.pr_list .info .tag {
  width: 100%;
  color: #5a5a5a;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 920px) {
  .pr_list .info .tag {
    width: auto;
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
.pr_list .title {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 920px) {
  .pr_list .title {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}
.pr_list .title span {
  background-image: linear-gradient(to right, #222222, #222222);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition-duration: 0.4s;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

.sns_box {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 15px 20px 15px;
}
@media print, screen and (min-width: 768px) {
  .sns_box {
    padding: 45px 30px 30px 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sns_box {
    padding: 45px 50px 30px 50px;
  }
}
.sns_box .text_follow {
  position: absolute;
  top: -6%;
  left: -5%;
  width: 40vw;
  transform: rotate(-12deg);
}
@media print, screen and (min-width: 768px) {
  .sns_box .text_follow {
    top: -8%;
    left: -4%;
    width: 25vw;
  }
}
@media print, screen and (min-width: 920px) {
  .sns_box .text_follow {
    top: -50px;
    left: -40px;
    width: 256px;
  }
}
.sns_box .title_sns {
  text-align: center;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 768px) {
  .sns_box .title_sns {
    margin-bottom: 33px;
  }
}
.sns_box .title_sns .title {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .sns_box .title_sns .title {
    font-size: 2.3rem;
  }
}
.sns_box .sns_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
@media print, screen and (min-width: 920px) {
  .sns_box .sns_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sns_box .sns_list li {
  width: calc((100% - 10px) / 2);
  padding: 0 5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sns_box .sns_list li {
    margin-bottom: 30px;
    width: calc((100% - 30px) / 4);
    padding: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .sns_box .sns_list li {
    padding: 0 15px;
  }
}
.sns_box .sns_list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 768px) {
  .sns_box .sns_list li a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sns_box .sns_list li a:hover {
    color: #895f97;
  }
}
.sns_box .sns_list li a i {
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .sns_box .sns_list li a i {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .sns_box .sns_list li a i {
    margin-right: 20px;
  }
}
.sns_box .sns_list 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;
}
@media print, screen and (min-width: 768px) {
  .sns_box .sns_list li a i:before {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .sns_box .sns_list li a i:before {
    font-size: 4.8rem;
  }
}
.sns_box .sns_list li a i.i_inst:before {
  content: "\e906";
}
.sns_box .sns_list li a i.i_fb:before {
  content: "\e908";
}
.sns_box .sns_list li a i.i_yt:before {
  content: "\e907";
}

.department {
  background: #f7f7f7;
  padding: 90px 0;
}
@media print, screen and (min-width: 920px) {
  .department {
    padding: 140px 0;
  }
}

.title_department {
  margin-bottom: 60px;
}
.title_department .title {
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .title_department .title {
    font-size: 3.5rem;
  }
}
.title_department .title span {
  display: block;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .title_department .title span {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 920px) {
  .department_menu {
    display: flex;
  }
}

.department_menu__item {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .department_menu__item {
    width: 50%;
  }
}
.department_menu__item.literature {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .department_menu__item.literature {
    margin-bottom: 0;
  }
}
.department_menu__item.literature .bg {
  background-image: url(/assets/main/img/top/department_literature_img.jpg);
}
@media print, screen and (min-width: 920px) {
  .department_menu__item.literature .bg {
    margin-left: calc(-50vw + 100%);
  }
}
.department_menu__item.literature .menu_box {
  border-bottom-color: #b99576;
}
.department_menu__item.literature .menu_box .link_head {
  border-bottom-color: #b99576;
}
.department_menu__item.literature .menu_box_wrap {
  margin-top: -40px;
  margin-right: 0;
}
@media print, screen and (min-width: 920px) {
  .department_menu__item.literature .menu_box_wrap {
    padding-right: 8.5%;
    margin-top: -75px;
  }
}
.department_menu__item.humanlife .bg {
  background-image: url(/assets/main/img/top/department_humanlife_img.jpg);
}
@media print, screen and (min-width: 920px) {
  .department_menu__item.humanlife .bg {
    margin-right: calc(-50vw + 100%);
  }
}
.department_menu__item.humanlife .menu_box {
  border-bottom-color: #90c0b2;
}
.department_menu__item.humanlife .menu_box .link_head {
  border-bottom-color: #90c0b2;
}
.department_menu__item.humanlife .menu_box_wrap {
  margin-top: -40px;
  margin-left: auto;
}
@media print, screen and (min-width: 920px) {
  .department_menu__item.humanlife .menu_box_wrap {
    margin-top: -75px;
    padding-left: 8.5%;
  }
}
.department_menu__item .bg {
  margin: 0 calc(-50vw + 50%);
  padding-top: 80%;
  background: no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .department_menu__item .bg {
    margin: 0;
    width: calc(100% + 50vw - 100%);
    padding-top: 80%;
  }
}
.department_menu__item .menu_box {
  background: #fff;
  padding: 20px 20px 20px;
  border-bottom: 5px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box {
    padding: 25px 35px 35px;
  }
}
.department_menu__item .menu_box .link_head {
  display: block;
  position: relative;
  line-height: 1.1;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #b99576;
  color: #222222;
  text-decoration: none;
  padding-bottom: 17px;
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_head {
    font-size: 2.7rem;
    padding-bottom: 20px;
  }
}
.department_menu__item .menu_box .link_head:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -8px;
  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;
  content: "\e900";
  font-size: 1.3rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_head:after {
    font-size: 2rem;
    margin-top: -8px;
  }
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_head:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .department_menu__item .menu_box .link_head:hover:after {
    color: #895f97;
    right: -5px;
  }
}
.department_menu__item .menu_box .link_list {
  margin-top: 10px;
}
.department_menu__item .menu_box .link_list li a {
  position: relative;
  display: block;
  padding: 6px 30px 6px 0;
  color: #222222;
  text-decoration: none;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_list li a {
    padding: 3px 30px 3px 0;
    font-size: 1.8rem;
  }
}
.department_menu__item .menu_box .link_list li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -3px;
  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;
  content: "\e901";
  font-size: 1.2rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_list li a:after {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .department_menu__item .menu_box .link_list li a:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .department_menu__item .menu_box .link_list li a:hover:after {
    color: #895f97;
    right: -5px;
  }
}
.department_menu__item .menu_box_note {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}

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

.department_submenu_box {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .department_submenu_box {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 920px) {
  .department_submenu_box .submenu_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.department_submenu_box .submenu_list li {
  width: 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .department_submenu_box .submenu_list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.department_submenu_box .submenu_list li.wide_full {
  width: 100%;
  margin-bottom: 0;
}

.research {
  overflow: hidden;
  padding: 0 0 45px;
}
@media print, screen and (min-width: 920px) {
  .research {
    padding: 0 0 160px;
  }
}
@media print, screen and (min-width: 920px) {
  .research .swiper_nav {
    margin-right: 0;
  }
}
.research .swiper_nav .swiper-pagination-current,
.research .swiper_nav .swiper-pagination-total {
  color: #fff;
}
.research .swiper_nav .progressbar span {
  background-color: #222222;
}

.title_research {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 920px) {
  .title_research {
    margin-bottom: 50px;
  }
}
.title_research .title {
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .title_research .title {
    font-size: 3.5rem;
  }
}
.title_research .subtitle {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  color: #5a5a5a;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .title_research .subtitle {
    font-size: 1.8rem;
  }
}

.research_intro {
  font-size: 1.4rem;
  margin-bottom: 35px;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .research_intro {
    margin-bottom: 45px;
  }
}

.research_link_list li {
  border-bottom: 1px solid #d7d7e0;
}
.research_link_list li a {
  position: relative;
  display: block;
  color: #222222;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  padding: 20px 30px 20px 0;
}
@media print, screen and (min-width: 920px) {
  .research_link_list li a {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .research_link_list li a:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .research_link_list li a:hover:after {
    color: #895f97;
    right: -3px;
  }
}
.research_link_list li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  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;
  content: "\e900";
  font-size: 1.2rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .research_link_list li a:after {
    font-size: 1.65rem;
  }
}

.research_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .research_tags {
    gap: 10px;
  }
}
.research_tags .tag {
  display: inline-block;
  background: #f7f7f7;
  line-height: 1;
  padding: 8px 8px;
  color: #5a5a5a;
  text-decoration: none;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .research_tags .tag {
    padding: 10px 8px;
    font-size: 1.4rem;
  }
}
.research_tags .tag:hover {
  background: #5a5a5a;
  color: #fff;
}

.research_head {
  position: relative;
  padding-top: 30px;
  padding-bottom: 45px;
  background: #b8aba7;
}
@media print, screen and (min-width: 920px) {
  .research_head {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .research_colm_wrap {
    display: flex;
  }
}

@media print, screen and (min-width: 920px) {
  .research_colm__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .research_colm__item.item_res_slider {
    padding-left: 40px;
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .research_colm__item.item_res_slider {
    padding-left: 96px;
  }
}

.research_info_box {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 60px 35px 60px 0;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 920px) {
  .research_info_box {
    padding: 80px 52px;
    margin-bottom: -70px;
  }
}
.research_info_box:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
}
@media print, screen and (min-width: 920px) {
  .research_info_box:after {
    content: none;
  }
}

.research_slider_bottom_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b5aeaa;
}
@media print, screen and (min-width: 768px) {
  .research_slider_bottom_bg {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .research_slider_bottom_bg {
    padding-top: 88px;
    padding-bottom: 60px;
  }
}

.research_slider_bottom {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 920px) {
  .research_slider_bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.research_slider_bottom .research_more {
  width: 100%;
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .research_slider_bottom .research_more {
    width: 586px;
    max-width: 45%;
    margin-top: 0;
  }
}
.research_slider_bottom .swiper_nav {
  margin-top: 0;
}
@media print, screen and (min-width: 920px) {
  .research_slider_bottom .swiper_nav {
    margin-top: 50px;
    margin-right: 0;
  }
}

.research_bottom {
  padding: 30px 0 90px;
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .research_bottom {
    padding-top: 56px;
  }
}
@media print, screen and (min-width: 920px) {
  .research_bottom {
    padding: 56px 0 140px;
  }
}

@media print, screen and (min-width: 920px) {
  .research_submenu {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.research_submenu li {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .research_submenu li {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 0;
  }
}

.research_slider .swiper-slide {
  width: 100%;
}
.research_slider .swiper-slide a {
  display: block;
  color: #222222;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .research_slider .swiper-slide a:hover .bg img {
    transform: scale(1.05);
  }
}
.research_slider .swiper-slide a .bg {
  overflow: hidden;
  height: 55vw;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a .bg {
    height: 380px;
  }
}
@media print, screen and (min-width: 1180px) {
  .research_slider .swiper-slide a .bg {
    height: 320px;
  }
}
.research_slider .swiper-slide a .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.research_slider .swiper-slide a .info {
  position: relative;
  margin-top: -20px;
  padding-right: 12%;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a .info {
    margin-top: -45px;
  }
}
.research_slider .swiper-slide a .info .title {
  display: inline-block;
  background: #fff;
  padding: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a .info .title {
    padding: 20px 30px 20px 16px;
    font-size: 2rem;
  }
}
.research_slider .swiper-slide a .info .title > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.research_slider .swiper-slide a .info .tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  margin-left: -4px;
  margin-right: -4px;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a .info .tags {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.research_slider .swiper-slide a .info .tags .tag {
  padding: 0 4px;
  color: #fff;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .research_slider .swiper-slide a .info .tags .tag {
    padding: 0 12px;
    font-size: 1.5rem;
  }
}

.feature {
  padding-top: 60%;
  padding-bottom: 90px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .feature {
    padding-top: 45%;
  }
}
@media print, screen and (min-width: 920px) {
  .feature {
    padding-top: 30%;
    padding-bottom: 150px;
  }
}
.feature:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background: url(/assets/main/img/top/feature_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .feature:before {
    padding-top: 70%;
  }
}
@media print, screen and (min-width: 920px) {
  .feature:before {
    padding-top: 50%;
  }
}

.feature_slider {
  position: relative;
  z-index: 1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 920px) {
  .feature_slider {
    margin: 0;
  }
}
.feature_slider a {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.feature_slider a img {
  transition: 0.3s ease;
}
.feature_slider a:hover img {
  opacity: 0.7;
}
@media print, screen and (min-width: 920px) {
  .feature_slider .swiper_nav {
    margin-right: 54px;
  }
}
.feature_slider .swiper_nav .swiper-button-prev,
.feature_slider .swiper_nav .swiper-button-next {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}
.feature_slider .swiper_nav .swiper-button-prev:hover,
.feature_slider .swiper_nav .swiper-button-next:hover {
  background-color: #fff;
}

.feature_bnr_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-left: -5px;
  margin-right: -5px;
}
@media print, screen and (min-width: 920px) {
  .feature_bnr_list {
    margin-top: 140px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.feature_bnr_list li {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .feature_bnr_list li {
    width: 33.333333%;
  }
}
@media print, screen and (min-width: 920px) {
  .feature_bnr_list li {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 16.666666666%;
  }
}
.feature_bnr_list li a {
  display: block;
}
.feature_bnr_list li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=top.css.map */