@charset "utf-8";
/* CSS Document */
/*ヘッダー*/
#header {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
}
.header-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 15px;
}
.header__logo {
  width: 15%;
  margin-top: -10px;
}
.header__logo h1 img {
  width: 100%;
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-navigation__pc nav ul {
  display: flex;
}
.header-navigation__pc nav ul li {
  list-style: none;
  margin-right: 30px;
}
.header-navigation__pc nav ul li a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1F677F;
}
.header__application a {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #A41A17;
  border: solid 2px #A41A17;
  border-radius: 30px;
  padding: 10px 20px;
}
.header__application a:hover {
  background-color: #A41A17;
  color: #fff;
  opacity: 1.0;
}
.header__address {
  margin-left: 20px;
  text-align: left;
}
.header__address address {
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 600;
}
.header__address p {
  font-size: 1.2rem;
}
.header-navigation__sp {
  display: none;
}


/*JavaScriptを使いfixedクラスが付与された際の設定*/
#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
}



/*トップビジュアル*/
.section-top__imageareabg-sp {
  display: none;
}
.section-top__imageareabg-pc {
  background-image: url("../images/top_visual/top-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-top__pc {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 5%;
}
.section-top__title-pc {
  text-align: left;
  padding-left: 30px;
}
.section-top__title-pc h2 {
  width: 50%;
}
.section-top__title-pc h2 img.top-title__2 {
  width: 100%;
}
.section-top__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px 0 30px;
}
.section-top__under-button-pc {
  width: 35.7%;
}
.section-top__under-button-pc a img {
  width: 100%;
}
.section-top__under-images {
  width: 48.5%;
}
.section-top__under-images img {
  width: 100%;
}

/*4冠達成*/
#section-no1{
	background-image:url("../images/no1/no1_bg.jpg");
	padding: 80px 0;
	background-size: cover;
}
.no1_title img{
	width: 295px;
}
.no1_title p{
	font-size: 2.2rem;
	margin: 40px 0;
	letter-spacing: 0.02em;
}
.no1_title p span{
	color: #A41A17;
	font-weight: bold;
}
.no1_title p span.small{
	color:#000;
	font-weight:normal;
	font-size: 1.8rem;
}
.no1_batch{
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 40px;
}
.no1_batch img{
	display: block;
	width: 250px;
	height: auto;
}
.survey{
	font-size: 1.4rem;
	line-height: 1.5;
}


/*実務経験の重要さについて*/
#section-work-experience {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F3F7F8;
}
.section-work-experience__contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
.section-work-experience__contents h2 {
  font-size: 5.0rem;
  text-align: center;
  line-height: 9.0rem;
}

.section-work-experience__contents h2 .font-09 {
	font-size: 4.0rem;
}
.section-work-experience__contents h2 span {
  font-size: 8.0rem;
  color: #A41A17;
  background: url("../images/work-experience/line_yellow.png") no-repeat;
  background-position: center bottom;
}
.section-work-experience__contents-graphs {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.graph {
 /*  width: 100%; */ 
  max-width: 100%;
	height: auto;
}
.graph img {
  height:490px;
	object-fit: cover;
}
.section-work-experience__contents-noexperience-sp {
  display: none;
}
.section-work-experience__contents-noexperience-pc {
  margin: 50px auto 0;
  text-align: center;
  width: 82.7%;
}
.section-work-experience__contents-noexperience-pc img {
  width: 100%;
}
.section-work-experience__text {
  background-color: #1F677F;
  text-align: center;
  padding: 50px;
}
.section-work-experience__text-small {
  font-size: 2.0rem;
  color: #FFFFFF;
}
.section-work-experience__text p {
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 8.0rem;
  color: #FFFFFF;
}
.section-work-experience__text p span {
  font-size: 5.8rem;
  color: #E6D546;
}

.section-work-experience__text p .font-4 {
  font-size: 4.0rem;
  color: #fff;
}

.sp {
  display: none;
} /*sp版のみ改行する*/


/*こんな方におすすめ*/
#section-recommend{
	padding: 120px 0;
}
.recommend-contents{
	max-width: 1000px;
	margin: 0 auto;
}
.recommend-contents h2{
	font-size: 5.0rem;
	margin-bottom: 50px;
}
.recommend-contents img{
	width: 100%;
}
.skill-merit {
	margin: 50px auto 0;
	font-size: 2.8rem;
    text-align: center;
}
 

