@charset "utf-8";
/* CSS Document */
/*--LP基本css--*/
/*-------tc-basicカラー------*/
body.tcbLp .purple {
color: #8385ff;
}
body.tcbLp .pink {
color: #ad51c5;
}
body.tcbLp .lightpink {
color: #d19dde;
}
body.tcbLp .kon {
color: #3e487d;
}
body.tcbLp a {
	color: #3e487d;
}
body.tcbLp a:hover {
    color: #ad51c5;
}
body.tcbLp {
	background-color: #fff;
}
body.tcbLp,
body.tcbLp h1,
body.tcbLp h2,
body.tcbLp h3,
body.tcbLp .entry-title {
	color: #3e487d;
}
/*--日付共通部分--*/
.tcbMainBox02 ul.flexSb {
    align-items: flex-end;
}
ul li .com_year {
    font-size: 14px;
    font-weight: 600;
}
ul li.tcbMainTxt_mdw {
    position: relative;
/*font-family: 'Noto Serif JP', serif;
    font-weight: normal;*/
}
ul li.tcbMainTxt_mdw span.com_month {
    position: absolute;
    /* top: 1em; */
    bottom: 1.75em;
    font-weight: 600;
}
ul li.tcbMainTxt_mdw span.com_month:after {
content: '';
    right: -135px;
    transform: rotate(-55deg);
    /*left: 1em;*/
    left: 1.15em;
	position: absolute;
    top: 50%;
    display: block;
    width: 1em;
    height: 1px;
    background-color: #3e487d;
}
/*ul li.tcbMainTxt_mdw.tcbMainTxt_mdw03 span.com_month:after {
    left: 0.5em;
}*/
ul li.tcbMainTxt_mdw span.com_day {
    padding: 0 0 0 0.6em;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 600;
}
/*ul li.tcbMainTxt_mdw.tcbMainTxt_mdw03 span.com_day {
    padding: 0 0 0 0.4em;
}*/
ul li.tcbMainTxt_mdw span.com_week {
    border-radius: 2em;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    background-color: #3e487d;
}
/*--募集終了(満員御礼の場合)--*/
#tcbMain .tcbMainBox02.tcbMainBox02close {
position: relative;
    background-color: rgba(0,0,0,0.1);
}
#tcbMain .tcbMainBox02.tcbMainBox02close:before,
#tcbMain .tcbMainBox02.tcbMainBox02close:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#tcbMain .tcbMainBox02.tcbMainBox02close:before {
white-space: pre;
    content: '今期は満席のため、\A募集は終了いたしました';
    z-index: 1;
    text-align: center;
    line-height: 1.3em;
    color: red;
    font-size: 130%;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    margin-top: -0.5em;
}
#tcbMain .tcbMainBox02.tcbMainBox02close:after {
    content: '次回の開講をお待ちください';
    bottom: -30px;
    background-color: red;
    width: 90%;
    height: 3em;
    padding: 0.65em 0.5em;
    color: #fff;
    z-index: 2;
    text-align: center;
}
#tcbMain .tcbMainBox02.tcbMainBox02close .tcbMainBox02Inner {
filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity:0.2;
	position: relative;
}

/*--/日付共通部分---*/
/*----#tcbMain---*/
#tcbMain {
    background-image: url(/images/tc-basic/main01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    padding: 50px 0px 80px;
}
#tcbMain .mark01 {
    width: 200px;
}
#tcbMain .tcbMainTxt01 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin: 30px auto;
    color: #ad51c5;
}
#tcbMain .tcbMainBox01 .trade{
vertical-align: text-bottom;
width: 17px;
}
#tcbMain .tcbMainBox02 {
background-color: rgba(255,255,255,0.5);
    font-size: 21px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid;
    font-weight: bold;
}
#tcbMain .tcbMainBox02 .tcbMainBox02Inner {
    padding: 20px 30px;
}
#tcbMain .tcbMainBox02 .tcbMainTxt02 {
    border-bottom: 1px solid #3e487d;
    padding: 0 0 5px;
    margin-bottom: 5px;
}
#tcbMain .tcbMainBox02 .tcbMainTxt02 span {
    background-color: #ad51c5;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 2em;
}

