/*****************************
 page-top
*****************************/
.bg_leaf_top {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 6100px auto;
  background-position: -3785px -800px;
  background-repeat: no-repeat;
}
.bg_leaf_bottom {
  background: url("../../images/logo/yk_logo_mark.svg");
  background-size: 7260px 6068px;
  background-position: -2400px -2000px;
  background-repeat: no-repeat;
}
/*****************
front-main
*****************/
#front-main {
  padding-top: 90px;
}
#front-main .main_bg {
  height: calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  width: 100%;
  min-height: 600px;
  background: url("../../images/front/main.jpg");
  background-size: cover;
  background-position: center;
}
#front-main .catch-area {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#front-main .container {
  height: 100%;
  width: 100%;
}
#front-main .main-catch {
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 2;
}
#front-main .main-catch .vertical {
  writing-mode: vertical-rl;
}
#front-main .main-catch span {
  display: block;
  color: #fff;
  font-size: 52px;
  text-shadow: 4px 4px #006a35;
  font-weight: bold;
}
#front-main .main-catch span:not(:last-child) {
  margin-left: 20px;
}
#front-main .en-catch {
  position: absolute;
  right: 0px;
  top: 90px;
  z-index: 2;
  font-size: 52px;
  font-weight: bold;
  text-shadow: 4px 4px #006a35;
  color: #fff;
}
@media (max-width: 991px) {
  #front-main {
    padding-top: 70px;
  }
  #front-main .main_bg {
    height: calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
  }
  #front-main .en-catch {
    top: initial;
    bottom: 30px;
    text-shadow: none;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #front-main .main-catch {
    top: 52px;
  }
  #front-main .en-catch {
    font-size: 32px;
  }
  #front-main .main-catch span {
    font-size: 52px;
  }
  #front-main .main-catch span:not(:last-child) {
    margin-left: 10px;
  }
  #front-main .main_bg {
    background-position: 32%;
  }
}
@media (max-width: 640px) {
  #front-main .main-catch span {
    font-size: 42px;
  }
}
/******************************
 front-news
******************************/
#front-news {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(255, 255, 255, 0.8);
}
#front-news .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-news h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006a35;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-news .sub-title {
  font-size: 14px;
  text-align: center;
  color: #006a35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-weight: bold;
  z-index: 1;
}
#front-news h2::before,
#front-news h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #006a35;
}
#front-news h2::before {
  margin-right: 30px;
}
#front-news h2::after {
  margin-left: 30px;
}
#front-news .flex {
  display: flex;
  flex-wrap: wrap;
}
#front-news .news-cnt-wrap {
  margin-top: 50px;
}
#front-news ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#front-news ul li:first-child {
  border-top: 1px solid #c1da6b;
}
#front-news ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1da6b;
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
#front-news ul li::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 16px;
  border-color: transparent transparent transparent #006a35;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -12px);
}
#front-news .meta {
  width: 200px;
  color: #006a35;
}
#front-news .news-title {
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
}
#front-news a {
  color: #006a35;
  text-decoration: none;
}
#front-news li .flex {
  align-items: center;
}
#front-news .news-cnt {
  margin-bottom: 50px;
}
#front-news .all_link {
  text-align: center;
}
#front-news .all_link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #006a35;
  color: #006a35;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  #front-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #front-news .news-title {
    width: 100%;
    max-width: 200px;
    white-space: nowrap; /* 改行させない */
    overflow: hidden; /* はみ出た部分を隠す */
    text-overflow: ellipsis; /* はみ出た末尾を「…」にする */
    margin-top: 15px;
    padding-left: 1em;
  }
  #front-news .meta {
    padding-left: 1em;
    width: 100%;
  }
  #front-news .category-name {
    width: 150px;
  }
}
@media (max-width: 640px) {
  #front-news .flex-link p {
    font-size: 11px;
  }
}
/*****************************
 front-recruit
******************************/
#front-recruit {
  padding-top: 200px;
  padding-bottom: 200px;
}
#front-recruit .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-recruit h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006a35;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-recruit .sub-title {
  font-size: 14px;
  text-align: center;
  color: #006a35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-weight: bold;
  z-index: 1;
}
#front-recruit h2::before,
#front-recruit h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #006a35;
}
#front-recruit h2::before {
  margin-right: 30px;
}
#front-recruit h2::after {
  margin-left: 30px;
}
#front-recruit img {
  width: 100%;
}
#front-recruit .bg-thumb {
  width: 100%;
  height: 100%;
  background: url("../../images/front/top_recruit.JPG");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
