* {
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
body {
  background:#fff!important;
}
ul,ol {
  list-style:none;
}
li {
  position:relative;
  list-style:none;
}
nav ul {
  list-style:none;
}
figure {
  margin:0;
}
p{
  margin-block-end:0;
}
img{
  width:100%;
  height:auto;
}
a,a:hover,a:focus,a:active {
  text-decoration: none;
  color: inherit;
}
.container,.container-lg,.flex-container{
  position:relative;
  width:100%;
  margin:0 auto;
  padding:0 .938rem;
}
.container-lg,.flex-container{
  max-width:1560px;
}
.elementor-1713 .elementor-element.elementor-element-6b5bde4d {
  background:#2E2E2E;
}
#content {
  margin-top:76px;
}
.page-ttl {
  height:235px;
  /* background:url(../images/ttl.jpg) center center / cover no-repeat; */
  background-color: #2E2E2E;
  color:#fff;
  text-align:center;
}
.page-ttl .--inner {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.page-ttl h2 {
  font-size:35px;
  font-weight:bold;
  margin:0;
}
.bread-crumb {
  padding:1.875rem 0;
}
.bread-crumb ul {
  display:flex;
  flex-wrap:wrap;
}
.bread-crumb ul li {
  font-size:.875rem;
  font-weight:bold;
  margin-right: 1.25rem;
}
.bread-crumb ul li a {
  font-size:.875rem;
  color:#818181;
}
.bread-crumb ul li a:hover {
  color:#2E2E2E;
}
.youtube-content {
  position:relative;
  max-width:100%;
  height:auto;
  margin-bottom:3.125rem;
  padding-bottom:56.25%;
  overflow:hidden;
}

.youtube-content iframe,
.youtube-content object,
.youtube-content embed {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.single-content,.archive-content{
  margin-top:3.125rem;
}
.single-content p.day{
  font-size:.875rem;
  font-weight:bold;
  letter-spacing:.125em;
  margin-bottom:.938rem;
}
.single-content .entry-title{
  font-size:22px;
  font-weight:bold;
  margin:0;
  padding:0;
  line-height:1.6;
}
.single-content .page-content{
  margin-top:3.125rem;
}
.single-content .main-img{
  margin-bottom:3.125rem;
}
.single-content .page-content .h2-ttl{
  font-size:1.125rem;
  font-weight:bold;
  position:relative;
  margin:0 0 1.25rem;
  padding:.938rem 0 0 1.563rem;
  line-height:1.6;
}
.single-content .page-content .h2-ttl::before{
  content:'';
  position:absolute;
  display:inline-block;
  width:100%;
  height:25px;
  top:0;
  left:0;
  background:url(../images/h2-ttl.png) no-repeat;
  background-size:contain;
}
.single-content ul.gallery-content{
  display:flex;
  flex-wrap:wrap;
  gap:.625rem;
  margin-bottom:3.125rem;
}
.single-content ul.gallery-content li{
  width:calc(50% - .313rem);
}
.wysiwyg-content{
  margin-top:3.125rem;
}
.wysiwyg-content > *{
  font-size:.875rem;
  margin-bottom:1.875rem;
  line-height:1.6;
}
.wysiwyg-content h3{
  font-size:1.125rem;
  font-weight:bold;
  position:relative;
  margin-top:0;
  padding:0 1.25rem;
}
.wysiwyg-content h3::before,.wysiwyg-content h3::after{
  content:'';
  position:absolute;
  display:block;
  width:3px;
  height:100%;
  top:0;
  left:0;
  background:#E40011;
}
.wysiwyg-content h3::after{
  right:0;
  left:auto;
}
.wysiwyg-content h4{
  font-size:1rem;
  font-weight:bold;
  margin-top:0;
  padding:.938rem 1.25rem;
  background:#E40011;
  color:#fff;
  border-radius:5px;
}
.wysiwyg-content h5{
  font-size:1.125rem;
  position:relative;
  margin-top:0;
  padding:0 1.25rem;
}
.wysiwyg-content h5::before,.wysiwyg-content h5::after{
  content:'';
  position:absolute;
  display:block;
  width:1px;
  height:100%;
  top:0;
  left:0;
  background:#E40011;
}
.wysiwyg-content h5::after{
  right:0;
  left:auto;
}
.wysiwyg-content h6{
  font-size:1rem;
  margin-top:0;
  padding:.938rem 1.25rem;
  background:#2E2E2E;
  color:#fff;
  border-radius:5px;
}
.wysiwyg-content p:after{
  content:'';
  display:block;
  clear:both;
}
.wysiwyg-content p strong{
  font-weight:bold;
}
.wysiwyg-content ul li{
  position:relative;
  margin-top:8px;
  padding-left:1.25rem;
}
.wysiwyg-content ul li:first-child{
  margin-top:0;
}
.wysiwyg-content ul li:before{
  content:'';
  position:absolute;
  margin:auto;
  top:.625rem;
  left:0;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#343434;
}
.wysiwyg-content ol{
  counter-reset:no;
}
.wysiwyg-content ol li{
  position:relative;
  margin-top:8px;
  padding-left:1.25rem;
}
.wysiwyg-content ol li:first-child{
  margin-top:0;
}
.wysiwyg-content ol li:before{
  counter-increment:no;
  content:counter(no) ".";
  position:absolute;
  top:0;
  left:0;
}
.wysiwyg-content blockquote{
  padding:1.25rem .938rem;
  background:#fff;
  border:1px solid #E40011;
  border-radius:.625rem;
}
.wysiwyg-content blockquote *{
  margin-top:1.25rem
}
.wysiwyg-content blockquote *:first-child{
  margin:0;
}
.wysiwyg-content blockquote a{
  color:#E40011;
}
.m_cms_wysiwyg a[target="_blank"]:after{
  content:'';
  display:inline-block;
  position:relative;
  width:10px;
  height:10px;
  margin:0 7px;
  background:url(../images/ext-icon.png);
  background-size:10px;
}
.vbox-backdrop{
  background-color:rgba(23,23,23,.6)!important;
}
.s_post-navi{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1.25rem;
  text-align:center;
  margin-top:3.75rem;
}
.s_post-navi li{
  width:33.3333%;
  height:55px;
}
.s_post-navi li a{
  font-size:.875rem;
  font-weight:bold;
  position:relative;
  display:block;
  width:100%;
  height:100%;
  background:#2E2E2E;
  color:#fff;
  line-height:55px;
}
.s_post-navi li a:hover{
  color:#A0A0A0;
}
.archive-content .container{
  padding-right:0;
  padding-left:0;
}
.archive-content .content ul li+li{
  margin-top:1.875rem;
  padding-top:1.875rem;
  border-top:1px solid #707070;
}
.archive-content .content ul li:last-of-type{
  margin-bottom:1.875rem;
  padding-bottom:1.875rem;
  border-bottom:1px solid #707070;
}
.archive-content .content ul li a{
  color:#2E2E2E;
}
.archive-content .content ul li a:hover{
  opacity:.6;
}
.archive-content dt p{
  font-size:.875rem;
  font-weight:bold;
  letter-spacing:.125em;
  margin-bottom:.938rem;
}
.archive-content dt h3{
  font-size:22px;
  font-weight:bold;
  margin:0;
  line-height:1.6;
}
.archive-content dd{
  margin-top:1.875rem;
}
.s_list-pagination{
  margin-top:3.125rem;
}
.s_list-pagination>div{
  display:flex;
  justify-content:center;
  text-align:center;
}
.s_list-pagination>div a,.s_list-pagination>div span{
  font-weight:bold;
  font-size:clamp(1rem,.31vw + .93rem,1.25rem);
  position:relative;
  color:#A0A0A0;
  margin:0 6px;
}
.s_list-pagination>div span{
  color:#343434;
  border-radius:50%;
}
.header{
  position:fixed;
  width:100%;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  transition:transform 1.3s cubic-bezier(.68,-.55,.27,1.55);
  transform:translateY(0);
  z-index:999;
  will-change:transform;
}
.nav-open .header{
  height:calc(100% + 1.25rem);
}
.nav-open .header .header-content--inner{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow-x:hidden;
  overflow-y:auto;
  z-index:3;
  transition:all .45s ease;
  -webkit-overflow-scrolling:touch;
}

.header .flex-container{
  padding: 0;
}

.header .flex{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: .938rem;
}

.header .logo{
  width:258px;
  line-height:0;
  margin:0;
}

.header-nav{
  background: #fff;
  display:none;
  width:100%;
  height:auto;
}

.nav-open .header-nav{
  display:flex;
  flex-direction:column;
}

.header-nav .pc-content{
  display: none;
}

.btn-hamburger{
  position:relative;
  display:flex;
  align-items:center;
  cursor:pointer;
  z-index:999;
}
.btn-hamburger--text{
  font-size:.875rem;
  display:none;
  margin-top:.515rem;
  opacity:0;
  letter-spacing: .125em;
}
.btn-hamburger--bars{
  position:relative;
  width:46px;
  height:46px;
  border:1px solid #fff;
  border-radius:50%;
  overflow:hidden;
}
.btn-hamburger--bars span{
  position:absolute;
  width:4px;
  height:4px;
  top:auto;
  background:#fff;
  margin:auto;
}
.btn-hamburger--bars span:nth-of-type(1){
  top:14px;
  left:14px;
}
.btn-hamburger--bars span:nth-of-type(2){
  top:14px;
  right:0;
  left:0;
}
.btn-hamburger--bars span:nth-of-type(3){
  top:14px;
  right:14px;
}
.btn-hamburger--bars span:nth-of-type(4){
  top:20px;
  left:14px;
}
.btn-hamburger--bars span:nth-of-type(5){
  top:20px;
  right:0;
  left:0;
}
.btn-hamburger--bars span:nth-of-type(6){
  top:20px;
  right:14px;
}
.btn-hamburger--bars span:nth-of-type(7){
  bottom:14px;
  left:14px;
}
.btn-hamburger--bars span:nth-of-type(8){
  bottom:14px;
  right:0;
  left:0;
}
.btn-hamburger--bars span:nth-of-type(9){
  bottom:14px;
  right:14px
}
.btn-hamburger.btn-hamburger--open{
  flex-direction:column-reverse;
}
.btn-hamburger.btn-hamburger--open .btn-hamburger--text{
  opacity:1;
  display:inline-block;
}
.btn-hamburger.btn-hamburger--open .btn-hamburger--bars{
  width:33px;
  height:1px;
  border-radius:0;
}
.btn-hamburger.btn-hamburger--open .btn-hamburger--bars span{
  display:none;
}

.header-nav .header-nav--inner{
  padding:1.5rem .938rem;
}

.header-nav .sp-content ul > li{
  color: #000;
}

.header-nav .sp-content ul > li a{
  font-size: 1.25rem;
  font-weight: bold;
}

.header-nav .sp-content ul > li+li{
  margin-top: 1.5rem;
}

.header-nav .sp-content ul > li > div:nth-of-type(1){
  font-size:1.125rem;
  font-weight: bold;

}
.header-nav .sp-content ul > li > div ul{
  margin-top:.938rem;
}
.header-nav .sp-content ul > li > div ul > li+li{
  margin-top: .938rem;
}
.header-nav .sp-content ul > li > div ul > li a{
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  padding-left:1.5rem;
}
.header-nav .sp-content ul > li > div ul > li a::before{
  content: '';
  position: absolute;
  display:inline-block;
  width: 1rem;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
.header-footer{
  width: 100%;
  color: #000;
  margin-top: 2.5rem;
  padding-top: .75rem;
  border-top: 1px solid #000;
}

.header-footer > div{
  display:flex;
  justify-content: space-between;
  align-items:center;
}

.header-footer > div p{
  font-size: .75rem;
}

.header-footer > div ul{
  display: flex;
  gap:1.25rem;
}

.header-footer > div ul li{
  width:38px;
}
.footer{
  position:relative;
  padding:5rem 0 1.25rem 0;
  background: #000;
  color: #fff;
  letter-spacing: .055rem;
}

.to-top{
  position:absolute;
  width: 46px;
  height: 46px;
  top: 1.25rem;
  right: 5%;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.to-top a{
  font-size:.875rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
}

.footer .sp-content > div+div{
  margin-top:1.5rem;
}

.footer .sp-content figure{
  margin:0 1.25rem;
}

.footer .sp-content ul{
  display:none;
}

.footer .sp-content .copyright{
  font-size: .625rem;
  text-align: center;
}

.footer .pc-content{
  display:none;
}
/*-- media queries --*/
@media (min-width:64rem){
.page-ttl {
  height:300px;
}
.page-ttl h2 {
  font-size:55px;
}
.bread-crumb ul {
  gap:40px;
}
.bread-crumb ul li{
  font-size: 1rem;
  margin-right:0;
}

.bread-crumb ul li a{
  font-size:1rem;
}
.single-content,.archive-content{
  margin-top:5rem;
}
.single-content .entry-title{
  font-size:28px;
}
.single-content .page-content{
  margin-top:5rem;
}
.single-content .main-img{
  margin-bottom:5rem;
}
.single-content .page-content .h2-ttl{
  font-size:32px;
  margin-bottom:3.75rem;
  padding:1.875rem 0 0 5rem;
}
.single-content .page-content .h2-ttl::before{
  height:65px;
}
.single-content ul.gallery-content{
  gap:1.25rem;
  margin-bottom:5rem;
}
.single-content ul.gallery-content li{
  width:calc(33.33333% - .838rem);
}
.youtube-content{
  margin-bottom:5rem;
}
.wysiwyg-content > *{
  font-size:1rem;
  margin-bottom:3.125rem;
}
.wysiwyg-content h3{
  font-size:25px;
  padding:0 2.5rem;
}
.wysiwyg-content h3::before,.wysiwyg-content h3::after{
  width:6px;
}
.wysiwyg-content h4{
  font-size:22px;
  padding:1.875rem 2.5rem;
  border-radius:10px;
}
.wysiwyg-content h5{
  font-size:25px;
  padding:0 2.5rem;
}
.wysiwyg-content h5::before,.wysiwyg-content h5::after{
  width:2px;
}
.wysiwyg-content h6{
  font-size:22px;
  padding:1.875rem 2.5rem;
  border-radius:10px;
}
.wysiwyg-content blockquote{
  padding:1.875rem 2.5rem;
}
.s_post-navi{
  margin-top:5rem;
}
.s_post-navi li{
  width:300px;
  height:70px;
}
.s_post-navi li a{
  line-height:70px;
}
.archive-content .content ul li+li{
  margin-top:3.75rem;
  padding-top:3.75rem;
}
.archive-content .content ul li:last-of-type{
  margin-bottom:3.75rem;
  padding-bottom:3.75rem;
}
.archive-content dl{
  display:flex;
  align-items:center;
}
.archive-content dl dt{
  flex-basis:auto;
  width:100%;
}
.archive-content dt p{
  font-size:1.125rem;
}
.archive-content dt h3{
  font-size:28px;
}
.archive-content dl dd{
  flex-shrink:0;
  width:210px;
  margin-left:2.5rem;
}
.archive-content dl dd figure{
  width:100%;
  height:210px;
}
.archive-content dl dd figure img{
  height:100%;
  object-fit:cover;
  object-position:center;
}
.s_list-pagination{
  margin-top:5rem;
}
.s_list-pagination>div a,.s_list-pagination>div span{
  font-weight:bold;
  margin:0 .75rem;
}
.footer{
  padding:6.25rem 0;
}
.footer .pc-content{
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.footer .pc-content > div > div:nth-of-type(1),.footer .pc-content > div a{
  font-size: clamp(1rem,.83vw + .38rem, 1.125rem);
  font-weight: bold;
}
.footer .pc-content > div > div:nth-of-type(2){
  margin-top: .938rem;
}
.footer .pc-content > div > div:nth-of-type(3),.footer .pc-content > div > div:nth-of-type(4){
  margin-top: .75rem;
}
.footer .pc-content > div > div:nth-of-type(2) ul li{
  padding-left:20px;
  position:relative;
}
.footer .pc-content > div > div:nth-of-type(2) ul li::before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
}
.footer .pc-content > div > div:nth-of-type(2) ul li+li{
  margin-top: .75rem;
}
.footer .pc-content > div > div:nth-of-type(2) ul li a{
  font-size: clamp(.875rem,.83vw + .25rem,1rem);
  font-weight: 400;
}

.footer .flex-content{
  display: flex;
  gap:60px;
}
.footer .sp-content{
  width: 40%;
}
.footer .sp-content figure{
  margin: 0;
  line-height: 0;
}
.footer .sp-content > div+div{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 70px;
}
.footer .sp-content ul{
  display: flex;
  gap: 2rem;
}
.footer .sp-content ul li{
  width: 45px;
}
.footer .sp-content .copyright{
  font-size: .75rem;
}
.to-top{
  width: 78px;
  height: 78px;
  top: -150px;
  right: 2%;
  background: #000;
  color: #fff;
}
.to-top a{
  font-size: 19px;
  line-height: 78px;
}

}

@media (min-width:75rem){
  .header .flex-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      max-width:1260px;
  }
  .header .flex{
      padding:0;
  }
  .header .flex > div:nth-of-type(2){
      display:none;
  }
  .header-content--inner{
      padding:15px;
  }
  .header-nav{
      display:block;
      width:auto;
      background:transparent;
  }
  .header .logo{
      width:350px;
  }

  .header-nav .sp-content,.header-footer{
   display: none;
  }
  .header-nav .header-nav--inner{
      padding: 0;
  }
  .header-nav .pc-content{
      display: block;
  }
  .header-nav .pc-content > ul{
      display: flex;
      align-items: center;
      gap:30px;
  }
  .header-nav .pc-content > ul li a{
      font-size:clamp(1rem,.83vw + .38rem,1.125rem);
      font-weight:bold;
  }
  .header-nav .pc-content ul li.social ul{
      display:flex;
  }
  .header-nav .pc-content ul li.social ul li{
      width:40px;
  }
  .header-nav .pc-content ul li.social ul li+li{
      margin-left:25px;
  }
  .dropdown-toggle {
      font-size: clamp(1rem,.83vw + .38rem,1.13rem);
      font-weight: bold;
      cursor: pointer;
      position: relative;
      transition: all ease-in-out 0.3s;
      letter-spacing: .125em;
  }

  .dropdown-menu {
      position:absolute;
      display:none;
      width:320px;
      top:77px;
      left:0;
      background:#000;
      z-index:10;
  }

  .dropdown-menu ul {
      overflow:hidden;
      width:100%;
  }
  .dropdown-menu ul li{
      width:100%;
      padding:10px 20px 0 20px;
  }

  .dropdown-menu ul li:last-of-type{
      padding-bottom:10px;
  }

  .dropdown-menu ul li+li{
      margin-top:10px;
      border-top:1px solid #fff;
  }

  .header-nav .pc-content .dropdown-menu a {
      font-size:1rem;
      transition:all ease-in-out 0.3s;
      letter-spacing:.125em;
  }

  .dropdown-menu::before,
  .dropdown-toggle::before {
    content:'';
    position:absolute;
    transform:translateY(-50%) rotate(45deg);
    transition:all ease-in-out 0.2s;
  }

  .dropdown-open .dropdown-menu.dropdown-active {
      position:absolute;
      display:block;
      top:58px;
  }
  #content{
    margin-top:88px;
  }
}

@media (max-width:575px){
.site-main {
  padding-inline-start:.938rem!important;
  padding-inline-end:.938rem!important;
}
}
/*-- 20231108 --*/
.content-none{
  height:100vh;
}

/*--20240605--*/
.elementor-element-22e2431{
  background-color:#000;
}


body.elementor-kit-3503 {
  background-color: #000 !important;
}

.main-content {
  padding-top: 4rem;
  margin-top: 1.5rem;
}


body.elementor-kit-3503.post-type-archive-news {
  background-color: #fff !important;
}

@media(min-width:75rem) {
  .archive-content dl dd {
    width: 250px;
  }
  .archive-content dl dd figure {
    height: unset;
  }
  .archive-content dl dd figure img {
    height: unset;
  }
}

body.news-template-default{
  background-color: #fff !important;
}