.skill-merit-list{
	display: block;
	margin: 0 auto ;
    padding: 0em 3em ;
    line-height: 1.0 ;
    border: solid 2px #333 ;
	text-align: center;
	width: 950px;
}

.skill-merit-list li{
	display: flex;
	align-items: center;
	font-size: 3.0rem;
	text-align: center;
	line-height: 0.8;
	font-weight: 700;
	text-decoration:underline;
	text-decoration-color:#E0CC6A;
}

.skill-merit-list li:before{
	background-image: url("../images/recomend/blue_check.png");
	background-size: cover;
	content: "";
	width: 61px;
	height: 44px;
	display: block;
}
/*動画編集コース6つ*/
#section-study-contents {
  padding: 120px 0;
  padding-top: 220px;
  margin-top: -100px;
}
.section-study-contents{
  margin: 100px auto 0 auto;
  max-width: 1000px;
}
.section-study-contents p{
  text-align: left;
  padding: 30px 0;
  font-size: 2.0rem;
}
/*Step1のアイコン*/
.section-study-contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap:30px;
}
.section-study-contents ul li{
  list-style: none;
  width: 235px;
}
.section-study-contents ul li img{
  width: 100%;
}
.section-study-contents__img img {
	width: 800px;
	margin-bottom: 80px;
}
.section-study-contents__schedule h2 {
  font-size: 5.0rem;
  line-height: 5.0rem;
  margin-bottom: 50px;
}

.section-study-contents__schedule h2 span {
  font-size: 5.0rem;
  color: #A41A17;
  background: url("../images/work-experience/line_yellow.png") no-repeat;
  background-position: center bottom;
}
.section-study-contents__img p{
  font-size:2.0rem;
}

