
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, td,
/*article,*/ aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
ol, ul {
    margin: 0;
    padding: 0;
    line-height: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}
img.centered {
    display: block;
    margin: auto;
}
div {
    box-sizing: border-box;
}
ul {
    font-size: 0;
}
li {
    font-size: 14px;
}
video {
    vertical-align: top;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
}
a:link {
	text-decoration: none;
    color: #0f215c;
}
a:visited {
	text-decoration: none;
    color: #0f215c;
}
a:hover {
    text-decoration: none;
    color: #0f215c;
}
a.text_link:link {
    text-decoration: underline;
    color: #0f215c;
}
a.text_link:visited {
    text-decoration: underline;
    color: #0f215c;
}
a.text_link:hover {
    text-decoration: underline;
    color: #ff0000;
}
a.side_link:link {
    text-decoration: none;
    color: #0f215c;
}
a.side_link:visited {
    text-decoration: none;
    color: #0f215c;
}
a.side_link:hover {
    text-decoration: underline;
    color: #ff0000;
}
a.drawer_link:link {
    text-decoration: none;
    color: #fff;
}
a.drawer_link:visited {
    text-decoration: none;
    color: #fff;
}
a.drawer_link:hover {
    text-decoration: none;
    color: #fff;
}
html,
body {
    width: 100%;
	height: 100%;
}
body {
    color: #000;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	line-height: 1.6;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	word-break: normal; 
	word-wrap: break-word;
	background-color: #fff;
}
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.wrapper {
    width: 100%;
}

.nav {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
}

.nav_member {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
}

.nav ul {
    text-align: right;
    font-size: 0;
    padding: 1.4rem 1rem;
    letter-spacing: 1px;
}

.nav ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 0 1rem;
    border-left: #ccc solid 1px;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Noto Serif JP', serif;
}

.nav ul li:first-child {
    border-left: 0;
}

.nav ul li:last-child {
    width: 40px;
    padding: 0;
    border: 0;
}

h1 {
    display: block;
    position: absolute;
    height: auto;
    font-family: 'Noto Serif JP', serif;
    color: #0f215c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    top: 15px;
    left: 1rem;
}

h2 {
    display: inline-block;
    padding-right: 1rem;
    font-family: 'Noto Serif JP', serif;
    color: #0f215c;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
}

.sp_display h4{     /* 追加 */
    display: block;
    position: absolute;
    height: auto;
    font-family: 'Noto Serif JP', serif;
    color: #0f215c;
    letter-spacing: 1px;
    top: 15px;
    left: 1rem;
}

.indent-1-spaces {
    text-indent: 1em; /* 设置首行缩进为1个em单位，每个em单位通常等于当前字体的宽度 */
  }

.indent-2-spaces {
    text-indent: 2em; /* 设置首行缩进为1个em单位，每个em单位通常等于当前字体的宽度 */
  }

.indent-3-spaces {
    text-indent: 3em; /* 设置首行缩进为1个em单位，每个em单位通常等于当前字体的宽度 */
  }



.heading__outer {
    width: 100%;
    margin-bottom: 1rem;
    /* background-image: url(../img/heading_line.png); */
    background-position: center center;
    background-size: auto 1px;
    background-repeat: repeat-x;
}

.scroll-header {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .5);
}

.content {
    width: 100%;
    margin: 0 0 5rem;
    padding-top: 70px;
}

.content_anker {
    padding-top: 70px;
    margin-top: -70px;
}

.outer {
    width: 100%;
    margin: 10px auto 6rem;
}

.inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

/* .inner p {
    line-height: 1.6;
    color: #000;
} */

.news__area {
    width: 100%;
    margin: 0 auto;
}

.news__area ul {
    width: 100%;
    padding-bottom: .6rem;
    margin-bottom: 1rem;
    text-align: left;
    border-bottom: #ccc solid 1px;
}

.news__area ul:last-child {
    border: 0;
    margin: 0;
    padding-bottom: .2rem;
}

