@charset 'UTF-8';
/* reset */
html {
  height: 100%;
  height: 100vh;
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-weight:normal;
    background:transparent;
}

strong {
	font-weight:bold;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav,ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table,tr,th,td {
	border-collapse: collapse;
	border-spacing:0;
	font-weight:normal;
	font-size:100%;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

img {
	vertical-align:bottom;
	display:inline;
}

/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
    color: #000;

    font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    background:#f7f7f7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin:0;
    padding:0;
    counter-reset: info;    
}
a {
    color: #676767;
}
a:hover {
    color: #ea5184;
}
p {
    margin-bottom: 1rem; 
}
.logo{
    width: 100px;
    margin: 2rem auto;
}
@media (max-width: 768px) {
  .br_pc{
    display: none;    
  }
}
.seminar__end{
  max-width: 900px;
  margin: 4rem auto 0;
  background: #ff5656;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.seminar__end + .schedule__table {
margin: 2rem auto;
}

/* title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300; }
  h1 { font-size: 3.5rem; line-height: 1.2;  letter-spacing: -.1rem;}
  h2 { font-size: 3.2rem; line-height: 1.25; letter-spacing: -.1rem; }
  h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }

    @media (max-width: 768px) {
        h1 { font-size: 3rem; }
        h2 { font-size: 2.6rem; }
        h3 { font-size: 2.4rem; }
    }

strong{
  color: #fe4183;
} 
img {
	max-width:100%;
	height: auto;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
p{
  line-height: 1.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/* grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2.0rem;
    position: relative;
}
/* vertical */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* PC  */
    @media ( min-width : 768px ) {
        .row {
            display: flex;
            flex-direction: row;
            padding: 0;
        }
        .col {
            margin-left: 4%;
        }	
        .col:first-child { 
            margin-left: 0; 
        }
        .row .col.span-1 {
            flex: 0 0 4.66666666667%;
            max-width: 4.66666666667%;
        }
        .row .col.span-2 {
            flex: 0 0 13.3333333333%;
            max-width: 13.3333333333%;
        }
        .row .col.span-3 {
            flex: 0 0 22%;
            max-width: 22%;
        }
        .row .col.span-4 {
            flex: 0 0 30.6666666667%;
            max-width: 30.6666666667%;
        }
        .row .col.span-5 {
            flex: 0 0 39.3333333333%;
            max-width: 39.3333333333%;
        }
        .row .col.span-6 {
            flex: 0 0 48%;
            max-width: 48%;
        }
        .row .col.span-7 {
            flex: 0 0 56.6666666667%;
            max-width: 56.6666666667%;
        }
        .row .col.span-8 {
            flex: 0 0 65.3333333333%;
            max-width: 65.3333333333%;
        }
        .row .col.span-9 {
            flex: 0 0 74.0%;
            max-width: 74.0%;
        }
        .row .col.span-10 {
            flex: 0 0 82.6666666667%;
            max-width: 82.6666666667%;
        }
        .row .col.span-11 {
            flex: 0 0 91.3333333333%;
            max-width: 91.3333333333%;
        }
        .row .col.span-12 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /* offset */
        .row .col.offset-1 {
            margin-left: 8.66666666667%;
        }
        .row .col.offset-2 {
            margin-left: 17.3333333333%;
        }
        .row .col.offset-3 {
            margin-left: 26%;
        }
        .row .col.offset-4 {
            margin-left: 34.6666666667%;
        }
        .row .col.offset-5 {
            margin-left: 43.333333333%;
        }
        .row .col.offset-6 {
            margin-left: 52%;
        }
        .row .col.offset-7 {
            margin-left: 60.6666666667%;
        }
        .row .col.offset-8 {
            margin-left: 69.3333333333%;
        }
        .row .col.offset-9 {
            margin-left: 78.0%;
        }
        .row .col.offset-10 {
            margin-left: 86.6666666667%;
        }
        .row .col.offset-11 {
            margin-left: 95.3333333333%;
        }    
    }



/* button
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #8A1874;
  border: 2px solid #8A1874;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box; 
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #8A1874;
  font-weight: bold;
  background: #fff;
  outline: 0;
}

.button__inThePage{
    display: flex;
    justify-content: center;
    padding: 3rem 0;

}
.button__inThePage a{
font-size: 2.4rem;
padding: 2rem 4rem;
min-width: 50%;
}

/* form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; 
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
        }
textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #666;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* 全幅
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.full-width {
  width: 100%;
  box-sizing: border-box; 
}
.max-full-width {
  max-width: 100%;
  box-sizing: border-box; 
}
section{
    padding-bottom: 4rem;
}


/*ヘッダー
-------------------------------------*/
header{
  background:#fff;
}
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
    position: relative;
    z-index: 1;
}
.head h1 { 
    padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 3px;
}
.head img{
  width: 160px;
}
.head__button__seminar {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.5rem;
}
nav li {
    display: block;
    /* flex: 0 0 15%; */
}
nav li a {
    text-decoration: none;
    text-align: center;
    padding: 1rem 2.8rem;
}
nav li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px){
  .head__button__seminar {
    display: none;
  }
}

