@charset "UTF-8";

/*  header
========================================================================*/

@media screen and (max-width: 1000px) {
  .header {
      background: linear-gradient(to bottom, #0000003b, #00000000);
  }
}

/*  slick
========================================================================*/

.slide-items3 .slick-dots {
  bottom: 70px;
}
.slide-items3 .slick-dots li button:before
{
    opacity: .75;
    color: #fff;
}
.slide-items3 .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #333333;
}

/*  slide
========================================================================*/

.slide-items3 {
  width: 100%;
  height: 100%;
}

.slide-items3 img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slide-items3 img {
    height: 250px;
  }
}

/* main area
========================================================================*/

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

@media screen and (max-width: 767px) {
  .main_area .slick-slide img {
    height: 100svh;
    padding-bottom: 126px;
  }
  .mainlogo {
    text-align: center;
  }
  .mainlogo.t37-sp {
      top: 37%;
  }
}

/* anchor
========================================================================*/

.pbMainArea.pink .anchor ul {
  background-color: #fadcde;
  justify-content: space-evenly;
  max-width: 100%;
}
.pbMainArea.pink .anchor a {
  color: #83474a;
}
.pbMainArea.pink .anchor.fixed {
  position: fixed;
  display: block;
  top: 68px;
  width: 100%;
  z-index: 100;
}
.pbMainArea.pink .anchor.fixed ul {
  background-color: rgb(250 220 222 / 60%);
}
.pbMainArea.pink .anchor ul .fixed-show {
  display: none;
}
.pbMainArea.pink .anchor.fixed ul .fixed-show {
  display: block;
}