#tcbMain .tcbMainTxt03 {
    border: 1px solid #3e487d;
    margin: 10px 0;
}
#tcbMain .tcbMainTxt03 span {
    display: inline-block;
    width: 50%;
    text-align: center;
}
#tcbMain .tcbMainTxt03 span.tcbMainTxt03_01 {
    background-color: #3e487d;
    color: #fff;
}
/*----#tcb01---*/
#tcb01 {
    position: relative;
    margin-top: -370px;
    max-width: 400px;
    line-height: 1.3em;
    font-size: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-right: 6%;
}
#tcb01 .tcb01Inner {
    display: block;
    width: 330px;
    height: 330px;
    background-color: rgba(255,255,255,0.5);
    /*padding: 65px 30px;*/
    padding: 20px 30px;
    border-radius: 50%;
    border: 1px solid rgba(182,100,203,1.0);
    text-align: center;
    line-height: 1.5em;
}

#tcb01 h2 {
    margin: 0 auto 15px;
    padding: 0 0 10px;
    font-size: 23px;
}
/*DCロゴ追加*/
#tcb01 h2::before{
content:'';
display:block;
background: url(/images/tc-basic/logo_dc.png) 100% 100% / cover;
height: 80px;
width: 70px;
margin:0 auto 10px;
}





#tcb01 h2,
#tcb01 p {
    position: relative;
    z-index: 2;
}
#tcb01 p {
text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#tcb01 img {
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
}
/*----#tcb02---*/
.bgCircle {
position: relative;
}
.bgCircle:after {
position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(/images/tc-basic/decoCircle01.png);
    background-position: 150% top;
    background-repeat: no-repeat;
    background-size: 60%;
    top: 0;
    left: 0;
    z-index: -1;
}
.com_Lp section#tcb02 {
    padding: 50px 0 0;
}
#tcb02 h2 {
    text-align: center;
    color: #fff;
    line-height: 1.1em;
    position: relative;
    width: 280px;
	margin: 0 auto;
    padding-bottom: 0;
}
#tcb02 h2:before,
#tcb02 h2:after {
    content: '';
    position: absolute;
    bottom: 25px;
    display: block;
    width: 82px;
    height: 1px;
    background-color: #fff;
}
#tcb02 h2:before {
    left: -135px;
    transform: rotate(55deg);
}
#tcb02 h2:after {
    right: -135px;
	transform: rotate(-55deg);
    left: auto;
}

#tcb02 img {
    width: 200px;
	border-radius: 50%;
box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
#tcb02 .com_Inner1250 {
    padding: 40px 0 10px;
    position: relative;
}
#tcb02 .com_Inner1250:before {
	position: absolute;
	content: '';
    background-image: url(/images/tc-basic/tcb_bg02.png),url(/images/tc-basic/tcb_bg01.jpg);
    background-position: center bottom,center top;
    background-repeat: no-repeat,no-repeat;
    background-size: 100%,100% 100%;
	border-radius: 10px;
	top: 0;
	width: 95%;
	max-width: 1120px;
	height: 100%;
z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#tcb02 ul {
    align-self: center;
}
#tcb02 ul li {
    width: 150px;
    height: 150px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    text-align: center;
    float: left;
    margin: 0 5px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 45px;
    font-size: 23px;
}

#tcb02 .flexSb{
    margin: 10px 35px 30px 35px;
}
#tcb02 img.img_clnc {
    width: 250px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

#tcb02 ul li.clnc {
    width: 300px;
    height: 110px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    float: left;
    margin: 0 10px;
    line-height: 1.2em;
    font-weight: bold;
    padding-top: 29px;
    font-size: 20px;
}







