@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-Bold-Font.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/static/NotoSansJP-VariableFont_wght.ttf;);
}
/* loadfont 
		'Roboto', sans-serif;
*/
.bg-facluty {
  background: #EBC164 !important;
}

.bg-facluty-dark {
  background: #8E763F !important;
}

.pc_inline {
  display: inline;
}
@media screen and (max-width: 780px) {
  .pc_inline {
    display: none;
  }
}

.c-glay {
  color: #808791 !important;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.bg-dark-glay {
  background: #E5E5E5;
}

.section-faculty-links {
  overflow: hidden;
}

.faculty-link-block-sp {
  background: url(../img/bg-sp-faculty-menu.jpg) no-repeat;
  background-size: 140% auto;
  background-position: top center;
}

.main-menu,
.btn-01,
.header .header-main .header-menus .header-menu-btn,
.com001-02 .com001-02-title::before,
.com001-02 > ul li .txt-item::before,
.news-category001 > ul > li a.active,
.deetails-btn > a,
.com002-04 > dl::before,
.com002-02-content::before,
.linkcard-05::after,
.btn-faculty_color-01,
.com003-05 > .list-wrap li::after,
.com002-03 > ul > li .left .title::before,
.sp-menus .header-menu-btn,
.linkcard-02-02 > a::after,
.title-top-line:before {
  background: #EBC164;
}

@media screen and (max-width: 780px) {
  .com002-04 > dl > dt {
    border-bottom: 1px solid #EBC164;
  }
}

.linkcard-01 > a .txt-box > .inner,
.linkcard-02 > a .txt-box {
  border-left: 4px solid #EBC164;
}
@media screen and (max-width: 780px) {
  .linkcard-01 > a .txt-box > .inner,
  .linkcard-02 > a .txt-box {
    border-left: 3px solid #EBC164;
  }
}

.btn-faculty-01 {
  background: #8E763F;
}

.faculty-link-block > .inner .faculty-logo p,
.faculty-link-block-sp .faculty-logo p {
  color: #EBC164;
}

.tdc_about {
  margin: 50px 0;
  border: 5px solid #ddd;
  padding: 20px;
}
.tdc_about .title {
  font-size: 22px;
  margin-bottom: 15px;
}
.tdc_about .txt {
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0.21px;
  margin-bottom: 1em;
}
.tdc_about .txt > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.section-chardin .com002-07 {
  margin-bottom: 50px;
}
.section-chardin .com002-08 .list-wrap li {
  display: flex;
  align-items: baseline;
}
.section-chardin .com002-08 .list-wrap li img {
  margin-right: 0.5em;
}
.section-chardin .com002-06 {
  margin-bottom: 1em;
}
.section-chardin .com002-06 dd {
  display: flex;
  align-items: baseline;
  margin-bottom: 1em;
}
.section-chardin .com002-06 dd a {
  text-decoration: underline;
}
.section-chardin .com002-06 dd img {
  margin-right: 0.5em;
}

.section-fdreport .com002-07 {
  margin-bottom: 50px;
}
.section-fdreport .com002-06 > dl > dd {
  display: flex;
  align-items: baseline;
}
.section-fdreport .com002-06 > dl > dd img {
  margin-right: 0.5em;
}

.section-access .map-img {
  width: 100%;
}
.section-access .fst-map {
  width: 600px;
}
@media screen and (max-width: 780px) {
  .section-access .fst-map {
    width: 100%;
    margin: 30px 0;
  }
}
.section-access .fst-map th {
  background: #e1e1e1;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #000;
}
.section-access .fst-map td {
  font-size: 12px;
  padding: 3px;
  border: 1px solid #000;
  background: #fff;
}
.section-access .fst-map td.area4 {
  background: #ACF1FC;
}
.section-access .fst-map td.area3 {
  background: #B6E849;
}

