@charset "UTF-8";

html {
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size:10px; 
}

.fontMont {
  font-family: "Montserrat", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}

html *{
  box-sizing: border-box;
  word-break: break-all;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
}

body.menu-open {
  overflow: hidden;
}

.inner{
  padding:0 80px;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

#header{
    background-color: rgba(0,0,0,0.8);
    height: 70px;
    position: fixed;
    z-index: 20;
    top: 20px;
    left: 50%;
    padding:0 20px;
    width: calc(100% - 160px);
    transform: translateX(-50%);
    transition: .3s ease;
    max-width: 1280px;
    border-radius: 5px;
}
#header.hide {
  top:-150px;
}
#header .headNavs{
display: flex;
    justify-content: space-between;
    height: 70px;

}

#header .headNavs .logo{
  width: 371px;
  position: relative;
  height: 70px;

}

#header .headNavs .logo a{
    display: flex;
    height: 70px;
    align-items: center;
}

#header .headNavs .logo img{
  width: 100%;
}

#header .headNavs .globalNavigation{
display: flex;
    gap: 40px;
    height: 70px;
    align-items: center;
}

#header .headNavs .globalNavigation ul.navs{
    display: flex;
    gap: 40px;
}

#header .headNavs .globalNavigation ul.navs li a{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}

#header .headNavs .globalNavigation .sns img.icoInstagram{
  width: 30px;
}

#header .headNavs .globalNavigation .langChange select{
  color: #FFFFFF;
  appearance: none;
  background-color:rgba(255,255,255,0.2) ;
  font-size: 1.8rem;
  padding: 0px 34px 0px 10px;
  background-image: url('../img/common/langChangeArrow.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 2.0;
  background-position: right 10px center;
}



#footer{
  background-color: #000000;
  padding: 60px 0 20px;
}

#footer a.toHome{
  width: fit-content;
}
#footer a.toHome img.logoFooter{
  max-width: 220px;
  width: 100%;
}


#footer .footNavs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}




#footer .footNavs .footerNavigation{
display: flex;
    gap: 40px;
    align-items: center;
}

#footer .footNavs .footerNavigation ul.navs{
    display: flex;
    gap: 40px;
}

#footer .footNavs .footerNavigation ul.navs li a{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
}

#footer .footNavs .footerNavigation .sns img.icoInstagram{
  width: 30px;
}

#footer .footNavs .footerNavigation .langChange select{
  color: #FFFFFF;
  appearance: none;
  background-color:rgba(255,255,255,0.2) ;
  font-size: 1.6rem;
  padding: 0px 34px 0px 10px;
  background-image: url('../img/common/langChangeArrow.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 2.0;
  background-position: right 10px center;
}

#footer p.contact{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}

#footer p.contact a{
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: 400;
}


#footer p.copy{
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF;
}



#pageContent{
  position: relative;
}

body:not(.top) #pageContent{
  padding-bottom: 120px;
}


#pageContent .fadeIn{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
#pageContent .fadeIn.scale{
transform: scale(0.9);
}
  #pageContent .titleIn{
  clip-path: inset(0 100% 0 0);
  position: relative;
  }
  #pageContent .titleIn.active{
  animation: revealText 1.2s ease forwards;
  }


#pageContent .fadeIn.active{
  opacity: 1;
  visibility: visible;
}

#pageContent .fadeIn.active.scale{
transform: scale(1);
}


a.Btn{
  display: flex;
  width: fit-content;
  padding: 13px 133px 13px 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  border-radius: 100px;
  font-size: 1.6rem;
  background-image: url('../img/common/btnArrow.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 10px center;
  transition: background-position 0.3s ease;
}
a.Btn.white{
  background-image: url('../img/common/btnArrowWhite.svg');
  background-color: #FFFFFF;
  color: #000000;
}

a.Btn:hover{
  background-position: right 20px center;
}

body.top #pageLoading{
    position: fixed;
    z-index: 10000;
    background-color: #000000;
    left: 0;
    top:0;
    width: 100%;
    display: flex;
    height: 100%;
        flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}



body.top #pageLoading .roader{
  width: 40px;
  height: 40px;
  border: 4px solid #FFFFFF;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 50px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


body.top .mainImage{
  position: relative;
  display: flex;
  justify-content: flex-end;
  background-color: #000000;
}

.mainImageBg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 800ms ease;
  z-index: 0;
}

.mainImageBg.active {
  opacity: 1;
}


body.top .mainImage .slider{
  width: 66.66666666%;
  position: relative;
  z-index: 2;
}
body.top .mainImage .slider ul{
  width: 100%;
}
body.top .mainImage .slider ul li{
  overflow: hidden;
}
body.top .mainImage .slider ul li .imgWrap{
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

body.top .mainImage .slider ul li .imgWrap img,
body.top .mainImage .slider ul li .imgWrap video{
  width:100%;
  height:100%;
  object-fit:cover;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%) scale(1.05);
  transform-origin: center center;
}

body.top .mainImage .slider ul .slick-dots{
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom:30px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

body.top .mainImage .slider .slick-dots li{
  width: 60px;
  height: 3px;
  background-color: rgba(255,255,255,0.5);
  position: relative;
}

body.top .mainImage .slider .slick-dots li::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background:#fff;
  transform: scaleX(0);
  transform-origin: left;
}
body.top .mainImage .slider .slick-dots li.slick-active::after{
  animation: progressBar 6s linear forwards;
}
@keyframes progressBar{
  from{ transform: scaleX(0); }
  to{ transform: scaleX(1); }
}

body.top .mainImage .slider ul .slick-dots li button{
  display: none;
}