/* WAの動画編集コースタイトル*/
#section-support {
  padding: 120px 0;
  padding-top: 220px;
  margin-top: -100px;
}
.section-study-contents__title {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.section-study-contents__title h2 {
  font-size: 6.0rem;
  line-height: 7.0rem;
  padding: 0 10px;
}
.tab {
    display: none;
  }/*タブレット版で改行する*/
.section-study-contents__title h2 span.yellow {
  color: #E6D546;
}
.section-study-contents__title h2 span.blue {
  color: #1F677F;
}
.section-study-contents__title::before {
  content: "";
  width: 110px;
  background: url("../images/square(left).png") no-repeat;
  background-position: bottom;
}
.section-study-contents__title::after {
  content: "";
  width: 110px;
  background: url("../images/square(right).png") no-repeat;
  background-position: bottom;
}
/*Stepの説明*/

.section-study-contents-description{
	margin: 70px auto;
	max-width: 1100px;
	font-size: 3.0rem;
	text-align: left;
	line-height: 4.5rem;
	
}
.section-study-contents__img img{
    max-width: 820px;
    width: 100%;
}
.section-study-contents__schedule img {
  width: 100%;
}
.section-study-contents-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-study-contents-title figure{
  width: 134px;
  margin-right: 50px;
}
.section-study-contents-title figure img{
  width: 100%;
}
.section-study-contents-title h3{
  font-size: 4.0rem;
  line-height: 6.0rem;
}
.section-study-contents-title h3 span{
  color: #1F677F;
}

.section-study-contents-link p {
  text-align: center;
  padding: 80px 0 0 0;
}
.section-study-contents-link a {
  font-weight: 600;
}

.section-study-contents__schedule{
  margin: 100px auto 0 auto;
  max-width: 1100px;
}
.section-study-contents__schedule p{
  text-align: left;
  padding: 30px 0;
  font-size: 2.0rem;
}


/*個別相談会への申込*/
.section-application {
  background: url("../images/application/application-bg.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0;
  position:relative;
  z-index: 50;
}
.section-application__text h2 {
  font-size: 4.8rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
.section-application__text ul{
	max-width: 1100px;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
.section-application__text ul li{
	margin-left: 50px;
}
.section-application__text ul li:first-of-type{
	margin-left: 0px;
}
.section-application__text ul li .section-application__button{
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: 5px solid #F59100;
	border-radius: 22px;
	padding: 20px 10px;
}
.section-application__text ul li a{
	text-decoration:none;
	display: block;
	width: 320px;
	height: 310px;
}
.section-application__text ul li .section-application__button img{
	width: 110px;
}
.section-application__text ul li .section-application__button p:first-of-type{
	color: #F59100;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-bottom: none;
	font-size: 2.4rem;
	position: relative;
	margin-top: 10px;
}
.section-application__text ul li .section-application__button p:first-of-type.last{
	line-height: 72px;
}
.section-application__text ul li .section-application__button p:first-of-type::after{
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */
	right: -5px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 12px solid transparent;
    border-left: 15px solid #F59100;   /* 好みで色を変えてください */
}
.section-application__text ul li .section-application__button p:last-of-type{
	color: #000;
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 10px;
}

/*手厚いサポートについて*/
#section-support {
  padding: 120px 0;
  padding-top: 220px;
  margin-top: -100px;
}
.section-support__title {
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.section-support__title h2 {
  font-size: 6.0rem;
  line-height: 7.0rem;
  padding: 10px 10px;
}
.section-support__title span {
  color: #E6D546;
}
.section-support__title::before {
  content: "";
  width: 110px;
  background: url("../images/square(left).png") no-repeat;
  background-position: bottom;
}
.section-support__title::after {
  content: "";
  width: 110px;
  background: url("../images/square(right).png") no-repeat;
  background-position: bottom;
}
/*特徴01,02について*/
.section-support__feature1,
.section-support__feature2 {
  max-width: 1100px;
  margin: 100px auto 0 auto;
}
.section-support__feature1-subtitle,
.section-support__feature2-subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section-support__feature1-subtitle figure,
.section-support__feature2-subtitle figure {
  width: 145px;
  margin-right: 30px;
}
.section-support__feature1-subtitle figure img,
.section-support__feature2-subtitle figure img {
  width: 100%;
}
.section-support__feature1-subtitle h3,
.section-support__feature2-subtitle h3 {
  font-size: 4.3rem;
  line-height: 6.0rem;
}
.section-support__feature1-subtitle h3 span,
.section-support__feature2-subtitle h3 span {
  color: #1F677F;
}
.section-support__feature1-lists,
.section-support__feature2-lists {
  margin-top: 80px;
}
.section-support__feature1-lists ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}

.section-support__feature2-lists ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 50px;
}
.section-support__feature1-lists ul li,
.section-support__feature2-lists ul li {
  list-style: none;
}
.section-support__feature1-lists ul li h4,
.section-support__feature2-lists ul li h4 {
  font-size: 3.2rem;
  padding-bottom: 15px;
  line-height: 1.5;
}
.section-support__feature1-lists ul li figure,
.section-support__feature2-lists ul li figure {
  width: 100%;
  padding-bottom: 15px;
  margin: 0 auto;
}
.section-support__feature1-lists ul li figure img,
.section-support__feature2-lists ul li figure img {
  width: 100%;
}
.section-support__feature1-lists ul li p,
.section-support__feature2-lists ul li p {
  font-size: 2.0rem;
  line-height: 3.0rem;
}

/*
.topVideoWrap {
	padding-top: 80px;
} */
/*YouTube動画再生用*/

.movie-responsive-introduction{
	margin-top: 80px;
	position: relative;
	padding-top: 56.25%;
}
.movie-responsive-introduction iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

ul.ytList {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
}
ul.ytList li {
    width: calc(100% / 2 - 20px);
    padding: 0;
    background: #000;
}
ul.ytList li .loadBefore {
    position: relative;
}
ul.ytList li .loadBefore:before {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    pointer-events: none;
}
ul.ytList li .loadBefore:hover:before {
    opacity: 1;
    color: #D80C18;
}

ul.ytList li img {
    cursor: pointer;
    height: 280px;
    object-fit: cover;
}



/*卒業後の学習サポートについて*/
.section-support__more-lists {
  max-width: 1100px;
  margin: 100px auto 0 auto;
}
.section-support__more-lists h3 {
  font-size: 4.3rem;
  line-height: 6.5rem;
  color: #FFFFFF;
  background-color: #1F677F;
  padding: 10px 0;
}
.section-support__more-lists ul {
  margin: 40px 0 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 40px;
}
.section-support__more-lists ul li {
  list-style: none;
}
.section-support__more-lists ul li h4 {
  font-size: 2.6rem;
  padding-bottom: 36px;
  height: 65px;
}
.section-support__more-lists ul li figure {
  width: 100%;
  margin: 0 auto;
}
.section-support__more-lists ul li figure img {
  width: 100%;
}
.section-support__more-lists p {
  font-size: 2.0rem;
  text-align: left;
}

/*卒業生の声*/
#section-voices-of-graduates {
  margin: 70px auto;
  margin-top: 0px;
  max-width: 1100px;
  padding-top: 220px;
}
#section-voices-of-graduates h2 {
  font-size: 6.0rem;
  margin-bottom: 80px;
}
.section-voices-of-graduates__introduction {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  justify-items: center;
}
.section-voices-of-graduates__lists {
  max-width: 1100px;
  border: solid 3px #1F677F;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #1F677F;
  padding: 30px 45px 20px;
}
.section-voices-of-graduates__lists p {
  text-align: left;
  font-size: 2.0rem;
}
.section-voices-of-graduates__contents {
  display: flex;
  align-items:center;
  padding-bottom: 15px;
}
.section-voices-of-graduates__contents .graduate_detail{
margin:0px 0px 0px 0px;
}
.section-voices-of-graduates__contents .graduate_thoughts{
	margin: 15px 45px;
}
.section-voices-of-graduates__contents .name {
  font-size: 1.8rem;
  text-align: center;
}
.section-voices-of-graduates__contents figure {
   display: inline-block;
	width: 115px;
}
.section-voices-of-graduates__contents figure img {
  width: 100%;
}

