/* ==============================

data
http://v4-alpha.getbootstrap.com/
http://fontawesome.io/
https://github.com/hiloki/flocss


index
- foundation
- Add components
- Extend bootstrap components
- Add site common components

*/
/* ==============================

foundation
Scaffolding

[] about
-----
Normalize.cssで足りない初期化設定

*/
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*min-width: 1140px;*/
}
/*.container {
  max-width: none !important;
  width: 1140px;
}*/
a{
  color: #002063;
}
a:hover{
  color: #002063;
}
/* ==============================

Add components

[] about
-----
componentsを追加

*/
/* --------------------
.c-exter-link
*/
.c-exter-link{
}
.c-exter-link:after{
  content:'\f08e';
  font-family: FontAwesome;
  color:#002063;
}
/* --------------------
.c-h-img
*/
.c-h-img{
  margin:0 0 3rem;
  padding:0;
  text-align: center;
}
/* --------------------
.c-h1
*/
.c-h1{
  color: #002063;
  font-size: 1.5rem;
  letter-spacing:0.1rem;
  margin:4rem 0;
  text-align: center;
}
.c-h1-T02{
  color: #002063;
  font-size: 1.25rem;
  letter-spacing:0.1rem;
  margin:2rem 0;
  text-align: left;
}
/* --------------------
.c-h2
*/
.c-h2{
  background: url('../img/c-h2__icon.png') no-repeat 50% 0;
  color: #333;
  font-size: 1.5rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:3rem 0 4rem;
  padding-top: 5rem;
  text-align: center;
}
.c-h2 .c-h2__icon{
  display: block;
  padding-bottom: 0.75rem;
  margin: 0 auto;
}



/* --------------------
.c-h3
*/
.c-h3{
  border-bottom: dotted 1px #CCC;
  color: #002063;
  font-size: 1rem;
  letter-spacing:0.1rem;
  margin:4rem 0 1rem;
  padding: 1rem;
  text-align: left;

}
/* --------------------
.c-p
*/
.c-p{
  color: #666;
  font-size: 0.875rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:0 0 1.5rem 0;
}
.c-p.m--signature{
  color: #999;
  font-size: 0.75rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:0 0 1.5rem 0;
}
/* --------------------
.c-ol
*/
.c-ol{
  margin:0 0 1.5rem 0;
}
.c-ol li{
  color: #666;
  font-size: 0.875rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  padding: 4px 0;
}

