/*コンテンツ*/
.association_1_main{
	position:relative;

	padding:0px 0 0px 0;
	background:#fff;
}
.association_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0px auto 0 auto;
	padding:50px 0 0 0;
}
.association_1_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;

	margin:0 auto;
	gap:0 50px;
}
.association_1_sub_1 .img_1{
	max-width:380px;
	width:43.9393%;
	border-radius:20px;
	overflow:hidden;
}
.association_1_sub_1 .img_1 img{
	width:100%;
	vertical-align:top;
}
.association_1_sub_1 .div_1{
	flex:1;
	width:51.8939%;
	margin:0 auto;
}
.association_1_sub_1 .title_1{
	margin:0 0 30px 0;
	font-size:30px;
	font-weight:bold;
	color:#00699a;
}
.association_1_sub_1 .text_1{
	font-size:16px;
	color:#231815;
	line-height:150%;
	word-break:break-all;
	white-space:pre-wrap;
}


/** リンク **/
.association_2_main{
	position:relative;

	padding:0px 0 90px 0;
	background:#fff;
}
.association_2_sub_1{
	max-width:1100px;
	width:90%;
	margin:50px auto 0 auto;
	padding:0px 0 0 0;
}
.association_2_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:90px;
}
.association_2_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
	gap:0 50px;
	width:100%;
}
.association_2_sub_1 .flex_1:not(:first-child){
	margin:30px auto 0 auto;
}
.association_2_sub_1 .link_1{
	position: relative;
  	display:flex;
	align-items:center;
	justify-content:center;
	color:#00699a;
	font-size:20px;
	font-weight:bold;
	border:3px #00699a solid;
	width:100%;
	height:80px;
	margin:0 auto;
	box-sizing:border-box;
	transition:color 0.1s,background 0.1s;
}
.association_2_sub_1 .link_1:hover{
	background:#00699a;
	color:#fff;
	cursor:pointer;
}
.association_2_sub_1 .link_1_short{
	max-width:350px;
}
.association_2_sub_1 .link_1_long{
	max-width:500px;
}
.association_2_sub_1 .link_1::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.association_2_sub_1 .link_1::after {
	bottom: 0px;
	right: 0px;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #00699a transparent;
}

/*プロフィール*/
/*
.association_2_main{
	position:relative;
	max-width:1920px;
	padding:0px 0 90px 0;
	background:#fff;
}
.association_2_sub_1{
	max-width:1320px;
	width:90%;
	margin:0 auto;
}
.association_2_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:90px;
}
.association_2_sub_1 .title_0 .border_1{
	border-bottom:3px solid #00699a;
	width:100%;
	height:3px;
}
.association_2_sub_1 .title_1a{
	width:450px;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}
.association_2_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.association_2_sub_1 .img_1{
	max-width:580px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
}
.association_2_sub_1 .img_1 img{
	width:100%;
	vertical-align:top;
}
.association_2_sub_1 .img_1:not(:first-child){
	margin-top:40px;
	
}
.association_2_sub_1 .div_1{
	max-width:685px;
	width:100%;
}
.association_2_sub_1 .title_2{
	margin:0 0 40px 0;
	font-size:30px;
	font-weight:bold;
	color:#00699a;
}
.association_2_sub_1 .text_1{
	font-size:20px;
	font-weight:bold;
	color:#231815;
	line-height:200%;
}
*/

/*沿革*/
/*
.association_3_main{
	position:relative;
	max-width:1920px;
	padding:0px 0 90px 0;
	background:#fff;
}
.association_3_sub_1{
	max-width:1320px;
	width:90%;
	margin:0 auto;
}
.association_3_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:90px;
}
.association_3_sub_1 .title_0 .border_1{
	border-bottom:3px solid #00699a;
	width:100%;
	height:3px;
}
.association_3_sub_1 .title_1a{
	width:450px;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}
.association_3_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
}
.association_3_sub_1 .flex_1 .img_1{
	max-width:580px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
}
.association_3_sub_1 .flex_1 .img_1 img{
	width:100%;
}

.association_3_sub_1 .table_1{
	max-width:685px;
	width:100%;
}
.association_3_sub_1 .table_1 table{
	width:100%;
}
.association_3_sub_1 .table_1 table td{
	font-size:20px;
	font-weight:bold;
	color:#231815;
	line-height:180%;
}
.association_3_sub_1 .table_1 table td:nth-child(1){
	width:40%;
}
.association_3_sub_1 .table_1 table td:nth-child(3){
	width:8%;
}
.association_3_sub_1 .table_1 table td:nth-child(3){
	width:52%;
}
.association_3_sub_1 .table_1 table .td_relative .text_kugiri{
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
	border-right:3px #00699a solid;
	width:3px;
	height:280px;
}
*/
/*事業内容*/
/*
.association_4_main{
	position:relative;
	max-width:1920px;
	padding:0px 0 90px 0;
	background:#fff;
}
.association_4_sub_1{
	max-width:1320px;
	width:90%;
	margin:0 auto;
}
.association_4_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:90px;
}
.association_4_sub_1 .title_0 .border_1{
	border-bottom:3px solid #00699a;
	width:100%;
	height:3px;
}
.association_4_sub_1 .title_1a{
	width:450px;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}

.association_4_sub_1 .table_1{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
.association_4_sub_1 .table_1 table td{
	font-size:20px;
	font-weight:bold;
}
.association_4_sub_1 .table_1 table td:first-child{
	text-align:center;
	width:60px;
}
.association_4_sub_1 .table_1 table td:nt(:first-child){
	width:100%;
}
*/