.section-student .com002-06 dl dd.flex {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.com002-04v3 > dl::before {
  background: #EBC164;
}
@media screen and (max-width: 780px) {
  .com002-04v3 > dl > dt {
    border-bottom: 1px solid #EBC164;
  }
}

.section-graduate .com002-07 > img {
  width: auto;
}

.catch_txt {
  position: absolute;
  top: 32px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 780px) {
  .catch_txt {
    top: 10px;
    right: 36px;
  }
}
.catch_txt div {
  margin-bottom: 8px;
}
@media screen and (max-width: 780px) {
  .catch_txt div {
    margin-bottom: 3px;
  }
}
.catch_txt div span {
  background: #fff;
  font-size: 2.5vw;
  font-family: "A P-OTF Shuei NijimiMin Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #9A003D;
  font-weight: 600;
}
@media screen and (max-width: 780px) {
  .catch_txt div span {
    font-size: 3.07692vw;
  }
}
.catch_txt div:nth-child(2) span {
  margin-left: 84px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(2) span {
    margin-left: 20px;
  }
}
.catch_txt div:nth-child(3) span {
  margin-left: 126px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(3) span {
    margin-left: 30px;
  }
}
.catch_txt div:nth-child(4) span {
  margin-left: 168px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(4) span {
    margin-left: 40px;
  }
}
.catch_txt div:nth-child(5) span {
  margin-left: 210px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(5) span {
    margin-left: 50px;
  }
}
.catch_txt div:nth-child(6) span {
  margin-left: 252px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(6) span {
    margin-left: 60px;
  }
}
.catch_txt div:nth-child(7) span {
  margin-left: 294px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(7) span {
    margin-left: 70px;
  }
}
.catch_txt div:nth-child(8) span {
  margin-left: 336px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(8) span {
    margin-left: 80px;
  }
}
.catch_txt div:nth-child(9) span {
  margin-left: 378px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(9) span {
    margin-left: 90px;
  }
}
.catch_txt div:nth-child(10) span {
  margin-left: 420px;
}
@media screen and (max-width: 780px) {
  .catch_txt div:nth-child(10) span {
    margin-left: 100px;
  }
}

.section-mv-01 .mv-slider-001 img {
  height: 683px;
  object-fit: cover;
}
@media screen and (max-width: 780px) {
  .section-mv-01 .mv-slider-001 img {
    height: 51.28205vw;
  }
}

@media screen and (max-width: 780px) {
  .com003-01 .com03-list.sp_bl {
    flex-direction: column;
  }
  .com003-01 .com03-list.sp_bl li {
    width: 100%;
    border-bottom: 1px solid #DADBDC;
    padding: 40px 0;
  }
  .com003-01 .com03-list.sp_bl li > img {
    width: 100%;
  }
  .com003-01 .com03-list.sp_bl li > .department-title img {
    width: 80px;
  }
  .com003-01 .com03-list.sp_bl:last-child li:last-child {
    border-bottom: none;
  }
}
.com003-01 > .com03-list .com03-item > .border-line,
.com002-02-title > h2::before {
  background: #EBC164;
}

.title-left-line {
  border-left: 6px solid #EBC164;
}
@media screen and (max-width: 780px) {
  .title-left-line {
    border-left: 4px solid #EBC164;
  }
}

.box-message002 {
  border-left: 10px solid #EBC164;
  border-right: 10px solid #EBC164;
}
@media screen and (max-width: 780px) {
  .box-message002 {
    border-left: 4px solid #EBC164;
    border-right: 4px solid #EBC164;
  }
}

.box-002::after {
  border-color: transparent #EBC164 transparent transparent;
}

.department-item .container {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .department-item .container {
    width: 100%;
  }
}
.department-item .container .department-col {
  position: absolute;
  left: 95px;
  bottom: 0;
  z-index: 10;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 180px 18px 0;
}
@media screen and (max-width: 1030px) {
  .department-item .container .department-col {
    padding: 18px 10px 18px 10px;
    width: 100%;
    box-sizing: border-box;
    position: static;
    left: 0;
  }
}
.department-item .container .department-col:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 30vw;
  left: 0;
  background: #fff;
  z-index: 1;
  transform: translateX(-100%);
}
.department-item .container .department-col .department-icon img {
  height: auto !important;
}
.department-item .container .department-col .department-txt-box .department-txt-01 {
  color: #586270;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.21px;
}
@media screen and (max-width: 1030px) {
  .department-item .container .department-col .department-txt-box .department-txt-01 {
    font-size: 14px;
  }
}
.department-item .container .department-col .department-txt-box .department-txt-02 {
  color: #1E2F4A;
  font-family: "A P-OTF Shuei NijimiMin Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 128.571%;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1030px) {
  .department-item .container .department-col .department-txt-box .department-txt-02 {
    font-size: 18px;
  }
}

