@charset "utf-8";

.Breadclumb2025{
    margin-top: 13.5rem;
    padding-top: 11.6rem;
    padding-bottom: 1rem;
}



@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Pagelink2025{
		padding-top: 0;
	}

}

/*-------------------------------
	キービジュアル
-------------------------------*/
.Keyvisual-corp2025{
	overflow: hidden;
}
.Keyvisual-corp2025__title-jp {
	font-feature-settings: normal !important;
}
.Keyvisual-corp2025__title-jp span{
    margin-left: 1.6rem;
	font-family: var(--mincho);
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: calc(5 / 4);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: normal !important;
	display: block;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}


/*-------------------------------
	Philosophy
-------------------------------*/

.Philosophy {
}

.phi_wrap {
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content:space-between;
}

.phi_vt {
	width:23.6rem;
	position:relative;
}

.phi_vt_inner {
	width:100%;
	padding:6rem 2rem;
	position:relative;
	display: flex;
	/*align-items: center;
	justify-content: center;*/
	align-items: flex-start;
	justify-content: flex-end;
}

.phi_vt::before,
.phi_vt::after,
.phi_vt_inner::before,
.phi_vt_inner::after {
	content:"";
	display: block;
	width:4.8rem;
	height:4.8rem;
	position:absolute;
}

.phi_vt::before,
.phi_vt::after {
	top:0;
}

.phi_vt_inner::before,
.phi_vt_inner::after {
	bottom:0;
}

.phi_vt::before {
	left:0;
	border-left:.1rem solid #707070;
	border-top:.1rem solid #707070;
}

.phi_vt::after {
	right:0;
	border-right:.1rem solid #707070;
	border-top:.1rem solid #707070;
}

.phi_vt_inner::before {
	left:0;
	border-left:.1rem solid #707070;
	border-bottom:.1rem solid #707070;
}

.phi_vt_inner::after {
	right:0;
	border-right:.1rem solid #707070;
	border-bottom:.1rem solid #707070;
}

.phi_vt h2 {
	font-size:4rem;
	font-weight:600;
	font-family: var(--mincho);
	letter-spacing: 0.1em;
	line-height:1.25;
	writing-mode: vertical-rl;
}
.phi_vt h2 span{
	/*---游明朝用ひらがな位置調整---*/
	display: inline-block;
    transform: translateX(0.09em);
}
.phi_vt_span{
    margin-top: -3.55rem;
	margin-left: 4.5rem;
	font-size:2.8rem;
	font-weight:600;
	font-family: var(--mincho);
	letter-spacing: 0.1em;
	line-height:1.25;
	writing-mode: vertical-rl;
}
.phi_txt {
	width:calc(100% - 23.6rem);
	max-width:72rem;
	padding-left:7rem;
}
.phi_txt .C-Title2025{
    margin-bottom: 8rem;
    align-items: flex-start;
}
.phi_txt .C-Title2025 .C-Title2025__en{
	color: var(--maincolor);
}
.phi_txt .C-Title2025 .C-Title2025__jp{
	color: var(--blackcolor);
}
.phi_txt .phi_txt--top{
	margin-bottom: 10.5rem;
}
.phi_txt .phi_txt--top,
.phi_txt .phi_list {
	padding-left: 2.5rem;
}
.phi_txt .C-Text2025 + .C-Text2025{
	margin-top: unset;
}

/*----phi_list*/
.phi_item + .phi_item{
	margin-top: 8.2rem;
}