body.top .mainImage .message{
  position: absolute;
  z-index: 3;
  left: 140px;
  top:50%;
  transform: translateY(-50% );
  display: flex;
  gap: 10px;
      flex-direction: column;
}
body.top .mainImage .message span {
  position: relative;
  display: inline-block;
  overflow: hidden;

  background-color: #000;
  color: #fff;
  font-size: 8.2rem;
  font-weight: 700;
  width: fit-content;
}

/* 共通マスク */
body.top .mainImage .message span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: translateX(0%);
}

/* 左→右（1行目・3行目） */
body.top .mainImage .message span.active::after {
  animation: revealLeft 1.2s ease forwards;
}


@keyframes revealText {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0 0 0); }
}


@keyframes revealLeft {
  from { transform: translateX(0%); }
  to   { transform: translateX(100%); }
}

body.top .mainImage .message span:nth-child(even).active::after {
  animation: revealRight 1.2s ease forwards;
}

@keyframes revealRight {
  from { transform: translateX(0%); }
  to   { transform: translateX(-100%); }
}




body.top .topAbout{
  padding: 120px 0;
}

body.top .topAbout ul{
  display: flex;
  gap: 40px;
  
}
body.top .topAbout ul li{
  position: relative;
width: calc((100% - 40px) / 2)
}
body.top .topAbout ul li.img{
  padding: 0 60px;
}

body.top .topAbout ul li.img img{
  width: 100%;
}
body.top .topAbout ul li.text p{
  font-size: 1.6rem;
  line-height: 1.2;
  
}
body.top .topAbout ul li.text p.concept{
  font-size: 2.8rem;
  margin-bottom: 20px;
font-weight: 700;
line-height: 1.5;
}

body.top .topAbout ul li.text a.Btn{
  margin-top: 40px;
}


body.top .topNews{
  background-color: #333333;
  padding: 120px 0;
  color: #FFFFFF;
}

body.top .topNews .newsWrap{
  display: flex;
  gap: 40px;
}

body.top .topNews .newsWrap .title{
  width: 290px;
}

body.top .topNews .newsWrap .title h2 span{
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body.top .topNews .newsWrap .title h2 span.ja{
font-size: 1.8rem;
display: block;
width: fit-content;
}

body.top .topNews .newsWrap .title a.Btn{
  margin-top: 40px;
}
body.top .topNews .newsWrap .list {
    width: calc(100% - 330px);
}

body.top .topNews .newsWrap .list ul.categorySort{
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

body.top .topNews .newsWrap .list ul.categorySort li a{
  background-color: #999999;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2.0;
  padding: 0 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  width: fit-content;
}

body.top .topNews .newsWrap .list ul.categorySort li a.select{
  background-color: #f5f5f5;
  color: #000000;
}

body.top .topNews .newsWrap .list ul.articles{
    display: flex; /* 初期は非表示 */
    gap: 40px;
    flex-direction: column;
}


body.top .topNews .newsWrap .list ul.articles li{
position: relative;
}
body.top .topNews .newsWrap .list ul.articles li.is-hide{
  display: none;
}

body.top .topNews .newsWrap .list ul.articles li a{
  text-decoration: none;
    color: #FFFFFF;
}


body.top .topNews .newsWrap .list ul.articles li .labels{
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
body.top .topNews .newsWrap .list ul.articles li .labels p.date{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.0;
}
body.top .topNews .newsWrap .list ul.articles li .labels ul.categoryList{
    display: flex;
    gap: 10px;
    align-items: center;
}

body.top .topNews .newsWrap .list ul.articles li .labels ul.categoryList li{
  background-color:#e1e1e1 ;
  color: #000000;
  border-radius: 100px;
  padding:0 16px;
  font-size: 1.2rem;
  line-height: 2.0;
}

body.top .topNews .newsWrap .list ul.articles li h3{
    font-size: 1.8rem;
    line-height: 2;
    width: 100%;
    font-weight: 400;
}


body.top .topNews .newsWrap .list ul li .roader{
  width: 40px;
  height: 40px;
  border: 4px solid #FFFFFF;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 50px auto;
}
body.top .topNews .newsWrap a.Btn.forSp{
  display: none;
}


body.top .topReport{
  padding: 80px 0;
}

body.top .topReport h2{
  margin-bottom: 40px;
}
body.top .topReport h2 span{
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body.top .topReport h2 span.ja{
font-size: 1.8rem;
display: block;
width: fit-content;
}

#pageContent .reportList{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

#pageContent .reportList li{
  width: calc((100% - 80px ) / 3);
}

#pageContent .reportList li a{
  text-decoration: none;
}

#pageContent .reportList li .thumb{
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background-color: #e8e8e8;
}
#pageContent .reportList li .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-origin: center center;
    transition: transform 0.3s;
}
#pageContent .reportList li a:hover .thumb img{
    transform: scale(1.1);
}

#pageContent .reportList li h3,
#pageContent .reportList li h2{
  font-size: 2.0rem;
  line-height: 2;
  color: #000000;
  margin-top: 20px;
}
#pageContent .reportList li p.summary{
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  margin-top: 20px;
}
#pageContent .reportList li ul.categoryList{
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
#pageContent .reportList li ul.categoryList li{
    background-color: #999999;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 2.0;
    padding: 0 16px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    width: fit-content;
}

#pageContent .topReport a.Btn{
  margin:60px auto 0;
  min-width: 260px;
}

/*about*/
body.about{}
body.about .header{
  height: 400px;
  display: flex;
  background-image: url('../img/about/titleBg.png?');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
}


body.about .header h1{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 8.0rem;
  line-height: 1.2;
  display: inline-block;
}

