@charset "utf-8";
/* CSS Document */

main{
    padding-top: 50px;
}

.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}


.main__contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main__title h2{
    font-size: 3.8rem;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5rem;
	color: #4C4948;
	
}
.content {
	background: #f7f1e9;
	padding-bottom: 5rem;
}
.content__container {
	width: 100%;
	max-width: 100rem;
	margin: 10rem auto 0;
	padding-top: 7rem;
	position: relative;
	background: #f7f1e9;
}
.content__banner{
    width:200%;
    height: 70px;
    background-color: #b20009;
    transform: skewX(-215deg);
    position:absolute;
    right: 250px;
    top: -40px;
}
.content__title{
    position: absolute;
    left: 0;
    top: -30px;
    color: #fff;
    font-size: 3rem;
}
.content__subtitle {
	color: #ea2127;
	font-size: 2.76rem;
	font-weight: bold;
}
.content__text {
	max-width: 60rem;
	margin: 3rem 0 1rem;
}
.content__description {
	font-weight: 300;
}
.content__img--wrap {
	display: flex;
	justify-content: space-between;
}
.content__img {
	max-width: 30rem;
	margin-top: 3rem;
}
.content__img--name {
	text-align: center;
	font-weight: 500;
	margin: 1rem auto;
}
.content__img--text {
	font-weight: 300;
}
.content__img--wrap02 {
	display: flex;
	justify-content: center;
}
.content__img--wrap02 img {
	max-width: 30rem;
	margin: 1rem 2.5rem;
}
.content__course--wrap {
	max-width: 70rem;
	margin: 0 auto 2rem;
	display: flex;
	justify-content: space-around;
	
}
.content__course img {
	max-width: 30rem;
}
/*対象項目ボタン*/
.facility__content--link {
	position: relative;
	z-index: 1;
}
.link__banner--content {
    width: 100%;
    max-width: 225px;
	margin: 2rem auto;
}
.link__banner--content {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ea2127;
    text-align: left;
    margin-bottom: 10px;
	background: #fff;
}
.link__banner--content a{
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    color: #000;
}

.link__banner--content a>span{
    font-size: 1.5rem;
    font-weight: 600;
    color: #ea2127;
    padding-right: 10px;
}


/*対象項目ボタン動き*/
.link__banner--content a{
    position: relative;
}

.link__banner--content {
    position: relative;
    width: 100%;
    z-index: 10;
}
.link__banner--content::before{
    width: 0%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .7s
}
.link__banner--content:hover::before{
    width: 100%;
    background-color:#ea2127; 
}
.link__banner--content:hover a,
.link__banner--content:hover a>span{
    color: #fff;
}
.main__return-top {
	margin-top: 3rem;
}

/*==================================================================*/

@media screen and ( max-width:1100px ){
	.content__container {
		transform: scale(92%);
	}
	.main__contents p {
		max-width: 75rem;
		margin: 0 auto;
	}
	.content__img {
		max-width:31rem;
	}
	.content__img--wrap02 img {
		max-width: 31rem;
	}
}
@media screen and ( max-width:920px ){
	.main__title {
		max-width: 75rem;
	}
	.main__title h2 {
		font-size: 3.5rem;
	}
	.content__container {
    max-width: 75rem;
}
	.content__img {
		max-width: 24rem;
	}
	.content__img--wrap02 img {
		max-width: 24rem;
	}
}
@media screen and ( max-width:750px ){
	@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    /* CSS */
		.sp-750 {
		display: block;
	}
	.pc-750 {
		display: none;
	}
}
	
	.content__container {
		transform: scale(100%);
		max-width: 35rem;
		margin: 6rem auto 0;
	}
	.main__title {
    max-width: 350px;
    height: 70px;
    line-height: 40px;
    position: absolute;
    top: 0;
	}
	.main__title h2 {
    font-size: 2.3rem;
    letter-spacing: .3rem;
		
}
	.main__contents p {
		max-width: 35rem;
		margin-top: 6rem;
	}
	.content__banner {
	height: 58px;
    width: 100%;
    right: 65px;
    top: -34px;
}
	.content__title {
    left: -10px;
    top: -21px;
    font-size: 2rem;
}
	.training03 .content__title {
    font-size: 1.8rem;
}
	.content__subtitle {
		font-size: 2rem;
	}
	.content__img--wrap {
		display: block;
	}
	.content__img {
		max-width: 33rem;
		margin: 3rem auto 0;
	}
	.content__img--wrap02 {
		display: block;
	}
	.content__img--wrap02 img {
		max-width: 35rem;
		margin: 1rem auto 0;
	}
	.content__course--wrap {
		display: block;
		margin: 0 auto;
	}
	.content__course img {
		max-width: 35rem;
	}
}