@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#footer .f_b {
  margin-top: 0;
}
@media screen and (max-width: 818px) {
  p {
    line-height: 1.6 !important;
  }
}
.privacy .inner {
  max-width: 960px;
  padding-top: 100px;
  padding-bottom: 225px;
}
@media screen and (max-width: 818px) {
  .privacy .inner {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
.privacy p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.785;
}
@media screen and (max-width: 818px) {
  .privacy p {
    line-height: 1.4;
  }
}
#news {
  position: relative;
  z-index: 10;
}
#news .sub_ttl {
  color: #282A29;
}
#news .news_archive .inner {
  padding-top: 45px;
}
@media screen and (max-width: 818px) {
  #news .news_archive .inner {
    padding-top: 25px;
  }
}
#news .news_archive .pagination {
  margin-bottom: 0;
}
#news .news_content .inner {
  padding-top: 45px;
}
@media screen and (max-width: 818px) {
  #news .news_content .inner {
    padding-top: 25px;
  }
}
#news .news_content .news_list_a {
  margin: auto;
  margin-top: 90px;
  display: flex;
  width: fit-content;
  column-gap: 140px;
}
@media screen and (max-width: 818px) {
  #news .news_content .news_list_a {
    width: 100%;
    column-gap: 0;
    justify-content: space-between;
    margin-top: 40px;
  }
}
#news .news_content .news_list_a .list_l a {
  position: relative;
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: fit-content;
  padding-left: 18px;
}
@media screen and (max-width: 818px) {
  #news .news_content .news_list_a .list_l a {
    font-size: 12px;
    padding-left: 12px;
  }
}
#news .news_content .news_list_a .list_l a::after {
  color: #A0C916;
  position: absolute;
  content: "<";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .news_content .news_list_a .list_r a {
  position: relative;
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: fit-content;
  padding-right: 18px;
}
@media screen and (max-width: 818px) {
  #news .news_content .news_list_a .list_r a {
    font-size: 12px;
    padding-right: 12px;
  }
}
#news .news_content .news_list_a .list_r a::after {
  color: #A0C916;
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .news_content .sing_ttl {
  text-align: left;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  #news .news_content .sing_ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#news .news_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #news .news_content p {
    font-size: 14px;
  }
}
#news .news_content h2 {
  text-align: left;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 4px solid #AEBA19;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  #news .news_content h2 {
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #AEBA19;
  }
}
#news .news_content h3 {
  text-align: left;
  font-family: "Kiwi Maru", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  #news .news_content h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