.graduate_movie p {
	text-align: center;
	padding-bottom: 10px;
}

/*充実したキャリア支援*/
#section-career-support {
  padding: 120px 50px;
  background-color: #1F677F;
}
#section-career-support h2 {
  font-size: 6.0rem;
  color: #FFFFFF;
  padding-bottom: 40px;
}
.section-career-support__text p {
  color: #FFFFFF;
}
.section-career-support-lists {
  max-width: 1100px;
  margin: 80px auto 0;
}
.section-career-support-lists__pc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  justify-items: center;
  align-items: center;
}
.section-career-support-lists__pc li {
  list-style: none;
  max-width: 360px;
}
.section-career-support-lists__pc li.career-support {
  list-style: none;
  max-width: 345px;
}
.section-career-support-lists__pc li img {
  width: 100%;
}
.section-career-support-lists__mobile {
  display: none;
}
.section-career-support-lists p{
	color: #fff;
	font-weight: 700;
	font-size: 3.0rem;
	margin-top: 100px;
	text-decoration:underline;
	text-decoration-color:#E0CC6A;
}

.section-career-support-lists span{
    color: #E6D546;
	font-size: 5.0rem;
}


/*受講までの流れ*/
#section-course {
  padding: 120px 50px;
}
#section-course h2 {
  font-size: 6.0rem;
}
.section-course__image {
  margin: 60px auto 0 auto;
  max-width: 1100px;
  text-align: left;
}
.section-course__image-1,
.section-course__image-2,
.section-course__image-3 {
  padding: 20px 50px;
  margin-bottom: 30px;
  border: solid 3px #333333;
  border-radius: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.16);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-course__image-4 {
  padding: 20px 50px;
  border: solid 3px #333333;
  border-radius: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.16);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-course__image-1 figure,
.section-course__image-2 figure,
.section-course__image-3 figure,
.section-course__image-4 figure {
  padding-right: 40px;
  width: 125px;
}
.section-course__image-1 figure img,
.section-course__image-2 figure img,
.section-course__image-3 figure img,
.section-course__image-4 figure img {
  width: 100%;
}
.section-course__image-text {
  width: 87%;
  padding-top: 10px;
}
.section-course__image-text h3 {
  font-size: 3.0rem;
  color: #1F677F;
  padding-bottom: 15px;
}
.section-course__image-text p a {
  color: #A41A17;
}

/*料金*/
#section-charge {
  padding: 120px 50px 95px 50px;
  background-color: #857666;
  padding-top: 150px;
