/* -----------------
override
-------------------*/
@media only screen and (max-width: 1023px) {
.sp-on {
	display: block !important;
}
.pc-on {
	display: none !important;
}
}/* @media */
/* -----------------
kv__talk
-------------------*/
.kv__talk {
	position: relative;
	z-index: 1;
	margin-left: 120px;
	padding-bottom: 185px;
	color: #fff;
}
.kv__talk::before {
	content: "";
	position: absolute;
	left: -120px;
	bottom: 0;
	z-index: -1;
	width: 100vw;
	height: 324px;
	background: #f5f5f5;
}
.kv__talk h1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	padding-inline: 50px;
	line-height: 1;
	text-align: center;
}
.kv__talk .en {
	display: block;
	margin-bottom: 25px;
	font-family: 'Cormorant Garamond', serif;
}
.kv__talk .en span:first-child {
	display: block;
	font-size: 59px;
	letter-spacing: -0.04em;
}
.kv__talk .en span:last-child {
	display: block;
	font-size: 115px;
	letter-spacing: -0.04em;
}
.kv__talk .en img {
	width: 52px;
	margin-inline: 10px;
	vertical-align: top;
}
.kv__talk .jp {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.11em;
}
.kv__talk .img {
	width: 100%;
	height: 581px;
	object-fit: cover;
}
.kv__talk .box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(840 / 1440 * 100vw);
	padding: 50px;
	color: #fff;
	background: url(../../img/feature/talk-about-kumon/kv_bg.jpg) no-repeat 50% / cover;
}
.kv__talk .box.animtrigger.view {
	animation: fadein 0.5s 0s cubic-bezier(0.77, 0, 0.175, 1), kv 1s 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	animation-fill-mode: both;
}
.kv__talk .box::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 6px;
	height: calc(100% - 120px);
	background: #71c9f3;
}
.kv__talk .box h2 {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: calc(40 / 28);
	letter-spacing: 0.06em;
}
.kv__talk .box p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 1023px) {
.kv__talk {
	margin-left: 0;
	padding-bottom: 0;
	background: #f5f5f5;
}
.kv__talk::before {
	display: none;
}
.kv__talk h1 {
	display: block;
	top: 70px;
	padding-inline: 30px;
	text-align: left;
}
.kv__talk .en {
	margin-bottom: 10px;
}
.kv__talk .en span:first-child {
	font-size: 26px;
}
.kv__talk .en span:last-child {
	font-size: 51px;
}
.kv__talk .en img {
	width: 23px;
	margin-inline: 10px;
}
.kv__talk .jp {
	font-size: 12px;
}
.kv__talk .img {
	height: 275px;
	object-position: 37% 0;
}
.kv__talk .box {
	position: static;
	position: relative;
	z-index: 1;
	width: auto;
	margin: -30px 30px 0 0;
	padding: 40px 30px;
	background: url(../../img/feature/talk-about-kumon/kv_bg_sp.jpg) no-repeat 50% / cover;
}
.kv__talk .box.animtrigger.view {
	animation: none;
}
.kv__talk .box::before {
	top: 50px;
	width: 4px;
	height: calc(100% - 100px);
}
.kv__talk .box h2 {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: calc(33 / 21);
	letter-spacing: 0.06em;
}
.kv__talk .box p {
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: 0;
}
}/* @media */
/* -----------------
talk-about__cont
-------------------*/
.talk-about__cont {
	padding-bottom: 80px;
	background: #f5f5f5;
}
@media only screen and (max-width: 1023px) {
.talk-about__cont {
	padding-bottom: 40px;
}
}/* @media */
/* -----------------
lead
-------------------*/
.lead {
	max-width: 960px;
	margin-inline: auto;
	padding: 80px 20px;
}
.lead p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 1023px) {
.lead {
	padding: 30px 30px 40px;
}
.lead p {
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: 0.04em;
}
}/* @media */
/* -----------------
profile
-------------------*/
.profile {
	max-width: 1200px;
	margin: 0 auto 80px;
}
.profile h2 {
	margin-bottom: 40px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 51px;
	font-weight: 600;
	text-align: center;
}
.profile .box {
	position: relative;
	background: #fff;
}
.profile .box::before,
.profile .box::after {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
}
.profile .box::before {
	left: 0;
	border-left: 1px solid #000;
}
.profile .box::after {
	right: 0;
	border-right: 1px solid #000;
}
.profile .box .inner {
	display: flex;
	align-items: start;
	gap: 0 40px;
	position: relative;
	padding: 50px 60px;
}
.profile .box .inner::before,
.profile .box .inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	border-bottom: 1px solid #000;
}
.profile .box .inner::before {
	left: 0;
	border-left: 1px solid #000;
}
.profile .box .inner::after {
	right: 0;
	border-right: 1px solid #000;
}
.profile .box .img {
	width: 120px;
}
.profile .box .set {
	flex: 1;
	font-size: 14px;
	line-height: calc(24 / 14);
}
.profile .box .division {
	margin-bottom: 5px;
}
.profile .box .name {
	margin-bottom: 5px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	letter-spacing: 0.07em;
}
.profile .box .year {
	margin-bottom: 40px;
}
.profile .box .text {
	margin-bottom: 10px;
	line-height: 2;
}
.profile .note {
	text-align: right;
	letter-spacing: 0.1em;
}
.profile .box .note {
	text-align: left;
}
.profile .profile__inner {
	display: flex;
	gap: 0 40px;
	margin-bottom: 20px;
}
.profile .profile__inner .box .inner {
	padding: 50px 40px;
}
.profile .profile__inner .box .year {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
.profile {
	margin: 0 0 30px;
	padding: 0 30px;
}
.profile h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.profile .box::before,
.profile .box::after {
	width: 10px;
	height: 10px;
}
.profile .box .inner {
	display: block;
	padding: 30px 20px;
}
.profile .box .inner::before,
.profile .box .inner::after {
	width: 10px;
	height: 10px;
}
.profile .box .img {
	display: block;
	width: 138px;
	margin: 0 auto 20px;
}
.profile .box .set {
	font-size: 12px;
	line-height: calc(22 / 12);
}
.profile .box .division {
	margin-bottom: 0;
}
.profile .box .name {
	margin-bottom: 0;
	font-size: 20px;
}
.profile .box .year {
	margin-bottom: 20px;
}
.profile .box .text {
	margin-bottom: 10px;
	line-height: calc(22 / 12);
}
.profile .box .note {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.profile .profile__inner {
	display: block;
	margin-bottom: 10px;
}
.profile .profile__inner .box .inner {
	padding: 30px 20px;
}
.profile .profile__inner .box + .box {
	margin-top: 30px;
}
.profile .profile__inner .img {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 90px;
}
.profile .profile__inner .division,
.profile .profile__inner .name,
.profile .profile__inner .year {
	margin-left: 110px;
}
.profile .profile__inner .division {
	font-size: 11px;
	line-height: calc(18 / 11);
}
.profile .profile__inner .name {
	font-size: 22px;
}
.profile .profile__inner .year {
	font-size: 11px;
}
.profile .profile__inner .box:first-child .division {
	margin-top: 5px;
}
.profile .profile__inner .box:last-child .division {
	margin-top: -5px;
}
}/* @media */
/* -----------------
theme
-------------------*/
.theme {
	display: flex;
	max-width: 1200px;
	margin-inline: auto;
	padding-block: 80px;
	background: #fff;
}
.theme .num {
	display: inline-block;
	margin-bottom: 30px;
	padding: 2px 10px;
	color: #fff;
	background: #71c9f3;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
}
.theme .num span {
	margin-left: .5em;
	font-family: 'Libre Caslon Display', serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.theme h2 {
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: calc(44 / 28);
	letter-spacing: 0.06em;
}
.theme .text p {
	font-size: 14px;
	line-height: calc(32 / 14);
	letter-spacing: 0.05em;
}
.theme .text p + p {
	margin-top: 2em;
}
.theme .set {
	flex: 1;
	padding-inline: 90px;
}
.theme.type02 .set {
	order: 2;
}
.theme figure {
	display: grid;
	place-content: center;
	width: 50%;
	padding: 60px;
}
.theme.type01 figure {
	background: url(../../img/feature/talk-about-kumon/future_bg_theme01.jpg) no-repeat 50% / cover;
}
.theme.type02 figure {
	order: 1;
	background: url(../../img/feature/talk-about-kumon/future_bg_theme02.jpg) no-repeat 50% / cover;
}
.theme.type03 figure {
	background: url(../../img/feature/talk-about-kumon/future_bg_theme03.jpg) no-repeat 50% / cover;
}
.theme figure img {
	margin: auto;
}
.theme figure figcaption {
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	letter-spacing: .05em;
}
.theme__img {
	display: block;
	max-width: 1200px;
	margin-inline: auto;
	padding-bottom: 80px;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.theme.type04 {
	display: block;
	padding: 80px calc(120 / 1200 * 100%) 40px;
}
.theme.type04 .item {
	display: flex;
	align-items: center;
	margin-block: 60px;
}
.theme.type04 .item .img {
	display: flex;
	align-items: center;
	gap: 0 20px;
	width: 170px;
}
.theme.type04 .item .img img {
	width: 80px;
}
.theme.type04 .item .img span {
	font-size: 14px;
	font-weight: 500;
}
.theme.type04 .item p {
	flex: 1;
	padding-left: 35px;
	border-left: 1px solid #eee;
	font-size: 14px;
	line-height: calc(32 / 14);
	letter-spacing: .05em;
}
.theme.type04 .theme__img {
	padding-bottom: 0;
	border-bottom: none;
}
@media only screen and (max-width: 1023px) {
.theme {
	display: block;
	margin-inline: 20px;
	padding-block: 40px;
}
.theme .num {
	margin-bottom: 15px;
	padding: 2px 10px;
	font-size: 12px;
}
.theme .num span {
	font-size: 11px;
}
.theme h2 {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: calc(33 / 21);
	letter-spacing: 0.1em;
}
.theme .text p {
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: 0;
}
.theme .set {
	margin-bottom: 40px;
	padding-inline: 27px;
}
.theme figure {
	width: auto;
	padding: 50px 35px;
}
.theme figure figcaption {
	margin-top: 10px;
	font-size: 11px;
}
.theme__img {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	margin-inline: 20px;
	padding-bottom: 40px;
	border-bottom: none;
}
.theme__img::after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: calc(100% - 40px);
	height: 1px;
	border-bottom: 1px solid #eee;
}
.theme.type04 {
	padding: 40px 25px 1px;
}
.theme.type04 .item {
	align-items: start;
	margin-block: 25px;
}
.theme.type04 .item .img {
	display: block;
	width: 40px;
}
.theme.type04 .item .img img {
	width: 40px;
}
.theme.type04 .item .img span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}
.theme.type04 .item p {
	padding-left: 20px;
	border-left: none;
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: .02em;
}
.theme.type04 .theme__img {
	width: 100%;
	margin: 40px 0;
	padding-bottom: 0;
}
}/* @media */
/* -----------------
msg
-------------------*/
.msg {
	max-width: 1200px;
	margin-inline: auto;
	background: #fff;
}
.msg p {
	position: relative;
	z-index: 2;
	margin-left: calc(400 / 1200 * 100%);
	padding: 50px 30px 50px 60px;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: calc(38 / 16);
	letter-spacing: 0.1em;
}
.msg p span {
	display: block;
	color: rgba(30,30,30,.2);
	font-size: 148px;
	line-height: .1;
}
.msg .theme__img {
	position: relative;
	z-index: 1;
	margin-top: -50px;
}
@media only screen and (max-width: 1023px) {
.msg {
	margin-inline: 20px;
}
.msg p {
	margin: 0;
	padding: 20px 10px 30px 20px;
	font-size: 12px;
	line-height: calc(22 / 12);
}
.msg p span {
	font-size: 74px;
}
.msg .theme__img {
	margin-top: 0;
	width: 100%;
	margin-inline: 0;
}
.theme.type04 + .msg p {
	padding: 40px 20px 30px 40px;
}
}/* @media */
/* -----------------
column
-------------------*/
.column {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
	border-top: 1px solid #eee;
	background: #fff;
	text-align: center;
}
.column h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 90px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.06em;
}
.column .set {
	margin-top: -45px;
	padding: 90px 60px 85px;
	color: #fff;
	background: #6dbde3;
}
.column h3 {
	margin-bottom: 35px;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	letter-spacing: 0.1em;
}
.column p {
	font-size: 14px;
	line-height: calc(32 / 14);
	text-align: left;
	letter-spacing: 0.05em;
}
.column .img {
	display: flex;
}
.column .img img {
	width: 50%;
}
.column .item {
	display: flex;
	gap: 0 40px;
	padding: 50px 40px;
	color: #000;
	background: #fff;
}
.column .item + .item {
	margin-top: 20px;
}
.column .item .img {
	display: block;
	width: 121px;
}
.column .item .img img {
	width: 100%;
}
.column .item .img span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
}
.column .item .text {
	flex: 1;
}
.column .item h4 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
@media only screen and (max-width: 1023px) {
.column {
	position: relative;
	margin-inline: 20px;
	padding-top: 30px;
	border-top: none;
}
.column::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	width: calc(100% - 40px);
	height: 1px;
	border-bottom: 1px solid #eee;
}
.column h2 {
	font-size: 33px;
}
.column .set {
	margin-top: -15px;
	padding: 60px 30px 40px;
}
.column h3 {
	margin: 0 -20px 25px;
	font-size: 21px;
}
.column p {
	font-size: 12px;
	line-height: calc(22 / 12);
	letter-spacing: 0;
}
.column .item {
	display: block;
	margin-inline: -15px;
	padding: 20px;
}
.column .item .img {
	display: flex;
	align-items: center;
	gap: 0 10px;
	width: auto;
	margin-bottom: 20px;
}
.column .item .img img {
	width: 40px;
}
.column .item .img span {
	margin-top: 0;
	font-size: 12px;
}
.column .item h4 {
	font-size: 14px;
}
}/* @media */
/* -----------------
other
-------------------*/
.other {
	padding: 100px 20px;
}
.other h2 {
	margin-bottom: 40px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 52px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}
