@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@700&display=swap');

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	color: var(--base-color);
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.5;
	font-weight: 600;
	background-color: var(--main-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.header-top-list {
	display: none;
}

.header-top {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.header-top a {
    font-size: 25px;
    width: 100%;
    word-break: break-all;
}
.header-top img {
	width: 100%;
	/*max-width: 174px;
	height: 118px;
	min-width: 174px;*/
}
.main {
	overflow: hidden;
	margin-bottom: 0;
}
.front-page .top-image01, .top-image02 {
	border-top: solid 5px var(--base-color);
	border-bottom: solid 5px var(--base-color);
}
.front-page .top-image01 {
	aspect-ratio: 16 / 9;
}
.front-page .top-image01 img,
.front-page .top-image02 figure img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}
.front-page .top-image02 figure {
	aspect-ratio: 3 / 4;
}
.front-page .top-text {
	padding: 30px 20px 60px;
}
.front-page .top-text > * + * {
	margin-top: 20px;
}
.front-page .top-text h2 {
	font-size: 20px;
}
.front-page .top-text p {
	line-height: 1.812;
	font-size: 14px;
}
.front-page .top-con figure {
	aspect-ratio: 4 / 3;
}
.front-page .top-con figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-page .top-con figure::after {
	content: '';
	background-color: var(--main-color02);
	opacity: 70%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.front-page .top-images01 {
	position: relative;
	border-bottom: 5px solid var(--base-color);
}
.front-page .top-con p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.front-page .top-con p a {
	font-size: 24px;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	letter-spacing: 0;
	white-space: nowrap;
}
.front-page .top-con p a::after { 
	content: "";
	width: 48px;
	height: 48px;
	background: url(../img/top-arrow.png) no-repeat center center / contain;
}  
.front-page .top-blog {
	background-color: var(--base-color);
	color: var(--sub-color);
	padding-bottom: 53px;
	border-bottom: 5px solid var(--base-color);
}
.front-page .top-blog .top-blog-heading {
	color: var(--main-color02);
	text-align: center;
	margin-bottom: 45px;
}
.front-page .top-blog .top-blog-heading p {
	font-size: 14px;
}
.front-page .top-blog .top-blog-heading h2 {
	font-family: 'Archivo Narrow';
	font-size: 50px;
	line-height: 1;
}
.front-page .top-blog-list {
	padding: 0 20px;
}
.front-page .top-blog-item + .top-blog-item {
	margin-top: 12px;
}
.top-blog-link {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--sub-color);
}
.top-blog-link + .top-blog-link {
	margin-top: 12px;
}
.top-blog-date {
	font-family: 'Archivo Narrow';
	font-size: 14px;
	display: inline-block;
	margin-bottom: 3px;
}
.top-blog-ttl {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.page-foot {
	border-bottom: 4px solid var(--base-color);
}
.page-foot-item {
	display: flex;
	flex-direction: column;
}
/* .page-foot-item a {
	display: block;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	gap: 0 20px;
}
.page-foot-item a::after {
	content: "";
	background: url(../img/top-arrow.png) no-repeat center center / contain;
	width: 48px;
	height: 48px;
} */
.page-foot-img {
	border-top: 5px solid var(--base-color);
	aspect-ratio: 16 / 9;
	width: 100%;
}
.page-foot-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer {
	background-color: var(--sub-color02);
	padding-bottom: 70px;
}
.main-logo {
	margin: 0 auto;
	padding: 30px 0 50px;
	font-size: 20px;
	text-align: center;
}
.main-logo img{
	width: 169px;
}
.copyright {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	font-family: 'Archivo Narrow';
}
.iconbox {
	display: none;
}
.burbox {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background-color: var(--base-color);
	z-index: 1000;
	left: 0;
	bottom: 0;
}
.burbox02 {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 22px;
	transform: translateY(-50%);
}
.burbox02 span {
	position: absolute;
	width: 30px;
	height: 3px;
	right: 0;
	background-color: var(--main-color);
	transition: all .4s ease;
}
.burbox02 span.burger01 {
	top: 0;
	width: 30px;
}
.burbox02 span.burger02 {
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
}
.burbox02 span.burger03 {
	bottom: 0;
	width: 22px;
}
.burbox02.is-active .burger01 {
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	width: 36px;
}
.burbox02.is-active .burger02 {
	opacity: 0;
}
.burbox02.is-active .burger03 {
	bottom: 46%;
	transform: rotate(-45deg) translateY(50%);
	width: 36px;
}
.bur-txt {
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
}
.menu {
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color03), 0.8);
	color: var(--base-color);
	position: fixed;
	top: 0;
	right: -102%;
	z-index: 1;
	transition: all 0.8s ease;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 10px 0 130px;
	overflow-y: auto;
}
.menu.is-active {
	right: 0;
}
.top-list02 {
	font-size: 18px;
	margin: 20px 0;
}
.top-list02::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 3px;
	background-image: url(../img/icon05.png);
	margin: 0 20px 0 55px;
	vertical-align: 4px;
}
.iconbox02 div a img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}
/* .top-image07 {
	width: 28px;
	height: 28px;
}
.top-image08 {
	width: 26px;
	height: 30px;
} */
.iconbox02 {
	display: flex;
	align-items: center;
	margin-left: 55px;
	gap: 0 25px;
	}