@media screen and (max-width: 767px) {
  .pbMainArea.pink .anchor {
    background-color: #f4a8ad;
    padding: 12px;
  }
  .pbMainArea.pink .anchor ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    background-color: unset;
    gap: 2px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    border-radius: 5px;
  }
  .pbMainArea.pink .anchor li {
    width: calc(50% - 1px);
    text-align: center;
    margin: 0;
    background-color: #fff;
    line-height: 1.3;
    flex-grow: 1;
  }
 .pbMainArea.pink .anchor li:nth-child(2) {
    border-radius: 5px 0 0 0;
  }
 .pbMainArea.pink .anchor li:nth-child(3) {
    border-radius: 0 5px 0 0;
  }
 .pbMainArea.pink .anchor li:nth-last-child(2) {
    border-radius: 0 0 0 5px;
  }
 .pbMainArea.pink .anchor li:last-child {
    border-radius: 0 0 5px 0;
  }
  .pbMainArea.pink .anchor a {
    font-size: 87.5%;
    position: relative;
    display: block;
    padding: 13px 20px 13px 10px;
    height: 100%;
    font-weight: bold;
  transition: none;
  }
  .pbMainArea.pink .anchor a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
    transform: rotate(45deg);
    transition: all .3s;
  }
  .pbMainArea.pink .anchor.fixed {
    top: 0;
    bottom: auto;
    padding: 8px;
    background-color: rgb(250 220 222 / 60%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .pbMainArea.pink .anchor.fixed ul {
    display: flex;
    background-color: unset;
    margin: 0px;
    width: 100%;
    backdrop-filter: none;
  }
 .pbMainArea.pink .anchor.fixed li {
    width: calc(100%/3 - 2px);
  }
 .pbMainArea.pink .anchor.fixed li:nth-child(2) {
    border-radius: 5px 0 0 0;
  }
 .pbMainArea.pink .anchor.fixed li:nth-child(3) {
    border-radius: 0;
  }
 .pbMainArea.pink .anchor.fixed li:nth-child(4) {
    border-radius: 0 5px 0 0;
  }
 .pbMainArea.pink .anchor.fixed li:nth-last-child(3) {
    border-radius: 0 0 0 5px;
  }
 .pbMainArea.pink .anchor.fixed li:nth-last-child(2) {
    border-radius: 0;
  }
 .pbMainArea.pink .anchor.fixed li:last-child {
    border-radius: 0 0 5px 0;
  }
  .pbMainArea.pink .anchor.fixed a {
    font-size: 70%;
    padding: 10px 15px 10px 8px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pbMainArea.pink .anchor.fixed a:after {
    width: 4px;
    height: 4px;
    right: 8px;
  }
  .pbAnchor a {
    padding-top: 80px;
    margin-top: -80px;
    display: block;
  }
}

/*  sns-area
========================================================================*/

/*  col-3
------------------------------------------------*/

.sns-area.col-3 a {
  width: 30%;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sns-area.col-3 a {
    width: 49%;
  }
}

/*  side-navi
========================================================================*/

.pbMainArea.pink .side-navi {
  top: 200px;
}
.pbMainArea.pink .side-navi ul li:before {
  background-color: #fadcde;
}

@media screen and (max-width: 1000px) {
  .pbMainArea.pink .side-navi {
    top: 0;
  }
}

/*  category
========================================================================*/

.category.brown .title {
  color: #83474a;
}
.category.brown .title.notice:before {
  filter: brightness(0) saturate(100%) invert(30%) sepia(5%) saturate(7392%) hue-rotate(308deg) brightness(87%) contrast(71%);
}

/*  point
========================================================================*/

.point_title h4 {
  font-size: 125%;
}

@media screen and (max-width: 767px) {
  .point_title h4 {
    font-size: 120%;
    text-align: center;
    margin-top: 10px;
  }
}

/*  profile
========================================================================*/

.profile.pink a:before {
  border-color: transparent transparent rgb(250 220 222) transparent;
}

/*  section
========================================================================*/

/*  pink
------------------------------------------------*/

.c_section.pink {
  background: #fadcde;
  position: relative;
  height: 190px;
  margin-top: 160px;
}
.c_section.pink > div {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c_section.pink {
    background: #fadcde;
    position: unset;
    height: auto;
    margin-top: 0;
  }
  .c_section.pink > div {
    margin: 0 auto;
    padding: 20px 0;
  }
}

/*  light-pink
------------------------------------------------*/

.c_section.light-pink {
    background: #FBF7F7;
}

/*  h2
========================================================================*/

.c_h2 h3 {
  font-size: 188%;
  font-weight: bold;
  letter-spacing: 1px;
}

/*  brown
------------------------------------------------*/

.c_h2.brown > div {
  color: #83474a;
}
.c_h2.brown h2 {
  color: #83474a;
}

/*  h3
========================================================================*/

/*  brown
------------------------------------------------*/

.c_h3.brown > div {
    color: #83474a;
}

/*  num pink
------------------------------------------------*/

.c_h3.num.pink span {
  background-color: #fadcde;
  color: #83474a;
}

/*  h4
========================================================================*/

/*  brown
------------------------------------------------*/

.c_h4.brown {
  color: #83474a;
}

/*  image
========================================================================*/

/*  sp-full
------------------------------------------------*/

@media screen and (max-width: 767px) {
  .c_image.sp-full img {
    width: 100%;
  }
}

/*  image-text
========================================================================*/

/*  line
------------------------------------------------*/

.c_image-text.line > div {
  padding: 40px;
  background: #fff;
    border: 2px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c_image-text.line > div {
    padding: 20px 20px 30px;
  }
}

/*  image sp-mini
------------------------------------------------*/

.c_image-text .imagebox.sp-mini {
  width: 26%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c_image-text .imagebox.sp-mini+.textbox {
    width: 71%;
  }
  .c_image-text.simple .imagebox.sp-mini+.textbox {
    width: 75%;
  }
}

/*  topics
========================================================================*/

.topics-title.brown {
  color: #83474a;
}
.topics.top.pink .box {
  border: 2px solid #fadcde;
}

/*  features
========================================================================*/

.features-title {
  font-weight: bold;
  text-align: center;
  color: #83474a;
}
.features-title h2 {
  font-size: 157%;
}
.features-title h3 {
    font-size: 157%;
}
.features-section {
  background-color: #fadcde;
  border-radius: 10px;
  margin-top: 30px;
}
.features-section > div {
  padding: 20px;
}
.features-section .features .box {
  background-color: #FEF0F2;
}
.features-wrapper {
    background-color: #FADCDE;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
}
.features-wrapper.gray {
    background-color: #EAEAEA;
    margin-top: 20px;
}
.features-wrapper:not(.gray) .features {
  margin-top: 20px;
}
.features > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features .box {
  width: 31.9%;
  border: none;
  border-radius: 10px;
  text-align: center;
  color: #83474a;
}
.features .box:nth-child(n+4) {
    margin-top: 20px;
}
.features .box > div {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.features .box a {
    color: #83474a;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(131, 65, 72, 0.2);
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 35px 20px 40px 20px;
    border: 4px solid #fff;
    position: relative;
}
.features .box a:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #EBC6C8;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.features .box a:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url(/library/faculty2025/img/ic_arrow.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
}
@media (min-width: 768px) {
  .features .box a:hover {
      border: 4px solid #83474A;
  }
  .features .box a:hover:before {
    background-color: #83474A;
  }
  .features .box a:hover:after {
      filter: brightness(0) invert(1);
  }
}
.features .box a img {
    width: 58px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
}
.features .textbox {
    margin: 20px 10px;
}
.features .box .text-small {
    font-size: 113%;
    font-weight: 500;
    line-height: 1.5;
}
.features .box .text-large {
  font-size: 194%;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .features-section > div {
    padding: 15px 10px;
  }
  .features-wrapper {
    border-radius: 0;
    margin: 30px -20px 0;
    padding: 15px;
  }
  .features-wrapper.gray {
    margin: 10px -20px 0;
  }
  .features-title h3 {
    font-size: 112.5%;
  }
  .features-wrapper:not(.gray) .features {
    margin-top: 25px;
  }
  .features .box {
    width: 31.8%;
  }
  .features .box a {
    padding: 35px 8px 49px 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .features-wrapper.gray .features .box a {
    padding: 15px 8px 49px 8px;
  }
  .features .box a::before {
    content: '';
    width: 28px;
    height: 28px;
    bottom: 10px;
  }
  .features .box a::after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    background-image: url(/library/faculty2025/img/ic_arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    border-radius: 50%;
  }
  .features .box a img {
    width: 50px;
    top: -16px;
  }
  .features .textbox {
    margin: 0;
  }
  .features .box .text-small {
    font-size: 75%;
  }
  .features .box .text-large {
    font-size: 100%;
    margin-top: 5px;
  }
}

/*  link
========================================================================*/

.c_link.brown a:before {
  border-top: 2px solid #83474a;
  border-right: 2px solid #83474a;
}

/*  button
========================================================================*/

.c_button.pink a {
  background: #fadcde;
  color: #83474a;
}

/*  accordion
========================================================================*/

.c_accordion.brown .trigger {
  color: #83474a;
}
.c_accordion.brown .trigger:before,
.c_accordion.brown .trigger:after {
  background: #83474a;
}
/* .c_accordion.brown ul > li,
.c_accordion.brown ol > li {
  padding-left: 20px;
}
.c_accordion.brown ol {
    list-style: none;
    position: relative;
    counter-reset: listnum;
} */

/*  imagebox
========================================================================*/

/*  col-2
------------------------------------------------*/

@media print, screen and (min-width: 768px) {
  .c_imagebox.col-2 .box.w45 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .c_imagebox.col-2 .box.w45 {
    width: 100%;
  }
}

/*  bg-none
------------------------------------------------*/

.c_imagebox .image.bg-none {
  background: none;
}

/*  sp margin-top small
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c_imagebox.sp-mt-small:not(:first-child) {
    margin-top: 15px;
  }
  .c_imagebox.sp-mt-small .box:nth-child(n+3) {
    margin-top: 15px;
  }
}

/*  style
========================================================================*/

/*  large
------------------------------------------------*/

.c_style.large {
    vertical-align: baseline;
    font-size: 125%;
}

/*  ul ol
------------------------------------------------*/

.c_style.asterisk ul li,
.c_style.circle ul > li,
.c_style.number ol > li {
    padding-left: 20px;
}

/*  asterisk
------------------------------------------------*/

.c_style.asterisk ul {
  list-style: none;
}
.c_style.asterisk ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.c_style.asterisk ul li::before {
  content: '＊';
}

/*  circle
------------------------------------------------*/

.c_style.circle ul {
  list-style: none;
}
.c_style.circle ul > li:not(:first-child) {
  margin-top: 5px;
}
.c_style.circle ul > li {
  position: relative;
}
.c_style.circle ul > li::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  position: absolute;
  border-radius: 9px;
  left: 0;
  top: 7px;
}

/*  number
------------------------------------------------*/

.c_style.number ol {
    list-style: none;
    position: relative;
    counter-reset: listnum;
}
.c_style.number ol > li::before {
    position: absolute;
    counter-increment: listnum;
    content: counter(listnum) ".";
    left: 0;
    font-weight: bold;
}

/*  orange
------------------------------------------------*/

.c_style.orange ul > li::before {
  background: #F29664;
}

/*  green
------------------------------------------------*/

.c_style.green ul > li::before {
  background: #BADA97;
}
.c_style.green ul > li span.green {
  color: #5FAB38;
  vertical-align: baseline;
  font-weight: bold;
}

/*  pink
------------------------------------------------*/

.c_style.pink ul > li::before {
  background: #FFADB3;
}


/*  col-2
------------------------------------------------*/

.c_style.col-2 ul {
  column-count: 2;
}

@media screen and (max-width: 767px) {
  .c_style.col-2 ul {
    column-count: 1;
  }
}

/*  col-3
------------------------------------------------*/

.c_style.col-3 ul {
  column-count: 3;
}

@media screen and (max-width: 767px) {
  .c_style.col-3 ul {
    column-count: 1;
  }
}

/*  table
========================================================================*/

/*  w100
------------------------------------------------*/

.c_style.w100 table {
  width: 100%;
}

/*  border
------------------------------------------------*/

.c_style.border table {
  border-collapse: collapse;
}
.c_style.border  table th,
.c_style.border  table td {
  border: 1px solid #333;
}

/*  pink
------------------------------------------------*/

.c_style.pink table th,
.c_style table th.pink,
.c_style table td.pink {
  background: #fadcde;
  color: #000;
}

/*  blue
------------------------------------------------*/

.c_style table th.blue,
.c_style table td.blue{
  background: #CAEDFB;
  color: #000;
}

/*  gray
------------------------------------------------*/

.c_style table th.gray,
.c_style table td.gray{
  background: #E8E8E8;
  color: #000;
}

/*  white
------------------------------------------------*/

.c_style table th.white,
.c_style table td.white{
  background: #FFFFFF;
  color: #000;
}

/*  mt
========================================================================*/

.mt0 {
  margin-top: 0!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}

@media screen and (max-width: 767px) {
  .sp-mt20 {
    margin-top: 20px!important;
  }
}

/*  float
========================================================================*/

.f_left {
  float: left;
}
.f_right {
  float: right;
}

.c_style.edit:not(:has(.pb-of-visible)) {
  display: none;
}

/*  curriculum graph
========================================================================*/

.curriculum-graph {
  position: relative;
  background-color: #fff;
}
.curriculum-graph .academic-year > div {
  display: flex;
}
.curriculum-graph .box {
  width: 33.333%;
}
.curriculum-graph .box .title {
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  font-size: 150%;
}
.curriculum-graph .box:nth-child(1) .title {
  background-color: #73BFE6;
}
.curriculum-graph .box:nth-child(2) .title {
  background-color: #B6C256;
}
.curriculum-graph .box:nth-child(3) .title {
  background-color: #E8A238;
}
.curriculum-graph .box:nth-child(4) .title {
  background-color: #D06869;
}
.curriculum-graph .box:nth-child(1) .textbox {
  background-color: #D5F1FF;
}
.curriculum-graph .box:nth-child(2) .textbox {
  background-color: #FAFFD1;
}
.curriculum-graph .box:nth-child(3) .textbox {
  background-color: #FFE6BF;
}
.curriculum-graph .box:nth-child(4) .textbox {
  background-color: #FFDBDB;
}
.curriculum-graph .box:not(:first-child):after {
  border-right: 1px dotted #CECECE;
  height: 100%;
  position: absolute;
  top: 0;
}
.curriculum-graph .box .text {
  padding: 20px;
  font-weight: bold;
}
.curriculum-graph .box .list {
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
}
.curriculum-graph .list ul {
  list-style: none;
}
.curriculum-graph .list ul > li {
  position: relative;
  padding-left: 20px;
}
.curriculum-graph .list ul > li:not(:first-child) {
  margin-top: 5px;
}
.curriculum-graph .list ul > li::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  position: absolute;
  border-radius: 9px;
  left: 0;
  top: 7px;
}
.curriculum-graph .box:nth-child(1) .list ul > li::before {
  background: #73BFE6;
}
.curriculum-graph .box:nth-child(2) .list ul > li::before {
  background: #B6C256;
}
.curriculum-graph .box:nth-child(3) .list ul > li::before {
  background: #E8A238;
}
.curriculum-graph .box:nth-child(4) .list ul > li::before {
  background: #D06869;
}
.curriculum-graph .major > div {
  position: relative;
  padding: 10px 15px 30px;
}
.curriculum-graph .arrow {
  background: #FFF0F4;
  margin-top: 10px;
  position: relative;
  border-top: 2px solid #FFAFC4;
  border-bottom: 2px solid #FFAFC4;
  border-left: 2px solid #FFAFC4;
  font-weight: bold;
  color: #83474A;
  padding: 6px 15px;
  line-height: 1.5;
}
.curriculum-graph .arrow:before {
  content: "";
  position: absolute;
  height: calc(100% + 4px);
  width: 22px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFAFC4;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.curriculum-graph .arrow:after {
  content: "";
  position: absolute;
  width: 18px;
  right: -18px;
  height: 100%;
  bottom: -18px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFF0F4;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.curriculum-graph .arrow.large .inner:not(:first-child) {
  margin-top: 10px;
}
.curriculum-graph .arrow.large .inner > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curriculum-graph .arrow.large .inner > div:after {
  display: none;
}
.curriculum-graph .arrow .red > div {
  padding: 5px 10px;
  background-color: #D06869;
  color: #fff;
  font-weight: 400;
}
.curriculum-graph .arrow span {
  vertical-align: unset;
}
.curriculum-graph .left25 {
  left: 25%;
}
.curriculum-graph .left33 {
  left: 33.33%;
}
.curriculum-graph .left50 {
  left: 50%;
}
.curriculum-graph .width33 {
  width: calc(33.33% - 22px);
}
.curriculum-graph .width37 {
  width: calc(37% - 22px);
}
.curriculum-graph .width50 {
  width: calc(50% - 22px);
}
.curriculum-graph .width75 {
  width: calc(75% - 22px);
}

@media screen and (max-width: 767px) {
  .curriculum-graph > div {
    display: flex;
  }
  .curriculum-graph .academic-year {
    width: 42.6%;
  }
  .curriculum-graph .academic-year > div {
    flex-direction: column;
  }
  .curriculum-graph .box {
    width: 100%;
    position: relative;
  }
  .curriculum-graph .box > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .curriculum-graph .box .textbox {
    padding: 8px;
    height: 100%;
  }
  .curriculum-graph .box .text {
    padding: 5px 5px 10px;
    font-size: 93%;
    line-height: 1.5;
  }
  .curriculum-graph .box .list {
    font-size: 93%;
    padding: 10px 8px;
    line-height: 1.5;
  }
  .curriculum-graph .major {
    width: 57.4%;
  }
  .curriculum-graph .major > div {
    display: flex;
    height: 100%;
    padding: 10px;
    justify-content: space-evenly;
  }
  .curriculum-graph .arrow:not(:first-child) {
    margin-left: 6px;
  }
  .curriculum-graph .arrow {
    margin-top: 0;
    padding: 10px 7px;
    border-right: 2px solid #FFAFC4;
    border-bottom: none;
    letter-spacing: 4px;
    flex-grow: 1;
  }
  .curriculum-graph .arow:after {
    display:none;
  }
  .curriculum-graph .arrow.large {
    flex-grow: 2;
  }
  .curriculum-graph .arrow.large .inner:not(:first-child) {
    margin-top: 0;
    margin-left: 8px;
  }
  .curriculum-graph .arrow.large .inner > div {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .curriculum-graph .arrow p {
    writing-mode: vertical-lr;
    line-height: 1.1;
    font-size: 81.25%;
    margin: 0 auto;
    font-weight: bold;
  }
  .curriculum-graph .arrow span {
    text-combine-upright: all;
    letter-spacing: 0.1em;
  }
  .curriculum-graph .arrow:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    right: auto;
    left: 50%;
    height: 22px;
    top: auto;
    bottom: -22px;
    transform: translateX(-50%);
    background: #FFAFC4;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .curriculum-graph .arrow:after {
    content: "";
    position: absolute;
    width: 100%;
    right: auto;
    left: 50%;
    height: 18px;
    top: auto;
    bottom: -18px;
    transform: translateX(-50%);
    background: #FFF0F4;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .curriculum-graph .arrow.large > div {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .curriculum-graph .arrow .red > div {
    padding: 10px 5px;
    height: 100%;
    display: block;
    min-width: 25px;
  }
  .curriculum-graph .left25 {
    left: auto;
    top: 25%;
  }
  .curriculum-graph .left50 {
    left: auto;
    top: 50%;
  }
  .curriculum-graph .width37 {
    width: auto;
    height: calc(37% - 22px);
  }
  .curriculum-graph .width50 {
    width: auto;
    height: calc(50% - 22px);
  }
  .curriculum-graph .width50 > div {
    height: 100%;
  }
  .curriculum-graph .width75 {
    width: auto;
    height: calc(75% - 22px);
  }
  .curriculum-graph .box:not(:first-child):after {
    border-right: none;
    border-top: 1px dotted #CECECE;
    width: calc(100vw - 30px);
    position: absolute;
    top: auto;
    bottom: 0%;
  }
  .curriculum-graph .list ul > li::before {
      width: 12px;
      height: 12px;
      top: 5px;
  }
}

/*  p-more
========================================================================*/

.c_p-more .item.hide {
  display: none;
}
.c_p-more .item:not(.hide) {
  animation: more-fade .4s ease-in-out 0s;
}
@keyframes more-fade {
  0% {opacity: 0; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0);}
}

.c_accordion .button a {
  padding: 20px 45px 20px 25px;
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  color: #83474a;
  text-decoration: none;
  position: relative;
  display: block;
}
.c_accordion.brown .button a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: .5em;
  height: .5em;
  border-top: 2px solid #83474a;
  border-right: 2px solid #83474a;
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .c_accordion .trigger:hover,
  .c_accordion.brown .button a:hover {
    background: #ffeff0;
    transition: all .3s;
  }
}

/*  more
------------------------------------------------*/
.c_button.brown a {
    background: #83474a;
}
.c_button.more a:before, .c_button.more a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    width: 12px;
    height: 2px;
    background: #fff;
    border: none;
    transition: all .3s;
}
.c_button.more a:after {
    transform: rotate(90deg);
}

