html{
  background-color: #000;
color:#fff;
}


.hero_panel{
  width: 100%;
  aspect-ratio: 16 / 9;
position: relative;
}
.hero_1{
  background-image: url(img/hero_top1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_2{
  background-image: url(img/hero_2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_3{
  background-image: url(img/top_hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_5{
  background-image: url(img/hero_5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_box{
  background-color: black;
  position: absolute;
  left: 10%;
  top:35%;
  padding: 25px;
  font-size:3.6rem;
color: #fff;
  line-height: 6rem;
  background-color: rgba(0,0,0,0.562);
}
.hero_box_logo{
  margin-top: 5rem;
  max-width: 250px;
}
.logo_2{
  margin: 3rem 0px;
  width: 30%;
  max-width: 250px;
}
.logo_3{
  margin: 0rem;
  width: 300px;
}
.part2{
  background: rgb(51,51,51);
  background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(17,17,17,1) 100%);
padding-top: 5rem;
padding-bottom: 5rem;
}
.part1{
  padding-top: 5rem;
padding-bottom: 5rem;
}
.content_box{
  display: flex;
  align-items:stretch;
  flex-direction: column;
  align-content:space-around;
}
.heading11 {
	position: relative;
	font-size: 26px;
	text-align: center;
  border-bottom:0.1px solid #fff;
  padding: 1rem 3rem;
}

.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 30px;
	color: #fc5185;
	font-size: 20px;
}

.heading11::after {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #fc5185;
}

.button12 a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    /* background-color: #000; */
    transition: 0.3s;
    border: solid 0.1px #fff;
    margin-bottom: 24px;
}

.button12 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.2s ease 0s;
}

.button12 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease 0.2s;
}

.button12 a:hover::before {
  width: 0%;
}

.button12 a:hover::after {
  height: 0%;
}

.button12 a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
h2.tb0{
  padding-top: 0;
  padding-bottom: 0;
}
.heading05 {
	position: relative;

	font-size: 26px;
	text-align: center;
}

.heading05::before {
	content: attr(data-en);
	display: block;
	color: #e04272;
	font-size: 20px;
	font-style: italic;
	text-transform: uppercase;
}


/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}
/* テーブル */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  overflow: hidden;
  margin-top: 32px;
  margin-bottom: 32px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.item-m{
  width: 240px;
  margin: 0 auto;
}

.post-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #fff;
  color: #fff;
}

.post-thumbnail {
  margin-right: 20px;
  width: 25%;
  padding: 24px;
  box-sizing: border-box  ;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  flex-grow: 1;
}
.post-content{
  width: 55%;
}
h2.entry-title a{
  color: #fff;
  
}
h2.entry-title a:hover{
  color: #e04272;
}
.post-meta {
  font-size: 12px;
  color: lightgrey;
}

.post-meta .post-date,
.post-meta .category-label {
  margin-right: 10px;
}

.category-label {
  background-color: white;
  padding: 2px 5px;
  color: #000 !important;
  padding: 1rem 2rem !important;
}
.site-main{
  color: #fff;
}

/* メインコンテンツとサイドバーのコンテナ */
.blog_parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* メインコンテンツエリア */
#primary {
  width: 65%; /* メインコンテンツの幅 */
  float: left;
}

/* サイドバー */
aside {
  width:25%; /* サイドバーの幅 */
  float: right;
}
.footer-panel{
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #131313;
  color: #fff;
}
.link_b{
  max-width: 200px;
  margin-bottom: 36px;
}