:where(.main>.wp-block-columns.is-layout-flex) {
	gap: 0em;
}
.common-inner02 {
	background-color: var(--base-color02);
}
@media screen and (min-width: 768px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 125px;
		background: var(--main-color);
		border-bottom: 5px solid var(--base-color);
		z-index: 9999;
	}
	.burbox {
		display: contents;
	}
	.burbox02 {
		width: 52px;
		height: 30px;
		right: 30px;
	}
	.burbox02 span {
		background: var(--base-color);
		height: 4px;
	}
	.burbox02 span.burger01 {
		width: 42px;
	}
	.burbox02 span.burger02 {
		width: 36px;
	}
	.burbox02 span.burger03 {
		width: 29px;
	}
	.burbox02.is-active .burger01,
	.burbox02.is-active .burger03 {
		width: 40px;
	}
	.bur-txt {
		color: var(--base-color);
		font-size: 16px;
		right: 86px;
	}
	.menu {
		top: 125px;
		width: 50%;
		right: -60%;
		padding-bottom: 170px;
	}
	
	.main {
		margin-top: 125px;
	}

	.header-top {
		width: auto;
		height: 90px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 45px;
		transform: translateY(-50%);
	}
	.header-top img {
		height: 100%;
		width: auto;
	}
	.header-top a {
		font-size: 27px;
		vertical-align: middle;
		height: 90px;
		display: table-cell;
		text-align: left;
	}
	
	.front-page .top-image01, .top-image02 {
		border-top: none;
	}
	.top-text {
		width: 60%;
	}
	.top-image01 {
		border-top: none;
	}
	.top-image02 {
		width: 40%;
		align-items: flex-end;
		display: flex;
		border-bottom: none;
	}
	.front-page .top-image02 figure {
		aspect-ratio: auto;
		height: 100%;
	}
	.top-inner {
		display: flex;
		align-items: flex-end;
		border-bottom: 5px solid var(--base-color);
	}
	.front-page .top-text h2 {
		font-size: 26px;
	}
	.front-page .top-con {
		display: flex;
	}
	.front-page .top-con p a {
		font-size: 23px;
	}
	.front-page .top-con p a::after {
		width: 60px;
		height: 60px;
		transition: all 1s ease;
	}
	.front-page .top-images01:not(:first-of-type) {
		border-left: 5px solid var(--base-color);
	}
	.front-page .top-images01 figure {
		overflow: hidden;
	}
	.front-page .top-images01 figure img {
		transition: all 1s ease;
	}
	.front-page .top-images01:hover figure img {
		transform: scale(1.1);
	}
	.front-page .top-images01:hover a::after {
		transform: scale(0.8);
	}
	.top-text04 {
		font-size: 20px;
	}
	.top-text05 {
		font-family: 'Archivo Narrow';
		font-size: 80px;
	}
	.top-text03 {
		text-align: left;
		padding: 70px 0 40px 40px;
	}
	.top-text06 {
		margin: 0 auto 50px;
		max-width: 900px;
		padding: 0 40px;
	}
	.front-page .top-blog {
		padding-bottom: 80px;
	}
	.front-page .top-blog .top-blog-heading {
		text-align: left;
		padding-left: 43px;
	}
	.front-page .top-blog .top-blog-heading p {
		font-size: 20px;
	}
	.front-page .top-blog .top-blog-heading h2 {
		font-size: 80px;
	}
	.front-page .top-blog-list {
		max-width: 860px;
		margin: 0 auto;
		padding: 0 43px;
	}
	.top-blog-link {
		display: flex;
		align-items: center;
		gap: 0 100px;
		padding: 15px 45px;
	}
	.top-blog-link + .top-blog-link {
		margin-top: 0;
	}
	.top-blog-date {
		margin: 0;
		font-size: 18px;
	}
	.top-blog-ttl {
		-webkit-line-clamp: 1;
		font-size: 18px;
	}
	.link02 {
		font-size: 18px;
	}
	.page-foot-item {
		flex-direction: row;
	}
	.page-foot-item a {
		width: 55%;
		height: auto;
		font-size: 30px;
		letter-spacing: 0.1em;
	}
	.page-foot-item a::after {
		width: 70px;
		height: 70px;
		transition: all 1s ease;
	}
	.page-foot-item a:hover::after {
		transform: scale(0.8);
	}
	.page-foot-img:first-child {
		border-left: 0;
	}
	.page-foot-img {
		width: 50%;
		border-top: none;
		border-left: 5px solid var(--base-color);
	}
	.main-logo {
		width: fit-content;
		/* width: 225px; */
		height: fit-content;
		padding: 30px 0 35px 0;
	}
	.copyright {
		font-size: 18px;
		font-weight: 500;
	}
	.iconbox {
		display: none;
	}
	.footer {
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 782px) { 
	.front-page .top-inner {
		min-height: 61.12vw;
	}
	.front-page .top-text {
		padding: 40px 3.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-right: 4px solid var(--base-color);
	}
}

@media screen and (min-width: 1025px) {
	.top-image01 {
		border-top: none;
	}
	.main, .footer {
		width: calc(100% - 310px);
		margin-left: auto;
	}
	.header {
		width: 310px;
		height: 100%;
		border-right: 5px solid var(--base-color);
		border-bottom: none;
	}
	.header-top {
		width: 210px;
		padding: 0;
		margin: 40px 0 0 45px;
		position: static;
		transform: none;
		height: auto;
	}
	.header-top img {
		height: auto;
	}
	.header-nav {
		position: absolute;
		width: 100%;
		bottom: 40px;
		left: 0;
	}
	.header-top-list {
		display: block;
		font-size: 18px;
		margin-left: 40px;
	}
	.header-top-list li {
		margin-bottom: 25px;
	}
	.menu {
		display: none;
	}
	.main {
		margin-top: 0;
	}
	.front-page .top-text {
		padding: 80px 5vw;
	}
	.front-page .top-text h2 {
		font-size: 30px;
	}
	.front-page .top-text p {
		font-size: 16px;
	}
	.front-page .top-text > * + * {
		margin-top: 47px;
	}
	.front-page .top-blog .top-blog-heading {
		padding-left: 73px;
	}
	.front-page .top-blog-list {
		width: 85%;
		padding: 0;
	}
	/* .top-image06 {
		width: 20px;
		height: 20px;
	}
	.top-image07 {
		width: 28px;
		height: 28px;
	}
	.top-image08 {
		width: 26px;
		height: 30px;
	} */
	.iconbox {
		display: flex;
		gap: 0 20px;
		margin-left: 40px;
	}
	.iconbox div a img {
		width: 26px;
		height: 26px;
		object-fit: contain;
	}
	.top-text {
		width: 60%;
		border-right: 5px solid var(--base-color);
	}
	.top-image02 {
		width: 40%;
	}
	.front-page .top-inner {
		height: auto;
		min-height: auto;	
	}
	.top-con {
		display: flex;
	}
	.top-con p {
		font-size: 32px;
		position: absolute;
		top: 40%;
		left: 36%;
	}
	.top-text03 {
		text-align: left;
		padding: 75px 0 30px 75px;
	}
	.top-text06 {
		margin: 0 auto 50px;
		padding: 0 40px;
		max-width: 100%;
	}
	.top-text06 dt {
		float: left;
		clear: both;
		margin: 0;
		padding: 15px 100px 0 0;
	}
	.top-text06 dd {
		padding: 15px 0;
	}
	.main-logo {
		padding: 40px 0;
		font-size: 28px;

	}
	.burbox {
		display: none;
	}
	.top-text05 {
		font-family: 'Archivo Narrow';
		font-size: 80px;
	}
	.top-text04 {
		font-size: 20px;
	}
/**ここに追加分**/
	.top-image02 img {
		max-width: 100%;
		height: auto;
	}
	.top-list01 a {
		position: relative;
	}
	.top-list01 a::before,
	.top-list01 a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 2px;
		background-color: var(--base-color);
		transition: 0.3s;
	}
	.top-list01 a::before {
		top: 0;
		left: 0;
		transform: translateY(-5px);
	}
	.top-list01 a::after {
		bottom: 0;
		right: 0;
		transform: translateY(5px);
	}
	.top-list01 a:hover:before,
	.top-list01 a:hover:after {
		width: 100%;
	}
}
/*ここまでトップページ*/

