@charset "utf-8";
/* CSS Document */
body{
	font-family: "Noto Sans JP", sans-serif;
}
#container{
	position: relative;
}
header{
	background-repeat: no-repeat;
}
#site-header{
	padding: 0px;
	background-color: rgba(255,255,255,0.40);
}
#top-bac{	
}
#nav{
}
#header-nav li a {
	text-align: center;
}	
header p{
	display: block;
	text-align: center;
	background: linear-gradient(to bottom, #FFF6C5, #FFDBC8);
	padding: 10px 20px;
	margin: 0 auto;
}
#header-logo,
#header-logo-sp{
}
#header-nav{
}
.top_news{
	background-color: #FFFAE0;
	border-radius: 15px;
	padding: 10px;
	margin-top: 50px;
}
.yellow{
	background-color: #FFFAE0;
	border-radius: 15px;
}
#update{
	background-image: linear-gradient(to bottom, #FFF6C5 10%, #FFDBC8);
}
.top-design{
	background-color: #FFDBC8;
	margin-top: 50px;
}
.nav-overlay{
	  background-color: rgba(255, 255, 255, 0.95);
}
.update_rightbox{
	background-color: #FFF;
	border: 1px solid #333;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
}

.magin50{
	margin: 45px 0 60px;
}
#status{
	margin-top:50px; 
}
.Status_ul{
	
}
.Status_ul li{
	list-style: none;
	border-bottom: dotted 1px #FF6C22;
	padding: 3px 0 0 3px;
}
#orange{
	margin-top:50px; 
}

.orange{
	color: #FF6C22;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #582625;
	font-family: "Zen Maru Gothic", sans-serif;
}
h3{
	color: #582625;
	font-family: "Zen Maru Gothic", sans-serif;
}
h4{border-left: 6px solid #FF6C22; 
  padding-left: 12px; 
  margin: 20px 0 10px 0;
	font-family: "Zen Maru Gothic", sans-serif;
}

.card{
	height: 100%;
}
#cta{
	background-image: linear-gradient(to bottom, #FFF6C5 10%, #FFDBC8);
	padding-bottom: 300px;
	align-content: center;
}
#ctainner{
	width: 80%;
	margin: 0 auto;
}
#cta img{
}
#ctaimg img{
	width: 18%;
	margin: 1%;
}

.design-top,
.design-bottom {
  display: block;
  width: 100%; /* 親要素に合わせる場合 */
}
#footer{
	background-color: #FF6C22;
	margin-top:-200px; 
}
#footer_menu ul{
	list-style: none;
}
#footer_menu ul li {
	color: #fff;
	padding-right:20px;
}
#footer_menu hr{
	border: none;
  height: 2px; 
  background-image: linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 50%);
  background-size: 4px 100%; 
  background-repeat: repeat-x;
	margin-bottom: 30px;
}
#footer_menu ul ul{
  list-style: none; /* デフォルトの丸ぽっちを消す */
}

#footer_menu ul ul li {
	color: #fff;
  position: relative;
  padding-left: 1em; /* 横棒が入るスペースを空ける */
	flex-shrink: 0;
}
#footer_menu ul li a,
#footer_menu ul ul li a{
	text-decoration: none;
	color: #fff;
}
.vector1{
	background: url("../../akebono/_shared/img/vector1.png") no-repeat ;
	background-size: cover;
	background-position: center;
	aspect-ratio: 12 / 9;
}
.vector2{
	background: url("../../akebono/_shared/img/vector1.png") no-repeat ;
	background-size: cover;
	background-position: center;
	aspect-ratio: 12 / 9;
}
.btn{
	display: block;
	background: #FF6C22;
	font-weight: bold;
	border-radius: 30px;
	color: #fff;
	padding: 20px;
	text-align: center;
	width: 80%;
}
.btn a {
	text-decoration: none;
	color: #fff;
}

h2 img{
  vertical-align: middle;
	margin-right: 10px;
}
.health{
	border: none;       
  background-color: #FF6C22;
  height: 2px;
}
/* 文字の前に横棒を合成する */
#footer_menu ul ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;   
}
h1 {
	width: 85%;
	margin: 0 auto;
}
h1 img{
	width: 100%;
	height: auto;
}
.cara{
	
}
.cara {
  display: flex;
  align-items: center; 
  gap: 8px;           
  font-size: 20px;
	color: #582625;
}