body.about .header span{
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  display: block;
  width: fit-content;
}


body.about .aboutText{
  padding: 120px 0 0 ;
}

body.about .aboutText p.mainMessage{
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 20px;
}

body.about .aboutText p.mainMessageJa{
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  margin: 0 auto 60px;
}

body.about .aboutText p.mainMessageDetail{
    max-width: 1000px;
  margin: 0 auto 148px;
    font-size: 1.6rem;
    line-height: 2;
}

body.about .aboutText .mainMessageLogo{
  position: relative;
  max-width: 400px;
  margin: auto;
}


body.about .concept{
  padding: 120px 0; 
}

body.about .concept ul{
  display: flex;
  gap: 40px;
}
body.about .concept ul li{
  position: relative;
width: calc((100% - 40px) / 2)
}
body.about .concept ul li.img{
  padding: 0 60px;
}

body.about .concept ul li.img img{
  width: 100%;
}
body.about .concept ul li.text{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

body.about .concept ul li.text p{
  font-size: 2.0rem;
  line-height: 3;
}
body.about .concept ul li.text p.read{
  font-size: 2.8rem;
font-weight: 700;
}


body.about .summary{
  background-color: #333333;
  padding: 120px 0;
  color: #FFFFFF;
}

body.about .summary h2{
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body.about .summary span.titleJa{
  font-size: 1.8rem;
  font-weight: 700;
}

body.about .summary ul{
  display: flex;
  margin-top: 40px;
  gap: 40px;
}

body.about .summary ul li{
  position: relative;
  width: calc((100% - 80px ) / 3);
}
body.about .summary ul li .thumb{
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 75%;
  border-radius: 5px;
  overflow: hidden;
}

body.about .summary ul li .thumb img{
  width: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}


body.about .summary ul li h3{
 font-size: 2.0rem;
 line-height: 2; 
 margin-bottom: 20px;
}
body.about .summary ul li p{
 font-size: 1.6rem;
 line-height: 2; 
}


body.about .detail{
  padding: 120px 0 0;
}

body.about .detail h2{
  font-size: 4.8rem;
  line-height: 1.5;
  font-weight: 700;
}

body.about .detail span.titleJa{
  font-size: 1.8rem;
  font-weight: 700;
}

body.about .detail ul{
    display: flex;
    margin-top: 40px;
    gap: 88px;
    flex-direction: column;
}

body.about .detail ul li{
  position: relative;
  width: 100%;
  gap: 40px;
  display: flex;
}
body.about .detail ul li .img{
  width: calc((100% - 40px) / 2);
  position: relative;

}
body.about .detail ul li .img .thumb{
  padding-bottom: 75%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

body.about .detail ul li .img .thumb img{
  width: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
body.about .detail ul li .text{
  width: calc((100% - 40px) / 2);
}

body.about .detail ul li .text h3{
 font-size: 2.4rem;
 line-height: 2; 
 margin-bottom: 20px;
}
body.about .detail ul li .text p{
 font-size: 1.6rem;
 line-height: 2; 
}




body.archiveNews{}
body.archiveNews .header{
  height: 400px;
  display: flex;
  background-image: url('../img/news/titleBg.png');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
}


body.archiveNews .header h1{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 8.0rem;
  line-height: 1.2;
  display: inline-block;
}

body.archiveNews .header span{
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  display: block;
  width: fit-content;
}


body.archiveNews .archiveWrap{
  padding-top: 120px;
}

body.archiveNews .archiveWrap ul.newsCategoryFilter{
    max-width: 960px;
    margin: 0 auto 60px;
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: center;
    align-content: center;

}

body.archiveNews .archiveWrap ul.newsCategoryFilter li{
  flex: 1;
    max-width: 200px;
}

body.archiveNews .archiveWrap ul.newsCategoryFilter li a{
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  border: solid 1px #333333;
  padding: 10px 0;
  border-radius: 100px;

}
body.archiveNews .archiveWrap ul.newsCategoryFilter li a.active{
  background-color: #333333;
  color: #FFFFFF;
}
body.archiveNews .archiveWrap ul.newsList{
    max-width: 960px;
    margin: 0 auto 60px;
    display: flex;
    gap: 60px;
    list-style: none;
    flex-direction: column;
}
body.archiveNews .archiveWrap ul.newsList a{
  color: #000000;
  text-decoration: none;
}

body.archiveNews .archiveWrap ul.newsList a .tags{
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

body.archiveNews .archiveWrap ul.newsList a .tags p.date{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}


body.archiveNews .archiveWrap ul.newsList a .tags ul.categoryList{
display: flex;
    gap: 10px;
    align-items: center;
}
body.archiveNews .archiveWrap ul.newsList a .tags ul.categoryList li{
    background-color: #e1e1e1;
    color: #000000;
    border-radius: 100px;
    padding: 0 16px;
    font-size: 1.2rem;
    line-height: 2.0;
}
body.archiveNews .archiveWrap ul.newsList a h2{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}

body.archiveNews .archiveWrap .pager{
    max-width: 960px;
    margin: 60px auto 0;
}
body.archiveNews .archiveWrap .pager ul.page-numbers{
  display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

body.archiveNews .archiveWrap .pager ul.page-numbers li a,
body.archiveNews .archiveWrap .pager ul.page-numbers li span{
  color: #000000;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}

body.archiveNews .archiveWrap .pager ul.page-numbers li a.prev,
body.archiveNews .archiveWrap .pager ul.page-numbers li a.next{
    background-color: #000000;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background-position: center center;
    background-size: 24px auto;
}
body.archiveNews .archiveWrap .pager ul.page-numbers li a.prev{
  background-image: url('../img/common/arrowPrev.svg');
}
body.archiveNews .archiveWrap .pager ul.page-numbers li a.next{
  background-image: url('../img/common/arrowNext.svg');
}


/*archiveReport*/
body.archiveReport{}
body.archiveReport .header{
  height: 400px;
  display: flex;
  background-image: url('../img/report/titleBg.png');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
}


body.archiveReport .header h1{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 8.0rem;
  line-height: 1.2;
  display: inline-block;
}

body.archiveReport .header span{
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  display: block;
  width: fit-content;
}


body.archiveReport .archiveWrap{
  padding-top: 120px;
}

body.archiveReport .archiveWrap ul.reportCategoryFilter{
    max-width: 960px;
    margin: 0 auto 60px;
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: center;
    align-content: center;
}

body.archiveReport .archiveWrap ul.reportCategoryFilter li{
  flex: 1;
  max-width: 200px;
}

body.archiveReport .archiveWrap ul.reportCategoryFilter li a{
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
    text-align: center;
  border: solid 1px #333333;
  padding: 10px 0;
  border-radius: 100px;
}
body.archiveReport .archiveWrap ul.reportCategoryFilter li a.active{
  background-color: #333333;
  color: #FFFFFF;
}
body.archiveReport .archiveWrap ul.reportList{
    margin: 0 auto 60px;
    display: flex;
    gap: 40px;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}
body.archiveReport .archiveWrap ul.reportList li{
    width: calc((100% - 80px) / 3);
}

body.archiveReport .archiveWrap ul.reportList li a{
  color: #000000;
  text-decoration: none;
}

body.archiveReport .archiveWrap ul.reportList li a .thumb {
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background-color: #e8e8e8;
    margin-bottom: 20px;
}

body.archiveReport .archiveWrap .pager{
    max-width: 960px;
    margin: 60px auto 0;
}
body.archiveReport .archiveWrap .pager ul.page-numbers{
  display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

body.archiveReport .archiveWrap .pager ul.page-numbers li a,
body.archiveReport .archiveWrap .pager ul.page-numbers li span{
  color: #000000;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}

body.archiveReport .archiveWrap .pager ul.page-numbers li a.prev,
body.archiveReport .archiveWrap .pager ul.page-numbers li a.next{
    background-color: #000000;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background-position: center center;
    background-size: 24px auto;
}
body.archiveReport .archiveWrap .pager ul.page-numbers li a.prev{
  background-image: url('../img/common/arrowPrev.svg');
}
body.archiveReport .archiveWrap .pager ul.page-numbers li a.next{
  background-image: url('../img/common/arrowNext.svg');
}



/*singleNews*/
body.singleNews{}
body.singleNews .header{
  display: flex;
  background-image: url('../img/singleNews/titleBg.png');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 148px 0 70px;
    color: #FFFFFF;
}

body.singleNews .header .inner{
  max-width: 1000px;
}

body.singleNews .header .tags{
    display: flex;
    gap: 20px;
}
body.singleNews .header .tags p.date{
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 700;
}

body.singleNews .header .tags ul.categoryList {
    display: flex;
    gap: 10px;
    align-items: center;
}
body.singleNews .header .tags ul.categoryList li{
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 100px;
    padding: 0 16px;
    font-size: 1.2rem;
    line-height: 2.0;
}

body.singleNews .header h1{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}


body.singleNews .postContents{
  padding-top: 80px;
}
body.singleNews .postContents *{
  line-height: 2;
}

body.singleNews .postContents .inner{
  max-width: 1000px;
}

body.singleNews .postContents h2{
font-size: 3.2rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents h3{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents h4{
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents img{
  max-width: 100%;
}

body.singleNews .postContents p{
  font-size: 1.8rem;
margin-bottom: 40px;
}
body.singleNews .postContents p.caption{
  font-size: 1.4rem;
}

body.singleNews .postContents img,
body.singleNews .postContents iframe{
  max-width: 100%;
}

body.singleNews a.toList{
  margin: 80px auto 0;
  width: 200px;
  padding-right: 0;
}




/*singleReport*/
body.singleReport{}
body.singleReport #pageContent{
  padding-bottom: 0;
}

body.singleReport .header{
  display: flex;
  background-image: url('../img/singleReport/titleBg.png');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 128px 0 38px;
    color: #FFFFFF;
}

body.singleReport .header ul.titles{
  display: flex;
  gap: 60px;
    position: relative;
    justify-content: space-between;
}

body.singleReport .header ul.titles li.text h1{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
}

body.singleReport .header ul.titles li.text ul.categoryList {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
body.singleReport .header ul.titles li.text ul.categoryList li{
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 100px;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 2.0;
}


body.singleReport .header ul.titles li.img{
  width: calc((100% - 60px) / 2);
  position: relative;
  flex-shrink: 0;
}
body.singleReport .header ul.titles li.img .thumb{
  overflow: hidden;
  border-radius: 5px;
}
body.singleReport .header ul.titles li.img img{
  width: 100%;
}


body.singleReport .postContents{
  padding-top: 80px;
}
body.singleReport .postContents *{
  line-height: 2;
}

body.singleReport .postContents .inner{
  max-width: 1000px;
}

body.singleReport .postContents h2{
font-size: 3.2rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleReport .postContents h3{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleReport .postContents h4{
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 40px;
}

body.singleReport .postContents p{
  font-size: 1.8rem;
margin-bottom: 40px;
}
body.singleReport .postContents p.caption{
  font-size: 1.4rem;
}

body.singleReport .postContents img,
body.singleReport .postContents iframe{
  max-width: 100%;
}


body.singleReport a.toList{
  margin: 80px auto 120px;
  width: 200px;
  padding-right: 0;
}


body.singleReport .relatedPosts{
  background-color: #f5f5f5;
  padding: 80px 0;
}

body.singleReport .relatedPosts .titles{
  margin-bottom: 60px;
}
body.singleReport .relatedPosts .titles h2{
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
}
body.singleReport .relatedPosts .titles span{
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  display: block;
  width: fit-content;
}

body.singleReport .relatedPosts ul.reportList{
    margin: 0 auto;
    display: flex;
    gap: 40px;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}
body.singleReport #pageContent .relatedPosts ul.reportList>li{
    width: calc((100% - 120px) / 4);
}






/*archiveMap*/


body.archiveMap #pageContent{
  padding-bottom: 0;
}

body.archiveMap .header{
  height: 400px;
  display: flex;
  background-image: url('../img/map/titleBg.png');
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 90px;
}


body.archiveMap .header h1{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 8.0rem;
  line-height: 1.2;
  display: inline-block;
}


body.archiveMap .header span{
  color: #FFFFFF;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  display: block;
  width: fit-content;
}
body.archiveMap .mapPageWrap{
  position: relative;
  display: flex;
}




body.archiveMap .mapPageWrap #listWrapper {
width: 360px;
  padding: 16px;
  overflow-y: auto;
  background-color: #FFFFFF;
}

body.archiveMap .mapPageWrap #listWrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

body.archiveMap .mapPageWrap #listWrapper::-webkit-scrollbar-track {
  background: transparent; 
}

body.archiveMap .mapPageWrap #listWrapper::-webkit-scrollbar-thumb {
  background: rgba(120, 120, 120, 0.6);
  border-radius: 999px;
}

body.archiveMap .mapPageWrap #listWrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 120, 120, 0.9);
}


body.archiveMap .mapPageWrap #listWrapper h2{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #000000;
  line-height: 2;
      font-size: 1.5rem;
}

body.archiveMap .mapPageWrap #markerList {
list-style: none;
margin: 0;
padding: 0;
}

body.archiveMap .mapPageWrap #markerList li {
    padding: 8px 40px 8px 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

body.archiveMap .mapPageWrap #markerList li:nth-of-type(even){
    background-color: #fafafa;
}

body.archiveMap .mapPageWrap #markerList li:hover {
background-color: #f5f5f5;
}

body.archiveMap .mapPageWrap #markerList li .name-Num{
display: flex;
gap:8px;
margin-bottom: 10px;
    align-items: center;
}

body.archiveMap .mapPageWrap #markerList li .name-Num p.Num{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.4rem;
    align-content: center;
    line-height: 1;
    flex-shrink: 0;
}

body.archiveMap .mapPageWrap #markerList li .name-Num p.name{
  font-size: 1.4rem;
  font-weight: 700;
}

body.archiveMap .mapPageWrap #markerList li .genre {
    display: inline-block;
    padding: 0px 4px;
    font-size: 1.0rem;
    border-radius: 20px;
    line-height: 1.6;
}