/*ヘッダーナビ
-------------------------------------*/
    @media screen and (min-width: 768px){
        #open,#close {
            display: none !important;
        }

        #navi {
            display: block !important;
        }
    }

    @media screen and (max-width: 768px){
        .head {
          flex-direction: column;
            text-align: left;
        }
        .telbox {
          margin-left: 0;
          text-align: center;
        }
        .head #open,#close  {
            position: absolute;
            top: 28px;
            right: 12px;
            }
        nav ul {
          flex-direction: column;
        }

        nav li {
          padding-top: 0;
          border-bottom: 1px solid #ccc;
          margin-bottom: 0;
        }
        #open,#close  {
            display: block;
            width: 50px;
            border: none;
            position: absolute;
            top: 20px;
            right: 12px;
            z-index: 2;
        }
        #navi {
            display: none;
        }
    }



/*メイン画像
-------------------------------------*/
    @media ( max-width : 768px ) {
        .topImage{
            padding: 0;
        }
    }

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

/* catch title
-------------------------------------*/
h2.catch {
	text-align: center;
    color: #fe4183;
    padding: 8rem 2rem 0;
    margin-bottom: 6rem;
    letter-spacing: .1em;
    line-height: 1.4;
}
.headline {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: YuGothic,'Yu Gothic',sans-serif;
}
.headline::before {
    content: "";
    display: block;
    margin: 0 0 15px 0;
    background-color: #E85382;
    width: 2px;
    height: 35px;
}
.headline::after {
    content: attr(title);
    margin: 15px 0 0 0;
    color: #E85382;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-weight: normal;
}
    @media ( max-width : 768px ) {
      h2.catch {
          font-size: 2.6rem;
      }
    }
/*概要
-------------------------------------*/
.overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.overview__text{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 4vw;
    font-feature-settings: "palt";
    letter-spacing: .15em;
    line-height: 1.8;
}
.overview h2{
    font-weight: bold;
    line-height: 1.4;
    /* margin-top: 3rem; */
    color: #464646;
    margin:4rem auto 3rem;
    position: relative;
}

.overview.schedule__table p{
  background: #f0f5ff;
    padding: 2rem;
}

.overview + .row{
  margin: 3rem auto;
}
@media screen and (min-width: 768px){
.overview .list_experience li{
  width: -webkit-calc(33% - 54px);
  width: calc(33% - 54px);
}
}

/*登壇者
-------------------------------------*/
.podium__image{
    position: relative;
    display: flex;
    justify-content: center;
}

.podium__name{
    position: absolute;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    bottom: -2rem;
    margin-bottom: 0;
}

.podium__introduction{
    padding: 6rem 5rem 5rem;
    background: #f0f0f0;
    letter-spacing: .05rem;
    line-height: 1.8;
    font-size: 2rem;
}
.podium__introduction p{
  font-size: 1.6rem;
  background: #fff;
    padding: 1rem 2rem;
}

    @media ( max-width : 768px ) {
        .podium__name{
            display: none;
        }
        .podium__introduction{
          padding: 2rem;
        }
    }

/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #999;
}


.container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    margin-bottom: 7rem;
}
.container__inner > p{
  margin-bottom: 0 !important;
}
.headline + .container__inner{
  margin-bottom: 4rem;
}

    @media ( max-width : 768px ) {
        .container__inner{
            flex-direction: column-reverse;
        }
        .introduction div.container__inner:nth-child(odd) {
            flex-direction: column-reverse;
        }
        .introduction div.container__inner:nth-child(even) {
            flex-direction: column;
        }
    }


/*contents 共通
-------------------------------------*/
.concept_box {
    width: auto;
    max-width:650px;
    padding: 0;
    box-sizing: border-box;
}
.concept_heading.onthewater {
    margin-top: 0;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #464646;
}
.concept_desc.onthewater {
    font-size: 1.8rem;
}
.onthewater + .concept_box{
  padding-left: 0 !important;
  padding-right: 3.5rem;
}
.concept_box{
  padding-left: 3.5rem;
}



.concept_desc {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .15em;
    line-height: 2.1;
    color: rgba(26,26,26,1);
}
.concept_desc span{
    border-bottom: solid 3px #507feb;
}

@media ( max-width : 768px ) {
  .concept_box{
    padding-left: 0;
  }
  .onthewater + .concept_box{
    padding-right: 0;
  }
  .concept_heading.onthewater{
    font-size: 2.6rem;
  }
  .concept_desc {

    line-height: 1.95;
}
}

.topInfo{
    max-width: 1000px;
    margin: 4rem auto 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 2rem;
}

/*　4つのポイント------------*/
.points{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}
.points__inner{
    background: #f0f0f0;
    border-radius: 6px;
}

