@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

#main {
	
}
#seminar-wrap {
	display: flex;
	flex-wrap:wrap;
	/* border-top: 2px solid #FFFFFF; */
}
.seminar-each {
	width: 50%;
	background-image: url(images/seminar-img01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	box-sizing:border-box;
	align-items:center;
	
}
/*
.seminar-each .seminar-each_b {
	background-image: url(images/seminar-img02.png);
}
*/

.seminar-each a {
    padding-right: 4.61%;
    padding-left: 4.61%;
    text-decoration: none;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	min-height:352px;
}

.seminar-each:last-child {
	margin-right: 0px;
	background-image: url(images/seminar-img02.png);
}
.seminar-p {
	font-size: 2.2vw;
	letter-spacing: 1px;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	line-height: 1.8em;
	font-weight: 600;
	text-shadow: 0px 0px 4px #000000;
}




#about-wrap {
    background-image: url(images/about-bg.png);
    padding-top: 72px;
    padding-left: 7.69%;
    padding-right: 7.69%;
    padding-bottom: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#about-top-box {
    text-align: center;
}
#about-wrap h1 {
    font-size: 17px;
    color: #652800;
    line-height: 2em;
    margin-bottom: 36px;
    text-align: center;
    font-weight: 400;
}
#about_logo {
    width: 45px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 36px;
}
#about-box {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 48px;
    background-color: hsla(0,0%,100%,1.00);
    margin-bottom: 36px;
}
#about-box h2 {
    background-color: #AE9466;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: hsla(0,0%,100%,1.00);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 36px;
    text-align: center;
}
#about-h2-p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 36px;
    text-align: center;
}
#about-h2-p span {
    font-size: 26px;
    color: #AE9466;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 24px;
}

#about-p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.em;
    line-height: 2em;
    text-align: center;
}
#check-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    background-color: #FAF7EF;
    padding: 40px;
    border: 1px solid #E6E5E3;
}
#check-left {
    background-image: url(images/check-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 35%;
}
#check-right {
	width: 60%;
}
#check-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#check-box ul li {
    border-bottom: 1px dotted #8E8484;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: baseline;
    text-align: left;
}
#check-box ul li img {
	width: 20px;
	margin-right: 8px;
}
.check_li_txt {
	font-size: 20px;
	line-height: 1.5em;
	width: 95%;
}
.check_li_txt-r {
	color: #FF0004;
}

#support-wrap {
    background-image: url(images/support-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 72px;
    padding-left: 7.69%;
    padding-right: 7.69%;
    padding-bottom: 48px;
}
.content-h2 {
    font-size: 26px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 1px;
}
.co-h2-span {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    /* [disabled]background-color: #D24749; */
    margin-top: 8px;
    color: #AE9466;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
#support-p-box {
    display: flex;
    align-items: center;
    margin-top: 56px;
    justify-content: center;
    /* [disabled]background-color: #FF4A4D; */
}
#support-p-box span {
    background-image: url(images/support-p-line.svg);
    background-position: center center;
    /* [disabled]background-color: #C3B2FB; */
    padding-top: 16px;
    padding-bottom: 16px;
    width: 30%;
    background-repeat: repeat-x;
    background-size: 100% auto;
    display: block;
}
#support-p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    /* [disabled]margin-top: 64px; */
    letter-spacing: 2px;
    width: 40%;
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
    /* [disabled]background-color: #E47172; */
}
#support-ul {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    flex-wrap: wrap;
}
#support-ul li {
    background-color: #F5F3EF;
    display: flex;
    padding: 16px;
    justify-content: space-between;
    border: 1px solid #A6A39D;
    text-align: left;
    width: 48.46%;
    margin-bottom: 32px;
    box-sizing: border-box;
}
li .sup-li-left {
    width: 38%;
}
.sup-li-left img {
    width: 100%;
}
.sup-li-right {
    width: 58%;
    /* [disabled]background-color: #FEAEAF; */
}
.sup-li-h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 4px;
}
.sup-li-h3-span {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    /* [disabled]background-color: #D24749; */
    margin-top: 8px;
    font-family: 'Crimson Text', serif;
    color: #AE9466;
    font-style: italic;
    text-align: left;
}
.sup-li-right p {
    font-size: 1.vw;
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 10px;
    font-size: 1vw;
}
#news-wrap {
}
#news-top {
	text-align: center;
	background-color: #000000;
	padding-top: 3.07%;
	padding-bottom: 3.07%;
}
#news-h2 {
	font-size: 24px;
	line-height: 2em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #DBC995;
}
#news-h3-span {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
	/* [disabled]background-color: #D24749; */
	margin-top: 8px;
	font-family: 'Crimson Text', serif;
	color: #AE9466;
	font-style: italic;
}
#news-content {
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #FFFFFF;
}
.news-con-each {
	background-color:red;
	width: 100%;
	margin-right: 2px;
	background-image: url(images/news-co-img01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
}
.news-con-each.news-con-each2 {
	background-image: url(images/news-co-img02.png);
}
.news-con-each.news-con-each3 {
	background-image: url(https://kbt.or.jp/wp-kbt/wp-content/uploads/2024/08/20240822.png);
}
.news-con-each.news-con-each4 {
	background-image: url(images/news-co-img04.png);
}
.news-con-each a {
	padding-top: 20%;
	padding-right: 4.61%;
	padding-left: 4.61%;
	padding-bottom: 20%;
	text-decoration: none;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.news-con-each:nth-child(4){
	margin-right: 0px;
}
.news-co-h3 {
	font-size: 2vw;
	letter-spacing: 1px;
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	line-height: 1.8em;
	font-weight: 600;
	text-shadow: 0px 0px 4px #000000;
}



#trainer-page-wrap {
    padding-top: 72px;
    padding-bottom: 88px;
    background-image: url(images/trainer-page-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 7.69%;
    padding-right: 7.69%;
}
#trainer-box {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}
.intoroduction {
    background-color: #FFFAFA;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 36px;
    border: 1px solid #B8B9BA;
    width: 43.84%;
}
.intro-ue {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.intro-imgbox {
    width: 38%;
    margin-right: 32px;
}
.intro-imgbox img {
    width: 100%;
}
.intro-txt-box {
    width: 58%;
    text-align: left;
}
.trainer-name  {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #B8B9BA;
    padding-top: 12px;
    padding-bottom: 12px;
}
.torainer-txt  {
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 1px;
    padding-top: 24px;
}
.intro-sita {
    text-align: left;
}
.intro-h3 {
    font-size: 22px;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: 1px;
}
.intro-sita p {
    font-size: 15px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.intro-sita p span {
    color: #FF0004;
}
