@charset "utf-8";
/* CSS Document */

/*==================================================
　vidualarea
===================================*/
/*  */
#vidual-area{
    position: relative;
    /*height: 100vh;*/
}

/*けす

body.appear #vidual-area::after{
    content:'';
    background:#960021;
    width:0;
    height: 12%;
    position: absolute;
    bottom:0;
    right:0;
    z-index: -1;
	animation-name:vidualbgRLextendAnime;
    animation-duration:.2s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1s;
}

@keyframes vidualbgRLextendAnime{
	0% {
		width:0;
	}
	100% {
		width:40%;
	}
}

/*けす
#vidual-area #top-area{
    position: absolute;
    top:0;
    right: 0;
    width: 100vw;
    z-index: -1;/*最背面へ
}

#vidual-area h2{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 3vw;
    position: absolute;
    top:36%;
    left:5%;
}
*/

#vidual-area .text-date{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 10vw;
    position: absolute;
    top:40%;
    left:50%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#vidual-area .text-title{
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 2vw;
    position: absolute;
    top:20%;
    left:50%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#vidual-area .fig-date{
    width: 60%;
  position: absolute;
  top:30%;
  left: 20%;
}



@media screen and (max-width:960px) {

#vidual-area{
    width:100%;
    /*height: 60vh;*/
}

#vidual-area dl{
    left:20px;
    bottom:16px;
}
#vidual-area ul li{
    margin:0 2px;
}

#vidual-area .fig-date{
    width:50%;
  position: absolute;
  top:15%;
  left: 20%;
}
    
}



@media screen and (max-width:480px) {
#vidual-area{
    width:100%;
    /*height: 30vh;:*/
}
#vidual-area .fig-date{
  width:80%;
  top:5%;
  left: 5%;
}

}

/*==================================================
　slide
===================================*/
/*  */
#slide-area{
    position: relative;
    /*height: 30vh; height: 100vh;*/
}


/*==================================================
　お知らせ
===================================*/

#news-area {
  background: linear-gradient(to right, #f72243, #db7725);
  padding: 4rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
#news-area {
    padding: 3rem 1.5rem;
  }
}
/*8/29*/
@media screen and (orientation: portrait) and (max-width: 480px) {
#news-area {
    padding: 3rem 0.1rem;
  }
}
.news-area_inner {
  max-width: 104rem;
  margin: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_inner {
    flex-direction: column;
    gap: 2rem;
  }
}

/*8/29*/
@media screen and (orientation: portrait) and (max-width: 480px) {
  .news-area_inner {
    flex-direction: column;
    gap: 0.3rem;
  }
}


.news-area_text {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_text {
    align-items: center;
  }
}
.news-area_text-en {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Work Sans";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_text-en {
    font-size: 1rem;
  }
}
.news-area_text-jp {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.news-area_list {
  width: 30rem;
  height: 10rem;
  overflow-y: scroll;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_list {
    width: 100%;
    height: 20rem;
  }
}

.news-area_list::-webkit-scrollbar {
  display: none;
}
.news-area_list .simplebar-content-wrapper.focus-visible {
  outline-color: #FFF;
}
.news-area_list-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_list-inner {
    gap: 1rem;
  }
}


.news-area_list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5rem;
  color: #FFF;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_list-item {
    padding-bottom: 1rem;
    flex-direction: column;
    gap: 0.1rem;
  }
}

@media screen and (max-width:480px) {

}


.news-area_list-item time {
  font-family: "Work Sans";
  font-weight: 500;
  width: 8rem;
  flex: none;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .news-area_list-item time {
    font-size: 1.2rem;
  }
}
.news-area_list-item p {
  flex: 1;
}
.news-area_list-item p a {
  color: #FFF;
  text-decoration: underline;
}
.news-area_list-item p a:hover {
  text-decoration: none;
}


/*==================================================
　intro
===================================*/

/*  */

#intro{
    padding: 10% 10% 10% 15%;
}

#intro h3{
    font-size:1.5rem;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
#intro{
    padding: 30% 0 10% 30px;
}
}

@media screen and (max-width:500px) {
    #intro .intro-lead{
        padding: 0 10% 0 0;
    }
#intro .intro-lead br{
    display: none;
}
}