.other .item {
	max-width: 720px;
	margin-inline: auto;
}
.other .item a {
	display: block;
	position: relative;
}
.other .item > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 28px;
	height: 13px;
	background: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28px" height="13px"><path d="M28.006,6.738 L21.739,13.006 L20.903,12.170 L25.979,7.094 L-0.000,7.094 L-0.000,5.906 L25.980,5.906 L20.903,0.829 L21.739,-0.007 L28.006,6.261 L27.768,6.499 L28.006,6.738 ZM26.281,6.791 L26.573,6.499 L26.281,6.207 L26.281,6.791 Z"/></svg>');
}
.other .item a .img {
	overflow: hidden;
}
.other .item a img {
	transition: transform .3s;
}
.other .item a:hover img {
	transform: scale(1.1);
}
.other .item .num {
	position: relative;
	margin-bottom: 20px;
	font-family: 'Libre Caslon Display', serif;
	font-size: 20px;
	letter-spacing: 0.08em;
}
.other .item .num::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(100% - 2em);
	height: 1px;
	background: rgba(13,12,19,.3);
}
.other .item h3 {
	display: inline-block;
	position: relative;
	margin-top: -48px;
	margin-bottom: 20px;
	padding: 25px 10px 0 0;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: calc(40 / 26);
	letter-spacing: 0.06em;
}
.other .item .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
.other .item .tag li {
	padding: 2px 8px;
	background: #f5f5f5;
	font-size: 12px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 1023px) {
.other {
	padding: 40px 30px;
}
.other h2 {
	margin-bottom: 30px;
	font-size: 28px;
}
.other .item a::after {
	display: none;
}
.other .item .img {
	position: relative;
}
.other .item .img::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 30px;
	background: #fff;
}
.other .item .img::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 13px;
	background: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="28px" height="13px"><path d="M28.006,6.738 L21.739,13.006 L20.903,12.170 L25.979,7.094 L-0.000,7.094 L-0.000,5.906 L25.980,5.906 L20.903,0.829 L21.739,-0.007 L28.006,6.261 L27.768,6.499 L28.006,6.738 ZM26.281,6.791 L26.573,6.499 L26.281,6.207 L26.281,6.791 Z"/></svg>');
}
.other .item .img img {
	height: 130px;
	object-fit: cover;
}
.other .item .num {
	margin-bottom: 10px;
	font-size: 12px;
}
.other .item h3 {
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 18px;
	line-height: calc(28 / 18);
}
.other .item .tag li {
	padding: 2px 8px;
	font-size: 11px;
}
}/* @media */

