@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about .txt.fm {
	font-size: 20px;
	line-height: 2;
}
#about .box_flex .info {
	width: 583px;
}
#about .box_flex .info h3 {
	margin-bottom: 50px;
}
#about .box_flex .info .line {
	position: relative;
	padding: 0 0 0.6em 20px;
	border-left: 2px solid #534741;
	border-bottom: 2px solid #534741;
	line-height: 1.6;
}
#about .box_flex .info .line.fm {
	font-size: 20px;
}
#about .box_flex .info .txt {
	font-size: 108%;
	font-family: var(--font-sans);
}
#about .box_flex .info dl {
	font-size: 110%;
	margin-bottom: 30px;
}
#about .box_flex .info dl:last-of-type {
	margin-bottom: 0;
}
#about .box_flex .info dl dt {
	margin-bottom: 10px;
}
/**/
#about .about::before {
	background: url(../img/bg-kumo.png) no-repeat center / 90vw auto;
	top: auto;
	bottom: -5vw;
	left: -64vw;
}
#about .about .ttl {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 76px 30px;
	background: url("../img/about/ttl-bg.png") no-repeat center center / 100% 100%;
	box-shadow: 3px 3px 7px rgba(199, 178, 153, 0.8);
}
#about .about .ttl h2 {
	margin-bottom: 20px;
	font-size: 50px;
	text-align: center;
}
#about .about .ttl p {
	text-align: center;
}
#about .about .ttl p:last-child {
	margin-bottom: 0;
}
#about .about .ttl p a {
	display: inline-block;
	color: var(--color-primary);
	font-size: 22px;
	text-decoration: underline;
	text-underline-offset: 5px;
}
#about .about .ttl ul {
	width: 100%;
	max-width: 420px;
	margin: auto;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#about .about .ttl ul li {
	width: calc(50% - 5px);
}
#about .about .box {
	width: 100%;
	max-width: 600px;
	margin: auto;
	font-size: 110%;
	font-family: var(--font-sans);
}
#about .about p.line {
	margin: 2em 0;
	padding: 0 0 20px 25px;
	background: url("../img/about/line.png") no-repeat left bottom / 100% auto;
	font-size: 120%;
}
#about .about p.line:last-child {
	margin-bottom: 0;
}
/**/
#about .karada::before {
	background: url("../img/bg-kumo02.png") no-repeat center / 90vw auto;
	top: auto;
	bottom: -15vw;
	left: auto;
	right: -40vw;
}
#about .world::before {
	background: url("../img/top/bg01.png") no-repeat left bottom -50px;
}
#about #slide01 .bg_wide::before,
#about #slide02 .bg_wide::before {
	background: url("../img/about/slide01/bg.jpg") no-repeat center center / cover;
}
#about #slide01,
#about #slide02 {
	text-align: center;
}
#about #slide01 img,
#about #slide02 img {
	max-width: 1000px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about .box_flex .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#about .box_flex .info .line.fm, #about .txt.fm {
		font-size: 18px;
	}
	#about .box_flex .info .txt {
		font-size: 100%;
	}
	#about .box_flex .info h3 {
		margin-bottom: 30px;
	}
	#about .box .img, #about .box02 .img {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#about .karada::before {
		bottom: -70vw;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about .about .ttl {
		margin: 0 auto 20px;
		padding: 40px 30px;
		background-size: 108% 108%;
	}
	#about .about .ttl h2 {
		margin-bottom: 5px;
		font-size: 28px;
	}
	#about .about .ttl p a {
		font-size: 18px;
	}
	#about .about .ttl ul {
		column-gap: 0;
		row-gap: 5px;
	}
	#about .about .ttl ul li {
		width: 50%;
	}
	#about .about .box {
		font-size: 105%;
	}
	#about .about p.line {
		margin: 1.5em 0;
		padding: 0 0 15px 20px;
		font-size: 110%;
		line-height: 1.6;
	}
	#about .about p.line:last-child {
		margin-bottom: 0;
	}
	#about .box_flex .info h3 img {
		width: 90%;
		margin: auto;
	}
}
/*--------------------------------------------------
  主宰・指導責任者
--------------------------------------------------*/
#top_profile .list {
	border-top: 2px solid #534741;
	border-bottom: 2px solid #534741;
	padding: 50px;
}
#top_profile .list .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#top_profile .list .box dl:not(:last-of-type) {
	margin-bottom: 30px;
}
#top_profile .list .box dl dt {
	width: 170px;
	text-align: right;
	font-size: 110%;
}
#top_profile .list .box dl dt.fm {
	font-size: 20px;
}
#top_profile .list .box dl dd {
	width: calc(100% - 200px);
	font-size: 110%;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_profile .list {
		padding: 20px;
	}
	#top_profile .list .box dl dt {
		width: 150px;
	}
	#top_profile .list .box dl dt.fm {
		font-size: 18px;
	}
	#top_profile .list .box dl dd {
		width: calc(100% - 180px);
		font-size: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_profile .list {
		padding: 15px 0;
	}
	#top_profile .list .box dl dt {
		width: 100%;
		text-align: left;
	}
	#top_profile .list .box dl dd {
		width: 100%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_profile .list .box dl dd {
		font-size: 94%;
	}
}