/*  topViBnr
========================================================================*/

.topViBnr {
  padding: 20px 0;
}
.topViBnr ul li {
  width: 200px !important;
  height: 200px !important;
  margin: 0 10px 20px 10px;
  padding: 3px;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.topViBnr ul li:first-child {
  display: block;
}
.topViBnr ul a {
  display: inline-block;
  position: relative;
}
.topViBnr ul a:after {
  display: none;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 15px);
  background-color: #17194C;
  z-index: 100;
  border-radius: 100%;
  border: 2px solid #FFF;
  background-image: url(/library/common2020/images/icon_arrow_s_white_right.png);
  background-size: 5px 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.topViBnr ul li img {
  border-radius: 100%;
  overflow: hidden;
  z-index: 9;
}
.topViBnr .slick-slide {
  height: auto;
}
.topViBnr.fixed li {
  position: fixed;
}

@media print, screen and (min-width: 1000px) {
  .topViBnr {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .topViBnr ul a {
    padding: 0;
  }
  .topViBnr ul li {
    width: auto !important;
    transition: all .2s;
    height: 400px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .topViBnr ul li:hover {
    transform: scale(1.1);
    z-index: 1000;
  }
  .topViBnr ul li:nth-child(1) {
    width: 150px !important;
    height: 150px !important;
    top: 409px;
  }
  .topViBnr ul li:nth-child(2) {
    width: 150px !important;
    height: 150px !important;
    top: 580px;
    left: 53px;
  }
  .topViBnr.fixed ul li:nth-child(1) {
    width: 120px !important;
    height: 120px !important;
    top: auto;
    bottom: 20px;
  }
  .topViBnr.fixed  ul li:nth-child(2) {
    width: 120px !important;
    height: 120px !important;
    top: auto;
    bottom: 20px;
    left: 135px;
  }
}
@media print, screen and (max-width: 1000px) {
  .topViBnr {
    padding: 0;
  }
  .topViBnr ul li {
    width: 100%;
    height: 460px;
    display: block;
    position: absolute;
    border-radius: 100%;
    z-index: 20;
  }
  .topViBnr ul li:nth-child(1) {
    width: 100px !important;
    height: 100px !important;
    top: auto;
    bottom: 100px;
    right: auto;
    left: 10px;
  }
  .topViBnr ul li:nth-child(2) {
    width: 100px !important;
    height: 100px !important;
    top: auto;
    bottom: 100px;
    right: 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .topViBnr ul li:nth-child(1),
  .topViBnr ul li:nth-child(2) {
    bottom: 15%;
  }
  .topViBnr.fixed li {
    position: fixed;
    bottom: 0 !important;
  }
  .topViBnr.fixed ul li:nth-child(1) {
    width: 85px !important;
    height: 85px !important;
    left: 0;
  }
  .topViBnr.fixed  ul li:nth-child(2) {
    width: 85px !important;
    height: 85px !important;
    left: 100px;
  }
  .topViBnr.fixed ul a:after {
    width: 20px;
    height: 20px;
    bottom: -15px;
  }
}


/*  catch
========================================================================*/

.catch {
    font-family: "ヒラギノ明朝 ProN W6", serif;
    text-align: center;
    color: #83474A;
    letter-spacing: .25em;
    font-size: 145.8%;
}
.catch span {
    color: #FF747D;
    font-size: 114%;
}

@media print, screen and (max-width: 767px) {
  .catch {
      font-size: 110%;
  }
}

/*  video
========================================================================*/

.c_video.w900 {
   padding-bottom: 0 !important;
   position: unset;
   text-align: center;
}
.c_video.w900 iframe {
   max-width: 900px;
   height: 506px;
   text-align: center;
   position: unset;
}
.c_video.w780 {
   padding-bottom: 0 !important;
   position: unset;
   text-align: center;
}
.c_video.w780 iframe {
   max-width: 780px;
   height: 438px;
   text-align: center;
   position: unset;
}

@media print, screen and (max-width: 767px) {
  .c_video.w900 iframe {
    width: 100%;
    height: 53vw;
    margin: auto;
    display: block;
  }
  .c_video.w780 iframe {
    width: 100%;
    height: 53vw;
    margin: auto;
  }
}

/*  chart
========================================================================*/

.chart-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.chart-box {
  width: 400px;
  text-align: center;
}
.chart-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.legend {
  margin-top: 10px;
  text-align: left;
  display: flex;
}
.legend-item {
  display: flex;
  align-items: center;
  margin: 3px 20px 3px 0;
  font-size: 14px;
}
.legend-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .chart-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
  }
  .chart-box {
    width: 100%;
    text-align: center;
  }
  .chart-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .legend {
    margin-top: 10px;
    text-align: left;
    flex-wrap: wrap;
  }
  .legend-item {
    display: flex;
    align-items: center;
    margin: 3px 20px 3px 0;
    font-size: 14px;
    flex-wrap: wrap;
  }
  .legend-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 3px;
  }
}

/*  footer
========================================================================*/

@media print, screen and (min-width: 1200px) {
  .footer {
    padding: 30px 30px 180px 30px;
  }
}

@media print, screen and (max-width: 767px) {
  .footer {
      padding: 30px 15px 130px;
  }
}


/*  show hide 
========================================================================*/

.pc-only {
 display: block;
}
.sp-only {
 display: none !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
}