@charset "UTF-8";
/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*-------------------------------

 //共通

-------------------------------*/
@media (min-width: 901px) {
  #main {
    padding-top: 75px; } }
@media (max-width: 900px) {
  #main {
    overflow: hidden; } }

.wrap_bg {
  background: url("/inc/course/images/bg_square.jpg");
	background-size: 1%;
}
@media (max-width: 768px) {
	.wrap_bg {
		background-size: 3%;
	}
}



.txt_bold {
  font-weight: 600; }

.txt_marker {
  background: linear-gradient(transparent 0%, #FFF6AA 0%); }

.txt_blue {
  color: #2C9CE0; }

.txt_red {
  color: #BC0007; }



@media (min-width: 769px) {
  .pc_none {
    display: none; } }
@media (max-width: 768px) {
  .sp_none {
    display: none; } }



/*-------------------------------

 //メインビジュアル

-------------------------------*/

.fv .cap {
	font-size: 8px;
	color: #a1a1a1;
	display: block;
	width: 95%;
	margin: 5px auto 0;
}
  @media (min-width: 769px) {
	.fv .cap {
		display: none;
	}

}

/*-------------------------------

 //MV下ボタンエリア

-------------------------------*/

.mv_btn_cont {
	padding: 50px 0 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: center; }
  .mv_btn_cont .btn_sub_txt {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700; }
  .mv_btn_cont .btn a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    border-radius: 100vh;
    text-align: center;
    padding: 25px 0;
    width: 365px;
    position: relative; }
    .mv_btn_cont .btn a::after {
      content: "";
      display: block;
      background: url("/inc/course/images/arrow_blue.svg") no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 2.5vw;
      top: 0;
      bottom: 0;
      margin: auto; }
  .mv_btn_cont .btn_01 a {
    background: #FFF;
    border: 2px solid #5bcf13;
    color: #5bcf13; }
  .mv_btn_cont .btn_02 a {
    background: #5bcf13; }
    .mv_btn_cont .btn_02 a::after {
      background: url("/inc/course/images/arrow_right.png") no-repeat; }
  .mv_btn_cont .btn:hover {
    opacity: 0.8; }
  @media (min-width: 769px) {
    .mv_btn_cont .btn_01 {
      margin-right: 60px; } }
  @media (max-width: 768px) {
    .mv_btn_cont {
		padding: 30px 0 0;
		flex-flow: column-reverse;
	  }
      .mv_btn_cont .btn a {
        font-size: 14px;
        width: 85%;
        margin: 0 auto;
        padding: 20px 0; }
        .mv_btn_cont .btn a::after {
          right: 6vw; }
      .mv_btn_cont .btn_02 {
        margin-bottom: 25px; } }

/*-------------------------------

 //sec_01 (ウイルス対策)

-------------------------------*/
.note {
  max-width: 980px;
  margin: 30px auto 140px; }
  @media (max-width: 768px) {
    .note {
      width: 90%;
      margin: 10px auto 60px; } }

.haiku {
  max-width: 750px;
  margin: 60px auto 110px; }
  @media (max-width: 768px) {
    .haiku {
      width: 80%;
      margin: 40px auto 60px; } }


/*-------------------------------

 //message

-------------------------------*/

.message {
	background: url("/inc/course/images/message_bg.png") no-repeat;
	background-size: 100%;
	background-position: center bottom 70px;
	padding: 120px 0 480px;
}

.message .cp {
	max-width: 1000px;
	margin: 0 auto 140px;
}

.message .txtarea {
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}



.message .message__ttl {
	font-size: 42px;
	font-weight: 700;
	margin: 0 auto 50px;
	color: #0078DE;
	line-height: 1.6;
}



.message .message__ttl::after {
	content: "";
	display: block;
	width: 120px;
	height: 70px;
	background: url(/inc/course/images/message_ttl_bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: -50px;
	top: -20px;
	z-index: -1;
}


.message .message__ttl span {
	border-bottom: 3px solid #0078DE;
	padding-bottom: 2px;
}


.message .txt-block p {
	font-size: 18px;
	line-height: 2.4;
	font-weight: 500;
}

.message .txt-block p.mb {
	margin-bottom: 40px;
}


.message .message__img {
	max-width: 440px;
	position: absolute;
	right: 0;
	top: 30px;
}



.kodawari {
  max-width: 800px;
  margin: 50px auto 0; }
  @media (max-width: 768px) {
    .kodawari {
      width: 80%;
      margin: 40px auto 0; } }



@media (max-width: 768px) {
	.message {
	background: url("/inc/course/images/message_bg_sp.png") no-repeat;
	background-size: 100%;
	background-position: center bottom 110px;
	padding: 120px 0 350px;
}

.message .cp {
	width: 90%;
	margin: 0 auto 80px;
}

.message .txtarea {
	width: 80%;
	margin: 0 auto;
}



.message .message__ttl {
	font-size: 7.4vw;
	margin: 0 auto 35px;
}

	.message .message__ttl::after {
    content: "";
    display: block;
    width: 98px;
    height: 70px;
    background: url(/inc/course/images/message_ttl_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -40px;
    top: -20px;
    z-index: -1;
}

.message .message__ttl span {
	border-bottom: 2px solid #0078DE;
}


.message .txt-block p {
	font-size: 14px;
	line-height: 2.4;
	font-weight: 500;
}

.message .txt-block p.mb {
	margin-bottom: 20px;
}


.message .message__img {
	display: none;
}




}


/*-------------------------------
 //CP（福岡熊本）
-------------------------------*/

.cp-fukuoka  {
	position: relative;
}

.cp-fukuoka::before  {
	content: "";
	display: block;
	background: url("/inc/course/images/fukuoka-kumamoto/cp_obj_left.png") no-repeat;
	background-size: contain;
	width: 200px;
	height: 330px;
	position: absolute;
	transform: translateX(-250%);
	top: 255px;
	left: 50%;
}

.cp-fukuoka::after  {
	content: "";
	display: block;
	background: url("/inc/course/images/fukuoka-kumamoto/cp_obj_right.png") no-repeat;
	background-size: contain;
	width: 200px;
	height: 330px;
	position: absolute;
	transform: translateX(140%);
	top: 255px;
	left: 50%;
}

.cp-fukuoka .cp_ttl  {
	max-width: 620px;
	margin: 0 auto 40px;

}

.cp-fukuoka .cp_img  {
	background: #EB6EA5;
	max-width: 900px;
	margin: 50px auto 0;
	padding: 20px;
	box-sizing: border-box;
}




@media (max-width: 768px) {

	.cp-fukuoka {
		padding: 50px 0 0;
	}

	.cp-fukuoka::before  {
		width: 85px;
		height: 132px;
		left: -13px;
		top: 35vw;
		transform: none;
	}

	.cp-fukuoka::after  {
		width: 85px;
		height: 132px;
		right: -13px;
		top: 35vw;
		left: auto;
		transform: none;
	}


	.cp-fukuoka .cp_ttl  {
		width: 80%;
		margin: 0 auto 30px;

	}

	.cp-fukuoka .cp_img  {
		margin: 30px auto 0;
		padding: 10px;
		width: 100%;
	}






}


/*-------------------------------

 //sec_03 (学年別の指導ポイント)

-------------------------------*/
.sec_03 {
	background: url("/inc/course/images/point_bg.jpg") repeat-y;
	background-size: 100%;
	background-position: center top;
	padding: 100px 0 100px;
}

  .sec_03 .sec_ttl {
	  max-width: 450px;
	  margin: 0 auto 50px;
}
  .sec_03 .year_link {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;}
    .sec_03 .year_link li {
      width: 30%;
      text-align: center; }
    .sec_03 .year_link a {
      display: block;
      background: #fff;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      padding: 15px 0;
      border: 2px solid #27100F;
      border-radius: 6px;
      color: #27100F;
      position: relative; }
      .sec_03 .year_link a:hover {
        opacity: 0.8; }
      .sec_03 .year_link a::after {
        content: "";
        display: block;
        background: url("/inc/course/images/anc_arrow.svg") no-repeat;
        background-size: contain;
        width: 17px;
        height: 17px;
        position: absolute;
        right: 3vw;
        top: 0;
        bottom: 0;
        margin: auto; }




.sec_03 .year_block {
	background: #fff;
	border: 1px solid #E77C9F;
	max-width: 1100px;
	margin: 0 auto 100px;
}


.sec_03 .year_block.block03 {
	margin: 0 auto;
}

.sec_03 .year_block .ttl_wrap {
	background: #E77C9F;
	position: relative;
	padding: 35px 0 35px 117px;
	box-sizing: border-box;
}


.sec_03 .year_block .ttl_wrap .main_ttl {
	width: 580px;
}

.sec_03 .year_block .ttl_wrap figure {
	width: 300px;
	position: absolute;
	right: 100px;
	bottom: 0;
}


.sec_03 .year_block.block02 .ttl_wrap {
	padding: 35px 150px 35px 0;
	display: flex;
	justify-content: flex-end;
}

.sec_03 .year_block.block02 .ttl_wrap .main_ttl {
	width: 510px;
}

.sec_03 .year_block.block02 .ttl_wrap figure {
	width: 300px;
	position: absolute;
	left: 100px;
	bottom: 0;
}

.sec_03 .year_block .cont_wrap {
	padding: 50px 60px 40px;
	box-sizing: border-box;
}

.sec_03 .year_block .point_list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.sec_03 .year_block .point_list li {
	background: #FFF2F3;
	width: 32%;
	padding: 60px 20px 0;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
}

.sec_03 .year_block .point_list .num {
	position: absolute;
	right: 0;
	left: 0;
	top: -20px;
	margin: auto;
	max-width: 70px;
}

.sec_03 .year_block .point_list .ttl {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
	position: relative;
	line-height: 1.3;
	padding-bottom: 15px;
}
.sec_03 .year_block .point_list .ttl.add_pd {
	padding-top: 25px;

}

.sec_03 .year_block .point_list .ttl::before {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #2C9CE0;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.sec_03 .year_block .point_list .txt {
	font-size: 15px;
}


.sec_03 .year_block .point_list .icon {
	max-width: 180px;
	margin: 20px auto 0;
}


@media screen and (min-width:769px) and ( max-width:1100px) {


	.sec_03 .year_block {
		background: #fff;
		border: 1px solid #E77C9F;
		width: 90%;
		margin: 0 auto 100px;
	}


	.sec_03 .year_block.block03 {
		margin: 0 auto;
	}

	.sec_03 .year_block .ttl_wrap {
		background: #E77C9F;
		position: relative;
		padding: 35px 0 35px 30px;
		box-sizing: border-box;
	}


	.sec_03 .year_block .ttl_wrap .main_ttl {
		width: 56vw;
	}

	.sec_03 .year_block .ttl_wrap figure {
		width: 300px;
		position: absolute;
		right: 20px;
		bottom: 0;
	}


	.sec_03 .year_block.block02 .ttl_wrap {
		padding: 35px 50px 35px 0;
		display: flex;
		justify-content: flex-end;
	}

	.sec_03 .year_block.block02 .ttl_wrap .main_ttl {
		width: 53vw;
	}

	.sec_03 .year_block.block02 .ttl_wrap figure {
		width: 300px;
		position: absolute;
		left: 20px;
		bottom: 0;
	}

	.sec_03 .year_block .cont_wrap {
		padding: 50px 30px 40px;
		box-sizing: border-box;
	}

}




@media (max-width: 768px) {

	.sec_03 {
		padding: 60px 0 0;
	}

	  .sec_03 .sec_ttl {
		  width: 85%;
		  margin: 0 auto 30px;
	}

    .sec_03 .year_link {
      width: 90%;
		margin: 0 auto 50px;
	}

      .sec_03 .year_link li {
        width: 32%; }

      .sec_03 .year_link a {
        font-size: 13px;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        padding: 0 0 20px; }

        .sec_03 .year_link a::after {
          width: 13px;
          height: 13px;
          position: absolute;
          right: 0;
          left: 0;
          top: auto;
          bottom: 10px;
          margin: auto; }


.sec_03 .year_block {
	border: none;
	margin: 0 auto 35px;
}

.sec_03 .year_block .ttl_wrap {
	padding: 20px 0 20px 20px;
}

.sec_03 .year_block .ttl_wrap .main_ttl {
	width: 58%;
}

.sec_03 .year_block .ttl_wrap figure {
	width: 48%;
	right: 0;
	bottom: 0;
}


.sec_03 .year_block.block02 .ttl_wrap {
	padding: 20px 30px  20px 0;
}

.sec_03 .year_block.block02 .ttl_wrap .main_ttl {
	width: 50%;
}

.sec_03 .year_block.block02 .ttl_wrap figure {
	width: 52%;
	left: 0;
}


.sec_03 .year_block .cont_wrap {
	padding: 30px 20px 20px;
}


.sec_03 .year_block .point_list {
	display: block;
}

.sec_03 .year_block .point_list li {
	width: 100%;
	padding: 20px 20px 0 20px;
	position: relative;
	margin-bottom: 30px;
}

.sec_03 .year_block .point_list li:last-child {
	margin-bottom: 0;
}

.sec_03 .year_block .point_list .sp_flex {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 20px;
}



.sec_03 .year_block .point_list .num {
	position: relative;
	left: 0;
	max-width: 55px;
	top: 0;
	margin: 0;
}


.sec_03 .year_block .point_list .ttl {
	font-size: 6vw;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: left;
	margin-left: 15px;
}

.sec_03 .year_block .point_list .ttl::before {
	content: none;
}



.sec_03 .year_block .point_list .ttl.add_pd {
	padding-top: 0;

}


.sec_03 .year_block .point_list .txt {
	font-size: 14px;
	width: 100%;
}


.sec_03 .year_block .point_list .icon {
	width: 50%;
	margin: 10px auto 0;
}


}



/*-------------------------------

 //sec_04 (講習会の流れ)

-------------------------------*/
.sec_04 {
  padding: 80px 0 140px; }
  @media (max-width: 768px) {
    .sec_04 {
      padding: 60px 0 70px; } }
  .sec_04 .sec04_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_04 .sec04_ttl {
        font-size: 3rem;
        margin-bottom: 20px; } }
    .sec_04 .sec04_ttl::before {
      content: "";
      display: block;
      background: url("/inc/course/images/sec04_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_04 .sec04_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_04 .wrap_flow {
    max-width: 1100px;
    margin: 0 auto;
    border: 2px solid #ED8A17;
    padding: 50px 80px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff; }
    @media (max-width: 768px) {
      .sec_04 .wrap_flow {
        width: 90%;
        padding: 25px 20px 0;
        min-width: auto; } }
    .sec_04 .wrap_flow .flow_img {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .sec_04 .wrap_flow .flow_img {
          width: 100%;
          margin-bottom: 30px; } }
    .sec_04 .wrap_flow .tb_details {
      width: 100%;
      margin: 0 auto; }
      .sec_04 .wrap_flow .tb_details .tb_ttl {
        border-bottom: 1px solid #d3d3d3;
        padding: 20px 50px 20px 30px;
        vertical-align: middle;
        width: 30%;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .sec_04 .wrap_flow .tb_details .tb_ttl {
            width: 100%;
            display: block;
            border-bottom: none;
            padding: 0px 40px 0px 40px; } }
        .sec_04 .wrap_flow .tb_details .tb_ttl.last {
          border-bottom: none; }
        .sec_04 .wrap_flow .tb_details .tb_ttl p {
          color: #ED8A17;
          font-size: 18px;
          text-align: center;
          border: 2px solid #ED8A17;
          border-radius: 50PX;
          padding: 2px 10px; }
          @media (max-width: 768px) {
            .sec_04 .wrap_flow .tb_details .tb_ttl p {
              font-size: 1.6rem;
              border: 1px solid #fb6a00; } }
      .sec_04 .wrap_flow .tb_details .tb_txt {
        font-size: 16px;
        line-height: 1.6;
        border-bottom: 1px solid #d3d3d3;
        vertical-align: middle;
        padding: 20px 0;
        width: 70%; }
        .sec_04 .wrap_flow .tb_details .tb_txt .txt_orange {
          color: #ED8A17;
          font-weight: bold; }
        @media (max-width: 768px) {
          .sec_04 .wrap_flow .tb_details .tb_txt {
            width: 100%;
            display: block;
            border-bottom: none;
            font-size: 1.4rem;
            padding: 10px 0 20px; } }
        .sec_04 .wrap_flow .tb_details .tb_txt.last {
          border-bottom: none; }

/*-------------------------------

 //sec_05 (合格実績)

-------------------------------*/
.sec_05 {
  /*background: url("/inc/course/images/sec05_bg.jpg") no-repeat;
  background-size: cover;*/
  padding: 0 0 60px; }
  @media (max-width: 768px) {
    .sec_05 {
      padding: 0 0 30px; } }
  .sec_05 .sec05_ttl {
    text-align: center;
    font-weight: 600;
    font-size: 4rem;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .sec_05 .sec05_ttl {
		  line-height: 1.2;
        font-size: 4vw;
        margin-bottom: 20px; } }
    .sec_05 .sec05_ttl .big {
      font-size: 5.3rem; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .big {
			display: inline-block;
			padding-top: 5px;
          font-size: 7vw; } }
    .sec_05 .sec05_ttl .txt_red {
      color: #cf3636;
      font-size: 5.8rem; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .txt_red {
          font-size: 8vw; } }
    .sec_05 .sec05_ttl .line {
      position: relative;
      padding-bottom: 8px; }
      @media (max-width: 768px) {
        .sec_05 .sec05_ttl .line {
          padding-bottom: 3px; } }
      .sec_05 .sec05_ttl .line::before {
        content: "";
        display: block;
        background: url("/inc/course/images/txt_line_red.jpg") repeat-x;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 4px;
        width: 100%; }
        @media (max-width: 768px) {
          .sec_05 .sec05_ttl .line::before {
            height: 2px; } }
  .sec_05 .passrecord_img {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_05 .passrecord_img {
        width: 90%; } }

/*-------------------------------

 //intro_area_02

-------------------------------*/
.intro_area_02 {
  background-color: #2C9CE0;
  padding: 30px 0;
  position: relative; }
  @media (max-width: 768px) {
    .intro_area_02 {
      padding: 20px 0; } }
  .intro_area_02 .intro_txt {
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-size: 4.8rem;
    letter-spacing: 0.4px; }
    @media (max-width: 768px) {
      .intro_area_02 .intro_txt {
        font-size: 5.2vw;
        line-height: 1.4; } }
  .intro_area_02 .big {
    font-size: 5.8rem;
    color: #f3f71d; }
    @media (max-width: 768px) {
      .intro_area_02 .big {
        font-size: 6.8vw; } }
  .intro_area_02::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -110px;
    border: 110px solid transparent;
    border-top: 60px solid #2C9CE0; }
    @media (max-width: 768px) {
      .intro_area_02::before {
        margin-left: -60px;
        border: 60px solid transparent;
        border-top: 20px solid #2C9CE0; } }

/*-------------------------------

 //btn_area

-------------------------------*/
.btn_area {
  padding: 80px 0 70px;
  overflow: hidden;
  background: #EDF7FA; }
  @media (max-width: 768px) {
    .btn_area {
      padding: 30px 15px 30px;
      box-sizing: border-box; } }
  .btn_area.ft_btn {
    padding: 30px 0 70px; }
    @media (max-width: 768px) {
      .btn_area.ft_btn {
        padding: 20px 10px 30px;
        box-sizing: border-box; } }

  .btn_area .lead_txt {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 5rem;
    color: #fff;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .btn_area .lead_txt {
        font-size: 6.5vw;
        line-height: 1.4;
        margin-bottom: 15px; } }

  .btn_area .btn_sub_txt {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
	  letter-spacing: 1px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .btn_area .btn_sub_txt {
        font-size: 14px;
        margin-bottom: 5px; } }




    .btn_area .lead_txt .sub_txt {
      font-size: 4rem; }
      @media (max-width: 768px) {
        .btn_area .lead_txt .sub_txt {
          font-size: 4.2vw; } }
    .btn_area .lead_txt .bg_green {
      color: #f3f71d; }
    .btn_area .lead_txt .bg_orange {
      color: #f3f71d; }
    .btn_area .lead_txt .bg_white {
      border: 1px solid #fff;
      font-size: 3.7rem;
      vertical-align: 4px;
      padding: 0 5px; }
      @media (max-width: 768px) {
        .btn_area .lead_txt .bg_white {
          font-size: 5vw;
          vertical-align: 3px; } }
  .btn_area .btn_box {
    max-width: 1100px;
    background: #fff;
    border-radius: 30px;
    padding: 60px 50px 50px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .btn_area .btn_box {
        padding: 15px 15px 15px;
        border-radius: 15px; } }
    .btn_area .btn_box .attention {
      font-weight: 600;
      color: #cf3636;
      font-size: 14px;
      text-align: center;
      margin-top: 10px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .attention {
          font-size: 10px;
          text-align: left;
          margin-top: 15px; } }
    .btn_area .btn_box .ttl {
		    display: flex;
    flex-flow: row wrap;
    justify-content: center;
		align-items: center;
      font-size: 82px;
      font-weight: 700;
      text-align: center;
      line-height: 1;
      margin-bottom: 25px; }
    .btn_area .btn_box .ttl .sp {
display: flex;
align-items: center;
flex-flow: row wrap;}


      .btn_area .btn_box .ttl .date {
        margin-right: 15px; }
        .btn_area .btn_box .ttl .date::after {
          content: "";
          display: inline-block;
          background: url("/inc/course/images/kaikou.png") no-repeat;
          background-size: contain;
          width: 32px;
          height: 64px;
          margin-left: 2px; }

      .btn_area .btn_box .ttl .tarm {
        font-size: 24px;
		line-height: 1.3;
		margin-right: 10px;
		display: block;}


      @media (max-width: 768px) {
        .btn_area .btn_box .ttl {
			display: block;
          font-size: 12vw;
			letter-spacing: 1px;
          margin-bottom: 12px; }

    .btn_area .btn_box .ttl .sp {justify-content: center;}
          .btn_area .btn_box .ttl .date {
			  display: block;
			  margin-bottom: 5px;
            margin-right: 0; }
            .btn_area .btn_box .ttl .date::after {
              width: 14px;
              height: 27px; }

      .btn_area .btn_box .ttl .tarm {
        font-size: 16px;
		  margin-right: 0;
		  margin-bottom: 5px;
		padding-top: 0; }
}
    .btn_area .btn_box .fukidashi_txt {
      width: 60%;
      margin: 0 auto 20px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .fukidashi_txt {
          width: 80%;
          margin: 0 auto 10px; } }
    .btn_area .btn_box .btn {
      width: 70%;
      margin: 0 auto; }
      .btn_area .btn_box .btn a:hover {
        opacity: 0.8; }
      .btn_area .btn_box .btn a {
        color: #fff;
        display: block;
        background: #5bcf13;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 28px;
        text-align: center;
        padding: 40px 0;
        border-radius: 100vh;
        position: relative; }
        .btn_area .btn_box .btn a::after {
          content: "";
          display: block;
          background: url("/inc/course/images/arrow_right.png") no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px;
          position: absolute;
          right: 4vw;
          top: 0;
          bottom: 0;
          margin: auto; }
      @media (max-width: 768px) {
        .btn_area .btn_box .btn {
          width: 100%; }
          .btn_area .btn_box .btn a {
            font-size: 17px;
            padding: 18px 0; }
            .btn_area .btn_box .btn a::after {
              width: 16px;
              height: 16px;
              right: 6vw; } }
    .btn_area .btn_box .obj_right {
      position: absolute;
      right: -60px;
      bottom: 0px;
      width: 180px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .obj_right {
			display: none;
          right: -10px;
          width: 16vw; } }
    .btn_area .btn_box .obj_left {
      position: absolute;
      left: -20px;
      top: 20px;
      width: 190px; }
      @media (max-width: 768px) {
        .btn_area .btn_box .obj_left {
          display: none; } }

/*-------------------------------

 //sec_06 （講習会の日程・会場）

-------------------------------*/
.sec_06 {
	position: relative;
	background: #EDF7FA;
  padding: 0 0 100px; }

.sec_06::before {
	content: "";
	display: block;
	width: 6px;
	height: 100px;
	border-left: 6px dotted #2C9CE0;
	position: absolute;
	left: 0;
	right: 0;
	top: -140px;
	margin: auto;
}



.sec_06 .main-ttl {
	background: #0078DE;
	border-radius: 10px 10px 0 0;
	text-align: center;
  padding: 30px 0px 20px; }


.sec_06 .main-ttl img {
max-width: 240px;}

.sec_06 .main-ttl small {
	display: block;
	color: #fff;
	font-size: 14px;
}
  @media (max-width: 768px) {

.sec_06::before {
	content: "";
	display: block;
	width: 4px;
	height: 70px;
	border-left: 4px dotted #2C9CE0;
	position: absolute;
	left: 0;
	right: 0;
	top: -110px;
	margin: auto;
}

.sec_06 .main-ttl {
  padding: 20px 0px 15px; }
.sec_06 .main-ttl img {
max-width: 180px;}


}


  @media (max-width: 768px) {
    .sec_06 {
      padding: 0 0 50px; } }
  .sec_06 .inner {
    max-width: 1100px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_06 .inner {
		  width: 90%;

        padding: 0 0; } }
  .sec_06 .sec06_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_06 .sec06_ttl {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
    .sec_06 .sec06_ttl::before {
      content: "";
      display: block;
      background: url("/inc/course/images/sec06_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_06 .sec06_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_06 .date {
	      border: 1px solid #c5c5c5;
	  margin-bottom: 30px;
    margin-top: 0;
    width: 100%;
    background-color: #fff; }
  .sec_06 .date.mt40 {
    margin: 40px auto 0; }

    @media (max-width: 768px) {
      .sec_06 .date {
        margin: 0 auto; }
    }
    .sec_06 .date th {
      color: #fff;
      font-size: 18px;
      background-color: #2C9CE0;
      font-weight: bold;
      text-align: center;
      padding: 10px 10px;
      width: 20%;
      border-bottom: 1px solid #c5c5c5;
      line-height: 1.6; }

.sec_06 .date th.ttl {
	line-height: 1.4;
	font-size: 22px;}




      @media (max-width: 768px) {
        .sec_06 .date th {
          font-size: 18px; }

		.sec_06 .date th.ttl {
		font-size: 17px;}
		}


      .sec_06 .date th.high {
        background-color: #69b154; }
    .sec_06 .date td {
      font-size: 16px;
      padding: 10px 20px;
      width: 80%;
      border-bottom: 1px solid #c5c5c5;
      line-height: 1.6;
      word-break: break-all; }
      @media (max-width: 768px) {
        .sec_06 .date td {
          font-size: 14px;
          padding: 10px 10px; } }
      .sec_06 .date td span {
        background-color: #3898ec;
        color: #fff;
        padding: 2px 10px;
        margin-bottom: 5px;
        width: 40%; }
      .sec_06 .date td span.orange {
        background-color: #0e68b7;}

      .sec_06 .date td .add_mb {
        margin-bottom: 10px; }

.sec_06 .date td .ttl {
	background: #0078DE;
	color: #fff;
	padding: 2px 10px;
}

  .sec_06 .tab_area {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    .sec_06 .tab_area .tab {
      width: 49%;
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      border-radius: 10px;
      padding: 10px 0;
      position: relative; }
      @media (max-width: 768px) {
        .sec_06 .tab_area .tab {
          font-size: 20px;
          font-size: 16px;
          border-radius: 5px; } }
      .sec_06 .tab_area .tab::after {
        font-family: "Font Awesome 5 Free";
        content: '\f138';
        font-size: 20px;
        font-weight: 900;
        color: #fff;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 22px; }
        @media (max-width: 768px) {
          .sec_06 .tab_area .tab::after {
            font-size: 14px;
            right: 15px;
            top: 4.5vw; } }
      .sec_06 .tab_area .tab:hover {
        cursor: pointer; }
    .sec_06 .tab_area .tab_elementary {
      background-color: #fb6a00; }
    .sec_06 .tab_area .tab_junior {
      background-color: #005bac; }
  .sec_06 .cont_area h3 {
    padding: 10px 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
    background-color: #009c6f; }
    @media (max-width: 768px) {
      .sec_06 .cont_area h3 {
        font-size: 18px; } }
  .sec_06 .cont_area .details {
    margin-bottom: 20px; }
    .sec_06 .cont_area .details .wrap_course_btn {
      background-color: #fff;
      border: 1px solid #eeeeee;
      padding: 15px 0 15px 20px;
      border-radius: 10px;
      position: relative;
      font-size: 18px;
      color: #000;
      font-weight: bold;
      margin-bottom: 20px;
      cursor: pointer; }
      @media (max-width: 768px) {
        .sec_06 .cont_area .details .wrap_course_btn {
          font-size: 16px;
          padding: 15px 0 15px 15px; } }
      .sec_06 .cont_area .details .wrap_course_btn i svg {
        color: #666;
        width: 10px;
        height: 20px;
        transform: rotate(90deg);
        transition: .2s ease; }
      .sec_06 .cont_area .details .wrap_course_btn i {
        position: absolute;
        top: 20px;
        right: 20px; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .wrap_course_btn i {
            top: 18px;
            right: 15px; } }
      .sec_06 .cont_area .details .wrap_course_btn.open i svg {
        transform: rotate(-90deg);
        transition: .2s ease; }
    .sec_06 .cont_area .details .cont_box {
      padding-bottom: 40px;
      display: none; }
      .sec_06 .cont_area .details .cont_box h2 {
        padding: 8px 0;
        font-size: 16px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        background-color: #1167B5; }
      .sec_06 .cont_area .details .cont_box .course {
        font-size: 20px;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.2;
        background-color: #3898ec; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .cont_box .course {
            font-size: 16px; } }
        .sec_06 .cont_area .details .cont_box .course.mt {
          margin-top: 40px; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .course.mt {
              margin-top: 20px; } }
        .sec_06 .cont_area .details .cont_box .course .course_ttl {
          background-color: #005bac;
          padding: 10px 20px;
          font-weight: bold;
          color: #fff;
          font-size: 20px;
          text-align: center;
          display: block; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .course .course_ttl {
              font-size: 16px; } }
        .sec_06 .cont_area .details .cont_box .course .course_theme {
          padding: 10px 0;
          display: block; }
      .sec_06 .cont_area .details .cont_box .exam {
        margin-top: 40px; }
        @media (max-width: 768px) {
          .sec_06 .cont_area .details .cont_box .exam {
            margin-top: 20px; } }
      .sec_06 .cont_area .details .cont_box .item_list {
        display: flex;
        border-right: 1px solid #b8b8b8;
        border-left: 1px solid #b8b8b8;
        flex-flow: nowrap;
        justify-content: flex-start; }

      .sec_06 .cont_area .details .cont_box .item_list .txt100 {
		  font-size: 16px;
		  padding: 15px;
		  box-sizing: border-box;
		}
		@media (max-width: 768px) {
		  .sec_06 .cont_area .details .cont_box .item_list .txt100 {
			  font-size: 14px;
			}
		}

		.sec_06 .cont_area .details .cont_box .item_list .special_price {
			background: #cf3636;
			color: #fff;
			padding: 0 5px;
			font-size: 14px;
			font-weight: 500;
			margin-right: 4px;
			letter-spacing: 1px;
			display: inline-block;
		}
	@media (max-width: 768px) {
		.sec_06 .cont_area .details .cont_box .item_list .special_price {
			font-size: 13px;
		}

	}



        .sec_06 .cont_area .details .cont_box .item_list .ttl {
          display: block;
          font-size: 18px;
          line-height: 1.2;
          vertical-align: middle;
          text-align: center;
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;
          width: 20%;
          padding: 5px 5px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .item_list .ttl {
              font-size: 16px; } }
          .sec_06 .cont_area .details .cont_box .item_list .ttl.last {
            border-bottom: none; }
        .sec_06 .cont_area .details .cont_box .item_list .txt {
          display: block;
          font-size: 16px;
          vertical-align: middle;
          border-bottom: 1px solid #000;
          width: 80%;
          padding: 10px 15px; }
          .sec_06 .cont_area .details .cont_box .item_list .txt p:nth-of-type(2) {
            margin-top: 15px; }
          @media (max-width: 768px) {
            .sec_06 .cont_area .details .cont_box .item_list .txt {
              font-size: 14px; } }
          .sec_06 .cont_area .details .cont_box .item_list .txt.last {
            border-bottom: none; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .txt_red {
            color: #cf3636;
            font-weight: 600; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .note {
            font-size: 12px; }
          .sec_06 .cont_area .details .cont_box .item_list .txt .place {
            font-size: 16px;
            margin-bottom: 10px; }
            @media (max-width: 768px) {
              .sec_06 .cont_area .details .cont_box .item_list .txt .place {
                font-size: 14px; } }
            .sec_06 .cont_area .details .cont_box .item_list .txt .place.last {
              margin-bottom: 0; }
        .sec_06 .cont_area .details .cont_box .item_list .attention {
          font-size: 1.2rem; }
  .sec_06 .cont_area .cont_junior {
    background-color: #fff;
    padding: 40px 50px 30px; }
    .sec_06 .cont_area .cont_junior .course_ttl {
      background-color: #3898ec; }
      .sec_06 .cont_area .cont_junior .course_ttl .year {
        background-color: #db5576; }
    .sec_06 .cont_area .cont_junior .item_list {
      background-color: #fff; }
    @media (max-width: 768px) {
      .sec_06 .cont_area .cont_junior {
        padding: 30px 15px 10px;
        border-radius: 0; } }



/*-------------------------------

 //sec_07 school-box 教室一覧

-------------------------------*/
.sec_07 {
  padding: 100px 0 70px; }
  @media (max-width: 768px) {
    .sec_07 {
      padding: 60px 0 40px; } }
  .sec_07 .sec07_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_07 .sec07_ttl {
        font-size: 3rem;
        margin-bottom: 20px; } }
    .sec_07 .sec07_ttl::before {
      content: "";
      display: block;
      background: url("/inc/course/images/sec07_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_07 .sec07_ttl::before {
          width: 40px;
          height: 40px; } }

.school-box .container {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

.school-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.school-list .school-cell {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px; }

.school-list .school-cell .wrapper {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.school-list .school-cell .school-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 28px;
  padding-bottom: 1em;
  border-bottom: 2px dotted #342506;
  color: #342506; }

.school-list .school-cell .school-name h3 {
  font-weight: bold;
  display: block;
  line-height: 1.15;
  padding-left: 1em;
  position: relative;
  margin: 0; }

.school-list .school-cell .school-name h3:before {
  content: '';
  display: block;
  width: 0.3em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #342506; }

.school-list .school-cell .pic-add {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.school-list .school-cell .picture {
  width: 45%;
  margin-right: 5%;
  overflow: hidden;
  position: relative; }

.school-list .school-cell .picture:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 67%;
  position: relative; }

.school-list .school-cell .picture img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.school-list .school-cell .address {
  width: 50%;
  font-size: 16px; }

.school-list .school-cell .tag {
  width: 6em;
  line-height: 1.15;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em 0.2em 0.5em 0;
  border-radius: 10em;
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #342506;
  margin-bottom: 10px; }

.school-list .school-cell .tag svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.4em; }

.school-list .school-cell .zipcode,
.school-list .school-cell address {
  width: 100%;
  border-bottom: 1px dotted #342506;
  padding: 0.2em 0;
  font-style: normal; }

.school-list .school-cell .zipcode,
.school-list .school-cell address {
  width: 100%;
  border-bottom: 1px dotted #342506;
  padding: 0.2em 0; }

.school-list .school-cell .map {
  width: 100%;
  position: relative; }

.school-list .school-cell .map:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative; }

.school-list .school-cell iframe {
  display: block;
  border: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.school-list .request-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative; }

.school-list .request-link a,
.school-list .request-link a:link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  line-height: 1.15;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #fd8005;
  height: 3.7em;
  border-radius: 0.2em; }

.school-list .request-link a i,
.school-list .request-link a:link i {
  width: 1.15em;
  height: 1.15em;
  min-width: 1.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-left: 0.5em; }

.school-list .request-link a i svg,
.school-list .request-link a:link i svg {
  color: #fd8005;
  width: 0.8em;
  height: 0.8em;
  display: block; }

@media screen and (max-width: 767px) {
  .school-list .school-cell {
    width: 100%; }

  .school-list .school-cell .wrapper {
    width: 100%;
    padding: 20px; }

  .school-list .school-cell .school-name {
    font-size: 20px; }

  .school-list .school-cell .tag {
    font-size: 14px; } }
/*-------------------------------

 //footer

-------------------------------*/
.footer {
  background-color: #484848;
  padding: 15px 0; }
  @media (max-width: 768px) {
    .footer {
      padding: 10px 0; } }
  .footer .copy {
    display: block;
    text-align: center;
    color: #fff;
    font-feature-settings: 1.4rem; }

/*-------------------------------

 //sec_question (よくあるご質問)

-------------------------------*/
.sec_question {
  padding: 0 0 160px; }
  @media (max-width: 768px) {
    .sec_question {
      padding: 0 0 60px; } }
  .sec_question .question_ttl {
    font-size: 4.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .sec_question .question_ttl {
        font-size: 3rem;
        margin-bottom: 20px; } }
    .sec_question .question_ttl::before {
      content: "";
      display: block;
      background: url("/inc/course/images/question_ttl_icon.png") no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      margin: 0 auto 5px; }
      @media (max-width: 768px) {
        .sec_question .question_ttl::before {
          width: 40px;
          height: 40px; } }
  .sec_question .faq {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .sec_question .faq {
        width: 90%; } }

.sec_question .item {
  margin-top: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }

.sec_question .item .box {
  padding: 0 20px; }

.sec_question .item .box .wrap {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0; }

.sec_question .item .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #f39800;
  font-weight: bold;
  font-size: 20px;
  padding-right: 40px;
  cursor: pointer; }

.sec_question .item .question.show::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg); }

.sec_question .item .question::after,
.sec_question .item .question::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  background: #f39800;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sec_question .item .question::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg); }

.sec_question .item .question .q {
  background: #f39800;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  width: 36px;
  min-width: 36px;
  font-size: 26px;
  height: 36px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5em;
  line-height: 1; }

.sec_question .item .answer {
  margin-top: 1em;
  display: none;
  color: #333333;
  font-size: 16px; }

.sec_question .item .answer .answer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px 0; }

.sec_question .item .answer .a {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  color: #b3b3b3;
  line-height: 1;
  margin-right: 0.5em; }

@media (max-width: 768px) {
  .sec_question .item .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #f39800;
    font-weight: bold;
    font-size: 16px;
    padding-right: 40px;
    cursor: pointer; }

  .sec_question .item .answer {
    margin-top: 1em;
    display: none;
    color: #333333;
    font-size: 14px; }

  .sec_question .item .question::after,
  .sec_question .item .question::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    background: #f39800;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

  .sec_question .item .question::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg); } }



.point {
	background: #EDF7FA;
	position: relative;
	background-image: url(/inc/course/images/point_bg01.png),url(/inc/course/images/point_bg02.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top 22vw,center bottom;
    background-size: 100%,100%;
	padding-bottom: 240px;
}

.point::before {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	background:#EDF7FA;
	clip-path: polygon(0 0, 100% 250px, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: -380px;
	margin: auto;
}



.point .inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.point .main-ttl {
	max-width: 445px;
	position: absolute;
	left: 0;
	top: -210px;
}
.point .point__block .item {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
.point .point__block .item:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
	padding: 90px 0 150px;
}


.point .point__block .item .txtarea {
	width: 42%;
	position: relative;
	padding-left: 40px;
}

.point .point__block .item .txtarea .num {
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.point .point__block .item .ttl {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.7;
	letter-spacing: 1.2;
}
.point .point__block .item .ttl span {
	font-size: 36px;
	color: #fff;
	background: #2C9CE0;
	border-radius: 3px;
	padding: 0px 10px;
	margin-right: 5px;
	letter-spacing: 1.6px;
}

.point .point__block .item .txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 2.2;
}


.point .point__block .item figure {
	width: 50%;
}



@media (max-width: 768px) {

.point {
	background-image: url(/inc/course/images/point_bg01_sp.png),url(/inc/course/images/point_bg02_sp.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top 140vw,center bottom 250vw;
    background-size: 100%,100%;
	padding-bottom: 180px;
}

.point::before {
	content: "";
        display: block;
        width: 100%;
        height: 300px;
        background: #EDF7FA;
        clip-path: polygon(0 0, 100% 90px, 100% 100%, 0 100%);
        position: absolute;
        left: 0;
        right: 0;
        top: -260px;
        margin: auto;
}



.point .inner {
	margin: 0 auto;
}

.point .main-ttl {
	width: 75%;
        top: -160px;
}
.point .point__block .item {
	display: flex;
	justify-content: flex-start;
	flex-flow: column-reverse;
	align-items: flex-start;
}
.point .point__block .item:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
	flex-flow: column-reverse;
	align-items: flex-start;
	padding: 70px 0 80px;
}


.point .point__block .item .txtarea {
	width: 85%;
	padding-left: 0;
	margin: 0 auto;
}

.point .point__block .item .txtarea .num {
	width: 16px;
}

.point .point__block .item .ttl {
	font-size: 5vw;
	margin-bottom: 25px;
	line-height: 1.7;
}
.point .point__block .item .ttl span {
	font-size:  6.4vw;
	padding: 0 6px;
}

.point .point__block .item .txt {
	font-size: 14px;
	line-height: 2;
}


.point .point__block .item figure {
	width: 100%;
	margin: 0 auto 20px;
}
.point .point__block .item:nth-of-type(1) figure {
	width: 100%;
	margin: 0 auto 10px;
}



}






    .feature__block.block04 {
		background: #fff;
		border-radius: 10px;
		border: 3px solid #2C9CE0;
		max-width: 1000px;
		margin: 180px auto 0;
      position: relative; }

        .feature__block.block04 dt .sub {
			max-width: 300px;
          position: absolute;
          top: -30px;
          right: 0;
          left: 0;
          margin: auto; }
        .feature__block.block04 dd .ttl {
			margin-bottom: 20px;
			font-size: 36px;
			font-weight: 700;
          text-align: center; }
        .feature__block.block04 dd .ttl span {
			font-size: 22px; }


      .feature__block.block04 dd {
        padding: 40px 90px 50px; }
      .feature__block.block04 .suport-list {
        display: flex;
        justify-content: space-between; }
        .feature__block.block04 .suport-list li {
          width: 30%; }
          .feature__block.block04 .suport-list li .txt01 {
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-weight: 700;
            background: #00C754;
            border-radius: 100vh;
            padding: 5px 0;
            margin: 10px 0; }
          .feature__block.block04 .suport-list li .txt02 {
			  margin-top: 15px;
            font-size: 15px; }


@media (max-width: 768px) {

    .feature__block.block04 {
		border: 2px solid #2C9CE0;
		width: 90%;
		margin: 100px auto 0;
      position: relative; }


        .feature__block.block04 dt .sub {
			width: 60%;
          position: absolute;
          top: -20px;
          right: 0;
          left: 0;
          margin: auto; }

        .feature__block.block04 dd .ttl {
			margin-bottom: 20px;
			font-size: 6.2vw;}

        .feature__block.block04 dd .ttl span {
			font-size:  4.6vw; }


      .feature__block.block04 dd {
        padding: 30px 25px 30px; }
      .feature__block.block04 .suport-list {
        display: block; }
        .feature__block.block04 .suport-list li {
          width: 100%;
          margin: 0 auto 25px; }

          .feature__block.block04 .suport-list li:last-child {
            margin: 0 auto; }
          .feature__block.block04 .suport-list li img {
            width: 100%;
            height: auto; }

          .feature__block.block04 .suport-list li .txt01 {
            font-size: 16px; }

          .feature__block.block04 .suport-list li .txt02 {
            font-size: 14px; }

}