/*
margin-top: -100px;
*/
}
#section-charge h2 {
  font-size: 6.0rem;
  color: #FFFFFF;
  margin-bottom: 80px;
}
.section-charge__item1-sp {
  display: none;
}
.section-charge__item1-pc {
  max-width: 1100px;
  margin: 0 auto;
}
.section-charge__item1-pc img {
  width: 100%;
  margin-top: 50px;
}
.section-charge__under {
  max-width: 1100px;
  margin: 20px auto 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp {
  display: none;
}
.section-charge__item2 {
  width: 50%;
}
.section-charge__item2 img {
  width: 100%;
}
.section-charge__item3 {
  width: 50%;
}
.section-charge__item3 img {
  width: 100%;
}
.section-charge__item4{
	max-width: 1100px;
	margin: 20px auto 0;
	background-color: #fff;
	padding: 30px 0;
}
.section-charge__item4 p{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
.section-charge__item4 p a{
	color: #E48282;
}
.section-charge__item4 p span{
	font-size: 1.8rem;
	font-weight: normal;
}



/*よくある質問*/
#section-question {
  padding: 120px 50px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-top: 220px;
  margin-top: -100px;
}
#section-question h2 {
  font-size: 6.0rem;
}
.section-question__contens {
  max-width: 1000px;
  margin: 60px auto 0 auto;
  text-align: left;
}
.section-question__QandA {
  margin-bottom: 10px;
}
/*Qの項目*/
.section-question__Q dl {
  background-color: #F3F7F8;
  border: solid 3px #1F677F;
  border-radius: 5px;
  padding: 25px 30px;
  color: #1F677F;
  font-weight: 600;
  position: relative;
}
.section-question__Q dl dt {
  float: left;
  font-size: 3.0rem;
}
.section-question__Q dl dd {
  margin-left: 40px;
  font-size: 2.0rem;
}
/*Aの項目*/
.section-question__A {
  display: none;
}
.section-question__A dl {
  padding: 25px 30px;
  font-weight: 600;
}
.section-question__A dl dt {
  float: left;
  font-size: 3.0rem;
  color: #A41A17;
}
.section-question__A dl dd {
  margin-left: 40px;
  font-size: 2.0rem;
}
/*アコーディオンの+と-*/
.section-question__Q dl span::before,
.section-question__Q dl span::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #1F677F;
  transition: all 0.3s;
  transform: translateY(-50%)
}
.section-question__Q dl span::after {
  transform: translateY(-50%) rotate(90deg);
}
/*クリックしたら－になる*/
.icon.open::after {
  transform: rotate(0deg);
}


/*フッター*/
#footer {
  padding: 40px 123px;
  background-color: #1F677F;
  color: #FFFFFF;
}
.footer__company-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__company-name h2 {
  font-size: 3.8rem;
}
.footer__company-name-snsicon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__company-name-snsicon figure {
  width: 30px;
  margin-left: 20px;
}
.footer__company-name-snsicon figure img {
  width: 100%;
}
.footer__information {
  margin: 40px 0 80px 0;
}
.footer__information ul {
  display: flex;
  justify-content: flex-start;
}
.footer__information ul li {
  list-style: none;
  padding-right: 60px;
}
.footer__information ul li a {
  color: #FFFFFF;
  font-size: 1.6rem;
  text-decoration: none;
}
.footer__copyright {
  font-size: 1.3rem;
}