.news__area ul li {
    display: inline-block;
    border: 0;
    line-height: 1.6;
    vertical-align: middle;
}

.news__area ul li:nth-child(1) {
    min-width: 5%;
    margin-right: 2%;
    padding: .1rem 1%;
    font-size: 10px;
    text-align: center;
    color: #fff;
    border-radius: 1em;
}

.media {
    background-color: #df3f8e;
}

.report {
    background-color: #ff7e00;
}

.column {
    background-color: #0a62da;
}

.news {
    background-color: #0f215c;
}

.news__area ul li:nth-child(2) {
    width: 14%;
    margin-right: 1.4%;
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 1.6;
}

.news__area ul li:nth-child(3) {
    width: 74%;
    text-align: left;
    color: #000;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news__area ul li span {
    font-size: 65%;
    color: #ff0000;
}

.news__area .more {
    width: 100%;
    padding-bottom: 1rem;
    color: #0f215c;
    text-align: center;
}

.greeting__area {
    position: relative;
    width: 100%;
    margin-bottom: 2rem
}

.greeting__area ul li {
    display: inline-block;
    width: 48%;
    line-height: 1.8;
    vertical-align: top;
}

.greeting__area ul li span {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    color: #0f215c;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
}

.greeting__fm {
    font-family: 'Noto Serif JP', serif;
}

.greeting__area ul li:nth-child(2n-1) {
    margin-right: 2%;
}

.greeting__area ul li:nth-child(2n) {
    margin-left: 2%;
}

/*アコーディオン*/
#acMenu dt {
  position: relative;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s;
  width: 14%;
  margin: 0 auto;
  padding: .3rem;
  text-align: center;
  line-height: 1.4;
  color: #0f215c;
  font-size: 12px;
  border: #0f215c solid 1px;
  border-radius: 200px;
}

#acMenu dt:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#acMenu dd {
  width: 100%;
  margin: 1rem 0;
  display: none;
}

.attention_area {
    width: 100%;
}

/*アコーディオン*/
.menu {
    width: 100%;
    padding: 0;
}
.menu input {
    display: none;
}

.menu label {
    cursor :pointer;
    display: block;
    position: relative;
    margin: 2rem 0 1rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s;
}

.menu label p {
    width: 14%;
    margin: 0 auto;
    padding: .3rem;
    line-height: 1.4;
    color: #0f215c;
    font-size: 12px;
    border: #0f215c solid 1px;
    border-radius: 200px;
}

.menu label:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}
.menu li {
    font-size: 14px;
    line-height: 1.6;
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li {
    height: auto;
    opacity: 1;
    padding: 1.2rem 0;
}

#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08:checked ~ #links08 li:last-child {
    margin-bottom: 20px;
}

.greeting_inner ul li {
    display: inline-block;
    margin-left: 4%;
    vertical-align: top;
}

.greeting_inner ul li:first-child {
    width: 30%;
    margin-left: 0;
}

.greeting_inner ul li:last-child {
    width: 66%;
    line-height: 1.6;
}

.profile__area {
    width: 100%;
}

.profile__area img{
    max-width: 100%;
    height: auto;
}

.profile__area ul li{
    padding-left: 25px;
    line-height: 1.6;
    margin-bottom: 1rem;
}


.tab-group {
    display: flex;
    justify-content: center;
}

.tab {
    flex-grow: 1;
    padding: 14px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    border-left: #3b4a7a solid 1px;
}

.tab:hover {
    background: #eee;
}

.tab-group li:last-child {
    border-right: #3b4a7a solid 1px;
}

.panel-group {
    padding: 2rem 0 0;
    border-top: none;
}

.panel {
    display: none;
}

