.pj {
	font-family: "Noto Serif JP", serif;
    font-weight: normal;
	font-size: 20px;
}

.mb80 {
	margin-bottom: 80px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.font-L{
	font-size: 130%;
	font-weight: 800;
}
.pj .hero {
    line-height: 0;
    max-width: 100vw;
    /*height: 56.25vw;*/
	height: 54.904vw;
    background: url(../img/bg01.webp) right top -70px / cover no-repeat;
    /*padding: 4.392vw 3.75vw 0px 3.75vw;*/
	padding: 0 2.196vw 0px 2.196vw;
    overflow: hidden;
}
.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.top-logo{
	position: absolute;
	top:20px;
	left:30px;
	width:200px;
    height: auto;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;

}
.hero h1 img {
	float: right;
	/*position: absolute;
	right: 0;
    bottom: 0;
    /*width: 36.9792vw;*/
	width: 27.8184vw;
}

.hero h2 {
}
.hero h2 img {
    width: 95.168vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    bottom: 2.928vw;
	/*filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));*/
}

/*
h2 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
h2 {
    font-family: Bellefair, serif;
    font-size: 75px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 68px;
}*/

.wrapp{
width:1000px;
max-width: 90%;
margin: 0 auto;
	padding: 70px 0;
}

h3{
	text-align: center;
	font-size: 3.513vw;
	color:#e50012;
	font-weight: 700;
	font-style:oblique;
	margin-bottom: 80px;
}

table.session{
	width:580px;
	margin: 0 auto 80px;
}
table.session th {
background:#f1f1f1;
border-top:3px solid #000;
padding: 20px;
}
table.session td {
border-top:3px solid #000;
padding: 20px 30px;
}

table.session th.last,
table.session td.last{
border-bottom:3px solid #000;
}

.message{
	width:925px;
	margin:0 auto 80px;
	display: flex;
	gap:38px;
}
.message img{
	width: 270px;
	height: 270px;
}
.message .right {
	
}
.message .right h4{
	text-align: left;
	font-size: 2.635vw;
	color:#e50012;
	font-weight: 700;
	font-style:oblique;
	margin-bottom: 10px;
}
.message .right p span {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 20px;
}
.flex_center{
	width:580px;
	margin: auto auto 30px;
	display: flex;
	align-items: center;
	gap:20px;
}
.button a {
    background: #e50012;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 10px 35px 12px 15px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 700;
	font-size: 24px;
	margin: 0 auto;
}
.button a:hover {
    background: #e50012;
	opacity: 0.8;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

footer{
	width: 100%;
	height: 150px;
	background: #808080;
	color:#fff;
	text-align: center;
	padding: 45px 0 20px;
	font-size: 12px;
}
footer img{
	width: 140px;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
@media all and (max-width: 960px) {
h3{
	text-align: center;
	font-size: 5.208vw;
	color:#e50012;
	font-weight: 700;
	font-style:oblique;
	margin-bottom: 80px;
}
.message{
	width:100%;
	margin:0 auto 80px;
	display: flex;
	gap:38px;
	flex-wrap: wrap;
}
.message img{
	width: 270px;
	height: 270px;
	margin: 0 auto;
}
.message .right {
	width: 100%;
}
.message .right h4{
	font-size: 4.166vw;}
}

@media all and (max-width: 600px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.sp-mb {
	margin-bottom: 10px;
	}
	
.top-logo{
	position: absolute;
	top:10px;
	left:2%;
	/*transform: translateX(-50%);*/
	width:120px;
    height: auto;
}	
.hero h1 img {
	float: right;
	margin-top: -15px;
	width: 27.8184vw;
}
.wrapp{
	padding: 60px 0;
}
h3{
	text-align: center;
	font-size: 8.333vw;
	color:#e50012;
	font-weight: 700;
	font-style:oblique;
	margin-bottom: 60px;
}

table.session{
	width: 100% !important;
}
table.session th, table.session td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }
  table.session td {
border-top:1px solid #000;
padding: 20px;
  }
table.session th.last{
border-bottom:none;
  }
.message .right h4{
	font-size: 7.5vw;
}
.flex_center{
	width: 100%;
    margin: auto auto 30px;
    display: inline-block;
    flex-wrap: wrap;
    text-align: center;
	gap:0 20px;
}
.button a {
	margin: 0 auto;
}
}