#front-recruit .bg-thumb:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 105, 52, 0.54);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#front-recruit .bg-thumb a {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-decoration: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #front-recruit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #front-recruit .bg-thumb {
    min-height: 350px;
  }
  #front-recruit .mb {
    margin-bottom: 12px;
  }
}
/************************************
　front-banner
************************************/
#front-banner {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(0, 105, 52, 0.5);
}
#front-banner img {
  width: 100%;
}
@media (max-width: 767px) {
  #front-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/**********************************
 front-topics
***********************************/
#front-topics {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(194, 217, 107, 0.8);
}
#front-topics .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-topics h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006a35;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-topics .sub-title {
  font-size: 14px;
  text-align: center;
  color: #006a35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30px);
  font-weight: bold;
  z-index: 1;
}
#front-topics h2::before,
#front-topics h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #006a35;
}
#front-topics h2::before {
  margin-right: 30px;
}
#front-topics h2::after {
  margin-left: 30px;
}
#front-topics img {
  width: 100%;
}
#front-topics .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#front-topics .flex .flex-item {
  width: 400px;
  height: 400px;
}
#front-topics .thumb {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  z-index: 9;
  overflow: hidden;
}
#front-topics .thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#front-topics .topics-title a {
  color: #006a35;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
#front-topics .meta {
  color: #59b332;
}
#front-topics .topics-cnt {
  margin-bottom: 80px;
}
#front-topics .all_link {
  text-align: center;
}
#front-topics .all_link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #006a35;
  color: #006a35;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 1399px) {
  #front-topics .flex .flex-item {
    width: 300px;
    height: 300px;
  }
  #front-topics .thumb {
    height: 300px;
  }
}
@media (max-width: 991px) {
  #front-topics .flex .flex-item {
    width: 300px;
    height: 300px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  #front-topics {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #front-topics .topics-cnt {
    margin-bottom: 30px;
  }
}
/*********************************
 #front-about
*********************************/
#front-about {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(88, 179, 49, 0.8);
}
#front-about .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-about h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d3025;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-about .sub-title {
  font-size: 14px;
  text-align: center;
  color: #0d3025;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30px);
  font-weight: bold;
  z-index: 1;
}
#front-about h2::before,
#front-about h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #0d3025;
}
#front-about h2::before {
  margin-right: 30px;
}
#front-about h2::after {
  margin-left: 30px;
}
#front-about img {
  width: 100%;
}
@media (max-width: 767px) {
  #front-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/**********************************
 front-works
***********************************/
#front-works {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(0, 105, 52, 0.5);
}
#front-works .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-works h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006a35;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-works .sub-title {
  font-size: 14px;
  text-align: center;
  color: #006a35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-weight: bold;
  z-index: 1;
}
#front-works h2::before,
#front-works h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #006a35;
}
#front-works h2::before {
  margin-right: 30px;
}
#front-works h2::after {
  margin-left: 30px;
}
#front-works .bg-thumb {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
#front-works .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 300px;
  align-content: center;
  text-align: center;
}
#front-works .box a {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2em;
}
#front-works #works-kenchiku .box {
  background: rgb(2, 81, 46, 0.7);
}
#front-works #works-doboku .box {
  background: rgb(112, 159, 2, 0.7);
}
#front-works #works-hosou .box {
  background: rgb(0, 0, 0, 0.7);
}
#front-works #works-kenchiku {
  background: url("../../images/front/top_kentiku.jpg");
  background-size: cover;
  background-position: center;
}
#front-works #works-doboku {
  background: url("../../images/front/top_doboku.jpg");
  background-size: cover;
  background-position: center;
}
#front-works #works-hosou {
  background: url("../../images/front/top_hosou.jpg");
  background-size: cover;
  background-position: center;
}
#front-works .works-wrap {
  margin-bottom: 80px;
}
#front-works .all_link {
  text-align: center;
}
#front-works .all_link a {
  display: inline-block;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #006a35;
  color: #006a35;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 767px) {
  #front-works {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #front-works .mb {
    margin-bottom: 12px;
  }
}
/***************************
 front-access
***************************/
#front-access {
  padding-top: 200px;
  padding-bottom: 200px;
  background: rgb(0, 105, 52, 0.27);
}
#front-access .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-access h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #59b332;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-access .sub-title {
  font-size: 14px;
  text-align: center;
  color: #59b332;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-weight: bold;
  z-index: 1;
}
#front-access h2::before,
#front-access h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #59b332;
}
#front-access h2::before {
  margin-right: 30px;
}
#front-access h2::after {
  margin-left: 30px;
}
#front-access .address-box {
  background: #59b332;
  padding-top: 15px;
  padding-bottom: 15px;
}
#front-access .flex {
  display: flex;
  flex-wrap: wrap;
}
#front-access .flex .left-box {
  width: 200px;
  align-content: center;
  text-align: center;
  border-right: 1px solid #fff;
}
#front-access .flex .right-box {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding-left: 15px;
}
#front-access .flex .right-box p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
#front-access .flex .left-box .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#front-access .mb {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  #front-access .flex .left-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
  }
  #front-access .flex .right-box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front-access {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/**********************
 front-associate
