/***********************
 page-about
***********************/
#page-about {
  padding-top: 90px;
}
.bg_leaf_top {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 5200px auto;
  background-position: -2900px -700px;
  background-repeat: no-repeat;
}
.bg_leaf_bottom {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 6000px auto;
  background-position: -1682px -390px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  #page-about {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .bg_leaf_top {
    background-position: -3200px -700px;
  }
}
/**********************
 about-main
**********************/
#about-main .main-bg {
  width: 100%;
  height: 600px;
  background: url("../../images/about/gaikan02.jpg");
  background-size: cover;
  background-position: center;
}
/***********************
 #about-philosophy
************************/
#about-philosophy {
  padding-top: 100px;
  padding-bottom: 200px;
}
#about-philosophy h2 {
  border-bottom: 1px solid #006a35;
}
#about-philosophy h2 .flex {
  display: flex;
  justify-content: space-between;
}
#about-philosophy h2 .title {
  color: #006a35;
  font-size: 52px;
  font-weight: bold;
  font-style: italic;
}
#about-philosophy .title-img img {
  width: 120px;
}
#about-philosophy .philosophy-box {
  padding-top: 100px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#about-philosophy .philosophy-box .flex {
  display: flex;
  flex-wrap: wrap;
}
#about-philosophy .left-box {
  width: 500px;
  justify-items: end;
  padding-right: 100px;
}
#about-philosophy .right-box {
  width: calc(100% - 500px);
  width: -webkit-calc(100% - 500px);
}
#about-philosophy .left-box img {
  width: 300px;
}
#about-philosophy .catch {
  line-height: 1.7em;
  font-size: 20px;
}
#about-philosophy .catch p {
  margin-bottom: 0;
}
#about-philosophy .catch .intent-1 {
  text-indent: -0.5em;
}
#about-philosophy .catch span {
  display: block;
}
@media (max-width: 991px) {
  #about-philosophy .left-box {
    width: 300px;
    justify-items: end;
    padding-right: 50px;
  }
  #about-philosophy .right-box {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
  #about-philosophy .left-box img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #about-philosophy .left-box {
    width: 100%;
    justify-items: center;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  #about-philosophy .right-box {
    width: 100%;
    text-align: center;
  }
  #about-philosophy .left-box img {
    width: 150px;
  }
  #about-philosophy .catch {
    text-align: left;
    display: inline-block;
  }
  #about-philosophy h2 .title {
    font-size: 42px;
  }
  #about-philosophy .title-img img {
    width: 100px;
  }
  #about-philosophy {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