#news .news_content .tag_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  #news .news_content .tag_box {
    margin-bottom: 7px;
  }
}
#news .news_content .tag_box .tag_item {
  width: fit-content;
}
#news .news_content .tag_box .tag_item li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 12px 11px 12px;
  color: #ffffff;
  background: #A0C916;
  border-radius: 5px;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 818px) {
  #news .news_content .tag_box .tag_item li {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 3px;
  }
}
#news .news_content .tag_box .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
}
@media screen and (max-width: 818px) {
  #news .news_content .tag_box .date {
    font-size: 12px;
  }
}
#news .news_list {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 818px) {
  #news .news_list {
    margin-top: 0;
    display: block;
  }
}
#news .news_list li {
  width: calc(50% - 25px);
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 818px) {
  #news .news_list li + li {
    margin-top: 25px;
  }
}
#news .news_list li a {
  display: block;
}
#news .news_list li .more_btn_gray {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 818px) {
  #news .news_list li {
    width: 100%;
  }
}
#news .news_list li .txt_item {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
#news .news_list li .txt_item .ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  #news .news_list li .txt_item .ttl {
    font-size: 16px;
    margin-top: 5px;
  }
}
#news .news_list li .txt_item .tag_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  #news .news_list li .txt_item .tag_box {
    margin-bottom: 7px;
  }
}
#news .news_list li .txt_item .tag_box .tag_item {
  width: fit-content;
}
#news .news_list li .txt_item .tag_box .tag_item li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 12px 11px 12px;
  color: #ffffff;
  background: #A0C916;
  border-radius: 5px;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 818px) {
  #news .news_list li .txt_item .tag_box .tag_item li {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 3px;
  }
}
#news .news_list li .txt_item .tag_box .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
}
@media screen and (max-width: 818px) {
  #news .news_list li .txt_item .tag_box .date {
    font-size: 12px;
  }
}
#news .news_list li .img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  #news .news_list li .img {
    margin-bottom: 10px;
  }
}
#news .news_list li .img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#news .news_sing .inner {
  padding-bottom: 105px;
  display: flex;
}
@media screen and (max-width: 818px) {
  #news .news_sing .inner {
    padding-bottom: 55px;
    display: block;
  }
}
#news .news_sing .sider {
  text-align: left;
  width: 430px;
  padding-left: 95px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider {
    margin-top: 50px;
    width: 100%;
    padding-left: 0;
  }
}
#news .news_sing .sider .tag_item {
  display: flex;
  margin-right: 15px;
  margin-bottom: 12px;
}
#news .news_sing .sider .tag_item li {
  background: #000000;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  width: fit-content;
  display: block;
  padding: 0 10px;
  margin-right: 10px;
}
#news .news_sing .sider .tag_item li:last-child {
  margin-right: 0;
}
#news .news_sing .sider a {
  color: #000000;
}
#news .news_sing .sider .p_t_s_30 {
  padding-top: 30px;
  background-image: linear-gradient(to right, #3C996D 1px, transparent 3px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .p_t_s_30 {
    margin-top: 20px;
    padding-top: 20px;
  }
}
#news .news_sing .sider .sider_ttl {
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .sider_ttl {
    margin-bottom: 10px;
  }
}
#news .news_sing .sider .new_list ul {
  display: block;
}
#news .news_sing .sider .new_list ul li {
  border-bottom: 1px solid #3C996D;
  padding-bottom: 15px;
}
#news .news_sing .sider .new_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#news .news_sing .sider .new_list ul li + li {
  margin-top: 15px;
}
#news .news_sing .sider .new_list ul li a {
  font-family: "Kiwi Maru", serif;
  display: flex;
}
#news .news_sing .sider .new_list ul li a .img {
  width: 44.5%;
  padding-right: 10px;
}
#news .news_sing .sider .new_list ul li a .txt_e {
  width: 55.5%;
}
#news .news_sing .sider .new_list ul li a .txt_e .date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #3C996D;
  text-align: left;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .new_list ul li a .txt_e .date {
    font-size: 10px;
  }
}
#news .news_sing .sider .new_list ul li a .txt_e .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.428;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .new_list ul li a .txt_e .txt {
    font-size: 12px;
    margin-top: 5px;
  }
}
#news .news_sing .sider .cat_list li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  padding: 9px 12px 11px 12px;
  color: #ffffff;
  background: #A0C916;
  border-radius: 5px;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .cat_list li a {
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 3px;
  }
}
#news .news_sing .sider .cat_list li + li {
  margin-top: 11px;
}
#news .news_sing .sider .archive_list ul {
  padding-left: 6px;
}
#news .news_sing .sider .archive_list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .archive_list li + li {
    margin-top: 5px;
  }
}
#news .news_sing .sider .archive_list li a {
  color: #3C996D;
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .archive_list li a {
    font-size: 12px;
  }
}
#news .news_sing .sider .archive_list li a + a {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .sider .archive_list li a + a {
    margin-top: 5px;
  }
}
#news .news_sing .archive_a a {
  display: block;
  color: #3C996D;
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  #news .news_sing .archive_a a {
    font-size: 12px;
  }
}
#news .news_sing .archive_a a + a {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .archive_a a + a {
    margin-top: 5px;
  }
}
#news .news_sing .main {
  width: calc(100% - 430px);
}
@media screen and (max-width: 818px) {
  #news .news_sing .main {
    width: 100%;
  }
}
#news .news_sing .tag_box {
  display: flex;
  flex-wrap: wrap;
}
#news .news_sing .tag_box .date {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  #news .news_sing .tag_box .date {
    font-size: 12px;
  }
}
#news .news_sing .main_img {
  margin-top: 20px;
}
#news .news_sing .main_img img {
  width: 100%;
}
#news .news_sing .content {
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  #news .news_sing .content {
    font-weight: 400;
  }
}
#news .news_sing .content ul {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .content ul {
    margin-top: 30px;
  }
}
#news .news_sing .content ul li {
  padding-left: 18px;
  text-align: left;
  line-height: 1.68;
  position: relative;
}
#news .news_sing .content ul li + li {
  margin-top: 12px;
}
#news .news_sing .content ul li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000000;
}
#news .news_sing .content ol {
  padding-inline-start: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .content ol {
    margin-top: 30px;
  }
}
#news .news_sing .content ol li {
  padding-left: 5px;
  text-align: left;
  line-height: 1.68;
  position: relative;
}
#news .news_sing .content ol li + li {
  margin-top: 12px;
}
#news .news_sing .content table {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  #news .news_sing .content table {
    margin-top: 30px;
  }
}
#news .news_sing .content table th {
  text-align: left;
  background: #000000;
  color: #ffffff;
  padding: 15px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
#news .news_sing .content table td {
  text-align: left;
  padding: 15px;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
