@charset "UTF-8";

/* --------------------------------------
  Site Common
-------------------------------------- */
.site-container {
  padding-bottom: 330px;
}
.site-footer {
  position: relative;
  /* bottom: 0;
  height: 310px; */
}

.site-footer_new {
    /* position: relative; */
    width: 100%;
    height: 260px;
    color: #595959;
    padding-top: 40px;
    background-color: #c1c6c9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
padding: 4% 0;
bottom: 0;
    height: 310px;
}

/* --------------------------------------
  Page Header
-------------------------------------- */
.page-header h2 {
  top: 10px;
  font-size: 40px;
  font-size: 4.0rem;
}
.page-header h3 {
  top: 0;
}

/* --------------------------------------
  Introduction
-------------------------------------- */
.page-intro {
  margin: 60px 0;
}

/* --------------------------------------
  Page Navi
-------------------------------------- */
.pnav-unit {
  height: 80px;
}
.pnav__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  width: 33%;
}

/* --------------------------------------
  Efforts Unit
-------------------------------------- */
.eu__heading{
  font-size: 2.2rem;
}
.eu01__items {
  float: none;
}
.eu01__item:first-of-type {
  margin-left: 0;
}
.eu01__item:nth-of-type(2) {
  margin-left: 0;
}
.eu01__item {
  display: flex;
  align-items: center;
}
.eu01__item span {
  font-size: 17px;
  font-size: 1.7rem;
  text-indent: 0;
  width: 92%;
}
.eu01__item em {
  font-family: 'Quicksand', sans-serif;
  font-size: 39px;
  font-size: 3.9rem;
  width: 8%;
  margin-right: 10px;
  text-align: center;
}
.eu01__bg{
  top:85px;
}
.eu01__bg p{
  height: 280px;
}

/* Efforts Unit02 */
.efforts-unit02 {
  position: relative;
  width: 100%;
  min-height: 1200px;
}
.efforts-unit02 .container{
  top:180px;
}
.eu02__item {
  width: 100%;
  background-color: #ffffff;
  padding: 25px;
  box-sizing: border-box;
  border: solid 1px #efefef;
}
.eu02__item:nth-of-type(2) {
  position: relative;
  top: 50px;
}
.eu02__item:last-of-type {
  position: relative;
  top: 100px;
}
.eu02__bg{
  top: 120px;
}
.eu02__bg p{
  height: 1300px;
}