@charset "UTF-8";
.no_links {
  pointer-events: none !important;
}

.header {
  background-color: #fff;
}

.bg_gray {
  background-color: #f7f7f7;
}
.bg_gray:before, .bg_gray:after {
  content: "";
  display: table;
}

.page_breadcrumb_wrap {
  padding-top: 12px;
}
@media print, screen and (min-width: 920px) {
  .page_breadcrumb_wrap {
    padding-top: 35px;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.page_breadcrumb_list li {
  margin-right: 10px;
}
.page_breadcrumb_list li:after {
  content: "\e90e";
  font-size: 1rem;
  line-height: 1.4;
  font-family: "icomoon";
  margin-left: 10px;
}
.page_breadcrumb_list li:last-of-type {
  margin-right: 0;
}
.page_breadcrumb_list li:last-of-type:after {
  content: none;
  margin-left: 0;
}
.page_breadcrumb_list li > a {
  text-decoration: none;
  color: #9a9a9a;
  font-size: 1.4rem;
}
.page_breadcrumb_list li > a:hover {
  text-decoration: underline;
}
.page_breadcrumb_list li > span {
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: 700;
}

.page_head {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 23px;
}
@media print, screen and (min-width: 920px) {
  .page_head {
    padding-top: 90px;
    padding-bottom: 46px;
  }
}
.page_head .page_head_title {
  font-family: "noto serif jp", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #262224;
}
@media print, screen and (min-width: 768px) {
  .page_head .page_head_title {
    font-size: 3.8rem;
  }
}

.eye_catch_img {
  height: 28vw;
  background: url(/assets/main/img/common/underlayer_eyecatch_guide.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .eye_catch_img {
    height: 385px;
  }
}

.page_eyecatch {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  height: 35vw;
  background: url(/assets/main/img/common/underlayer_eyecatch_normal.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .page_eyecatch {
    height: 350px;
  }
}
@media print, screen and (min-width: 1024px) {
  .page_eyecatch {
    margin-right: 0;
  }
}

.dept .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_dept.jpg);
}
.dept.program .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_program.jpg);
}
.dept.postgraduate .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_postgraduate.jpg);
}
.dept.humanlife .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_humanlife.jpg);
}
.dept.literature .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_literature.jpg);
}

.support .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_support.jpg);
}

.research .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_research.jpg);
}

.career .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_career.jpg);
}

.guide .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_guide.jpg);
}

.entry .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_entry.jpg);
}

.abroad .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_abroad.jpg);
}

.fujinomi .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_fujinomikai.jpg);
}

.club .page_eyecatch {
  background-image: url(/assets/main/img/common/underlayer_eyecatch_club.jpg);
}

@media print, screen and (min-width: 1024px) {
  .column_single .article_flex_body {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .column_single .article_flex_body__bg:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .column_single .article_flex_body__inner {
    padding: 70px 0 155px 0;
    max-width: none;
  }
}

.article_wrap {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .article_wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 1430px) {
  .article_wrap {
    display: flex;
    margin-right: -110px;
  }
}

.article_flex_body {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_body {
    width: calc(100% - 300px);
    flex-shrink: 0;
  }
}

.article_flex_body__bg {
  position: relative;
  background-color: #fff;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_body__bg:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100vw;
    background-color: #fff;
  }
}

.article_flex_body__inner {
  max-width: 940px;
  padding: 40px 20px;
}
@media print, screen and (min-width: 768px) {
  .article_flex_body__inner {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .article_flex_body__inner {
    padding: 70px 40px 155px 0;
  }
}

.article_flex_nav {
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav {
    position: relative;
    top: auto;
    left: auto;
  }
}
.article_flex_nav.js_side_fix {
  position: fixed;
  top: 48px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .article_flex_nav.js_side_fix {
    top: 96px;
  }
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix {
    position: relative;
    top: auto;
    left: auto;
  }
}
.article_flex_nav.js_side_fix .article_flex_nav__inner {
  padding: 0;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav.js_side_fix .article_flex_nav__inner {
    padding-left: 40px;
  }
}

.sp_no_underlayer_nav .article_flex_nav {
  visibility: hidden;
}
@media print, screen and (min-width: 1024px) {
  .sp_no_underlayer_nav .article_flex_nav {
    visibility: visible;
  }
}

.article_flex_nav__inner {
  padding: 50px 0;
}
@media print, screen and (min-width: 1024px) {
  .article_flex_nav__inner {
    padding: 0;
    width: 300px;
    padding: 0;
    padding-left: 40px;
  }
}
.article_flex_nav__inner.is_fixed {
  position: fixed;
  top: 117px;
  width: 300px;
}
.article_flex_nav__inner.is_absolute {
  position: absolute;
  top: inherit;
  bottom: 0;
  width: 100%;
}

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

.news_head_title {
  display: inline-flex;
  align-items: center;
  background-color: #622f85;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "noto serif jp", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .news_head_title {
    padding: 15px 20px;
    font-size: 1.6rem;
  }
}
.news_head_title: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;
  content: "\e910";
  font-size: 2.3rem;
  margin-right: 4px;
}
@media print, screen and (min-width: 920px) {
  .news_head_title:before {
    margin-right: 6px;
  }
}

.news_head_list li {
  font-size: 1.4rem;
  font-weight: 700;
  list-style: none;
  border-bottom: 1px solid #d7d7e0;
}
.news_head_list li:before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .news_head_list li {
    font-size: 1.6rem;
  }
}
.news_head_list li a {
  display: block;
  text-decoration: none;
  color: #434343;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .news_head_list li a {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  .news_head_list li a:hover {
    background: #f7f7f7;
  }
}
.news_head_list li .date {
  display: block;
  margin-right: 20px;
  font-size: 1.3rem;
}
.news_head_list li .title {
  display: block;
}

.archive_category_search {
  padding: 20px 15px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  .archive_category_search {
    display: flex;
    padding: 30px 45px;
    margin-bottom: 40px;
  }
}

.archive_category_news,
.archive_category_keyword {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .archive_category_news,
  .archive_category_keyword {
    width: 50%;
  }
}
.archive_category_news .name,
.archive_category_keyword .name {
  font-family: "noto serif jp", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #262224;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .archive_category_news .name,
  .archive_category_keyword .name {
    font-size: 1.6rem;
  }
}

.archive_category_news {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .archive_category_news {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

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

.nav_title {
  color: #5a5a5a;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1024px) {
  .nav_title {
    margin-bottom: 30px;
  }
}
.nav_title .main {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1;
  margin-right: 5px;
}
@media print, screen and (min-width: 1024px) {
  .nav_title .main {
    display: block;
    margin-right: 0;
  }
}
.nav_title .sub {
  font-family: "noto serif jp", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.nav_category {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .nav_category {
    margin-bottom: 90px;
  }
}
.nav_category .nav_category_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -15px;
}
@media print, screen and (min-width: 1024px) {
  .nav_category .nav_category_list {
    display: inline-block;
    margin: 0;
  }
}
.nav_category .nav_category_list li {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .nav_category .nav_category_list li {
    width: 33.3%;
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nav_category .nav_category_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nav_category .nav_category_list li:last-child {
    margin-bottom: 0;
  }
}
.nav_category .nav_category_list li.current a {
  color: #222222;
  padding-left: 12px;
}
@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li.current a {
    padding-left: 15px;
  }
}
.nav_category .nav_category_list li.current a:before {
  opacity: 1;
}
.nav_category .nav_category_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.nav_category .nav_category_list li a:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #895f97;
  border-radius: 30px;
  margin-right: 3px;
  transition: 0.3s ease;
  opacity: 0;
}
@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li a:before {
    width: 7px;
    height: 7px;
  }
}
.nav_category .nav_category_list li a:hover {
  color: #222222;
  padding-left: 12px;
}
@media print, screen and (min-width: 920px) {
  .nav_category .nav_category_list li a:hover {
    padding-left: 15px;
  }
}
.nav_category .nav_category_list li a:hover:before {
  opacity: 1;
}

.nav_keyword {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .nav_keyword {
    margin-bottom: 90px;
  }
}
.nav_keyword .nav_keyword_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  transition: all 0.3s ease;
}
.nav_keyword .nav_keyword_list li {
  padding-right: 8px;
  padding-bottom: 10px;
}
.nav_keyword .nav_keyword_list a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border: 1px solid #d7d7e0;
}
.nav_keyword .nav_keyword_list a:before {
  content: "#";
  margin-right: -2px;
}
.nav_keyword .nav_keyword_list a:hover {
  background: #5a5a5a;
  color: #fff;
  border-color: #5a5a5a;
}

.nav_backnumber {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .nav_backnumber {
    margin-bottom: 60px;
  }
}
.nav_backnumber .nav_backnumber_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -15px;
}
.nav_backnumber .nav_backnumber_list li {
  width: 33.3%;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .nav_backnumber .nav_backnumber_list li {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .nav_backnumber .nav_backnumber_list li {
    width: 50%;
    padding: 0;
    margin-bottom: 8px;
  }
}
.nav_backnumber .nav_backnumber_list li.current a {
  color: #222222;
  padding-left: 12px;
}
@media print, screen and (min-width: 920px) {
  .nav_backnumber .nav_backnumber_list li.current a {
    padding-left: 15px;
  }
}
.nav_backnumber .nav_backnumber_list li.current a:before {
  opacity: 1;
}
.nav_backnumber .nav_backnumber_list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.nav_backnumber .nav_backnumber_list li a:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #895f97;
  border-radius: 30px;
  margin-right: 3px;
  transition: 0.3s ease;
  opacity: 0;
}
@media print, screen and (min-width: 920px) {
  .nav_backnumber .nav_backnumber_list li a:before {
    width: 7px;
    height: 7px;
  }
}
.nav_backnumber .nav_backnumber_list li a:hover {
  color: #222222;
  padding-left: 12px;
}
@media print, screen and (min-width: 920px) {
  .nav_backnumber .nav_backnumber_list li a:hover {
    padding-left: 15px;
  }
}
.nav_backnumber .nav_backnumber_list li a:hover:before {
  opacity: 1;
}

