<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Noto+Serif+JP:wght@200..900&amp;display=swap");
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: inherit; /*opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";text-decoration:none;*/
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

html {
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #222;
  background-color: #fff;
}

.floL {
  float: left;
}

.floR {
  float: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.fm {
  font-family: "Noto Serif JP", serif;
}

.pcv {
  display: block;
}

.tbv {
  display: block;
}

.spv {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcv {
    display: none;
  }
  .tbv {
    display: none;
  }
  .spv {
    display: block;
  }
}
/*********************************************************************************************

	HEADER

**********************************************************************************************/
#header {
  width: 100%;
  background: #f0efef url(../img/bg_header.png) center center no-repeat;
  background-size: 150%;
  text-align: center;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

.siteid {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 100px;
  padding-top: 15px;
}
.siteid span {
  font-size: 150%;
}
.siteid span.ttl-s {
  font-size: 70%;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 1214px) {
  #header {
    height: 55px;
    background-size: 100%;
    text-align: left;
    border-bottom: 1px solid #941f11;
  }
  .siteid {
    font-size: 2.2rem;
    line-height: 1;
    padding-top: 8px;
    margin-left: 15px;
  }
}
/* SP menu button */
.l-header__btn {
  display: block;
  width: 50px;
  height: 53px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1215px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__btn div {
  width: 28px;
  height: 20px;
  margin: 13px 0 13px 12px;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 20;
}

.l-header__btn div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #941f11;
  transition: all 0.4s;
}

.l-header__btn div span:nth-of-type(1) {
  top: 5px;
}

.l-header__btn div span:nth-of-type(2) {
  bottom: 0px;
  width: 80%;
}

.l-header__btn.is-open {
  background-color: #941f11;
}

.l-header__btn.is-open span {
  background-color: #fff;
}

.l-header__btn.is-open span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.l-header__btn.is-open span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
  width: 100%;
}

.nav-g_area {
  background-color: #941f11;
}

.nav-g {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 6%;
  border-left: 1px solid #fff;
}
.nav-g &gt; li {
  margin: 0;
  text-align: center;
  width: 16.6666666667%;
  padding: 2px 4px;
  position: relative;
}
.nav-g &gt; li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-g &gt; li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 4em;
  line-height: 100%;
  padding: 14px 0 0;
  color: #fff;
}
.nav-g &gt; li a span {
  display: block;
  font-size: 70%;
  margin-top: 3px;
}
.nav-g &gt; li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.nav-g &gt; li.current a {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

@media screen and (max-width: 1214px) {
  .nav-g {
    display: block;
    margin: 0 0;
    background-color: #941f11;
    border: none;
  }
  .nav-g &gt; li {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .nav-g &gt; li a {
    font-size: 1.8rem;
    padding: 17px 0 17px 15px;
  }
  .nav-g &gt; li a span {
    display: inline-block;
    font-size: 70%;
    margin: 0 0 0 1em;
  }
  .nav-g &gt; li a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .nav-g &gt; li a::before {
    content: "";
    background: url(../img/ico_arw3.png) 0 0 no-repeat;
    background-size: 100%;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1214px) {
  .sp-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  .sp-nav_inner {
    background-color: #941f11;
    padding: 30px 10px 60px 10px;
    text-align: center;
    transition: all 0.2s ease-in;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .overlay {
    background-color: #000;
    cursor: pointer;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    opacity: 0.8;
    transition: all 0.4s;
    visibility: hidden;
    visibility: visible;
    width: 100vw;
    z-index: -1;
  }
  .js-accordion_inner {
    display: none;
  }
}
/*********************************************************************************************

	FOOTER

**********************************************************************************************/
#footer {
  padding-bottom: 30px;
  text-align: center;
}
#footer .t-copy {
  font-size: 1.3rem;
  line-height: 1.2;
}

.footer-inner {
  background: url(../img/bg_footer.jpg) center center no-repeat;
  background-size: cover;
  height: 455px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #941f11;
  margin-bottom: 30px;
}
.footer-inner .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
.footer-inner h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 0 0 15px;
}
.footer-inner h2 span {
  font-size: 80%;
  font-weight: 400;
  margin-left: 1em;
}
.footer-inner p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-inner {
    background-size: cover;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 20px;
  }
  #footer .t-copy {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .footer-inner {
    background: url(../img/bg_footer.jpg) center center repeat-x;
    background-size: cover;
    height: 230px;
    margin-bottom: 20px;
  }
  .footer-inner .inner {
    width: 100%;
  }
  .footer-inner h2 {
    font-size: 2rem;
    margin: 0 0 15px;
  }
  .footer-inner h2 span {
    font-size: 70%;
  }
  .footer-inner p {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
.btn-mail {
  margin-top: 30px;
}
.btn-mail a {
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  color: #111;
  width: 200px;
  height: 55px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 50px;
  font-weight: 500;
  padding-right: 30px;
  position: relative;
  margin: 0 auto;
}
.btn-mail a::after {
  content: "";
  width: 30px;
  height: 23px;
  background: url(../img/ico_mail.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15px;
  right: 25px;
}
.btn-mail a:hover {
  background-color: #941f11;
  color: #fff;
}
.btn-mail a:hover::after {
  background: url(../img/ico_mail_2.png) 0 0 no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .btn-mail {
    margin-top: 20px;
  }
  .btn-mail a {
    width: 50%;
    height: 45px;
    border-radius: 30px;
    font-size: 1.6rem;
    line-height: 45px;
    font-weight: 500;
    padding-right: 10px;
  }
  .btn-mail a::after {
    width: 20px;
    height: 15px;
    top: 15px;
    right: 35px;
  }
}
#page_top {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 10px;
  opacity: 1;
  z-index: 500;
}

#page_top a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #941f11;
  font-size: 1.2rem;
}