**********************/
#front-associate {
  padding-top: 200px;
  padding-bottom: 200px;
}
#front-associate .section-title {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
#front-associate h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bcce05;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
}
#front-associate .sub-title {
  font-size: 14px;
  text-align: center;
  color: #bcce05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20px);
  font-weight: bold;
  z-index: 1;
}
#front-associate h2::before,
#front-associate h2::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  background-color: #bcce05;
}
#front-associate h2::before {
  margin-right: 30px;
}
#front-associate h2::after {
  margin-left: 30px;
}
#front-associate .company-info {
  background: #c3da6b;
  padding-top: 15px;
  padding-bottom: 15px;
}
#front-associate .flex {
  display: flex;
  flex-wrap: wrap;
}
#front-associate .flex .flex-item {
  width: calc(100% / 3);
  width: -webkit-calc(100% / 3);
}
#front-associate .company-name {
  color: #00522f;
  font-size: 24px;
  font-weight: bold;
  align-content: center;
  text-align: center;
}
#front-associate .company-service {
  color: #00522f;
  border-left: 1px solid #00522f;
  border-right: 1px solid #00522f;
  align-content: center;
  text-align: center;
  font-size: 20px;
}
#front-associate .company-addr {
  padding-left: 15px;
}
#front-associate .company-addr p {
  margin-bottom: 0;
  color: #00522f;
}
#front-associate .thumb {
  width: 100%;
  height: 350px;
}
#front-associate #associate_bg1 {
  background: url("../../images/front/asukon01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#front-associate #associate_bg2 {
  background: url("../../images/front/asukon02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  #front-associate .company-service {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #front-associate .flex .flex-item {
    width: 100%;
  }
  #front-associate .company-addr p {
    text-align: center;
  }
  #front-associate .company-service {
    border: none;
  }
  #front-associate .company-name {
    border-bottom: 1px solid #0d3025;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #front-associate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