/*Contact*/
.sec09 {
	padding-top: 220px;
	margin-top: -100px;
	padding-bottom: 125px;
	background: #ebebeb;
}
.sec09 .in {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.sec09 h2 {
	margin-bottom: 2em;
	text-align: center;
	font-size: 6.0rem;
	letter-spacing: 0.1em;
}
.sec09 .text {
	text-align: center;
}
.sec09 .text p {
	font-size: 0.9em;
	line-height: 2.0;
	margin-bottom: 40px;
}
.sec09 .text p.bnr {
	width: 270px;
	margin: 25px auto 60px;
}
.sec09 .text p.bnr a {
	display: block;
	background: url("../img/h_bnr_03.png") no-repeat;
	background-size: 100% auto;
	width: 270px;
	height: 57px;
	text-indent: -9999px;
}
.sec09 form dd + dt {
	margin-top: 1.0em;
}
.sec09 textarea,
.sec09 input[type="text"] {
	width: 100%;
	padding: 0.5em 0.2em;
	border: none;
	background: #fff;
}
.sec09 textarea {
	width: 100%;
	height: 5em;
	line-height: 1.3;
}
.sec09 .req {
	color: #c00;
}
.sec09 dl {
	text-align: left;
}
.sec09 dt {
	padding: 0.5em 0 0.25em;
	line-height: 2.0;
	transition: all 250ms ease;
}
.sec09 dd {
	padding: 0.25em 0 0.5em;
	font-size: 0.9em;
	font-weight: 200;
	transition: all 250ms ease;
}
.sec09 label[for^="i_item"]:not(.error) + label:not(.error) {
	/* margin-left: 1.5em; */
}
.sec09 label[for^="i_item"]:not(.error) {
	margin-right: 1.5em;
}
.sec09 label.error {
	display: block;
	padding: 0.5em 0;
	color: #c00;
}
.sec09 label input {
	margin-right: 0.5em;
}
.sec09 .citem2 label {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}
.sec09 .citem2 label:not(.error) + label:not(.error) {
	margin-top: 1em;
}
.sec09 .citem3 input[type="text"] {
	width: 4em;
	margin: 0 0.5em;
}
.sec09 .citem3 label[for^="i_itv"] {
	display: inline-block;
	margin-right: 2em;
}
.sec09 .citem3 > div ~ div {
	margin-top: 1.0em;
}
.sec09 .citem3 .citm3_title {
	display: block;
	padding: 0.5em 0;
}
.sec09 .citem3 .citm3_date {
	display: block;
}
.sec09 .citem3 .citm3_time {
	display: block;
}
.sec09 .citem3 .citm3_time label {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.sec09 select {
	padding: 0.25em;
	background: #fff;
	border: 1px solid #ccc;
}
.sec09 label[for^="i_work_"]:not(.error) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.sec09 label[for^="i_work_"]:not(.error) + label:not(.error) {
	margin-top: 1em;
}
.sec09 label[for^="i_work_"]:not(.error) input[type="text"] {
	width: 200px;
	margin-left: 1em;
}
.sec09 label[for^="i_q1_"]:not(.error) + label:not(.error) {
	margin-left: 1.5em;
}
.sec09 label[for^="i_q2_"] {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.sec09 label[for^="i_q2_"]:not(.error) + label:not(.error) {
	margin-top: 1em;
}

.sec09 .mesg {
	padding: 1em 0;
	font-size: 14px;
	color: #c00;
}
.sec09 .mesg p {
	font-size: 14px;
	color: #c00;
	line-height: 1.5;
}
.sec09 .btn_area {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sec09 button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	border: 1px solid #4d7988;
	background: #4d7988;
	color: #fff;
	cursor: pointer;
}
.sec09 button.btnconf {
	width: 100%;
	transition: all 500ms ease;
}
.sec09 button.btnconf:disabled {
	background: #666;
	color: #ccc;
	opacity: 0.5;
	cursor: default;
}
.sec09 button.btnedit {
	width: calc(50% - 15px);
	background: #aaa;
	border: 1px solid #888;
	color: #fff;
}
.sec09 button.btnsend {
	width: calc(50% - 15px);
}
.sec09 button.btnedit::after {
	content: "≫";
	display: none;
}
.sec09 button.btnedit::before {
	content: "≪";
	display: inline-block;
	margin: 0 1em;
}
.sec09 button::after {
	content: "≫";
	display: inline-block;
	margin: 0 1em;
}
.sec09 .block_complete h3,
.sec09 .block_complete p {
	text-align: center;
}
.sec09 .confirm_text {
	color: #00a;
	font-size: 110%;
}

/*プライバシーポリシー*/
.p-privacy{
	text-align: left;
	font-size: 1.6rem;
}
.privacy__wrap{
	max-width: 900px;
	margin: 0 auto;
}
.p-privacy p{
	margin-bottom: 30px;
}
.p-privacy dl{
	margin-bottom: 30px;
}
.p-privacy dt{
	margin-bottom: 10px;
	font-weight: bold;
}

/*****************
特商法ページ
*****************/
#legal{
	padding: 100px 0;
}
#legal table{
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
	text-align: left;
	border-collapse: collapse;
	font-size: 1.6rem;
}

#legal th,td{
	border: solid 1px #333;
	padding: 10px;
}

#legal th{
	font-weight: 400;
	background-color: #77A0AE;
	color: #fff;
	width: 30%;
}

/*Cookie承諾*/

.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
	z-index: 10;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent {
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }

/*入学金*/
.enrollment-fee{
	background-color: rgba(203,0,3,1.00);
	margin-top: 0px;
	z-index: 5;
	position:relative;
}
.enrollment-fee div{
	background-color: rgba(203,0,3,1.00);
	color: #fff;
	padding: 10px 0;
}
.enrollment-fee div dl{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}
.enrollment-fee div dt{
	margin-right: 30px;
}

@media screen and (max-width: 600px) {
    .enrollment-fee{
	margin-top: 0px;
	}
	.enrollment-fee div{
	padding: 10px;
	font-size: 1.4rem;
	}
	.enrollment-fee div dt{
	margin-right: 20px;
	}
  }




