@charset "utf-8";
#main_visual {
  margin: 0;
  position: relative;
  line-height: 0;
  margin-bottom: 0;
}
#main_visual .slideshow .slide_item img {
  width: 100%;
}
#main_visual .slideshow .slide_item img.sp {
  display: none;
}
@media (max-width: 599px) {
  #main_visual .slideshow .slide_item img.pc {
    display: none;
  }
  #main_visual .slideshow .slide_item img.sp {
    display: inline;
  }
}
#about .container {
  padding: 68px 40px 0;
  margin-bottom: 0;
}
#about .container h1 {
  line-height: 0;
  text-align: center;
  margin-bottom: 16px;
}
#about .container h1 img {
  width: 102px;
}
#about .container .about_info .catch {
  font-size: 14.5px;
  line-height: 38px;
  margin-bottom: 34px;
  letter-spacing: 0.15em;
  text-align: center;
}
#about .container .about_illust {
  line-height: 0;
  text-align: center;
  margin-bottom: 72px;
}
#about .container .about_illust img {
  width: 184px;
}
#about .container .to_about_wrap {
  width: 610px;
  max-width: 100%;
  margin: 0 auto 88px;
  border-top: 1px solid #653309;
  border-bottom: 1px solid #653309;
  padding: 5px 0;
}
#about .container .to_about_wrap .inner {
  border-left: 1px solid #653309;
  border-right: 1px solid #653309;
  padding: 20px 40px;
}
#about .container .to_about_wrap .inner h2 {
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}
#about .container .to_about_wrap .inner h2 img {
  width: 524px;
  max-width: 100%;
}
#about .container .to_about_wrap .inner h2 img.sp {
  display: none;
}
#about .container .to_about_wrap .inner .read_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .container .to_about_wrap .inner .read_content .read {
  font-size: 13px;
  margin-bottom: 0;
  color: #653309;
}
#about .container .to_about_wrap .inner .read_content a {
  display: inline_block;
  line-height: 0;
}
#about .container .to_about_wrap .inner .read_content a img {
  width: 80px;
}
@media (max-width: 599px) {
  #about .container .about_info .catch {
    line-height: 29px;
    text-align: left;
  }
  #about .container .to_about_wrap .inner {
    padding: 20px 30px;
  }
  #about .container .to_about_wrap .inner h2 img.pc {
    display: none;
  }
  #about .container .to_about_wrap .inner h2 img.sp {
    display: inline;
    width: 264px;
  }
  #about .container .to_about_wrap .inner .read_content {
    display: flex;
    flex-direction: column;
  }
  #about .container .to_about_wrap .inner .read_content .read {
    margin-bottom: 20px;
  }
  #about .container .to_about_wrap .inner .read_content a {
    display: inline_block;
    line-height: 0;
  }
  #about .container .to_about_wrap .inner .read_content a img {
    width: 80px;
  }
}
#news {
  margin-top: 45px;
  margin-bottom: 45px;
}
#news .container .news_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#news .container .news_header h1 {
  line-height: 0;
}
#news .container .news_header h1 img {
  width: 170px;
}
#news .container .news_header p {
  font-size: 13px;
  font-weight: bold;
  color: #008134;
  padding: 7px 0 6px 18px;
  border-bottom: 1px solid #93c861;
  width: 634px;
  max-width: 100%;
  letter-spacing: 0.15em;
}
#news .container .news_tbl {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 43px;
}
#news .container .news_tbl tr td {
  font-size: 13px;
  line-height: 26px;
}
#news .container .news_tbl tr td:first-child {
  width: 100px;
}
#news .container .news_tbl tr td a {
  text-decoration: underline;
}
#news .container .posts_wrap {
  display: flex;
  justify-content: space-between;
}
#news .container .posts_wrap .post_wrap {
  width: 380px;
  max-width: 46.798%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#news .container .posts_wrap .post_wrap .post_info {
  width: 180px;
  margin-right: 18px;
}
#news .container .posts_wrap .post_wrap h2 {
  width: 122px;
  background: #009740;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-radius: 30px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding: 7px 0;
}
#news .container .posts_wrap .post_wrap h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background: url("/images/fuki_event.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -55px;
}
#news .container .posts_wrap .post_wrap a {
  display: block;
}
#news .container .posts_wrap .post_wrap a:hover {
  text-decoration: none;
}
#news .container .posts_wrap .post_wrap h3 {
  font-size: 13px;
}
#news .container .posts_wrap .post_wrap .post_description {
  font-size: 10px;
}
#news .container .posts_wrap .post_wrap .more-link {
  font-size: 11px;
  text-align: right;
}
#news .container .posts_wrap .post_wrap .more-link:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
#news .container .posts_wrap .post_wrap .post_img {
  width: calc(100% - 198px);
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center;
  background-size: cover;
  display: block;
}
#news .container .posts_wrap .post_wrap .post_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 879px) {
  #news .container {
    padding: 0 40px;
  }
  #news .container .news_header {
    display: block;
  }
  #news .container .news_header p {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #news .container .news_header {
    flex-direction: column;
  }
  #news .container .news_header p {
    padding: 7px 0 6px 0;
  }
  #news .container .news_tbl tr {
    display: block;
  }
  #news .container .news_tbl tr td {
    display: block;
  }
  #news .container .news_tbl tr td:first-child {
    width: 100%;
  }
  #news .container .posts_wrap {
    display: block;
  }
  #news .container .posts_wrap .post_wrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
  }
}
#blog {
  margin-top: 65px;
  margin-bottom: 65px;
}
#blog .container {
  overflow: visible;
  padding: 0 40px;
}
#blog .container .news_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
#blog .container .news_header h1 {
  line-height: 0;
  position: relative;
}
#blog .container .news_header h1 img {
  width: 170px;
}
#blog .container .news_header h1:before {
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 86px;
  background: url("/images/stamp.png") no-repeat center;
  background-size: contain;
  top: -50px;
  left: -23px;
}
#blog .container .news_header p {
  font-size: 13px;
  font-weight: bold;
  color: #653309;
  padding: 7px 0 6px 18px;
  border-bottom: 1px solid #b09067;
  width: 634px;
  max-width: 100%;
  letter-spacing: 0.15em;
}
#blog .container .news_tbl {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 43px;
}
#blog .container .news_tbl tr td {
  font-size: 13px;
  line-height: 26px;
}
#blog .container .news_tbl tr td:first-child {
  width: 85px;
}
#blog .container .news_tbl tr td a {
  text-decoration: underline;
}
#blog .container .posts_wrap {
  display: flex;
  justify-content: space-between;
}
#blog .container .posts_wrap .post_wrap {
  width: 380px;
  max-width: 47.798%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#blog .container .posts_wrap .post_wrap .post_info {
  width: 180px;
  margin-right: 18px;
}
#blog .container .posts_wrap .post_wrap h2 {
  width: 122px;
  background: #009740;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-radius: 30px;
  line-height: 1em;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding: 7px 0;
}
#blog .container .posts_wrap .post_wrap h2:after {
  content: "";
  display: block;
  width: 50px;
  height: 30px;
  background: url("/images/fuki_event.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: -55px;
}
#blog .container .posts_wrap .post_wrap a {
  display: block;
}
#blog .container .posts_wrap .post_wrap a:hover {
  text-decoration: none;
}
#blog .container .posts_wrap .post_wrap h3 {
  font-size: 13px;
}
#blog .container .posts_wrap .post_wrap .post_description {
  font-size: 10px;
}
#blog .container .posts_wrap .post_wrap .more-link {
  font-size: 11px;
  text-align: right;
}
#blog .container .posts_wrap .post_wrap .more-link:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
#blog .container .posts_wrap .post_wrap .post_img {
  width: calc(100% - 198px);
  background: url("/images/post_thumbnail_dummy.png") no-repeat center;
  background-size: cover;
}
#blog .container .posts_wrap .post_wrap .post_img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 879px) {
  #blog .container .news_header {
    display: block;
  }
  #blog .container .news_header p {
    width: 100%;
  }
}
@media (max-width: 599px) {
  #blog .container .news_header {
    display: block;
  }
  #blog .container .news_header p {
    padding: 7px 0 6px 0;
  }
  #blog .container .news_tbl tr {
    display: block;
  }
  #blog .container .news_tbl tr td {
    display: block;
  }
  #blog .container .posts_wrap {
    display: block;
  }
  #blog .container .posts_wrap .post_wrap {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 30px;
  }
}
#morinowa {
  background: #f2f8e9;
}
#morinowa .container {
  padding: 53px 40px;
  display: flex;
  flex-direction: row-reverse;
}
#morinowa .container .morinowa_index {
  width: 184px;
}
#morinowa .container .morinowa_index h1 {
  display: none;
}
#morinowa .container .morinowa_contents_wrap {
  width: calc(100% - 184px);
  padding-right: 40px;
}
#morinowa .container h1 {
  line-height: 0;
}
#morinowa .container h1 img {
  width: 223px;
  max-width: 100%;
}
#morinowa .container .morinowa_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
#morinowa .container .morinowa_top h1 {
  width: 37.92517%;
}
#morinowa .container .morinowa_top .mag_life {
  width: 56.8027%;
}
#morinowa .container .morinowa_top .mag_life a {
  display: block;
}
#morinowa .container .morinowa_top .mag_life .mag_cat {
  line-height: 0;
}
#morinowa .container .morinowa_top .mag_life .mag_cat img {
  width: 100%;
}
#morinowa .container .morinowa_top .mag_life .mag_cat_title {
  text-align: center;
  line-height: 0;
  padding: 10px 40px;
  background-color: #fff;
}
#morinowa .container .morinowa_top .mag_life .mag_cat_title img {
  width: 240px;
  max-width: 100%;
}
#morinowa .container .morinowa_top .mag_life .post_thumbnail {
  width: 100%;
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center;
  background-size: cover;
  background-color: #333;
}
#morinowa .container .morinowa_top .mag_life .post_thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 60.489%;
}
#morinowa .container .morinowa_top .mag_life .post_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
#morinowa .container .morinowa_top .mag_life .post_info .series_num {
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  background: url("/images/top_mag_number_bg2.svg") no-repeat center;
  background-size: 98% 98%;
  letter-spacing: 0;
  color: #fff;
  max-width: 60px;
}
#morinowa .container .morinowa_top .mag_life .post_info .series_num:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#morinowa .container .morinowa_top .mag_life .post_info .series_num span {
  display: block;
  width: 100%;
  text-align: center;
}
#morinowa .container .morinowa_top .mag_life .post_info .post_title_wrap {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: calc(100% - 60px);
  padding-left: 5px;
}
#morinowa .container .morinowa_top .mag_life .post_info .post_title_wrap time {
  display: block;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
}
#morinowa .container .morinowa_top .mag_life .post_info .post_title_wrap .family_name {
  border-bottom: 1px solid #ed6c00;
  padding-bottom: 3px;
  font-size: 12px;
}
#morinowa .container .morinowa_top .mag_life .post_info .post_title_wrap .post_title {
  font-size: 13px;
  padding-top: 10px;
}
#morinowa .container .morinowa_bottom {
  display: flex;
  margin: 0 -10px;
  justify-content: space-between;
}
#morinowa .container .morinowa_bottom .post_wrap {
  width: 33.33%;
  padding: 0 10px;
}
#morinowa .container .morinowa_bottom .post_wrap a {
  display: block;
}
#morinowa .container .morinowa_bottom .post_wrap a .mag_cat {
  width: 100%;
  line-height: 0;
}
#morinowa .container .morinowa_bottom .post_wrap a .mag_cat img {
  width: 100%;
}
#morinowa .container .morinowa_bottom .post_wrap a .post_thumbnail {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center;
  background-size: cover;
  width: 100%;
}
#morinowa .container .morinowa_bottom .post_wrap a .post_thumbnail:after {
  content: "";
  display: block;
  padding-bottom: 67.4033%;
}
#morinowa .container .morinowa_bottom .post_wrap a time {
  font-size: 10px;
  background-color: #fff;
  letter-spacing: 0.05em;
}
#morinowa .container .morinowa_bottom .post_wrap a .post_title {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background: #fff;
  padding: 10px 3px;
  letter-spacing: 0.05em;
}
#morinowa .container .morinowa_list > li > h2 {
  display: block;
  line-height: 0;
  margin-bottom: 11px;
  padding-bottom: 5px;
}
#morinowa .container .morinowa_list > li > h2 a {
  display: flex;
  align-items: center;
  line-height: 0;
}
#morinowa .container .morinowa_list > li > h2 a span {
  font-size: 10px;
  line-height: 1em;
  margin-left: 1em;
  position: relative;
}
#morinowa .container .morinowa_list > li > h2 a span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
#morinowa .container .morinowa_list > li ul.sub_list {
  margin-bottom: 20px;
}
#morinowa .container .morinowa_list > li ul.sub_list li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 3px;
  line-height: 18px;
}
#morinowa .container .morinowa_list > li ul.sub_list li:last-child {
  margin-bottom: 0;
}
#morinowa .container .morinowa_list > li ul.sub_list li:before {
  content: "・";
  position: absolute;
  left: -3px;
  font-size: 40px;
}
#morinowa .container .morinowa_list > li ul.sub_list li a {
  border-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#morinowa .container .morinowa_list > li.mag_index {
  line-height: 0;
  margin-bottom: 30px;
}
#morinowa .container .morinowa_list > li.mag_all {
  margin-bottom: 20px;
}
#morinowa .container .morinowa_list > li.mag_all h2 {
  border-bottom: 3px solid #653309;
}
#morinowa .container .morinowa_list > li.mag_sp {
  margin-bottom: 20px;
}
#morinowa .container .morinowa_list > li.mag_sp h2 {
  border-bottom: 3px solid #5e9acd;
}
#morinowa .container .morinowa_list > li.mag_sp ul.sub_list li {
  padding-left: 0;
}
#morinowa .container .morinowa_list > li.mag_sp ul.sub_list li:before {
  display: none;
}
#morinowa .container .morinowa_list > li.mag_forest {
  margin-bottom: 20px;
}
#morinowa .container .morinowa_list > li.mag_forest h2 {
  border-bottom: 3px solid #22ac38;
}
#morinowa .container .morinowa_list > li.mag_forest ul li:before {
  color: #22ac38;
}
#morinowa .container .morinowa_list > li.mag_house {
  margin-bottom: 20px;
}
#morinowa .container .morinowa_list > li.mag_house h2 {
  border-bottom: 3px solid #b28247;
}
#morinowa .container .morinowa_list > li.mag_house ul li:before {
  color: #b28247;
}
#morinowa .container .morinowa_list > li.mag_life h2 {
  border-bottom: 3px solid #ed6c00;
}
#morinowa .container .morinowa_list > li.mag_life ul li:before {
  color: #ed6c00;
}
@media (max-width: 599px) {
  #morinowa .container {
    padding: 40px;
    flex-direction: column;
  }
  #morinowa .container .morinowa_index {
    width: 100%;
    margin-bottom: 40px;
  }
  #morinowa .container .morinowa_index h1 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  #morinowa .container .morinowa_contents_wrap {
    width: 100%;
    padding-right: 0;
  }
  #morinowa .container .morinowa_top {
    display: block;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  #morinowa .container .morinowa_top h1 {
    display: none;
  }
  #morinowa .container .morinowa_top .mag_life {
    width: 100%;
  }
  #morinowa .container .morinowa_bottom {
    display: block;
    margin: 0;
  }
  #morinowa .container .morinowa_bottom .post_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #morinowa .container .morinowa_bottom .post_wrap:last-child {
    margin-bottom: 0;
  }
  #morinowa .container .morinowa_bottom .post_wrap a {
    display: flex;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .post_head {
    width: 50%;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .post_info {
    width: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .mag_cat {
    width: 100%;
    line-height: 0;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .mag_cat img {
    width: 100%;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .post_thumbnail {
    background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center;
    background-size: cover;
    width: 100%;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .post_thumbnail:after {
    content: "";
    display: block;
    padding-bottom: 67.4033%;
  }
  #morinowa .container .morinowa_bottom .post_wrap a time {
    font-size: 10px;
    background-color: #fff;
    letter-spacing: 0.05em;
  }
  #morinowa .container .morinowa_bottom .post_wrap a .post_title {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background: #fff;
    padding: 10px 3px;
    letter-spacing: 0.05em;
  }
  #morinowa .container .morinowa_list > li > h2 {
    display: block;
    line-height: 0;
    margin-bottom: 11px;
    padding-bottom: 5px;
  }
  #morinowa .container .morinowa_list > li > h2 a {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  #morinowa .container .morinowa_list > li > h2 a span {
    font-size: 10px;
    line-height: 1em;
    margin-left: 1em;
    position: relative;
  }
  #morinowa .container .morinowa_list > li > h2 a span:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("/images/icon_tri.svg") no-repeat center;
    background-size: contain;
    margin-right: 2px;
    position: relative;
    top: 1px;
  }
  #morinowa .container .morinowa_list > li ul.sub_list {
    margin-bottom: 20px;
  }
  #morinowa .container .morinowa_list > li ul.sub_list li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 3px;
    line-height: 18px;
  }
  #morinowa .container .morinowa_list > li ul.sub_list li:last-child {
    margin-bottom: 0;
  }
  #morinowa .container .morinowa_list > li ul.sub_list li:before {
    content: "・";
    position: absolute;
    left: -3px;
    font-size: 40px;
  }
  #morinowa .container .morinowa_list > li ul.sub_list li a {
    border-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #morinowa .container .morinowa_list > li.mag_index {
    line-height: 0;
    margin-bottom: 30px;
  }
  #morinowa .container .morinowa_list > li.mag_all {
    margin-bottom: 20px;
  }
  #morinowa .container .morinowa_list > li.mag_all h2 {
    border-bottom: 3px solid #653309;
  }
  #morinowa .container .morinowa_list > li.mag_sp {
    margin-bottom: 20px;
  }
  #morinowa .container .morinowa_list > li.mag_sp h2 {
    border-bottom: 3px solid #5e9acd;
  }
  #morinowa .container .morinowa_list > li.mag_sp ul.sub_list li {
    padding-left: 0;
  }
  #morinowa .container .morinowa_list > li.mag_sp ul.sub_list li:before {
    display: none;
  }
  #morinowa .container .morinowa_list > li.mag_forest {
    margin-bottom: 20px;
  }
  #morinowa .container .morinowa_list > li.mag_forest h2 {
    border-bottom: 3px solid #22ac38;
  }
  #morinowa .container .morinowa_list > li.mag_forest ul li:before {
    color: #22ac38;
  }
  #morinowa .container .morinowa_list > li.mag_house {
    margin-bottom: 20px;
  }
  #morinowa .container .morinowa_list > li.mag_house h2 {
    border-bottom: 3px solid #b28247;
  }
  #morinowa .container .morinowa_list > li.mag_house ul li:before {
    color: #b28247;
  }
  #morinowa .container .morinowa_list > li.mag_life h2 {
    border-bottom: 3px solid #ed6c00;
  }
  #morinowa .container .morinowa_list > li.mag_life ul li:before {
    color: #ed6c00;
  }
}
.wood_bg {
  background: url("/images/wood_bg2-min.png") top left;
  background-size: 1000px 350px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.wood_bg .container {
  max-width: 962px;
}
.wood_bg h1 {
  line-height: 0;
  padding: 50px 0;
  text-align: center;
}
.wood_bg h1 img {
  width: 606px;
  max-width: 100%;
}
.wood_bg .inner {
  border-radius: 12px;
  background: #fff;
  padding-bottom: 40px;
}
.wood_bg section h2 {
  padding: 35px 35px 0;
  margin-bottom: 35px;
  text-align: center;
  line-height: 0;
}
.wood_bg section .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 20px;
}
.wood_bg section.model_house h2 div.outer {
  position: relative;
  border-bottom: 4px solid #653309;
  padding-bottom: 4px;
}
.wood_bg section.model_house h2 div.outer > div {
  border-bottom: 1px solid #653309;
  padding-bottom: 10px;
  position: relative;
}
.wood_bg section.model_house h2 img {
  width: 268px;
  max-width: 100%;
}
.wood_bg section.model_house h2 span {
  display: block;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
  padding: 2px 10px;
  border-left: 1px solid #653309;
  border-right: 1px solid #653309;
  height: min-content;
}
.wood_bg section.model_house h2 span img {
  width: 156px;
}
.wood_bg section.model_house .catch {
  color: #653309;
  font-weight: 600;
  font-family: 'Noto Serif JP';
  letter-spacing: 0.1em;
}
.wood_bg section .model_house2_wrap {
  padding: 0 40px;
  display: flex;
  margin: 0 -20px 25px;
  flex-direction: column;
}
.wood_bg section .model_house2_wrap section {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.wood_bg section .model_house2_wrap section:last-child {
  margin-bottom: 0;
}
.wood_bg section .model_house2_wrap .model_catch {
  background-color: #653309;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
}
.wood_bg section .model_house2_wrap .inner {
  background-color: #fbf2db;
  padding: 25px 38px;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
}
.wood_bg section .model_house2_wrap .inner_left {
  width: calc(100% - 348px - 36px);
  max-width: 100%;
}
.wood_bg section .model_house2_wrap h3 {
  line-height: 0;
  text-align: center;
  margin: 0 0 15px;
}
.wood_bg section .model_house2_wrap h3 img {
  width: 361px;
  max-width: 100%;
}
.wood_bg section .model_house2_wrap .model_house_img {
  line-height: 0;
  text-align: center;
}
.wood_bg section .model_house2_wrap .model_house_img img {
  width: 348px;
  max-width: 100%;
}
.wood_bg section .model_house2_wrap .model_house_img.sp {
  display: none;
}
.wood_bg section .model_house2_wrap .description {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.wood_bg section .model_house2_wrap .to_details {
  text-align: center;
  margin-top: 20px;
  line-height: 0;
}
.wood_bg section .model_house2_wrap .to_details a {
  display: inline-block;
  line-height: 0;
  margin: 0 7px;
}
.wood_bg section .model_house2_wrap .to_details img {
  height: 24px;
}
.wood_bg section .model_house2_wrap a {
  display: block;
}
.wood_bg section.creative_5points h2 div.outer {
  position: relative;
  border-bottom: 4px solid #006934;
  padding-bottom: 4px;
}
.wood_bg section.creative_5points h2 div.outer > div {
  border-bottom: 1px solid #006934;
  padding-bottom: 10px;
  position: relative;
}
.wood_bg section.creative_5points h2 img {
  width: 329px;
  max-width: 100%;
}
.wood_bg section.creative_5points h2 span {
  display: block;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
  padding: 2px 10px;
  border-left: 1px solid #006934;
  border-right: 1px solid #006934;
  height: min-content;
}
.wood_bg section.creative_5points h2 span img {
  width: 156px;
}
.wood_bg section.creative_5points .catch {
  color: #006934;
  font-weight: 600;
  font-family: 'Noto Serif JP';
  letter-spacing: 0.1em;
}
.wood_bg section.creative_5points .for_details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.wood_bg section.creative_5points .for_details .for_details_text {
  width: 504px;
  max-width: 100%;
}
.wood_bg section.creative_5points .for_details .for_details_text.sp {
  display: none;
}
.wood_bg section.creative_5points .for_details a {
  display: inline-block;
  line-height: 0;
  margin-left: 15px;
}
.wood_bg section.creative_5points .for_details a img {
  width: 80px;
}
.wood_bg section.creative_5points .note_style_bg {
  background: url("/images/note_bg.png") center;
  background-size: 11px 11px;
  padding: 50px 90px 10px;
}
.wood_bg section.creative_5points .note_style_bg section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wood_bg section.creative_5points .note_style_bg section .point_info {
  width: 354px;
}
.wood_bg section.creative_5points .note_style_bg section .point_info h3 {
  line-height: 0;
  margin-bottom: 15px;
}
.wood_bg section.creative_5points .note_style_bg section .point_info h3 img {
  width: 354px;
  max-width: 100%;
}
.wood_bg section.creative_5points .note_style_bg section .point_info p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13.5px;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.wood_bg section.creative_5points .note_style_bg section .point_img {
  width: calc(100% - 354px - 35px);
}
.wood_bg section.creative_5points .note_style_bg section .point_img:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.6364%;
}
.wood_bg section.creative_5points .note_style_bg section:nth-child(1) .point_img {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center top;
  background-size: contain;
}
.wood_bg section.creative_5points .note_style_bg section:nth-child(2) .point_img {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center top;
  background-size: contain;
}
.wood_bg section.creative_5points .note_style_bg section:nth-child(3) .point_img {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center top;
  background-size: contain;
}
.wood_bg section.creative_5points .note_style_bg section:nth-child(4) .point_img {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center top;
  background-size: contain;
}
.wood_bg section.creative_5points .note_style_bg section:nth-child(5) .point_img {
  background: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7") no-repeat center top;
  background-size: contain;
}
.wood_bg section.creative_5points .note_style_bg section:last-child {
  margin-bottom: 40px;
}
.wood_bg section.creative_5points .note_style_bg .point_last_img {
  text-align: center;
  line-height: 0;
}
.wood_bg section.creative_5points .note_style_bg .point_last_img img {
  width: 169px;
  max-width: 100%;
}
@media (max-width: 860px) {
  .wood_bg section.model_house h2 div.outer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wood_bg section.model_house h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .wood_bg section.creative_5points h2 div.outer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wood_bg section.creative_5points h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .wood_bg section.creative_5points .note_style_bg {
    padding: 50px 50px 10px;
  }
}
@media (max-width: 599px) {
  .wood_bg {
    background: url("/images/wood_bg2_sp-min.png") top left;
    background-size: 375px 350px;
  }
  .wood_bg h1 {
    padding: 50px 20px;
  }
  .wood_bg section .catch {
    text-align: left;
  }
  .wood_bg section.model_house h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .wood_bg section .model_house2_wrap {
    display: block;
  }
  .wood_bg section .model_house2_wrap section {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .wood_bg section .model_house2_wrap section:last-child {
    margin-bottom: 0;
  }
  .wood_bg section .model_house2_wrap .inner {
    flex-direction: column-reverse;
  }
  .wood_bg section .model_house2_wrap .inner_left {
    width: 100%;
  }
  .wood_bg section .model_house2_wrap h3 {
    margin: 0 0 15px;
  }
  .wood_bg section .model_house2_wrap .model_house_img {
    display: none;
  }
  .wood_bg section .model_house2_wrap .model_house_img.sp {
    display: block;
    margin-bottom: 15px;
  }
  .wood_bg section .model_house2_wrap .to_details a {
    margin: 0 7px 10px;
  }
  .wood_bg section .model_house2_wrap .to_details a:last-child {
    margin-bottom: 0;
  }
  .wood_bg section.creative_5points h2 span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
  }
  .wood_bg section.creative_5points .catch {
    margin-bottom: 40px;
  }
  .wood_bg section.creative_5points .for_details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wood_bg section.creative_5points .for_details .for_details_text.pc {
    display: none;
  }
  .wood_bg section.creative_5points .for_details .for_details_text.sp {
    display: inline;
    width: 270px;
    max-width: 100%;
  }
  .wood_bg section.creative_5points .for_details a {
    margin-top: 25px;
  }
  .wood_bg section.creative_5points .for_details a img {
    width: 80px;
  }
  .wood_bg section.creative_5points .note_style_bg {
    padding: 35px 35px 10px;
  }
  .wood_bg section.creative_5points .note_style_bg section {
    display: block;
  }
  .wood_bg section.creative_5points .note_style_bg section .point_info {
    width: 100%;
    margin-bottom: 15px;
  }
  .wood_bg section.creative_5points .note_style_bg section .point_img {
    width: 100%;
  }
  .wood_bg section.creative_5points .note_style_bg section:nth-child(1) .point_img {
    background: url("/images/top_point_img1.png") no-repeat center top;
    background-size: contain;
  }
  .wood_bg section.creative_5points .note_style_bg section:nth-child(2) .point_img {
    background: url("/images/top_point_img2.png") no-repeat center top;
    background-size: contain;
  }
  .wood_bg section.creative_5points .note_style_bg section:nth-child(3) .point_img {
    background: url("/images/top_point_img3.png") no-repeat center top;
    background-size: contain;
  }
  .wood_bg section.creative_5points .note_style_bg section:nth-child(4) .point_img {
    background: url("/images/top_point_img4.png") no-repeat center top;
    background-size: contain;
  }
  .wood_bg section.creative_5points .note_style_bg section:nth-child(5) .point_img {
    background: url("/images/top_point_img5.png") no-repeat center top;
    background-size: contain;
  }
  .wood_bg section.creative_5points .note_style_bg section:last-child {
    margin-bottom: 40px;
  }
  .wood_bg section.creative_5points .note_style_bg .point_last_img {
    text-align: center;
    line-height: 0;
  }
  .wood_bg section.creative_5points .note_style_bg .point_last_img img {
    width: 169px;
    max-width: 100%;
  }
}
.partner_wrap {
  padding-bottom: 30px;
}
.partner_wrap .container {
  max-width: 962px;
}
.partner_wrap .inner {
  border-radius: 12px;
  background: #fff;
  padding-bottom: 40px;
}
.partner_wrap section h2 {
  padding: 35px 35px 0;
  margin-bottom: 35px;
  text-align: center;
  line-height: 0;
}
.partner_wrap section .partner {
  text-align: center;
  padding: 0 40px;
  max-width: 892px;
  width: 100%;
  margin: 0 auto 25px;
}
.partner_wrap section .partner .partner_inner {
  background: #008134;
  padding: 5px 20px;
}
.partner_wrap section .partner img {
  width: 344px;
  max-width: 100%;
}
.partner_wrap section .partner img.sp {
  display: none;
}
.partner_wrap section .partners {
  max-width: 892px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.partner_wrap section .partners section {
  width: 370px;
}
.partner_wrap section .partners h3 {
  line-height: 0;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #006934;
  margin-bottom: 25px;
}
.partner_wrap section .partners h3 img {
  height: 16px;
}
.partner_wrap section .partners .partner_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.partner_wrap section .partners .partner_details img {
  width: 139px;
}
.partner_wrap section .partners .partner_details p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 15px;
  width: 208px;
}
.partner_wrap section .partners .partner_details p span {
  font-size: 11px;
}
.partner_wrap section .partners .partner_details p a {
  text-decoration: underline;
}
@media (max-width: 920px) {
  .partner_wrap section .partners section {
    width: 46%;
  }
  .partner_wrap section .partners .partner_details {
    display: block;
  }
  .partner_wrap section .partners .partner_details img {
    width: 100%;
  }
  .partner_wrap section .partners .partner_details p {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .partner_wrap section .partner {
    background: #008134;
    text-align: center;
    padding: 5px 0;
    max-width: 812px;
    margin: 0 auto 25px;
  }
  .partner_wrap section .partner img {
    width: 344px;
    max-width: 100%;
  }
  .partner_wrap section .partner img.pc {
    display: none;
  }
  .partner_wrap section .partner img.sp {
    display: inline;
    width: 208px;
  }
  .partner_wrap section .partners {
    display: block;
  }
  .partner_wrap section .partners section {
    width: 100%;
    margin-bottom: 30px;
  }
  .partner_wrap section .partners section:last-child {
    margin-bottom: 0;
  }
  .partner_wrap section .partners .partner_details {
    display: block;
  }
  .partner_wrap section .partners .partner_details img {
    width: 100%;
  }
  .partner_wrap section .partners .partner_details p {
    margin-top: 20px;
  }
}
.footer_nav {
  background: url("/images/wood_bg2-min.png") top left;
  background-size: 1000px 350px;
}
@media (max-width: 599px) {
  .footer_nav {
    background: url("/images/wood_bg2_sp-min.png") top left;
    background-size: 375px 350px;
  }
}
.webp #opening_wrap {
  background-color: #fffcf7;
}
.no-webp #opening_wrap {
  background-color: #fffcf7;
}
#opening_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  opacity: 1;
  transition: opacity 1s linear;
  top: 0;
  padding: 20px;
}
#opening_wrap.animating {
  opacity: 0;
  z-index: 999;
}
#opening_wrap.animated {
  opacity: 0;
  z-index: -1;
  transition: unset;
}
#opening_wrap.anim-before:before {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#opening_wrap.anim-after:before {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
#opening_wrap:before {
  content: "";
  display: block;
  background: inherit;
  position: absolute;
  z-index: -1;
}
#opening_wrap .text {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  position: relative;
  z-index: 1;
}
#opening_wrap .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
#brand.anim-before {
  opacity: 0;
}
.toggle.anim-before {
  opacity: 0;
}
#main_visual.anim-before {
  opacity: 0;
}
.header_fixed.anim-before {
  opacity: 0;
}
#works {
  margin-top: 45px;
  margin-bottom: 45px;
}
#works .container {
  position: relative;
  max-width: unset;
  overflow: visible;
}
#works h1 {
  text-align: center;
  line-height: 0;
  margin-bottom: 45px;
}
#works h1 img {
  width: 218px;
}
#works #gallery {
  margin-bottom: 45px;
}
#works #gallery .inner {
  position: relative;
}
#works .btn_wrap {
  margin-bottom: 80px;
}
#works .btn_wrap nav {
  text-align: center;
}
#works .btn_wrap nav a {
  display: inline-block;
  line-height: 1em;
  padding: 1em 3em;
  border: 1px solid #231815;
}
#works .swiper-button-next,
#works .swiper-button-prev {
  position: absolute;
  cursor: pointer;
  top: calc((100% - 31px) / 2);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  background: #653309;
}
#works .swiper-button-next:after,
#works .swiper-button-prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  border: 5px solid transparent;
  border-right: 8px solid #fff;
}
#works .swiper-button-next {
  right: -8px;
}
#works .swiper-button-next:after {
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  margin-left: -2px;
}
#works .swiper-button-prev {
  left: -8px;
}
#works .swiper-button-prev:after {
  margin-left: -10px;
}
@media (max-width: 599px) {
  #works h1 {
    text-align: left;
    padding-left: 7px;
  }
  #works h1 img {
    width: 130px;
  }
  #works .btn_wrap {
    margin-bottom: 20px;
  }
  #works .swiper-button-next,
  #works .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  #works .swiper-button-next {
    right: -6px;
  }
  #works .swiper-button-prev {
    left: -6px;
  }
}
/* .card-column {
  display: flex;
  justify-content: space-between;
} */
.card {
  width: 33.3333%;
  padding: 0 12px;
}
@media (max-width: 599px) {
  .card {
    padding: 0 8px;
  }
  .card:last-child {
    margin-bottom: 0;
  }
}
.case-study {
  width: 100%;
}
.description {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-start;
}
.type {
  font-size: 12px;
  padding-bottom: 3px;
  line-height: 1em;
  border-bottom: 1px solid #653309;
  margin-top: 9px;
  color: #653309;
}
.case-study {
  display: block;
  background-size: cover;
}
.case-study:after {
  content: "";
  display: block;
  padding-bottom: 66.6666%;
}
@media screen and (max-width: 599px) {
  .card {
    width: 100%;
  }
}
.recruit_bnr {
  line-height: 0;
  margin-bottom: 45px;
}
.recruit_bnr a {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.recruit_bnr a picture {
  width: 100%;
  display: block;
}
.recruit_bnr a picture img {
  width: 100%;
}
