.sub-content__wrap {
	margin: 100px auto 0;
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.sub-nav {
	padding-bottom: 30px;
	margin-bottom: 100px;
	flex: 0 1 auto;
	width: 23%;
	background-color: #f3f8fe;
}

.sub-nav__title {
	margin-top: 7px;
	margin-left: 15px;
	display: block;
	color: #3e6eb3;
	font-size: .27rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.sub-nav__title--small {
	font-size: .18rem;
}

.sub-nav__list-wrap {
	list-style: none;
}

.sub-nav__link {
	margin-bottom: 10px;
	padding-left: 25px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: .14rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sub-nav__link--first {
	margin-top: 27px;
	margin-bottom: 12px;
	margin-right: 30px;
	padding: 5px 0 5px 12px;
	color: #3e6eb3;
	background-color: #bde3ff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: .17rem;
	font-weight: 600;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.sub-nav__arrow,
.sub-nav__arrow--first {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.sub-nav__arrow--first::before {
	content: '';
	width: 15px;
	height: 15px;
	border: solid 1px #acb2b0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -9px;
}

.sub-nav__arrow::before {
	content: '';
	width: 12px;
	height: 12px;
	border: solid 1px #acb2b0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -5px;
}

.sub-nav__arrow--first::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -3px;
	transform: rotate(45deg);
}

.sub-nav__arrow::after {
	content: '';
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	position: absolute;
	top: 50%;
	left: 1px;
	transform: rotate(45deg);
}

.sub-content {
	flex: 0 1 auto;
	width: 71%;
}

.inpage-link__wrap {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.inpage-link__list-item {
	flex: 0 1 auto;
	width: 23%;
	border-radius: 30px;
	background-color: #3e6eb3;
	padding-left: 5px;
}

.inpage-link__wrap::before {
	content: "";
	display: block;
	width: 23%;
	order: 1;
}

.inpage-link__wrap::after {
	content: "";
	display: block;
	width: 23%;
}

.about__main .inpage-link__wrap {
	flex-wrap: nowrap;
}

.about__main .inpage-link__list-item {
	width: 27%;
	margin-right: 22px;
}

.inpage-link__link {
	padding: 15px 0 15px 10px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: .14rem;
	position: relative;
}

.inpage-link__link::before {
	content: '';
	width: 12px;
	height: 12px;
	border: solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -7px;
}

.inpage-link__link::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -4px;
	transform: rotate(45deg);
}

.sub-content__h3 {
	padding-bottom: 15px;
	border-bottom: 2px dashed #3e6eb3;
	font-size: .28rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.sub-content__wrap .organization-overview {
	margin-top: 80px;
}

.organization__content {
	padding: 45px 35px 0;
}

.organization__h4 {
	padding: 6px 0 6px 15px;
	background-color: #3e6eb3;
	font-size: .24rem;
	color: #fff;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}
.organization-sponsor-list__container {
    background: #f2f2f2;
    margin-top: 16px;
    padding-bottom: 39px;
}
.overview-tr:first-child {
	border-top: solid 1px #3e6eb3;
}

.overview-tr {
	border-bottom: solid 1px #3e6eb3;
}

.overview-th {
	padding: 17px 25px;
	width: 23%;
	background-color: #eaf3fb;
	font-size: .15rem;
}

.overview-td {
	padding: 17px 25px;
	font-size: .15rem;
	line-height: .29rem;
}

.overview-map {
	margin: 20px 0 15px;
	display: block;
	width: 100%;
	height: 500px;
}

.overview-map__link {
	margin: 10px auto;
	display: block;
	width: fit-content;
	color: #3e6eb3;
	font-size: .17rem;
}

.organization-figure,
.organization-officer {
	margin-top: 55px;
}

.organization-figure__img-wrap {
	padding: 37px;
	background-color: #eaf3fb;
}

.namelist1-table,
.namelist2-table,
.namelist3-table {
	width: 100%;
}

.namelist1-table,
.namelist2-table {
	margin-bottom: 50px;
}

.namelist3-table {
	margin-bottom: 60px;
}

.namelist1-th {
	padding: 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	background-color: #eaf3fb;
	width: 13%;
	font-weight: 400;
}

.namelist1-td__name {
	padding: 18px 5px 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	width: 14%;
}

.namelist1-td__post {
	padding: 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	width: 63%;
}

.namelist1-td__work {
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	width: 10%;
	text-align: center;
}

.namelist2-th {
	padding: 18px 5px 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	width: 17%;
	font-weight: 400;
	text-align: start;
}

.namelist2-td__post {
	padding: 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	width: 73%;
}

.namelist2-td__work {
	padding: 18px 5px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	width: 10%;
	text-align: center;
}

.namelist3-th {
	padding: 18px 5px 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-left: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	width: 17%;
	font-weight: 400;
	text-align: start;
}

.namelist3-td__post {
	padding: 18px 10px;
	border-bottom: solid 1px #3e6eb3;
	border-top: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	width: 83%;
}

.organization__h4--small {
	font-size: .15rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.greeting__text-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.greeting__text {
	flex: 0 1 auto;
	width: 62%;
	line-height: .28rem;
}

.greeting__img-wrap {
	flex: 0 1 auto;
	width: 32%;
}

.greeting__img {
	width: 100%;
}

.greeting__name {
	margin-top: 20px;
	font-size: .21rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
	text-align: center;
}

.greeting__name--small {
	margin-right: 10px;
	font-size: .15rem;
}

.purpose__text {
	margin-bottom: 25px;
	line-height: .29rem;
}
@media(max-width: 1160px) {
	.sub-content__wrap {
		width: calc(100% - 40px);
	}
	.sub-nav {
		width: 30%;
	}
	.sub-content {
		width: 68%;
	}
	.inpage-link__list-item {
		width: 49%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media screen and (min-width:700px) and ( max-width:960px) {
	.about__main .inpage-link__wrap{
		flex-wrap: wrap;
	}
	.about__main .inpage-link__list-item,
	.inpage-link__wrap::before,
	.inpage-link__wrap::after{
		margin-right: 0;
		width: 47%;
	}
	.organization__content{
		padding: 45px 0 0;
	}
	.sub-nav{
	display:none;
	}
	
	.sub-content__wrap {
    width: calc(100% - 80px);
}

.sub-content {
    width: 100%;
}
}
/*スマホ*/

@media(max-width: 699px) {
	.sub-head__title {
		font-size: .25rem;
	}
	.sub-head__title--small {
		font-size: .2rem;
	}
	.sub-content__wrap {
		margin: 50px auto 0;
		width: 100%;
	}
	.sub-nav {
		display: none;
	}
	.sub-content {
		width: 100%;
	}
	.inpage-link__link {
		padding: 14px 0 16px 10px;
		font-size: .17rem;
	}
	.inpage-link__wrap {
		margin: 0 auto;
		width: calc(100% - 40px);
		flex-direction: column;
	}
	.inpage-link__list-item,
	.about__main .inpage-link__list-item {
		width: 81%;
		margin-right: 0;
	}
	.organization-overview {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.sub-content__wrap .organization-overview {
		margin-top: 50px;
	}
	.sub-content__h3 {
		padding: 0 20px 20px;
		font-size: .26rem;
		text-align: center;
		line-height: 1.5;
	}
	.organization__h4 {
		padding: 14px 16px;
		font-size: .20rem;
	}
	.organization__h4--small {
		display: block;
		font-size: .12rem;
	}
	.organization__content {
		padding: 30px 20px;
	}
	.overview-tr {
		border: 0;
		display: flex;
		flex-direction: column;
	}
	.overview-tr:first-child {
		border: 0;
	}
	.overview-th {
		padding: 4px 10px;
		width: 100%;
		font-size: .16rem;
	}
	.overview-td {
		padding: 10px 10px 24px;
		width: 100%;
	}
	.organization-figure__img-wrap {
		width: 100%;
		overflow: auto;
		padding: 0;
		background: #FFF;
	}
	.organization-figure__img {
		width: 600px;
	}
	.namelist1-table,
	.namelist2-table,
	.namelist3-table {
		width: 100%;
		display: block;
		overflow: auto;
	}
	.namelist3-table {
		margin-bottom: 0;
	}
	.namelist1-table tbody {
		width: 650px;
		display: block;
	}
	.namelist2-table tbody,
	.namelist3-table tbody {
		width: 530px;
		display: block;
	}
	.sponsor__list-item {
		padding: 24px 10px 14px;
	}
	.sponsor__img-wrap {
		padding: 15px 5px;
	}
	.sponsor__name {
		font-size: .12rem;
		text-align: center;
	}
	.greeting__text-wrap {
		flex-direction: column-reverse;
	}
	.greeting__text {
		width: 100%;
	}
	.greeting__img-wrap {
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.greeting__img {
		width: 70%;
	}
	.greeting__name {
		margin-top: 20px;
		font-size: .26rem;
	}
}

.accordion-container {
	width: 790px;
	max-width: 100%;
}

.accordion-item {
	background-color: #F3F8FE;
	margin-bottom: 30px;
	border: 1px solid #3E6EB3;
	border-radius: 9px;
}

.accordion-title {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 20px 20px;
	border-radius: 9px 9px 0 0;
	background-color: #F3F8FE;
	color: #3E6EB3;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.accordion-content {
	padding: 30px 20px 0;
	background-color: #F3F8FE;
	border-radius: 0 0 9px 9px;
	background-image: linear-gradient(to right, #000 8px, transparent 8px);
	background-size: 30px 1px;
	background-repeat: repeat-x;
	background-position: left top;
}

.accordion-content p {
	font-size: 13px;
	line-height: 1.5;
}

.accordion-content > div {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.accordion-content > div::after {
	display: block;
	content: "";
	width: 148px;
}

.accordion-content > div a {
	text-decoration: none;
	display: block;
	min-width: 120px;
	color: #0099FF;
	font-size: .17rem;
	margin-right: 30px;
	margin-bottom: 22px;
	padding-left: 15px;
	position: relative;
}


/* 矢印 */

.accordion-title {
	position: relative;
	font-size: .21rem;
	font-family: var(--font-maru);
	font-weight: var(--font-weight-m);
}

.accordion-title::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #3E6EB3;
	border-right: solid 2px #3E6EB3;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	transform: rotate(135deg)translateX(-1px)translateY(1px);
	margin: auto;
}

.accordion-title::before {
	content: '';
	width: 30px;
	height: 30px;
	border: solid 2px #3E6EB3;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.accordion-content > div a::after {
	content: '';
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 1px #0099FF;
	border-right: solid 1px #0099FF;
	position: absolute;
	top: 49%;
	left: 1px;
	transform: rotate(45deg);
}

.accordion-content > div a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: solid 1px #0099FF;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -5px;
}

.accordion-title.open::after {
	transform: rotate(-45deg)translateX(-1px)translateY(1px);
}

.accordion-title.open {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.dashed {
	display: none;
	width: 740px;
	margin: 0 auto;
}

table {
	width: 100%;
}

.accordion-content .accordion-content-articles-of-incorporation,
.accordion-content .accordion-content-business-plan,
.accordion-content .accordion-content-income-and-expenditure-budget {
	width: 700px;
}

.accordion-content-articles-of-incorporation table,
.accordion-content .accordion-content-business-plan {
	margin-bottom: 30px;
}

.accordion-content table,
.accordion-content th,
.accordion-content td {
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.accordion-content th,
.accordion-content td {
	padding: 0.5em 5px;
}

.accordion-content th[scope="col"] {
	background: #006acc;
	color: #fff;
	text-align: center;
}

.accordion-content th[scope="row"] {
	background: #deefff;
	text-align: left;
}

.accordion-content table.archives {
	border: none;
	width: 80%;
}

.accordion-content table.archives tr {
	background: none !important;
}

.accordion-content table.archives th,
.accordion-content table.archives td {
	padding: 3px;
	border: 1px solid #ccc !important;
	width: 49%;
}

.accordion-content table.archives img {
	display: none;
}

.a-center {
	text-align: center;
}

.a-right {
	text-align: right;
	background-color: #F3F8FE;
}

.accordion-content h3,
.accordion-content h2.forMobile {
	font-size: 1.125em;
	position: relative;
	padding-left: 16px;
}

.accordion-content h2:before,
.accordion-content h3:before,
.accordion-content h2.forMobile:before {
	content: "";
	position: absolute;
	background: #0082e6;
	top: 0;
	left: 0;
	height: 100%;
	width: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.accordion-content h4 {
	border-bottom: 1px dashed #7ab8f2;
	padding: 0 0 10px 6px;
}

.accordion-content h1,
.accordion-content h2,
.accordion-content h3,
.accordion-content h4,
.accordion-content h5,
.accordion-content h6,
.accordion-content p,
.accordion-content ul,
.accordion-content ol,
.accordion-content dl,
.accordion-content table,
.accordion-content {
	margin-bottom: 1em;
}

.accordion-content li,
.accordion-content dd {
	margin-left: 1.4em;
}
.accordion-content-business-plan ul{
	list-style-type: disc;
}
@media screen and (min-width:700px) and ( max-width:1140px) {
	.dashed{
		width: 100%;
	}
}
@media screen and (max-width: 699px) {
	.operation-information--main {
		display: block;
	}
	.accordion-content {
		width: 100%;
	}
	.accordion-container {
		width: 100%;
	}
	.accordion-item {
		border-left: none;
		border-right: none;
	}
	.accordion-item,
	.accordion-title {
		border-radius: 0;
	}
	.accordion-content > div {
		justify-content: space-around;
	}
	.dashed {
		width: 100%;
	}
	.accordion-content-articles-of-incorporation .a-center {
		letter-spacing: .05em;
	}
}