/*=================================================
202304追加分
=================================================*/
.forSP{
display:none;
}
/*動画クリエイター講座の特徴*/
#moviecreator_feature{
padding: 120px 0px 50px 0px;
padding-top: 220px;
margin-top: -100px;
}
.moviecreator_feature__title {
display: flex;
justify-content: center;
padding: 0 50px;
margin:0px 0px 50px 0px;
}
.moviecreator_feature__title h2 {
font-size: 6.0rem;
line-height: 7.0rem;
padding: 15px 10px;
margin:0px 0px 0px 0px;
}
.moviecreator_feature__title::before {
content: "";
width: 110px;
background: url("../images/square(left).png") no-repeat;
background-position: bottom;
}
.moviecreator_feature__title::after {
content: "";
width: 110px;
background: url("../images/square(right).png") no-repeat;
background-position: bottom;
}
#moviecreator_feature .feature01{
width:1000px;
margin:0px auto 70px auto;
}
#moviecreator_feature .feature01 h3,
#moviecreator_feature .feature02 h3,
#moviecreator_feature .feature03 h3{
background:#1F677F;
color:#fff;
font-size:3.0rem;
border-radius: 50px;
display:inline-block;
text-align: center;
width:210px;
padding:15px 0px 10px 0px;
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature01 h4{
font-size: 5.0rem;
text-align: center;
line-height: 8.0rem;
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature01 h4 span{
background: url(../images/work-experience/line_yellow.png) no-repeat;
background-position:left 20px;
background-size:100%;
display:inline-block;
color:#A41A17;
}
#moviecreator_feature .feature01 h4 span em{
font-style:normal;
font-size:6.5rem;
}
#moviecreator_feature .feature01 dl{
display:flex;
flex-wrap: wrap;
margin:0px 0px 50px 0px;
padding:0px;
}
#moviecreator_feature .feature01 dt{
display:flex;
flex-wrap: wrap;
align-items: center;
font-size:3.6rem;
font-weight:bold;
margin:0px 0px 15px 0px;
}
#moviecreator_feature .feature01 dt span{
background:#1F677F;
font-size:3.0rem;
color:#fff;
display:inline-block;
text-align:center;
width:65px;
height:65px;
border-radius: 50px;
padding:20px 0px 0px 0px;
margin:0px 15px 0px 0px;
}
#moviecreator_feature .feature01 dd{
text-align:left;
font-size:1.8rem;
}
#moviecreator_feature .feature01 ul{
list-style-type:none;
width:800px;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0px auto 30px auto;
}
#moviecreator_feature .feature01 ul li{
margin:0px 0px 15px 0px;
}
#moviecreator_feature .feature02{
margin:0px 0px 70px 0px;
}
#moviecreator_feature .feature02 h4{
font-size: 5.0rem;
text-align: center;
line-height: 8.0rem;
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature02 h4 span{
font-style:normal;
font-size:4.5rem;
display:block;
color:#A41A17;
}
#moviecreator_feature .feature02 h4 span em{
background: url(../images/work-experience/line_yellow.png) no-repeat;
background-position:left 35px;
background-size:100%;
display:inline-block;
font-size:6.5rem;
padding:0px 0px 20px 0px;
}
#moviecreator_feature .feature02 .step_area{
width:1000px;
display:flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0px auto;
}
#moviecreator_feature .feature02 .step_area .step01,
#moviecreator_feature .feature02 .step_area .step02,
#moviecreator_feature .feature02 .step_area .step03,
#moviecreator_feature .feature02 .step_area .step04{
width:48%;
text-align: left;
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature02 .step_area h5{
display:flex;
flex-wrap: wrap;
align-items: center;
font-size:2.4rem;
font-weight:bold;
height:72px;
margin:0px 0px 15px 0px;
}
#moviecreator_feature .feature02 .step_area h5 em{
background:#1F677F;
font-size:3.0rem;
font-style:normal;
color:#fff;
display:inline-block;
text-align:center;
width:65px;
height:65px;
border-radius: 50px;
padding:20px 0px 0px 0px;
margin:0px 15px 0px 0px;
}
#moviecreator_feature .feature02 .step_area h5 span{
display:block;
width:calc(100% - 80px);
line-height:1.5;
}
#moviecreator_feature .feature02 .step_area p{
font-size:1.6rem;
}
#moviecreator_feature .feature02 .step_area figure{
max-width:100%;
margin:0px;
padding:0px;
}
#moviecreator_feature .feature02 .step_area figure img{
width:100%;
}