/*----#tcb03---*/
#tcb03 h2 {
    color: #fff;
    margin-bottom: 0;
}
.tcb03_01 {
    background-image: url(/images/tc-basic/tcb_bg03.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 50px 80px;
}
.tcb03_01 .com_Inner {
	padding: 80px;
    border-radius: 10px;
}
.tcb03_01 .com_CheckList01 {
    background-color: rgba(255,255,255,0.8);
    padding: 50px;
	border-radius: 15px;
max-width: 800px;
    margin: 0 auto;
}
.tcb03_01 ul li {
	
}
.tcb03_02 {
    margin: 40px auto 0;
    background: rgba(182,100,203,0.1);
    padding: 250px 80px 80px;
    margin-top: -185px;
    position: relative;
    z-index: -1;
}
.tcb03_02Img {
	width: calc(50% - 320px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    border-radius: 10px;
}
.tcb03_02Img img {
	display: none;
    border-radius: 10px;
}
.tcb03_02Img.tcb03_02Img01 {
	background-image: url(/images/tc-basic/tcb_Img03.jpg);
}
.tcb03_02Img.tcb03_02Img02 {
	background-image: url(/images/tc-basic/tcb_Img04.jpg);
}
.tcb03_02Txt {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 24px;
	font-weight: bold;
	text-align: center;
    line-height: 1.5em;
}
.tcb03_02Txt img.arrow_2tone01 {
    width: 80px;
}
.tcb03_02Txt ul {
	display: flex;
	justify-content: space-between;
    margin: 15px auto;
}
.tcb03_02Txt ul li {
    width: 49%;
    /*background-color: #ad51c5;*/
    display: flex;
    align-items: center;
    color: #fff;
    line-height: 1.1em;
    justify-content: center;
    border-radius: 5px;
	padding: 15px;
	background: linear-gradient(0deg, #ad51c5 0%, #8385ff 100%);
font-size: 27px;
}
.tcb03_02Txt ul li strong,
.tcb03_02Txt ul li span,
.tcb03_02Txt ul li em,
.tcb03_02Txt ul li i {
    display: block;
    line-height: 1.1em;
}
.tcb03_02Txt01 {
	font-size: 34px;
	border-bottom: 3px double #ad51c5;
	color: #ad51c5;
    margin-top: 20px;
}
.tcb03_02bottom {
    margin: 60px auto 0;
}
body.tcbLp .tcb03_02bottom h3.h3ttl01 {
    font-size: 25px;
}
body.tcbLp .tcb03_02bottom h3.h3ttl01 span {
    display: block;
}
body.tcbLp .tcb03_02bottom h3.h3ttl01 span:before,
body.tcbLp .tcb03_02bottom h3.h3ttl01 span:after {
    width: calc(50% - 5em);
}
.tcb03_02bottom ul.flexSb {
    margin: 30px auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tcb03_02bottom ul li {
    width: 49%;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
	border-radius: 10px;
	transition: all .5s;
}
.tcb03_02bottom ul li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.tcb03_02bottom ul li a {
    display: flex;
	align-items: center;
    border-radius: 10px;
	transition: all .5s;
}
.tcb03_02bottom ul li a img {
    width: 185px;
    border: 1px solid rgba(0,0,0,0.1);
}
.tcb03_02bottom ul li a p {
    padding: 0 30px;
}
.tcb03_02bottom ul li a .prfTxt01 {
display: block;
}
.tcb03_02bottom ul li a .prfName {
    display: block;
    font-size: 18px;
}
.tcb03_02bottom ul li a .prfName em {
    font-size: 15px;
}
.tcb03_02bottom ul li a .prfName strong {
    padding-left: 0.5em;
    font-size: 21px;
}
.tcb03_02bottom ul li a .prfBtn {
    display: block;
    background-color: #3e487d;
    color: #fff;
    text-align: center;
    border-radius: 2em;
    padding: 10px;
    min-width: 180px;
    margin-top: 15px;
    background-image: url(/images/tc-basic/arrowBtnWhite01.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 0.6em;
    font-size: 15px;
}
.tcb03_02bottom ul li a:hover .prfBtn {
    background-color: #ad51c5;
}
/*----#tcb04---*/
#tcb04 {
    position: relative;
    background-image: url(/images/tc-basic/decoCircle01.png),url(/images/tc-basic/decoCircle01.png);
    background-position: 150% top,-50% 80%;
    background-repeat: no-repeat;
    background-size: 60%;
}
#tcb04 h2 {
padding-bottom: 0;
}
#tcb04 h2:after {
	content: none;
}
#tcb04 h2 span.bgWhite {
	display: inline-block;
	background-color: #fff;
}
#tcb04:before {
    content: '';
    position: absolute;
	border: 1px solid #d19dde;
	width: 95%;
    max-width: 1120px;
    height: calc(100% - 190px);
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
#tcb04 ul li {
    position: relative;
    margin: 80px auto;
}
#tcb04 ul li:nth-of-type(odd):before {
position: absolute;
    content: '';
    background: linear-gradient(90deg, rgba(182,100,203,0.1) 0%, rgba(182,100,203,0.1) 60%, transparent 100%);
    width: 100%;
    height: 85%;
    left: 0;
    bottom: -40px;
    z-index: -1;
}
#tcb04 ul li:nth-of-type(even):before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgba(131,133,255,0.1) 60%, rgba(131,133,255,0.1) 100%);
    width: 100%;
    height: 85%;
    left: 0;
    bottom: -25px;
    z-index: -1;
}
/*--ブロークン---*/
.com_Broken01_Inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.com_Broken01_txt {
    -webkit-flex-basis: 40%;
    -ms-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
    position: absolute;
    z-index: 2;
	border-radius: 10px;
}
.com_Broken01_img {
    -webkit-flex-basis: 70%;
    -ms-flex-basis: 70%;
    flex-basis: 70%;
    max-width: 70%;
	position: relative;
	background-image: url(/images/tc-basic/tcb_Img05.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 380px;
}
.com_Broken01_img img {
	display: none;
}
#tcb04 ul li .com_Broken01_Inner {
    max-width: 950px;
}
#tcb04 ul li .com_Broken01_txt img {
    width: 150px;
    margin-bottom: 30px;
    display: block;
}
#tcb04 ul li .com_Broken01_txt h3 {
    font-size: 24px;
	line-height: 1.3em;
    text-shadow: 0 0 10px #fff;
}
#tcb04 ul li:nth-of-type(even) .com_Broken01_txt {
    right: 0;
}
#tcb04 ul li:nth-of-type(odd) .com_Broken01_img {
    margin-left: auto;
}
.effectLi02 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img06.jpg);
}
.effectLi03 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img07.jpg);
}
.effectLi04 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img08.jpg);
}
.effectLi05 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img09.jpg);
}
.effectLi06 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img10.jpg);
}
.effectLi07 .com_Broken01_img {
	background-image: url(/images/tc-basic/tcb_Img11.jpg);
}
/*----#tcb05---*/
#tcb05 .tcb05_01 {
	position: relative;
}
#tcb05 .tcb05_01:before {
	content: '';
	position: absolute;
	background-image: url(/images/tc-basic/tcb_bg04.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 348px;
	height: 157px;
	bottom: 60px;
	left: 0;
}
#tcb05 .tcb05_01 .tcb05_01Txt {
	position: absolute;
	max-width: 410px;
    margin-top: 60px;
}
#tcb05 .tcb05_01 .tcb05_01Txt h2 {
padding-bottom: 0;
}
#tcb05 .tcb05_01 .tcb05_01Txt p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
}
#tcb05 .tcb05_01 .tcb05_01Img {
    margin-left: auto;
    width: 78%;
}
#tcb05 .tcb05_01 .tcb05_01Img img {
border-radius: 10px;
}
#tcb05 .tcb05List01 {
margin-top: -35px;
    position: relative;
}
#tcb05 .tcb05List01 ul {
    border: 2px solid #d19dde;
}
#tcb05 .tcb05List01 ul li {
    width: 25%;
    border-right: 1px dashed #d19dde;
    border-top: 1px dashed #d19dde;
	padding: 10px 10px 35px;
    display: flex;
	flex-direction: column;
	background-color: rgba(255,255,255,0.8);
	position: relative;
}
#tcb05 .tcb05List01 ul li:nth-of-type(-n+4) {
    border-top: 0px dashed #d19dde;
}
#tcb05 .tcb05List01 ul li:nth-of-type(4n) {
	    border-right: 0px solid #d19dde;
}
#tcb05 .tcb05List01 ul li figure {
    width: 2em;
    text-align: center;
	font-size: 25px;
	position: relative;
	color: #d19dde;
    margin-bottom: 10px;
}
#tcb05 .tcb05List01 ul li figure:after {
    position: absolute;
    border-bottom: 1px solid #d19dde;
    content: '';
    width: 1em;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#tcb05 .tcb05List01 ul li img {
    width: 110px;
    margin: 0 auto 10px;
	display: block;
    background-image: url(/images/tc-basic/tcb_bg06.png);
    background-position: right 10px bottom;
    background-repeat: no-repeat;
    background-size: 50px;
}
#tcb05 .tcb05List01 ul li h3 {
    text-align: center;
	flex-grow: 1;
}
/*----#tcb06---*/
#tcb06 {
    background-image: url(/images/tc-basic/tcb_Img13.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin-top: 80px;
}
.tcb06CheckList ul li {
    display: flex;
    align-items: center;
	font-size: 20px;
	font-weight: bold;
    background-image: url(/images/tc-basic/check_kon01.png);
	background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 1.5em;
    padding: 15px 0 15px 2em;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 30px 30px 70px;
    border-radius: 10px;
    line-height: 1.3em;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
/*----#tcb07---*/
#tcb07 {
margin-top: 30px;
}
#tcb07 .com_Broken01_img {
	margin-left: auto;
	background-image: url(/images/tc-basic/tcb_Img14.jpg);
	min-height: 415px;