body.archiveMap .mapPageWrap #markerList li a.gmap-link{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
body.archiveMap .mapPageWrap #markerList li a.gmap-link img{
  width: 20px;
}




body.archiveMap .mapPageWrap .mapWrap{
  width: calc(100% - 360px);
  position: relative;
  margin: auto;
}

body.archiveMap .mapPageWrap #genreFilter{
    width: 100%;
    gap: 10px;
    padding: 16px;
    transition: 0.3s;
    background-color:#FFFFFF;
    overflow-x: auto;
  display: flex;
  }


body.archiveMap .mapPageWrap #genreFilter::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

body.archiveMap .mapPageWrap #genreFilter::-webkit-scrollbar-track {
  background: transparent; 
}

body.archiveMap .mapPageWrap #genreFilter::-webkit-scrollbar-thumb {
  background: rgba(120, 120, 120, 0.6);
  border-radius: 999px;
}

body.archiveMap .mapPageWrap #genreFilter::-webkit-scrollbar-thumb:hover {
  background: rgba(120, 120, 120, 0.9);
}

  body.archiveMap .mapPageWrap #genreFilter h2{
    line-height: 2;
    font-size: 1.5rem;
    flex-shrink: 0;
  }


body.archiveMap .mapPageWrap #genreFilter button{
  appearance: none;
  padding: 0 10px 0 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  opacity: 0.6;
  transition: 0.3s;
  flex-shrink:0;
  line-height: 2;
}