/*ここからBLOGページ*/
.common-inner02 .breadcrumb {
	display: flex;
	margin-bottom: 28px;
	padding-left: 0;
	color: var(--sub-color);
	list-style-type: none;
}
.common-inner02 .breadcrumb li {
	font-size: 14px;
	font-family: 'Archivo Narrow', 'Hiragino Kaku Gothic ProN', sans-serif;
	white-space: nowrap;
}
.common-inner02 .breadcrumb li + li::before {
	content: "▶";
	color: var(--sub-color04);
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}
.common-inner02 .breadcrumb li a {
	text-decoration: underline;
}
.common-inner02 .breadcrumb li:last-of-type {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.common-text03 {
	font-size: 40px;
	font-family: 'Archivo Narrow';
	line-height: 40px;
	/* overflow: hidden; */
}
.common-text01 {
	margin: 20px 0 15px 20px;
}
/* .common-text02 {
} */
.blog-date, .blog-ttl {
	color: var(--sub-color);
}
.blog-image {
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-inner02 {
	padding: 20px 20px 100px;
}
.blog-content {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.blog-block {
	border: 3px solid var(--sub-color);
	border-radius: 5px;
	background-color: var(--base-color);
	overflow: hidden;
	transition: transform 0.1s;
	padding: 20px 20px 30px;
}
/* .blog-block:hover {
	transform: translateX(-3px) translateY(-3px);
	box-shadow: 5px 5px  var(--sub-color);
} */
.blog-date {
	padding: 0 5px;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0.02em;
	display: inline-block;
}
.blog-ttl {
	padding: 0 5px;
}
.blog-author {
	margin-top: 5px;
	padding: 0 5px;
}
.blog-author a {
	font-size: 13px;
}
.blog-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}
.blog-cate a {
	display: inline-block;
	font-size: 14px;
	background: var(--sub-color04);
	padding: 3px 6px;
}
.entry-head .blog-cate {
	margin-top: 10px;
}
.blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}
.blog-tags a {
	display: inline-block;
	background: var(--base-color02);
	padding: 3px 7px;
	margin-right: 10px;
	position: relative;
	font-size: 13px;
}
.blog-tags a::after {
	content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 12px;
    border-color: transparent transparent transparent var(--base-color02);
	position: absolute;
	top: 0;
	left: 100%;

}
.no-image {
	font-family: 'Archivo Narrow', sans-serif;
	color: var(--main-color04);
	font-size: 38px;
	background-color: var(--main-color05);
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	margin-bottom: 15px;
}
.no-image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .current {
	width: 41px;
	height: 41px;
	font-size: 20px;
	font-family: 'Archivo Narrow';
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--base-color);
	background-color: var(--main-color);
	border-radius: 3px;
	margin-right: 5px;
}
.page-numbers {
	width: 41px;
	height: 41px;
	font-size: 20px;
	font-family: 'Archivo Narrow';
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--sub-color);
	background-color: var(--sub-color03);
	border-radius: 3px;
	margin-right: 5px;
}
span.page-numbers.dots {
	background: none;
}
.pagination .nav-links {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
a.prev.page-numbers:before {
	content: "";
	width: 8px;
	height: 15px;
	border-top: 8px solid transparent;
	border-right: 8px solid var(--sub-color);
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-right: 12px;
}
a.next.page-numbers:before {
	content: "";
	width: 8px;
	height: 15px;
	border-top: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 8px var(--sub-color);
	margin-left: 12px;
}
.blog-head-ttl {
	margin-bottom: 30px;
	font-size: 18px!important;
	padding-left: 10px;
	border-left: 4px solid var(--main-color);
}

@media screen and (min-width: 768px) {
	.common-inner02 .breadcrumb {
		margin-bottom: 38px;
	}
	.blog-link {
		width: calc(50% - 6.21% / 2);
	} 
	.blog-block{
		height: 100%;
	}
	.blog-content {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 60px 6.21%;
		max-width: 910px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.blog-date, .blog-ttl {
		font-size: 18px;
	}
	.blog-author {
		margin-top: 2px;
	}
	.common-text01 {
		margin: 0 auto;
		padding: 40px 0 15px 20px;
	}
	.pagination .nav-links {
		margin-top: 70px;
	}
}
@media screen and (min-width: 1025px) {
	.common-inner02 {
		padding: 20px 40px 80px;
		border-top: 5px solid var(--base-color);
	}
	.common-text02 {
		font-size: 24px;
	}
	.common-text03 {
		font-size: 80px;
		line-height: 70px;
	}
	.common-text01 {
		padding: 50px 0 25px 72px;
	}
	.blog-content {
		padding: 0;
	}
	.blog-head-ttl {
		font-size: 22px!important;
	}
}
/*ここまでBLOGページ*/

/*ここからmoreページ*/
.common-inner02 {
	background-color: var(--base-color02);
	color: var(--sub-color);
}
.more-content {
	background-color: var(--base-color);
	padding: 30px 20px 80px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.more-image {
	aspect-ratio: 4 / 3;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.more-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.more-time {
	font-family: 'Archivo Narrow';
	font-size: 16px;
	letter-spacing: 0.02em;
}
.more-name {
	font-size: 14px;
	margin-left: auto;
}
.more-content h1 {
	font-size: 24px;
	border-top: 4px solid var(--main-color);
	border-bottom: 4px solid var(--main-color);
	padding: 8px 0;
}
.more-content h2 {
	font-size: 22px;
	border-left: 6px solid var(--main-color);
	padding-left: 13px;
}
.more-content h3 {
	font-size: 20px;
	background: var(--sub-color04);
	display: inline-block;
	padding: 5px;
}
.more-content h4 {
	font-size: 18px;
}
.more-content :is(h5, h6) {
	font-size: 16px;
}
.more-content ol li {
	font-size: 15px;
}
.more-content ol {
	list-style-type: decimal; /* デフォルトのリストスタイルを適用 */
	margin: 0 0 30px 20px
}
.more-content ul li {
	font-size: 15px;
	text-decoration: none;
	line-height: 2;
}
.more-content ul {
	list-style-type: disc;
	margin-left: 20px;
}
.more-content-inner img {
	margin-bottom: 10px;
}
.more-box {
	display: flex;
}
.more-content p {
	font-size: 15px;
	line-height: 1.866;
}
.entry-body > * + * {
	margin-top: 30px;
}
.entry-head, .entry-body, .entry-foot {
	max-width: 700px;
	margin: 0 auto;
	word-break: break-all;
}
.entry-head > img {
	width: 100%;
	margin-bottom: 10px;
}
.entry-body a {
	text-decoration: underline;
	color: var(--main-color);
}
.entry-foot {
	margin-top: 50px;
}
.entry-foot .blog-back {
	display: block;
	width: fit-content;
	height: 60px;
	border: 3px solid var(--sub-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	position: relative;
	padding: 0 30px 0 40px;
}
.entry-foot .blog-back::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 8px;
	border-top: solid 9px transparent;
	border-right: solid 9px var(--sub-color);
	border-bottom: solid 9px transparent;
	border-left: solid 9px transparent;
}
.more-content ol li {
	line-height: 2;
}
.more-title {
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid var(--sub-color);
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.more-content {
		width: 100%;
		margin: 0 auto;
		max-width: 980px;
		padding: 40px 40px 80px;
	}
	.more-image {
		margin-bottom: 18px;
	}
}
@media screen and (min-width: 1025px) {
	.common-inner02 {
		padding: 20px 80px 90px;
	}
	.more-content {
		padding: 55px 70px 100px;
	}
	.common-inner02 .breadcrumb li {
		font-size: 16px;
	}
	.entry-head, .entry-body, .entry-foot {
		max-width: 760px;
	}
	.more-time {
		font-size: 18px;
	}
	.more-name {
		font-size: 18px;
	}
	.more-title {
		font-size: 22px;
	}
	.entry-body > * + * {
		margin-top: 35px;
	}
	.more-content p {
		font-size: 18px;
		line-height: 1.666;
	}
	.more-content h1 {
		font-size: 28px;
	}
	.more-content h2 {
		font-size: 26px;
		padding-left: 16px;
	}
	.more-content h3 {
		font-size: 24px;
	}
	.more-content h4 {
		font-size: 22px;
	}
	.more-content h5 {
		font-size: 20px;
	}
	.more-content h6 {
		font-size: 18px;
	}
	.more-content ol li, .more-content ul li {
		font-size: 18px;
		line-height: 1.666;
	}
	.entry-foot .blog-back {
		width: 282px;
		font-size: 20px;
		height: 74px;
		position: relative;
		margin-top: 50px;
	}
	.entry-foot .blog-back::before {
		content: "";
		position: absolute;
		top: 26px;
		left: 8px;
		border-top: solid 9px transparent;
		border-right: solid 9px var(--sub-color);
		border-bottom: solid 9px transparent;
		border-left: solid 9px transparent;
	}
	.more-title {
		margin-bottom: 35px;
	}
	.more-content ol {
		margin-bottom: 35px;
	}
	.more-content .blog-tags a:hover {
		opacity: 0.5;
	}

}

/*ここから活動内容ページ*/
.main-contents-container {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 55px 20px 80px;
	background-color: var(--base-color);
	color: var(--sub-color);
}
.main-contents-container a {
	text-decoration: underline;
}
.activity figure img {
	border-radius: 5px;
}
.activity .main-contents-container > .wp-block-group > .wp-block-group__inner-container > * + * {
	margin-top: 38px;
}
.activity .wp-block-table tr td {
	display: block;
	padding: 15px;
}
.activity .wp-block-table td:nth-child(odd) {
	background-color: var(--base-color02);
	text-align: center;
	font-size: 16px;
}
.activity .wp-block-table td:nth-child(even) {
	line-height: 1.6;
}
.activity .wp-block-group p {
	line-height: 1.928;
	font-size: 14px;
}
.activity .wp-block-group h1 {
	font-size: 24px;
}
.activity .wp-block-group h2 {
	font-size: 22px;
}
.activity .wp-block-group h3 {
	font-size: 20px;
}
.activity .wp-block-group h4 {
	font-size: 18px;
}
.activity .wp-block-group :is(h5, h6) {
	font-size: 16px;
}
.activity .wp-element-caption {
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
}
.activity .wp-block-table td {
	margin: 0 0 -1px;
	border-color: var(--sub-color05);
}
.activity .wp-block-table {
	margin-top: 50px;
}
@media screen and (min-width: 768px) {
	.main-contents-container {
		padding: 55px 40px 100px;
		max-width: 900px;
		width: 100%;
		margin: 0 auto;
	}
	.main-contents-container > * {
		max-width: 760px;
		margin: 0 auto;
	}
	.activity .wp-block-group p {
		font-size: 18px;
	}
	.activity .wp-block-group h1 {
		font-size: 26px;
	}
	.activity .wp-block-group h2 {
		font-size: 24px;
	}
	.activity .wp-block-group h3 {
		font-size: 22px;
	}
	.activity .wp-block-group h4 {
		font-size: 20px;
	}
	.activity .wp-block-group :is(h5, h6) {
		font-size: 18px;
	}
	.activity .wp-block-table tr td {
		display: table-cell;
		vertical-align: middle;
	}
	.activity .wp-block-table td:nth-child(odd) {
		width: 150px;
	}
}
@media screen and (min-width: 1025px) {
	.main-contents-container {
		max-width: none;
	}
	.activity .wp-block-group p:nth-child(2),.wp-block-group p:nth-child(4) {
		font-size: 18px;
		line-height: 1.8;
	}
	.activity .wp-block-group h4,.wp-block-group h5 {
		font-size: 20px;
	}
	.activity .wp-block-table tr td {
		padding: 20px;
	}
	.activity .wp-element-caption {
		margin-top: 5px;
	}
}

/*ここから見学・体験ページ*/
	.tour-main .wp-block-group__inner-container > * + * {
		margin-top: 25px;
	}
	.tour-main .wp-block-group__inner-container > figure:nth-child(1) {
		margin-bottom: 37px;
	}
	.tour-main img {
		border-radius: 5px;
	}
	.tour-main h1 {
		font-size: 22px;
	}
	.tour-main h2 {
		font-size: 20px;
	}
	.tour-main h3 {
		font-size: 18px;
	}
	.tour-main :is(h4, h5, h6) {
		font-size: 16px;
	}
	.tour-main p {
		font-size: 16px;
	}
	.tour-main .wp-block-table {
		margin-top: 50px;
	}
	.tour-main .wp-block-table tr td {
		padding: 15px;
		display: block;
	}
	.tour-main .wp-block-table tr td {
		padding: 15px;
	}
	.tour-main .wp-block-table td {
		margin: 0 0 -1px;
		border-color: var(--sub-color05);
	}
	.tour-main .wp-block-table td:nth-child(odd) {
		background-color: var(--base-color02);
		text-align: center;
		font-size: 14px;
	}
	.tour-main .wp-block-table td:nth-child(odd) {
		background-color: var(--base-color02);
		text-align: center;
		font-size: 16px;
	}
	.tour-main .wp-block-table td:nth-child(odd) {
		vertical-align: middle;
	}
	.tour-main .wp-block-group__inner-container > .contact-btn {
		text-align: center;
		margin-top: 70px;
	}
	.contact-btn a{
		background-color: var(--sub-color04);
		display: inline-flex;
		align-items: center;
		border-radius: 31px;
		padding: 15px min(10%, 74px);
		text-align: center;
		box-shadow: 0px 4px 4px 0px #00000029;
		transition: all .4s ease;
		text-decoration: none;
	}
	.contact-btn a::after {
		content: "▶";
		color: #000;
		font-size: 14px;
		margin: 0 10px;
		display: inline-block;
	}
	.contact-btn a:hover {
		transform: translateY(4px);
		box-shadow: none;
	}
	.wp-block-table {
		overflow: visible;
	}
	@media screen and (min-width: 768px) {
		.tour-main .wp-block-table tr td {
			display: table-cell;
		}
		.tour-main .wp-block-table td:nth-child(odd) {
			width: 150px;
		}
	}
	@media screen and (min-width: 1025px) {
		.tour-main .wp-block-group__inner-container > figure:nth-child(1) {
			margin-bottom: 45px;
		}
		.tour-main .wp-block-group__inner-container > * + * {
			margin-top: 30px;
		}
		.tour-main h2 {
			font-size: 22px;
			text-align: left;
		}
		.tour-main p {
			font-size: 18px;
		}
		.tour-main .wp-block-table td:first-child {
			width: 120px;
		}
		.tour-main .wp-block-table td:nth-child(odd) {
			font-size: 16px;
			vertical-align: middle;
		}
		.tour-main .wp-block-table tr td {
			padding: 20px;
		}
		.tour-main .wp-element-caption {
			margin-top: 5px;
		}
		.tour-main .wp-block-group__inner-container > .contact-btn {
			margin-top: 80px;
		}
	}
/*ここから見学・体験ページここまで*/

table {
	color: #000;
}

.result .wp-block-heading {
	font-size: 16px;
	color: #000;
	background-color: var(--base-color02);
	margin-bottom: 20px;
	padding: 11px;
}
.result .common-inner02 .wp-block-columns-is-layout-flex {
	margin-bottom: 15px;
}
.result .common-inner02 .wp-block-columns-is-layout-flex tr:first-child td{
	background-color: var(--main-color);
	color: white;
}
.result table tr:not(:first-child, :last-child) td:first-child {
	text-align: center;
	vertical-align:middle;
	width: 80px;
}
.result table{
	font-size: 13px;
}
.result table td {
	padding: 10px;
	border: 2px solid var(--sub-color);
}
.result .common-inner02 .wp-block-columns-is-layout-flex tr:last-child td:first-child {
	text-align: left;
}
.result .common-inner02 .wp-block-columns-is-layout-flex tr:nth-child(4) td:last-child, 
.result .common-inner02 .wp-block-columns-is-layout-flex tr:nth-child(5) td:last-child {
	text-align: center;
	width: 20%;
}
.result .wp-block-columns + .wp-block-heading {
	margin-top: 40px;
}
.schedule-inner iframe {
	width: 100%;
}

@media screen and (min-width: 1025px) {
	.result .main-contents-container > * {
		max-width: 870px;
	}
	.result .wp-block-heading {
		font-size: 18px;
		padding: 10px 20px;
		margin-bottom: 30px;
	}
	.result .wp-block-columns + .wp-block-heading {
		margin-top: 57px;
	}
	.result .common-inner02 .wp-block-columns-is-layout-flex {
		margin-bottom: 30px;
	}
	.result table {
		font-size: 16px;
	}
	.result table td {
		padding: 12px;
	}
	.result table tr:not(:first-child, :last-child) td:first-child {
		width: 110px;
	}
	.result .common-inner02 .wp-block-columns-is-layout-flex tr:first-child td {
		padding: 12px 20px;
	}
}


/*ここからお問い合わせページ*/
.contact-form-wrap {
	max-width: 600px;
	margin: 0 auto;
}
.contact-inner02 {
	padding: 20px 20px 90px;
	background-color: var(--base-color02);
}
.contact-list ul li {
	font-family: 'Archivo Narrow';
	font-size: 14px;
	color: var(--sub-color);
}	
.contact-list ul li {
	text-decoration: underline;
}
.contact-list ul li:first-child::after {
	content: "▶";
	color: var(--sub-color04);
	font-size: 14px;
	margin: 0 10px;
	display: inline-block;
}
.contact-list ul {
	display: flex;
	margin-bottom: 35px;
}
.contact-list ul .contact-li02 {
	text-decoration: none;
}
.contact-text01 {
	font-size: 14px;
	margin: 0 auto 50px;
	max-width: 600px;
}
.contact-form + .contact-form {
	margin-top: 30px;
}
.contact-form dt {
	margin-bottom: 8px;
}
.contact-form .contact-for01 {
	width: 100%;
	height: 42px;
	border: 2px solid var(--main-color);
	border-radius: 3px;
	margin-bottom: 30px;
}
.contact-form .contact-for01 input {
	padding: 8px 10px;
	width: 100%;
}
.contact-form dt .must {
	padding: 4px 5px;
	border-radius: 3px;
	background: var(--req);
	color: var(--base-color);
	font-size: 12px;
	margin-left: 14px;
	vertical-align: 1px;
}
.contact-form textarea {
	width: 100%;
	height: 139px;
	border: 2px solid var(--main-color);
	border-radius: 3px;
	margin-bottom: 50px;
	padding: 9px 10px;
	font-size: 16px;
}
.contact-form input {
	border: 2px solid var(--main-color);
	width: 100%;
	padding: 9px 10px;
	font-size: 16px;
	border-radius: 3px;
}
.contact-for02 {
	background-color: var(--sub-color07);
	padding: 30px 0 35px 0;
	margin: 0 auto;
	max-width: 480px;
}
/* input[type="checkbox"] {
	display: none;
} */
.contact-for02 .contact-for04 {
	font-size: 13px;
	text-align: center;
	margin-bottom: 25px;
}
.contact-for02 dt {
	text-align: center;
	margin-bottom: 20px;
}
.contact-for04 a {
	text-decoration: underline;
}
.contact-for02 .contact-for03 {
	text-align: center;
}
.con-form-check {
	position: relative;
	cursor: pointer;
}
.con-form-checkbox {
	display: none;
}
/* .con-form-part {
	padding-left: 23px;
	margin-right: 10px;
	position: relative;
} */
/* .con-form-part::before {
	content: "";
	background: var(--base-color);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 23px;
	height: 23px;
}
.con-form-part::after {
	content: "";
	width: 12px;
	height: 17px;
	border-right: 3px solid var(--base-color);
	border-bottom: 3px solid var(--base-color);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 25%;
	left: 5px;
	opacity: 0;
}
.con-form-checkbox:checked + .con-form-part::after {
	opacity: 1;
}
.con-form-checkbox:checked + .con-form-part::before {
	background-color: var(--main-color);
} */

.contact-submit {
	width: 260px;
	margin: 60px auto 0;
	text-align: center;
	font-size: 16px;
	background: var(--sub-color04);
	padding: 20px 0px;
	border-radius: 8px;
	box-shadow: 0px 4px 4px var(--shadow);
	cursor: pointer;
	transition: all .4s ease;
	display: block;
}
.contact-submit:hover {
	transform: translateY(4px);
	box-shadow: none;
}

.ap_contact-inner input[type="submit"] {
	background: var(--sub-color04);
	border-color: var(--sub-color04);
}
@media screen and (min-width: 768px) {
	.contact-for02 {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1025px) {
	.contact-inner02 {
		padding: 20px 75px 100px;
	}
	.contact-list ul {
		margin-bottom: 70px;
	}
	.contact-text01 {
		font-size: 16px;
		margin-top: 25px;
	}
	.contact-for02 {
		width: 487px;
		height: 225px;
		padding: 35px 0 35px 0;
		margin: 0 auto;
	}
	.contact-for02 .contact-for04 {
		margin-bottom: 40px;
	}
	.contact-submit {
		margin: 60px auto 0;
		font-size: 18px;
		width: 274px;
		display: block;
	}
	
	.contact-form {
		display: flex;
	}
	.contact-form .contact-for01 {
		width: 380px;
		height: 50px;
		margin: 0 0 30px auto;
	}
	.contact-form dt {
		margin-top: 13px;
		width: 200px;
	}
	.contact-form dd {
		width: calc(100% - 200px);
	}
	.contact-form .contact-for07 {
		width: 380px;
	}
	.contact-form .contact-for01 input {
		padding: 11px 13px;
		width: 100%;
	}
}

/*ここまでお問い合わせページ*/

/*ここから確認画面ページ*/
.contact-confirm-inner02 {
	padding: 20px 20px 80px;
	background-color: var(--base-color02);
}
.contact-confirm-con dt .must {
	padding: 4px 5px;
	border-radius: 3px;
	background: var(--req);
	color: var(--base-color);
	font-size: 12px;
	margin-left: 14px;
}
.contact-confirm-con02 dt .must {
	padding: 4px 5px;
	border-radius: 3px;
	background: var(--req);
	color: var(--base-color);
	font-size: 12px;
	margin-left: 14px;
}
.contact-confirm-text02 {
	border-bottom: 1px solid var(--sub-color08);
	padding: 11px 0 20px 0;
	margin-bottom: 20px;
}
.contact-confirm-text03 {
	padding: 10px 0 70px 0;
}
.contact-confirm-con03 {
	width: 212px;
	margin: 0 auto;
}
.contact-confirm-submit,
.contact-confirm-submit02 {
	width: 100%;
	box-shadow: 0px 4px 4px var(--shadow);
	cursor: pointer;
	text-align: center;
	padding: 20px 0px;
	border-radius: 8px;
	transition: all .4s ease;
}
.contact-confirm-submit {
	background: var(--sub-color04);
}
.contact-confirm-submit02 {
	margin-top: 30px;
	background: var(--sub-color08);
}
.contact-confirm-submit:hover,
.contact-confirm-submit02:hover {
	transform: translateY(4px);
	box-shadow: none;
}
.confirm-text04 {
	font-size: 14px;
	margin: 0 auto 50px;
	max-width: 600px;
}
@media screen and (min-width: 768px) {
	.contact-confirm-con03 {
		width: 474px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		gap: 0 34px;
	}
	.contact-confirm-submit02 {
		margin-top: 0;
	}
}
@media screen and (min-width: 1025px) {
	.contact-confirm-inner02 {
		padding: 20px 75px 95px;
		background: var(--base-color02);
	}
	.confirm-text04 {
		font-size: 16px;
		margin: 25px auto 60px;
	}
	.contact-confirm-con,.contact-confirm-con02 {
		display: flex;
		border-bottom: 1px solid var(--sub-color08);
		margin-bottom: 24px;
	}
	.contact-confirm-con {
		padding-bottom: 24px;
	}
	.contact-confirm-text02 {
		border: none;
		padding: 0;
		margin: 0;
	}
	.contact-confirm-text01 {
		width: 216px;
	}
	.contact-confirm-text02 {
		width: calc(100% - 216px);
	}
	.contact-confirm-text03 {
		padding: 0 0 65px 0;
		width: calc(100% - 216px);
	}
	.contact-confirm-con02 {
		border: none;
		margin: 0;
	}
	.contact-confirm-con dt .must {
		margin-left: 12px;
	}
	.contact-confirm-con02 dt .must {
		margin-left: 12px;
	}
	.contact-confirm-text04 {
		display: block;
	}
	.contact-confirm-con03 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	.contact-confirm-submit {
		padding: 20px 74px;
		margin: 0;
	}
	.contact-confirm-submit02 {
		padding: 20px 74px;
		margin: 0 35px 0 0;
	}
}
/*ここまで確認画面ページ*/

/*ここから完了ページ*/
.contact-thanks-text {
	font-size: 26px;
	line-height: 1.625;
	text-align: center;
}
.contact-thanks-text02 {
	display: block;
	margin-bottom: 40px;
}
.contact-thanks-text03 {
	line-height: 2;
	text-align: center;
}
.contact-thanks-back {
	margin: 45px auto 0;
	text-align: center;
	font-size: 16px;
	background: var(--sub-color04);
	padding: 20px 0px;
	border-radius: 8px;
	box-shadow: 0px 7px 10px -10px;
	display: block;
	width: 244px;
}
.contact-thanks-content {
	padding: 70px 50px 100px;
	background: var(--base-color);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	color: var(--sub-color);
}
@media screen and (min-width: 1025px) {
	.contact-thanks-content {
		margin: 0;
		width: 100%;
		padding: 115px 240px 130px;
	}
	.contact-confirm-inner02 {
		padding: 20px 75px 85px;
	}
	.contact-thanks-text {
		font-size: 36px;
	}
	.contact-thanks-text02 {
		display: inline-block;
	}
	.contact-thanks-back {
		margin: 60px auto 0;
		font-size: 18px;
		width: 256px;
	}
}

/* ここからオオタニ */
/* お問い合わせ完了ページ */

.contact_sent .main-contents-container{
	background-color: #fff;
	padding: 71px 20px 106px;
}
.contact_sent .main-contents-container h2{
	font-size: 20px;
	text-align: center;
	margin-bottom: 39px;
	line-height: 39px;
}
.contact_sent .br-sp{
	display: none;
}
.contact_sent .main-contents-container p{
	text-align: center;
	font-weight: bold;
	line-height: 32px;
}
.contact_sent .main-contents-container p a{
	display: block;
	width: 256px;
	height: 67px;
	margin: 60px auto 0 auto;
	border-radius: 8px;
	background-color: var(--sub-color04);
	color: var(--sub-color);
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	box-shadow: 0px 4px 4px var(--shadow);
	transition: all .4s ease;
	text-decoration: none;
}
.contact_sent .main-contents-container p a:hover {
	transform: translateY(4px);
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	.contact_sent .main-contents-container{
		padding: 115px 40px 128px;
	}
	.contact_sent .main-contents-container h2{
		font-size: 36px;
		line-height: 54px;
	}
	}


/* プライバシーポリシーのページ */

.privacy_policy .main-contents-container{
	background-color: var(--base-color);
	line-height: 1.85;
	padding: 60px 6% 124px 6%;
	font-size: 14px;
}
.privacy_policy .main-contents-container :is(h1, h2, h3, h4, h5, h6) {
	margin: 40px 0 12px;
}
.privacy_policy .main-contents-container :is(h1, h2, h3) {
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--main-color);
}
.privacy_policy .main-contents-container h3:nth-child(2){
	margin-top: 50px;
}
.privacy_policy .main-contents-container p{
	margin-bottom: 26px;
}
.privacy_policy .main-contents-container ul{
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 17px;
}
.privacy_policy .main-contents-container ol {
	list-style-type: decimal;
	margin-bottom: 20px;
	padding-left: 20px;
}
.privacy_policy .main-contents-container h4{
	font-size: 17px;
}
.privacy_policy .main-contents-container h5{
	font-size: 16px;
}
.privacy_policy .main-contents-container h6{
	font-size: 15px;
}
@media screen and (min-width: 768px) {
	.privacy_policy .main-contents-container{
		padding: 107px 110px 152px 110px;
		font-size: 16px;		
	}
	.privacy_policy .main-contents-container :is(h1, h2, h3, h4, h5, h6) {
		margin: 60px 0 20px;
	}
	.privacy_policy .main-contents-container :is(h1, h2, h3){
		font-size: 24px;
	}
	.privacy_policy .main-contents-container h4{
		font-size: 22px;
	}
	.privacy_policy .main-contents-container h5{
		font-size: 20px;
	}
	.privacy_policy .main-contents-container h6{
		font-size: 	18px;
	}
}

/* よくある質問ページ */

.faq .main-contents-container{
	background-color: #fff;
}
.faq .main-contents-container{
	font-size: 14px;
}
.faq h2 {
	padding: 0em 1em;
	font-size: 16px;
	border-left: solid 5px var(--main-color);
	margin-bottom: 20px;
}
.faq .main-contents-container p:nth-last-child(2){
	margin-top: 50px;
	text-align: left;
}
.faq-inner .common-inner02 .ballon_question_text_group h3 {
	margin: 0;
	width: 85%;
}
.faq .contact-btn{
	margin-top: 25px;
	text-align: center;
}

.faq .wp-block-column h3 {
	font-size: 16px;
}


@media screen and (min-width: 768px) {
	.faq .main-contents-container{
		font-size: 16px;
	}
	.faq h2{
		font-size: 24px;
	}
	
	.faq h2:nth-child(1) {
		margin-top: 40px;
	}

	.faq .main-contents-container p:nth-last-child(2){
		margin-top: 64px;
		text-align: center;
	}
	.faq .contact-btn{
		margin-top: 36px;
	}
	.faq-inner .common-inner02 .ballon_question_text_group h3 {
		width: 93%;
	}
}
.accordion__title {
	background-color: var(--main-color);
	border: 1px solid transparent;
	color: #fff;
	padding: 19px 15px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	margin: 20px 0;
}
.accordion__title::before, .accordion__title::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 3px;
	right: 25px;
}
.accordion__title::after {
	transform: rotate(90deg);
}
.is-open::after {
	opacity: 0;
}
.faq .accordion-text{
	display: none;
	padding: 10px 15px;
	margin-bottom: 20px;
	line-height: 21px;
	height: auto;
	background-color: var(--base-color02);
}
@media screen and (min-width: 768px) {
	.faq .accordion-text{
		padding: 25px 30px;
		line-height: 21px;
	}
}
.common-inner02 .wp-block-columns-is-layout-flex {
	margin-bottom: 0px;
}
.balloon3-right h3::after {
	content: "";
	position: absolute;
	top: 11px;
	right: -14px;
	border: 10px solid transparent;
	border-left: 12px solid var(--base-color);
}
.balloon3-right h3 {
	display: block;
	margin: auto;
	color: var(--main-color);
	width: 39px;
	height: 39px;
	background-color: var(--base-color);
	font-size: 20px;
	border-radius: 20px;
	text-align: center;
	position: relative;
	line-height: 39px;
}
.faq .main-contents-container .wp-block-columns{
	align-items: center!important;
}
.faq-inner .common-inner02 .ballon_question_text_group {
	margin: auto 0;
}
.faq .accordion-container + h2 {
	margin-top: 50px;
}
.wp-block-column.balloon3-right.is-layout-flow.wp-block-column-is-layout-flow {
	color: black;
}
:where(.faq .wp-block-columns.is-layout-flex) {
	gap: 1em;
}


/* 見学、体験についてボタン */

/* ここから池山が担当 */
/* ここからトップページ */
.front-page .top-blog > .wp-block-group__inner-container{
	padding-top: 58px;
}
.front-page .toop-blog .top-text05 {
	line-height: 1;
}

@media screen and (min-width: 768px){
	.front-page .link02{
		margin: 0 auto;
	}
}

/* ここまでトップページ */

/* ここから 試合結果 */
.result .wp-block-columns.is-layout-flex {
	gap: 15px;
}
@media screen and (min-width: 768px) {
.result .result-inner .common-inner02 .wp-block-columns-is-layout-flex{
	font-size: 16px;
	}
	.result .wp-block-columns.is-layout-flex {
		gap: 30px;
	}
}
/* ここまで 試合結果 */


/* ここからオオタニ 11/7*/
/* コーチ紹介 */
.coach .main-contents-container {
	padding: 55px 6% 100px;
	background: var(--base-color);
	font-size: 14px;;
}
.coach h2 {
	font-size: 23px;
	margin: 10px auto;
}
.coach h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.coach .wp-block-group__inner-container .coach_area,.coach .wp-block-group__inner-container .coach-bottom{
	border: black 3px solid;
	margin-bottom: 30px;
	padding: 10% 5% 5% 5%;
}
.coach .wp-block-group__inner-container .coach_area{
	margin-bottom: 40px!important;
}
.coach .wp-block-table td, .coach .wp-block-table th {
	border: none;
	font-weight: 100;
}
.coach .wp-block-table td:first-child {
	width: 60px;
	padding: .5em 0;
}
.coach_colum_right {
	padding: 20px 10px;
	border-radius: 5px;
	background-color: var(--base-color02);
}
.coach .coach_colum_left img,.coach .coach-bottom img {
	border-radius: 5px;
}
.coach figure.wp-block-image.size-full {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.coach figure.wp-block-image.size-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coach .coach_colum_left h4 {
	font-size: 18px;
}
.coach .coach_colum_left p {
	font-size: 12px;
	margin: 0 auto;
	max-width: 200px;
	text-align: left;
}
.coach .wp-block-column{
	margin: auto;
	text-align: center;
}
.coach .wp-block-column table{
	text-align: left;
	table-layout: fixed;
}
.coach .coach-bottom p{
	width: 100%;
	margin: auto;
	background-color: var(--base-color02);
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
}
.coach .wp-block-columns-is-layout-flex{
	gap: 0;
}
.coach .is-content-justification-left{
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

.coach .main-contents-container {
	padding: 55px 5% 100px;
}
.coach .wp-block-columns-is-layout-flex{
	gap: 30px;
}
.coach .wp-block-table td:first-child {
	width: 70px;
}
.coach figure.wp-block-image.size-full {
	width: 200px;
	height: 200px;
}
.coach .coach_colum_left img,.coach .coach-bottom img {
	border-radius: 5px;
	width: 100%;
}
.coach .wp-block-column{
	margin: 0 auto;
}
.coach .wp-block-group__inner-container .coach_area,.coach .wp-block-group__inner-container .coach-bottom{
	border: black 3px solid;
	margin-bottom: 30px;
	padding: 45px;
}
.coach_colum_right {
	padding: 20px;
	background-color: var(--base-color02);
}
.coach .coach-bottom p{
	padding: 20px;
}
}

/* ここから　池山修正 */

.front-page .top-blog .link02{
	display: block;
	color: var(--main-color02);
	margin: 0 auto;
	width: 216px;
	line-height: 46px;
	border: 2px solid var(--main-color02);
	border-radius: 31px;
	text-align: center;
	margin-top: 40px;
	transition: all .4s ease;
}
.front-page .top-blog .link02:hover {
	background: var(--main-color);
	color: var(--base-color);
}

/* 2302-2320を修正 */
/* ここまでトップページ--front-page */

/* ここから活動内容--activity */
.activity .main-contents-container .wp-block-heading{
	word-wrap: break-word;
}
/* ここまで活動内容--activity */

/* ここまで　池山修正 */


form input[type="checkbox"] {
    display: inline-block;
    background: var(--base-color);
    width: 23px;
    height: 23px;
	border: none;
	margin-right: 10px;
}
form input[type="checkbox"]:checked {
    display: inline-block;
    background: var(--main-color);
    width: 23px;
    height: 23px;
	border: none;
	margin-right: 10px;
	
}
form input[type="checkbox"]:after{
    content: "";
	width: 12px;
	height: 17px;
	border-right: 3px solid var(--base-color);
	border-bottom: 3px solid var(--base-color);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 40%;
	left: 5px;
}  

/* 最新のsafari用 */
.safari_show {
	display: none;
}
/* 古いsafari用 */
.safari_show {
	display: none;
}

/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .schedule_area iframe{
	display: none;
}
/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .schedule_area iframe{
	display: none;
	}
}

/* 最新のsafari用 */
_::-webkit-full-page-media, _:future, :root .safari_show {
	display: block;
}
/* 古いsafari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .safari_show {
	display: block;
	}
}

.schedule .common-inner02 .main-contents-container a {
	color: var(--main-color);
}