-webkit-flex-basis: 78%;
    -ms-flex-basis: 78%;
    flex-basis: 78%;
    max-width: 78%;
}
#tcb07 .tcb07_02 {
    position: relative;
    margin-top: -150px;
    padding: 100px 0;
}
#tcb07 .tcb07_02:before {
	content: '';
	position: absolute;
    background-image: url(/images/tc-basic/tcb_bg05.png);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
    z-index: -1;
}
#tcb07 .tcb07_02_Inner {
	position: relative;
    overflow: hidden;
}
#tcb07 .tcb07_02_Inner:before {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.8);
	width: 100%;
    max-width: 950px;
    height: calc(100% - 180px);
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    left: 0;
	right: 0;
    margin: 0 auto;
}
#tcb07 .tcb07_02 .tcb07_02List01 {
	margin: 90px auto;
}
#tcb07 .tcb07_02_Inner ul {
    max-width: 660px;
	margin: 0 auto;
    padding: 100px 30px;
}
.tcb07_02List01 ul li {
    background-image: url(/images/tc-basic/check_kon01.png);
    background-position: left 0.75em;
    background-repeat: no-repeat;
	background-size: 1.5em;
    padding: 15px 0 15px 2em;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.3em;
}
#tcb07 .tcb07_02 .tcb07_02List01 ul li {
	background-image: url(/images/tc-basic/check_pink01.png);
	background-position: left 1em;
    padding: 20px 0 20px 2em;
    border-bottom: 2px solid rgba(182,100,203,0.2);
}
#tcb07 .tcb07_02 .tcb07_02List01 ul li:first-of-type {
	border-top: 2px solid rgba(182,100,203,0.2);
}
#tcb07 .tcb07_02_Inner .tcb07_02Img {
	width: calc(50% - 330px);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#tcb07 .tcb07_02_Inner .tcb07_02Img img {