#page_top a span {
  position: relative;
  padding: 55px 0 0 0;
}

#page_top a span::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 4px;
}

/*********************************************************************************************

	CONTENTS / PARTS

**********************************************************************************************/
#main {
  width: 100%;
  position: relative;
  padding-top: 169px;
}
@media screen and (max-width: 1214px) {
  #main {
    padding-top: 50px;
  }
}

.inner {
  margin: 0 5%;
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner {
    margin: 0 3%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 0 20px;
    width: auto;
  }
}
.inner::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.con-inner {
  width: 1024px;
  margin: 0 auto;
}

.con-inner2 {
  width: auto;
  margin: 0 10%;
}

.con-box {
  margin-bottom: 60px;
  padding-top: 180px;
  margin-top: -180px;
}
.con-box::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con-inner,
  .con-inner2 {
    width: auto;
    margin: 0 30px;
  }
  .con-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .con-inner,
  .con-inner2 {
    width: auto;
    margin: 0 15px;
  }
  .con-box {
    margin-bottom: 50px;
  }
}
/*==========================================================================
見出し
==========================================================================*/
.th2 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 300;
}
.th2 span {
  display: block;
  font-size: 25%;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
}
.th2 span::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #941f11;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .th2 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 300;
  }
  .th2 span {
    font-size: 35%;
  }
}
@media screen and (max-width: 767px) {
  .th2 {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: 300;
  }
  .th2 span {
    font-size: 35%;
  }
}
.th3 {
  background-color: #941f11;
  font-size: 1.8rem;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 20px 0 0 20px;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 40px;
}
.th3::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}

@media screen and (max-width: 767px) {
  .th3 {
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 700;
    height: 32px;
    border-radius: 20px 0 0 20px;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
  }
  .th3::before {
    width: 12px;
    height: 12px;
    top: 10px;
    left: 10px;
  }
}
.th4 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #757a80;
  margin: 0 0 20px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .th4 {
    font-size: 2.1rem;
    margin: 0 0 10px;
  }
}
/*==========================================================================
ボタン
==========================================================================*/
.btn-r_line {
  display: inline-block;
}
.btn-r_line a {
  display: block;
  border: 1px solid #111;
  background-color: #fff;
  text-align: center;
  width: 200px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 38px;
  font-weight: 500;
  border-radius: 20px;
  overflow: hidden;
}
.btn-r_line a:hover {
  color: #fff;
  background-color: #111;
}

