.aboutindex .imagegrid {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 55em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aboutindex .imagegrid .item {
  padding: 5px;
  max-width: 26.786em;
}

.aboutindex .titleArea01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .aboutindex .titleArea01 {
    overflow: hidden;
  }
}

.aboutindex .titleArea01 .leaf1 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/leaf1.png) no-repeat;
  top: 57%;
  left: -20%;
  background-size: 100% 100%;
  width: 9.714em;
  height: 13.214em;
}

@media screen and (max-width: 767px) {
  .aboutindex .titleArea01 .leaf1 {
    display: none;
  }
}

.aboutindex .titleArea01 .leaf2 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/leaf2.png) no-repeat;
  top: 96%;
  left: 81%;
  background-size: 100% 100%;
  width: 14.571em;
  height: 22.429em;
}

@media screen and (max-width: 767px) {
  .aboutindex .titleArea01 .leaf2 {
    display: none;
  }
}

.abouthistory .titleArea01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .abouthistory .titleArea01 {
    overflow: hidden;
  }
}

.abouthistory .titleArea01 .leaf1 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf1.png) no-repeat;
  top: 57%;
  left: -20%;
  background-size: 100% 100%;
  width: 26.357em;
  height: 21.143em;
}

@media screen and (max-width: 767px) {
  .abouthistory .titleArea01 .leaf1 {
    display: none;
  }
}

.abouthistory .histarea {
  margin-bottom: 5em;
  position: relative;
}

.abouthistory .histarea .leaf2 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf2.png) no-repeat;
  top: -22%;
  left: 50%;
  width: 43.929em;
  height: 41.643em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf2 {
    display: none;
  }
}

.abouthistory .histarea .leaf3 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf3.png) no-repeat;
  top: 18%;
  left: -20%;
  width: 9.714em;
  height: 13.214em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf3 {
    display: none;
  }
}

.abouthistory .histarea .leaf4 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf4.png) no-repeat;
  top: 35%;
  left: 110%;
  width: 14.571em;
  height: 22.5em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf4 {
    display: none;
  }
}

.abouthistory .histarea .leaf5 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf5.png) no-repeat;
  top: 51%;
  left: -20%;
  width: 9.714em;
  height: 13.214em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf5 {
    display: none;
  }
}

.abouthistory .histarea .leaf6 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf6.png) no-repeat;
  top: 67%;
  left: 110%;
  width: 14.571em;
  height: 22.429em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf6 {
    display: none;
  }
}

.abouthistory .histarea .leaf7 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf7.png) no-repeat;
  top: 92%;
  left: -20%;
  width: 9.714em;
  height: 13.214em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .leaf7 {
    display: none;
  }
}

.abouthistory .histarea a {
  display: block;
}

.abouthistory .histarea a:hover {
  opacity: 0.5;
}

.abouthistory .histarea p .linkwrap {
  position: relative;
}

.abouthistory .histarea p .linkarrow {
  position: absolute;
  width: 1.5em;
  height: 0.286em;
  background: url(../img/about/link_arrow.svg) no-repeat;
  content: "";
  top: 8px;
  left: 8px;
}

.abouthistory .histarea .stepstart1 {
  width: 100%;
  height: 1.071em;
  background-color: #ffffff80;
  margin-top: 3em;
}

.abouthistory .histarea .stepstart2 {
  width: 100%;
  height: 1.071em;
  background-color: #ffffff80;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .stepstart2 {
    height: 3.571em;
  }
}

.abouthistory .histarea h2.head1 {
  padding: 1em;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #5c4b61;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 25em;
  text-align: center;
}

@media screen and (max-width: 767px) {
.abouthistory .histarea h2.head1 {
  left: 5vw;
  top: -5vw;
  z-index: 2;
}
}

.abouthistory .histarea h2.head2 {
  padding: 1em;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #5c4b61;
  position: absolute;
  left: -420px;
  top: -40px;
  z-index: 1;
  width: 25em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea h2.head2 {
    top: -150px;
    left:5vw;
  }
}