#intro .intro-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10% 0 0 10%;
    position: relative;
}

#intro .intro-area::after{
    opacity: 0;
}

#intro .intro-area.startwd::after{
     content:'';
    position: absolute;
    top:10%;
    right:0;
    width:80%;
    height: 60vh;
    background:#232323;
    z-index: -1;
	animation-name:sevicebgRLextendAnime;
    animation-duration:.9s;
	animation-fill-mode:forwards;
    animation-timing-function: ease-in-out;
}

@keyframes sevicebgRLextendAnime{
	0% {
        opacity: 0;
		width:0;
	}
	100% {
        opacity: 1;
		width:80%;
	}
}

#intro .intro-area section{
     width:30%;   
}

@media screen and (max-width:570px) {
#intro .intro-area section{
     width:100%;
    margin: 0 0 100px 0;
    padding: 0 10% 0 0;
}
 
}

#intro .intro-area section h3{
    font-size:1.5rem;
    margin: 0 0 30px 0;
}

#intro .intro-area section p{
    margin: 0 0 30px 0;
}



#info{
margin-bottom:50px;
color:#000000;
}

.info_inner{
max-width:1366px;
margin:0 auto
}

.info_top{
max-width:1080px;
text-align:center;
position:relative;
margin:0 auto 80px
}

.info_top h2{
font-family:sans-serif;
font-weight:900;
font-style:normal;
font-size:34px;
color:#fff;
}

.info_photos ul{display:flex}

.info_block{
max-width:1080px;
margin:-80px auto 0;
background:#fff;
position:relative;z-index:200;
padding:40px 30px;
}

.info_block-n{
max-width:1080px;
margin:80px auto 50px; /*margin:80px auto 0;*/
background:#fff;
position:relative;z-index:200;
padding:40px 30px;
}

.info_title{
text-align:center;
margin-bottom:15px
}

.info_title p{
font-size:28px;
font-family:sans-serif;
font-weight:900;
font-style:normal
}

.info_title h2 span{
font-size:34px;
font-family:sans-serif;
font-weight:900;
font-style:normal;
line-height:1
}
/* けす
.info_overview{display:flex;justify-content:center;align-items:center;margin-bottom:25px}
.info_overview dt{border:2px solid #000;font-weight:600;font-size:17px;padding:7px 10px;line-height:1;margin-right:13px}
.info_overview dd{font-family:futura-pt-bold, sans-serif;font-weight:700;font-style:italic;font-size:40px}
.info_overview dd span{font-size:27px;font-weight:600}
 */
.info_lead{
/*text-align:center;*/
font-size:18px;
font-weight:600;
margin-bottom:30px
}

.info hr{margin-bottom:30px}

/* けす
.info_txt{
text-align:center;
font-size:16px;
margin-bottom:30px}
 */
