@charset "utf-8";


body {
  min-width: 800px;
}
/* 共通
-----------------------------------*/
.spWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.color01 {
  color: #f08300;
}
.font24 {
  font-size: 24px;
}
.font33 {
  font-size: 33px;
}

/* header
-----------------------------------*/
.top {
  background: url(../img/bg_top.jpg) center bottom/cover no-repeat;
  padding: 40px 0 50px;
}
h1 {
  text-align: center;
}
.top_link {
  max-width: 400px;
  margin: 10px auto 0;
}
.top_link a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #094;
  border-radius: 5px;
  font-size: 2em;
  letter-spacing: 2px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  padding: 1em;
  line-height: 1;
  border: none;
  box-shadow: 0 5px 0 #007924;
}

.top_link a:hover {
  position: relative;
  box-shadow: none;
  top: 5px;
  text-decoration: none;
  background-color: #20a964;
}

header .pc {
  display: block;
}

.sp {
  display: none;
}


/* info
-----------------------------------*/
.info {
  background-color: #f9f4e9;

}
.info_cont {
  max-width: 875px;
  margin: 0 auto;
  position: relative;
}
.info_cont h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
}
.info_cont ul {
  padding-right: 25px;
}
.info_cont ul li {
  float: left;
}
.info_cont ul li:nth-of-type(odd) {
  float: left;
}
.info_cont ul li:nth-of-type(even) {
  float: right;
  margin-right: -25px;
}
.info_cont ul li:nth-of-type(1),
.info_cont ul li:nth-of-type(2),
.info_cont ul li:nth-of-type(5),
.info_cont ul li:nth-of-type(6) {
  width: 50%;
}
.info_cont ul li:nth-of-type(3),
.info_cont ul li:nth-of-type(4) {
  width: 35%;
}
/*
.info ul li {
  color: #231815;
  font-size: 23px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 20px;
}
.info ul li:nth-of-type(1) {
  background-image: url(../img/info01.svg);
  width: 425px;
  height: 161px;
}
.info ul li:nth-of-type(2) {
  background: url(../img/info02.svg) center/cover no-repeat;
  width: 425px;
  height: 161px;
}
.info ul li:nth-of-type(3) {
  background: url(../img/info03.svg) center/cover no-repeat;
  width: 304px;
  height: 155px;
}
.info ul li:nth-of-type(4) {
  background: url(../img/info04.svg) center/cover no-repeat;
  width: 304px;
  height: 155px;
}
.info ul li:nth-of-type(5) {
  background: url(../img/info05.svg) center/auto no-repeat;
  width: 425px;
  height: 176px;
}
.info ul li:nth-of-type(6) {
  background: url(../img/info06.svg) center/cover no-repeat;
  width: 425px;
  height: 176px;
}
*/
.info_cont02Wrap {
  overflow: hidden;
  padding: 10px;
  margin-top: 40px;
}
.info_cont02 {
  background-image: url();
  background: url(../img/info_bg.jpg) repeat;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
  box-shadow: 2px -2px 10px 4px rgba(0,0,0,0.05), -2px 2px 10px 4px rgba(0,0,0,0.05);
  position: relative;
  font-size: 0;
}
.info_cont02::before,
.info_cont02::after {
  content: '';
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  position: absolute;
  background-color: #f9f4e9;
}
.info_cont02::before {
  border-right: 1px solid #000;
  left: -32px;
  top: -32px;
}
.info_cont02::after {
  border-left:  1px solid #000;
  right: -32px;
  bottom: -32px;
}


.info_cont02 p+p {
  margin-top: 20px;
}

.info_cont02_state01 {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1;
  max-width: 420px;
  width: 37%;
}
.info_cont02_state02 {
  width: 40%;
  max-width: 392px;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  margin-top: 20px;
}
.info_cont02_state01 img,
.info_cont02_state02 img {
  width: 100%;
}
.info_cont02_text01 {
  width: 80%;
}
.info_cont02_text01,
.info_cont02_text02 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.info_cont02_text02 {
  width: 60%;
  display: inline-block;
  margin-top: 20px;
}
.info_cont02_oka {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 15%;
}