/* --------------------
.c-dl
*/
.c-dl{
  margin:0 0 1.5rem 0;
}
.c-dl dt{
  color: #002063;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:2rem 0 0.5rem 0;
}
.c-dl dd{
  position: relative;
  padding: 0 0 0 1rem;
  color: #666;
  font-size: 0.875rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
}
.c-dl dd:before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-top: 0px;
  width: 10px;
  height: 10px;
  content:'-';
  /*  font-family: FontAwesome;*/
  color:#bbb;
}
.c-dl.__no-space{
  margin-top: 1rem;
  overflow: hidden;
}
.c-dl.__no-space dt{
  padding-left:0;
  margin-top: 0;
}
@media (max-width: 544px) {
  .c-dl.__no-space dt{
    font-size: 0.875rem;
  }
}
.c-dl.__no-space dd{
}
/* --------------------
.c-lead
*/
.c-figure{
  text-align: center;
}
/*.c-figure img{
  display: inline-block;
}*/
.c-figure img.c-figure--border{
  border:8px solid #eee;
}
/* --------------------
.c-lead
*/
.c-lead{
  color: #666;
  font-size: 1.25rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:0 0 1.5rem 0;
}
/* --------------------
.c-lead-column
*/
.c-lead-column{
  background: rgba(255,255,255,0.8) url('../img/c-h2__icon.png') no-repeat 50% 8%;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
  padding: 7rem 2rem 0.75rem;
}
.c-lead-column__p{
  color: #666;
  font-size: 1.25rem;
  letter-spacing:0.1rem;
  line-height: 1.5;
  margin:0 0 1.5rem 0;
}
@media (max-width: 543px) {
  .c-lead-column{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .c-lead-column__p{
    font-size: 1.125rem;

  }
}
/* note
======================================== */
.c-note {
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}
.c-note .c-note__item {
  text-indent: -1em;
  color: #888888;
  font-size: 0.75rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.428;
  letter-spacing: 0.03em;
  text-align: left;
  word-break: normal;
  margin: 0 0 8px 1em;
  padding: 0 0 0 0;
}
/* inline
------------------------------ */
.c-note-inline {
  font-size: 12px;
  color: #888;
  font-weight: normal;
}

/* --------------------
.c-link-list
*/
.c-link-list{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.c-link-list__item {
  line-height: 1.6;
  border-top: 1px dotted #cccccc;
}
.c-link-list__item:first-child {
  border: none;
}
.c-link-list__item a {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  padding: 12px 8px 10px 16px;
  color: #002063;
  line-height: 1.4;
}
.c-link-list__item a:before {
  position: absolute;
  top: 13px;
  left: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #CCC;
  /* アイコンの色 */
  content: "\f105";
  /* FontAwesomeフォントコード */
  margin-right: 8px;
  /* アイコンと要素の空きを調整 */
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-link-list__item a {
    padding: 8px 0 6px 16px;
  }
  .c-link-list__item a:before {
    top: 10px;
  }
}
/* --------------------
.c-btn-goto-pagetop
*/
.c-btn-goto-pagetop {
    display: none;

    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
}
.c-btn-goto-pagetop a {
    color: #ddd;
}
.c-btn-goto-pagetop .fa {
    font-size: 3rem;
}
/* ==============================

Extend bootstrap components

[] about
-----
bootstrap componentsを拡張

*/
/* --------------------
.navbar
*/
.navbar-brand{
}
.navbar-nav{
}
@media (min-width: 992px) {
  .navbar-nav{
    margin-top: 0.5rem;
  }
}
.navbar-nav .nav-link{
  position: relative;
  color: #002063;
  font-size: 0.875rem;
  font-size: 0.75rem;
  padding-right: 0.3rem;
  padding-left: 0.6rem;
}
.navbar-nav .nav-link:hover{
  background-color: #eee;
}
.navbar-nav .nav-link:before{
  position: absolute;
  top: 0.45rem;
  left: 0;
  display: block;
  margin-top: 0px;
  width: 10px;
  height: 10px;
  content:'\f105';
  font-family: FontAwesome;
  color:#bbb;
}
.navbar-nav .nav-link.current{
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link.current{
    border-bottom:2px solid #eee;
  }
}
.navbar-nav .nav-link .fa{
  color: #999;
}
.navbar-toggler{
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
  border-color: #eee;
  margin-top: 1.4rem;
}

/* ==============================

Add projects

[] about
-----
projectsを追加

*/
/* --------------------
.p-article
*/
.p-article{}
/* --------------------
.p-sec
*/
.p-sec{
  padding: 3rem 0;
}
.p-sec:nth-child(odd) {
  /*background-color: #fdefdd;*/
}
/* --------------------
.p-cm-01
*/
.p-cm-01{
  background: url('../img/p-cm-01--bg.png') no-repeat 50% 100%, linear-gradient(to bottom,  #ffffff 50%,#ffea82 100%);
  border-top: 8px solid #eee;
  border-bottom: 8px solid #f4c11b;
  margin: 0;
  padding: 0 0 320px;
}
@media (max-width: 543px) {
  .p-cm-01{
    background-size: 480px;
  }
}
@media (min-width: 992px) {
  .p-cm-01{
    background: url('../img/p-cm-01--bg.png') no-repeat 0% 100%, linear-gradient(to bottom,  #ffffff 50%,#ffea82 100%);
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .p-cm-01{
    background: url('../img/p-cm-01--bg.png') no-repeat 24% 100%, linear-gradient(to bottom,  #ffffff 50%,#ffea82 100%);
    padding-bottom: 120px;
  }
}
/* --------------------
.p-voice-customer
*/
.p-voice-customer{
  padding-bottom: 5rem;

}
/* --------------------
.p-to-owners
*/
.p-to-owners{
  background-color: #ffffff;
  background-image: url('../img/p-to-owners--bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 60px 0 400px;
}

@media (max-width: 767px) {
  .p-to-owners{
    background-position: 56% 100%;
    padding-bottom: 320px;
  }
}
@media (max-width: 543px) {
  .p-to-owners{
    background-size: 1400px;
    padding-bottom: 280px;
  }
}
/* --------------------
.p-about-sokyaku
*/
.p-about-sokyaku{
  padding-top: 0;
  padding-bottom: 0;
}
.p-about-sokyaku .c-h1{
  margin-top: -2rem;
}
.p-about-sokyaku .c-lead{
  font-weight: bold;
}
.p-about-sokyaku__catch-01{
  margin: 0 0 4rem;
}

.p-about-sokyaku__item-01{
  margin-bottom: 3rem;
}
.e-item-01_h1{
  border-radius: 50%;
  font-size: 1.5rem;
  height: 120px;
  width: 120px;
  padding-top: 48px;
  background: #00468d;
  text-align: center;
  color: #fff;
  margin: 0 auto 16px;
}
.eitem-01__6-4{
  display: block;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
}
.p-about-sokyaku__item-02{
  padding: 1rem 0;
}
.p-about-sokyaku__item-02.m--P01{
  background: #eefaff;
}
.p-about-sokyaku__item-02.m--P02{
  background: #d9f4ff;
}
.p-about-sokyaku__item-02.m--P03{
  background: #fff1e6;
}
.p-about-sokyaku__item-02.m--P04{
  background: #f9ffe6;
}
.p-about-sokyaku__item-02 .container{

  padding-top: 2rem;
  padding-bottom: 2rem;
}
.e-item-02_h1{
  color: #333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing:0.1rem;
  margin:0.750rem 0;
}
.e-item-02_lead-01{
  border-bottom: 1px dotted #ccc;
  color: #333;
  font-size: 1.25rem;
  letter-spacing:0.1rem;
  margin:0.750rem 0;
  padding: 0.5rem 0;
}
.e-item-02_lead-02{
  color: #666;
  font-size: 1rem;
  letter-spacing:0.1rem;
  margin:0.750rem 0;
}
.e-item-02_price{
  margin-bottom: 1rem;
}
.e-item-02__column{
  background: #fff;
  /*border: 1px dotted #ccc;*/
  padding: 1rem;
}
.e-item-02_h2{
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing:0.1rem;
  margin:0.750rem 0;
}
.e-item-02__column figcaption{
  font-size: 0.75rem;
  letter-spacing:0.1rem;
  text-align: center;
}
.e-item-02__column .c-p{
  margin-bottom: 0.625rem;
}
.e-column__icon{

}
/* --------------------
.p-koudou
*/
.p-koudou{
  background-image: url('../img/p-koudou--bg.jpg');
  background-position: 65% 15%;
  background-repeat: no-repeat;
  margin: 0;
}
.p-koudou{
  background-position: 65% 15%;
}
/* --------------------
.p-feelings-yasukawa
*/
.p-feelings-yasukawa{
  background-image: url('../img/p-feelings-yasukawa--bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 60px 0 520px;
}
@media (max-width: 767px) {
  .p-feelings-yasukawa{
    padding-bottom: 400px;
  }
}
@media (max-width: 543px) {
  .p-feelings-yasukawa{
    background-size: 1400px;
    padding-bottom: 280px;
  }
}
.p-feelings-yasukawa .row{
  margin-bottom: 2rem;
}
.p-feelings-yasukawa .c-lead{
  font-size: 1rem;
  font-weight: bold;
}
/* --------------------
.p-voice-Shimizu
*/
.p-voice-Shimizu{
  padding-bottom: 0;
}

/* --------------------
.p-este-management-university
*/
.p-este-management-university{
  background-image: url('../img/p-este-management-university--bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 520px;
}
@media (max-width: 767px) {
  .p-este-management-university{
  background-position: 44% 100%;
  }
}
@media (max-width: 543px) {
  .p-este-management-university{
    background-size: 1400px;
    padding-bottom: 400px;
  }
}
.p-este-management-university__photo{
  margin-top: 2rem;
}
.p-este-management-university__photo div[class*="col"]{
  padding:0;
}
/* --------------------
.p-koudou
*/
.p-koudou-02{
  background-image: url('../img/p-koudou-02--bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 60px 0 520px;
}
@media (max-width: 767px) {
  .p-koudou-02{
  }
}
@media (max-width: 543px) {
  .p-koudou-02{
    background-size: 1400px;
    padding-bottom: 400px;
  }
}
/* --------------------
.p-company-info
*/


.p-company-info {
  margin: 80px 0 0 0;
  padding: 0 0 0 0;
  font-size: 0.875rem;
  letter-spacing:0.1rem;
  color: #666;
}
.p-company-info .b-site-info {
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
  text-align: center;
}
.p-company-info .b-site-info__item {
  border: none;
}
.p-company-info__name {
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
  text-align: center;
}
.p-company-info__name img {
  display: block;
}
.p-company-info .img-fluid {
  margin: 0 auto 0.5rem;
}
.p-company-info__tel {
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
  text-align: center;
}
.p-company-info__tel .img-fluid {
  margin: 0 auto;
}
.p-company-info__mail{
    text-align: center;
    margin-bottom: 2rem;
}
.p-company-info__mail__lead{
  font-weight: bold;
  font-size: 1rem;
}
.p-company-info__mail__val{
  font-size: 2rem;
}
.p-company-info__mail__note{
  font-size: 0.75rem;
  color: #999;
}
/* --------------------
#site-footer-copyright
*/


#site-footer-copyright{
  background: #eee;
  margin:0;
  padding:1rem 0;
  font-size: 0.624rem;
  color: #999;
  letter-spacing:0.1rem;
  text-align: center;
}
