@charset "utf-8";
body,html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  width: 100%;
  font-family: 'Open Sans', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  color: #000;
  background: repeat center top #1b1432;
  background-size: cover;
}
input,img,iframe,textarea {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}
section {
  padding: 8% 0 0;
}
.inner {
  width: 1268px;
  margin: 0 auto;
  background: rgba(0,0,0, 0.9);
  position: relative;
}
.container {
  width: 994px;
  margin: 0 auto;
  padding: 5% 0;
}
.wrapper {
  width: 100%;
}
.clearfix{zoom:1;}
.clearfix:after{
  display:block;
  content:'';
  clear:both;
}
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
br.sp {
  display: none;
}
a {
  text-decoration: none;
  color: #161c14;
}
a, a:hover ,a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5% auto;
}
ul {
  list-style-type: none;
  text-align: center;
}
h1,h2,h3,h4,h5,h6 {
  text-align: center;
  letter-spacing: 0.1em;
}
h1 {
  position: relative;
  height: 535px;
}
h2 {
  padding: 2% 3%;
  position: absolute;
  top: -30px;
  left: 30px;
  font-size: 48px;
  border: solid 4px #000;
}
.section1 h2 {
  background: #ffff5a;
}
.section2 h2 {
  background: #8ac43f;
}
.section3 h2 {
  background: #29b7e0;
}
.section4 h2 {
  background: #7a8fe1;
}
h3 {
  font-size: 45px;
  color: #ef5a24;
  margin: 5% 0;
}
h3 span {
  background: #fff;
  width: 170px;
  height: 5px;
  display: inline-block;
  margin: 0 4%;
  vertical-align: middle;
}
h4 {
  font-size: 30px;
  color: #ef5a24;
  margin: 8% 0 0;
}
h5 {
  background: #29b7e0;
  color: #fff;
  border-radius: 10px;
  padding: 1.5% 0;
  font-size: 22px;
  margin: 10% auto 5%;
  width: 90%;
  position: relative;
}
p {
  color: #fff;
  text-align: center;
  line-height: 1.9;
  font-size: 26px;
  margin: 3% 0;
}
span {
  color: #ef5a24;
}

/* メインビジュアル */
.mv {
  padding-top: 0;
}
.mv .inner {
  background: url(../images/main_bg.jpg) no-repeat top center;
  background-size: cover;
}
.mv .container {
  padding: 2% 0 5%;
}
.mv p {
  margin: 0;
}
img.main_logo {
  margin: 0 auto;
}
img.main_01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
}
img.main_02 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto
}
.mv ul li {
  display: inline-block;
  margin-right: 3%;
}
.mv ul li:last-child {
  margin-right: 0;
}
img.inq_pc {
  display: block;
}
img.inq_sp {
  display: none;
}

/* 脱！雇われ脳 */

.section1 .check {
  background: #fff;
  width: 100%;
}
.section1 .check .inner {
  background: #fff;
}
.section1 .check ul {
  text-align: left;
  width: 72%;
  margin: 0 auto;
}
.section1 .check ul.check_list li {
  margin: 2% 0;
}
.section1 .check ul.check_list li img {
  width: 38px;
  height: 40px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  margin-right: 1%;
}
.section1 .check ul.check_list li p {
  display: inline-block;
  color: #000;
  margin: 2% 0;
  text-align: left;
  margin: 0;
  line-height: 1.5;
  vertical-align: top;
	width: 92%;
}
.section1 p.emphasis {
  background: #fff;
  text-align: center;
  width: auto;
  width: max-content;
  color: #000;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin: 2% auto;
  padding: 0.5%;
}
.section1 p.emphasis.left {
  text-align: left;
  margin-left: 8%;
}
.section1 p.emphasis.right {
  margin-left: auto;
  margin-right: 8%;
}
.section1 p.standout {
  color: #ffff5a;
  font-size: 38px;
  font-weight: bold;
}
.section1 .box {
  width: 53%;
  margin: 10% auto;
  background: #fff;
  text-align: center;
  padding: 3%;
  border: solid 8px #ef5a24;
  position: relative;
}
.section1 .box .triangle_top_left {
  border-top: 15px solid #ef5a24;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ef5a24;
  position: absolute;
  top: 0;
  left: 0;
}
.section1 .box .triangle_top_right {
  border-top: 15px solid #ef5a24;
  border-right: 15px solid #ef5a24;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.section1 .box .triangle_bottom_left {
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ef5a24;
  border-left: 15px solid #ef5a24;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section1 .box .triangle_bottom_right {
  border-top: 15px solid transparent;
  border-right: 15px solid #ef5a24;
  border-bottom: 15px solid #ef5a24;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section1 .box p {
  color: #333;
}
.section1 p.graph {
  font-size: 14px;
  margin: 5% auto 2%;
}
img.sec01_03, img.sec01_04 {
  margin-top: 0;
}
img.sec01_05 {
  margin: 8% auto 12%;
}