body.archiveMap .mapPageWrap #genreFilter button:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    opacity: 1;
}

body.archiveMap .mapPageWrap #genreFilter button span{
    position: absolute;
    left: 8px;
    top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    display: block;
    width: 6px;
    height: 4px;
  opacity: 0;
  transition: 0.3s;
    border-left: solid 2px #000000;
  border-bottom: solid 2px #000000;

  }
body.archiveMap .mapPageWrap #genreFilter button.active{
  opacity: 1;
}
body.archiveMap .mapPageWrap #genreFilter button.active span{
  opacity: 1;
}



body.archiveMap .mapPageWrap #genreFilter button[data-genre="all"]{
    color: #FFFFFF;
    background-color: #000000;
}

body.archiveMap .mapPageWrap #genreFilter button:nth-last-of-type(1){
  margin-right: 0;
}





body.archiveMap .mapPageWrap .mapWrap #map {
width: 100%;
position: relative;
}


body.archiveMap .mapPageWrap .mapWrap #map > div.gm-style {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


body.archiveMap .mapPageWrap .mapWrap #map .custom-pin {
    transition: transform 0.25s cubic-bezier(.34,1.56,.64,1);
    transform-origin: bottom center;
}

body.archiveMap .mapPageWrap .mapWrap #map .custom-pin:hover,
body.archiveMap .mapPageWrap .mapWrap #map .custom-pin.is-active {
    transform: scale(1.18);
}