.panel ul li {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.panel ul li:first-child {
    margin-top: 0;
}

.panel ul li span {
    display: block;
    width: 100%;
    padding: .4rem 0 .4rem .8rem;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 1rem 0;
    background-color: #0f215c;
}

p.red {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}

.tab.is-active {
    background: #0f215c;
    color: #fff;
    transition: all 0.2s ease-out;
}

.panel.is-show {
    display: block;
}

.research__area {
    width: 100%;
    display: inline-block;
    

}

.research__area .right-block{
    float: right;
    width: 45%;
}

.member__area {
    width: 100%;
    display: inline-block;
    
}

.child-box {
    width: 50%; /* 子盒子宽度为父盒子的一半，以并列显示 */
    float: left; /* 使用浮动来并列排列子盒子 */
    box-sizing: border-box; /* 使子盒子的边框和内边距包括在内 */
}
.child-box img {
    max-width: 100%; /* 图像最大宽度为父盒子宽度的100% */
    height: auto; /* 图像的高度自动调整，以保持宽高比例 */
}

.member__area .left-block{
    float: left;
    width: 45%;
    text-align: center;
}

.member__area .right-block{
    float: right;
    width: 45%;
    margin-right: 80px;
    text-align: center;
}

.illustrated_area {
    width: 100%;
}

.introduction_area {
    width: 100%;
}

.introduction_area ul li {
    width: 100%;
    padding-bottom: .3rem;
    line-height: 1.6;
}

.introduction_area ul li:first-child {
    margin-top: 2rem;
    margin-bottom: 0;
    color: #0f215c;
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 500;
}

.introduction_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .3rem;
    color: #0f215c;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 300;
    border-bottom: #0f215c solid 1px;
}

.education__image {
    font-size: 14px;
    text-align: right;
    margin-bottom: 2rem;
}

.education__image img {
    margin-bottom: .3rem;
}


.carousel {
    width: 100%;
    overflow-x: scroll;
    padding: 30px;
    padding-top: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .carousel__container {
    white-space: nowrap;
    margin: 70px 0px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
  }
  
  .categories__title {
   color: rgb(77, 55, 102);
    font-size: 28px;
    position: absolute;
    padding-left: 30px;
  }
  
  .carousel-item {
    width: 230px;
    height: 250px;
    border-radius: 20px;
    background-color: #95bcd6;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    display: inline-block;   /*inline*/
    cursor: pointer;
    -webkit-transition: 1000ms all;
    transition: 1000ms all;
    -webkit-transform-origin: center;
    transform-origin: center;
    position: relative;
  }
  

  .carousel__container:hover .carousel-item {
    opacity: 0.3;
  }
  
  .carousel__container:hover .carousel-item:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  
  .carousel-item__img {
    width: 230px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: contain;
  }
  
  .carousel-item__details {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0))
    );
    margin-top: 110px;;
    opacity: 0;
    -webkit-transition: 450ms opacity;
    transition: 450ms opacity;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .carousel-item__details p{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}
  
  .carousel-item__details:hover {
    opacity: 1;
  }
  
  .carousel-item__details span {
    /* width: 10px;
    height: 10px; */
    font-size: 0.9rem;
    color: #2ecc71;
    /* background-color: white; */
  }
  
  .carousel-item__details .controls {
    padding-top: 180px;
  }
  
  .carousel-item__details .carousel-item__details--title{
    color: #fff;
    margin: 5px 0;
  }


.lecture__area {
    width: 100%;
}

table.lecture__table {
    width: 100%;
    border: 1px solid #595959;
    border-collapse: collapse;
    font-size: 14px;
    box-sizing: border-box;
    table-layout: fixed;
}

table.lecture__table td, th {
    padding: .3rem;
    border: 1px solid #595959;
    border-collapse: collapse;
    vertical-align: middle
}

table.lecture__table th {
    text-align: center;
    background: #f0e6cc;
}

.tani__cell {
    width: 6%;
    text-align: center;
}

.M1__cell {
    width: 50%;
    text-align: center;
}

.M2__cell {
    text-align: center;
}

.map__bottom {
    color: #d92b2b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1rem;
}

.bnr_area {
    width: 100%;
}

.bnr_area ul {
    text-align: center;
}