/* セミナーで学べる事 */
.section2 h4 {
  margin: 1% auto;
  border: solid 5px #8ac43f;
  border-radius: 10px;
  padding: 3% 3% 0;
  width: max-content;;
  font-weight: bold;
  position: relative;
  z-index: 0;
  line-height: 1.5;
  color: #8ac43f;
}
.section2 h4 span {
  font-size: 78px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  color: #8ac43f;
}
.section2 ul {
  margin: 5% 0 10%;
}
.section2 ul li img {
  margin-bottom: 3%;
}
img.sec02_01 {
  display: inline-block;
  margin-left: 30%;
}
img.sec02_02 {
  display: inline-block;
  margin-left: 2%;
}

/* 講師紹介 */
.section3 h3 {
  color: #29b7e0;
  font-size: 36px;
  margin: 0; 
}
.section3 .profile {
  background: #fff;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5%;
}
.section3 .profile p {
  color: #000;
  font-size: 18px;
}
.section3 .profile_border {
  border-left: solid 2px #ef5a24;
  margin: 0 2%;
}
.section3 .profile_border_in {
  border-left: solid 2px #ef5a24;
  margin: 0 1%;
  padding: 10%;
}
.section3 .profile p.name {
  float: left;
  font-size: 78px;
  line-height: 1;
  margin-bottom: 0;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 0;
}
.section3 .profile p.post {
  float: left;
  text-align: left;
  font-size: 14px;
  width: 48%;
}
.section3 .profile .box {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  margin: 5% 0;
}
.section3 ul li {
  display: inline-block;
  margin-right: 2%;
}
.section3 ul li:last-child {
  margin-right: 0;
}
img.sec03_01 {
  display: inline-block;
  vertical-align: middle;
}
img.sec03_person {
  float: right;
  margin: 0 -10px 0 0;
}
img.sec03_02,
img.schedule_01 {
  position: absolute;
  top: 0;
  right: -54px;
  margin: 0;
}
img.sec03_03 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -22%;
  margin: auto;
}