.nav_info {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .nav_info {
    margin-bottom: 90px;
  }
}
.nav_info .info_bnr + .info_bnr {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base {
    padding: 18px 40px 18px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base:after {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .nav_info .info_bnr .btn_base:hover:after {
    right: 10px;
  }
}

.entry .underlayer_nav__title {
  align-items: center;
  padding-left: 18px;
}
@media print, screen and (min-width: 1024px) {
  .entry .underlayer_nav__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
.entry .underlayer_nav__title::before {
  content: "";
  display: block;
  width: 80px;
  height: 9px;
  background: url(/assets/main/img/entry/underlayer_nav__title_option.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .entry .underlayer_nav__title::before {
    width: 84px;
    height: 14px;
    left: 18px;
    top: 60px;
    bottom: auto;
    margin: 0;
  }
}
.entry .underlayer_nav__title .title {
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  .entry .underlayer_nav__title .title {
    padding-left: 0;
  }
}

.underlayer_nav__title {
  position: relative;
  display: flex;
  background: #622f85;
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__title {
    align-items: flex-end;
    height: 120px;
    padding: 15px 18px;
  }
}
.underlayer_nav__title::after {
  content: none;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 135px;
  height: 97px;
  background: url(/assets/main/img/common/side_nav_title_obj.svg);
  background-size: 135px 97px;
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__title::after {
    content: "";
  }
}
.underlayer_nav__title .title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 18px;
  width: 100%;
  z-index: 1;
  font-family: "noso serif jp", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__title .title {
    display: block;
    padding: 0;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer_nav__title a.title:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
.underlayer_nav__title .toggle {
  position: relative;
  width: 60px;
  height: 47px;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__title .toggle {
    display: none;
  }
}
.underlayer_nav__title .toggle:before, .underlayer_nav__title .toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  width: 13px;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s ease;
}
.underlayer_nav__title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.underlayer_nav__title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.underlayer_nav__list {
  display: none;
  overflow-y: auto;
  height: 300px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__list {
    display: block;
    background: none;
    height: calc(100vh - 266px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }
}
.underlayer_nav__list::-webkit-scrollbar {
  width: 5px;
}
.underlayer_nav__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.underlayer_nav__list::-webkit-scrollbar-thumb {
  background: #d7d7e0;
  box-shadow: none;
}
.underlayer_nav__list .list_box {
  padding: 5px 18px 40px;
}
@media print, screen and (min-width: 1024px) {
  .underlayer_nav__list .list_box {
    padding-bottom: 5px;
  }
}
.underlayer_nav__list .nav_list > li {
  border-bottom: 1px solid #d7d7e0;
}
.underlayer_nav__list .nav_list > li:last-child {
  border-bottom: 0;
}
.underlayer_nav__list .nav_list > li .nav_list_title {
  display: flex;
  position: relative;
}
.underlayer_nav__list .nav_list > li .nav_list_title .link {
  display: flex;
  padding: 12px 10px;
  width: 100%;
  text-decoration: none;
  color: #222222;
}
.underlayer_nav__list .nav_list > li .nav_list_title .link.this_page {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  transition: none;
}
.underlayer_nav__list .nav_list > li .nav_list_title .link.this_page::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #895f97;
  position: absolute;
  top: 21px;
  left: 0;
}
.underlayer_nav__list .nav_list > li .nav_list_title .link:hover {
  font-weight: bold;
}
.underlayer_nav__list .nav_list > li .nav_list_title .toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 32px;
  cursor: pointer;
}
.underlayer_nav__list .nav_list > li .nav_list_title .toggle:before, .underlayer_nav__list .nav_list > li .nav_list_title .toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  width: 13px;
  transform: translate(-50%, -50%);
  background: #895f97;
  transition: 0.3s ease;
}
.underlayer_nav__list .nav_list > li .nav_list_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.underlayer_nav__list .nav_list > li .nav_list_title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.underlayer_nav__list .nav_list > li .child {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 20px;
  margin-bottom: 20px;
  display: none;
}
.underlayer_nav__list .nav_list > li .child li .child_title {
  display: flex;
  position: relative;
}
.underlayer_nav__list .nav_list > li .child li .child_title .link {
  display: flex;
  padding: 5px 0;
  width: 100%;
  text-decoration: none;
  color: #222222;
  font-size: 1.4rem;
}
.underlayer_nav__list .nav_list > li .child li .child_title .link.this_page {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  transition: none;
}
.underlayer_nav__list .nav_list > li .child li .child_title .link.this_page::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #895f97;
  position: absolute;
  top: 13px;
  left: 0;
}
.underlayer_nav__list .nav_list > li .child li .child_title .link:hover {
  font-weight: bold;
}
.underlayer_nav__list .nav_list > li .child li .child_title .toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 24px;
  cursor: pointer;
}
.underlayer_nav__list .nav_list > li .child li .child_title .toggle:before, .underlayer_nav__list .nav_list > li .child li .child_title .toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  width: 10px;
  transform: translate(-50%, -50%);
  background: #895f97;
  transition: 0.3s ease;
}
.underlayer_nav__list .nav_list > li .child li .child_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.underlayer_nav__list .nav_list > li .child li .child_title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.underlayer_nav__list .nav_list > li .grandchild {
  display: none;
  padding-left: 15px;
  padding-bottom: 5px;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title {
  display: flex;
  position: relative;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .link {
  display: flex;
  padding: 3px 0;
  width: 100%;
  text-decoration: none;
  color: #222222;
  font-size: 1.4rem;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .link.this_page {
  font-weight: bold;
  position: relative;
  padding-left: 0;
  transition: none;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .link.this_page::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #895f97;
  position: absolute;
  top: 11px;
  left: -14px;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .link:hover {
  font-weight: bold;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 24px;
  cursor: pointer;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .toggle:before, .underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  width: 10px;
  transform: translate(-50%, -50%);
  background: #895f97;
  transition: 0.3s ease;
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.underlayer_nav__list .nav_list > li .grandchild li .grandchild_title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.underlayer_nav__list .nav_list > li .greatgrandchild {
  display: none;
  padding-left: 15px;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title {
  display: flex;
  position: relative;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .link {
  display: flex;
  padding: 3px 0;
  width: 100%;
  text-decoration: none;
  color: #222222;
  font-size: 1.4rem;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .link.this_page {
  font-weight: bold;
  position: relative;
  padding-left: 0;
  transition: none;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .link.this_page::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #895f97;
  position: absolute;
  top: 11px;
  left: -14px;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .link:hover {
  font-weight: bold;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .toggle {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 24px;
  cursor: pointer;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .toggle:before, .underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 2px;
  width: 10px;
  transform: translate(-50%, -50%);
  background: #895f97;
  transition: 0.3s ease;
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .toggle:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.underlayer_nav__list .nav_list > li .greatgrandchild li .greatgrandchild_title .toggle.active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.underlayer_nav__list .nav_list > li .greatgreatgrandson {
  display: none;
  padding-left: 15px;
}
.underlayer_nav__list .nav_list > li .greatgreatgrandson li a {
  display: block;
  color: #222222;
  text-decoration: none;
  padding: 3px 0;
  font-size: 1.3rem;
}
.underlayer_nav__list .nav_list > li .greatgreatgrandson li a.this_page {
  font-weight: bold;
  position: relative;
  transition: none;
}
.underlayer_nav__list .nav_list > li .greatgreatgrandson li a.this_page::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #895f97;
  position: absolute;
  top: 10px;
  left: -14px;
}
.underlayer_nav__list .nav_list > li .greatgreatgrandson li a:hover {
  font-weight: bold;
}

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

.faculty_title {
  position: relative;
  font-weight: 600;
  font-size: 2.1rem;
  font-family: "noto serif jp", serif;
  color: #262224;
  padding: 10px 0 9px 20px;
  margin-bottom: 25px;
  margin-top: 45px;
  line-height: 1.35;
}
@media print, screen and (min-width: 920px) {
  .faculty_title {
    font-size: 2.8rem;
    margin-top: 60px;
    margin-bottom: 45px;
    padding: 16px 0 15px 40px;
  }
}
.faculty_title:before, .faculty_title:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #895f97;
}
.faculty_title:after {
  left: 6px;
}
.faculty_title span {
  display: block;
  font-size: 1.6rem;
  color: #5a5a5a;
  padding-bottom: 4px;
}
@media print, screen and (min-width: 920px) {
  .faculty_title span {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .faculty_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media print, screen and (min-width: 1180px) {
  .faculty_list {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.faculty_list__item {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item {
    display: block;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1180px) {
  .faculty_list__item {
    width: 33.33333%;
    padding: 0 12px;
  }
}
.faculty_list__item a {
  position: relative;
  display: block;
  color: #222222;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faculty_list__item a:after {
  position: absolute;
  bottom: 6px;
  right: 11px;
  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.1rem;
  color: #5a5a5a;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item a:after {
    font-size: 1.2rem;
  }
}
.faculty_list__item a:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 920px) {
  .faculty_list__item a:hover:after {
    right: 8px;
    color: #895f97;
  }
}
.faculty_list__item .img {
  height: 55vw;
  border-bottom: 2px solid #895f97;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .img {
    height: 28vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .faculty_list__item .img {
    height: 19vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .faculty_list__item .img {
    height: 200px;
  }
}
.faculty_list__item .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.faculty_list__item .info {
  padding: 15px 15px 30px;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .info {
    padding: 20px 20px 40px;
  }
}
.faculty_list__item .title {
  display: block;
  font-family: "noso serif jp", serif;
  padding-bottom: 8px;
  margin-bottom: 11px;
  border-bottom: 1px solid #d7d7e0;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .title {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.faculty_list__item .title .main {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .title .main {
    font-size: 2.2rem;
  }
}
.faculty_list__item .title .sub {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .title .sub {
    font-size: 1.5rem;
  }
}
.faculty_list__item .position {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .position {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.faculty_list__item .affiliation .affiliation__set {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.3rem;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .faculty_list__item .affiliation .affiliation__set {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.faculty_list__item .affiliation .affiliation__set span {
  display: inline-block;
  margin-right: 1em;
}
.faculty_list__item.cat_12 .img {
  border-color: #b99576;
}
.faculty_list__item.cat_13 .img {
  border-color: #90c0b2;
}

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

.faculty_single_head__info {
  width: 100%;
  padding-right: 10%;
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_head__info {
    margin-top: 0;
    order: 1;
  }
}
@media print, screen and (min-width: 1180px) {
  .faculty_single_head__info {
    padding-right: 60px;
  }
}
.faculty_single_head__info .title {
  display: block;
  font-family: "noso serif jp", serif;
  font-weight: normal;
  padding-bottom: 8px;
  margin-bottom: 11px;
  border-bottom: 1px solid #d7d7e0;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .faculty_single_head__info .title {
    padding-bottom: 20px;
    margin-bottom: 23px;
  }
}
.faculty_single_head__info .title .main {
  font-size: 1.8rem;
  color: #222222;
}
@media print, screen and (min-width: 768px) {
  .faculty_single_head__info .title .main {
    font-size: 3rem;
  }
}
.faculty_single_head__info .title .sub {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .faculty_single_head__info .title .sub {
    font-size: 1.6rem;
  }
}
.faculty_single_head__info .profile_box {
  margin-bottom: 12px;
  color: #5a5a5a;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_head__info .profile_box {
    margin-bottom: 16px;
  }
}
.faculty_single_head__info .profile_box dt {
  font-weight: bold;
}
.faculty_single_head__info .profile_box.profile_affiliation, .faculty_single_head__info .profile_box.profile_position, .faculty_single_head__info .profile_box.profile_mail {
  display: flex;
  flex-wrap: wrap;
}
.faculty_single_head__info .profile_box.profile_affiliation dt, .faculty_single_head__info .profile_box.profile_position dt, .faculty_single_head__info .profile_box.profile_mail dt {
  flex-shrink: 0;
  padding-right: 1.3em;
}
.faculty_single_head__info .profile_box.profile_affiliation, .faculty_single_head__info .profile_box.profile_position {
  font-weight: bold;
}
.faculty_single_head__info .profile_box_child_set {
  display: flex;
}
.faculty_single_head__info .profile_box_child_set span {
  padding-right: 1em;
}

.faculty_single_head__img {
  flex-shrink: 0;
  margin-top: -20px;
}
.faculty_single_head__img img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .faculty_single_head__img {
    margin-top: -30px;
  }
}
@media print, screen and (min-width: 920px) {
  .faculty_single_head__img {
    width: 460px;
    margin-top: 0;
    order: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .faculty_single_head__img {
    width: 380px;
  }
}
@media print, screen and (min-width: 1280px) {
  .faculty_single_head__img {
    width: 460px;
  }
}

.faculty_single_section {
  margin-top: 35px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_section {
    margin-top: 45px;
  }
}
.faculty_single_section.faculty_section_mt_l {
  margin-top: 55px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_section.faculty_section_mt_l {
    margin-top: 85px;
  }
}

.faculty_single_title {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "noto serif jp", serif;
  background: rgb(240, 241, 246);
  background: linear-gradient(90deg, rgb(240, 241, 246) 0%, rgba(240, 241, 246, 0.5032387955) 35%, rgba(240, 241, 246, 0.2035189076) 75%, rgba(240, 241, 246, 0) 100%);
  color: #262224;
  padding: 18px 20px 20px 20px;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 28px 0 27px 40px;
  }
}

.faculty_single_title_s {
  position: relative;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "noto serif jp", serif;
  line-height: 1.5;
  color: #262224;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_title_s {
    font-size: 2.2rem;
  }
}

.faculty_single_box p {
  margin-top: 10px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_box p {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.faculty_single_box p + ul, .faculty_single_box p + ol {
  margin-top: 0;
}
.faculty_single_box a {
  display: inline-block;
  position: relative;
  color: #5163b2;
}
.faculty_single_box a:hover {
  text-decoration: none;
}
.faculty_single_box a:after {
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 2px;
}
.faculty_single_box a[target=_blank]:after {
  content: "\e90d";
  font-size: 1.1rem;
}
.faculty_single_box a[href$=".pdf"]:after {
  content: "\e90b";
  color: #db1b47;
  font-size: 1.4rem;
}
.faculty_single_box a[href$=".xls"]:after, .faculty_single_box a[href$=".xlsx"]:after {
  content: "\e90a";
  color: #00aa97;
  font-size: 1.4rem;
}
.faculty_single_box a[href$=".doc"]:after, .faculty_single_box a[href$=".docx"]:after {
  content: "\e90c";
  color: #5163b2;
  font-size: 1.4rem;
}
.faculty_single_box a[href$=".ppt"]:after, .faculty_single_box a[href$=".mp4"]:after, .faculty_single_box a[href$=".zip"]:after, .faculty_single_box a[href$=".mp3"]:after {
  content: "\e909";
  color: #5a5a5a;
  font-size: 1.4rem;
}
.faculty_single_box a img {
  transition: opacity 0.3s;
}
.faculty_single_box a.btn_basic {
  background-color: #fff;
  border: 1px solid #222222;
  color: #222222;
  padding: 13px 40px 13px 15px;
  text-decoration: none;
}
.faculty_single_box a.btn_basic:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 10px solid #222222;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
.faculty_single_box a.btn_basic[target=_blank]:after {
  content: "\e906";
  font-family: "icomoon";
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 0px solid transparent;
  border-left: 0px solid transparent;
  right: 15px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_box a.btn_basic:hover {
    background-color: #222222;
    color: #fff;
  }
}
.faculty_single_box .emphasis {
  position: relative;
  display: block;
  padding: 20px;
  border: 1px solid #d7d7e0;
}
@media print, screen and (min-width: 1180px) {
  .faculty_single_box .emphasis {
    padding: 30px;
  }
}
.faculty_single_box .emphasis:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 0;
  border-top: 2px solid #d7d7e0;
  border-left: 2px solid #d7d7e0;
}
.faculty_single_box .emphasis:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: 2px solid #d7d7e0;
  border-right: 2px solid #d7d7e0;
}
.faculty_single_box .emphasis p {
  margin-bottom: 0;
}
.faculty_single_box .emphasis > *:first-of-type {
  margin: 0;
}

.faculty_single_message {
  position: relative;
  padding: 25px;
  margin-top: 45px;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_message {
    padding: 29px 40px;
    margin-top: 60px;
  }
}
.faculty_single_message:before, .faculty_single_message:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7e0;
}
.faculty_single_message:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  left: 4px;
  top: 4px;
}
.faculty_single_message .obj_message {
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: 1;
  transform: rotate(-11deg);
  width: 110px;
}
@media print, screen and (min-width: 768px) {
  .faculty_single_message .obj_message {
    top: -20px;
    width: 138px;
  }
}
@media print, screen and (min-width: 1080px) {
  .faculty_single_message .obj_message {
    left: 50%;
    transform: translateX(-330px) rotate(-11deg);
  }
}
.faculty_single_message .title {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "noto serif jp", serif;
  line-height: 1.5;
  color: #262224;
}
@media print, screen and (min-width: 920px) {
  .faculty_single_message .title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.nav_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .nav_pagination {
    margin-top: 60px;
  }
}
.nav_pagination .prev a,
.nav_pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  color: #222222;
}
.nav_pagination .prev {
  margin-right: 20px;
}
.nav_pagination .prev a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(-2px) rotate(180deg);
}
.nav_pagination .prev a:hover {
  background: #fff;
}
.nav_pagination .next {
  margin-left: 20px;
}
.nav_pagination .next a:after {
  content: "\e90e";
  font-family: "icomoon";
  transform: translate(2px);
}
.nav_pagination .next a:hover {
  background: #fff;
}
.nav_pagination .count {
  display: flex;
  align-items: center;
}
.nav_pagination .count a {
  display: block;
  text-decoration: none;
  width: 42px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "noso serif jp", serif;
  padding: 12px;
  border: 1px solid #b5b9bc;
}
.nav_pagination .count a:hover {
  opacity: 0.6;
}
.nav_pagination .count li {
  margin-right: 10px;
  height: 100%;
  text-align: center;
}
.nav_pagination .count li:last-of-type {
  margin-right: 0;
}
.nav_pagination .count li.current a {
  color: #895f97;
  border: 1px solid #895f97;
}
.nav_pagination .count li.dot {
  color: #222222;
  border: none;
  padding: 15px 0;
  min-width: auto;
}
.nav_pagination .page_back {
  display: block;
  padding: 0 50px;
}
.nav_pagination .page_back a {
  display: block;
  text-decoration: none;
  color: #222222;
  width: 108px;
  text-align: center;
  border: 1px solid #d7d7e0;
  padding: 8px 10px;
  font-family: "noso serif jp", serif;
}
@media print, screen and (min-width: 920px) {
  .nav_pagination .page_back a:hover {
    background: #ededef;
  }
}
.nav_pagination.single_pagination {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .nav_pagination.single_pagination {
    margin-top: 100px;
  }
}

.news_single_title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9a9a9a;
}
@media print, screen and (min-width: 768px) {
  .news_single_title {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
.news_single_title .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .news_single_title .info {
    column-gap: 22px;
  }
}
.news_single_title .info .date {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .date {
    font-size: 1.6rem;
  }
}
.news_single_title .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 2px 8px;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .category {
    font-size: 1.6rem;
    padding: 2px 8px 2px 8px;
  }
}
.news_single_title .info .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.news_single_title .info .tags .tag {
  padding: 0 6px;
  font-size: 1.3rem;
  color: #5a5a5a;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .info .tags .tag {
    font-size: 1.5rem;
  }
}
.news_single_title .title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "noto serif jp", serif;
}
@media print, screen and (min-width: 920px) {
  .news_single_title .title {
    margin-top: 15px;
    font-size: 2.8rem;
  }
}

.single_title_region_company {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 920px) {
  .single_title_region_company {
    margin-bottom: 80px;
  }
}
.single_title_region_company .title_under_day {
  font-weight: bold;
  font-size: 1.6rem;
}
.single_title_region_company .author {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .single_title_region_company .author {
    margin-top: 32px;
  }
}
.single_title_region_company .contact_info {
  margin-top: 20px;
  padding: 18px 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5a5a5a;
}
@media print, screen and (min-width: 920px) {
  .single_title_region_company .contact_info {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 920px) {
  .region_company .type_own_colm .news_list_item:nth-child(even) a {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 920px) {
  .region_company .type_own_colm .news_list_item:nth-child(even) .info {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media print, screen and (min-width: 920px) {
  .region_company .type_own_colm .news_list_item .bg {
    width: 55%;
    height: 370px;
  }
}

.four_years_flow {
  margin-right: calc(-50vw + 50%);
  overflow: auto;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow {
    margin-right: 0;
  }
}
.four_years_flow .scroll-hint-icon {
  top: 40%;
}

.four_years_flow_container {
  display: flex;
  flex-wrap: wrap;
  min-width: 840px;
  line-height: 1.1;
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .four_years_flow_container {
    min-width: auto;
  }
}
.four_years_flow_container .title_year {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "noto serif jp", serif;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .title_year {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 920px) {
  .four_years_flow_container .title_year {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .title_year {
    font-size: 2.5rem;
  }
}
.four_years_flow_container .title_year span {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .title_year span {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .four_years_flow_container .title_year span {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .title_year span {
    font-size: 5rem;
  }
}
.four_years_flow_container .row_box {
  height: 52px;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .row_box {
    height: 62px;
  }
}
.four_years_flow_container .arrow_writing {
  position: relative;
}
.four_years_flow_container .arrow_writing > span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 0 5px 10px;
}
.four_years_flow_container .arrow_writing > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 38px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .arrow_writing > span::after {
    border-width: 27px 0 27px 48px;
    right: -46px;
  }
}
.four_years_flow_container .arrow_writing > span.two_lines {
  padding: 2px 0 2px 10px;
}
.four_years_flow_container .arrow_writing > span a,
.four_years_flow_container .arrow_writing > span span {
  text-decoration: none;
  color: #622f85;
  white-space: nowrap;
  z-index: 1;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .arrow_writing > span a,
  .four_years_flow_container .arrow_writing > span span {
    font-size: clamp(1.1rem, 0.03rem + 1.2vw, 1.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .arrow_writing > span a.type_small,
  .four_years_flow_container .arrow_writing > span span.type_small {
    font-size: clamp(1rem, -0.2rem + 1.2vw, 1.5rem);
  }
}
.four_years_flow_container .arrow_writing > span a {
  padding-left: 20px;
}
.four_years_flow_container .arrow_writing > span a::after {
  position: relative;
  font-family: "icomoon" !important;
  speak: never;
  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: "\e90f";
  display: inline-block;
  font-size: 1rem;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a::after {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .four_years_flow_container .arrow_writing > span a::after {
    font-size: 1.3rem;
  }
}
.four_years_flow_container .arrow_writing > span a:hover::after {
  transform: translateY(3px);
}
.four_years_flow_container .arrow_writing > span a.type_small {
  padding-left: 0;
}
.four_years_flow_container .arrow_writing > span a.type_small::before {
  left: -15px;
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a.type_small::before {
    left: -22px;
  }
}
.four_years_flow_container .arrow_writing > span a.type_small::after {
  font-size: 1rem;
  margin-left: 5px;
  transform: translateY(2px);
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a.type_small::after {
    transform: translateY(0);
  }
}
@media print, screen and (min-width: 1280px) {
  .four_years_flow_container .arrow_writing > span a.type_small::after {
    font-size: 1.1rem;
  }
}
.four_years_flow_container .arrow_writing > span a.type_small:hover::after {
  transform: translateY(5px);
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a.type_small:hover::after {
    transform: translateY(3px);
  }
}
.four_years_flow_container .arrow_writing > span a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -10px;
  left: -2px;
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a::before {
    width: 30px;
    height: 30px;
    top: -20px;
  }
}
.four_years_flow_container .arrow_writing > span a.sharp_05:before {
  background-image: url(/assets/main/img/career/sharp_05.svg);
}
.four_years_flow_container .arrow_writing > span a.sharp_06 {
  padding-left: 0;
}
.four_years_flow_container .arrow_writing > span a.sharp_06:before {
  background-image: url(/assets/main/img/career/sharp_06.svg);
  left: -15px;
}
@media print, screen and (min-width: 1180px) {
  .four_years_flow_container .arrow_writing > span a.sharp_06:before {
    left: -22px;
  }
}
.four_years_flow_container .arrow_writing > span a.sharp_07:before {
  background-image: url(/assets/main/img/career/sharp_07.svg);
}
.four_years_flow_container .arrow_writing > span a.sharp_08:before {
  background-image: url(/assets/main/img/career/sharp_08.svg);
}
.four_years_flow_container .arrow_writing > span a.sharp_09:before {
  background-image: url(/assets/main/img/career/sharp_09.svg);
}
.four_years_flow_container .arrow_writing > span a.sharp_10:before {
  background-image: url(/assets/main/img/career/sharp_10.svg);
}
.four_years_flow_container .arrow_writing > span a.sharp_11:before {
  background-image: url(/assets/main/img/career/sharp_11.svg);
}
.four_years_flow_container .term {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "noto serif jp", serif;
  text-align: center;
  width: 96%;
  margin: 0 auto;
  padding: 5px;
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .term {
    font-size: 1.7rem;
  }
}
.four_years_flow_container .w_100 {
  width: calc(100% - 36px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_100 {
    width: calc(100% - 46px);
  }
}
.four_years_flow_container .w_120 {
  width: calc(120% - 36px + 2px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_120 {
    width: calc(120% - 46px + 2px);
  }
}
.four_years_flow_container .w_190 {
  width: calc(190% - 36px + 2px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_190 {
    width: calc(190% - 46px + 2px);
  }
}
.four_years_flow_container .w_200 {
  width: calc(200% - 36px + 2px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_200 {
    width: calc(200% - 46px + 2px);
  }
}
.four_years_flow_container .w_300 {
  width: calc(300% - 36px + 2px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_300 {
    width: calc(300% - 46px + 2px);
  }
}
.four_years_flow_container .w_400 {
  width: calc(400% - 36px + 8px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_400 {
    width: calc(400% - 46px + 8px);
  }
}
.four_years_flow_container .w_500 {
  width: calc(500% - 36px + 14px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_500 {
    width: calc(500% - 46px + 14px);
  }
}
.four_years_flow_container .w_600 {
  width: calc(600% - 36px + 14px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_600 {
    width: calc(600% - 46px + 16px);
  }
}
.four_years_flow_container .w_700 {
  width: calc(700% - 36px + 20px);
}
@media print, screen and (min-width: 768px) {
  .four_years_flow_container .w_700 {
    width: calc(700% - 46px + 22px);
  }
}

.year_contents_box {
  padding: 10px 0;
}

.first_year {
  width: 14.2857142857%;
  border-right: 2px solid #fff;
}
.first_year .title_year {
  color: #b99576;
}
.first_year .year_contents_box {
  background-color: #f6edde;
  border-left: 2px solid #f6edde;
}
.first_year .writing_area {
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .first_year .writing_area {
    height: 186px;
  }
}
.first_year .vertical_writing {
  writing-mode: vertical-rl;
  color: #622f85;
  font-weight: bold;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .first_year .vertical_writing {
    font-size: clamp(1.1rem, 0.03rem + 1.2vw, 1.8rem);
  }
}
.first_year .vertical_writing a {
  text-decoration: none;
  color: #622f85;
  position: relative;
  display: inline-block;
}
.first_year .vertical_writing a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/main/img/career/sharp_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -20px;
  left: -26px;
}
@media print, screen and (min-width: 1180px) {
  .first_year .vertical_writing a::before {
    width: 30px;
    height: 30px;
    left: -34px;
  }
}
.first_year .vertical_writing a::after {
  font-family: "icomoon" !important;
  speak: never;
  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: "\e90f";
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 1180px) {
  .first_year .vertical_writing a::after {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .first_year .vertical_writing a::after {
    font-size: 1.3rem;
    transform: translateX(-2px);
  }
}
.first_year .vertical_writing a:hover::after {
  transform: translate(-2px, 3px);
}
.first_year .term {
  background-color: #b99576;
}

.second_year {
  width: 28.5714285714%;
  border-right: 2px solid #fff;
}
.second_year .title_year {
  color: #ce805d;
}
.second_year .year_contents_box {
  background-color: #f6e2d1;
  display: flex;
  flex-wrap: wrap;
}
.second_year .early_term,
.second_year .late_term {
  width: 50%;
}
.second_year .early_term {
  border-right: 2px solid #e7ded4;
}
.second_year .term {
  background-color: #ce805d;
}

.third_year {
  width: 28.5714285714%;
  border-right: 2px solid #fff;
}
.third_year .title_year {
  color: #00beac;
}
.third_year .year_contents_box {
  background-color: #e1ecf2;
  display: flex;
  flex-wrap: wrap;
}
.third_year .early_term,
.third_year .late_term {
  width: 50%;
}
.third_year .early_term {
  border-right: 2px solid #d7d7e0;
}
.third_year .term {
  background-color: #00beac;
}

.fourth_year {
  width: 28.5714285714%;
  border-right: 2px solid #fff;
}
.fourth_year .title_year {
  color: #40a4de;
}
.fourth_year .year_contents_box {
  background-color: #dae3f2;
  border-right: 2px solid #dae3f2;
}
.fourth_year .term {
  background-color: #40a4de;
}

.year_flow_bottom {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .year_flow_bottom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00beac;
    height: 27px;
    width: 28px;
  }
}
@media print, screen and (min-width: 1180px) {
  .year_flow_bottom::before {
    height: 36px;
  }
}
@media print, screen and (min-width: 920px) {
  .year_flow_bottom::after {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #00beac transparent transparent transparent;
    border-width: 25px 25px 0 25px;
  }
}
@media print, screen and (min-width: 1180px) {
  .year_flow_bottom::after {
    top: 28px;
    border-width: 26px 26px 0 26px;
  }
}
.year_flow_bottom .title_year {
  color: #00beac;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: "noto serif jp", serif;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom .title_year {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 920px) {
  .year_flow_bottom .title_year {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .year_flow_bottom .title_year {
    font-size: 2.5rem;
  }
}
.year_flow_bottom .title_year span {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom .title_year span {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 920px) {
  .year_flow_bottom .title_year span {
    font-size: 4.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .year_flow_bottom .title_year span {
    font-size: 5rem;
  }
}
.year_flow_bottom .early_term,
.year_flow_bottom .late_term {
  padding: 12px;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom .early_term,
  .year_flow_bottom .late_term {
    width: 50%;
    padding: 12px 18px;
  }
}
.year_flow_bottom .early_term {
  border-right: 2px solid #e7ded4;
}
.year_flow_bottom .term {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "noto serif jp", serif;
  text-align: center;
  padding: 0 5px;
  background-color: #00beac;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom .term {
    margin-bottom: 20px;
  }
}
.year_flow_bottom li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px !important;
  list-style-type: none;
}
.year_flow_bottom li:last-child {
  margin-bottom: 0 !important;
}
.year_flow_bottom li::before {
  top: 5px !important;
}
.year_flow_bottom li a {
  color: #622f85;
  text-decoration: none;
}
.year_flow_bottom li a:hover {
  opacity: 0.7;
}
.year_flow_bottom li a:hover::after {
  transform: translateY(3px);
}
.year_flow_bottom li a::after {
  font-family: "icomoon" !important;
  speak: never;
  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: "\e90f";
  display: inline-block;
  font-size: 1rem;
  margin-left: 10px;
  transition: 0.3s;
}

.year_flow_bottom_flex {
  border: 2px solid #00beac;
  background-color: #e1ecf2;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .year_flow_bottom_flex {
    display: flex;
  }
}
.year_flow_bottom_flex .late_term ul {
  padding-left: 20px;
}
.year_flow_bottom_flex .late_term a {
  position: relative;
}
.year_flow_bottom_flex .late_term a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -9px;
  left: -43px;
}
@media print, screen and (min-width: 1180px) {
  .year_flow_bottom_flex .late_term a::before {
    width: 26px;
    height: 26px;
    top: -11px;
    left: -45px;
  }
}
.year_flow_bottom_flex .late_term a.sharp_02::before {
  background-image: url(/assets/main/img/career/sharp_02.svg);
}
.year_flow_bottom_flex .late_term a.sharp_03::before {
  background-image: url(/assets/main/img/career/sharp_03.svg);
}
.year_flow_bottom_flex .late_term a.sharp_04::before {
  background-image: url(/assets/main/img/career/sharp_04.svg);
}

.literature_highlighter {
  font-weight: normal;
  background-color: rgba(185, 149, 118, 0.3);
}

.human_highlighter {
  font-weight: normal;
  background-color: rgba(144, 192, 178, 0.3);
}

.dept_button {
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .dept_button {
    font-size: 2rem;
    letter-spacing: 0.08em;
    max-width: 580px;
    margin: 0 auto;
  }
}
.dept_button .btn_base {
  padding: 15px 40px 15px 20px;
}
@media print, screen and (min-width: 920px) {
  .dept_button .btn_base {
    padding: 20px 50px 20px 30px;
  }
}
.dept_button span {
  font-size: 1.2rem;
  margin-left: 2em;
}
@media print, screen and (min-width: 920px) {
  .dept_button span {
    font-size: 1.4rem;
  }
}

.dept_h2 {
  color: #5a5a5a;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media print, screen and (min-width: 980px) {
  .dept_h2 {
    font-size: 3.5rem;
  }
}

.dept_h3 {
  color: #5a5a5a;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 920px) {
  .dept_h3 {
    font-size: 2.7rem;
  }
}
.dept_h3 span {
  font-size: 1.4rem;
  display: block;
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .dept_h3 span {
    margin-left: 1em;
    display: inline;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_h3 span {
    font-size: 2rem;
  }
}

.dept_top_container {
  padding-top: 0px;
  padding-bottom: 85px;
}
@media print, screen and (min-width: 980px) {
  .dept_top_container {
    padding-bottom: 100px;
  }
}
.dept_top_container .page_breadcrumb_wrap {
  display: none;
}
@media print, screen and (min-width: 980px) {
  .dept_top_container .page_breadcrumb_wrap {
    display: block;
  }
}

.dept_mv_wrap {
  position: relative;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_wrap {
    display: flex;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.dept_mv_photo {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_photo {
    width: 66.7%;
    height: 68vw;
    height: auto;
  }
}
.dept_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: 6vw;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .dept_mv_photo .catch_copy {
    font-size: 5rem;
    width: 100%;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width: 980px) {
  .dept_mv_photo .catch_copy {
    font-size: 2.7vw;
  }
}

.dept_mv_photo_img .pc_mv {
  display: none;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_photo_img .pc_mv {
    display: inline-block;
  }
}
.dept_mv_photo_img .sp_mv {
  display: inline-block;
  width: 100%;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_photo_img .sp_mv {
    display: none;
  }
}

.dept_mv_bnr {
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  border-bottom: 3px solid;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 22px 16px;
  position: relative;
  top: -45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 980px) {
  .dept_mv_bnr {
    width: 39%;
    min-width: 430px;
    position: absolute;
    top: auto;
    bottom: 10%;
    right: 30px;
    padding: 40px 26px;
    margin: auto;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_mv_bnr {
    padding: 47px 35px;
    right: 6%;
  }
}
.dept_mv_bnr .small {
  font-size: 1.3rem;
  color: #5a5a5a;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_bnr .small {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_mv_bnr .small {
    font-size: 2rem;
  }
}
.dept_mv_bnr .large {
  color: #5a5a5a;
  font-size: 2.5rem;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_bnr .large {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_mv_bnr .large {
    font-size: 3.8rem;
  }
}
.dept_mv_bnr .text {
  color: #5a5a5a;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_bnr .text {
    letter-spacing: 0.5rem;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_mv_bnr .text {
    font-size: 2.6rem;
  }
}
.dept_mv_bnr .supplement {
  font-size: 1.3rem;
  margin-top: 14px;
}
@media print, screen and (min-width: 980px) {
  .dept_mv_bnr .supplement {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_mv_bnr .supplement {
    margin-top: 30px;
  }
}
.dept_mv_bnr .supplement strong {
  font-weight: normal;
}
.dept_mv_bnr.literature_bnr {
  border-color: #b99576;
}
.dept_mv_bnr.human_bnr {
  border-color: #90c0b2;
}
.dept_mv_bnr a {
  color: #5a5a5a;
}
.dept_mv_bnr a:hover {
  text-decoration: none;
}

.dept_mv_bnr_text {
  font-size: 1.3rem;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .dept_mv_bnr_text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.dept_mv_bnr_text span {
  padding: 0 3px;
}
.dept_mv_bnr_text a {
  display: block;
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .dept_mv_bnr_text a {
    margin-top: 20px;
  }
}

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

.dept_h1 {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .dept_h1 {
    margin-bottom: 20px;
  }
}
.dept_h1 .small {
  display: block;
}

.dept_nav ul {
  background-color: #fff;
  padding: 10px 17px;
}
@media print, screen and (min-width: 980px) {
  .dept_nav ul {
    display: flex;
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_nav ul {
    padding: 0 16px;
  }
}
@media print, screen and (min-width: 1280px) {
  .dept_nav ul {
    padding: 0 20px;
  }
}
.dept_nav li {
  flex-grow: 1;
}
.dept_nav li a {
  display: block;
  color: #222222;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
  border-top: 1px solid #d7d7e0;
  padding: 20px 0;
}
@media print, screen and (min-width: 980px) {
  .dept_nav li a {
    text-align: center;
    line-height: inherit;
    padding: 14px 0;
    border-top: none;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_nav li a {
    font-size: 1.7rem;
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .dept_nav li a {
    font-size: 1.8rem;
    padding: 18px 0;
  }
}
.dept_nav li a span {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
@media print, screen and (min-width: 980px) {
  .dept_nav li a span {
    justify-content: flex-start;
    display: block;
    border-left: 1px solid #d7d7e0;
  }
}
.dept_nav li a span::after {
  display: inline-block;
  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: 2rem;
  margin-left: 15px;
  transition: 0.3s ease;
}
.dept_nav li a em {
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
}
.dept_nav li:hover span::after {
  color: #895f97;
  margin-left: 17px;
  margin-right: -2px;
}
.dept_nav li:hover em {
  opacity: 0.6;
}
.dept_nav li:first-child a {
  border-top: none;
}
.dept_nav li:first-child a span {
  border-left: none;
}

.dept_news {
  padding: 60px 0;
}
@media print, screen and (min-width: 920px) {
  .dept_news {
    padding: 120px 0 50px;
  }
}
.dept_news .news_list_item a {
  border: none;
}
.dept_news .news_list.literature .bg::after {
  background-color: #b99576;
}
.dept_news .news_list.literature .info .category {
  border: 1px solid #b99576;
  color: #b99576;
}
.dept_news .news_list.human .bg::after {
  background-color: #90c0b2;
}
.dept_news .news_list.human .info .category {
  border: 1px solid #90c0b2;
  color: #90c0b2;
}

.dept_news_title {
  border-bottom: 1px solid #5a5a5a;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .dept_news_title {
    margin-bottom: 45px;
  }
}
.dept_news_title h2 {
  font-size: 2.4rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 360px) {
  .dept_news_title h2 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_news_title h2 {
    font-size: 3.5rem;
  }
}
.dept_news_title h2 span {
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
  margin-left: 2em;
  white-space: nowrap;
}
@media print, screen and (min-width: 360px) {
  .dept_news_title h2 span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 980px) {
  .dept_news_title h2 span {
    font-size: 1.8rem;
  }
}
.dept_news_title h2 span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: -1.5em;
  transform: translateY(-50%);
}
.dept_news_title .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% + 7px);
  padding-right: 25px;
  transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  text-decoration: none;
  color: #222222;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .dept_news_title .more {
    font-size: 1.6rem;
  }
}
.dept_news_title .more:after {
  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";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .dept_news_title .more:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .dept_news_title .more:hover:after {
    color: #895f97;
    right: -5px;
  }
}

.dept_search {
  padding: 17px 16px;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .dept_search {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 45px;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.dept_search dl {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .dept_search dl {
    display: block;
    align-items: center;
    column-gap: 16px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_search dl {
    display: flex;
  }
}
.dept_search dl:first-child {
  margin-top: 0;
}
.dept_search dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 920px) {
  .dept_search dt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_search dd {
    width: 380px;
  }
}
.dept_search .dropdown {
  width: 100%;
}

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

.dept_overview_title {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 920px) {
  .dept_overview_title {
    margin-bottom: 52px;
  }
}
.dept_overview_title span {
  display: block;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 920px) {
  .dept_overview_title span {
    font-size: 2.5rem;
  }
}

.dept_text_area {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .dept_text_area {
    margin-bottom: 50px;
  }
}
.dept_text_area .text {
  margin-top: 2em;
}
.dept_text_area .text:first-child {
  margin-top: 0;
}
.dept_text_area li {
  position: relative;
  padding: 4px 0 4px 15px;
}
@media print, screen and (min-width: 920px) {
  .dept_text_area li {
    padding: 5px 0 5px 18px;
  }
}
.dept_text_area li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .dept_text_area li::before {
    top: 14px;
  }
}
.dept_text_area.human li::before {
  background-color: #90c0b2;
}

.impression_bar {
  margin-right: calc(-50vw + 50%);
}
.impression_bar img {
  width: 100%;
}

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

.dept_specialization_title h2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_title h2 {
    margin-bottom: 40px;
  }
}
.dept_specialization_title .text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_title .text {
    margin-bottom: 40px;
  }
}

.dept_specialization_box {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box {
    margin-bottom: 76px;
  }
}
.dept_specialization_box .item {
  margin-top: 20px;
}
.dept_specialization_box .item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box .item {
    display: flex;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box .item.column2 {
    column-gap: 3%;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box .item.column3 {
    column-gap: 2%;
  }
}
.dept_specialization_box dl {
  width: 100%;
  border: 1px solid #9a9a9a;
  padding: 20px 16px;
  margin-top: 20px;
}
.dept_specialization_box dl:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dl {
    margin-top: 0;
    padding: 30px 26px;
  }
}
.dept_specialization_box dt {
  color: #262224;
  font-size: 1.7rem;
  margin-bottom: 14px;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dt.two_column {
    display: flex;
  }
}
.dept_specialization_box dt.two_column span {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dt.two_column span {
    width: 50%;
    padding-left: 1em;
    border-left: 1px solid #d7d7e0;
  }
}
.dept_specialization_box dt.two_column span:first-child {
  border-left: none;
  padding-left: 0;
}
.dept_specialization_box dd {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dd {
    font-size: 1.4rem;
  }
}
.dept_specialization_box dd li {
  padding: 0 0 0 15px;
  position: relative;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dd li {
    padding: 0 0 0 18px;
  }
}
.dept_specialization_box dd li:last-child {
  margin-bottom: 0;
}
.dept_specialization_box dd li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .dept_specialization_box dd li::before {
    top: 7px;
  }
}
.dept_specialization_box.literature dd li::before {
  background-color: #b99576;
}
.dept_specialization_box.human dd li::before {
  background-color: #90c0b2;
}

.dept_aim {
  padding: 80px 0;
}
@media print, screen and (min-width: 920px) {
  .dept_aim {
    padding: 120px 0;
  }
}
.dept_aim h2 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .dept_aim h2 {
    margin-bottom: 50px;
  }
}

.aim_wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 920px) {
  .aim_wrap {
    column-gap: 4%;
  }
}
@media print, screen and (min-width: 1180px) {
  .aim_wrap {
    column-gap: 6%;
  }
}
@media print, screen and (min-width: 920px) {
  .aim_wrap .text_left {
    padding: 50px 0;
    width: calc(100% - 240px - 4%);
  }
}
@media print, screen and (min-width: 1180px) {
  .aim_wrap .text_left {
    width: calc(100% - 320px - 6%);
  }
}
.aim_wrap .img {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .aim_wrap .img {
    display: block;
    width: 240px;
  }
}
@media print, screen and (min-width: 1180px) {
  .aim_wrap .img {
    width: 320px;
  }
}

.aim_text_area .text {
  margin-top: 2em;
}
.aim_text_area .text:first-child {
  margin-top: 0;
}
.aim_text_area.literature .aim_text_box li::before {
  background-color: #b99576;
}
.aim_text_area.human .aim_text_box li::before {
  background-color: #90c0b2;
}

.aim_text_box {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .aim_text_box {
    margin-top: 30px;
  }
}
.aim_text_box li {
  padding: 4px 0 4px 15px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .aim_text_box li {
    padding: 5px 0 5px 18px;
  }
}
.aim_text_box li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .aim_text_box li::before {
    top: 14px;
  }
}

.dept_aim_strength {
  margin-top: 60px;
}
@media print, screen and (min-width: 980px) {
  .dept_aim_strength {
    margin-top: 100px;
  }
}
.dept_aim_strength .strength_ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 38px;
  color: #5a5a5a;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media print, screen and (min-width: 980px) {
  .dept_aim_strength .strength_ttl {
    font-size: 3.5rem;
    margin-bottom: 60px;
  }
}

.strength_list {
  background: #fff;
}
@media print, screen and (min-width: 980px) {
  .strength_list {
    display: flex;
    justify-content: space-between;
    gap: 60px;
  }
}

.strength_list_item {
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .strength_list_item {
    width: 100%;
  }
}
.strength_list_item:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 980px) {
  .strength_list_item:not(:last-of-type) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .strength_list_item:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: #ccc;
  }
}
.strength_list_item dt {
  position: relative;
  text-align: left;
  font-size: clamp(1.8rem, 5.62vw, 2rem);
  font-weight: normal;
  padding-left: 32px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .strength_list_item dt {
    padding-left: 32px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .strength_list_item dt {
    padding-left: 40px;
  }
}
.strength_list_item dt:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
@media print, screen and (min-width: 768px) {
  .strength_list_item dt:before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}
@media print, screen and (min-width: 1280px) {
  .strength_list_item dt:before {
    width: 25px;
    height: 25px;
    top: 2px;
  }
}
.strength_list_item dd {
  margin-top: 15px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .strength_list_item dd {
    margin-top: 24px;
  }
}

body.well-being .strength_list_item dt::before {
  border: 4px solid #90c0b2;
}

body.literature .strength_list_item dt::before {
  border: 4px solid #b99576;
}

.dept_point {
  padding: 80px 0;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .dept_point {
    padding: 0;
  }
}
.dept_point h2 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 920px) {
  .dept_point h2 {
    margin-bottom: 55px;
  }
}

@media print, screen and (min-width: 920px) {
  .dept_point_arrangement {
    display: flex;
    justify-content: flex-end;
  }
}
.dept_point_arrangement .img {
  overflow: hidden;
  margin-bottom: 30px;
  height: 72vw;
  margin-left: -20px;
  margin-right: -20px;
}
@media print, screen and (min-width: 768px) {
  .dept_point_arrangement .img {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_point_arrangement .img {
    margin-bottom: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 31%;
    height: calc(100vh - 96px);
  }
}
.dept_point_arrangement .img img {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .dept_point_arrangement .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_point_arrangement .img.is_fixed {
    position: fixed;
    top: 96px;
    left: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_point_arrangement .img.is_absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 920px) {
  .dept_point_text_area {
    padding: 140px 0;
    width: 66.66%;
  }
}
.dept_point_text_area .dept_button {
  margin: 50px 0 0 0;
}
@media print, screen and (min-width: 920px) {
  .dept_point_text_area .dept_button {
    margin: 90px 0 0 0;
  }
}
.dept_point_text_area.literature i::before {
  color: #b99576;
}
.dept_point_text_area.literature .box ol li::before {
  color: #b99576;
}
.dept_point_text_area.human i::before {
  color: #90c0b2;
}
.dept_point_text_area.human .box ol li::before {
  color: #90c0b2;
}

.numbering_contents {
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents {
    margin-top: 90px;
  }
}
.numbering_contents.numbering_01 {
  margin-top: 0;
}
.numbering_contents .strapline {
  color: #5a5a5a;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: -10px;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .strapline {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}
.numbering_contents .strapline:first-child {
  margin-top: 0;
}
.numbering_contents .text {
  margin-top: 2em;
  letter-spacing: 0;
}
.numbering_contents .text:first-child {
  margin-top: 0;
}
.numbering_contents .box {
  margin-top: 2em;
}
.numbering_contents .box ol {
  counter-reset: number;
  padding-left: 10px;
}
.numbering_contents .box ol li {
  position: relative;
  padding: 5px 0 5px 1em;
}
.numbering_contents .box ol li::before {
  font-weight: bold;
  display: block;
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  top: 5px;
  left: 0;
}
.numbering_contents .flow_img {
  padding: 0 20%;
  max-width: 650px;
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .numbering_contents .flow_img {
    padding: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .flow_img {
    margin: 30px auto;
  }
}
.numbering_contents .white_box {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .white_box {
    margin-top: 30px;
  }
}
.numbering_contents .white_box:first-child {
  margin-top: 0;
}
.numbering_contents .white_box div {
  background-color: #fff;
  margin-top: 10px;
  padding: 20px;
}
.numbering_contents .white_box div:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .white_box div {
    padding: 20px 30px;
  }
}
.numbering_contents .white_box dt {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 8px;
  margin-bottom: 10px;
  border-left: 1px solid #b99576;
  border-right: 1px solid #b99576;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .white_box dt {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
.numbering_contents .white_box dd {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .white_box dd {
    font-size: 1.4rem;
  }
}
.numbering_contents .subject_example {
  display: flex;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .subject_example {
    margin-top: 30px;
  }
}
.numbering_contents .subject_example dt {
  flex-shrink: 0;
  margin-right: 10px;
}
.numbering_contents .subject_example dd {
  font-size: 1.2rem;
  line-height: 2;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .subject_example dd {
    font-size: 1.3rem;
  }
}
.numbering_contents .library_user_count_data {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data {
    margin-top: 30px;
  }
}
.numbering_contents .library_user_count_data dl {
  display: inline-block;
}
.numbering_contents .library_user_count_data dt {
  font-size: 1.4rem;
  font-weight: bold;
  border-top: 1px solid #d7d7e0;
  border-bottom: 1px solid #d7d7e0;
  padding: 10px 15px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data dt {
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
.numbering_contents .library_user_count_data dd {
  padding: 10px 15px;
  border-bottom: 1px solid #d7d7e0;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data dd {
    padding: 15px 20px;
  }
}
.numbering_contents .library_user_count_data .top {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data .top {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.numbering_contents .library_user_count_data .bottom .title {
  margin-bottom: 4px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data .bottom .title {
    margin-bottom: 5px;
  }
}
.numbering_contents .library_user_count_data .bottom p span {
  width: 100px;
}
@media print, screen and (min-width: 920px) {
  .numbering_contents .library_user_count_data .bottom p span {
    width: 120px;
  }
}

.title_numbering {
  position: relative;
  padding: 45px 0 0 38px;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 920px) {
  .title_numbering {
    padding: 45px 0 0 63px;
    margin-bottom: 40px;
  }
}
.title_numbering i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.title_numbering i::before {
  font-size: 7rem;
}
@media print, screen and (min-width: 920px) {
  .title_numbering i::before {
    font-size: 9rem;
  }
}

.dept_license {
  padding: 90px 0;
}
@media print, screen and (min-width: 920px) {
  .dept_license {
    padding: 140px 0;
  }
}
.dept_license .dept_button {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .dept_license .dept_button {
    margin-top: 20px;
  }
}
.dept_license .dept_button:first-child {
  margin-top: 0;
}

.dept_license_title h2 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 920px) {
  .dept_license_title h2 {
    margin-bottom: 60px;
  }
}
.dept_license_title h2 span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .dept_license_title h2 span {
    font-size: 1.5rem;
  }
}

.license_list {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 920px) {
  .license_list {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 920px) {
  .license_list ul {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #d7d7e0;
  }
}
.license_list ul:first-child {
  border-top: none;
}
.license_list li {
  position: relative;
  padding: 5px 10px 5px 17px;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .license_list li {
    width: 33.3333%;
    padding: 0 15px 0 25px;
  }
}
.license_list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  .license_list li::before {
    top: 7px;
  }
}
.license_list .small {
  font-size: small;
}
.license_list.literature li::before {
  background-color: #b99576;
}
.license_list.human li::before {
  background-color: #90c0b2;
}

.dept_interview_container {
  padding: 30px 0 55px;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_container {
    padding: 30px 0 140px;
  }
}

.dept_interview_position {
  position: relative;
  padding-bottom: 55px;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position {
    padding-bottom: 43%;
  }
}
.dept_interview_position a {
  display: block;
  color: #222222;
  text-decoration: none;
}
.dept_interview_position a:hover .img {
  opacity: 0.7;
}
.dept_interview_position a:hover .lower em::after {
  color: #895f97;
  margin-left: 42px;
  margin-right: -2px;
}
.dept_interview_position .img {
  margin-right: calc(-50vw + 50%);
  margin-left: 20px;
  height: 63vw;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position .img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.dept_interview_position .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dept_interview_position .img img.english {
  object-position: right;
}
.dept_interview_position .title {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 50%);
  padding: 30px 20px 10px calc(50vw - 50% + 20px);
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position .title {
    padding: 50px 20px 35px 180px;
    min-width: 640px;
    width: 48vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_interview_position .title {
    padding: 45px 20px 35px 220px;
    min-width: 640px;
  }
}
.dept_interview_position .title h2 {
  font-size: 2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position .title h2 {
    font-size: 3.5rem;
  }
}
.dept_interview_position .title h2 .upper {
  font-size: 1.4rem;
  display: block;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position .title h2 .upper {
    font-size: 2rem;
  }
}
.dept_interview_position .title h2 em {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin 0.3s;
}
@media print, screen and (min-width: 768px) {
  .dept_interview_position .title h2 em {
    justify-content: flex-start;
  }
}
.dept_interview_position .title h2 em::after {
  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.5rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .dept_interview_position .title h2 em::after {
    font-size: 2rem;
    margin-left: 40px;
  }
}
.dept_interview_position .title h2 .lower {
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .dept_interview_position .title h2 .lower {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.dept_interview_position .title h2 .coming_soon {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (min-width: 768px) {
  .dept_interview_position .title h2 .coming_soon {
    font-size: 1.4rem;
    margin-left: 40px;
  }
}
.dept_interview_position .fuji_student {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 40%;
  max-width: 170px;
}
@media print, screen and (min-width: 920px) {
  .dept_interview_position .fuji_student {
    width: 300px;
    max-width: none;
    bottom: 80px;
    left: 20px;
  }
}
@media print, screen and (min-width: 1180px) {
  .dept_interview_position .fuji_student {
    width: 340px;
    left: 20px;
  }
}

.dept_movie_container {
  margin-bottom: 85px;
}
@media print, screen and (min-width: 768px) {
  .dept_movie_container {
    display: flex;
    column-gap: 4%;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_movie_container {
    column-gap: 6%;
  }
}

.dept_movie_title {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .dept_movie_title {
    width: 38%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_movie_title {
    width: 47%;
  }
}
.dept_movie_title h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}
.dept_movie_title h2 em {
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .dept_movie_title h2 em {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_movie_title h2 em {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }
}
.dept_movie_title h2 span {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 920px) {
  .dept_movie_title h2 span {
    font-size: 2.8rem;
  }
}

.dept_movie_box {
  width: 100%;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768px) {
  .dept_movie_box {
    width: 58%;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_movie_box {
    width: 47%;
  }
}
.dept_movie_box iframe {
  width: 100%;
  height: 100%;
}

.dept_movie {
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .dept_movie {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 140px;
  }
}
.dept_movie .sns_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
@media print, screen and (min-width: 920px) {
  .dept_movie .sns_list {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.dept_movie .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) {
  .dept_movie .sns_box {
    padding: 45px 50px 30px 50px;
  }
}
.dept_movie .sns_box li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .dept_movie .sns_box li {
    width: auto;
    padding: 0 25px;
  }
}
.dept_movie .sns_box li.img {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 150px;
  transform: rotate(-8deg);
}
@media print, screen and (min-width: 768px) {
  .dept_movie .sns_box li.img {
    width: 170px;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_movie .sns_box li.img {
    width: 200px;
  }
}
@media print, screen and (min-width: 980px) {
  .dept_movie .sns_box li.img {
    position: relative;
    top: -10px;
    width: auto;
  }
}
.dept_movie .sns_box li.img img {
  width: 220px;
}
.dept_movie .sns_box li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #5a5a5a;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .dept_movie .sns_box li a {
    font-size: 1.5rem;
  }
}
.dept_movie .sns_box li a i {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .dept_movie .sns_box li a i {
    margin-right: 20px;
  }
}
.dept_movie .sns_box li a i::before {
  font-size: 3rem;
}
@media print, screen and (min-width: 768px) {
  .dept_movie .sns_box li a i::before {
    font-size: 4rem;
  }
}
.dept_movie .sns_box li a:hover {
  color: #895f97;
}

.dept_bottom_list {
  border-top: 1px solid #d7d7e0;
  padding: 60px 0 100px;
}
@media print, screen and (min-width: 920px) {
  .dept_bottom_list {
    padding: 60px 0, 160px;
  }
}
.dept_bottom_list .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0;
}
@media print, screen and (min-width: 920px) {
  .dept_bottom_list .row {
    margin: 0 -12px 0;
  }
}
.dept_bottom_list .item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 20px !important;
  list-style: none;
}
@media print, screen and (min-width: 920px) {
  .dept_bottom_list .item {
    width: 25%;
    padding: 0 12px 0;
    margin-bottom: 25px !important;
  }
}
.dept_bottom_list .item a {
  display: block;
  text-decoration: none;
  color: #222222;
}
.dept_bottom_list .item a:hover .link::after {
  right: 2px;
  color: #895f97;
}
.dept_bottom_list .item a:hover .img img {
  transform: scale(1.05);
  opacity: 0.7;
}
.dept_bottom_list .img {
  overflow: hidden;
}
.dept_bottom_list .img img {
  width: 100%;
  transition: 0.5s;
}
.dept_bottom_list .link {
  position: relative;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 13px 35px 13px 5px;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .dept_bottom_list .link {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .dept_bottom_list .link {
    padding: 18px 35px 18px 7px;
  }
}
.dept_bottom_list .link::after {
  position: absolute;
  right: 5px;
  bottom: 10px;
  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: 2rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .dept_bottom_list .link::after {
    bottom: 14px;
  }
}

.numbering_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.numbering_img.on {
  opacity: 1;
}

body.entry {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a2d42;
}
body.entry .page_head {
  position: relative;
}
body.entry .page_head::after {
  content: "";
  content: "";
  display: block;
  width: 53px;
  height: 47px;
  background-image: url(/assets/main/img/entry/mv_dot.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  body.entry .page_head::after {
    width: 97px;
    height: 87px;
    left: -50px;
  }
}
body.entry .page_head::before {
  content: "";
  display: block;
  width: 53px;
  height: 47px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 10px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  body.entry .page_head::before {
    width: 97px;
    height: 87px;
    left: 0;
    margin-top: 23px;
  }
}
body.entry .page_head .page_head_title {
  color: #6e1aa8;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  body.entry .page_head .page_head_title {
    padding-left: 35px;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1280px) {
  body.entry .page_head .page_head_title {
    padding-left: 50px;
    font-size: 3.8rem;
  }
}

body .roboto {
  font-family: "Roboto", sans-serif;
  font-style: oblique;
  font-weight: 300;
}

.page_inner_ml {
  max-width: 1350px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_ml {
    width: calc(100% - 80px);
  }
}

@media print, screen and (min-width: 768px) {
  .preparatory_top {
    max-height: 720px;
    overflow: hidden;
  }
}

.preparatory_mv_wrap {
  position: relative;
}

.preparatory_top_container .page_breadcrumb_wrap {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .preparatory_top_container .page_breadcrumb_wrap {
    padding-top: 35px;
    display: block;
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

.mv_arrangement_bg {
  background-color: rgba(243, 248, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(60vw + 16px);
}
@media print, screen and (min-width: 768px) {
  .mv_arrangement_bg {
    padding-bottom: 0;
    position: static;
  }
}
.mv_arrangement_bg .left_bg {
  display: block;
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
  background-repeat: repeat;
  width: 100%;
  padding-bottom: calc(150px + 67vw);
}
@media print, screen and (min-width: 768px) {
  .mv_arrangement_bg .left_bg {
    width: 46%;
    padding-bottom: calc(120px + 40vw);
  }
}

.preparatory_mv_arrangement {
  padding-top: 80px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_mv_arrangement {
    padding-top: 0;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
  }
}

.mv_arrangement_content {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv_arrangement_content {
    padding-bottom: 39%;
  }
}

.preparatory_title {
  margin: 0 -5px 18px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 38.8%;
    max-width: 524px;
  }
}
.preparatory_title img {
  width: 100%;
}

.preparatory_img {
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 768px) {
  .preparatory_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 66.6666%;
    max-width: 900px;
    margin-right: 0;
  }
}
.preparatory_img img {
  width: 100%;
}
.preparatory_img.event_preparatory_img {
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 768px) {
  .preparatory_img.event_preparatory_img {
    margin-right: 0;
  }
}

.preparatory_h1 {
  color: #6e1aa8;
  font-size: 3rem;
  position: relative;
  margin-bottom: 26px;
  padding-left: 60px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_h1 {
    padding-left: 6%;
    margin-bottom: 0;
    font-size: 3.7rem;
    position: absolute;
    left: 0;
    bottom: 10%;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_h1 {
    font-size: 4.8rem;
  }
}
.preparatory_h1::after {
  content: "";
  content: "";
  display: block;
  width: 53px;
  padding-bottom: 60px;
  background-image: url(/assets/main/img/entry/mv_dot.png);
  background-size: cover;
  position: absolute;
  bottom: 44%;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .preparatory_h1::after {
    width: 37%;
    padding-bottom: 39%;
    bottom: 44%;
    left: -15%;
  }
}
.preparatory_h1::before {
  content: "";
  display: block;
  width: 53px;
  padding-bottom: 47px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .preparatory_h1::before {
    width: 37%;
    padding-bottom: 33%;
    top: 50%;
    left: 3%;
  }
}
.preparatory_h1 em {
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .preparatory_h1.event_preparatory_h1::before {
    width: 27%;
    padding-bottom: 24.3%;
    left: 2.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .preparatory_h1.event_preparatory_h1::after {
    width: 27.1%;
    padding-bottom: 28.6%;
    left: -11%;
  }
}

.preparatory_main {
  color: #1a2d42;
}
.preparatory_main .topics {
  padding-top: 0;
  padding-bottom: 70px;
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .topics {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_main .topics {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_main .colms_wrap {
    display: flex;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_main .colms_wrap .colm_news {
    width: 60%;
    padding-left: 3%;
  }
}
.preparatory_main .colms_wrap .colm_pr {
  margin-top: 120px;
  margin-bottom: 70px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .colms_wrap .colm_pr {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .colms_wrap .colm_pr {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_main .colms_wrap .colm_pr {
    width: 40%;
    padding-right: 3%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.preparatory_main .pr_list .info .category {
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .pr_list .info .category {
    padding: 2px 5px;
  }
}
.preparatory_main .entry_topics .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -6px;
  margin-right: -6px;
  padding-top: 0;
}
.preparatory_main .entry_topics .tag {
  padding: 0 6px;
  font-size: 1.2rem;
  margin-top: 3px;
  color: #9a9a9a;
  letter-spacing: 0;
}
.preparatory_main .title_topics {
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .title_topics {
    margin-bottom: 25px;
  }
}
.preparatory_main .title_topics .title {
  font-weight: 300;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .title_topics .title {
    font-size: 3.5rem;
  }
}
.preparatory_main .title_topics .title span {
  font-size: 1.5rem;
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .title_topics .title span {
    font-size: 1.8rem;
  }
}
.preparatory_main .title_topics .more {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  padding-right: 25px;
  transform: translateY(-50%);
  color: #1a2d42;
  font-size: 1.4rem;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .title_topics .more {
    font-size: 1.6rem;
  }
}
.preparatory_main .title_topics .more:after {
  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";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .title_topics .more:hover {
    color: rgba(34, 34, 34, 0.6);
  }
  .preparatory_main .title_topics .more:hover:after {
    color: #6e1aa8;
    right: -5px;
  }
}
.preparatory_main .title_topics .more.roboto {
  font-family: "Roboto", sans-serif;
  font-style: oblique;
  font-weight: 300;
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .title_topics .more.roboto {
    font-size: 1.8rem;
  }
}
.preparatory_main .news_list .news_list_item a {
  border: 0;
  color: #1a2d42;
}
@media print, screen and (min-width: 920px) {
  .preparatory_main .news_list .news_list_item .bg {
    height: 24vw;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_main .news_list .news_list_item .bg {
    height: 180px;
  }
}
.preparatory_main .news_list .news_list_item .bg::after {
  content: none;
}
.preparatory_main .news_list .news_list_item .info {
  padding: 16px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_main .news_list .news_list_item .info {
    padding: 16px 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: #1a2d42;
  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: #1a2d42;
  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 #6e1aa8;
  color: #6e1aa8;
  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 .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);
}

.preparatory_examination {
  position: relative;
  padding: 80px 0 40px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination {
    padding: 80px 0 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination {
    padding: 120px 0 70px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_examination {
    padding: 150px 0 100px;
  }
}
.preparatory_examination::before {
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  background-color: rgba(243, 248, 255, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination::before {
    width: 95%;
  }
}
.preparatory_examination .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #1a2d42;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination .more {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination .more {
    font-size: 1.8rem;
  }
}
.preparatory_examination .more::after {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination .more::after {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-left: 20px;
  }
}
.preparatory_examination .more:hover {
  opacity: 0.7;
}
.preparatory_examination .more:hover::after {
  text-indent: 5px;
}

.preparatory_examination_img {
  position: absolute;
  text-align: right;
  top: 40px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_img {
    width: 45%;
    z-index: 2;
    top: 45px;
    left: calc(-50vw + 50%);
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_img {
    top: 84px;
  }
}
.preparatory_examination_img img {
  width: 100%;
  max-width: 775px;
  display: inline-block;
  min-height: 150px;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_img img {
    min-height: 300px;
    max-height: 570px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_img img {
    min-height: 500px;
  }
}

.preparatory_examination_outer {
  position: relative;
  z-index: 1;
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
  padding: calc(22px + 90%) calc(50vw - 50%) 60px 20px;
  margin-right: calc(-50vw + 50%);
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_outer {
    padding: 35px calc(50vw - 50%) 100px 75px;
    margin-left: -75px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_outer {
    padding: 100px calc(50vw - 50%) 170px 75px;
  }
}

.preparatory_examination_container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_container {
    position: static;
  }
}

.preparatory_examination_upper {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_upper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10%;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_examination_upper {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_examination_upper {
    margin-bottom: 80px;
  }
}
.preparatory_examination_upper .text_area {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-right: -20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_upper .text_area {
    background-color: transparent;
    width: 52%;
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_upper .text_area {
    padding-right: 50px;
  }
}
.preparatory_examination_upper .text_area span.large {
  font-size: 4.3rem;
}
@media print, screen and (min-width: 360px) {
  .preparatory_examination_upper .text_area span.large {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_upper .text_area span.large {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_examination_upper .text_area span.large {
    font-size: 7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_examination_upper .text_area span.large {
    font-size: 9rem;
  }
}

.preparatory_h2 {
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .preparatory_h2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_h2 {
    margin-bottom: 60px;
  }
}
.preparatory_h2 .large {
  font-weight: 300;
  letter-spacing: 0.06em;
  display: block;
  line-height: 1;
  font-size: 3.4rem;
}
@media print, screen and (min-width: 768px) {
  .preparatory_h2 .large {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_h2 .large {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_h2 .large {
    font-size: 7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_h2 .large {
    font-size: 9rem;
  }
}
.preparatory_h2 .large.roboto {
  font-size: 5rem;
}
@media print, screen and (min-width: 920px) {
  .preparatory_h2 .large.roboto {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_h2 .large.roboto {
    font-size: 7rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_h2 .large.roboto {
    font-size: 9rem;
  }
}
.preparatory_h2 .small {
  color: #6e1aa8;
  display: block;
  font-weight: normal;
  font-size: 2rem;
}
@media print, screen and (min-width: 920px) {
  .preparatory_h2 .small {
    font-size: 2.5rem;
  }
}
.preparatory_h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/assets/main/img/entry/mv_dot.png);
  background-size: cover;
  position: absolute;
  top: -8px;
  left: -15px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_h2::before {
    width: 50px;
    height: 50px;
    left: -8px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_h2::before {
    width: 60px;
    height: 60px;
    top: -25px;
    left: -25px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_h2::before {
    width: 70px;
    height: 70px;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_h2::before {
    width: 80px;
    height: 85px;
  }
}

.title_under_text {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 920px) {
  .title_under_text {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1180px) {
  .title_under_text {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .title_under_text {
    margin-bottom: 60px;
  }
}

.preparatory_examination_lower .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -10px 0;
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_lower .row {
    row-gap: 40px;
    width: calc(100% + 40px);
    margin: 0 -12px 0;
  }
}
.preparatory_examination_lower .row .col-md-3 {
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_lower .row .col-md-3 {
    width: 25%;
    padding: 0 12px 0;
  }
}
.preparatory_examination_lower .parts_img_link {
  text-decoration: none;
  color: #1a2d42;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_lower .parts_img_link {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_lower .parts_img_link {
    font-size: 2rem;
  }
}
.preparatory_examination_lower .parts_img_link .img {
  overflow: hidden;
  margin-bottom: 14px;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  .preparatory_examination_lower .parts_img_link .img {
    margin-bottom: 20px;
  }
}
.preparatory_examination_lower .parts_img_link .img::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #f8f3f9;
  color: #1a2d42;
  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: "\e916";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .preparatory_examination_lower .parts_img_link .img::after {
    font-size: 1.1rem;
  }
}
.preparatory_examination_lower .parts_img_link img {
  transition: 0.3s;
}
.preparatory_examination_lower .parts_img_link:hover {
  opacity: 0.7;
}
.preparatory_examination_lower .parts_img_link:hover .img::after {
  text-indent: 3px;
}
.preparatory_examination_lower .parts_img_link:hover img {
  transform: scale(1.05);
}

.preparatory_eventinfo {
  padding: 30px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo {
    padding: 40px 0 50px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo {
    padding: 60px 0 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_eventinfo {
    padding: 100px 0 125px;
  }
}

.preparatory_eventinfo_outer {
  position: relative;
}
.preparatory_eventinfo_outer .img_box {
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo_outer .img_box {
    background-image: none;
    padding: 0;
  }
}
@media print, screen and (min-width: 1550px) {
  .preparatory_eventinfo_outer .img_box {
    width: 1550px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.preparatory_eventinfo_outer .img {
  width: 100%;
  position: relative;
  top: -60px;
  right: 0;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo_outer .img {
    margin: 0 auto;
    background-image: url(/assets/main/img/entry/mv_bg_01.png);
    position: absolute;
    top: 50px;
    right: 0;
    width: 40%;
    max-width: 775px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_outer .img {
    width: 50%;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 1550px) {
  .preparatory_eventinfo_outer .img {
    padding-right: 50px;
    width: 100%;
    max-width: 825px;
    right: -50px;
  }
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo_outer .img img {
    position: relative;
    top: -90px;
    right: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_outer .img img {
    top: -110px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_eventinfo_outer .img img {
    top: -150px;
  }
}
.preparatory_eventinfo_outer .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #1a2d42;
  text-decoration: none;
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_outer .more {
    font-size: 1.8rem;
  }
}
.preparatory_eventinfo_outer .more::after {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_outer .more::after {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-left: 20px;
  }
}
.preparatory_eventinfo_outer .more:hover {
  opacity: 0.7;
}
.preparatory_eventinfo_outer .more:hover::after {
  text-indent: 5px;
}

.preparatory_eventinfo_container {
  background-color: rgba(243, 248, 255, 0.75);
  position: relative;
  padding: 60px 0 110px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo_container {
    padding: 45px 0 35px;
    margin-left: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_container {
    padding: 80px 0 50px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_eventinfo_container {
    padding: 120px 0;
  }
}
.preparatory_eventinfo_container .text_area {
  width: 100%;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_eventinfo_container .text_area {
    padding-left: 0;
    width: 55%;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_eventinfo_container .text_area {
    width: 45%;
  }
}

.preparatory_banner {
  padding: 50px 0 70px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_banner {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_banner {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_banner {
    padding: 125px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_banner .flex_column {
    display: flex;
    column-gap: 5%;
  }
}
.preparatory_banner .flex_column a {
  display: block;
}
.preparatory_banner .item {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.preparatory_banner .item:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 920px) {
  .preparatory_banner .item {
    margin-top: 0;
  }
}
.preparatory_banner .text {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .preparatory_banner .text {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_banner .text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_banner .text {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_banner .text {
    font-size: 2.2rem;
  }
}
.preparatory_banner .text span {
  display: inline-block;
  position: relative;
}
.preparatory_banner .text span::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #1a2d42;
  position: absolute;
  bottom: 5px;
  left: -15px;
  transform: rotate(-20deg);
}
@media print, screen and (min-width: 768px) {
  .preparatory_banner .text span::before {
    height: 25px;
    left: -20px;
  }
}
.preparatory_banner .text span::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #1a2d42;
  position: absolute;
  bottom: 5px;
  right: -15px;
  transform: rotate(20deg);
}
@media print, screen and (min-width: 768px) {
  .preparatory_banner .text span::after {
    height: 25px;
    right: -20px;
  }
}
.preparatory_banner .img {
  transition: filter 0.3s ease-out;
  display: block;
  overflow: hidden;
  border: 1px solid #1a2d42;
}
.preparatory_banner .img img {
  transition: transform 0.3s ease-out;
}
.preparatory_banner .img:hover {
  filter: brightness(80%);
}
.preparatory_banner .img:hover img {
  transform: scale(1.05);
}

.preparatory_instagram {
  padding: 60px 0 180px;
  margin-bottom: 80px;
  background-color: rgba(243, 248, 255, 0.75);
}
@media print, screen and (min-width: 768px) {
  .preparatory_instagram {
    padding: 100px 0 150px;
  }
}
.preparatory_instagram .preparatory_h2 {
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_instagram .preparatory_h2 {
    margin-left: 0;
  }
}

.preparatory_follow {
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}
@media print, screen and (min-width: 1180px) {
  .preparatory_follow {
    margin-left: -75px;
  }
}
.preparatory_follow .sns_list {
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  padding: 150px 15px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list {
    padding: 180px 20px 30px;
    top: -160px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_follow .sns_list {
    padding: 230px 40px 40px;
    top: -200px;
    column-gap: 15px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_follow .sns_list {
    justify-content: center;
    padding: 300px 40px 80px;
    top: -250px;
    column-gap: 30px;
  }
}
.preparatory_follow .sns_list li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list li {
    width: auto;
  }
}
.preparatory_follow .sns_list li.roboto {
  width: 100%;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list li.roboto {
    width: 100%;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_follow .sns_list li.roboto {
    width: auto;
  }
}
.preparatory_follow .sns_list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1a2d42;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list li a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list li a:hover {
    color: #6e1aa8;
  }
}
.preparatory_follow .sns_list li a i {
  margin-right: 5px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .preparatory_follow .sns_list li a i {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_follow .sns_list li a i {
    margin-right: 20px;
  }
}
.preparatory_follow .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) {
  .preparatory_follow .sns_list li a i:before {
    font-size: 4rem;
  }
}
.preparatory_follow .sns_list li a i.i_inst:before {
  content: "\e906";
}
.preparatory_follow .sns_list li a i.i_fb:before {
  content: "\e908";
}
.preparatory_follow .sns_list li a i.i_yt:before {
  content: "\e907";
}

.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: 200px;
  margin: 0 3px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .insta_bar .slide {
    margin: 0 5px;
    width: 280px;
  }
}
@media print, screen and (min-width: 920px) {
  .insta_bar .slide {
    width: 350px;
  }
}
@media print, screen and (min-width: 1180px) {
  .insta_bar .slide {
    width: 410px;
  }
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.preparatory_qa {
  padding: 70px 0 60px;
}
@media print, screen and (min-width: 920px) {
  .preparatory_qa {
    padding: 100px 0 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_qa {
    padding: 140px 0 120px;
  }
}
.preparatory_qa .title_area {
  margin-bottom: 30px;
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .title_area {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
.preparatory_qa .title_area .small {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .title_area .small {
    font-size: 1.8rem;
  }
}
.preparatory_qa .title_area .preparatory_h2 {
  margin-bottom: 0;
}
.preparatory_qa .title_area .preparatory_h2 .large {
  margin-bottom: 5px;
}
.preparatory_qa .title_area .more {
  display: flex;
  align-items: center;
  color: #1a2d42;
  text-decoration: none;
  justify-content: flex-end;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .title_area .more {
    margin-top: 0;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_qa .title_area .more {
    font-size: 1.8rem;
  }
}
.preparatory_qa .title_area .more::after {
  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: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .title_area .more::after {
    margin-left: 25px;
  }
}
.preparatory_qa .title_area .more:hover {
  opacity: 0.7;
}
.preparatory_qa .title_area .more:hover::after {
  transform: translateX(2px);
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .flex_column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_qa .flex_column {
    row-gap: 25px;
  }
}
.preparatory_qa .flex_column li {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .flex_column li {
    margin-bottom: 0;
    width: 48%;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_qa .flex_column li {
    width: 32%;
  }
}
.preparatory_qa .flex_column li a {
  color: #1a2d42;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
  background-color: rgba(243, 248, 255, 0.75);
  border: 1px solid #d7d7e0;
  position: relative;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .flex_column li a {
    font-size: 1.8rem;
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_qa .flex_column li a {
    padding: 45px 20px;
  }
}
.preparatory_qa .flex_column li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #1a2d42;
  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: "\e916";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .preparatory_qa .flex_column li a::after {
    font-size: 1.1rem;
  }
}
.preparatory_qa .flex_column li a[target=_blank]::after {
  content: "\e90d";
}
.preparatory_qa .flex_column li a:hover {
  opacity: 0.7;
}
.preparatory_qa .flex_column li a:hover::after {
  text-indent: 3px;
}

.preparatory_brochure {
  padding: 20px 0 80px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure {
    padding: 50px 0 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_brochure {
    padding: 0;
  }
}
.preparatory_brochure .flex_column {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .flex_column {
    display: flex;
    align-items: center;
    column-gap: 10%;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_brochure .flex_column {
    margin-bottom: 100px;
  }
}
.preparatory_brochure .digital_pamph {
  display: block;
  text-decoration: none;
  color: #1a2d42;
  background-color: rgba(243, 248, 255, 0.75);
  border: 1px solid #d7d7e0;
  position: relative;
  padding: 30px 0 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .digital_pamph {
    width: 50%;
    max-width: none;
    margin: 0;
    padding: 40px 0 10px;
  }
}
.preparatory_brochure .digital_pamph:hover .img {
  transform: scale(1.05);
}
.preparatory_brochure .digital_pamph:hover::after {
  text-indent: 3px;
}
.preparatory_brochure .digital_pamph::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #1a2d42;
  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: "\e90d";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .digital_pamph::after {
    font-size: 1.1rem;
  }
}
.preparatory_brochure .digital_pamph .img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease-out;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .digital_pamph .img {
    margin-bottom: 50px;
  }
}
.preparatory_brochure .digital_pamph .img img {
  max-width: 40%;
  display: inline-block;
  border: 1px solid #d7d7e0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .digital_pamph .img img {
    max-width: 226px;
  }
}
.preparatory_brochure .digital_pamph .text {
  padding-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .digital_pamph .text {
    font-size: 1.8rem;
  }
}
.preparatory_brochure .text_area {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .text_area {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.preparatory_brochure .preparatory_h2::before {
  content: none;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .preparatory_h2 .large {
    font-size: 4.5rem;
    margin-bottom: 20px;
  }
}
.preparatory_brochure .preparatory_h2 .small {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .preparatory_brochure .preparatory_h2 .small {
    font-size: 2rem;
  }
}
.preparatory_brochure .more {
  display: flex;
  align-items: center;
  color: #1a2d42;
  text-decoration: none;
  justify-content: flex-end;
}
@media print, screen and (min-width: 920px) {
  .preparatory_brochure .more {
    justify-content: flex-start;
    font-size: 1.8rem;
  }
}
.preparatory_brochure .more::after {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .preparatory_brochure .more::after {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-left: 20px;
  }
}
.preparatory_brochure .more:hover {
  opacity: 0.7;
}
.preparatory_brochure .more:hover::after {
  text-indent: 5px;
}

.brochure_under dl {
  border: 1px solid #6e1aa8;
  padding: 20px;
}
@media print, screen and (min-width: 920px) {
  .brochure_under dl {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10%;
    padding: 37px 20px;
  }
}
.brochure_under dt {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .brochure_under dt {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .brochure_under dt {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1180px) {
  .brochure_under dt {
    font-size: 2.5rem;
  }
}
.brochure_under dd {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .brochure_under dd {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .brochure_under dd {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  .brochure_under dd .text {
    margin-bottom: 10px;
  }
}
.brochure_under .highlighter {
  display: inline-block;
  padding: 0 0.2em;
  margin-left: 0.5em;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(transparent 70%, rgba(189, 32, 126, 0.6) 70%);
}
@media print, screen and (min-width: 768px) {
  .brochure_under .highlighter {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .brochure_under .highlighter {
    font-size: 3.3rem;
  }
}
.brochure_under .highlighter a {
  text-decoration: none;
  color: #1a2d42;
}

.preparatory_interview {
  background-size: cover;
  margin-bottom: 70px;
}
.preparatory_interview a {
  transition: filter 0.3s ease-out;
  display: block;
  overflow: hidden;
}
.preparatory_interview a img {
  transition: transform 0.3s ease-out;
  margin: 0 auto;
  margin-bottom: 50px;
}
.preparatory_interview a:hover {
  opacity: 0.7;
}
.preparatory_interview a:hover img {
  transform: scale(1.05);
}
@media print, screen and (min-width: 768px) {
  .preparatory_interview {
    padding-bottom: 120px;
    margin-bottom: 0;
  }
}

.preparatory_interview_outer {
  position: relative;
}

.preparatory_interview_container {
  padding: 140px 0 40px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .preparatory_interview_container {
    position: static;
    width: 44%;
    padding: 100px 0 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_interview_container {
    padding: 160px 0 120px;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_interview_container {
    padding: 200px 0 150px;
  }
}
.preparatory_interview_container a {
  display: block;
  text-decoration: none;
  color: #1a2d42;
}
.preparatory_interview_container a.no_link {
  pointer-events: none;
}
.preparatory_interview_container a:hover {
  opacity: 0.7;
}
.preparatory_interview_container a:hover .preparatory_h2::after {
  text-indent: 5px;
}
.preparatory_interview_container .fuji_student {
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  .preparatory_interview_container .fuji_student {
    width: 60%;
    margin-bottom: -10px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_interview_container .fuji_student {
    width: 70%;
  }
}
@media print, screen and (min-width: 1180px) {
  .preparatory_interview_container .fuji_student {
    margin-bottom: -30px;
  }
}
.preparatory_interview_container .coming_soon {
  color: #5a5a5a;
  font-size: 1.2rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .preparatory_interview_container .coming_soon {
    font-size: 1.6rem;
  }
}

.preparatory_other {
  padding: 40px 0 60px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_other {
    padding: 80px 0 100px;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_other {
    padding: 120px 0 160px;
  }
}

.preparatory_other_contents {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 920px) {
  .preparatory_other_contents {
    margin: 0 -3px;
  }
}

.preparatory_other_item {
  padding: 3px;
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .preparatory_other_item {
    width: 25%;
  }
}
@media print, screen and (min-width: 920px) {
  .preparatory_other_item {
    width: 16.6666%;
  }
}
.preparatory_other_item.no_opacity .img img {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.preparatory_other_item.no_opacity a:hover .img img {
  opacity: 0.7;
}
.preparatory_other_item.no_opacity a::after {
  content: none;
}
.preparatory_other_item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.preparatory_other_item a:hover .img {
  transform: scale(1.05);
}
.preparatory_other_item a:hover .text {
  opacity: 0.7;
}
.preparatory_other_item a:hover::after {
  text-indent: 3px;
}
.preparatory_other_item a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #1a2d42;
  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: "\e916";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-out;
}
@media print, screen and (min-width: 768px) {
  .preparatory_other_item a::after {
    font-size: 1.1rem;
  }
}
.preparatory_other_item a[target=_blank]::after {
  content: "\e90d";
}
.preparatory_other_item .img {
  transition: transform 0.5s ease-out;
}
.preparatory_other_item .img img {
  opacity: 0.6;
}
.preparatory_other_item .text {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 7, 49, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-out;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .preparatory_other_item .text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .preparatory_other_item .text .type_tablet {
    display: none;
  }
}

.history_sp {
  display: block;
}
@media print, screen and (min-width: 1180px) {
  .history_sp {
    display: none;
  }
}

.history_pc {
  display: none;
}
@media print, screen and (min-width: 1180px) {
  .history_pc {
    display: block;
  }
}

.history_bg {
  position: relative;
  background: #f2f1ef;
  padding-bottom: 80px;
}
.history_bg:before {
  content: "";
  display: block;
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 140px;
  background: #f2f1ef;
  z-index: -1;
}
@media print, screen and (min-width: 920px) {
  .history_bg:before {
    top: -280px;
    height: 280px;
  }
}

.history_toggle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.history_toggle li {
  flex-shrink: 0;
  width: calc(50% - 5px);
  background: #895f97;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px !important;
  margin-bottom: 0 !important;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
.history_toggle li::before {
  content: none !important;
}
.history_toggle li:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 20px 0 20px;
  border-color: #895f97 transparent transparent transparent;
}
@media print, screen and (min-width: 920px) {
  .history_toggle li:after {
    content: none;
  }
}
.history_toggle li.active {
  opacity: 1;
}

.history_contents_item {
  display: none;
}
.history_contents_item.active {
  display: block;
}

.history_head {
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 50px;
}
.history_head .year {
  width: 100%;
}
.history_head .history_academy,
.history_head .history_university {
  width: 40%;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 15px;
  font-family: "Noto Serif JP", serif;
}
.history_head .history_academy span,
.history_head .history_university span {
  display: block;
  background: #895f97;
}

.history_body {
  position: relative;
}
.history_body:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  height: 100%;
  width: 1px;
  background: #b5b9bc;
  z-index: 1;
}
@media print, screen and (min-width: 1180px) {
  .history_body:before {
    left: 34px;
  }
}
.history_body .history_year:last-child {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year:last-child {
    margin-bottom: 40px;
  }
}
.history_body .history_year dt {
  position: relative;
  color: #484145;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px 5px 35px;
  background-color: #f0f1f6;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year dt {
    font-size: 2.2rem;
    padding: 5px 10px 5px 60px;
  }
}
.history_body .history_year dt:after {
  position: absolute;
  top: 11px;
  left: 14px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #895f97;
  border-radius: 100px;
  z-index: 2;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year dt:after {
    top: 16px;
    left: 27px;
    width: 15px;
    height: 15px;
  }
}
.history_body .history_year dd {
  padding-left: 0;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year dd {
    padding-left: 0;
  }
}
.history_body .history_year dd:nth-child(2n+1) .history_year_item {
  background-color: #f7f7f7;
}
.history_body .history_year_item {
  display: flex;
  align-items: flex-start;
  background: #fff;
}
.history_body .history_year_item .year {
  position: relative;
  padding: 12px 5px 12px 35px;
  color: #484145;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 95px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .history_body .history_year_item .year {
    width: 140px;
  }
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year_item .year {
    width: 100%;
    padding: 20px 10px 20px 70px;
    font-size: 1.7rem;
    line-height: inherit;
    flex-shrink: 1;
  }
}
.history_body .history_year_item .year:after {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #bd207e;
  border-radius: 100px;
  z-index: 2;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year_item .year:after {
    top: 28px;
    left: 30px;
    width: 9px;
    height: 9px;
  }
}
.history_body .history_year_item .academy_thing,
.history_body .history_year_item .university_thing {
  width: calc(100% - 95px);
  padding: 10px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year_item .academy_thing,
  .history_body .history_year_item .university_thing {
    flex-shrink: 0;
    width: 40%;
    padding: 20px;
    font-size: 1.4rem;
  }
}
.history_body .history_year_item .img_in .img {
  margin-top: 8px;
  text-align: right;
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year_item .img_in .img {
    margin-top: 15px;
    flex-shrink: 0;
  }
}
.history_body .history_year_item .img_in img {
  display: inline-block;
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  .history_body .history_year_item .img_in img {
    width: 160px;
  }
}
.history_body .history_year_item .text {
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .history_body .history_year_item .text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .history_body .history_year_item .text {
    font-size: 1.5rem;
  }
}
.history_body .history_year_item .text strong {
  font-weight: bold;
}

.history_contents_wrapper {
  background-color: #fff;
  padding: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .history_contents_wrapper {
    padding: 120px 0;
  }
}

.title_season {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding: 0 20px 10px 35px;
  position: relative;
}
@media print, screen and (min-width: 1180px) {
  .title_season {
    font-size: 2.8rem;
    padding: 0 10px 15px 60px;
  }
}
.title_season::after {
  position: absolute;
  top: 7px;
  left: 12px;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #622f85;
  border-radius: 100px;
  z-index: 2;
}
@media print, screen and (min-width: 1180px) {
  .title_season::after {
    top: 14px;
    left: 24px;
    width: 22px;
    height: 22px;
  }
}

.history_btn .btn_base {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  padding: 13px 40px 13px 20px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .history_btn .btn_base {
    padding: 15px 50px 15px 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .history_btn .btn_base {
    font-size: 1.5rem;
  }
}
.history_btn .btn_base:after {
  position: absolute;
  top: 50%;
  right: 20px;
  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.5rem;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .history_btn .btn_base:hover {
    color: rgba(34, 34, 34, 0.6);
  }
}
@media print, screen and (min-width: 768px) {
  .history_btn .btn_base:hover:after {
    right: 15px;
    color: #895f97;
  }
}
@media print, screen and (min-width: 920px) {
  .history_btn .btn_base:hover:after {
    right: 15px;
  }
}

.event_schedule {
  position: relative;
  z-index: 1;
  padding: 55px 0 0;
}
@media print, screen and (min-width: 920px) {
  .event_schedule {
    padding: 50px 0 0;
  }
}

.event_schedule_container {
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
  padding: 50px 20px 30px;
  margin-right: calc(-50vw + 50%);
  margin-left: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .event_schedule_container {
    padding: 100px calc(50vw - 50%) 170px 75px;
  }
}

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

.section_lineup .lineup {
  position: relative;
}
.section_lineup .lineup_carousel .item {
  border: 1px solid #cbd0d5;
  margin-right: 15px;
  position: relative;
  background-color: #fff;
}
@media print, screen and (min-width: 920px) {
  .section_lineup .lineup_carousel .item {
    margin-right: 20px;
  }
}
.section_lineup .lineup_carousel .item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.section_lineup .lineup_carousel .item.released a::after {
  content: "終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 45, 66, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .section_lineup .lineup_carousel .item.released a::after {
    font-size: 1.8rem;
  }
}
.section_lineup .lineup_carousel .item.picked {
  background-image: url(/assets/main/img/entry/event_picked.png);
  border: 1px solid #bd207e;
}
.section_lineup .lineup_carousel .item.picked .picked_light {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #bd207e;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: -25px;
  right: -5px;
  border-radius: 50%;
}
@media print, screen and (min-width: 920px) {
  .section_lineup .lineup_carousel .item.picked .picked_light {
    font-size: 2rem;
    width: 96px;
    height: 96px;
    top: -40px;
  }
}
.section_lineup .lineup_carousel .item.picked .picked_light::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 11px 0 11px;
  border-color: #bd207e transparent transparent transparent;
  position: absolute;
  bottom: -4px;
  left: -5px;
  transform: rotate(46deg);
}
@media print, screen and (min-width: 920px) {
  .section_lineup .lineup_carousel .item.picked .picked_light::before {
    border-width: 29px 17px 0 17px;
  }
}
.section_lineup .lineup_carousel .item.picked.elapsed .picked_light {
  display: none;
}
.section_lineup .lineup_carousel .item a {
  display: block;
  text-decoration: none;
  color: #1a2d42;
  padding: 15px;
  position: relative;
}
.section_lineup .lineup_carousel .item a:hover {
  opacity: 0.7;
}
.section_lineup .lineup_carousel .item a:hover .event_day::after {
  transform: translateX(5px);
}
.section_lineup .slick-list {
  overflow: visible;
}
.section_lineup .slick-nav-arrows {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  column-gap: 15px;
}
@media print, screen and (min-width: 920px) {
  .section_lineup .slick-nav-arrows {
    top: -110px;
  }
}
.section_lineup .slick-next {
  right: 0;
}
.section_lineup .slick-prev {
  left: -80px;
}
.section_lineup .slick-arrow {
  cursor: pointer;
}
.section_lineup .slick-arrow:hover {
  opacity: 0.7;
}
.section_lineup .slick-arrow:hover::before {
  text-indent: 5px;
}
.section_lineup .slick-next:before,
.section_lineup .slick-prev:before {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .section_lineup .slick-next:before,
  .section_lineup .slick-prev:before {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}
.section_lineup .slick-prev:before {
  transform: scale(-1, 1);
}
@media print, screen and (min-width: 920px) {
  .section_lineup .more_btn {
    display: none;
  }
}
.section_lineup .more_btn a {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  width: 180px;
  background-color: #fff;
  border-radius: 9999px;
  color: #1a2d42;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}
.section_lineup .more_btn a:hover {
  opacity: 0.7;
}
.section_lineup .more_btn a::after {
  content: "\e917";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

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

.event_year {
  padding-left: 20px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .event_year {
    font-size: 2rem;
  }
}

.event_day {
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbd0d5;
}
.event_day::after {
  content: "\e917";
  display: inline-block;
  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;
  transition: 0.3s ease;
}
.event_day em {
  font-size: 3rem;
  line-height: 1;
}
@media print, screen and (min-width: 920px) {
  .event_day em {
    font-size: 4.5rem;
  }
}
.event_day em span {
  color: #cbd0d5;
}

.event_weekday {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .event_weekday {
    font-size: 2rem;
  }
}

.event_title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .event_title {
    font-size: 2rem;
  }
}

.event_place {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
}
.event_place p img {
  display: inline-block;
  vertical-align: baseline;
}
.event_place li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
@media print, screen and (min-width: 920px) {
  .event_place li {
    font-size: 1.4rem;
  }
}
.event_place li.literature::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #b99576;
  border-radius: 50%;
}
.event_place li.human::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #90c0b2;
  border-radius: 50%;
}

.event_opc {
  background-color: rgba(243, 248, 255, 0.75);
  padding: 90px 0 60px;
  margin-top: -50px;
}
@media print, screen and (min-width: 768px) {
  .event_opc {
    padding: 200px 0 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc {
    margin-top: -100px;
    padding: 200px 0 80px;
  }
}
.event_opc .opc_block {
  display: flex;
}
.event_opc .opc_block .opc_img {
  position: relative;
  top: 180px;
  margin-right: calc(50% - 50vw);
  padding-left: 50px;
  padding-bottom: 40vw;
  height: 0;
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
}
@media print, screen and (min-width: 768px) {
  .event_opc .opc_block .opc_img {
    width: 50%;
    top: 140px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_block .opc_img {
    width: 55%;
    top: 180px;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_opc .opc_block .opc_img {
    width: calc(25% + 50vw);
  }
}
@media print, screen and (min-width: 1550px) {
  .event_opc .opc_block .opc_img {
    padding-bottom: 0;
    height: 600px;
  }
}
.event_opc .opc_block .opc_img .opc_img_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 50px;
  display: none;
}
.event_opc .opc_block .opc_img .opc_img_item.active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .event_opc .opc_block .opc_img .opc_img_item {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_opc .opc_block .opc_img .opc_img_item {
    padding-left: 50px;
  }
}
.event_opc .opc_block .opc_img .opc_img_item.is_active {
  z-index: 5;
}
.event_opc .opc_block .opc_img .opc_img_item img {
  position: relative;
  top: -180px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .event_opc .opc_block .opc_img .opc_img_item img {
    top: -140px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_block .opc_img .opc_img_item img {
    top: -180px;
  }
}
@media print, screen and (min-width: 1550px) {
  .event_opc .opc_block .opc_img .opc_img_item img {
    height: 600px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_block .opc_content {
    padding-right: 5%;
    width: 52%;
  }
}
@media print, screen and (min-width: 1280px) {
  .event_opc .opc_block .opc_content {
    width: 48%;
  }
}
.event_opc .opc_list:first-child a {
  border-top: 1px solid #cbd0d5;
}
.event_opc .opc_list li {
  position: relative;
  margin-bottom: 40px;
  margin-right: calc(-50vw + 50%);
}
.event_opc .opc_list li:last-child {
  margin-bottom: 0;
}
.event_opc .opc_list li:hover .opc_list_box {
  transform: translateX(15px);
}
.event_opc .opc_list li:hover::before {
  width: 100%;
}
.event_opc .opc_list li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: width 0.3s;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list li {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.event_opc .opc_list .opc_img_item {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .opc_img_item {
    margin-bottom: 0;
  }
}
.event_opc .opc_list .opc_list_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  transition: transform 0.3s;
  padding-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .opc_list_box {
    padding-right: 0;
    display: block;
  }
}
.event_opc .opc_list .opc_list_box::after {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .opc_list_box::after {
    content: none;
  }
}
.event_opc .opc_list a {
  color: #1a2d42;
  text-decoration: none;
  padding: 40px 0;
  border-bottom: 1px solid #cbd0d5;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .event_opc .opc_list a {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 1280px) {
  .event_opc .opc_list a {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list a::after {
    width: 30px;
    height: 30px;
    background-color: #6e1aa8;
    color: #fff;
    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: "\e917";
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 920px) and (min-width: 920px) {
  .event_opc .opc_list a::after {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-left: 20px;
  }
}
.event_opc .opc_list a:hover::after {
  text-indent: 5px;
}
.event_opc .opc_list .sub_text {
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .sub_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_opc .opc_list .sub_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .event_opc .opc_list .sub_text {
    font-size: 1.6rem;
  }
}
.event_opc .opc_list .sub_sub {
  font-size: 1.3rem;
  color: #6e1aa8;
}
.event_opc .opc_list .title {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_opc .opc_list .title {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .event_opc .opc_list .title {
    font-size: 2.3rem;
  }
}
.event_opc .opc_list .title .font_big {
  font-size: 2.8rem;
}
@media print, screen and (min-width: 920px) {
  .event_opc .opc_list .title .font_big {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_opc .opc_list .title .font_big {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width: 1280px) {
  .event_opc .opc_list .title .font_big {
    font-size: 5rem;
  }
}

.event_etc {
  padding-top: 50px;
  padding-bottom: 40%;
}
@media print, screen and (min-width: 768px) {
  .event_etc {
    padding-bottom: 20%;
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_etc {
    padding-top: 150px;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_etc {
    padding-top: 180px;
  }
}
@media print, screen and (min-width: 768px) {
  .event_etc .etc_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6%;
    row-gap: 60px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 920px) {
  .event_etc .etc_list {
    row-gap: 80px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1180px) {
  .event_etc .etc_list {
    row-gap: 100px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  .event_etc .etc_list {
    row-gap: 120px;
  }
}
.event_etc .etc_list li {
  margin-top: 40px;
}
.event_etc .etc_list li:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .event_etc .etc_list li {
    margin-top: 0;
    width: 47%;
  }
}
@media print, screen and (min-width: 768px) {
  .event_etc .etc_list li:nth-child(2n) {
    padding-top: 50px;
  }
}
.event_etc .etc_list li .img {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .event_etc .etc_list li .img {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .event_etc .etc_list li .img {
    margin-bottom: 35px;
  }
}
.event_etc .etc_list li .img img {
  width: 100%;
}
.event_etc .etc_list a {
  text-decoration: none;
}
.event_etc .etc_list a .title {
  color: #1a2d42;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .event_etc .etc_list a .title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 920px) {
  .event_etc .etc_list a .title {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .event_etc .etc_list a .title {
    font-size: 3rem;
  }
}
.event_etc .etc_list a .title::after {
  width: 30px;
  height: 30px;
  background-color: #6e1aa8;
  color: #fff;
  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: "\e917";
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .event_etc .etc_list a .title::after {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    margin-left: 20px;
  }
}
.event_etc .etc_list a:hover {
  opacity: 0.7;
}
.event_etc .etc_list a:hover span::after {
  text-indent: 5px;
}

.event_etc_container {
  position: relative;
}
.event_etc_container::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background-image: url(/assets/main/img/entry/mv_bg_01.png);
  position: absolute;
  left: calc(-50vw + 50%);
  top: 3%;
}
@media print, screen and (min-width: 768px) {
  .event_etc_container::before {
    top: 10%;
    width: 100%;
    height: calc(100% - 100px);
  }
}
.event_etc_container .etc_list {
  position: relative;
  z-index: 1;
}

.search_word {
  margin-bottom: 40px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_word {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}

.search_list__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .search_list__item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.search_list__item:last-child {
  margin-bottom: 0;
}
.search_list__item a {
  color: #895f97;
  text-decoration: underline;
}
.search_list__item .title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_list__item .title {
    font-size: 1.8rem;
  }
}
.search_list__item .text {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .search_list__item .text {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

.device-pc .search_list__item a:hover {
  text-decoration: none;
}

.interview {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.interview .page_inner_s {
  max-width: 1200px;
  width: calc(100% - 60px) !important;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .interview .page_inner_s {
    width: calc(100% - 80px) !important;
  }
}
.interview .sec_mv h1 img {
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.interview .sec_intro {
  margin: 70px auto;
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_intro {
    margin: 100px auto 70px;
  }
}
.interview .sec_intro .page_inner_m {
  padding-bottom: 70px;
  border-bottom: 1px solid #c1c1c1;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_intro .page_inner_m {
    width: calc(100% - 80px);
  }
}
.interview .sec_intro .sec_intro_text {
  margin-bottom: 36px;
}
.interview .sec_intro .sec_intro_text p {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: #222222;
}
.interview .sec_intro .sec_intro_text p span {
  font-size: 1.4rem;
}
.interview .sec_intro .sec_intro_text p.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.interview .sec_intro .sec_intro_tag ul {
  color: #00376b;
}
.interview .sec_intro .sec_intro_tag ul li {
  display: inline;
  margin-right: 14px;
}
.interview .sec_intro .sec_intro_tag ul li a {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: #00376b;
  white-space: normal;
  word-break: break-all;
  text-decoration: none;
  transition: 0.3s all ease;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_intro .sec_intro_tag ul li a {
    font-size: 1.8rem;
  }
}
.interview .sec_intro .sec_intro_tag ul li a::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #00376b;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  opacity: 0;
}
.interview .sec_intro .sec_intro_tag ul li.current a {
  font-weight: 700;
}
.interview .sec_intro .sec_intro_tag ul li:hover a::after {
  display: block;
  opacity: 1;
}
.interview .sec_window {
  display: block;
  position: relative;
  padding-top: 140px;
  margin-top: -140px;
  height: 0px;
  transition: opacity 0.1s linear;
  visibility: hidden;
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_window {
    padding-top: 130px;
    margin-top: -130px;
  }
}
.interview .sec_window.active {
  height: auto;
  overflow-y: hidden;
  visibility: visible;
}
.interview .sec_window .page_inner_m {
  padding-bottom: 70px;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .page_inner_m {
    width: calc(100% - 80px);
  }
}
.interview .sec_window .sec_window_slider {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.interview .sec_window .sec_window_slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}
.interview .sec_window .slick-arrow {
  position: relative;
}
.interview .sec_window .slick-arrow::after {
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .slick-arrow::after {
    width: 10px;
    height: 10px;
  }
}
.interview .sec_window .slick-arrow.slick-prev {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #f7f7f7;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 0;
  top: 50vw;
  position: absolute;
  left: 10px;
  z-index: 10;
}
.interview .sec_window .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .slick-arrow.slick-prev {
    left: -22px;
    width: 45px;
    height: 45px;
    top: 50%;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .slick-arrow.slick-prev {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.interview .sec_window .slick-arrow.slick-prev::after {
  left: 3px;
}
.interview .sec_window .slick-arrow.slick-next {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #f7f7f7;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 0;
  position: absolute;
  top: 50vw;
  right: 10px;
  z-index: 10;
}
.interview .sec_window .slick-arrow.slick-next::after {
  left: 0;
  right: 2px;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .slick-arrow.slick-next {
    right: -22px;
    width: 45px;
    height: 45px;
    top: 50%;
  }
  .interview .sec_window .slick-arrow.slick-next::after {
    left: -5px;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .slick-arrow.slick-next {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.interview .sec_window .close_button {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .close_button {
    width: 55px;
    height: 55px;
    top: -30px;
    right: -20px;
    cursor: pointer;
  }
}
.interview .sec_window .close_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 12px; /* 棒の高さ */
  background: #222222; /* バツ印の色 */
  transform: translate(-50%, -50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .close_button::after {
    height: 22px; /* 棒の高さ */
  }
}
.interview .sec_window .close_button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 12px; /* 棒の高さ */
  background: #222222; /* バツ印の色 */
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .close_button::before {
    height: 22px; /* 棒の高さ */
  }
}
.interview .sec_window .sec_window_item {
  display: flex;
  border: 2px solid var(--color1);
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_window .sec_window_item {
    max-height: 675px;
    max-width: 1300px;
    width: 100%;
    gap: 50px;
  }
}
.interview .sec_window .sec_window_item .sec_window_left {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item .sec_window_left {
    width: calc(50% - 25px);
  }
}
.interview .sec_window .sec_window_item .sec_window_left img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  height: 100%;
}
.interview .sec_window .sec_window_item .sec_window_right {
  padding: 18px;
  width: 100%;
}
.interview .sec_window .sec_window_item .sec_window_right .right_inner {
  padding-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  overflow-y: hidden; /* スクロールバーと枠を非表示にする */
  /* heightが621px以上の場合のスタイル */
}
@media (min-height: 621px) {
  .interview .sec_window .sec_window_item .sec_window_right .right_inner {
    overflow-y: auto; /* 621px以下の場合はスクロールバーを表示 */
  }
}
.interview .sec_window .sec_window_item .sec_window_right .right_inner::-webkit-scrollbar {
  width: 12px;
}
.interview .sec_window .sec_window_item .sec_window_right .right_inner::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.interview .sec_window .sec_window_item .sec_window_right .right_inner::-webkit-scrollbar-thumb {
  background: var(--color1);
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0 6px rgba(250, 250, 250, 0.4);
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item .sec_window_right .right_inner {
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .sec_window_item .sec_window_right {
    padding: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item .sec_window_right {
    width: calc(50% - 25px);
  }
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_window .sec_window_item .sec_window_right {
    padding: 50px 30px 50px 0px;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .top_text {
  text-align: right;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #484145;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .sec_window_item .sec_window_right .top_text {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item .sec_window_right .top_text {
    margin-bottom: 50px;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .top_text .detail p {
  display: inline-block;
  margin-bottom: 10px;
}
.interview .sec_window .sec_window_item .sec_window_right .top_text .detail .major,
.interview .sec_window .sec_window_item .sec_window_right .top_text .detail .graduate_year {
  margin-left: 10px;
}
.interview .sec_window .sec_window_item .sec_window_right .top_text .name {
  font-family: "noto serif jp", serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 25px;
  color: #484145;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .sec_window_item .sec_window_right .top_text .name {
    font-size: 1.9rem;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .main_text .main_text_catch {
  font-family: "noto serif jp", serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: left;
  color: #444;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .sec_window_item .sec_window_right .main_text .main_text_catch {
    font-size: 2.4rem;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .main_text .main_text_content {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #222;
  margin-bottom: 30px;
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_wrap {
  background: var(--color1);
  padding: 25px 18px 35px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_wrap {
    padding: 18px 20px;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_wrap .bottom_text_title {
  font-family: "noto serif jp", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #484145;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_wrap .bottom_text_title {
    font-size: 2.1rem;
  }
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_list {
  padding-left: 20px;
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_list li {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: #484145;
  position: relative;
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_list li::before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  top: 5px;
  left: -20px;
  height: 15px;
  border-radius: 50%;
  background: url(/assets/main/img/f-voice/check.svg) no-repeat center center/8px auto var(--color2);
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .bottom_text_list li:last-of-type {
  margin-bottom: 0;
}
.interview .sec_window .sec_window_item .sec_window_right .bottom_text .year {
  text-align: right;
  font-size: 1.3rem;
}
.interview .sec_list {
  margin: 0 0 170px;
}
.interview .sec_list .sec_list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_list .sec_list_item {
    gap: 15px;
  }
}
.interview .sec_list .sec_list_item li {
  width: 100%;
  position: relative;
  z-index: 0;
  transition: 0.3s ease;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_list .sec_list_item li {
    width: calc((100% - 12px) / 2);
  }
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_list .sec_list_item li {
    width: calc((100% - 30px) / 3);
  }
}
.interview .sec_list .sec_list_item li::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
  opacity: 0.55;
  z-index: 15;
  transition: 0.3s ease;
}
.interview .sec_list .sec_list_item li a {
  display: block;
  text-decoration: none;
  color: #222222;
  transition: 0.3s ease;
}
.interview .sec_list .sec_list_item li a .catch {
  font-family: "noto serif jp", serif;
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 0;
}
.interview .sec_list .sec_list_item li a .catch p {
  display: block;
  width: fit-content;
  position: relative;
  z-index: 0;
  margin-top: 10px;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222222;
}
@media print, screen and (min-width: 920px) {
  .interview .sec_list .sec_list_item li a .catch p {
    font-size: 1.5rem;
  }
}
.interview .sec_list .sec_list_item li a .catch p span {
  background: linear-gradient(transparent 0%, #fff 0%);
  padding: 5px 5px 5px 15px;
}
.interview .sec_list .sec_list_item li a .catch p:first-of-type {
  margin-top: 0;
}
.interview .sec_list .sec_list_item li a .photo {
  width: calc(100% - 40px);
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.interview .sec_list .sec_list_item li a .photo img {
  object-fit: cover;
  aspect-ratio: 326/275;
}
.interview .sec_list .sec_list_item li a .photo::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
  transition: opacity 0.4s;
  z-index: 10;
}
@media print, screen and (min-width: 920px) {
  .interview .sec_list .sec_list_item li a .photo {
    width: calc(100% - 60px);
    margin: 30px auto 0;
  }
}
.interview .sec_list .sec_list_item li a .profile {
  padding: 13px 20px 10px;
}
@media print, screen and (min-width: 1180px) {
  .interview .sec_list .sec_list_item li a .profile {
    padding: 15px 30px 12px;
  }
}
.interview .sec_list .sec_list_item li a .profile .detail {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #222222;
  display: flex;
  column-gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.interview .sec_list .sec_list_item li a .profile .detail p {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_list .sec_list_item li a .profile .detail {
    font-size: 1.3rem;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_list .sec_list_item li a .profile .detail {
    font-size: 14px;
  }
}
.interview .sec_list .sec_list_item li a .profile .name {
  font-family: "noto serif jp", serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: right;
  color: #5a5a5a;
}
@media print, screen and (min-width: 768px) {
  .interview .sec_list .sec_list_item li a .profile .name {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .interview .sec_list .sec_list_item li a .profile .name {
    font-size: 1.6rem;
  }
}
.interview .sec_list .sec_list_item li.english {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.english:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.jpn {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.jpn:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.art {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.art:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.human {
  background: #edf3d6;
}
.interview .sec_list .sec_list_item li.human:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.food {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.food:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.child {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.child:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.hoiku {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.hoiku:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.grad_human {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.grad_human:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li.grad_food {
  background: var(--color1);
}
.interview .sec_list .sec_list_item li.grad_food:hover a .photo::after {
  background: var(--background);
}
.interview .sec_list .sec_list_item li:not(:hover) a .photo::after {
  opacity: 0;
  transition-duration: 1s;
}
.interview .sec_list .sec_list_item li.current::after {
  display: block;
}
.interview .sec_list .sec_list_item li.current:hover a .photo::after {
  display: none;
}

.cms-contents .sns_inner {
  display: flex;
  flex-wrap: wrap;
}