.bnr_area ul li {
    display: inline-block;
    width: 22%;
    margin-left: 2%;
    vertical-align: middle;
}

.bnr_area ul li:first-child {
    margin-left: 0;
}

.footer {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    font-size: 12px;
}

#page-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/*----------------------------------------------------
from
----------------------------------------------------*/
table.mailform {
    width: 100%;
    background-color: #fff;
    margin-top: 3rem;
}

table.mailform tr th,
table.mailform tr td {
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    padding: 5px 0 0 0;
    color: #000;
    line-height: 1.6;
    background-color: #fff;
}

table span {
    color: #ff0000;
    font-size: 80%;
}

.inputBox {
    width: 60%;
    border: 0;
    padding: 10px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #333;
    border: solid 1px #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

textarea {
    height: 6em;
}

/* ラジオボタン01 */
input[type=radio] {
    display: none;
}

.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radio01::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.radio01::after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}

input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

.button01 {
    display: block;
    width: 60%;
    height: 3em;
    line-height: 3em;
    color: #fff;
    font-size: 120%;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button01:hover {
    background-color: #666;
}

/* 紹介動画（YouTue）のリンク */
.video-container {
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px; /* 動画の最大幅 */
    padding-bottom: 56.25%; /* アスペクト比16:9 */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------------------------
News
----------------------------------------------------*/

.news-contents {
    margin: 1.0rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

article,
aside {
    width: 100%;
}

aside {
    margin-top: 1.0rem;
}

.news-post{
    margin: 1.5rem 0 0;
    border-bottom: #000 solid 1px;
}

.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 30px;
}

.post-date {
    background: #0f215c;;
    color: #fff;
    width: 70px;
    height: 60px;
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}

.post-date span {
    font-size: 0.8rem;
    border-top: 1px #fff solid;
    padding-top: 2px;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.post-title {
    font-size: 1.2rem;
}

.post-title{
    margin-left: 80px;
}
.post-text {
    margin-left: 80px;
}
.post-text a{
    color: rgb(0, 42, 255);
    font-weight: bolder;
}
.post-text strong{
    font-weight: bolder;
}
.post-text ul li{
    width: 100%;
    margin: 0 0 1.5rem 0;
}

.post-cat {
    margin-left: 60px;
}

article img {
    margin-bottom: 20px;
}

article p {
    margin-bottom: 1rem;
}

.post-img{
    text-align:center;
    display: block;
}

.post-img img{
    margin: 0 0 1.0rem;
    width: 100%;
    max-width: 200px;
    height: auto;
    padding: 0.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-left: 3rem;
}

a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

aside p {
    padding: 12px 10px;
}

.side-menu{
    position: sticky;
    top: 80px;
}

.news-category {
    margin-bottom: 60px;
    list-style: none;
}

.news-category li {
    border-bottom: 1px #ccc solid;
}

.news-category a {
    padding: 20px;
    display: block;
}

.news-category a:hover {
    color: #0f215c;;
}

.news-category-title {
    font-size: 1.2rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0f215c solid;
    font-weight: normal;
}

.info:after  {
    margin: 0 0 0 1.5rem;
    min-width: 100px;
    background: #C8787A;;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1.0rem;
    font-size: 0.8rem;
    line-height: 1;
    content: 'お知らせ';
}

.event:after  {
    margin: 0 0 0 1.5rem;
    min-width: 100px;
    background: #CCB664;;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1.0rem;
    font-size: 0.8rem;
    line-height: 1;
    content: 'イベント';
}

.new:after  {
    margin: 0 0 0 1.5rem;
    min-width: 100px;
    background: #836B92;;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0.5rem 1.0rem;
    font-size: 0.8rem;
    line-height: 1;
    content: '更新';
}

@media screen and (min-width: 1px) and (max-width: 767px) {

    .pc_display {
        display: none;
    }

    .header__inner {
        width: 100%;
    }

    .video {
        width: 100%;
    }

    .header__catch {
        position: absolute;
        display: inline-block;
        width: 50%;
        height: auto;
        padding: 1rem;
        top: 22%;
        left: 5%;
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        line-height: 1.4;
        font-size: 14px;
        font-weight: 100;
        letter-spacing: 3px;
        background-color: rgba(15, 33, 92, 0.9);
        vertical-align: middle;
    }


    .heading__outer {
        margin-bottom: 1rem;
    }

    .content {
        width: 100%;
        margin: 0 0 3rem;
        padding-top: 0;
    }

    .content_anker {
        padding-top: 0;
        margin-top: 0;
    }

    .outer {
        margin: 6rem auto 1rem; /* 4rem auto 4rem; */
    }

    .inner {
        width: 90%;
    }

    .news__area ul li:nth-child(1) {
        min-width: 15%;
        margin-right: 2%;
    }

    .news__area ul li:nth-child(2) {
        width: 70%;
        margin-right: 0;
    }

    .news__area ul li:nth-child(3) {
        width: 100%;
        margin-top: .6rem;
        overflow: auto;
        white-space: normal;
        text-overflow: auto;
    }

    .news__area ul li span {
        font-size: 65%;
        color: #ff0000;
    }

    .news__area .more {
        width: 100%;
        padding-bottom: 1rem;
        color: #0f215c;
        text-align: center;
    }

    .greeting__area {
        width: 100%;
        margin: 0 auto 2rem;
    }

    .greeting__area ul li {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .greeting__area ul li:nth-child(2n-1) {
        margin-right: 0;
    }

    .greeting__area ul li:nth-child(2n) {
        margin-left: 0;
        margin-bottom: 0;
    }

    /*アコーディオン*/
    #acMenu dt {
      position: relative;
      cursor: pointer;
      display: block;
      position: relative;
      text-decoration: none;
      box-sizing: border-box;
      transition: all 0.2s;
      width: 40%;
      margin: 0 auto;
      padding: .3rem;
      text-align: center;
      line-height: 1.4;
      color: #0f215c;
      font-size: 12px;
      border: #0f215c solid 1px;
      border-radius: 200px;
    }

    #acMenu dt:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)";
    }

    #acMenu dd {
      width: 100%;
      margin: 1rem 0;
      display: none;
    }

    .menu label p {
        width: 30%;
        margin: 0 auto;
        padding: .3rem;
        line-height: 1.4;
        color: #0f215c;
        font-size: 12px;
        border: #0f215c solid 1px;
        border-radius: 200px;
    }

    .greeting_inner ul li {
        margin-left: 0;
    }

    .greeting_inner ul li:first-child {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .greeting_inner ul li img {
        width: 60%;
        margin-left: 0;
    }

    .greeting_inner ul li:last-child {
        width: 100%;
    }

    .tab-group {
        display: inherit;
        justify-content: flex-start;
        text-align: left;
    }

    .tab-group li {
        display: inline-block;
        width: 49%;
        margin-bottom: 2%;
        border: #3b4a7a solid 1px;
        box-sizing: border-box;
    }

    .tab-group li:nth-child(2n) {
        margin-left: 2%;
        border: #3b4a7a solid 1px;
    }

    .tab-group li:last-child {
        border: #3b4a7a solid 1px;
    }

    .tab.is-active {
        background: #0f215c;
        color: #fff;
        transition: all 0.2s ease-out;
    }

    .panel-group {
        padding: 1rem 0 0;
    }

    .panel ul li {
        margin-bottom: .6rem;
    }

    .stay__area ul li {
        vertical-align: top;
    }

    .stay__area ul li:nth-child(4n+1) {
        width: 100%;
    }

    .stay__area ul li:nth-child(4n+2) {
        width: 20%;
        border: 0;
    }

    .stay__area ul li:nth-child(4n+3) {
        width: 25%;
        border: 0;
    }

    .stay__area ul li:nth-child(4n) {
        width: 55%;
        border: 0;
    }

    .stay__underline {
        margin-top: .3rem;
        padding-bottom: .3rem;
        border-bottom: #0f215c solid 1px;
    }

    .introduction_area ul li:first-child {
        margin-top: 1rem;
        margin-bottom: 0;
        color: #0f215c;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        font-weight: 500;
    }

    .introduction_title {
        margin-top: 1rem;
        margin-bottom: .6rem;
    }

    .education__image {
        margin-bottom: 1rem;
    }

    table.lecture__table {
        font-size: 12px;
    }

    .tani__cell {
        width: 10%;
        text-align: center;
    }

    .lecture__cell {
        width: 30%;
    }

    .map__bottom {
        font-size: 14px;
    }

    .bnr_area ul li {
        display: inline-block;
        width: 42%;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
        vertical-align: middle;
    }

    .bg_area {
        width: 100%;
        margin-bottom: 2rem;
        height: 190px;
        background-image: url(../img/bg_footer.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-color: #6a6eff;
    }

    .footer {
        font-size: 10px;
    }

    .en__jp {
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    #page-top {
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    /*----------------------------------------------------
    from
    ----------------------------------------------------*/
    table.mailform {
        width: 100%;
        margin-top: 2rem;
    }

    table.mailform tr th,
    table.mailform tr td {
        text-align: left;
        font-weight: normal;
        font-size: 100%;
        padding: 5px 0 0 0;
        color: #000;
        line-height: 1.6;
    }

    .from_area span {
        color: #ff0000;
        font-size: 80%;
    }

    .inputBox {
        width: 100%;
        border: 0;
        padding: 10px;
        font-size: 1em;
        font-family: Arial, sans-serif;
        color: #333;
        border: solid 1px #333;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }

    textarea {
        height: 6em;
    }

    .button01 {
        display: block;
        width: 100%;
        height: 3em;
        line-height: 3em;
        color: #fff;
        font-size: 120%;
        text-decoration: none;
        text-align: center;
        background-color: #000;
        /*ボタン色*/
        border-radius: 5px;
        /*角丸*/
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button01:hover {
        background-color: #666;
        /*ボタン色*/
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .pc_display {
        display: none;
    }

    .header__inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 84.8px;
        /* background-image: url(../assets/movies/); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }

    .video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .header__catch {
        position: absolute;
        display: inline-block;
        width: 38%;
        height: auto;
        padding: 1.6rem;
        bottom: 5%;
        left: 7%;
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        line-height: 1.8;
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 3px;
        background-color: rgba(15, 33, 92, 0.9);
        vertical-align: middle;
    }

    .content {
        margin: 0 0 3rem;
        padding-top: 0;
    }

    .news__area ul li:nth-child(2) {
        width: 18%;
    }

    .news__area ul li:nth-child(3) {
        width: 70%;
    }

    .greeting__area {
        width: 60%;
        margin: 0 auto;
    }

    .greeting__area ul li {
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .greeting__area ul li:nth-child(2n-1) {
        margin-right: 0;
    }

    .greeting__area ul li:nth-child(2n) {
        margin-left: 0;
        margin-bottom: 0;
    }

    .tab-group {
        display: inherit;
        justify-content: flex-start;
        text-align: left;
    }

    .tab-group li {
        display: inline-block;
        width: 23%;
        margin-left: 2%;
        margin-bottom: 2%;
        border: #3b4a7a solid 1px;
        box-sizing: border-box;
    }

    .tab-group li:nth-child(1) {
        margin-left: 0;
    }

    .tab-group li:nth-child(5) {
        margin-left: 0;
    }

    .tab-group li:nth-child(5) {
        margin-left: 0;
    }

    .tab-group li:nth-child(4n) {
        margin-left: 2%;
        border: #3b4a7a solid 1px;
    }

    .tab-group li:last-child {
        margin-left: 0;
        border: #3b4a7a solid 1px;
    }

    .bg_area {
        width: 100%;
        height: 360px;
        background-image: url(../img/bg_footer.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-color: #6a6eff;
    }

    .inner {
        width: 80%;
    }

    .en__jp {
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 10px;
        left: 10px;
    }

    .news-contents {
        margin: 1.0rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    article {
        width: 80%;
        order: 2;
    }
    .news-post{
        margin: 2.5rem 0;
        border-bottom: #000 solid 1px;
    }
    .post-info {
        margin-bottom: 40px;
    }
    .post-date {
        background: #0f215c;
        color: #fff;
        width: 100px;
        height: 80px;
        font-size: 1.3rem;
        text-align: center;
        position: absolute;
        top: 0;
        padding-top: 20px;
    }
    .post-date span {
        font-size: 1.2rem;
        border-top: 1px #fff solid;
        padding-top: 6px;
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .post-title {
        font-size: 1.4rem;
    }
    .post-title {
        margin-left: 120px;
    }
    .post-text {
        margin-left: 120px;
    }
    .post-cat {
        margin-left: 100px;
    }
    article img {
        margin-bottom: 20px;
    }
    article p {
        margin-bottom: 1rem;
    }
    aside {
        width: 15%;
        order: 3;
        min-width:fit-content;
    }
    .news-category {
        margin-bottom: 60px;
        list-style: none;
    }
    .news-category li {
        border-bottom: 1px #ccc solid;
    }
    .news-category a {
        padding: 20px;
        display: block;
    }
    .news-category a:hover {
        color: #0f215c;
    }
    aside p {
        padding: 12px 10px;
    }
    .side-menu{
        position: sticky;
        top: 80px;
    }
    .news-category-title {
        font-size: 1.2rem;
        padding: 0 8px 8px;
        border-bottom: 2px #0f215c solid;
        font-weight: normal;
    }

}
/* 当屏幕宽度大于或等于1025像素时，它会隐藏所有具有....类名的HTML元素 */
@media screen and (min-width: 1025px) {

    .sp_display {
        display: none;
    }

    .sp_only {
        display: none;
    }

    .header__inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;	/* 84.8px; */
        /* background-image: url(../img/gokon_pic.png); */
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }

    .video {
        position: absolute;
        margin-top: 64px;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header__catch {
        position: absolute;
        display: inline-block;
        /* width: 380px; */
        height: auto;
        padding: 2rem;
        bottom: 5%;
        left: 5%;
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        line-height: 1.8;
        font-size: 22px;
        font-weight: 100;
        letter-spacing: 3px;
        background-color: rgba(15, 33, 92, 0.9);
        vertical-align: middle;
    }

    .nav__hover {
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

    .nav__hover::after {
        position: absolute;
        content: '';
        bottom: -3px;
        left: 0;
        width: 0;
        height: 1px;
        background: #0f215c;
        transition: all 0.3s ease 0s;
    }

    .nav__hover:hover {
        cursor: pointer;
    }

    .nav__hover:hover::after {
        width: 100%;
    }

    .bg_area {
        width: 100%;
        height: 480px;
        background-image: url(../img/bg_footer.png);
        background-position: top center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-color: #6a6eff;
    }

    .alpha a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }

    a.btn_over img {
        -webkit-transition: -weblit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
    }

    a.btn_over img:hover {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }


    .news-contents {
        margin: 1.0rem;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    article {
        width: 80%;
        order: 2;
    }
    .news-post{
        margin: 2.5rem 0;
        border-bottom: #000 solid 1px;
    }
    .post-info {
        margin-bottom: 40px;
    }
    .post-date {
        background: #0f215c;
        color: #fff;
        width: 100px;
        height: 80px;
        font-size: 1.3rem;
        text-align: center;
        position: absolute;
        top: 0;
        padding-top: 20px;
    }
    .post-date span {
        font-size: 1.2rem;
        border-top: 1px #fff solid;
        padding-top: 6px;
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .post-title {
        font-size: 1.4rem;
    }
    .post-title {
        margin-left: 120px;
    }
    .post-text {
        margin-left: 120px;
    }
    .post-cat {
        margin-left: 100px;
    }
    article img {
        margin-bottom: 20px;
    }
    article p {
        margin-bottom: 1rem;
    }
    aside {
        width: 15%;
        order: 3;
        min-width:fit-content;
    }
    .news-category {
        margin-bottom: 60px;
        list-style: none;
    }
    .news-category li {
        border-bottom: 1px #ccc solid;
    }
    .news-category a {
        padding: 20px;
        display: block;
    }
    .news-category a:hover {
        color: #0f215c;
    }
    aside p {
        padding: 12px 10px;
    }
    .side-menu{
        position: sticky;
        top: 80px;
    }
    .news-category-title {
        font-size: 1.2rem;
        padding: 0 8px 8px;
        border-bottom: 2px #0f215c solid;
        font-weight: normal;
    }
    


}


.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

.wpcf7 form.submitting .ajax-loader {
	visibility: visible;
}

.wpcf7 .ajax-loader::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7 .ajax-loader::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}



/*Profile card 2*/
.profile-card-2 .card-img-block{
    float:left;
    width:100pt;
    height:100pt;
    overflow:hidden;
    margin-right: 20px;
    
}
.profile-card-2 .info-block{
    float:left;
    
}

.profile-card-2 .card-prof-img-block{
    float:left;
    width:200pt;
    height:200pt;
    overflow:hidden;
    margin-right: 40px;
}

.profile-card-2 .card-body{
    display: inline-block;
    position:relative;
}
.profile-card-2 .card-body-right{
    display: inline-block;
}
.profile-card-2 .profile {
  border-radius: 50%;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: inline-block;
}
.profile-card-2 h5{
    font-weight:600;
    color:#6ab04c;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
    white-space:normal;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #6ab04c;
    text-align: center;
    border: 1px solid #6ab04c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#6ab04c;
  color:#fff;
}

*:hover{
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.card-profile-inline {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: inline-block;
  }

  .container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

  .card{
    position: relative;
    width: 280px;
    height: 400px;
    margin: 30px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
      );
    /* background-image: url(../research/Topic1.png);
    background-size: contain;
    background-repeat: no-repeat; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}



.disasterBox01{
	display: flex;
	margin: 0 0 10px 0;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #d50000;
	background: #fff;
}
.disasterBox01 a {
	text-decoration: none;
}
.disasterBox01 a:hover {
	text-decoration: underline;
}
.disasterBox01 .disasterTtl {
	display: flex;
	align-items: center;
	padding: 10px 18px 10px 13px;
	color: #fff;
	font-size: 112.5%;
	white-space: nowrap;
	background: #d50000;
}
.disasterBox01 .disasterTtl:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 21px;
	margin: 0 9px 0 0;
	background: url(../img/disaster.png) no-repeat 0 0 / 23px auto;
}
.disasterBox01 .disasterBlk {
	padding: 10px;
	color: #d50000;
	font-size: 106.3%;
    text-align: center;

}
.disasterBox01 .disasterBlk a {
	color: #d50000;
    text-align: center;
}
.disasterBox01 .disasterLink {
	display: flex;
	align-items: flex-end;
	margin-left: auto;
	padding: 12px 15px;
	font-size: 106.3%;
	white-space: nowrap;
}
.disasterBox01 .disasterLink a {
	display: inline-block;
	color: #000;
	padding: 0 23px 0 0;
	background: url(../img/disaster.png) no-repeat right center / 15px 15px;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    cursor: zoom-out;
  }
  .overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
  }


  .slide_show {
    position: relative;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
    /* background-color: #c6c6c6; */
    background-color: white;    /* 追加 */
  }
  
  @keyframes slideshow {
    0% {
      opacity: 0;
    }
  
    10% {
      opacity: 1;
    }
  
    28% {
      opacity: 1
    }
  
    38% {
      opacity: 0;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  .slide_show img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite;
  }
  
  .slide_show img:nth-child(2) {
    animation-delay: 8s;
  }
  
  .slide_show img:last-child {
    animation-delay: 16s;
  }