.main_visual{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 425px;
	margin: 0;
	padding: 65px 0 0 0;
	z-index: 10;
}
.main_visual_recruit{
	background-image: url("../images/news-page/news_top.png");
}
.main_visual_titleback {
    position: relative;
    z-index: 5;
    max-width: 435px;
    height: 131px;
    top: 114px;
    margin: auto;
    background-color: rgba(0, 2, 114, 0.774);
}
p.sensei_bosyu{
        line-height:2rem!important;
        font-size:1.0rem!important;
}
.main_visual_titleback h1 {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 88%;
    margin: 0 auto;
    font-size: 36pt;
}

.main_visual_titleback h2 {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16pt;
    margin: 16px auto;
}
#main_conts.recruit p {
    text-align: left;
    line-height: 1.5rem;
}
.wp-block-table {
    border-collapse: collapse;
    margin: 50px auto;
    border-top: 1px solid #000;
}
.wp-block-table table {
	width:100%;
}
.wp-block-table tr {
    border-bottom: 1px solid #000;
}
.wp-block-table td {
    padding: 30px 20px;
}
.wp-block-table tr td:first-child {
    white-space: nowrap;
}
.wp-block-table tr td:last-child {
    text-align: left;
}
.wp-block-table tr:nth-child(odd) {
    background: rgb(228, 227, 227);
}

#philosophy .info_all, #recruit .recruit_btn{
	margin: 5rem auto 5rem auto;
	color: var(--main_blue);
	border: solid 1px var(--main_blue);
	border-radius: 1rem;
	width: 15rem;
    background-color: #fff;
}

#philosophy .info_all a, #recruit .recruit_btn a {
	display: block;
	line-height: 2rem;
}

#philosophy .info_all a:after, #recruit .recruit_btn a::after {
	content:">";
	position: relative;

}

.motto{
    width: 45%;
    margin: 0 auto 5rem;
}

@media screen and (max-width:750px){
    .main_visual_titleback h1 {
    font-size: 26pt;
}
.motto{
    width: 70%;
}
}