@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
body{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 130%;
    color: #595757;
    font-size: 4vw;
    letter-spacing: 1px;
}
.inner{
    width: 92%;
    margin: 0 auto;
}
img{
    width: 100%;
}
section{
    padding: 3.5em 0;
    text-align: center;
}
.sp{display: block!important;}
.pc{display: none!important;}

p{
    line-height: 160%;
}
.grayBack{
    background-color: #f2f2f2;
}
a.btnBrown{
    background-color: #998b6b;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: .9em;
    margin:.2em;
    padding: .1em 1em;
}
.media .inner,.business .inner,.tieUp .inner,.important .inner,.request .inner{
    width: 85%;
}
.mediaItem,.bookItem,.businessItem,.tieUpItem01,.tieUpItem02,.tieUpItem03{
    margin-bottom: 3em;
}
header{
    padding: .7em;
}
h1{
    width: 150px;
}
@media only screen and (min-width: 580px){
    .sp{display: none!important;}
    .pc{display: block!important;}
    body{
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
    .inner,.media .inner, .business .inner, .tieUp .inner, .important .inner, .request .inner{
        width: 1024px;
        margin: 0 auto;
    }
    p{
        font-size: 1rem;
    }
    header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .7em 2em;
    }
    .wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
/*-共通見出し-*/
h2{
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1.5em;
    text-align: center;
}
h3{
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1.5em;
}
h2 span{
    color: #998b6b;
    font-size: .9em;
    text-align: center;
}
.underline{
    border-bottom: solid 2px #4c4948; /*[1]線の太さと地の色を指定*/
    position: relative;
    padding-bottom: .6em;
    margin-bottom: .7em;
    }
.underline:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #4c4948; /*[2]アクセントの色を指定（太さは上記[1]に揃える）*/
    bottom: -3px; /*[3]太さの分だけ線の位置を調整*/
    width: 33%; /*[4]アクセントカラーの幅を指定*/
    }
    @media only screen and (min-width: 580px){
        h2{
            margin-bottom: 2.5em;
        }
        h2 img{
            width: 40%;
        }
        h2 span{
            display: block;
        }
    }
/*-メイン画像-*/
.mainImg{
    border-top: 1px solid #c8c9ca;
    border-bottom: 1px solid #c8c9ca;
}
/*-想い-*/
.conceptTitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2em;
    line-height: 200%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 1em;
  }

  .conceptTitle::before,
  .conceptTitle::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .txt::before,
  .txt::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .conceptTitle::before {
      top: 0;
      left: 0;
      border-top: 1px solid #555;
      border-left: 1px solid #555;
  }
  .txt::before {
    top: 0;
    right: 0;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
  }

  .conceptTitle::after {
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #555;
      border-left: 1px solid #555;
  }
  .txt::after {
      bottom: 0;
      right: 0;
      border-bottom: 1px solid #555;
      border-right: 1px solid #555;
  }

  .txt {
    width: 100%;
    text-align: center;
  }