@media screen and (max-width: 767px) {
  .btn-r_line {
    display: block;
    width: 100%;
  }
  .btn-r_line a {
    width: 60%;
    height: 36px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 36px;
    font-weight: 500;
  }
}
/*==========================================================================
grid
==========================================================================

.box-grid {
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.box-grid_c {
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
.box-grid_s {
  display:flex;
  justify-content: start;
  flex-wrap:wrap;
}
.box-grid_e {
  display:flex;
  justify-content: end;
  flex-wrap:wrap;
}

@include base.pcView {
  .is-items { align-items:center; }
  .is-reverse { flex-direction: row-reverse; }
}

.is-column { 
  @include base.spView {
    flex-flow: column; 
  }
}
*/
/*********************************************************************************************

	title

**********************************************************************************************/
/* top - MV */
.mv-area {
  position: relative;
  margin-bottom: 70px;
}

.mv-desc {
  background-color: #fff;
  width: 60%;
  max-width: 90%;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 32px 20px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.mv-desc p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-area {
    margin-bottom: 30px;
  }
  .mv-desc {
    width: 70%;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;
    bottom: -40px;
  }
  .mv-desc p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .mv-area {
    margin-bottom: 70px;
  }
  .mv-desc {
    width: 85%;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;
    bottom: -70px;
  }
  .mv-desc p {
    /*@include base.txt(1.4rem, 1.6, 500);*/
    font-size: 3.4vw;
    line-height: 1.6;
    font-weight: 500;
  }
}
/* テスト */
.mv-area2 {
  position: relative;
  background-color: #f0efef;
  width: 100%;
  margin: 0 auto 70px;
  padding: 50px 0 50px;
}

.mv-area2 .slider-mv {
  width: 80%;
  margin: 0 auto;
}

.mv-desc2 {
  /*
  background: linear-gradient(to bottom, #f0efef, #f0efef, #fff);
  */
  width: 60%;
  max-width: 90%;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 25px 20px 0px;
  margin: 0 auto;
  z-index: 10;
}
.mv-desc2 p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-area2 {
    margin: 0 auto 10px;
    padding: 0 0 30px;
  }
  .mv-area2 .slider-mv {
    width: 100%;
  }
  .mv-desc2 {
    width: 70%;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;
  }
  .mv-desc2 p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .mv-area2 {
    margin-bottom: 15px;
    padding: 0 0 20px;
  }
  .mv-area2 .slider-mv {
    width: 100%;
  }
  .mv-desc2 {
    width: 85%;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;
  }
  .mv-desc2 p {
    font-size: 3.4vw;
    line-height: 1.6;
    font-weight: 500;
  }
}
/* page - MV */
.page .mv-area {
  background-color: #f2f0f0;
  background-position: right 0;
  background-repeat: no-repeat;
  text-align: left;
  margin: 0 0 20px;
  padding: 15px 0 60px;
}
.page .mv-area .inner {
  padding-top: 50px;
}
.page .mv-area h1 {
  font-size: 5vw;
  line-height: 1.2;
  font-weight: 700;
  color: #941f11;
}
.page .mv-area p {
  font-size: 1.1vw;
  line-height: 1.2;
  font-weight: 700;
  color: #6e747a;
  margin: 15px 0 0 5px;
}

.c-profile .mv-area {
  background-image: url(../img/p_ttl_05.png);
}

.c-public .mv-area {
  background-image: url(../img/p_ttl_01.png);
}

.c-award .mv-area {
  background-image: url(../img/p_ttl_02.png);
}

.c-outreach .mv-area {
  background-image: url(../img/p_ttl_03.png);
}

.c-seminar .mv-area {
  background-image: url(../img/p_ttl_04.png);
}

.c-readme .mv-area,
.c-archive .mv-area {
  background-image: url(../img/p_ttl_06.png);
}

