@charset "utf-8";

/*----------------------------------------
コンテンツ内の各記述を明記します。
・下層
----------------------------------------*/


/* ----------------- c-mainvisual ----------------- */
.c-mainvisual {
  padding: 74px 0 90px
}
.c-mainvisual_ttlWrap {
  padding-top: 90px;
  text-align: center;
}
.c-mainvisual_ttlSub {
  font-size: 18px;
  font-weight: 700;
}
.c-mainvisual_ttl {
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.c-mainvisual_ttl_course01 span {
  color: #DD7081;
}
.c-mainvisual_ttl_course02 span {
  color: #2FB1C8;
}
.c-mainvisual_ttl_course03 span {
  color: #c38fc3;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c-mainvisual {
  padding: 60px 0 40px
}
.c-mainvisual_ttlWrap {
  padding-top: 50px;
  text-align: center;
}
.c-mainvisual_ttlSub {
  font-size: 17px;
  font-weight: 700;
}
.c-mainvisual_ttl {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
}





/* ----------------- c-Cta2 ----------------- */
.c-Cta2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF5F8;
  padding: 40px 30px;
}
.c-Cta2 .courseTopic {
  border-right: 1px solid #6B6570;
  margin: 0 20px 0 0 ;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c-Cta2 {
  padding: 30px 20px;
  display: block;
}
.c-Cta2 .courseTopic{
  margin-right: 0 ;
  border-right: none;
  margin: 0 auto 18px;
  padding-bottom: 18px; 
  border-bottom: 1px solid #6B6570;
}
.c-Cta2 .c-btn {
  width: 100%;
}
}





/* ----------------- xxxxxxxxxxxxx ----------------- */
.about {
  padding: 100px 30px;
}
.about_wrap {
  display: flex;
  justify-content: space-between;
}
.about_desc_ttlSub {
  font-size: 22px;
  font-weight: 700;
  background: #2FB1C8;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
}
.about_desc_ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 20px 0 25px;
}
.about_video {
  width: 100%;
  max-width: 50%;
  height: 100%;
  aspect-ratio: 16 / 9;
  margin-left: 40px;
  flex-shrink: 0;
}
.about_video iframe {
  width: 100%;
  height: 100%;
}
.about_skills {
  display: flex;
  margin-top: 20px;
}
.about_skills_img {
  width: 100%;
  max-width: 53px;
  margin-right: 13px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.about {
  padding: 60px 20px;
}
.about_wrap {
  display: block;
}
.about_desc_ttlSub {
  font-size: 16px;
  font-weight: 700;
  background: #2FB1C8;
  color: #fff;
  display: inline-block;
  padding: 0 18px;
}
.about_desc_ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 20px;
}
.about_video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin-left: 0;
  margin-top: 20px;
          height: auto;
}
.about_skills {
  display: flex;
  margin-top: 20px;
}
.about_skills_img {
  width: 100%;
  max-width: 40px;
  margin-right: 13px;
}
}







/* ----------------- recommend ----------------- */
.recommend {
  padding: 100px 30px;
  background: #FFF5F8;
}
.recommend_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.recommend_item {
  position: relative;
}
.recommend_item_ttlWrap {
  position: absolute;
  bottom: -20px;
  left: -15px;
}
.recommend_item_ttl {
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  padding: 5px;
  line-height: 2.2;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.recommend {
  padding: 60px 20px;
}
.recommend_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
.recommend_item {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.recommend_item_ttl {
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  padding: 5px;
  line-height: 2.2;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
}



/* ----------------- course2 ----------------- */
.course2 {
  padding: 100px 30px;
}
.course2-table {
  width: 100%;
}
.course2-table__header {
  background: #6B6570;
  border: solid 1px #CDCDCD;
  color: #fff;
  padding: 20px 15px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}
.course2-table__data {
  border: solid 1px #CDCDCD;
  padding: 20px 15px;
  box-sizing: border-box;
}
.course2-table__text:not(:last-child) {
  margin-bottom: 15px;
}
.course2-table__textIndent {
  text-indent: -2em;
  padding-left: 2em;
}
.course2-table__textNote {
  font-size: 13spx;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.course2 {
  padding: 60px 20px;
}
.course2-table {
  width: 100%;
  box-sizing: border-box;
}
.course2-table__header {
  padding: 15px 12px;
  font-size: 15px;
}
.course2-table__data {
  padding: 20px;
}
.course2-table__header,
.course2-table__data {
  display: block;
  width: 100%;
}
.course2-table__text {
  font-size: 15px;
}
.course2-table__textNote {
  font-size: 12px;
}
}




/* ----------------- curriculum ----------------- */
.curriculum {
  padding:100px 30px;
  background: #FFF5F8;
}
.curriculum_wrap {
  position: relative;
  z-index: 2;
}
.curriculum_wrap:after {
  position: absolute;
  background: #F87A96;
  top: 0;
  left: 165px;
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.curriculumBlock {
  border:4px solid #E9E9E9;
  border-radius: 20px;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  background: #fff;
}
.curriculumBlock:not(:last-child) {
  margin-bottom: 30px;
}
.curriculum_head {
  width: 100%;
  max-width: 220px;
  text-align: center;
  flex-shrink: 0;
}
.curriculum_head_num {
  line-height: 1;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 25px;
}
.curriculum_head_name {
  font-size: 24px;
  font-weight: 700;
}
.curriculum_time {
  font-size: 18px;
  margin-bottom: 15px;
}
.curriculum_tagList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.curriculum_tagList_item {
  margin: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 15px;
  background: #EDEDED;
  border-radius: 100px;
}
.curriculum_point_ttl {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 15px;
}
.curriculum_desc {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #C4C1C6;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.curriculum {
  padding:60px 20px;
}
.curriculum_wrap:after {
  position: absolute;
  background: #F87A96;
  top: 0;
 left:50%;
transform: translateX(-50%);
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.curriculumBlock {
  border:4px solid #E9E9E9;
  border-radius: 20px;
  padding: 30px 20px;
  display: block;
}
.curriculumBlock:not(:last-child) {
  margin-bottom: 25px;
}
.curriculum_head {
  width: 100%;
  max-width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.curriculum_head_num {
  line-height: 1;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 15px;
}
.curriculum_head_name {
  font-size: 21px;
  font-weight: 700;
}
.curriculum_time {
  font-size: 17px;
  margin-bottom: 15px;
}
.curriculum_tagList {
  display: flex;
  margin-bottom: 20px;
}
.curriculum_tagList_item {
  margin: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 5px 15px;
  background: #EDEDED;
  border-radius: 100px;
}
.curriculum_point_ttl {
  font-size: 15px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 12px;
}
.curriculum_point_txt {
  font-size: 15px;
}
.curriculum_desc {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #C4C1C6;
}
}



/* ----------------- schedule ----------------- */
.schedule {
  padding:100px 30px;
}
.schedule_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.schedule {
  padding:60px 20px;
}
.schedule_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.schedule_item{
font-size:15px;
}
}







/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}