body.archiveMap .mapPageWrap .mapWrap #map .map-info{
  position: relative;
  padding-bottom: 40px;
}

body.archiveMap .mapPageWrap .mapWrap #map .map-info h3{
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}
body.archiveMap .mapPageWrap .mapWrap #map .map-info span.genre{
    display: inline-block;
    padding: 0px 4px;
    font-size: 1.0rem;
    border-radius: 20px;
    line-height: 1.6;
}

body.archiveMap .mapPageWrap .mapWrap #map .map-info a{
  margin-top: 8px;
font-size: 1.2rem;
color: #333333;
text-decoration: none;
display: flex;
gap: 4px;
font-weight: 700;
}

body.archiveMap .mapPageWrap .mapWrap #map .map-info a img{
width: 12px;
}




.forSp{
  display: none;
}

@media only screen and (max-width: 1200px){
  #header .headNavs .logo{
    width: 250px;
  }
  #header .headNavs .logo a{
        max-width: 250px;
  }
#header .headNavs .globalNavigation,
#header .headNavs .globalNavigation ul.navs{
  gap: 20px;
}
}
@media only screen and (max-width: 1000px){
  #header .headNavs .globalNavigation ul.navs li a,
  #header .headNavs .globalNavigation .langChange select{
    font-size: 1.4rem;
  }
  #header .headNavs .globalNavigation .sns img.icoInstagram{
    width: 25px;
  }
}



@media only screen and (max-width: 768px){
  .forPc{
    display: none;
  }
  .forSp{
    display: block;
  }
  .inner{
    padding: 0 20px;
  }

  #header{
    max-width: calc(100% - 40px);
    width: 100%;
    top:20px;
    height: auto;
    padding:  0 10px;
      background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  }
  #header .headNavs{
    height: auto;
    display: block;
  }
  #header .headNavs .logo a{
    height: 56px;
  }
  #header .headNavs .logo{
    max-width: 240px; 
    height: 56px;

  }

  #header .headNavs .globalNavigation{
    display: none;
    height: auto;
    padding-bottom: 48px;
  }
  #header .spMenu{
        position: absolute;
        right: 10px;
        top: 8px;
        width: 40px;
        height: 40px;
        background-color:rgba(0,0,0,0);
  }
    #header .spMenu .inner{
      width: 40px;
      padding:0 0 100% 0;
    }
    #header .spMenu span{
      position: absolute;
      left: 50%;
      top:50%;
      width: 30px;
      height: 1px;
      background-color: #FFFFFF;
      transform: translate(-50%,-50%);
      transition: 0.6s;
    }
    #header .spMenu span:nth-of-type(1){
      margin-top: -7.5px;
    }
    #header .spMenu span:nth-of-type(2){
      margin-top: 7.5px;
    }
    #header .spMenu.open span:nth-of-type(1){
      transform: translate(-50%,-50%) rotate(-225deg);
      margin-top: 0;
    }
    #header .spMenu.open span:nth-of-type(2){
      transform: translate(-50%,-50%) rotate(225deg);
      margin-top: 0;
    }

    #header .headNavs .globalNavigation ul.navs{
      margin-top: 40px;
        display: flex;
      gap: 40px;
      flex-direction: column;
      align-items: center;
    }
    #header .headNavs .globalNavigation ul.navs li a{
      font-size: 2.0rem;
    }
    #header .headNavs .globalNavigation .sns{
      margin-top: 40px;
      text-align: center;
    }
    #header .headNavs .globalNavigation .langChange{
       margin-top: 40px;
      text-align: center;
    }
    #header .headNavs .globalNavigation .langChange select{
      font-size: 1.6rem;
    }


    .navBg{
      position: fixed;
      z-index: 10;
      left: 0;
      top:0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s;
    }
    .navBg.show{
      opacity: 1;
      visibility: visible;
    }

  #footer .footNavs .footerNavigation{
        display: block;
        text-align: center;
    }
    #footer .footNavs .footerNavigation ul.navs{
      gap: 30px;
      margin-bottom: 40px;
    }
    #footer .footNavs .footerNavigation ul.navs li{
    }
    #footer .footNavs .footerNavigation .sns,
    #footer .footNavs .footerNavigation .langChange{
      display: inline-block;
      vertical-align: middle;
    }
    #footer .footNavs .footerNavigation .sns{
      margin-right: 20px; 
    }
    
#footer p.contact{
  font-size: 1.4rem;
  margin-top: 40px;
}

#footer p.contact a{
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: 400;
}


#footer p.copy{
    margin-top: 40px;
}



    body.top .mainImage{
      flex-direction: column;
    }
    .mainImageBg{
      background-size: auto 100%;
    }
    body.top .mainImage .message{
        position: relative;
        transform: translate(0);
        top: auto;
        left: auto;
        padding: 163px 20px 88px;
    }
    body.top .mainImage .message span{
      font-size: 10.2vw;
    }
    body.top .mainImage .slider{
    width: 100%;
  }
  body.top .mainImage .slider ul li .imgWrap{
    padding-bottom: 100%;
  }
  body.top .mainImage .slider ul .slick-dots{
        justify-content: center;
        bottom:20px;
        right: auto;
  }



  body.top .topAbout{
    padding: 80px 0;
  }