.mv-department-01 {
  position: relative;
}
.mv-department-01 .slick-dots {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .faculty-link-block-sp .department-list {
    align-items: baseline;
  }
  .faculty-link-block-sp .department-list li {
    width: calc(100% / 3 - 30px * 2/3);
  }
}

.l_border {
  position: relative;
}
.l_border::before {
  content: "";
  width: 4px;
  height: 80%;
  background: #EBC164;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-info .icon {
  display: flex;
  gap: 14px;
  align-items: center;
}
.news-info .icon img {
  width: 30px;
}
.news-info .icon span {
  color: #EBC164;
}

.list-news-01 > li .cat .list-cat {
  color: #808791;
  font-size: 13px;
}

.circle_txt {
  position: relative;
  width: 40px;
  height: 40px;
  background: #9A003D;
  border-radius: 50%;
}
.circle_txt .txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "A P-OTF Shuei NijimiMin Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: 600;
}

.dialogue-01 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  gap: 10px;
  border-bottom: 1px solid #000;
  align-items: center;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  height: 404px;
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) a {
  height: 100%;
}

.galerie_h {
  object-fit: cover;
  height: 404px;
}

.list-tags-01 > li > a {
  color: #8E763F;
}

@media screen and (max-width: 780px) {
  .title-section-01 {
    font-size: 26px;
  }
}

@media screen and (max-width: 780px) {
  .linkcard-02 > a .txt-box {
    padding-left: 10px;
  }
}

.text-deco-02 {
  border-left: 6px solid #EBC164;
}

