@charset "UTF-8";

#contents{
    margin-top: 189px;
}
@media screen and (max-width: 840px) {
    #contents{
        margin-top: 80px;
    }
}
/*-----------------------------------
    breadcrumb
-----------------------------------*/
.breadcrumb {
  text-align: right;        /* 右寄せ */
  font-size: 14px;
}

.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;     /* 右寄せ＋横並び */
  align-items: center;
}

.breadcrumb li {
  margin-left: 10px;
}
.breadcrumb li{
    color: #232323;
    font-size: 13px;
    line-height: 3.6;
    letter-spacing: 0.09em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.breadcrumb li:nth-child(1) a{
  text-decoration: underline;  /* TOPなどリンクを下線付きに */
  color: #3FAF37;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.breadcrumb img {
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
    .breadcrumb li{
        color: #232323;
        font-size: 12px;
    }
    .breadcrumb li:nth-child(1) a{
      text-decoration: underline;  /* TOPなどリンクを下線付きに */
      color: #3FAF37;
      font-size: 13px;
    }
}

/*-----------------------------------
    #loewr_title
-----------------------------------*/
.lower_title_wrap{
    display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
    gap: 10px;
    margin: 40px 0 100px;
}
.en_title{
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.jp_title{
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.09em;
    font-weight: 700;
}

.lead_green{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.09em;
    font-weight: 700;
    color: #3FAF37;
    margin-bottom: 50px;
}
.lead_green_sub{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 34px;
    line-height: 1.76;
    letter-spacing: 0.09em;
    font-weight: 700;
    color: #3FAF37;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 840px) {
    .lower_title_wrap{
        gap: 0;
         margin: 20px 0 50px;
    }
    .en_title{
        font-size: 34px;
    }
    .jp_title{
        font-size: 18px;
    }
    .lead_green{
        margin-bottom: 30px;
    }
    .lead_green, .lead_green_sub{
        font-size: 26px;
    }
}
@media screen and (max-width: 640px) {
    .lead_green, .lead_green_sub{
        font-size: 18px;
    }
    .lead_green_sub{
        margin-bottom: 20px;
    }
    .en_title{
        line-height: 1;
    }
}
@media screen and (max-width: 640px) {
    .lead_green{
        margin-bottom: 20px;
    }
}