*{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    color: #1a1a1a;
    transition: .0s ease-in-out;
}

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

.container{
    width: 80%;
    max-width: 1200px;
    padding: 100px 0;
}

h1,
h2,
h3{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.2em;
    line-height: 2em;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 28px;
    padding-bottom: 60px;
}

h3{
    font-size: 25px;
}

.subtitle{
    font-size: 10px;
    font-weight: 700;
}

li{
    list-style: none;
    text-indent:-1em;
    padding-left:1em;
    line-height: 1.7em;
    padding-top: 10px;
}

li:first-child{
    padding-top: 0;
}

li:before{
    content: "■";
}

a:hover{
    opacity: 0.5;
}


/* フレックスボックス */

.flex{
    display: flex;
}

.jc_between{
    justify-content:space-between;
}

.jc_center{
    justify-content:center;
}

.jc_end{
    justify-content: flex-end;
}

.al_center{
    align-items:center;
}

.fd_column{
    flex-direction: column;
}

.fw_wrap{
    flex-wrap: wrap;
}


/* ヘッダー */

header{
    box-sizing: border-box;
    padding: 20px 40px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 10;
}

header h1{
    width: 300px;
    font-size: 0;
}

header h1 img{
    width: 100%;
}

header li{
    list-style: none;
    text-indent:0;
    padding-left:0;
    line-height: 1em;
    padding-top: 0;
}


header li:before{
    content:none;
}

header li:not(:last-of-type):after{
    content: "/";
    padding: 0 16px;
}

header li a{
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.15em;
}

header li img{
    width: 12px;
    padding-left: 5px;
}



/* セミナーインフォメーション */

.info1{
    height: 100vh;
    background-image: url(../images/info1_bg.png);
    background-size: cover;
    text-align: center;
    position: relative;
    padding-top: 100px;
    box-sizing: border-box;
}

.info1 .subtitle{
    color: #B3B3B3;
    padding: 20px 0 40px 0;
}

.info1 .scrolldown{
    position: absolute;
    bottom: 55px;
}

.info1 .scrolldown p{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 10px;
    position: relative;
}

.info1 .scrolldown p:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 1px;
    height: 50px;
    margin: auto;
    background-color: #1a1a1a;
}

.info2{
    background-image:  url(../images/info2_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.info2 .container div{
    width: 50%;
}


/* 講師紹介 */

.profiles1{
    text-align: center
}

.profiles1 .subtitle{
    color: #B3B3B3;
}

.profiles1 .name{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 50px;
    color: #E97A74;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding-top: 70px;
    line-height: 2em;
}

.profiles1 .name span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    color: #E97A74;
    display: block;
    letter-spacing: 0.5em;
}

.profiles2{
    background-image:  url(../images/profiles2_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profiles2 .container div{
    width: 40%;
}

.profiles3{
    background-image:  url(../images/profiles3_bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.profiles3 .container div{
    width: 50%;
}


/* 以下共通 */

.achievements h3,
.lecture h3,
.media h3{
    text-align: center;
}

.achievements .subtitle,
.lecture .subtitle,
.media .subtitle{
    text-align: center;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.list_title{
    font-size: 18px;
    color: #E4722B;
}

.list_title:not(:first-of-type){
    padding-top: 30px;
}

.list_subtitle{
    font-weight: 700;
    color: #E4722B;
    padding-top: 20px;
}

.list_box{
    width: 45%;
    padding-top: 50px;
}




/* 活動実績 */

.achievements{
    background-color: #F2BB99;
}

.achievements .subtitle{
    color: #fff;
    border-color: #fff;
}

.achievements li:before{
    color: #fff;
}

.achievements .caption{
    text-align: center;
    padding-top: 50px;
    line-height: 1.5em;
}


/* 講演実績 */

.lecture .subtitle{
    color: #E4722B;
    border-color: #E4722B;
}

.lecture li:before{
    color: #E4722B;
}


/* メディア掲載実績 */

.media{
    background-color: #FFF8EB;
}

.media .subtitle{
    color: #E4722B;
    border-color: #E4722B;
}

.media li:before{
    color: #E4722B;
}

.paddingtop{
    padding-top: 20px;
}


/* フッター */

footer{
    padding: 50px 40px 20px 40px;
}

footer div{
    width: 50%;
}

footer h1{
    width: 300px;
    font-size: 0;
}

footer h1 img{
    width: 100%;
}

footer ul{
    padding-top: 20px;
}

footer li{
    list-style: none;
    text-indent:0;
    padding-left:0;
    line-height: 1em;
    padding-top: 0;
    white-space: nowrap;
}

footer li:before{
    content:none;
}

footer li:not(:last-of-type):after{
    content: "/";
    padding: 0 16px;
}

footer li a{
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.15em;
}

footer li img{
    width: 12px;
    padding-left: 5px;
}

footer .company{
    position: relative;
}

footer .company:after{
    height: 100%;
    width: 1px;
    background-color: #1A1A1A;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    margin: auto;
}

footer .company p{
    font-size: 12px;
    line-height: 1.5em;
}

footer .company p span{
    font-weight: 700;
}

footer .contact{
    text-align: center;
}

footer .contact a{
    border: 1px solid #1A1A1A;
    text-decoration: none;
    font-size: 20px;
    padding: 0px 20px;
}

footer .contact a:first-of-type{
    margin-bottom: 10px;
}

footer .contact a img{
    width: 20px;
    padding-right: 20px;
}

footer .contact .tel_info{
    font-size: 11px;
}

footer address{
    font-size: 9px;
    color: #999;
    font-style: normal;
    text-align: center;
    padding-top: 20px;
}


/* トップに戻る */

#page_top{
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #666;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
    font-size: 16px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -24px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