.u_marker{
position:relative;
background:linear-gradient(transparent 75%, #b49a5f 76%, #525152 100%)}


@media screen and (max-width: 900px){
#info{
margin-bottom:110px
}

.info_title{
padding:0;
background:none;
margin-bottom:30px 
}

.info_title::after{
content:'';
display:block;
width:548px;
/* けす
height:210px;

background:url("../img/splash_smp.png") no-repeat 100% 0;background-size:cover;position:absolute;top:-50px;right:auto;left:-173px;transition-duration:100ms
 */
}

.info_title h2{
font-size:15px;
padding:22px 0 0;
line-height:1.5;
height:62px;
background-size:contain；
}
.info_photos ul li{width:50%}
.info_photos ul li img{
display:block;
width:100%
}

.info_block{
max-width:1080px;
margin:-25px 25px 0;
padding:20px 15px 15px
}

.info_block-n{
max-width:1080px;
margin:25px 25px 0;
padding:20px 15px 15px
}
/* けす
.info_block::before{background:url("../img/info_mark.png") no-repeat;background-size:contain;content:'';display:block;width:98px;height:98px;position:absolute;top:75px;right:-18px}
 */
.info_title{
text-align:center;
margin-bottom:15px
}
.info_title p{font-size:17px}
.info_title h2 span{font-size:23px}
.info_lead br{display:none}
.info hr{margin-bottom:20px}
.info_txt{text-align:left;
font-size:14px;
margin-bottom:20px
}
}


.info_box{
margin: 0 auto;  
display: flex;
justify-content: space-between;
}

.info_box_box{
width: 49%;
margin: 20px 0 0;
padding: 20px;
background-color: #b49a5f;
border-radius:5px;
}


.info_box_box-ttl {
  position: relative;
  left: -40px;
  background-color: #152332;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.box-design17-ttl {
  background-color: #4c9ac0;
  color: #fff;
  border-radius: 100vh;
  padding: 10px 1.5em;
  margin: -55px 0 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.box-design17-ttl::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 15px solid transparent;
  width: 0;
  height: 0;
  border-top-color: #4c9ac0;
}

.info_box_box .bg-yellow{
    background:#ff0;
	display: inline-block;
	position: absolute;
    left: -2px;
    
	z-index: 2;
	padding: 10px;
	font-size:0.9rem;
}



.info_box_box h2{font-size: 18px;}


.info_box_box_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.info_box_box_item .soon {
    background:#ff0;
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -5px;
	z-index: 2;
	padding: 3px 5px;
	font-size:0.9rem;
}

.info_box_box_time {/* 時間*/
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.1em;
    color:#fff;
}
.info_box_box_post {/* 役職 */

	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.info_box_box-name_j {/* 名前 */
	display: block;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
.info_box_box-name_e {
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
    }
    
.info_box_box_img {/* 顔写真*/
	width: 46%;
	max-width: 130px;
    border-radius: 50%;
}
.info_box_box_desc {/*内容 */
	font-size: 12px;
	line-height: 2;
}
    
    
@media (max-width:480px) {

   .info_block-n{
    font-size: 12px;    
}

   .info_box {
       flex-direction: column;
       /*
       flex-wrap: wrap;*/
   }

   .info_box_box {
       width: 100%;
   }  
   
   .info_title h2 span{
font-size:18px;
line-height: 2;
}
}





/* ==================================
イベント Box
================================== */


.event_lead{
text-align:center;
font-size:18px;
font-weight:600;
margin-bottom:30px
}



.eventBox:last-child {
  margin-bottom: 0;
}


.eventBox .box_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}



.eventBox .box_inner .box-area{
     width:50%;
     padding: 0 20px 0 0;
   
}


.eventBox:nth-child(even) .box_inner {
  flex-direction: row-reverse;
}

.eventBox .title {
  grid-column: 1;
  grid-row: 1 / 2;
  padding: 0 15px;
  margin-bottom: 0.1em;
}

.eventBox .title h3{
color:#525152;
font-size: 30px;}

.eventBox .title .subtitle {
  font-size: 25px;
  color:#1e9760;
  line-height: 1.6;
  margin: 0.5em 0;
}

.eventBox .title .name {
  font-size: 20px;
  color:#000;
  line-height: 1.6;
  margin: 0.5em 0;
}

.eventBox .tagArea {
  font-size: 1.8rem;
  display: flex;
  gap: 1em;
  margin-bottom: 0.25em;
}

.eventBox .text {  
  padding: 0 15px;
}

.eventBox .image {
  position: relative;
  padding: 0;
  float: right;
  grid-column: 2;
  grid-row: 1 / 4;
}

.eventBox .bgImage {
  width: 100%;
  height: 100%;
}

.eventBox .bgImage img {
  width: 100%;
  display: block;
  border-radius:10px;
}

@media screen and (max-width:767px) {

.eventBox .box_inner .box-area{
     width:100%;
    margin: 0 0 100px 0;
}
 
}

@media screen and (max-width:767px) {

.eventBox .box_inner .image{
    width:100%;
    margin: 0 0 10px 0;
    padding: 0 3% 0 3%;
    
    }
    


}


.boxballoon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #edfae5;
}

.boxballoon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -50px;
  border: 50px solid transparent;
  border-left:50px solid #edfae5;
}

.boxballoon-right p {
  margin: 0;
  padding: 0;
}


/*==================================
謎解き　ポップアップ
==================================*/
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}


#popup2 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open2 {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay2 {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup2:checked ~ .popup-overlay2 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window2 {
  width: 90vw;
  max-width: 560px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text2 {
  margin: 0;
}

.popup-text2:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close2 {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}