.points__step{
    background: #f0f0f0;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    padding: 6rem 3.5rem;
    margin: 2rem;
    box-sizing: border-box;
}
.points__step::before{
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 3.5rem;
  width: 70px;
  vertical-align: middle;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  background: #ea5184;
  font-weight: 900;
  counter-increment: info;
  content: counter(info);
  line-height: 2;
}
.points__step:after {
  position: absolute;
  content: '';
  top: -8px;
  left: 10.4rem;
  border: none;
  border-bottom: solid 8px #c73868;
  border-right: solid 12px transparent;
}
.points__step__innerList{
  padding: 2rem 0 0;
    position: relative;
  }
.points__step__innerList li {
  padding: 0 3rem 2rem 5rem;
    list-style-type: none!important;

  }
.points__step__innerList li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    left : 2rem; 
    color: #eb5184; 
}
.points__step .points__step__innerList{
  background: #fff;
  margin: 0 0 2rem;
}
.points__step__icon{
  display: flex;
  list-style-type: none;
  align-items: center;
  background: #fff;
  padding: 3rem;
  margin-bottom: 3rem;
}
.points__step__icon strong{
  color: #517feb;
  font-size: 1.8rem;
}
.points__step__icon i{
    font-size: 5.5rem;
    margin: 2rem 2rem 2rem 0;
    color: #517feb;  
}
.points__step__icon i::before{
    border-radius: 4px;
    line-height: 2rem;
    padding: 2rem;
    color: #517feb;
    background: #e2eaff;
}
.points__step__icon + P{
  margin-bottom: 0;
  background: #fff;
  padding: 3rem;
  border-bottom: dashed 2px #e8e8e8;
}
.points__step__image{
  margin-bottom: 3rem;
  background: #fff;
  padding: 2rem 0;
}
    @media ( max-width : 768px ) {
      .points__step{
        margin: 2rem 0;
        padding: 6rem 1.5rem;
      }

      .points__step__icon{
        padding: 2rem;
      margin-bottom: 2rem;
      }
      .points__step__icon + P {
        padding: 2rem;
      }
    }



/*参加までの流れ------------*/
.steps-wrap{
    padding-top: 40px;
    background: #eee;
  text-align: center;
  }
  .steps-wrap .deadline{
    margin: 36px 24px;
    color: #eb5b30;
    border: solid #eb5b30 2px;
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
  }
  
  .steps{
    display: flex;
    justify-content: center;
      /* height: 394px; */
      box-sizing: border-box;
      position: relative;
  }
  
  .steps-item {
    background-color: #f1f1f1;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
    border: 3px solid #3a3a38;
    position: relative;
    padding: 30px 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steps-item:not(:last-child) {
    margin-right: 18px;
  }
  .steps-item:not(:last-child)::after {
    top: calc(47% - 19.5px);
  }
  .steps-item-text {
    text-align: left;
    margin-top: 27px;
    font-size: 1.7rem;
    color: #222;
  }
  .steps-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(50% - 18.5px);
    right: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18.5px 0 18.5px 17px;
    border-color: transparent transparent transparent #3a3a38;
    z-index: 10;
  }
  
  @media ( max-width : 768px ) {
    .steps{
      flex-direction: column;
    }
    .steps-item{
      width: 100%;
    }
    .steps-item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 24px;
  }
  .steps-item:not(:last-child)::before{
    display: none;
  }
  }
  

  
/*　スケジュール------------*/
.schedule__table{
  max-width: 900px;
  margin: 6rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule__table dd{
    border-bottom: 1px solid #eaeaea !important;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    box-sizing: border-box;
}
.schedule__table dt{
    border-bottom: 1px solid #eaeaea !important;
    font-size: 1.4rem;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
.schedule__table dt span{
    background: #e95281;
    color: #fff;
    padding: 0 6px;
    font-weight: bold;
    letter-spacing: .05rem;
    display: inline-block;
    line-height: 2;
    min-width: 72px;
    text-align: center;
}

.schedule__table dt, .schedule__table dd {
  margin-top: 2rem;
}
.schedule__table dt:last-child, .schedule__table dd:last-child {
  border-bottom: none;
}
    @media ( max-width : 768px ) {
      .schedule__table dt {
        -ms-flex-preferred-size: 84px;
        flex-basis: 84px;
      }
      .schedule__table dd {
        -ms-flex-preferred-size: calc(100% - 84px);
        flex-basis: calc(100% - 84px);
        padding-left: 2rem;
        box-sizing: border-box;

      }
    }


/*　装飾枠------------*/
.lineBox {
    position: relative;
    padding: 2rem 5rem 3rem;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
} 
.lineBox:before,.lineBox:after{
    content: '';
    position: absolute;
    top: -8px;
    width: 2px;
    height: calc(100% + 1em);
    background-color: #cacaca;
}
.lineBox:before {
    left: 10px;
}
.lineBox:after {
    right: 10px;
}
@media ( max-width : 768px ) {
    .lineBox {
        padding: 2rem 3rem 3rem;
    }
}