display: none;
}
#tcb07 .tcb07_02_Inner .tcb07_02Img.tcb07_02Img01 {
	background-image: url(/images/tc-basic/tcb_Img15.png);
    background-position: center right;
}
#tcb07 .tcb07_02_Inner .tcb07_02Img.tcb07_02Img02 {
	background-image: url(/images/tc-basic/tcb_Img16.png);
    background-position: center left;
}
#tcb07 .btn01 {
    margin: -50px auto 0;
}
/*----#tcb10---*/
#tcb10 {
	margin-top: 30px;
}

/*----#tcb11---*/
#tcb11{
    border-radius:15px;
    /*margin-top: 30px;*/
    background:rgba(182,100,203,0.1);

}
.tcb11_Inner {
    display: flex;
    padding: 25px 50px;
    justify-content: space-between;
}

.tcb11_Inner{
    font-size:130%;
}
.tcb11_Inner span{
    font-size:130%;
    margin-bottom:15px;
    font-weight: bold;
    display:block;
}
.tcb11_Inner img{
    max-width: 250px;
}

/*----#tcb12---*/
#tcb12 {
margin:80px auto 0;
width:100%;
  aspect-ratio: 16 / 9;
  text-align: center;
}
#tcb12 iframe{
    width: 80%;
    height:80%;
}