#moviecreator_feature .feature03 h4{
font-size: 5.0rem;
text-align: center;
line-height: 8.0rem;
margin:0px 0px 50px 0px;
}
#moviecreator_feature .feature03 h4 span{
color:#A41A17;
display:block;
font-size:5.0rem;
}
#moviecreator_feature .feature03 h4 span em{
background: url(../images/work-experience/line_yellow.png) no-repeat;
background-position:left bottom;
background-size:100%;
display:inline-block;
font-style:normal;
font-size:6.5rem;
}
#moviecreator_feature .feature03 h4 span i{
font-style:normal;
font-size:6.5rem;
}
#moviecreator_feature .feature03 .step01,
#moviecreator_feature .feature03 .step02{
width:1000px;
margin:0px auto 50px auto;
}
#moviecreator_feature .feature03 .step01 dl{
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature03 dt{
display:flex;
flex-wrap: wrap;
align-items: center;
font-size:3.6rem;
font-weight:bold;
line-height:1.3;
text-align:left;
margin:0px 0px 30px 0px;
}
#moviecreator_feature .feature03 dt span{
background:#1F677F;
font-size:3.0rem;
color:#fff;
display:inline-block;
text-align:center;
line-height:1.0;
width:65px;
height:65px;
border-radius: 50px;
padding:20px 0px 0px 0px;
margin:0px 15px 0px 0px;
}
#moviecreator_feature .feature03 dd{
text-align:left;
font-size:1.8rem;
}
#moviecreator_feature .feature03 .bgBox {
background-color: rgba(164, 26, 23, 0.05);
padding: 40px 0px;
width:550px;
margin:0px auto;
}
#moviecreator_feature .feature03 h5 {
width:100%;
text-align: center;
font-size: 3rem;
font-weight: bold;
margin-bottom: 30px;
}
#moviecreator_feature .feature03 .box {
background-color: #fff;
border: #A41A17 3px solid;
border-radius: 3px;
padding: 20px 20px 1px 20px;
width:480px;
margin:0px auto;
}
#moviecreator_feature .feature03 .box h6 {
text-align: center;
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 20px;
}
#moviecreator_feature .feature03 .box dl {
text-align: left;
}
#moviecreator_feature .feature03 .box dl dt, .reference_content1 .box dl dd {
font-size: 2rem;
line-height: calc(3/2);
}
#moviecreator_feature .feature03 .box dl dt{
margin:0px;
}
#moviecreator_feature .feature03 .box dl dd{
margin:0px 0px 20px 0px;
}
#moviecreator_feature .feature03 .step02 dl dd ul{
list-style-type:none;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:0px 0px 0px 0px;
}
#moviecreator_feature .feature03 .step02 dl dd ul li{
width:31%;
text-align: center;
}
#moviecreator_feature .feature03 .step02 dl dd ul li figure{
max-width:100%;
margin:0px;
padding:0px;
}
#moviecreator_feature .feature03 .step02 dl dd ul li figure img{
width:100%;
}
#moviecreator_feature .feature03 .step02 dl dd ul li p{
font-weight:bold;
font-size:2.2rem;
margin:0px 0px 5px 0px;
}
#moviecreator_feature .feature03 .step02 dl dd > p{
font-size:1.6rem;
}
/**/
.section-application {
background: url(/assets/images/videoediting_mainlp/application-bg.webp) no-repeat;
background-size: cover;
padding: 120px 50px;
position: relative;
z-index: 12;
}
.section-application__text h2 {
font-size: 5.0rem;
line-height: 7.5rem;
color: #FFFFFF;
letter-spacing: 0.5rem;
}
.forTB {
display: inherit;
}
.section-application__text h2 span {
background: url(/assets/images/videoediting_mainlp/line_pink.png) no-repeat;
background-position: bottom left;
}
.section-application__button {
margin-top: 110px;
position: relative;
}
.section-application__button a {
text-decoration: none;
font-size: 4.5rem;
font-weight: 600;
background-color: #A41A17;
color: #FFFFFF;
border: solid 3px #FFFFFF;
border-radius: 65px;
padding: 26px 60px;
box-shadow: 5px 5px 6px rgba(0,0,0,0.46);
}

/*料金*/
#section-charge .section-charge__item1-pc{
background-color: #fff;
padding: 45px 80px 40px;
margin-bottom: 60px;
}
#section-charge .section-charge__item1-pc h3 {
margin-bottom: 30px;
background-color: #857666;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff;
font-size: 2.8rem;
font-weight: bold;
}
#section-charge .section-charge__item1-pc figure{
max-width:826px;
display:block;
margin:0px auto;
padding:0px;
}
#section-charge .section-charge__item1-pc figure img{
width:100%;
}



