@charset "utf-8";
/* CSS Document */
/*--LP基本css--*/
body.com_Lp,
body.com_Lp h1,
body.com_Lp h2,
body.com_Lp h3,
body.com_Lp .entry-title {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif !important;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
/*-------文字サイズ------*/
.font-25 {
font-size: 25px;
}
.font-22 {
font-size: 22px;
}
.font-17 {
font-size: 17px;
}
.font-16 {
font-size: 16px;
}
.font-15 {
font-size: 15px;
}
.font-14 {
font-size: 14px;
}
.font-13 {
font-size: 13px;
}
/*-------フォント設定------*/
.font-min {
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
}
.font-G {
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
}
/*-------margin設定------*/
.martop60 {
margin-top: 60px;
}
.martop50 {
margin-top: 50px;
}
.martop40 {
margin-top: 40px;
}
.martop30 {
margin-top: 30px;
}
.martop20 {
margin-top: 20px;
}
.martop10 {
margin-top: 10px;
}
/*-------改行、揃えなどの文字設定------*/
.spbr br,
br.spbr660,
br.spbr480,
br.spbr370 {
display: none;
}
.pcbr {
display: block;
}
.textC {
text-align: center;
}
.center {
text-align: center;
}
em,
i {
font-style: normal;
}
.right {
text-align: right;
}
/*--文字揃え--*/
.text-cl-1199,
.text-cl-959,
.text-cl-800,
.text-cl-769,
.text-cl-599,
.text-cl-480,
.text-cl-370 {
text-align: center;
}
/*--表示、非表示--*/
.sp-display-1199,
.sp-display-959,
.sp-display-800,
.sp-display-769,
.sp-display-599,
.sp-display-480,
.sp-display-370 {
display: none;
}
.pc-display {
display: block;
}
/*-------文字装飾設定------*/
.decoMarkerY {
    padding: 2px;
background: linear-gradient(transparent 80%,#F0FF03 0%);
}
/*-------flex------*/
.flex,
.flexSb,
.flexSa {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap !important;
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flexSb {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flexSa {
-webkit-justify-content: space-around;
-ms-flex-pack: space-around;
justify-content: space-around;
}
.flex24 {
-webkit-flex-basis: 24%;
-ms-flex-basis: 24%;
flex-basis: 24%;
max-width: 24%;
margin-bottom: 20px;
}
.flex25 {
-webkit-flex-basis: 25%;
-ms-flex-basis: 25%;
flex-basis: 25%;
max-width: 25%;
margin-bottom: 20px;
}
.flex33 {
-webkit-flex-basis: 33%;
-ms-flex-basis: 33%;
flex-basis: 33%;
max-width: 33%;
margin-bottom: 20px;
}
.flex49 {
-webkit-flex-basis: 49%;
-ms-flex-basis: 49%;
flex-basis: 49%;
max-width: 49%;
margin-bottom: 20px;
}
.flex50 {
-webkit-flex-basis: 50%;
-ms-flex-basis: 50%;
flex-basis: 50%;
max-width: 50%;
margin-bottom: 20px;
}
/*------------------------
LP共通設定
------------------------*/
/*---h2、h3---*/
h1 {
    font-size: 60px;
    line-height: 1.1em;
}
h2 {
	font-size: 30px;
    text-align: center;
	margin: 0 auto 40px;
	line-height: 1.3em;
	position: relative;
    padding-bottom: 25px;
}
h2:after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    background-color: #3e487d;
}
h3 {
	font-size: 18px;
    line-height: 1.3em;
}
/*--h2.h2ttl01--*/
h2.h2ttl01 span {
    position: relative;
    padding: 30px 45px;
    display: inline-block;
}
h2.h2ttl01:before,
h2.h2ttl01:after {
	background: none;
    padding-bottom: 0;
}
h2.h2ttl01 span:before,
h2.h2ttl01 span:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
	background: none;
}
h2.h2ttl01 span:before {
    border-left: solid 4px #ad51c5;
    border-top: solid 4px #ad51c5;
    top: 0;
    left: 0;
}
h2.h2ttl01 span:after {
    border-right: solid 4px #ad51c5;
    border-bottom: solid 4px #ad51c5;
    bottom: 0;
    right: 0;
}
/*--h2.h2ttl02--*/
h2.h2ttl02 span {
    padding: 0px 60px 50px;
    display: inline-block;
    background-image: url(/images/common/decoBorder01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 18px;
}
h2.h2ttl02:before,
h2.h2ttl02:after {
    padding-bottom: 0;
	background: none;
}

/*--h3.h3ttl01--*/
h3.h3ttl01 {
	text-align: center;
}
h3.h3ttl01 span {
    display: inline-block;
    position: relative;
    padding: 0 100px;
}
h3.h3ttl01 span:before,
h3.h3ttl01 span:after {
    content: '';
    position: absolute;
    border: none;
    border-top: 1px solid rgba(131,133,255,1.0);
    top: 50%;
    bottom: auto;
	width: 60px;
}
h3.h3ttl01 span:before {
	left: 0;
}
h3.h3ttl01 span:after {
	right: 0;
}
/*---コンテンツサイズ---*/
.com_Lp section {
padding: 80px 0 0;
}
.com_Lp section.space {
padding: 80px 0;
}
.com_Inner {
	max-width: 1120px;
	margin: 0 auto;
width: 95%;
}
.com_Inner1250 {
	max-width: 1250px;
	margin: 0 auto;
    width: 95%;
}
/*--チェックリスト---*/
/*--com_CheckList01--*/
.com_CheckList01 ul li {
    background-image: url(/images/tc-basic/check_kon01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.5em;
    padding: 15px 0 15px 2em;
    font-size: 20px;
	font-weight: bold;
    border-bottom: 1px solid rgba(62,72,125,0.5);
    line-height: 1.3em;
}
/*--頭に●印---*/
/*-- com_HeadDecolist01 --*/
.com_HeadDecolist01 > ul {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.com_HeadDecolist01 > ul > li {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    list-style-type: none;
    padding: 15px 10px 15px 2em;
    margin: 0;
    line-height: 1.3em;
    position: relative;
    border-bottom: 1px dashed rgba(0,0,0,0.3);
}
.com_HeadDecolist01 > ul > li:before {
content: '●';
position: absolute;
font-size: 0.7em;
color: #0098D8;
left: 0.75em;
}
/*--頭に※印---*/
.com_PointList > ul {
margin-left: 0;
}
.com_PointList > ul > li {
position: relative;
    padding-left: 1em;
    text-indent: -1em;
    list-style-type: none;
    font-size: 15px;
    margin: 0;
}
.com_PointList > ul > li:before {
content: '※';
    left: 0;
}
/*---ボタン---*/
a.btn01,
a.btn02 {
color: #fff !important;
    font-size: 26px;
    background: url(/images/common/arrowBtnWhite01.png),linear-gradient(130deg, #d19dde 0%, #8385ff 30%, #002e4e 100%);
    background-repeat: no-repeat,no-repeat;
    background-position: right 80px center,left top;
    background-size: 28px, auto;
    font-weight: bold;
    padding: 50px 10px;
    margin: 50px auto 0;
    display: block;
	text-align: center;
    max-width: 100%;
    max-width: 700px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    line-height: 1.3em;
    text-decoration: none;
}
a.btn02 {
    padding: 35px 10px;
}
a.btn01:hover,
a.btn02:hover {
color: #fff;
    background: url(/images/common/arrowBtnWhite01Hov.png),linear-gradient(130deg, #d19dde 0%, #8385ff 30%, #002e4e 100%);
    background-repeat: no-repeat,no-repeat;
    background-position: right 80px center,left top;
    background-size: 28px, auto;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}
a.btn01:before,
a.btn02:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: btn01 3s ease-in-out infinite;
}
@-webkit-keyframes btn01 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*--ページを閉じるボタン--*/
button.windowclose {
    font-size: 14px;
    border-radius: 9999px;
    padding: 8px 25px;
	line-height: 1em;
	color: #fff;
	background-color: rgba(0,0,0,1.0);
	transition: all 0.3s;
	border: none;
	margin-left: auto;
	margin-right: auto;
    display: block;
    width: fit-content;
}
button.windowclose:hover {
	background-color: rgba(0,0,0,0.7);
}

/*---お客様の声---*/
.com_VoiceBlock {
	width: 49%;
    background-color: rgba(131,133,255,0.1);
    padding: 30px;
    border-radius: 15px;
    margin: 13px 0;
}
.com_VoiceBlock .com_VoicePicTxtL {
    order: 2;
}
.com_VoiceBlock .com_VoicePicTxtL img.voicePic {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
    border-radius: 10px;
}
.com_VoiceBlock .com_VoicePicTxtR {
width: calc(100% - 220px);
    order: 1;
    padding: 20px 0;
}
.com_VoiceName {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
    margin: 15px auto;
}
.com_VoiceName li {
    line-height: 1.4em;
}
.com_VoiceName li.name03 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}
/*---よくあるご質問---*/
.faq-button,
.faq-detail {
    background-color: rgba(131,133,255,0.1);
    padding: 35px 85px 35px 35px;
    font-weight: bold;
    font-size: 18px;
	border-radius: 10px;
	position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
	display: flex;
}
.faq-button span,
.faq-detail span {
    padding-top: 0.55em;
    width: calc(100% - 3.8em);
}
.faq-button:before,
.faq-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    height: 3px;
    width: 15px;
    background: rgba(131,133,255,1.0);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1px;
}
.faq-button:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-button.selected:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq-button:hover {
cursor: pointer;
}
.faq-button figure,
.faq-detail figure {
background-color: #3e487d;
    color: #fff;
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
line-height: 2.8em;
    text-align: center;
    margin-right: 1em;
	margin-bottom: 0px;
    float: left;
    position: relative;
}
.faq-detail figure {
background-color: #ad51c5;
}
.faq-content {
margin: 12px auto;
}
.faq-detail{
    padding: 35px;
	font-size: 18px;
	font-weight: bold;
    background-color: transparent;
}
/*-------------------------------------------*/
/* footer.footerLP
/*-------------------------------------------*/
/*----footer.footerLP---*/
footer.footerLP {
    text-align: center;
	padding: 20px 0 0;
font-size: 14px;
    letter-spacing: 0;
	background-color: #fff;
	color: #3e487d;
}
footer.footerLP .com_Inner,
footer.footerLP .com_Inner1250 {
    border-top: 1px solid #3e487d;
    padding: 30px 10px;
    margin-top: 50px;
	width: 98%;
}
footer.footerLP ul {
    display: flex;
flex-wrap: wrap;
}
footer.footerLP ul li {
    padding: 0 5px;
}
footer.footerLP ul li a {
    background-image: url(/images/tc-basic/arrowKon01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px;
    padding: 0 5px 0 15px;
}
footer.footerLP ul li a:hover {
    background-image: url(/images/tc-basic/arrowPink01.png);
}
footer.footerLP p.copy-rights {
font-size: 13px;
}
/*-------------------------------------------*/
/* 開講概要
/*-------------------------------------------*/
.com_Overview {
    position: relative;
}
.com_OverviewInner {
	background-image: url(/images/common/bgSquareGray.png);
    background-size: 50px;
    border: 1px solid #d19dde;
    padding: 0 50px 100px;
}
.com_Overview a.btn02 {
    margin-top: -80px;
}
.com_Overview_01 {
    padding: 50px 0 0;
}
.com_Overview_01 h3.h3ttl01 {
    font-size: 28px;
}
.com_Overview_01 h3.h3ttl01 em {
    font-size: 18px;
}
.com_Overview_seminarDay {
	margin: 30px auto;
	font-weight: bold;
	color: #ad51c5;
    text-align: center;
    max-width: 900px;
}
.com_Overview_seminarDay ul {
    margin: 0 auto;
}
.com_Overview_seminarDay ul li {
    width: 31%;
}
.com_Overview_seminarDay .day01 {
    position: relative;
    display: block;
}
.com_Overview_seminarDay .day01 figure {
    font-size: 20px;
    border-radius: 2em;
	background-color: rgba(182,100,203,0.1);
}
.com_Overview_seminarDay .day01 .day01_year {
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    padding: 0 3em;
    margin: 15px auto 10px;
}
.com_Overview_seminarDay .day01 .day01_year:before,
.com_Overview_seminarDay .day01 .day01_year:after {
    content: '';
    position: absolute;
    background-color: #ad51c5;
    width: 2em;
    height: 1px;
    top: 50%;
}
.com_Overview_seminarDay .day01 .day01_year:before {
	left: 0;
}
.com_Overview_seminarDay .day01 .day01_year:after {
	right: 0;
}
.com_Overview_seminarDay .day01 strong {
	font-size: 57px;
display: block;
    line-height: 1em;
}

.com_Overview_seminarDay .day02 {
    font-size: 17px;
    background-color: #ad51c5;
    color: #fff;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    position: absolute;
    bottom: 0.9em;
    margin-left: 6px;
}
.com_Overview_seminarDayTxt {
    border: 1px solid #ad51c5;
    font-size: 30px;
    margin: 15px auto 15px;
    width: 98%;
    padding: 10px;
    line-height: 1.3em;
}




/*--募集終了(満員御礼の場合)--*/
.com_Overview_seminarDay.com_Overview_seminarDayclose {
position: relative;
    border: 1px solid red;
    background-color: rgba(0,0,0,0.1);
}
.com_Overview_seminarDay.com_Overview_seminarDayclose:before,
.com_Overview_seminarDay.com_Overview_seminarDayclose:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.com_Overview_seminarDay.com_Overview_seminarDayclose:before {
    white-space: pre;
    content: '４月３０日まで\Aアーカイブ販売中';
    z-index: 1;
    text-align: center;
    line-height: 1.3em;
    color: red;
    font-size: 150%;
	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: -1em auto 0;
}
.com_Overview_seminarDay.com_Overview_seminarDayclose:after {
    content: '下のお申し込みボタンから';
    bottom: 0;
    background-color: red;
    width: 100%;
    height: 3em;
    padding: 0.65em 0.5em;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.com_Overview_seminarDay.com_Overview_seminarDayclose .com_Overview_seminarDayInner {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative;
}

.com_Overview_seminarDayInner p b{
    font-size:25px;
    background:#Ad51c5;
    color:#fff;
    padding:10px;
    width:98%;
    display: block;
    margin: auto;
}



/*--/募集終了(満員御礼の場合)--*/

ul.priceList {
    font-weight: bold;
}
ul.priceList>li {
	border: 1px solid;
display: flex;
    flex-direction: column;
}
ul.priceList>li h3 {
    text-align: center;
    padding: 20px 10px;
    background-color: #3e487d;
    color: #fff;
}
.priceListTxtBlock {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.com_price {
	text-align: center;
    line-height: 1.5em;
}
.com_price strong {
    font-size: 37px;
}
ul.priceChildList {
	list-style-type: disc;
	margin-left: 1em;
    padding: 10px;
}
ul.priceList>li p.chuTxt {
    background-color: rgba(0,0,0,0.05);
    padding: 13px;
    border-radius: 5px;
    font-size: 15px;
	line-height: 1.3em;
    font-weight: normal;
}
/*-------------------------------------------*/
/* pagetopボタン
/*-------------------------------------------*/
#lpPagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}
#lpPagetop a {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.1em;
    border-radius: 50%;
    background-color: rgba(62,72,125,0.8);
    color: #fff;
    padding-top: 40px;
    font-size: 13px;
    font-weight: bold;
    background-image: url(/images/tc-basic/arrowTopWhite01.png);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 13px;
    text-decoration: none;
}
#lpPagetop a:hover {
	background-color: rgba(182,100,203,0.8);
}
/*-------------------------------------------*/
/* パララックス
/*-------------------------------------------*/
.paraBox {
    position: relative;
    top: 0;
    z-index: -1;
    overflow: hidden;
}
.paraBox .para {
    position: relative;
    background-image: url(/images/new-training/new-t-Img03.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 600px;
}
.paraBox .para img {
display: none;
}
/*-------------------------------------------*/
/* swiperスタイル
/*-------------------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#swiperContents .com_Inner {
position: relative;
    padding: 50px;
    background-color: rgba(131,133,255,0.1);
}
.swiper-slide {
    background-color: #fff;
height: auto;
    border-radius: 15px;
}

.swiper .commonSwiperBlock {
    width: 100%;
    margin: 0;
    border-radius: 0;
text-align: left;
    background-color: transparent;
padding: 30px;
}
#swiperContents .swiper-button-prev:after,
#swiperContents .swiper-rtl .swiper-button-next:after,
#swiperContents .swiper-button-next:after,
#swiperContents .swiper-rtl .swiper-button-prev:after {
color: #006934;
}

/*-------------------------------------------*/
/* swiperスタイル
/*-------------------------------------------*/
body.com_Lp .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#swiperContents .com_Inner {
position: relative;
    padding: 50px;
    background-color: rgba(131,133,255,0.1);
}
body.com_Lp .swiper-slide {
    background-color: #fff;
height: auto;
    border-radius: 15px;
}

body.com_Lp .swiper .commonSwiperBlock {
    width: 100%;
    margin: 0;
    border-radius: 0;
text-align: left;
    background-color: transparent;
padding: 30px;
}
#swiperContents .swiper-button-prev:after,
#swiperContents .swiper-rtl .swiper-button-next:after,
#swiperContents .swiper-button-next:after,
#swiperContents .swiper-rtl .swiper-button-prev:after {
color: #3e487d;
}