@charset "utf-8";

/* ---------------------------------------- 
 - golfer_section
---------------------------------------- */
.golfer_section{
	margin: 90px auto;
    padding-top: 90px;
    text-align: center;
    position: relative;
    border-top: solid 1px #92a395;
}
.golfer_section > .inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.golfer_section > .inner > .ttl {
	font-size: 4.6rem;
	font-weight: 200;
	line-height: 1.6;	
	color:#657568;
	margin-bottom: 0.6em;
}
.golfer_section > .inner > .lead {
	font-size: 1.6rem;
	margin: 0 auto 70px;
    max-width: 750px;
}
.golfer_section .golfer_list {
	margin-bottom: 100px;
}
.golfer_section .golfer_list .golfer {
	/*width: 47.5%;*/
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	/*align-items: flex-end;*/
	margin-bottom: 100px;
}
.golfer_section .golfer_list .golfer:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}
.golfer_section .golfer_list .golfer .visual {
	width: 35.5%;
	max-width: 390px;
}
.golfer_section .golfer_list .golfer .visual picture,
.golfer_section .golfer_list .golfer .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.golfer_section .golfer_list .golfer .txt_box {
	width: 57.5%;
	text-align: left;
	margin-top: auto;
}
.golfer_section .golfer_list .golfer .txt_box .name {
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	margin-bottom: 0.8em;
}
.golfer_section .golfer_list .golfer .txt_box .name .role {
	font-size: 1.8rem;
	margin-left: 1em;
}
.golfer_section .golfer_list .golfer .txt_box .name .belongs {
	margin-left: auto;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.golfer_section{
		margin: 50px auto;
        padding-top: 50px;
	}
	.golfer_section > .inner > .ttl {
		font-size: 2.8rem;
		font-weight: 300;
	}
	.golfer_section > .inner > .lead {
		font-size: 1.5rem;
        margin-bottom: 50px;
	}
	.golfer_section .golfer_list {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.golfer_section .golfer_list .golfer {
		display: block;
		width: 47.5%;
		margin-bottom: 50px;
	}
	.golfer_section .golfer_list .golfer .visual {
		width: 100%;
		max-width: 100%;
	}
	.golfer_section .golfer_list .golfer .txt_box {
		width: 100%;
		margin-top: 20px;
	}
	.golfer_section .golfer_list .golfer .txt_box .name {
		display: block;
		font-size: 2rem;
	}
	.golfer_section .golfer_list .golfer .txt_box .name .role {
		font-size: 1.5rem;
	}
	.golfer_section .golfer_list .golfer .txt_box .name .belongs {
		margin-left: 0;
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.golfer_section .golfer_list {
		display: block;
	}
	.golfer_section .golfer_list .golfer {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px;
	}
}