@charset "utf-8";
/* =====================================================
  ・ #secheader
======================================================== */
#secheader .headerImg {
  background: url("../images/philosophy/img_header_sp.png") center no-repeat;
  background-size: cover;
}
/* =====================================================
  ・ .btnAnchor
======================================================== */
.btnAnchor {
  text-align: center;
}
.btnAnchor ul {
  width:  83.2%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px auto 0;
}
.btnAnchor ul li {
  width: 50%;
  height:40px;
}
.btnAnchor ul li a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 88%;
  line-height: 40px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.btnAnchor ul li:last-of-type {
  border-right: 1px solid #e6e6e6;
}
.btnAnchor ul li a::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 18px;
  background: url("../images/greeting/icon_arrowD.png") center no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}
/* =====================================================
  ・ #secGreeting
======================================================== */
#secGreeting {
  border-bottom: 1px solid #f0f0f0;
}
#secGreeting h2 {
  font-size: 150%;
}
#secGreeting p,
#secAdvisor p {
	color: #141414;
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.7;
}
#secGreeting p:last-of-type,
#secAdvisor p:last-of-type {
  margin-bottom: 10px;
}
#secGreeting .boxInner .boxCatch,
#secAdvisor .boxInner .boxCatch {
  font-size: 120%;
  text-align: center;
}
#secGreeting .boxImg {
  margin-bottom: 30px;
}
#secGreeting .boxName,
#secAdvisor .boxName {
  text-align: right;
}
/* =====================================================
  ・ #secAdvisor
======================================================== */

#secAdvisor h2 {
  font-size: 150%;
}
#secAdvisor h3 {
  font-size: 100%;
	color: #141414;
  margin-bottom: 15px;
}
#secAdvisor .boxImg {
  max-width: 222px;
  text-align: center;
  margin: 0 auto 30px;
}
#secAdvisor .boxImgBook {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  /* =====================================================
    ・ .btnAnchor
  ======================================================== */
  .btnAnchor ul {
    width: 420px;
    margin: 50px auto 0;
  }
  .btnAnchor ul li {
    width: 200px;
    height: 80px;
  }
  .btnAnchor ul li a {
    width: 200px;
    height: 80px;
    font-size: 125%;
    line-height: 80px;
  }
}
@media screen and (min-width:960px) {
  #secGreeting .boxInner {
    max-width: 1000px;
  }
  /* =====================================================
    ・ #secheader (min-width:960px)
  ======================================================== */
  #secheader .headerImg {
  background: url("../images/philosophy/img_header_pc.png") center no-repeat;
  background-size: cover;
  }

  /* =====================================================
    ・ #secGreeting
  ======================================================== */
  #secGreeting .boxGreeting {
    max-width: 800px;
    margin: 0 auto;
  }
  #secGreeting p:last-of-type,
  #secAdvisor p:last-of-type {
    margin-bottom: 10px;
  }
  #secGreeting h2,
  #secAdvisor h2 {
    font-size: 200%;
  }
  #secGreeting .boxInner .boxCatch,
  #secAdvisor .boxInner .boxCatch {
    font-size: 175%;
  }
  #secGreeting .boxImg,
  #secAdvisor .boxImg {
    margin-bottom: 60px;
  }
  /* =====================================================
    ・ #secAdvisor
  ======================================================== */
  #secAdvisor .boxInner {
    max-width: 800px;
  }
  #secAdvisor .boxImg {
    max-width: 344px;
    margin: 0 50px 30px 0px;
  }
  #secAdvisor h3 {
    font-size: 125%;
    margin-bottom: 30px;
  }
  #secAdvisor .boxImg {
    float: left;
    margin: 0;
    margin-right: 60px;
  }
  #secAdvisor .boxImg img {
    margin: 0;
  }
  #secAdvisor .boxImgBook {
    margin-top: 60px;
  }
}