.concept p{
    font-size: .9em;
    letter-spacing: 1px;
    line-height: 200%;
}
.concept p{
    margin-bottom: 2em;
}
.concept iframe{
    width: 350px;
    height: 250px;
}
@media only screen and (min-width: 580px){
    .conceptTitle{
        font-size: 1.6em;
        width: 60%;
    }
    .conceptTitle::before,
  .conceptTitle::after,
  .txt::before,
  .txt::after{
    width: 70px;
    height: 100px;
  }
  .concept iframe{
    width: 560px;
    height: 315px;
  }
}
/*-大切にしていること-*/
.important h2{
    font-size: 1.5em;
    text-align: left;
}
.important ul{
    text-align: left;
    line-height: 200%;
    font-size: .9em;
}
.importantTxt{
    background-color: #fff;
    padding: 1.5em 1em 1em;
    width: 100%;
}
@media only screen and (min-width: 580px){

.important .wrap{
    flex-direction: row-reverse;
    position: relative;
}
.importantTxt{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3em;
}
.important ul{
    padding-left: 1em;
}
.importantImg{
    width: 65%;
    z-index: 1;
    padding-top: 15em;
}
}
/*-馬場加奈子のビジョンヒストリー-*/
.vision,.history,.book{
    border-bottom: 1px solid #c8c9ca;
}
.historyImg,.visionImg{
    display: none;
}
.history a.btnBrown{
    padding: .5em 1em .6em;
}
.timeline {
    list-style: none;
    text-align: left;
  }
  .timeline > li {
    margin-bottom: 1em;
  }
  .timeline > li:last-child{
      padding-bottom: 1em;
  }
  .timeline-date{
    color: #998b6b;
    font-size: 1.3em;
    font-family: 'Noto Serif JP', serif;
  }
  .timeline-content p{
      margin-bottom: 1em;
  }
  /* for Desktop */
  @media only screen and (min-width: 580px){
    .timeline > li {
      overflow: hidden;
      margin: 0;
      position: relative;
    }
    .timeline-date {
      width: 160px;
      float: left;
      margin-top: 0px;
      font-size: 1em;
      text-align: right;
      padding-right: 1em;
    }
    .timeline-content {
      width: 75%;
      float: left;
      border-left: 1px #000 solid;
      padding-left: 30px;
    }
    .timeline-content:before {
      content: '';
      width: 15px;
      height: 15px;
      background: #988a6b;
      position: absolute;
      left: 153px;
      top: 6px;
      border-radius: 100%;
    }
    .timeline-content p{
        line-height: 200%;
    }
    .visionTxt,.historyTxt{
        width: 70%;
    }
    .visionImg,.historyImg{
        width: 25%;
        display: block;
    }
    .vision .wrap,.history .wrap{
        align-items: flex-start;
    }
    .visionImg img,.historyImg img{
        margin-bottom: 1em;
    }
  }
/*-受賞歴-*/
.awardsImg{
    margin: 0 auto 1em;
    font-size: .9em;
}
.awardsImg p{
    line-height: 130%;
}
.awardsImg img{
    width: 50%;
    margin-bottom: .5em;
}
@media only screen and (min-width: 580px){
    .awards .wrap{
        align-items: flex-start;
    }
    .awardsImg{
        margin: 0 auto 4em;
        font-size: .9em;
    }
    .awardsImg img{
        width: 30%;
    }
}
/*-メディア歴-*/
.awards,.media{
    text-align: left;
}
.media h3{
    font-size: 1.2em;
}
.mediaItem img{
    margin-bottom: .8em;
}
.other{
    font-size: 1.2em;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 1.8em;
    line-height: 160%;
}
.media a.btnBrown,.book a.btnBrown,.request a.btnBrown,.awards a.btnBrown{
    width: 90%;
    display: block;
    padding: .8em 1em 1em;
    margin: 0 auto;
    font-size: 1.05em;
}
@media only screen and (min-width: 580px){
    .mediaItem{
        width: 31.5%;
    }
    .mediaItem h3{
        font-size: 1.05rem;
    }
    .mediaItem img{
        margin-bottom:1.5em;
    }
    .media a.btnBrown,.book a.btnBrown,.request a.btnBrown,.awards a.btnBrown{
        width: 350px;
    }
}
/*-書籍-*/
.book{
    text-align: left;
}
.book h3{
    font-size: 1.2em;
    line-height: 150%;
}
.book h3 span{
    display: block;
    font-size: .7em;
}
.bookImg{
    width: 50%;
    margin: 0 auto;
}
.bookImg img,.bookTxt p{
    margin-bottom: .8em;
}
@media only screen and (min-width: 580px){
    .bookImg{
        width: 25%;
    }
    .bookTxt{
        width: 65%;
    }
}
/*-ビジネス-*/
.business{
    text-align: left;
}