/* 参加者の声 */
.section4 {
  background: url(../images/voice_bg.jpg) repeat top center;
  margin-bottom: 0;
}
.section4 .inner {
  opacity: 0.9;
}
.section4 ul {
  margin: 8% 0 14%;
}
.section4 ul li {
  background: #fff;
  width: 48%;
  border-radius: 50px;
  padding: 1% 5%;
  margin: 5% 0;
}
.section4 ul li p {
  color: #000;
  font-size: 18px;
  text-align: left;
}
.section4 ul li:nth-child(odd) {
  margin-left: 42%;
}
.section4 p.standout {
  color: #ef5a24;
  border-bottom: solid 5px #ef5a24;
  width: max-content;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
}
.balloon,
.balloon_left{
  position: relative;
  padding: 20px;
  background: #fff;
  border: 2px solid #000;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 90px;
  bottom: -15px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 90px;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon_left::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 90px;
  bottom: -15px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon_left::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 90px;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* スケジュール 申し込みフォーム */
.section5 {
  background: #ef5a24;
  padding: 0;
}
.section5 .inner {
  background: #ef5a24;
}
.section5 .container {
  padding-top: 0;
}
.section5 p {
  position: relative;
  z-index: 99;
  margin: 0 auto -98px;
}
.section5 .triangle {
  width: 500px;
  height: 200px;
  background: url(../images/voice_bg.jpg) top center;
  position: relative; 
  overflow: hidden;
  margin: 0 auto
} 
.section5 .triangle:before {
  content: " ";
  display: block;
  width: 500px;
  height: 250px;
  background: #ef5a24;
  transform: rotate(38.8deg); 
  transform-origin: left top; 
  position: absolute;
  top: 0;
  left: 1px; 
  z-index: 2;
}
.section5 .triangle:after {
  content: " ";
  display: block;
  width: 500px;
  height: 250px;
  background: rgba(239,90,2, 1.0);
  transform: rotate(-38.8deg);
  transform-origin: right top;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 2;
}
.section5 .triangle_inner {
  background: rgba(0,0,0, 0.9);
  opacity: 0.9;
  width: 500px;
  height: 250px;
  position: relative; 
  overflow: hidden;
}
.section5 #Form {
  padding-top: 1%;
}
.section5 .schedule {
  background: #fff;
  margin-top: -6%;
  position: relative;
  z-index: 99;
}
.section5 .schedule_border {
  border-left: solid 2px #121212;
  margin: 0 2%;
}
.section5 .schedule_border_in {
  border-left: solid 2px #121212;
  margin: 0 1%;
  padding: 10%;
}
.section5 h3 {
  text-align: center;
  font-size: 36px;
  color: #000;
}
.section5 .schedule p {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.section5 .schedule_table table {
  width: 100%;
  margin: 10% auto;
}
.section5 .schedule_table table caption {
  text-align: left;
  border-left: solid 5px #ef5a24;
  font-size: 18px;
  padding: 1% 2%;
  margin-bottom: 2%;
  font-weight: bold;
}
.section5 .schedule_table table th {
  background: #f3f3f3;
  width: 100px;
  padding: 2%;
  text-align: left;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  font-weight: normal;
  box-sizing: border-box;
}
.section5 .schedule_table table td {
  background: #f3f3f3;
  border-bottom: solid 3px #fff;
  padding: 2%;
  font-weight: normal;
  box-sizing: border-box;
}
.section5 .schedule_table table td.few {
  color: #fe1d47;
}
.section5 .schedule_table table td.full {
  color: #fe1d47;
}
.section5 .schedule_table table a {
  color: #0ea0bf;
}
.section5 .fas.fa-map-marker-alt {
  margin-right: 1%;
}
.section5 td button{
	display: inline-block;
	color: #fff;
	background-color: #ffa500;
	border-radius: 8px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 4px;
	text-shadow: 0px -1px 1px #c77800;
	padding: 5px 0;
	border: 1px solid #c77800;
	background: linear-gradient(to bottom,#FCC314,#f90);
	box-shadow: 0 2px 0 #c77800;
	margin: 0 0 0 5rem;
	width: 13rem;
    height: 2.6rem;
}
.section5 form table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  color: #333;
  margin-top: 30px;
}
.section5 form table.left {
  width: 47%;
  float: left;
}
.section5 form table.right {
  width: 47%;
  float: right;
}
.section5 form table th {
  padding: 10px 10px 0;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  display: block;
}
.section5 form table td {
  width: 100%;
  padding: 0 10px 10px;
  vertical-align: top;
  display: block;
}

.section5 form input[type="radio"] {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-right: 2%;
  margin-top: -1px;
  vertical-align: middle;
}
.section5 form .form_input_label {
  line-height: 1;
  font-size: 15px;
  padding: 0.25em 0;
  color: #000;
}
.section5 form .form_input_input {
  display: block;
  width: 100%;
  padding: .6rem 1rem;
  border: solid 1px #ddd;
  font-size: 15px;
  box-sizing: border-box;
  margin: 1% 0 3% 0;
  background: #f3f3f3;
}
.section5 form #Userpref.form_input_input {
  width: 50%;
  height: 39px;
  padding: 0 0 0 .6rem;
}
.section5 form #Userfree4.form_input_input {
  height: 39px;
  padding: 0 0 0 .6rem;
}
.section5 form label {
  display: block;
  line-height: 2;
  font-size: 15px;
  margin: 1% auto;
}
.section5 form .full {
  color: #999;
}
.section5 form font {
  color: #fe1d47;
  margin-left: 5px;
}
.section5 form .center {
  text-align: center;
}
.section5 form .btn {
  display: inline-block;
  color: #fff;
  background-color: #ffa500;
  margin: 40px auto 20px;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  width: 50%;
  letter-spacing: 4px;
  text-shadow: 0px -1px 1px #c77800;
  box-shadow: 0 2px 0 #c77800;
  border: 1px solid #c77800;
  background: linear-gradient(to bottom,#FCC314,#f90);
}
.section5 form input[type="submit"] {
  -webkit-appearance: none;
}
.spTimetable {
	margin-left: 2em;
	text-indent: -2em;
}
/*  フッター */
footer {
  background: #121212;
  color: #999;
  font-size: 10px;
  padding: 3% 0;
}
footer nav ul li {
  display: inline-block;
}
footer nav ul li:after {
  content: " | "
}
footer nav ul li:last-child:after {
  content: " ";
}
footer p {
  margin: 0;
  font-size: 10px;
  color: #999;
}
footer a {
  color: #999;
}
footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 900px;
  }
  .container {
    width: 100%;
  }
  .wrapper {
    width: 96%;
    margin: 0 auto;
  }
  h2 {
    padding: 3%;
  }
  h5 {
    width: 85%;
  }
  img.main_01 {
    width: 20%;
  }
  img.main_02 {
    width: 73%;
  }
  img.bn {
    width: 90%;
  }
  img.sec01_03,
  img.sec01_04,
  img.sec01_05 {
    width: 90%;
    margin: 0 auto;
  }
  img.sec03_03 {
    right: -15%;
    width: 17%;
  }
  .section1 .check ul {
    width: 79%;
  }
  .section2 ul li img {
    width: 7%;
  }
  .section3 .profile {
    width: 88%;
  }
  .section3 .profile_border_in,
  .section5 .schedule_border_in {
    padding: 8% 3% 5%;
  }
  .section3 ul li {
    width: 20%;
    vertical-align: top;
  }
  .section4 ul li {
    margin: 5% 8%;
  }
  .section4 ul li:nth-child(odd) {
    margin-left: 33%;
  }
}
@media screen and (max-width: 940px) {
  .inner {
    width: 840px;
  }
}
@media screen and (max-width: 870px) {
  .inner {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 680px;
  }
  h1 {
    height: 360px;
  }
  h3 span {
    width: 110px;
  }
  h5 {
    width: 90%;
  }
  p {
    font-size: 20px;
  }
  img.sec02_01 {
    width: 40%;
    margin-left: 28%;
  }
  img.sec02_02 {
    width: 25%;
  }
  img.sec03_03 {
    right: -12%;
  }
  img.sec03_person {
    width: 47%;
  }
  img.sec03_02 {
    right: -30px;
    width: 5%;
  }
  img.schedule_01 {
    width: 5%;
    right: -34px;
  }
  .mv ul li {
    width: 22%;
  }
  .section1 p.emphasis {
    font-size: 40px;
  }
  .section1 p.emphasis.left {
    margin-left: 5%;
  }
  .section1 p.emphasis.right {
    margin-right: 5%;
  }
  .section1 p.standout {
    font-size: 32px;
  }
  .section1 .check ul {
    width: 95%;
  }
  .section3 .profile p {
    font-size: 16px;
  }
  .section3 .profile p.name {
    font-size: 44px;
    width: 52%;
  }
  .section3 .profile p.post {
    width: 52%;
  }
  .section3 h3 {
    font-size: 28px;
  }
/*  .section5 p {
    margin: 0 auto -77px;
  }
  .section5 form #Userpref.form_input_input {

  }*/
}
@media screen and (max-width: 414px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  section {
    padding: 14% 0 0;
  }
  .inner {
    width: 390px;
  }
  .container {
    width: 94%;
    padding: 10% 0;
  }
  h1 {
    height: 200px;
  }
  h2 {
    padding: 4% 3%;
    left: 5px;
    font-size: 26px;
    border: solid 2px #000;
  }
  h3 {
    font-size: 30px;
    margin: 5% 0 8%;
  }
  h3 span {
    width: 50px;
    height: 3px;
    margin: 0 2%;
  }
  h4 {
    font-size: 20px;
    margin-top: 12%;
  }
  h5 {
    font-size: 16px;
    width: 100%;
    border-radius: 7px;
  }
  p {
    font-size: 14px;
    margin: 7% 0;
  }
  .mv .inner {
    background: url(../images/main_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  img.main_logo {
    width: 15%;
  }
  img.sec01_01 {
    width: 45%;
  }
  img.sec02_01 {
    width: 45%;
    margin-left: 20%;
  }
  img.sec03_01 {
    width: 17%;
  }
  img.sec03_02,
  img.schedule_01 {
    width: 5.3%;
    right: -19px;
  }
  img.sec03_03 {
    width: 20%;
    right: -8%;
  }
  img.icon_dot {
    width: 15%;
  }
  img.bn {
    width: 100%;
  }
  img.inq_pc {
  display: none;
  }
  img.inq_sp {
    display: block;
  }
  img.icon_next {
    width: 15%;
  }
  .mv ul li {
    margin-right: 2%;
  }
  .section1 .box {
    width: 80%;
  }
  .section1 p.graph {
    font-size: 12px;
  }
  .section1 .check ul {
    width: 100%;
  }
  .section1 p.emphasis.left {
    margin-left: 0;
  }
  .section1 p.emphasis.right {
    margin-right: 0;
  }
  .section1 .check ul.check_list li img {
    width: 5%;
    height: auto;
  }
  .section1 p.emphasis {
    font-size: 24px;
  }
  .section1 p.standout {
    font-size: 18px;
  }
  .section1 .box {
    width: 89%;
  }
  .section1 .box .triangle_top_left {
    border-top: 7px solid #ef5a24;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ef5a24;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section1 .box .triangle_top_right {
    border-top: 7px solid #ef5a24;
    border-right: 7px solid #ef5a24;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section1 .box .triangle_bottom_left {
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ef5a24;
    border-left: 7px solid #ef5a24;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section1 .box .triangle_bottom_right {
    border-top: 7px solid transparent;
    border-right: 7px solid #ef5a24;
    border-bottom: 7px solid #ef5a24;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section2 h4 span {
    font-size: 44px;
  }
  .section2 h4 {
    font-size: 18px;
    margin: 8% auto;
  }
  .section2 ul li img {
    width: 10%;
    margin-bottom: 0;
  }
  .section2 ul li p {
    margin-top: 2%;
  }
  .section3 h3 {
    font-size: 16px;
  }
  .section3 .profile {
    width: 96%;
  }
  .section3 .profile p {
    font-size: 13px;
    text-align: left;
  }
  .section3 .profile p.name {
    font-size: 36px;
    margin: 10% 0;
  }
  .section3 .profile p.post {
    width: 100%;
  }
  .section3 ul {
    margin-top: 7%;
  }
  .section3 ul li {
    width: 47%;
    margin-bottom: 5%;
  }
  .section4 p.standout {
    font-size: 23px;
  }
  .section4 ul li {
    border-radius: 30px;
  }
  .section4 ul li,
  .section4 ul li:nth-child(odd) {
    width: 80%;
    margin: 0 auto 10%;
  }
/*  .section5 p {
    margin: 0 auto -52px;
  }*/
  .section5 .triangle,
  .section5 .triangle_inner {
    width: 100%;
    height: 140px;
    padding-bottom: 5%
  }
  .section5 .triangle_inner:before {
    width: 190px;
    height: 80px;
  }
  .section5 .triangle_inner:after {
    width: 190px;
    height: 80px;
  }
  .section5 h3 {
    font-size: 22px;
  }
/*  .section5 .schedule {
    margin-top: -15%;
  }*/
/*  .section5 .schedule_table {
    margin-bottom: 25%;
  }*/
  .section5 .schedule_table table th {
    width: 73px;
  }
  .section5 .schedule_table table td {
    box-sizing: border-box;
  }
  .section5 td button {
	margin-left: 0px;
	margin-top: 3px;
    width: 80%;
  }
  .section5 form .btn {
    font-size: 24px;
    margin: 25px auto 20px;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    width: 70%;
  }
  .section5 form table.left,
  .section5 form table.right {
    float: none;
    width: 100%;
  }
  .section5 form table td {
    padding: 0;
  }
  .section5 form table th {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 411px) {
  img.sec03_02 {
    right: -18px;
  }
  img.schedule_01 {
    right: -20px;
  }
}
@media screen and (max-width: 375px) {
  .inner {
    width: 351px;
  }
  h2 {
    padding: 3% 3%;
    font-size: 22px;
    top: -25px;
  }
  p {
    font-size: 13px;
  }
  img.sec03_01 {
    width: 14%;
  }
  img.sec03_02,
  img.schedule_01 {
    right: -17px;
  }
  .mv p {
    font-size: 12px;
  }
  .section1 p.standout {
    font-size: 17px;
  }
  .section3 .profile p.name {
    font-size: 34px;
  }
  .section4 ul li p {
    font-size: 14px;
  }
/*  .section5 p {
    margin: 0 auto -48px;
  }
  .section5 h3 {
    font-size: 20px;
  }*/
/*  .section5 .schedule {
    margin-top: -20%;
  }*/
  .section5 .schedule_table table caption {
    text-align: left;
    border-left: solid 5px #ef5a24;
    font-size: 16px;
    padding: 2% 2%;
    margin: 7% 0 3%;
    font-weight: bold;
  }
}
@media screen and (max-width: 360px) {
  .inner {
    width: 336px;
  }
  h1 {
    height: 180px;
  }
  h3 {
    font-size: 26px;
  }
  h3 span {
    width: 45px;
    height: 2px;
  }
  p {
    font-size: 12px;
  }
  img.sec03_01 {
    width: 10%;
  }
  img.sec03_02 {
    right: -16px;
  }
  .section1 p.standout {
    font-size: 16px;
  }
  .section1 .check ul.check_list li img {
    width: 4%;
    margin-top: 1%;
  }
  .section1 .check ul.check_list li p {
    font-size: 13px;
  }
  .section4 p.standout {
    font-size: 20px;
  }
/*  .section5 p {
    margin: 0 auto -44px;
  }
  .section5 h3 {
    font-size: 18px;
  }*/
  .section5 .schedule_table table caption {
    font-size: 15px;
    padding: 1% 2%;
  }
}
@media screen and (max-width: 320px) {
  .inner {
    width: 296px;
  }
  h1 {
    height: 160px;
  }
  h2 {
    font-size: 20px;
    top: -20px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 11px;
    margin: 7% 0;
  }
  img.sec03_02,
  img.schedule_01 {
    right: -15px;
  }
  .mv p {
    font-size: 10px;
  }
  .section1 p.emphasis {
    font-size: 20px;
  }
  .section1 p.standout {
    font-size: 14px;
  }
  .section1 .check ul.check_list li p {
    font-size: 12px;
  }
  .section2 h4 {
    font-size: 15px;
  }
  .section3 h3 {
    font-size: 14px;
  }
  .section3 ul li {
    width: 46%;
  }
  .section3 .profile p.name {
    font-size: 28px;
  }
  .section4 ul li p {
    font-size: 14px;
  }
  .section4 p.standout {
    font-size: 18px;
  }
/*  .section5 p {
    margin: 0 auto -40px;
  }
  .section5 h3 {
    font-size: 17px;
  }*/
/*  .section5 .schedule {
    margin-top: -25%;
  }*/
  .section5 .schedule_table table caption {
    font-size: 13px;
  }
  .section5 input[type="radio"] {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin-right: 0.3rem;
    margin-top: 0.6rem;
  }
  .section5 .btn {
    font-size: 16px;
    margin: 30px auto 10px;
  }
}

/* **************************************************

  seminar

************************************************** */
#seminar {  }
#seminar p { text-align: left; color: #000; margin: 0; line-height: inherit; }
#seminar img { margin: 0; }
#seminar h3 { margin: 0; text-align: left;}
#seminar h4 { margin: 0; text-align: left; color: #000;}
#seminar .section-header {
  text-align: center;
  padding: 10.66666666666667vw 4vw;
}
#seminar .section-header .title {
  font-size: 4.8vw;
  font-weight: 700;
}
#seminar .section-header .txt1 {
  font-size: 3.733333333333333vw;
  margin-top: 1em;
}
#seminar .section-header .txt1 strong {
  font-weight: 400;
  color: #FF6700;
}
#seminar .section-body { }
#seminar .section-body .item {
  background: #fff;
  /*box-shadow: 0 1px 4px rgba(0,0,0,0.05);*/
}
#seminar .section-body .item:nth-child(n+2) { margin-top: 5.333333333333333vw; }
#seminar .section-body .item .subhead {
  font-size: 4.8vw;
  font-weight: 700;
  padding: 4vw;
}
#seminar .section-body .item .table { border-top: solid 1px #E0E0E0; }
#seminar .section-body .item .table .td:nth-child(1) img { width: 100%; }
#seminar .section-body .item .table .text:nth-child(2) { margin-right: 20px; }
#seminar .section-body .item .table .text:nth-child(n+2) { margin-top: 5.333333333333335vw; display: inline-block; }
#seminar .section-body .item .table .text h4 {
  font-size: 3.2vw;
  font-weight: 700;
}
#seminar .section-body .item .table .text p {
  font-size: 3.733333333333333vw;
  margin-top: 0.5em;
}
#seminar .section-body .item .table .text p.seats { font-weight: 700; }
#seminar .section-body .item .table .text p.seats:not(.free) { color: #E30000; }
#seminar .section-body .item .table .text p a {
  color: #212121;
  text-decoration: underline;
}
#seminar .section-body .item .table .btn1 { margin-top: 8vw; }