.phi_item__title{
	margin-bottom: 2.7rem;
	padding: 0.9rem 1.6rem 0.9rem 1.6rem;
	width: 100%;
	background: #ECF2F7;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: calc(3.5 / 1.8);
	text-align: left;
	color: var(--maincolor);
}
.phi_item__inner_list li{
	padding-left: 1.4em;
	position: relative;
}
.phi_item__inner_list li::before{
	color: var(--blackcolor);
	position: absolute;
	top: 1.125em; 
	left: 0;
	transform: translateY(-50%);
	content: "・";
	display: block;
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){
	
	.phi_vt {
		width:18.6rem;
	}
	.phi_vt_span{
		margin-left: 2.5rem;
	}
	.phi_txt {
		width:calc(100% - 18.6rem);
	}

	.member_table tbody td address span {
		display: block;
		padding-right:0;
	}

	.banner_txt p {
		width:100%;
		padding-right:0;
		margin-bottom:4rem;
	}

	.banner_txt .C-Button2025 {
		margin:0 auto;
	}
}
@media screen and (max-width:768px){	
	.Philosophy {
		padding-top:5rem;
	}

	.phi_vt {
		width:23.6rem;
		position:relative;
		margin:0 auto 12rem;
	}
	.phi_vt_span{
		margin-top: -4rem;
		font-size: 3.36rem;
	}
	.phi_vt_inner {
		width:100%;
		padding:7rem 2rem;
	}

	.phi_vt::before,
	.phi_vt::after,
	.phi_vt_inner::before,
	.phi_vt_inner::after {
		width:5.8rem;
		height:5.8rem;
		border-width:.2rem;
	}

	.phi_vt h2 {
		font-size:4.8rem;
	}

	.phi_txt {
		width:100%;
		max-width:100%;
		padding-left:0;
	}
	

	.phi_txt .phi_txt--top{
		margin-bottom: 10.5rem;
	}
	.phi_txt .phi_txt--top,
	.phi_txt .phi_list {
		padding-left:0;
	}

	.phi_item__title {
		margin-bottom: 2.7rem;
		padding: 1.08rem 1.92rem 1.08rem 1.92rem;
		font-size: 2.7rem;
	}
}


/*-------------------------------
	Presentation
-------------------------------*/
.Presentation {
	background:#ECF2F7;
	border-top-right-radius: 3rem;
}

.pre_wrap {
	margin-top:9rem;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.pre_txt {
	width:48.2%;
	max-width:53rem;
	margin-bottom:4rem;
}

.pre_img {
	width:44.8%;
	max-width:47.5rem;
	margin-bottom:4rem;
}

.pre_img img {
	width: 100%;
	border-radius:1rem;
	overflow:hidden;
}

.pre_img figcaption {
	display: block;
	text-align: center;
	font-size:1.8rem;
	line-height:1.5;
	padding:0.25em 0 0 ;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){	
	.pre_wrap {
		margin-top:8rem;
	}

	.pre_txt {
		width:100%;
		max-width:100%;
		margin-bottom:8rem;
	}

	.pre_img {
		width:100%;
		max-width:100%;
		margin-bottom:8rem;
	}

	.pre_img figcaption {
		font-size:2.8rem;
		padding:0.5em 0 0 ;
	}
}


/*-------------------------------
	Friendship
-------------------------------*/

.Friendship {
	background:#ECF2F7;
	padding:12rem 0 11rem;
}
.Friendship__topText{
	margin: 0 auto 5rem;
	width: 90%;
	max-width: 72rem;
}
.fri_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.fri_img {
	width:48.2%;
	max-width:53rem;
	margin-bottom:4rem;
}

.fri_img img {
	width: 100%;
	border-radius: 1rem;
	overflow:hidden;
}

.fri_img figcaption {
	display: block;
	text-align: center;
	font-size:1.8rem;
	line-height:1.5;
	padding:0.25em 0 0 ;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	
	.Friendship {
		padding:7rem 0 11rem;
	}

	.fri_img {
		width:100%;
		max-width:100%;
		margin-bottom:8rem;
	}

	.fri_img figcaption {
		font-size:2.8rem;
		padding:0.5em 0 0 ;
	}
}


/*-------------------------------
	News
-------------------------------*/

.News {
}


@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.News {
	}

}


/*-------------------------------
	Secretariat
-------------------------------*/

.Secretariat {
	padding-bottom: 0;
	background:#ECF2F7;
	border-top-right-radius: 3rem;
}

.jimu_wrap {
	background:#fff;
	border-radius: 1rem;
	margin:0 auto;
	padding:4rem;
	max-width:99rem;
	text-align: center;
}

.jimu_wrap h3 {
	font-size:2.4rem;
	text-align: center;
	color: var(--blackcolor);
	font-weight:700;
	line-height:1.25;
}

.jimu_wrap h4 {
	font-size:2.2rem;
	text-align: center;
	color: var(--blackcolor);
	font-weight:700;
	line-height:1.25;
	margin-bottom:1em;
}