body.top .topAbout ul {
    gap: 60px;
    flex-direction: column;
}
body.top .topAbout ul li{
  width: 100%;
}
body.top .topAbout ul li.img{
  padding: 0;
}

body.top .topAbout ul li.text p.concept{
  font-size: 9.5vw;
  line-height: 1.1;
  text-align: center;
}
body.top .topAbout ul li.text p{
  text-align: center;
  font-size: 3.6vw;
  text-align: center;
  font-weight: 700;
      line-height: 2;
}


body.top .topNews{
  padding: 80px 0;
}

body.top .topNews .newsWrap {
    flex-direction: column;
}

body.top .topNews .newsWrap .title{
  width: 100%;
}



body.top .topNews .newsWrap .title h2 span{

}
body.top .topNews .newsWrap .title a.Btn{
  display: none;
}

body.top .topNews .newsWrap .list{
  width: 100%;
}
body.top .topNews .newsWrap .list ul.categorySort{
  margin-bottom: 46px; 
  overflow-x: auto;
  gap: 10px;
}

body.top .topNews .newsWrap .list ul.categorySort li{
  flex-shrink: 0;
}

body.top .topNews .newsWrap .list ul.articles li .labels p.date{
  flex-shrink: 0;
}
body.top .topNews .newsWrap .list ul.articles li .labels ul.categoryList{ 
overflow-x: auto;
}

body.top .topNews .newsWrap .list ul.articles li .labels ul.categoryList li{
  flex-shrink: 0;
}

#pageContent  .reportList{
  flex-direction: column;
}
#pageContent  .reportList li{
  width: 100%;
}

#pageContent  .reportList li ul.categoryList{
overflow-x: auto;
}

#pageContent .reportList li ul.categoryList li{
  flex-shrink: 0;
}
#pageContent .topReport a.Btn{
  margin-left: 0;
}

body:not(.top) #pageContent {
    padding-bottom: 90px;
}


body.about .header{
  height: 300px;
  padding-top: 76px;
  background-size: auto 133.333333%;
  background-position: left top;
}
body.about .header h1{
  font-size: 5.0rem;
  line-height: 1;
}
body.about .header span{
  font-size: 2.4rem;
}



body.about .aboutText{
          padding-top: 80px;
}

body.about .aboutText p.mainMessage{
font-size: 9.5vw;
}

body.about .aboutText p.mainMessageJa{
        font-size: 3.6vw;
        margin-bottom: 48px;
}

body.about .aboutText p.mainMessageDetail{
        font-size: 1.4rem;
        margin-bottom: 72px;
}

body.about .aboutText .mainMessageLogo{
    max-width: 220px;
    width: 100%;
}




body.about .concept{
  padding: 80px 0;
}
body.about .concept ul {
    flex-direction: column;
    gap: 60px;
}

body.about .concept ul li {
  width: 100%;
}
body.about .concept ul li.img{
  padding: 0;
}
body.about .concept ul li.text p.read{
  font-size: 2.4rem;
  line-height: 3;
}
body.about .summary{
  padding: 80px 0;
}
body.about .summary span.titleJa{
  line-height: 2;
}
body.about .summary ul {
    flex-direction: column;
}

body.about .summary ul li{
  width: 100%;
}

body.about .detail span.titleJa {
  line-height: 2;
}
body.about .detail ul{
  gap: 40px;
}
body.about .detail ul li{
      flex-direction: column;
}
body.about .detail ul li .img,
body.about .detail ul li .text{
  width: 100%;
}


body.archiveNews .header{
  height: 300px;
  padding-top: 76px;
  background-size: auto 133.333333%;
  background-position: left top;
}
body.archiveNews .header h1{
  font-size: 5.0rem;
  line-height: 1;
}
body.archiveNews .header span{
  font-size: 2.4rem;
}
body.archiveNews .archiveWrap{
  padding-top: 80px;
}
body.archiveNews .archiveWrap ul.newsCategoryFilter{
  overflow-x: auto;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 60px;
  width: calc(100% + 20px);
}
body.archiveNews .archiveWrap ul.newsCategoryFilter li{
  flex: 1 0 0;
}
body.archiveNews .archiveWrap ul.newsCategoryFilter li a{
        font-size: 1.6rem;
        padding: 10px 30px;
        white-space: nowrap;
}

body.archiveNews .archiveWrap ul.newsList a .tags{
}
body.archiveNews .archiveWrap ul.newsList a .tags p.date{
    flex-shrink: 0;
}
body.archiveNews .archiveWrap ul.newsList a .tags ul.categoryList{
  overflow-x: auto;
}
body.archiveNews .archiveWrap ul.newsList a .tags ul.categoryList li{
  flex-shrink: 0;
}


body.singleNews .header{
  padding-top: 116px;
  padding-bottom: 40px;
  background-size: auto 100%;
  background-position: left top;
}

body.singleNews .header .tags p.date{
  flex-shrink: 0;
}
body.singleNews .header .tags ul.categoryList{
overflow-x: auto;
}
body.singleNews .header .tags ul.categoryList li{
  flex-shrink: 0;
}
body.singleNews .header h1{
  font-size: 2.8rem;
}