@media screen and (max-width:767px) {
#seminar .section-header .txt1 { text-align: left; }
#seminar .section-body .item .table { padding: 5.333333333333333vw 4vw; }
#seminar .section-body .item .table .td:nth-child(2) { margin-top: 5.333333333333333vw; }
}

@media screen and (min-width:768px) {
#seminar .section-header { padding: 60px 20px 40px; }
#seminar .section-header .title { font-size: 18px; }
#seminar .section-header .txt1 { font-size: 16px; }
#seminar .section-body { padding: 0 20px 90px; }
#seminar .section-body .item-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#seminar .section-body .item:nth-child(n+2) { margin-top: 20px; }
#seminar .section-body .item .subhead {
  font-size: 18px;
  padding: 20px;
}
#seminar .section-body .item .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#seminar .section-body .item .table .td {
  display: table-cell;
  vertical-align: top;
  padding: 20px 0;
}
#seminar .section-body .item .table .td:nth-child(1) {
  text-align: center;
  width: 41.5%;
}
#seminar .section-body .item .table .td:nth-child(1) img { width: 90.36144578313253%; }
#seminar .section-body .item .table .text {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#seminar .section-body .item .table .text:nth-child(2) { margin-right: 0; }
#seminar .section-body .item .table .text:nth-child(n+2) { margin-top: 20px; display: block }
#seminar .section-body .item .table .text > * {
  font-size: 14px !important;
  display: table-cell;
  vertical-align: top;
}
#seminar .section-body .item .table .text p {
  padding-right: 15px;
}
#seminar .section-body .item .table .text h4 { width: 6em; }
#seminar .section-body .item .table .text p a:hover { color: #ff6700; }
#seminar .section-body .item .table .btn1 { margin-top: 30px; }
#seminar .section-body .item .table .btn1 .btn-a {
  font-size: 16px;
  width: 320px;
  padding: 15px 20px;
}
#seminar .section-body .item .table .btn1 .btn-a:before {
  width: 24px;
  height: 24px;
}
}

@media screen and (min-width:1024px) {
#seminar .section-body .item .subhead { font-size: 20px; }
#seminar .section-body .item .table .text > * { font-size: 16px !important; }
}


/* **************************************************

  button
  
************************************************** */
/* ==============================
  btn-a
============================== */
.btn-a {
  font-size: 4.266666666666667vw;
  font-weight: 700;
  color: #fff;
  background: #ffce00;
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 5.333333333333333vw;
  border-radius: 1.066666666666667vw;
  box-shadow: 0 0.8vw 1.6vw rgba(0,0,0,0.16);
  position: relative;
}
span.btn-a { background: #E0E0E0; }
.btn-a:before {
  background: url(../images/icon_entry.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  top: 50%;
  left: 5.333333333333333ve;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width:768px) {
.btn-a {
  font-size: 20px;
  width: 500px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
a.btn-a:hover,
button.btn-a:hover { background: #ff6700; }
.btn-a:before {
  width: 28px;
  height: 28px;
  left: 20px;
}
}