.pro-page_nation {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.pro-page_nation .page-box {
  width: 50%;
}
.pro-page_nation .page-box:first-child {
  text-align: right;
}
.pro-page_nation .page-box .item {
  display: inline-flex;
  gap: 8px;
  padding: 16px 32px;
  align-items: center;
  background: #9A003D;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
}
@media screen and (max-width: 780px) {
  .pro-page_nation .page-box .item {
    font-size: 15px;
  }
}
.pro-page_nation .page-box .item.prev::before {
  content: "";
  background: url(../img/icn-page-arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
.pro-page_nation .page-box .item.next::after {
  content: "";
  background: url(../img/icn-page-arrow.svg) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 16px;
  height: 13px;
}

.linkcard-02-02 > a .txt-box > .title {
  font-size: 15px;
}
@media screen and (max-width: 780px) {
  .linkcard-02-02 > a .txt-box > .title {
    font-size: 13px;
  }
}

@media screen and (max-width: 780px) {
  .header .header-main .header-menus {
    justify-content: flex-start;
  }
}

.title-section-01.blog_title {
  font-size: 36px;
}
@media screen and (max-width: 780px) {
  .title-section-01.blog_title {
    font-size: 26px;
  }
}

@media screen and (max-width: 780px) {
  .col4-01 {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 780px) {
  .col4-01.flex-start {
    gap: 0 !important;
  }
}

@media screen and (max-width: 780px) {
  .list-news-01 > li:nth-child(3) {
    border-bottom: 1px solid #DADBDC;
  }
}

@media screen and (max-width: 780px) {
  .list-news-01 > li:nth-child(6) {
    border-bottom: 0 solid #DADBDC;
  }
}

@media screen and (max-width: 780px) {
  .list-news-01 > li:nth-of-type(n+4) {
    display: block;
  }
}

.offi_lang {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  .offi_lang {
    flex-direction: column;
  }
}
.offi_lang .left {
  width: 40%;
  text-align: right;
  line-height: 1.7 !important;
}
@media screen and (max-width: 780px) {
  .offi_lang .left {
    text-align: left;
    width: 100%;
  }
}
.offi_lang .right .pc {
  display: block;
}
@media screen and (max-width: 780px) {
  .offi_lang .right .pc {
    display: none;
  }
}

.course-card {
  background: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .course-card {
    padding: 36px 24px;
  }
}
.course-card dl:not(:last-child) {
  border-bottom: 1px solid #DADBDC;
}
.course-card dl:not(:first-child) {
  padding-top: 24px;
}
.course-card dl dt {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.course-card dl dd {
  font-size: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .course-card dl dd {
    flex-direction: column;
  }
}
.course-card dl dd p {
  width: calc(100% / 3 - 10px * 2/3);
}
@media screen and (max-width: 780px) {
  .course-card dl dd p {
    width: 100%;
  }
}

.text-c-faculty {
  color: #EBC164 !important;
}

.faculty_research-archive01 .faculty_research-archive-list01.media .faculty_research-archive-item01 .content .list-header .year {
  font-size: 15px;
}

.faculty_research-archive01 .faculty_research-archive-list01.media .faculty_research-archive-item01 .content .name {
  text-decoration: none;
}

.faculty_research-archive01 .faculty_research-archive-list01.media .faculty_research-archive-item01 .thamb {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #f3f3f3;
}
@media screen and (max-width: 780px) {
  .faculty_research-archive01 .faculty_research-archive-list01.media .faculty_research-archive-item01 .thamb {
    height: auto;
    max-height: none;
  }
}
.faculty_research-archive01 .faculty_research-archive-list01.media .faculty_research-archive-item01 .thamb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.js--more_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 表示行数 */
  overflow: hidden;
}

/* 開いたとき */
.js--more_txt.is-open {
  -webkit-line-clamp: unset;
}

.faculty_research-archive01.media {
  padding: 90px 70px 50px;
}
@media screen and (max-width: 1030px) {
  .faculty_research-archive01.media {
    padding: 90px 45px 50px;
  }
}
@media screen and (max-width: 780px) {
  .faculty_research-archive01.media {
    padding: 40px 24px;
  }
}

.mv-slider-001 .slick-slide {
  position: relative;
}
.mv-slider-001 .slick-slide h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E5E5E5;
  font-size: 1.90476vw;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 156.25% */
  letter-spacing: 0.25px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .mv-slider-001 .slick-slide h2 {
    font-size: 4.07125vw;
    width: 84.10256vw;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }
}
.mv-slider-001 .slick-slide p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E5E5E5;
  font-size: 0.95238vw;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 780px) {
  .mv-slider-001 .slick-slide p {
    font-size: 2.54453vw;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

.mv-slider-001 .slick-dots > li.slick-active {
  background: rgba(235, 193, 100, 0.5);
}

.box-001::after {
  border-color: transparent #EBC164 transparent transparent;
}

.fgs_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.fgs_list .fgs-itrem {
  width: calc(100% / 4 - 36px * 3/4);
}
@media screen and (max-width: 1030px) {
  .fgs_list .fgs-itrem {
    width: calc(100% / 2 - 36px * 1/2);
  }
}
@media screen and (max-width: 780px) {
  .fgs_list .fgs-itrem {
    width: 100%;
  }
}
.fgs_list .fgs-itrem figure {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.fgs_list .fgs-itrem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fgs_list .fgs-itrem .txt-box {
  background: #fff;
  padding: 40px;
}
.fgs_list .fgs-itrem .txt-box .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.21px;
  margin-bottom: 24px;
  text-decoration: underline;
}
.fgs_list .fgs-itrem .txt-box .txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150% px;
  letter-spacing: 0.21px;
}

.js-knot-slider .splide__list .splide__slide {
  width: 350px;
}
.js-knot-slider .splide__list .splide__slide .icon {
  position: absolute;
  top: 0;
  right: 0;
}
.js-knot-slider .splide__list .splide__slide .icon img {
  width: 48px;
}
.js-knot-slider .splide__list .splide__slide figure {
  width: 100%;
  height: 202px;
  margin-bottom: 10px;
}
.js-knot-slider .splide__list .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.js-knot-slider .splide__list .splide__slide .date {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.21px;
  margin-bottom: 10px;
}
.js-knot-slider .splide__list .splide__slide h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.21px;
}
.js-knot-slider .splide__list a {
  position: relative;
}

.blog-category001 > ul > li a:hover, .blog-category001 > ul > li a.active {
  background: #EBC164;
}

.t_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.t_flex .col-3 {
  width: calc(100% / 3 - 48px * 2/3);
}
@media screen and (max-width: 780px) {
  .t_flex .col-3 {
    width: 100%;
  }
}

.white-box {
  background: #fff;
  padding: 50px 35px;
  box-sizing: border-box;
}

.wp-block-table > table {
  width: 100% !important;
  margin-bottom: 3em !important;
}
.wp-block-table > table > tbody tr th {
  padding: 17px !important;
  font-weight: 700 !important;
}
.wp-block-table > table > tbody tr th:first-child {
  width: 25.8% !important;
  border-right: 1px solid #1e2f4a !important;
}
.wp-block-table > table > tbody tr th:nth-child(2) {
  width: 74.2% !important;
}
.wp-block-table > table > tbody tr td {
  padding: 17px !important;
}
.wp-block-table > table > tbody tr td:first-child {
  border-right: 1px solid #1e2f4a !important;
}
.wp-block-table > table > tbody tr:first-child {
  border-top: 1px solid #1e2f4a !important;
  border-bottom: 1px solid #1e2f4a !important;
}

.wp-block-flexible-table-block-table .has-fixed-layout th,
.wp-block-flexible-table-block-table .has-fixed-layout td {
  border: 1px solid #000;
  border-collapse: collapse;
}
.wp-block-flexible-table-block-table .has-fixed-layout th {
  background: #DDCED4;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 0;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout th {
    font-size: 14px;
    padding: 16px 0;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout td {
  background: #fff;
  font-size: 16px;
  padding: 8px 40px;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout td {
    font-size: 14px;
    padding: 8px;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols {
    width: 100%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols th:nth-child(2) {
  width: 21.90153%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols th:nth-child(2) {
    width: 18.82353%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(2) {
  width: 10.77694%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(2) {
    width: 11.76471%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(3) {
  width: 10.77694%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(3) {
    width: 11.76471%;
  }
}

.news-archive-list001 {
  gap: 40px;
}
.news-archive-list001 .news-archive-item002 {
  width: calc(100% / 2 - 40px * 1/2);
}
@media screen and (max-width: 780px) {
  .news-archive-list001 .news-archive-item002 {
    width: 100%;
  }
}

.wp-block-columns {
  display: flex;
  gap: 2em;
}

.wp-block-column {
  flex-grow: 1;
}

.syllabus-content figure {
  text-align: center;
}

.accordion-menu003 dt > .title::before {
  color: #EBC164;
}

.accordion-menu003 dd .txt::before {
  display: block;
  content: "A";
  margin-right: 20px;
  color: #A2174E;
}

.accordion-menu003 dd .txt {
  padding-left: 0;
  position: relative;
  display: flex;
}

.underline-title::after {
  background: #EBC164;
}

.list-tags-01 {
  gap: 12px;
}

.youtube_thamb {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.youtube_thamb .movie-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube_thamb .movie-inner img.thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.youtube_thamb .movie-inner img.thumb:hover {
  opacity: 0.8;
}
.youtube_thamb .movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.youtube_thamb .movie-player iframe {
  width: 100%;
  height: 100%;
}

.accordion-menu003 .txt-img {
  display: flex;
}
.accordion-menu003 .txt-img::before {
  display: block;
  content: "A";
  margin-right: 20px;
  color: #A2174E;
}
.accordion-menu003 .txt-img .txt {
  display: block;
}
.accordion-menu003 .txt-img .txt::before {
  content: none;
}

@media screen and (max-width: 780px) {
  .com001-02 > ul li img {
    height: 162px;
  }
}

.list-link-02 .slick-slide > a .link-title {
  text-transform: none;
}

@media screen and (max-width: 780px) {
  .list-link-02.en .slick-slide a .link-title {
    font-size: 10px;
  }
}