.business h3,.tieUp h3,.request h3 {
    font-size: 1.2em;
    line-height: 150%;
}
.business h3 span,.tieUp h3 span{
    color: #998b6b;
    font-size: .9em;
    display: block;
}
.businessImg img,.businessTxt p,.tieUpTxt p,
.requestImg img,.requestTxt p{
    margin-bottom: .8em;
}
@media only screen and (min-width: 580px){
    .businessImg{
        width: 35%;
    }
    .businessTxt{
        width: 60%;
    }
}
/*-タイアップ募集-*/
.tieUp p.intro{
    margin-bottom: 2em;
}
.tieUpTxt{
    background-color: #fff;
    padding: 1.5em 1em 1em;
    text-align: left;
}
@media only screen and (min-width: 580px){
    .tieUpItem01,.tieUpItem02,.tieUpItem03{
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tieUpItem01 .tieUpTxt,.tieUpItem03 .tieUpTxt{
        width: 70%;
        padding: 3em 3em 3em 220px;
        margin-top:100px;
    }
    .tieUpItem02 .tieUpTxt{
        width: 70%;
        padding: 3em 3em 3em 220px;
        margin-top:50px;
    }
    .tieUpItem01 .tieUpImg,.tieUpItem02 .tieUpImg,.tieUpItem03 .tieUpImg{
        width: 45%;
        z-index: 1;
    }
    .tieUpItem01{
        margin-bottom: 15em;
    }
    .tieUpItem01 .tieUpTxt,.tieUpItem03 .tieUpTxt{
        position: absolute;
        top: 0;
        right: 0;
        padding: 3em 3em 3em 220px;
    }
    .tieUpItem02{
        margin-bottom: 8em;
    }
    .tieUpItem02 .tieUpTxt{
        padding: 3em 220px 3em 3em;
    }
    .tieUpItem02 .tieUpImg{
        position: absolute;
        top: 0;
        right: 0;
    }
    .tieUpItem03{
        margin-bottom: 7em;
    }
    }
/*-講演-*/
.request{
    text-align: left;
}
.requestTxt img{
    width: 80%;
    margin-bottom: 3em;
}
    @media only screen and (min-width: 580px){
        .request .wrap{
            margin-bottom: 3em;
            align-items: flex-start;
        }
        .request ul{
            margin-bottom: 1em;
        }
        .requestImg{
            width: 45%;
        }
        .requestTxt{
            width: 50%;
        }
        .requestTxt img{
            width: 60%;
        }
    }
/*-フッター-*/
footer{
    background-color: #998b6b;
    color: #FFF;
    padding: 1.5em .5em;
    text-align: center;
}
.footerMenu{
    padding: 0 1em;
    width: 380px;
    margin: 0 auto;
}
.footerMenu li{
    display: inline-block;
    padding:0 0 .8em .5em;
    font-family: 'Noto Serif JP', serif;
    font-size: .9em;
}

.footerMenu li::after{
    content: "/";
    padding-left: .5em;
}
.footerMenu li:nth-child(1),
.footerMenu li:nth-child(4),
.footerMenu li:nth-child(7),
.footerMenu li:last-child{
    padding-left:0em;
}
.footerMenu li:nth-child(3)::after,
.footerMenu li:nth-child(6)::after,
.footerMenu li:nth-child(9)::after,
.footerMenu li:last-child::after{
    display: none;
}
.footerMenu li:last-child{
    display: block;
    padding-left: 0;
}
.footerMenu li:last-child a{
    display : block;
    color: #998b6b;
    z-index : 3;
    margin-top: 1em;
    margin-left: 46%;
    right : 50%;
    cursor: pointer;
    text-align: center;
    background: #FFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
footer img{
    width: 40%;
    margin: 1em;
}
p.copy{
    font-size: .7em;
}
.page-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    z-index: 999;
    bottom: 10px;
    background-color: #998b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
@media only screen and (min-width: 580px){
    footer img{
        width: 150px;
    }
    .footerMenu{
        width: auto;
    }
    .footerMenu li:last-child a{
        margin-left: 48%;
}
.footerMenu li:nth-child(1),
.footerMenu li:nth-child(4),
.footerMenu li:nth-child(7){
    padding-left:.5em;
}
.footerMenu li:nth-child(3)::after,
.footerMenu li:nth-child(6)::after,
.footerMenu li:nth-child(9)::after{
    display: inline-block;
}
}