.cara::before {
  content: "";
  display: block;
  width: 12px;         
  height: 12px;        
  background-color: #FF6C22;
}
/* lower-layer */
	.philosophy{
	background: #FFFAE0;
	border-radius: 15px;
	display: flex;
	padding: 15px;
	min-height: 250px;
}
.philosophy dt{
	font-size: 48px;
	font-weight: bold;
	color: #FF6C22;
}
.philosophy dd{

}
.philosophy dd .phil{
	font-size: 20px;
	font-weight: bold;
	color: #582625;

}
	#aspire{
		list-style: none;
  padding-left: 0;
}
	#aspire li{
		position: relative;
  padding-left: 1.5em;
		font-size: 20px;
  line-height: 1.9;
		color: #582625;
		font-weight: bold;
	}
	#aspire li::before{
content: "";
  position: absolute;
  left: 0;
  top: 0.6em;          /* 文字の高さに合わせる調整用 */
  width: 12px;          /* 四角の横幅 */
  height: 12px;         /* 四角の縦幅 */
  background: #FF6C22; /* ★好きな色 */
  border-radius: 3px;
	}
.textbox{
  width: 100%;
  max-width: 700px; /* 全体の横幅（お好みで変更してください） */
  margin: 0 auto;
	padding: 10px 20px;
}

.textbox dl{
  display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0;
  padding: 0;
}

.textbox dl dt {
  grid-column: 1;
	color: #582625;
}

.textbox dl dd {
  margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;       /* 残りの横幅をすべて使う */
}
.supportnew{
	padding: 10px 20px;
	margin: 20px 0;
}

.address dt{
	color: #582625;
	font-weight: normal;
}
.address dd{
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
}

.googlemap{
	margin-top: 50px;
	text-align: center;
}
.googlemap itrame{
	display: inline-block;
	max-width: 100%;
}
.month {
	height: auto;
	border-radius: 15px;
	border: solid 1px #333;
	margin-bottom: 1em;
}
.month h3 {
	background: #FF6C22;
	display: block;
	border-radius: 15px 15px 0 0;
	margin: 0px;
	padding: 15px;
}
.month p {
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
	padding: 15px;
}
.schedule{
	
}
.bbct{
	background: #FF6C22;
	color: #fff;
}
.mg{
	background: #FFDBC8;
}
.pdf_view{
	background: #FFFAE0;
}
.pdf_view h3{
	display: block;
	width: 100%;
	background: #FF6C22;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.old-menu{
	background: #FFFAE0;
	border-radius: 15px ;
	padding: 10px 20px;
	width: 200px;
	margin: 10px ;
}
.old-menu a{
	text-decoration: none ;
}
.request-old{
	border-radius: 15px;
	background: #F7F7F7;
	padding: 15px;
}
.request-old dl{
	display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0 auto;
  padding: 0;
}
.request-old dt{
	font-weight: bold;
  grid-column: 1;
	color:#FF6C22; 
}
.request-old dd{
	margin: 0;      /* ブラウザ特有の余白を消す */
  grid-column: 2;
}
.request-old hr{
	width: 100%;
}
.table-dezain{
	color: #FF6C22;
}
.table-dezain th{
	background: #FF6C22;
	color: #fff;
}
.bac-yellow{
	background: #FFF6C5;
}
.p20 {
	padding: 0 40px;
}
.sup-bac{
	display: inline-block;
	border: 1px solid #FF6C22;
	border-radius: 10px;
	padding: 2px 5px;
	color: #FF6C22;
}
.sup-bac a{
	text-decoration: none;
	color: #FF6C22;
}
@media (min-width: 768px){
header{
	}
.top-bg{
	background-image: url("../../akebono/_shared/img/header_bg.png");
	padding:0 0 80px;
	height: 480px;
	background-size: 100% contain;
	}
header p{
	width: 40%;
}
header h2{
	margin: 80px 0 30px;
	}
#header-logo-sp{
	display: none;
	}
#btn-header{
		position: absolute;
		right: 80px;
		top: 120px;
	}	
#top_news,
#update,
#status,
#lower-layer,
#download {
	padding: 0% 10% 0% 3%;
}
	/*field*/
.card80{
	width: 80%;
}
.card20{
	width: 20%;
}
.card60{
	width: 60%;
}
.card40{
	width: 40%;
}
.card70{
	width: 70%;
}
.card30{
	width: 30%;
}
.card50{
	width: 50%;
}
.maginright{
	margin-right: 30px;
}
	.cardright{
		margin-left: 10px;
	}
	#top_news h2,