body.singleNews .postContents h2{
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents h3{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents h4{
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleNews .postContents img{
  max-width: 100%;
}
body.singleNews .postContents p{
  font-size: 1.8rem;
margin-bottom: 40px;
}
body.singleNews .postContents p.caption{
  font-size: 1.4rem;
}


body.archiveReport .header{
  height: 300px;
  padding-top: 76px;
  background-size: auto 133.333333%;
  background-position: left top;
}
body.archiveReport .header h1{
  font-size: 5.0rem;
  line-height: 1;
}
body.archiveReport .header span{
  font-size: 2.4rem;
}

body.archiveReport .archiveWrap{
  padding-top: 80px;
}
body.archiveReport .archiveWrap ul.reportCategoryFilter{
  overflow-x: auto;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 60px;
  width: calc(100% + 20px);
}
body.archiveReport .archiveWrap ul.reportCategoryFilter li{
  flex: 1 0 0;
}
body.archiveReport .archiveWrap ul.reportCategoryFilter li a{
        font-size: 1.6rem;
        padding: 10px 30px;
        white-space: nowrap;
}
body.archiveReport .archiveWrap ul.reportList{
      flex-direction: column;
}

body.archiveReport .archiveWrap ul.reportList li{
  width: 100%;
}

body.singleReport #pageContent {
    padding-bottom: 0;
}
body.singleReport .header{
  padding-top: 116px;
  padding-bottom: 40px;
  background-size: auto 100%;
  background-position: left top;
}

body.singleReport .header ul.titles{
  flex-direction: column;
  gap: 40px;
}


body.singleReport .header .tags ul.categoryList{
overflow-x: auto;
}

body.singleReport .header ul.titles li.text h1{
  font-size: 2.8rem;
}
body.singleReport .header ul.titles li.text ul.categoryList{
  flex-shrink: 0;
}

body.singleReport .header ul.titles li.img{
  width: 100%;
}



body.singleReport .postContents h2{
font-size: 2.8rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleReport .postContents h3{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleReport .postContents h4{
font-size: 2.0rem;
font-weight: 700;
margin-bottom: 40px;
}
body.singleReport .postContents img{
  max-width: 100%;
}
body.singleReport .postContents p{
  font-size: 1.8rem;
margin-bottom: 40px;
}
body.singleReport .postContents p.caption{
  font-size: 1.4rem;
}
body.singleReport a.toList{
  margin-bottom: 80px;
}

body.singleReport #pageContent .relatedPosts .reportListWrap{
  overflow-x: scroll;
}
body.singleReport #pageContent .relatedPosts ul.reportList{
        width: 51.2vw;
        flex-wrap: nowrap;
        gap: 20px;
        margin-left: 0;
        flex-direction: row;
}
body.singleReport #pageContent .relatedPosts ul.reportList>li{
  flex-shrink: 0;
  width: 100%;
}
body.singleReport .relatedPosts ul.reportList li a ul.categoryList{
      flex-direction: column;
}




body.singleReport .relatedPosts .carouselDots{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 16px;
}

body.singleReport .relatedPosts .carouselDots button{
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #CCCCCC;
  border: none;
  padding: 0;
  cursor: pointer;
}

body.singleReport .relatedPosts .carouselDots button.active{
  background: #666666;
}


  body.archiveMap #pageContent{
    padding-bottom: 0;
  }
  body.archiveMap .mapPageWrap{
    overflow: hidden;
  }
  body.archiveMap .mapPageWrap #listWrapper{
        position: absolute;
        right: -100%;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 3;
        transition: 0.3s;
        display: block;
  }
  body.archiveMap .mapPageWrap #listWrapper.show{
    right: 0;
  }
  body.archiveMap .mapPageWrap #listWrapper h2{
      font-size: 2.0rem;
      position: relative;
  }
  body.archiveMap .mapPageWrap #listWrapper h2 span.close{
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(../img/map/close.svg);
        right: 0;
        top: 10px;
  }


body.archiveMap .header{
  height: 300px;
  padding-top: 76px;
  background-size: auto 133.333333%;
  background-position: left top;
}
body.archiveMap .header h1{
  font-size: 5.0rem;
  line-height: 1;
}
body.archiveMap .header span{
  font-size: 2.4rem;
}
  

  body.archiveMap .mapPageWrap .mapWrap{
    width: 100%;
    overflow: hidden;
  }
  body.archiveMap .mapPageWrap .mapWrap #map{
    width: 100%;
    padding-bottom: 150%;
  }
  body.archiveMap .mapPageWrap #genreFilter{
        position: absolute;
        right: -100%;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 3;
        transition: 0.3s;
        display: block;
  }
  body.archiveMap .mapPageWrap #genreFilter.show{
    right: 0;
  }
  body.archiveMap .mapPageWrap #genreFilter h2{
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: solid 1px #000000;
    font-size: 2.0rem;
      position: relative;
  }
  body.archiveMap .mapPageWrap #genreFilter h2 span.close{
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(../img/map/close.svg);
        right: 0;
        top: 10px;
  }
  body.archiveMap .mapPageWrap #genreFilter button{
    margin: 10px 10px;
    width: calc(50% - 20px);
    float: left;
    opacity: 1;
    font-size: 1.4rem;
  }
  body.archiveMap .mapPageWrap .serchIcon{
        position: absolute;
        z-index: 2;
        right: 9px;
        top: 60px;
        background-color: rgba(255, 255, 255, 1);
        width: 40px;
        height: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        transition: 0.3s;
  }
  body.archiveMap .mapPageWrap .serchIcon img{
    width: 100%;
  }

  body.archiveMap .mapPageWrap .listIcon{
        position: absolute;
        z-index: 2;
        right: 9px;
        top: 110px;
        background-color: rgba(255, 255, 255, 1);
        width: 40px;
        height: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        transition: 0.3s;
  }
  body.archiveMap .mapPageWrap .listIcon img{
    width: 100%;
  }

  body.archiveMap .mapPageWrap #markerList li:nth-of-type(even){
    background-color: rgba(0,0,0,0);
  }  





}