@media screen and (max-width: 767px) {
  .page .mv-area {
    padding: 15px 0 45px;
    background-position: right 0;
    margin: 0 0 20px;
    background-image: url(../img/p_ttl_08.png);
    background-size: contain;
  }
  .page .mv-area .inner {
    padding-top: 25px;
  }
  .page .mv-area h1 {
    font-size: 7vw;
  }
  .page .mv-area p {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/* ============================================================
  topic path
============================================================== */
.topicpath {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 0 20px;
}
.topicpath li {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #941f11;
}
.topicpath li a {
  color: #6e747a;
  position: relative;
}
.topicpath li a::after {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}

/*********************************************************************************************

	page

**********************************************************************************************/
/* ============================================================
  news
============================================================== */
.c-news {
  padding: 80px 0 0 0;
}

.c-news_inner {
  background-color: #f2f0f0;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-news_inner::after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
.c-news_inner .btn-r_line {
  margin-top: 50px;
  float: right;
}

.c-news_box {
  width: 80%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .c-news {
    padding: 40px 0 0 0;
  }
  .c-news_inner {
    border-radius: 8px;
    padding: 30px 15px 20px 15px;
    display: block;
  }
  .c-news_inner .btn-r_line {
    margin-top: 30px;
    float: none;
  }
  .c-news_box {
    width: 100%;
    padding: 25px 0;
  }
}
.news-list,
.link-list {
  border-top: 1px solid #fff;
}
.news-list li,
.link-list li {
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #fff;
}
.news-list li a, .news-list li span,
.link-list li a,
.link-list li span {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 0 20px 10px;
}
.news-list li a::after, .news-list li span::after,
.link-list li a::after,
.link-list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  /*
  background: url(../img/ico_arw.png) 0 0 no-repeat;
  background-size: 100%;
  width: 16px;
  height:17px;
  */
}
.news-list li a[href^="https://"]::after, .news-list li span[href^="https://"]::after,
.link-list li a[href^="https://"]::after,
.link-list li span[href^="https://"]::after {
  background: url(../img/ico_window.png) 0 0 no-repeat;
  background-size: 100%;
  width: 20px;
  height: 22px;
}
.news-list li a[href^="http://"]::after, .news-list li span[href^="http://"]::after,
.link-list li a[href^="http://"]::after,
.link-list li span[href^="http://"]::after {
  background: url(../img/ico_window.png) 0 0 no-repeat;
  background-size: 100%;
  width: 20px;
  height: 22px;
}
.news-list li a[href$=".pdf"]::after, .news-list li span[href$=".pdf"]::after,
.link-list li a[href$=".pdf"]::after,
.link-list li span[href$=".pdf"]::after {
  background: url(../img/ico_pdf.png) 0 0 no-repeat;
  background-size: 100%;
  width: 20px;
  height: 22px;
}
.news-list li a,
.link-list li a {
  color: #0c4993;
}
.news-list li .n-day,
.link-list li .n-day {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #6e747a;
}
.news-list li .n-ttl,
.link-list li .n-ttl {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  width: calc(100% - 120px);
  padding-right: 80px;
}
.news-list li.i-site a::after,
.link-list li.i-site a::after {
  background: url(../img/ico_window.png) 0 0 no-repeat;
  background-size: 100%;
}
.news-list li.i-page a::after,
.link-list li.i-page a::after {
  background: url(../img/ico_arw.png) 0 0 no-repeat;
  background-size: 100%;
  width: 16px;
  height: 17px;
}
.news-list li.i-pdf a::after,
.link-list li.i-pdf a::after {
  background: url(../img/ico_pdf.png) 0 0 no-repeat;
  background-size: 100%;
}

.news-list a:hover {
  background-color: #fff;
}

.link-list a:hover {
  background-color: #f7f7f7;
}

.link-list {
  border-color: #e7e3e3;
}
.link-list li {
  border-color: #e7e3e3;
}
.link-list li a, .link-list li span {
  display: block;
  padding: 20px 90px 20px 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.link-list li a::before, .link-list li span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #941f11;
  position: absolute;
  top: 26px;
  left: 10px;
}
.link-list li a {
  color: #0c4993;
}
.link-list li a.a-link {
  display: inline-block;
  padding: 0;
  color: #0c4993;
  text-decoration: underline;
}
.link-list li a.a-link::before, .link-list li a.a-link::after {
  display: none;
}
.link-list li a.a-link:hover {
  text-decoration: none;
  background: none;
}

@media screen and (max-width: 767px) {
  .news-list li a {
    display: block;
    padding: 15px 0 15px 8px;
  }
  .news-list li a::after {
    right: 8px;
    width: 18px;
    height: 19px;
  }
  .news-list li .n-day {
    font-size: 1.2rem;
    margin: 0 0 6px;
  }
  .news-list li .n-ttl {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
    width: 88%;
    padding-right: 0;
  }
  .link-list li a, .link-list li span {
    padding: 20px 50px 20px 20px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .link-list li a::before, .link-list li span::before {
    width: 10px;
    height: 10px;
    top: 23px;
    left: 5px;
  }
  .link-list li a::after, .link-list li span::after {
    right: 8px;
    width: 18px;
    height: 19px;
  }
}
.c-archive .news-list {
  border-top: 1px solid #e7e3e3;
  margin: 0 0 40px;
}
.c-archive .news-list li {
  border-bottom: 1px solid #e7e3e3;
}
.c-archive .news-list li a:hover {
  background-color: #f7f7f7;
}
.c-archive .btn-r_line {
  float: right;
}

/* ============================================================
  top - contents - 4つ
============================================================== */
.c-contents {
  padding: 120px 0 0 0;
}
.c-contents .th2 {
  margin: 0 0 25px 30px;
}

.cont-link {
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont-link li {
  width: calc(25% - 15px);
  border: 1px solid #111;
  box-shadow: 0 0 8px gray;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  position: relative;
}
.cont-link li a {
  display: block;
  border-radius: 8px;
  padding-bottom: 60px;
}
.cont-link li::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico_arw2.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.cont-link li .cont-img {
  margin: 0 0 20px;
}
.cont-link li .cont-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.cont-link li h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px 25px;
}
.cont-link li p {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0 25px;
}

@media screen and (min-width: 1024px) {
  .cont-link li h3 {
    height: 3em;
    vertical-align: middle;
    display: grid;
    place-items: center left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-contents {
    padding: 80px 0 0 0;
  }
  .c-contents .th2 {
    margin: 0 0 25px 30px;
  }
  .cont-link li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .cont-link li a {
    padding-bottom: 40px;
  }
  .cont-link li::after {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
  .cont-link li .cont-img {
    margin: 0 0 10px;
  }
  .cont-link li .cont-img img {
    height: 120px;
  }
  .cont-link li h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px 15px;
    height: 3em;
    vertical-align: middle;
    display: grid;
    place-items: center left;
  }
  .cont-link li p {
    font-size: 1.2rem;
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-contents {
    padding: 60px 0 0 0;
  }
  .c-contents .th2 {
    margin: 0 0 20px 0;
  }
  .cont-link {
    margin: 0 0;
  }
  .cont-link li {
    width: calc(50% - 7px);
    box-shadow: 0 0 8px gray;
    margin-bottom: 13px;
  }
  .cont-link li a {
    padding-bottom: 20px;
  }
  .cont-link li::after {
    width: 25px;
    height: 25px;
    bottom: 10px;
    right: 10px;
  }
  .cont-link li .cont-img {
    margin: 0 0 10px;
  }
  .cont-link li .cont-img img {
    height: 85px;
  }
  .cont-link li h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px 15px;
    height: auto;
    vertical-align: middle;
    display: grid;
    place-items: center left;
  }
  .cont-link li p {
    font-size: 1.1rem;
    margin: 0 0 0 15px;
  }
}
/* ============================================================
  top - movie
============================================================== */
.c-movie {
  padding: 120px 0 160px;
}
.c-movie .th2 {
  margin: 0 0 25px 30px;
}
.c-movie p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.movie {
  width: 40%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-movie {
    padding: 80px 0 120px;
  }
  .movie {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c-movie {
    padding: 60px 0 80px;
  }
  .c-movie .th2 {
    margin: 0 0 20px 0;
  }
  .c-movie p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .movie {
    width: 90%;
  }
}
/* ============================================================
  profile
============================================================== */
.c-profile .c-wrap {
  padding: 120px 0 160px;
}

.prof-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.prof-box .is-site a {
  position: relative;
  padding-right: 5px;
}
.prof-box .is-site a::after {
  content: "";
  display: block;
  background: url(../img/ico_window.png) 0 0 no-repeat;
  background-size: 100%;
  width: 15px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 25px;
}
.prof-box .is-site a:hover::after {
  background: url(../img/ico_window_2.png) 0 0 no-repeat;
  background-size: 100%;
}

.prof-img {
  width: 310px;
}

.prof-txt {
  width: calc(100% - 360px);
  padding-top: 20px;
}
.prof-txt h2 {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 40px;
}
.prof-txt h2 span {
  font-size: 50%;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .c-profile .c-wrap {
    padding: 60px 0 80px;
  }
  .prof-box {
    display: block;
    margin-bottom: 60px;
  }
  .prof-box .is-site a {
    line-height: 33px;
  }
  .prof-box .is-site a::after {
    top: 10px;
  }
  .prof-img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .prof-img img {
    width: 70%;
    height: auto;
  }
  .prof-txt {
    width: 100%;
    padding-top: 20px;
  }
  .prof-txt h2 {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px;
  }
}
.prof-info dt {
  background-color: #941f11;
  font-size: 1.4rem;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  width: 100px;
  height: 32px;
}
.prof-info dd {
  padding: 0 0 0 140px;
  margin: -1.7em 0 30px 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
.prof-info dd ul li {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 3px;
}

@media screen and (max-width: 767px) {
  .prof-info {
    margin: 0 0 0 10px;
  }
  .prof-info dt {
    font-size: 1.3rem;
    line-height: 29px;
    width: 25%;
    height: 30px;
    margin: 0 0 10px;
  }
  .prof-info dd {
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 1.7rem;
  }
  .prof-info dd ul li {
    font-size: 1.7rem;
    margin: 0 0 3px;
  }
}
.prof-history {
  padding-left: 40px;
}
.prof-history dl {
  padding: 0 0 40px;
  position: relative;
}
.prof-history dl::after, .prof-history dl::before {
  content: "";
  background-color: #941f11;
  position: absolute;
}
.prof-history dl::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 2px;
  left: 110px;
}
.prof-history dl::before {
  width: 1px;
  height: 105%;
  top: 0px;
  left: 115px;
}
.prof-history dl.h-first::before {
  top: 2px;
}
.prof-history dl.h-2nd {
  padding: 0 0 15px;
}
.prof-history dl.h-last::before {
  height: 12px;
}
.prof-history dl dt {
  font-size: 1.6rem;
  width: 90px;
  text-align: right;
}
.prof-history dl dt span {
  display: none;
}
.prof-history dl dd {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: -1.2em 0 0px 0;
  padding: 0 0 0 160px;
}
.prof-history p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

.c-profile .link-list {
  margin: 0 20px 0 30px;
}

@media screen and (max-width: 767px) {
  .prof-history {
    padding-left: 15px;
  }
  .prof-history dl {
    padding: 0 0 30px;
  }
  .prof-history dl::after {
    top: 2px;
    left: 0;
  }
  .prof-history dl::before {
    top: 0px;
    left: 6px;
  }
  .prof-history dl dt {
    font-size: 1.4rem;
    font-weight: 500;
    width: 90px;
    text-align: right;
    margin: 0 0 6px 10px;
  }
  .prof-history dl dt span {
    display: inline-block;
  }
  .prof-history dl dd {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 0 30px;
    padding: 0;
  }
  .prof-history p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .c-profile .link-list {
    margin: 0 15px;
  }
}
/* ============================================================
  read me
============================================================== */
.c-readme .c-wrap {
  padding: 80px 0 160px;
}

.t-read {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-readme .c-wrap {
    padding: 40px 0 80px;
  }
  .c-readme .t-read {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 0 1.5em;
  }
}
/* ============================================================
  Publications
============================================================== */
.c-public .c-wrap,
.c-award .c-wrap,
.c-outreach .c-wrap,
.c-seminar .c-wrap,
.c-archive .c-wrap {
  padding: 80px 0 160px;
}

@media screen and (max-width: 1214px) {
  .c-public .c-wrap,
  .c-award .c-wrap,
  .c-outreach .c-wrap,
  .c-seminar .c-wrap,
  .c-archive .c-wrap {
    padding: 40px 0 80px;
  }
}/*# sourceMappingURL=cmn.css.map */</pre></body></html>