.abouthistory .histarea h2.head3 {
  padding: 1em;
  line-height: 1;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: #5c4b61;
  position: absolute;
  left: -420px;
  top: -40px;
  z-index: 1;
  width: 25em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea h2.head3 {
    top: -150px;
    left:5vw;
  }
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step {
  width: 50%;
  min-height: 14.286em;
  position: relative;
  background-color: #ffffff80;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(odd) {
  float: right;
  padding-left: 155px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(7) {
  padding-right: 10px;
  padding-bottom: 115px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(9) {
  padding-bottom: 172px;
  padding-right: 30px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(17) {
  padding-bottom: 188px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(25) {
  padding-bottom: 78px; 
  padding-right: 20px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(odd):before {
  content: url("../img/about/icon_history_circle.svg");
  display: block;
  width: 1.429em;
  height: 1.429em;
  position: absolute;
  left: -12px;
  z-index: 10;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(odd):after {
  content: '';
  background: url(../img/about/history_bar.svg);
  background-size: cover;
  height: 0.071em;
  width: 9.286em;
  position: absolute;
  top: 10px;
  left: 0;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull {
  width: 50%;
  min-height: 100px;
  position: relative;
  background-color: transparent;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull:nth-child(odd):before {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull:nth-child(odd):after {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2 {
  width: 50%;
  min-height: 3.571em;
  position: relative;
  background-color: #ffffff80;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(odd):before {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(odd):after {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even) {
  float: left;
  border-right: 4px solid #d3d3d3;
  padding-top: 100px;
  padding-right: 155px;
  padding-left: 36px;
  text-align: left;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(8) {
  padding-top: 10px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(10) {
  padding-top: 10px;
}


.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(18) {
  padding-bottom: 30px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(26) {
  padding-bottom: 30px;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even):before {
  content: url("../img/about/icon_history_circle.svg");
  display: block;
  width: 1.429em;
  height: 1.429em;
  position: absolute;
  /* top: 100px; */
  right: -12px;
  z-index: 10;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even):after {
  content: '';
  background: url(../img/about/history_bar.svg);
  background-size: cover;
  height: 0.071em;
  width: 9.286em;
  position: absolute;
  top: 110px;
  right: 0;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(8):after {
  content: '';
  background: url(../img/about/history_bar.svg);
  background-size: cover;
  height: 0.071em;
  width: 9.286em;
  position: absolute;
  top: 20px;
  right: 0;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(10):after {
  content: '';
  background: url(../img/about/history_bar.svg);
  background-size: cover;
  height: 0.071em;
  width: 9.286em;
  position: absolute;
  top: 20px;
  right: 0;
}
.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull:nth-child(even):before {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull:nth-child(even):after {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(even) {
  padding-top: 50px;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(even):before {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(even):after {
  display: none;
}

.abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step h3 {
  font-size: 1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    border-left: 4px solid #d3d3d3;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull {
    width: 100%;
    min-height: 3.571em;
    height: auto;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2:nth-child(even) {
    padding-top: 0;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step.stepnull2 {
    width: 100%;
    height: auto;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(odd) {
    float: none;
    padding-left: 45px;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(odd):after {
    width: 2.857em;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even) {
    float: none;
    padding-top: 5px;
    padding-left: 45px;
    text-align: left;
    padding-right: 0;
    border-right: 0;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even):before {
    left: -12px;
    right: 0;
    z-index: 10;
  }
  .abouthistory .histarea .gyoen_history .gyoen_hisotry_body .history_step:nth-child(even):after {
    width: 2.857em;
    top: 13px;
    left: 0;
  }
}

.tochronology{
	text-align: right;
	margin-bottom: 40px;
}

.tochronology a{
	width: 14.286em;
	display: block;
	font-size: 1.1428571428571428em;
	border: 1px solid #5c4b61;
	background-color: white;
	color: #5c4b61;
	padding: 5px;
	text-align: center;
	margin: 20px auto;
}

.tochronology a:hover{
	opacity: 0.7;
}




.abouthistory .infobox h2 {
  padding: 0;
  line-height: 1;
  font-size: 1.7142857142857142em;
  font-weight: bold;
  color: #5c4b61;
  margin-bottom: 1em;
}

.abouthistory .infobox .item {
  font-size: 1.2142857142857142em;
  line-height: 2;
  margin-bottom: 2em;
}

.abouthistory .infobox .itemimg {
  text-align: center;
  position: relative;
}

.abouthistory .infobox .itemimg .leaf8 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf8.png) no-repeat;
  top: 6%;
  left: -26%;
  width: 9.714em;
  height: 13.214em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .infobox .itemimg .leaf8 {
    display: none;
  }
}

.abouthistory .infobox .itemimg .leaf9 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf9.png) no-repeat;
  top: 0%;
  left: 89%;
  width: 14.571em;
  height: 22.429em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .infobox .itemimg .leaf9 {
    display: none;
  }
}

.abouthistory .infobox .itemimg .leaf10 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf10.png) no-repeat;
  top: 31%;
  left: -20%;
  width: 9.714em;
  height: 13.214em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .infobox .itemimg .leaf10 {
    display: none;
  }
}

.abouthistory .infobox .itemimg .leaf11 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/hist_leaf11.png) no-repeat;
  top: 31%;
  left: 97%;
  width: 14.571em;
  height: 22.429em;
  background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
  .abouthistory .infobox .itemimg .leaf11 {
    display: none;
  }
}

.aboutnature .titleArea01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .aboutnature .titleArea01 {
    overflow: hidden;
  }
}

.aboutnature .titleArea01 .leaf1 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/nature-leaf1.png) no-repeat;
  top: 57%;
  left: -20%;
  background-size: 100% 100%;
  width: 9.714em;
  height: 13.214em;
}

@media screen and (max-width: 767px) {
  .aboutnature .titleArea01 .leaf1 {
    display: none;
  }
}

.aboutnature .titleArea01 .leaf2 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/nature-leaf2.png) no-repeat;
  top: 142%;
  left: 106%;
  background-size: 100% 100%;
  width: 14.571em;
  height: 22.429em;
}

@media screen and (max-width: 767px) {
  .aboutnature .titleArea01 .leaf2 {
    display: none;
  }
}

.aboutnature .imagegrid {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 55em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aboutnature .imagegrid .item {
  padding: 5px;
  max-width: 26.786em;
}

.aboutrest .titleArea01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .aboutrest .titleArea01 {
    overflow: hidden;
  }
}

.aboutrest .titleArea01 .leaf1 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/rest_leaf1.png) no-repeat;
  top: 100%;
  left: -20%;
  background-size: 100% 100%;
  width: 9.714em;
  height: 13.214em;
}

@media screen and (max-width: 767px) {
  .aboutrest .titleArea01 .leaf1 {
    display: none;
  }
}

.aboutrest .titleArea01 .leaf2 {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/about/rest_leaf2.png) no-repeat;
  top: 185%;
  left: 84%;
  background-size: 100% 100%;
  width: 14.571em;
  height: 22.429em;
}

@media screen and (max-width: 767px) {
  .aboutrest .titleArea01 .leaf2 {
    display: none;
  }
}

.aboutrest .imageitem {
  text-align: center;
  margin-bottom: 5em;
}

.aboutrest .m_pageLinks .m_frame ul li:after {
  display: none;
}

.aboutpage .p_imperialBg {
  display: block;
  max-width: 29.143em;
  margin-bottom: 1em;
}

.aboutpage .p_imperialBg a {
  color: #fff;
  padding: 7px 45px 6px 25px;
  font-size: 1.3rem;
  display: block;
}

.aboutpage .p_imperialBg.-purple a {
  background: #5c4b61;
}

.aboutpage .p_imperialBg.-orange {
  margin-top: 15px;
}

.aboutpage .p_imperialBg.-orange a {
  background: #ac5f54;
}

.aboutpage .p_imperialImg {
  margin: 35px auto 40px;
  text-align: center;
  position: relative;
}

.aboutpage .p_imperialImg img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .aboutpage .p_imperialLink {
    margin-top: 20px;
  }
  .aboutpage .p_imperialImg {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .aboutpage .p_imperialLink {
    margin-top: 76px;
  }
  .aboutpage .p_imperialBg a:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .aboutpage .p_imperialBg.-orange {
    margin-left: 135px;
  }
  .aboutpage .p_imperialImg {
    margin: 80px auto 0;
  }
  .aboutpage .p_imperialImg:after {
    display: block;
    content: "";
    background: url(../img/common/imperial_imgBg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: -73px;
    width: 40.214em;
    height: 21.857em;
  }
}

.aboutpage .clearfix:after {
  content: "";
  clear: both;
  display: block;
}