/* content
-----------------------------------*/
.content {
  padding-top: 50px;
  background-color: #f9f4e9;
  font-size: 19px;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden;
}
.content h2 {
  width: 254px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
.content h2::after {
  content: '';
  display: block;
  width: 424px;
  height: 250px;
  background: url(../img/state03.png) center/cover no-repeat;
  position: absolute;
  right: -500px;
  top: 0;
  z-index: 1;
}
.content_inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content_inner figure {
  position: absolute;
  width: 323px;
  top: 0;
  right: 0;
  z-index: -1;
}
.content_inner .underLine {
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
}
.content_inner_present {
  width: 650px;
  margin: 50px auto 0;
  position: relative;
}
.content_inner_present::after {
  content: '';
  display: block;
  width: 24%;
  height: 134px;
  background: url(../img/blouson03.png) no-repeat center/contain;
  position: absolute;
  right: 8px;
  bottom: 0;
}


/* lecturer　講師紹介
-----------------------------------*/
.lecturer {
  background-color: #f9f4e9;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 200px;
}
.lecturer_innerWrap {
  max-width: 1100px;
  margin: 0 auto;
}
.lecturer h2 {
  width: 137px;
  margin-bottom: 36px;
}
.lecturer_inner {
  border: solid 5px #231815;
  background-color: #fff;
  max-width: 936px;
  padding: 40px 36px 40px 120px;
  position: relative;
  margin-left: auto;
}
.lecturer_inner::after {
  content: '';
  display: block;
  width: 420px;
  height: 374px;
  background: url(../img/state04.png) center/cover no-repeat;
  position: absolute;
  bottom: -120px;
  left: -250px;
}
.lecturer_inner dt {
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  padding: 0 16px;
  background: url(../img/bg01.svg) center bottom/contain no-repeat;
  line-height: 1.4;
  position: absolute;
  top: 36px;
  left: 300px;
}
.lecturer_inner dt span {
  font-size: 20px;
}
.lecturer_inner dd {
  font-size: 15px;
  font-weight: bold;
}
.lecturer_inner figure {
  position: absolute;
  top: -60px;
  left: -220px;
}

/* schedule　当日のタイムスケジュール
-----------------------------------*/
.schedule {
  background: url(../img/bg_schedule.png) top center/cover no-repeat;
  position: relative;
  margin-top: -200px;
  padding-top: 140px;
  padding-bottom: 60px;
}
.schedule h2 {
  width: 311px;
  margin: 0 auto 20px;
}
.schedule dl {
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.schedule dl::before {
  content: '';
  display: block;
  width: 200px;
  height: 202px;
  background: url(../img/blouson02.png) center/cover no-repeat;
  position: absolute;
  right: 30px;
  bottom: -60px;
}
.schedule dt {
  font-size: 19px;
  width: 200px;
  float: left;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.schedule dd {
  font-size: 20px;
  width: 500px;
  font-weight: bold;
  float: left;
  line-height: 60px;
}
.schedule dt:nth-of-type(even),
.schedule dd:nth-of-type(even) {
  background-color: #fffbc7;
}
.schedule dt {
  background-repeat: no-repeat;
-webkit-background-size: 34px;
  background-size: 34px;
  background-position: left 30px center;
}
.schedule dt:nth-of-type(1) {
  background-image: url(../img/time01.svg);
}
.schedule dt:nth-of-type(2) {
  background-image: url(../img/time02.svg);
}
.schedule dt:nth-of-type(3) {
  background-image: url(../img/time03.svg);
}
.schedule dt:nth-of-type(4) {
  background-image: url(../img/time04.svg);
}
.schedule dt:nth-of-type(5) {
  background-image: url(../img/time05.svg);
}
.schedule dt:nth-of-type(6) {
  background-image: url(../img/time06.svg);
}
.schedule dt:nth-of-type(7) {
  background-image: url(../img/time07.svg);
}




/* summary　イベント概要
-----------------------------------*/
.summary {
  padding-top: 50px;
  padding-bottom: 60px;
}
.summary h2 {
  width: 179px;
  margin: 0 auto 20px;
}
.summary dl {
  font-size: 24px;
  font-weight: bold;
  width: 680px;
  margin: 0 auto;
}
.summary dt,
.summary dd {
  border-top: dashed 1px #231815;
  float: left;
  padding: 5px 0;
}
.summary dt:first-of-type,
.summary dd:first-of-type {
  border-top: 0;
}
.summary dt:last-of-type,
.summary dd:last-of-type {
  border-bottom: dashed 1px #231815;
  line-height: 50px;
}
.summary dt {
  width: 140px;
  text-align: center;
}
.summary dd {
  width: 500px;
  margin-left: 40px;
}
.summary dd span {
  font-size: 20px;
  letter-spacing: -2px;
}
.summary_link {
  max-width: 640px;
  margin: 50px auto 0;
}
.summary_link a {
  display: block;
  color: #fff;
  background-color: #094;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}



/* access
-----------------------------------*/
.access {
  background: url(../img/bg_access.jpg) center top/cover no-repeat;
  padding-top: 50px;
}
.access h2 {
  width: 177px;
  margin: 0 auto 40px;
}
.access_read {
  font-size: 15.5px;
  font-weight: bold;
  text-align: center;
}
.access dl {
  width: 380px;
  margin: 0 auto 40px;
}
.access dl dt {
  text-align: center;
  margin: 30px 0 20px;
}
.access dl dd {
  font-size: 23px;
  font-weight: bold;
  border-bottom: dashed 1px #231815;
  text-align: center;
  line-height: 58px;
}
.access dl dd:nth-of-type(2) {
  padding-left: 20px;
  background: url(../img/icon_train.svg) left center/36px no-repeat;
}
.access dl dd:nth-of-type(2) span {
  font-size: 1.5em;
  color: #094;
}
.access ul li {
  width: 25%;
  float: left;
}
.access ul li img {
  width: 100%;
}
iframe{
  width: 100%;
}
.map_wrapper{
}




/* form
-----------------------------------*/
.form {
  padding-top: 50px;
  padding-bottom: 50px;
}
.form h2 {
  margin: 0 auto 50px;
  width: 237px;
}


.form form {
  max-width: 700px;
  margin: 0 auto;
}
/*
.form form div {
  text-align: center;
}
*/
.form form input,
.form form textarea {
  width: 100%;
  height: 45px;
  border: solid 1px #231815;
  border-radius: 0;
}

.form form input[type=radio] {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.form h3 {
  font-size: 20px;
  text-align: center;
  border-top: dashed 1px #231815;
  border-bottom: dashed 1px #231815;
  display: inline-block;
  margin-bottom: 20px;
}
.form h3+div {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}



section.form#form form div button[type=submit] {
  max-width: 400px;
  width: 300px;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #094;
  border-radius: 5px;
  font-size: 2em;
  letter-spacing: 2px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  padding: 1em;
  line-height: 1;
  border: none;
  box-shadow: 0 5px 0 #007924;
}

section.form#form form div button[type=submit]:hover {
  position: relative;
  box-shadow: none;
  top: 5px;
  text-decoration: none;
  background-color: #20a964;
}

#mauticform_wizcorimotoibentoshenshirumi_notopasokonnorentarunitsu,#mauticform_wizcorimotoibentoshenshirumi_o_shen_ru_houchattotsuru {
  text-align: center;
}

/* footer
-----------------------------------*/
footer {
  text-align: center;
  padding-bottom: 30px;
}



/* thanksページ
-----------------------------------*/
.thanks h1 {
  width: 462px;
  margin: 80px auto 50px;
}
.thanks p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.thanks_link {
  max-width: 400px;
  margin: 60px auto 80px;
}
.thanks_link a {
  display: block;
  color: #fff;
  background-color: #094;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
}




