/****************************
 about-info
****************************/
#about-info {
  padding-top: 200px;
  padding-bottom: 200px;
}
#about-info h2 {
  border-bottom: 1px solid #c3da6b;
  margin-bottom: 50px;
}
#about-info h2 .flex {
  display: flex;
  justify-content: space-between;
}
#about-info h2 .title {
  color: #c3da6b;
  font-size: 52px;
  font-weight: bold;
  font-style: italic;
}
#about-info .title-img img {
  width: 120px;
}
#about-info table {
  border: none;
  background: rgb(194, 217, 107, 0.93);
}
#about-info table th {
  border-left: none;
  border-color: #1d3e2c;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  width: 300px;
  font-weight: normal;
  vertical-align: middle;
  color: #0d3025;
  font-size: 20px;
}
#about-info table td {
  border-right: none;
  color: #0d3025;
  padding: 15px;
  font-size: 20px;
}
#about-info table tr {
  border-color: #1d3e2c;
}
#about-info table td p {
  margin-bottom: 0;
}
#about-info table tbody tr:first-child {
  border-top: none;
}
#about-info table tbody tr:last-child {
  border-bottom: none;
}
#about-info .adjust-3 {
  display: flex;
  width: 3em;
  justify-content: space-between;
}
#about-info .mb {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #about-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-info h2 .title {
    font-size: 42px;
  }
  #about-info .title-img img {
    width: 100px;
  }
  #about-info table th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #0d3025;
  }
  #about-info table td {
    width: 100%;
    display: block;
    border-left: none;
  }
}
/******************************
 about-history
*******************************/
#about-history {
  padding-top: 100px;
  padding-bottom: 100px;
}
#about-history h2 {
  border-bottom: 1px solid #006a35;
  margin-bottom: 30px;
}
#about-history h2 .flex {
  display: flex;
  justify-content: space-between;
}
#about-history h2 .title {
  color: #006a35;
  font-size: 52px;
  font-weight: bold;
  font-style: italic;
}
#about-history .title-img img {
  width: 120px;
}
#about-history .western {
  font-size: 42px;
  font-weight: bold;
  color: #bbd26b;
  width: 250px;
  border-right: 1px solid #59b332;
  padding-bottom: 50px;
  position: relative;
  padding-left: 130px;
}
#about-history .japanese {
  color: #bad16b;
  font-size: 20px;
  margin-bottom: 5px;
}
#about-history .content-box {
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
}
#about-history .box {
  padding-top: 2px;
  padding-left: 30px;
}
#about-history .western:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #59b332;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 27px;
}
#about-history .cnt {
  color: #fff;
  font-size: 20px;
}
#about-history .flex {
  display: flex;
}
#about-history .history-wrap {
  background: rgb(0, 105, 52, 0.93);
}
#about-history .history-wrap .history-box:first-child .western {
  padding-top: 100px;
}
#about-history .history-wrap .history-box:first-child .western:after {
  top: 127px;
}
#about-history .history-wrap .history-box:first-child .box {
  padding-top: 102px;
}
#about-history .history-wrap .history-box:last-child .western {
  padding-bottom: 100px;
}
#about-history .history-list {
  margin-bottom: 50px;
}
#about-history .history-info .flex-wrap {
  flex-wrap: wrap;
}
#about-history .history-info .left-box {
  width: 250px;
  padding-left: 100px;
}
#about-history .history-info .left-box img {
  width: 150px;
}
#about-history .history-info .right-box {
  width: calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
  padding-left: 50px;
  padding-right: 50px;
}
#about-history .history-info .main-catch {
  font-size: 20px;
  color: #c1da6b;
  margin-bottom: 120px;
}
#about-history .history-info .info-title {
  color: #b9d468;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#about-history .history-info .info-cnt {
  color: #fff;
}
#about-history .history-info .history-info-box {
  margin-bottom: 100px;
}
#about-history .douzou img {
  max-width: 350px;
  width: 100%;
}
#about-history .mt30 {
  margin-top: 30px;
}
#about-history .left-img {
  width: 342px;
  margin-right: 30px;
}
#about-history .left-img img {
  width: 100%;
}
#about-history .right-img {
  width: 250px;
}
#about-history .right-img img {
  width: 100%;
}
#about-history .img-title {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  #about-history .left-img {
    width: 242px;
    margin-right: 30px;
  }

  #about-history .right-img {
    width: 176px;
  }
}
@media (max-width: 991px) {
  #about-history .history-info .left-box {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 80px;
  }
  #about-history .history-info .left-box img {
    width: 80px;
  }
  #about-history .history-info .right-box {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  #about-history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about-history .western {
    width: 150px;
    padding-left: 15px;
  }
  #about-history .content-box {
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
  }
  #about-history .box {
    padding-left: 30px;
  }
  #about-history .japanese {
    font-size: 18px;
  }
  #about-history .cnt {
    font-size: 18px;
  }
  #about-history .left-img {
    width: 200px;
    margin-right: 30px;
  }
  #about-history .right-img {
    width: 146px;
  }
  #about-history h2 .title {
    font-size: 42px;
  }
  #about-history .title-img img {
    width: 100px;
  }
}
@media (max-width: 500px) {
  #about-history .left-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  #about-history .right-img {
    width: 100%;
  }
}
/****************************
 about-declaration
****************************/
#about-declaration {
  padding-top: 100px;
  padding-bottom: 300px;
}
#about-declaration h2 {
  border-bottom: 1px solid #006a35;
  margin-bottom: 50px;
}
#about-declaration h2 .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#about-declaration h2 .title {
  color: #006a35;
  font-size: 52px;
  font-weight: bold;
  font-style: italic;
}
#about-declaration .sub-title {
  font-size: 22px;
  color: #006a35;
  font-weight: bold;
  padding-bottom: 10px;
}
#about-declaration img {
  width: 100%;
}
@media (max-width: 767px) {
  #about-declaration {
    padding-top: 50px;
  }
  #about-declaration h2 .title {
    font-size: 42px;
  }
  #about-declaration .sub-title {
    font-size: 24px;
  }
  #about-declaration .mb {
    margin-bottom: 30px;
  }
}