@media screen and (max-width:1320px) {
}
@media screen and (max-width:1024px) {
	
.association_1_sub_1 .title_1a{
	font-size:25px;
}
.association_1_sub_1 .flex_1{
	display:block;
}
.association_1_sub_1 .flex_1 .img_1{
	margin:50px auto 0 auto;
}
.association_1_sub_1 .img_1{
	width:100%;
}
.association_1_sub_1 .div_1{
	width:100%;
}

.association_2_sub_1 .title_1a{
	font-size:25px;
}
.association_2_sub_1 .flex_1{
	display:block;
}
.association_2_sub_1 .flex_1 .link_1:nth-child(2){
	margin-top:30px;
}

.association_2_sub_1 .div_1{
	width:100%;
	margin:0 auto;
}
.association_2_sub_1 .div_2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
}
.association_2_sub_1 .div_2 .img_1{
	margin:0 auto;
	max-width:30%;
}	
.association_3_sub_1 .title_1a{
	font-size:25px;
}
.association_3_sub_1 .flex_1{
	display:block;
}
.association_3_sub_1 .flex_1 .img_1{
	margin:30px auto;
}
.association_3_sub_1 .table_1{
	margin:0 auto;
}
	
.association_4_sub_1 .title_1a{
	font-size:25px;
}
.association_4_sub_1 .flex_1{
	display:block;
}

}

@media screen and (max-width:784px) {
.association_1_sub_1 .title_1{
	font-size:20px;
}
.association_1_sub_1 .text_1{
	font-size:15px;
}
.association_2_sub_1 .title_2{
	font-size:20px;
}
.association_2_sub_1 .title_1a{
	width:250px;
}	
.association_2_sub_1 .text_1{
	font-size:15px;
}

.association_3_sub_1 .title_1a{
	width:250px;
}	
.association_3_sub_1 .table_1 table td{
	display:block;
	width:100%;
	font-size:15px;
}
.association_3_sub_1 .table_1 table td:nth-child(1){
	text-align:center;
	background:#eee;
	width:100%;
	font-size:15px;
}
.association_3_sub_1 .table_1 table td:nth-child(3){
	width:100%;
	line-height:300%;
	font-size:15px;
}
.association_3_sub_1 .table_1 table .td_relative .text_kugiri{
	display:none;
}
	
	
.association_4_sub_1 .title_1a{
	width:250px;
}	
.association_4_sub_1 .table_1 table td{
	font-size:15px;
}
}

@media screen and (max-width:500px) {
.association_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
	
.association_2_sub_1 .div_2{
	display:block;
}
.association_2_sub_1 .div_2 .img_1{
	margin:30px auto 0 auto;
	max-width:100%;
}	
	
.association_3_sub_1 .div_1 .title_1{
	max-width:200px;
	width:100%;
}
.association_3_sub_1 .div_1 .title_1a{
	font-size:30px;
	max-width:200px;
	width:100%;
}
.association_3_sub_1 .div_1 .title_2{
	width:90px;
	height:40px;
	font-size:25px;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.association_3_sub_1 .news_1 .flex_1{
	padding:20px 0px;
}
	
.association_4_sub_1 .flex_1 .div_1{
	width:100px;
	height:90px;
	background:#fff;
	font-size:15px;
}
.association_4_sub_1 .flex_1 .img_1{
	display:flex;
	justify-content:center;
	align-items:end;
	height:45px;
}
.association_4_sub_1 .flex_1 .img_1 img{
	width:30px;
}
.association_4_sub_1 .flex_1 .text_1{
	font-size:12px;
	height:45px;
}
}

@media screen and (max-width:430px) {
}