@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Teko:wght@400;600&display=swap');

body{
 color:#707070;
 font-family: 'Noto Sans JP', sans-serif;
}
body.block-s{
  overflow: hidden;
  }
.pc_area{
	display: block;
}
.sp_area{
	display: none;
}
@media screen and (max-width: 768px) {
  .pc_area{
  	display: none;
  }
  .sp_area{
  	display: block;
  }
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
.inner{
  width: 1400px;
	max-width: 100%;
	padding: 0 10px;
	margin:0 auto;
  box-sizing: border-box;
}
.inner02 {
  width: 1160px;
	max-width: 100%;
	padding: 0 10px;
	margin:0 auto;
  box-sizing: border-box;
}
.menu_box{
  position: fixed;
  z-index: 998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
}
.menu_box.open{
  opacity: 1;
  pointer-events: auto;
}
.menu{
  background: #000;
  position: fixed;
  right:0;
  z-index: 999;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.menu span{
  background: #fff;
  position: absolute;
  width:32px;
  height: 4px;
  right: 14px;
  transition: 0.5s;
}
.menu span:first-child{
  top:14px;
}
.menu span:nth-child(2){
  top:27px;
}
.menu span:nth-child(3){
  top:40px;
}
.menu.open span:first-child{
  top:27px;
  transform: rotate(45deg);
}
.menu.open span:nth-child(2){
  opacity: 0;
}
.menu.open span:nth-child(3){
  top:27px;
  transform: rotate(-45deg);
}
.menu-item{
  color:#fff;
  margin: 30px 0;
  font-size:27px;
  display: block;
  font-weight: 600;
  margin: 15px auto;
  text-align: center;
  font-family: 'Teko', sans-serif;
}

.main__header{
  position: relative;
  background: url(../img/web_top_pc.png) no-repeat top center;
	background-size:cover;
	width: 100%;
	height: 1000px;
}
.main__header-img{
  width: 100%;
}
.main__header-img img{
  width: 100%;
}
.top_logo{
  position: absolute;
  bottom: 50px;
  right: 50%;
}
.top_logo img{
  width: 300px;
}
.top_menu{
  position: absolute;
  bottom:50px;
  left: calc(50% + 30px);
  padding: 0 20px 0 0;
}
.top_menu-item{
  text-align: center;
  color:#fff;
	font-size:35px;
  display: block;
	font-weight: 600;
	margin: 15px auto;
	text-align: center;
	font-family: 'Teko', sans-serif;
}
.snsbox{
  display: flex;
  justify-content: center;
    margin:15px;
}
.snsbox .sns{
  margin:0 10px;
}
.yotei_box{
  padding: 35px 0 0 0;
}
.sns_sp_area{
  display: none;
}
.topnews-sec{
	margin:130px auto 90px;
}
.topsec-ttl{
	font-size:70px;
	font-weight: 600;
	color:#e4007f;
	margin: 30px auto;
	text-align: center;
	font-family: 'Teko', sans-serif;
}
.topsec-ttl_02{
	font-size:50px;
	font-weight: 600;
	color:#e4007f;
	margin: 30px auto;
	text-align: center;
	font-family: 'Teko', sans-serif;
}
.topsec-ttl_03{
	font-size:40px;
	font-weight: 600;
	color:#e4007f;
	margin: 30px auto 5px;
	text-align: center;
	font-family: 'Teko', sans-serif;
}
.topnews-pc_flex{
	display: flex;
	flex-wrap: wrap;
	gap :5%;
}
.topnews-pc_box{
	width: 30%;
	margin:20px 0 50px;
	background: url(../img/2025/news-band.png);
	background-size: 149px;
	background-position: left top;
	background-repeat: no-repeat;
}
.topnews-pc_box:first-child{
	background: url(../img/2025/news-band02.svg);
	background-size: 149px;
	background-position: left top;
	background-repeat: no-repeat;
}
.topnews-date{
	font-family: 'Teko', sans-serif;
	font-weight: 600;
	padding: 5px 0;
  text-align: right;
	font-size: 33px;
	color:#5D5D5D;
}
.topnews-date_fo02{
	color:#f39800;
}
.topnews-content{
	font-size: 19px;
	padding: 20px 0 0 70px;
	line-height: 1.8;
}

.top-sec01{
	margin:160px auto 90px;
}
.top-sec01-content{
	font-size: 25px;
	line-height: 2.13;
	text-align: center;
}

.top-sec01-content_02{
	font-size: 22px;
	line-height: 2.13;
	text-align: center;
  padding: 20px 20px 20px 20px;
  border: solid 1px #707070;
  margin-top: 30px;
}
.top-sec02{
	margin:160px auto 90px;
}
.top-sec02-img{
	text-align: center;
  padding: 0 0 80px 0;
}
.top-sec02-img img{
	max-width: 100%;
}
.top-sec03{
  margin: 120px 0 180px;
}
.top-sec04{
  margin: 180px 0 80px;
}
.top-sec05{
  margin: 180px 0 80px;
}

.top-sec05 a{
  text-decoration: underline;
  color: #707070;
}
.top-sec05 a:hover{
  opacity: 0.8;
  text-decoration: none;
  color: #000000;
}

.top-sec05_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 70px 0;
}
.top-sec05_flex_left{
  width: 25%;
}
.top-sec05_flex_left img{
  width: 100%;
}
.top-sec05_flex_right{
  width: calc(75% - 50px);
}

.top-sec05_flex_02{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.top-sec05_flex_02_left{
  background-color: #f39800;
  color: #fff;
  padding: 10px 20px 6px 20px;
  font-family: 'Teko', sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.top-sec05_flex_02_left span{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.top-sec05_flex_02_right{
  font-size: 25px;
  font-weight: 400;
  padding: 10px 0 0 20px;
}
.top-sec05_text01_pc{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 0 0 0;
}
.top-sec05_text01_sp{
    display: none;
}
.top-sec05_box02{
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.top-sec05_box02-01{
  padding: 0 0 20px 0;
}

.toppage-flex{
	display: flex;
	flex-wrap: wrap;
	gap :4.5%;
}
.toppage-flex_box{
	width: 21.5%;
	margin:10px 0 40px;
	background: url(../img/2025/news-band.png);
	background-size: 149px;
	background-position: left top;
	background-repeat: no-repeat;
}

.toppage-flex02{
	display: flex;
	flex-wrap: wrap;
	gap :4.5%;
}
.toppage-flex02_box{
	width: 21.5%;
	margin:10px 0 40px;
}

.toppage-flex_box-img{
	width: 100%;
}
.toppage-flex_box-img img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	aspect-ratio:1/1;
}
.toppage-flex_box-text{
	text-align: center;
	font-size: 23px;
	line-height: 1.1;
	margin: 25px 0 25px;
}
.toppage-flex_box-text span{
	font-size: 16px;
}
.access-map{
	margin: 10px 0;
  -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
.access-text{
	text-align: center;
	font-size: 17px;
	line-height: 1.1;
	margin: 30px 0;
  padding: 0 0 30px 0;
}
.access-text_02{
	text-align: center;
	font-size: 17px;
	line-height: 1.1;
	margin: 10px 0;
  padding: 0 0 10px 0;
}
.access-info{
	text-align: center;
  font-size: 40px;
	line-height: 1.5;
	margin: 40px 0 0;
  padding: 0 0 0 0;
}

.access-info-top{
	text-align: center;
  font-size: 17px;
	line-height: 1.5;
	margin: 20px 0 20px;
  padding: 0 0 0 0;
}
.access-info-02{
  padding: 20px 20px 20px 20px;
}
.access-info-02 img{
  max-width: 100%;
}
.access-info-02-top{
  padding: 20px 20px 20px 20px;
}
.access-info-02-top img{
  max-width: 100%;
}
.access-info-03{
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
}
.access-info-03 img{
  max-width: 100%;
}
.access-info-04{
  padding: 10px 20px 60px 20px;
  display: flex;
  justify-content: center;
}
.access-info-04 img{
  max-width: 100%;
}
.access-tel{
  display: flex;
  justify-content: center;
	text-align: center;
	margin: 50px 0 0;
  padding: 0 30px 0 30px;
}
.footer_organization{
	background: #f39800;
	color:#fff;
	padding: 50px 10px;
	text-align: center;
	margin: 80px 0 50px;
}
.footer_organization span{
  display: inline-block;
}

.organization-main{
  font-size: 18px;
  line-height: 1.4;
}
.organization-composition{
  font-size: 17px;
  line-height: 1.4;
  padding-top: 35px;
}
.organization-supports{
  font-size: 18px;
  padding-top: 40px;
}
.footer_logo-img{
  max-width:480px;
    margin: 0 auto;
    text-align: center;
}
.footer_logo-img img{
  width:100%;
}
.logo_text{
  font-size: 16px;
  margin: 20px 0 60px;
  text-align: center;
}
#page_top{
  position: fixed;
  right: 0;
  bottom:0;
  z-index: 997;
}
#page_top a{
  width: 60px;
  height: 60px;
  background: #000;
  position: relative;
  display: block;
}
#page_top a::before{
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  top: 25px;
  content:"";
  right: 17px;
}

@media screen and (max-width: 1200px) {

  .top_menu-item{
    font-size: 27px;
  }
  .topnews-pc_box{
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .main__header{
    position: relative;
    background: url(../img/web_top_sp.png) no-repeat top center;
    background-size:cover;
    width: 100%;
    height: 850px;
  }

  .top_logo{
    position: static;
    display: flex;
    justify-content: center;
    padding: 80px 30px 0 30px;
  }
  .top_logo img{
    width: 100%;
  }
  .top_menu{
    display: none;
  }
  .sns_sp_area{
    display: flex;
    justify-content: center;
  }
  .menu{
    width: 45px;
    height: 45px;
  }
  .menu span{
    width:25px;
    height: 3px;
    right: 10px;
  }
  .menu span:first-child{
    top:10px;
  }
  .menu span:nth-child(2){
    top:20px;
  }
  .menu span:nth-child(3){
    top:30px;
  }
  .menu.open span:first-child{
    top:20px;
  }
  .menu.open span:nth-child(2){
    opacity: 0;
  }
  .menu.open span:nth-child(3){
    top:20px;
  }
  .topnews-sec{
    margin: 40px auto 50px;
  }
  .topsec-ttl{
    font-size: 70px;
    margin: 20px 0;
  }
  .topsec-ttl_02{
    font-size: 30px;
    margin: 20px 0;
  }
  .topsec-ttl_03{
    font-size: 28px;
    margin: 20px 0 5px;
  }
  .topnews .swiper-slide{
  	background: url(../img/2025/news-band.png);
  	background-size: 133px;
  	background-position: left top;
  	background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
  }
  .topnews .swiper-slide::before{
  	background: url(../img/slide-arrow-l.svg);
  	background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 14px;
    content: "";
    position: absolute;
    right: calc(50% + 10px);
    bottom: 0;
  }
  .topnews .swiper-slide::after{
  	background: url(../img/slide-arrow-r.svg);
  	background-repeat: no-repeat;
    background-size: 100%;
    width: 15px;
    height: 14px;
    content: "";
    position: absolute;
    left: calc(50% + 10px);
    bottom: 0;
  }
  .topnews .swiper-wrapper .swiper-slide:first-child{
  	background: url(../img/2025/news-band02.svg);
  	background-size: 133px;
  	background-position: left top;
  	background-repeat: no-repeat;
  }

  .topnews .swiper-wrapper .swiper-slide:first-child::before{
        	background: url(../img/slide-arrow-r.svg);
        	background-repeat: no-repeat;
          background-size: 100%;
  }
  
  .topnews .swiper-wrapper .swiper-slide:last-child::after{
        	background: url(../img/slide-arrow-l.svg);
        	background-repeat: no-repeat;
          background-size: 100%;
  }
  .topnews .swiper-wrapper .swiper-slide:first-child::after{
    background: url(../img/slide-arrow-r.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .topnews-date{
    font-size: 43px;
    margin-right: 30px;
  }
  .topnews-content{
    font-size: 22px;
    padding: 10px 10px 0 50px;
    line-height: 1.8;
  }
  .top-sec01{
    margin: 60px auto 50px;
  }
  .top-sec01-content{
    font-size: 14px;
    padding: 0 20px;
  }
  .top-sec01-content_02{
    font-size: 13px;
    padding: 20px 20px;
  }
  .top-sec02{
    margin: 80px auto 50px;
  }
  .top-sec02-img{
    padding: 0 0 40px 0;
  }
  .top-sec02-img img{
    width: 100%;
  }
  .top-sec03{
    margin: 80px auto 50px;
  }
  .top-sec04{
    margin: 80px auto 50px;
  }
  .top-sec05{
    margin: 80px auto 50px;
  }
  .top-sec05_flex{
    padding: 0 0 50px 0;
  }
  .top-sec05_flex_left{
    width: 48%;
  }
  .top-sec05_flex_right{
    width: 48%;
  }
  .top-sec05_flex_02_left{
    width: 100%;
    padding: 5px 5px 1px 5px;
    font-size: 20px;
  }
  .top-sec05_flex_02_right{
    width: 100%;
    font-size: 22px;
    padding: 10px 0 0 0;
    line-height: 1.3;
  }
  .top-sec05_text01_pc{
    display: none;
  }
  .top-sec05_text01_sp{
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    padding: 15px 0 0 0;
  }
  .toppage-flex{
   padding: 0 0;
   gap:5.5%;
  }
  .toppage-flex_box{
    width: 47%;
  }
  .toppage-flex02{
    padding: 0 0;
    gap:5.5%;
   }
   .toppage-flex02_box{
     width: 47%;
     margin:10px 0 20px;
   }
  .toppage-flex_box-text{
    font-size: 12px;
    margin: 15px 0 15px;
  }
  .toppage-flex_box-text span{
    font-size: 11px;
  }
  .access-text{
    font-size: 20px;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .access-text_02{
    font-size: 16px;
    margin: 10px 0;
    padding: 0 0 0 0;
  }
  .access-info{
    font-size: 15px;
    margin: 30px 0 0;
    padding: 0 0 0 0;
  }
  .access-info-top{
    font-size: 15px;
    margin: 20px 0;
    padding: 0 0 20px 0;
  }
  .access-info-02{
    padding: 0 0 0 0;
  }
  .access-info-02-top{
    padding: 0 0 0 0;
  }
  .access-tel{
    margin: 30px 0 0;
    padding: 0 30px 0 30px;
  }
  .access-tel img{
    width: 100%;
  }
  .footer_organization{
    margin: 50px 0 25px;
    padding: 30px 0;
  }
  .organization-main{
    font-size: 13px;
  }
  .organization-composition{
    font-size: 10px;
  }
  .organization-supports{
    font-size: 13px;
    padding-top: 20px;
  }
  .footer_logo-img{
    width: 271px;
  }
  .logo_text{
    font-size: 10px;
  }
  #page_top a{
    width: 45px;
    height: 45px;
  }
  #page_top a::before{
    width: 15px;
    height: 15px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    top: 18px;
    content:"";
    right: 13px;
  }
}

.top-access-top{
  padding: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-access-top{
    padding: 50px 0 0 0;
  }
}


.top-move {
  margin: 130px auto 90px;
}
.youtube-box {
width: 100%;
aspect-ratio: 16 / 9;
}
.youtube-box iframe {
width: 100%;
height: 100%;
}
.link_box{
padding: 30px 0 30px 0;
text-align: center;
font-size: 30px;
}
.border_btn01 {
display: inline-block;
width: 100%;
max-width: 400px;
color: #f39800;
border: 2px solid #f39800;
background: #fff;
padding: 1em 2em;
font-size: 20px;
font-weight: bold;
text-decoration: none;
text-align: center;
transition: 0.3s;
}
.border_btn01:hover {
color: #fff;
background: #f39800;
}
@media screen and (max-width: 768px){
.border_btn01 {
font-size: 15px;
}
.border_btn01 {
box-sizing: border-box;
}
}

.access-map02{
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  max-width: 640px;
}
.access-map02 img{
  max-width: 100%;
}

.top-sec04 a{
  color: #707070;
}
.top-sec03 a{
  color: #707070;
}


.main__header__2025{
  position: relative;
  background: url(../img/2025/web_top_pc.png) no-repeat top center;
	background-size:cover;
	width: 100%;
	height: 1000px;
}
.top_logo__2025{
  position: absolute;
  bottom: 0;
  right: 50%;
}
.top_logo__2025 img{
  height: 1000px;
}
.top_menu_2025{
  position: absolute;
  bottom:20px;
  left: calc(50% + 200px);
  padding: 0 20px 0 0;
}

.yotei_box_2025-02_sp{
  display: none;
}

.yotei_box_2025{
  padding: 35px 0 0 0;
  max-width: 250px;
}
.yotei_box02_2025{
  padding: 0 0 0 0;
}

.kamikosu-btn-box{
  max-width: 300px;
  padding: 15px 0 0 0;
}
.kamikosu-btn-box img{
  width: 100%;
}

.access-map2025{
	margin: 10px 0;
}

.kyousan-2025{
  padding: 40px 0 40px 0;
}
.kyousan-2025 img{
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .top_logo__2025 img{
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .main__header__2025{
    position: relative;
    background: url(../img/2025/web_top_sp.png) no-repeat top center;
    background-size:cover;
    width: 100%;
    height: 850px;
  }
  .top_logo__2025{
    position: static;
    display: flex;
    justify-content: center;
    padding: 10px 30px 0 30px;
  }
  .top_logo__2025 img{
    width: 100%;
    height: 780px;
  }
  .top_menu_2025{
    display: none;
  }
  .yotei_box_2025_sp{
    margin-top: -30px;
    max-width: 300px;
    position: absolute;
    bottom: 0;
  }
  .yotei_box_2025-02_sp{
    display: block;
    width: 100%;
  }
  .yotei_box_2025-02_sp img{
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .top_logo__2025 img{
    width: 100%;
    height: auto;
  }
  .yotei_box_2025_sp{
    margin-top: 0;
  }
}