.jimu_wrap h4 span {
	font-size:1.8rem;
	font-weight:700;
	line-height:1.25;
	padding-right:0.5em;
}

.jimu_wrap address,
.jimu_wrap address span {
	font-size:1.8rem;
	line-height:1.5;
}

.center_202603 {
	text-align: center;
	font-weight: 400;
}
.center_202603 span {
	text-align: center;
}

.jimu_wrap address span {
	padding-right:1em;
}
@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	
	.jimu_wrap {
		margin:0 auto;
		padding:8rem 6rem;
		max-width:100%;
	}

	.jimu_wrap h3 {
		font-size:3.6rem;
		margin-bottom:1.5rem;
		line-height: 1;
	}

	.jimu_wrap h4 {
		font-size:3.8rem;
		line-height: 1;
	}

	.jimu_wrap h4 span {
		font-size:2.8rem;
		line-height: 1;
	}

	.jimu_wrap address,
	.jimu_wrap address span {
		font-size:2.8rem;
	}

	.jimu_wrap address span {
		padding-right:0em;
		display:block;
	}

}


/*-------------------------------
	Member
-------------------------------*/

.Member {
	background:#ECF2F7;
}

.member_table {
	width:100%;
	max-width:101rem;
	margin:0 auto;
	border-collapse: separate;
	border-spacing:1rem 2rem;
}

.member_table thead th {
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	line-height:1.5;
	border-radius: 3rem;
	background:var(--maincolor);
	text-align: center;
	padding:0.5em;
}

.member_table thead th.sp_th {
	display: none;
}

.member_table thead tr th:first-of-type {
	width:24.2rem;
}

.member_table tbody td {
	background:#fff;
	border-radius: 1rem;
	font-size:1.8rem;
	font-weight:700;
	padding:3rem 4rem;
	line-height:1.5;
}

.member_table tbody tr td:first-of-type {
	padding: 0.8rem 1rem;
	text-align: center;
	vertical-align: middle;
}

.member_table tbody td address,
.member_table tbody td address span {
	font-size:1.8rem;
	font-weight:500;
	line-height:1.5;
}

.member_table tbody td address span {
	padding-right:1em;
}

.member_table tbody tr {
	position:relative;
}

.member_table tbody tr:not(:last-of-type)::after {
	content:"";
	display: block;
	width:calc(100% - 1rem);
	height:.1rem;
	border-bottom:.1rem dashed var(--blackcolor);
	position:absolute;
	left:0;
	bottom:-1rem;
}

.Member .C-Button2025 {
	max-width:42rem;
	margin:3rem auto 0;
}

.C-Button2025 a::after {
	background:url(../images/koyukai/icon_link.svg) no-repeat center / contain;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){
	.Member {
		padding:15rem 0 0;
	}

	.member_table {
		width:100%;
		max-width:100%;
		border-collapse:collapse;
		border-spacing:0rem;
	}

	.member_table thead th {
		color:#fff;
		font-size:2.8rem;
		font-weight:700;
		line-height:1.5;
		border-radius: 3rem;
		background:var(--maincolor);
		text-align: center;
		padding:0.5em;
	}

	.member_table thead th.sp_th {
		width:100%;
		display: table-cell;
	}

	.member_table thead th.pc_th {
		display: none;
	}

	.member_table tbody tr {
		display: flex;
		flex-wrap:wrap;
		padding-top:4rem;
	}

	.member_table tbody tr:first-of-type {
		padding-top:2rem;
	}

	.member_table tbody td {
		width:100%;
		font-size:2.8rem;
		padding:4rem 6rem;
	}

	.member_table tbody tr td:first-of-type {
		padding:4rem 6rem;
		margin-bottom:2rem;
	}

	.member_table tbody td address,
	.member_table tbody td address span {
		font-size:2.8rem;
	}

	.member_table tbody td address span {
		display: block;
		padding-right:0em;
	}

	.member_table tbody tr:not(:last-of-type)::after {
		width:100%;
		height:.2rem;
		border-bottom:.2rem dashed var(--blackcolor);
		bottom:-2rem;
	}

	.Member .C-Button2025 {
		max-width:100%;
		margin:6rem auto 0;
	}

	.C-Button2025 a::after {
		right:3.4rem;
	}

}
