@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,700&family=Roboto:ital@1&family=Work+Sans:wght@300;400&display=swap');


.keyimg-title-wrap {
  max-width: 1280px;
  max-height: 480px;
  width: 100%;
}

.keyimg-title-wrap h1{
  position: absolute;
    width: 577px;
    height: 385px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

ul.p-name3{
  list-style-type: none;
  display:  flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}
ul.p-name li{
  font-size: 1.3rem;
  font-family: 'Roboto Condensed', sans-serif;
}
ul.p-name3 li{
  color:  #a1a1a1;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
}
ul.p-name li::after,
ul.p-name3 li::after{
  content: ' / ';
  color: #969696;
}
h2, .h2 {
    font-weight: 700!important;
    font-size: 2.2rem!important;
}
h3, .h3 {
    font-size: 28px;
    font-weight: bold;
}
h5, .h5 {
    font-size: 1.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
    text-align: left;
    font-weight:  bold;
}
.button1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1.1em 2em .8em;
  width: 400px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #1c3eec;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 60px;
  margin-top: 40px;
}

.button1 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}

.button1 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}

.button1 a:hover::before {
  width: 0%;
}

.button1 a:hover::after {
  height: 0%;
}

.button1 a:hover {
  text-decoration: none;
  background-color: #00a157;
}
.bg-light {
--bs-bg-opacity: 1;
background: rgb(210,210,210);
background: linear-gradient(0deg, rgba(210,210,210,1) 0%, rgba(238,238,238,1) 100%)!important;
}
h4, .h4 {
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}

table.tbl{
    width:  100%;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-collapse:collapse;
}
table.tbl>thead th, 
table.tbl>tbody th, 
table.tbl>thead td, 
table.tbl>tbody td{
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    text-align: left;
}
.txt-gray{
    color: #d1d1d1;
}
p.data-item{
    font-size: 16px;
    color: #fff;
    background: rgb(184,184,184);
background: linear-gradient(309deg, rgba(184,184,184,1) 0%, rgba(115,115,115,1) 65%, rgba(0,0,0,1) 65%, rgba(0,0,0,1) 100%);
    padding: 2px 15px;
}
dl.event-info .date{
    font-size: 2.0rem;
    color: #008466;
}
dl.event-info .date-holy{
    font-size:2.0rem;
    color: #c00000;
}
dl.event-info .year{
    color: #008466;
}
dl.event-info .place{
    font-size: 1.2rem;
    color: #008466;
}
dl.join-info dt{
    font-size: 1.1em;
}
dl.join-info dd{
    margin-bottom: 1.5rem;
}
.note{
    font-size: .9rem;
    line-height: 1.3;
    font-weight: normal;
}
@media (min-width: 1200px){

}

@media (min-width: 992px){
.projects-section .project-text {
    padding: 5rem 2rem 4rem;
}
}

@media (min-width: 778px){
ul.p-name{
  list-style-type: none;
  display:  flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
/*  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
ul.p-name li,
ul.p-name2 li{
  color: #ffd2b1!important;
}
ul.p-name a{
    color: #00de64;
}
table.tbl{
    position: relative;
}
table.tbl thead tr th{
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #999999;
    z-index:  5;
}
table.tbl tbody tr th{
    background: #e1e1e1;
}
table.tbl tbody tr:nth-child(odd) th{
    background: #c8e1ff;
}
table.tbl tbody tr td{
    background:  #efefef;
}
table.tbl tbody tr:nth-child(odd) td{
    background:  #e2f0ff;
}
table.tbl thead th:first-child{
    border-top: none;
    border-left: none;
    border-bottom: none;
}
table.tbl tbody th span{
    font-weight: normal;
}
table.tbl th{
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 15px 13px;
   vertical-align: top;
}
table.tbl td{
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 15px 7px;
    vertical-align: middle;
}

}

@media (max-width: 767px){
table.tbl{
display: block;
border-left: 1px solid #999999;
}
table.tbl thead{
display: none;
}
table.tbl tbody{
display: block;
}
table.tbl tbody tr{
display: block;
margin-bottom: 0;
background: #eef6ff;
}
table.tbl tbody th,
table.tbl tbody td{
display: list-item;
border: none;
}
table.tbl tbody th{
margin-bottom: 15px;
font-weight: normal;
color: #fff;
background: #495c95;
}
table.tbl tbody td{
margin-left: 35px;
padding: 0;
padding-bottom: 10px;
}
table.tbl th{
font-size: 16px;
line-height: 1.4;
padding: 10px 15px 8px;
}

.keyimg-title-wrap h1 {
    position: absolute;
    width: 80%;
    top: 65%;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0!important;
}
.nav-link {
    display: block;
    padding: 0.3em 1rem;
}
#mainNav {
    min-height: 3rem;
    background-color: #000;
}
#mainNav .navbar-brand {
    color: #f00;
    padding: 10px 0;
    font-size:  1em;
    font-family: 'Roboto Condensed', sans-serif;
}
#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.4rem;
    color: #85ff4c;
}
.navbar-light .navbar-nav .nav-link {
    color: #85ff4c;
    padding-bottom: 20px;
}
.about-section p {
    text-align: left;
}
.projects-section {
    padding: 3rem 0;
}
.projects-section .featured-text {
    padding: 1rem 0;
}
.projects-section .project-text {
    padding: 3rem 1em;
}
.mb-5 {
    margin-bottom: 0 !important;
}
.button1 a {
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80%;
}

ul.p-name{
  list-style-type: none;
  display:  flex;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}
ul.p-name li,
ul.p-name2 li{
  color: #ffd2b1!important;
}
ul.p-name a{
    color: #00de64;
}
.about-section {
    padding-top: 5rem;
}
h2, .h2 {
    font-size: 1.7rem!important;
}
h3, .h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

}
@media (min-width: 640px){
    .no-sp{
        display: block;
    }
    .no-pc{
        display: none;
    }
}
@media (max-width: 639px){
    .no-sp{
        display: none;
    }
    .no-pc{
        display: block;
    }
}