#update h2,
#status h2,
#download h2{
	padding:30px 0  0 100px ;
}
	.address{
	margin: 50px auto;
	width: 50%;
}
.address dl{
	display: grid;
  grid-template-columns: 150px 1fr; 
  gap: 15px 0; /* 行と行の間のすき間（上下 15px、左右 0） */
  margin: 0 auto;
  padding: 0;
}
}
@media (max-width: 767px){
		.nav-overlay__link {
  display: inline-block;
  padding: 15px;
  font-size: 18px;
  transition: color .3s;
}
	header{	
		background-size: cover;
	}
	.top-bg{
		background-image: url("../../akebono/_shared/img/sp-bg.png");
		height: 635px;
	}
	header h2{
		margin: 60px 0 30px;
}
	header p{
	width: 90%;
}
	#site-header{
		width: 100%;
	}
	#btn-header{
	display: none;
		}
	#header-logo-sp{
		width: 60%;
		height: auto;
	}
	#header-logo{
		display: none;
	}
#nav{
	z-index: 100;
}
#top_news,
#status ,
#update,
#download {
	padding: 0% 2% 0%;
}
	#top_news h2,
#update h2,
#status h2,
#download h2{
	padding:10px 0  0 20px ;
}
	
	#ctaimg .card20{
		width: 45%;
}
.address{

}
.address dl{

}
}
/* ナビゲーション */

/* SPナビ overlay-styles.css */



/* root.cssから移植 */
table {
    border-collapse: collapse;
    width: 100%;
  }
th,
td {
    border: 1px solid #ccc;
    padding: 10px;
  }
  /* 奇数行の背景色 */
tbody tr:nth-child(odd) {
    background-color: #FFFAE0;
  }
  /* 偶数行の背景色 */
tbody tr:nth-child(even) {
    background-color: #ffffff;
  }


/* 年表 */
.chronology-table{
	list-style: none;
	padding: 0;
}
.chronology-table p{
	margin: 0;
	padding: 0;
}
.chronology-table li{
	display: flex;
	padding: 0 0 1em 0;
	box-sizing: border-box;
}
.chronology-item {
   display: flex;
   align-items: stretch;
   position: relative;
        }
.chronology-date {
  text-align: center;
	white-space: nowrap;
}
.chronology-line{
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.chronology-line::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 50%;
   transform: translateY(70%);
   width: 2px;
	height: 3em;
   background-color: #cbd5e1;
   z-index: 1;
}
.chronology-line:last-child .chronology-line::before {
  bottom: auto;
  height: 20px;
}
.chronology-dot {
   position: absolute;
   top: 10px;
   left: 50%;
   transform: translateX(-50%);
   width: 18px;
   height: 18px;
   background-color: #FF6C22;
   border-radius: 50%;
   z-index: 2;
 }
.chronology-dot::after {
	content: "";
    position: absolute;
    top: 50%;
    left: 130%;
    transform: translateY(-50%); 
    height: 1px;
    background-color: #FF6C22;
}

.chronology-content {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px){
.chronology-date {
  width: 15%;
}
.chronology-line {
  width: 10%;
}
.chronology-content {
  width: 75%;
}
.chronology-dot::after {
   width: 30px;
}
}
@media (max-width: 767px){
.chronology-date {
  width: 25%;
}
.chronology-line {
  width: 5%;
}
.chronology-content {
  width: 70%;
}
.chronology-dot::after {
   width: 20px;
}
}

/* クラスの様子ポップアップ */
body:has(.popup-overlay-target:target) {
    overflow: hidden;　/* ポップアップ中にほかのポップアップを止める */
}
.popup-overlay-target {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
	align-items: flex-start; /* 上寄せにすることで、コンテンツが長くても上が見切れない */
    overflow-y: auto;        /* コンテンツが画面より長い時にスクロールバーを出す */
    padding: 40px 0;
}
.popup-overlay-target:target {
    opacity: 1;
    pointer-events: auto;
}
.popup-overlay-close-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: default;
    z-index: 1;
}
@media (min-width: 768px){
.popup-overlay-close-link {
	height: 100%;
}
}
@media (max-width: 767px){
.popup-overlay-close-link {
    height: 170%;
}
}
.popup-content {
    background-color: #ffffff;
    padding: 0 0 1em 0;
    border-radius: 15px;
    width: 95%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: scale(0.85);
    transition: transform 0.3s ease;
    text-align: left;
}
.popup-overlay-target:target .popup-content {
    transform: scale(1);
}
.popup-content h2 {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    transition: color 0.2s;
}
.popup-close:hover {
    color: #334155;
}
.move{
	vertical-align: middle;
	float: right;
}

.return{
	transform: scaleX(-1);
	vertical-align: middle;
	float: left;
}