@charset "utf-8";

/* -----------------------------------------------------------
    社内イベント
-------------------------------------------------------------- */
/*#company .h1-area{
	top: 470px;
}*/

.breadcrumbs p {
    position: absolute;
    font-size: 1.2rem;
    right: 50px;
    top: 120px;
}

.event-box{
	/*padding: 100px 0 0;*/
	
	/*20250905 修正*/
	padding: 100px 0 100px;
	background: #f6f9fb;
}

.event-box .top-ttl{
	background: url(../img/bg-circle.png) no-repeat left center;
    padding: 20px 0 20px 20px;
    margin: 0 0 10px -20px;
}

#event .en {
    font-size: 3.4rem;
}

#event .event-box .jp {
    color: #1569c1;
    font-size: 1.8rem;
    font-weight: bold;
}

/*20250905 社内部活動 追加*/
.circle-area .top-ttl{
	background: url(../img/bg-circle.png) no-repeat left center;
    padding: 20px 0 20px 20px;
    margin: 0 0 10px -20px;
}

.circle-area .en {
    font-size: 3.4rem;
}

.circle-area .jp {
    color: #1569c1;
    font-size: 1.8rem;
    font-weight: bold;
}
/*社内部活動 追加 end*/

.event-area{
	padding: 70px 0 0;
}

.event-area .event-bg{
	/*background: #f6f9fb;*/
	padding-bottom: 70px;
	margin-bottom: 50px;
	
	/*20250905 修正*/
	background: #fff;
}

.event-area .event-bg:last-child{
	margin-bottom:0;
}

.event-area .title-l {
	padding: 20px 20px;
	color: #fff;
	background: linear-gradient(to right, #1569c1, #69bbec);
	width: 300px;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	position: relative;
    top: -20px;
	left: 30px;
}

.event-area .title-s {
	position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #333;
    color: #333;
	display: inline-block;
	font-size: 1.8rem;
    font-weight:600;
	width: 180px;
	margin-left: 50px;
}

.event-area .title-s02{
	margin-top: 30px;
}

.event-area .title-s::before,
.event-area .title-s::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.event-area .title-s::before {
    background-color: #333;
}

.event-area .title-s::after {
    bottom: -11px;
    background-color: #fff;
}

.event-area .event-img{
	display: flex;
	padding: 30px 50px 0;
}
.event-area .event-img > div{
	width: 400px;
	margin-right: 30px;
}

.event-area .event-img > div:last-child{
	margin-right: 0;
}

.event-area .event-img > div img{
	width: 100%;
}

.circle-ttl{
	text-align: center;
    padding: 0 0 20px;
}

.circle-area .t-txt {
    text-align: center;
    padding: 20px 0 50px;
}


@media screen and (max-width: 667px){
	.event-box {
		padding: 30px 0 0;
	}
	
	.event-box .top-ttl {
		margin: 0 0 10px 10px;
	}
	
	.event-box .en {
		font-size: 2.6rem;
	}
	
	/*20250905 社内部活動 追加*/
	.circle-area .top-ttl {
		margin: 0 0 10px 10px;
	}
	
	.circle-area .en {
		font-size: 2.6rem;
	}
	/*社内部活動 追加 end*/
	
	.event-area{
		padding: 50px 10px 0;
	}
	
	.event-area .event-bg{
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	
	.event-area .title-l {
		font-size: 2.2rem;
		left: 50%;
		transform:translateX(-50%);
		-webkit-transform: translateX(-50%);
   		-ms-transform: translateX(-50%);
	}
		
	.event-area .title-s {
		margin-left: 20px;
	}
	
	.event-area .title-s02{
		margin-top: 0;
	}
	
	.event-area .event-img{
		flex-direction: column;
		padding: 30px 20px 0;
	}
	.event-area .event-img > div{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

}

/*20250805 バスケットボール部リンク追加*/
.link-box a {
	display: block;
	transition: 0.5s;
    background: #fff;
    text-align: center;
    font-weight: bold;
	width: 350px;
	padding: 10px 20px;
    position: relative;
    border: 1px #ededed solid;
	box-shadow: 7px 7px 30px -10px rgba(0, 0, 0, 0.3);
}
.link-box a:hover {
	box-shadow: none;
}
.link-box .link-contain {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.link-box .link-contain img {
	width: 100px;
	object-fit: cover;
	object-position: center;
	margin: 0 0 0;
}
@media screen and (max-width: 768px) {
	.link-box {
		width: 100%;
	}
	.link-box a {
		width: 100%;
		padding: 10px 20px;
	}
}

/*20250909 イベントページのみ非表示*/
.event #job-header {
	display: none;
}