@charset "UTF-8";
/*company*/
#company table {
  width: 1200px;
  margin: 0 auto;
}

#company th, #company td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b7b7b7;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 30px;
}

#company th {
  background: #5dc700;
  width: 250px;
  color: #fff;
  border-color: #fff;
}

#company iframe {
  width: 1200px;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #5dc700;
  display: block;
  margin: 0 auto;
}

#company a {
  margin-left: 50px;
}

/*news*/
#news .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  border-right: 1px solid #000;
  padding-left: 35px;
  padding-right: 65px;
}
#news .item .over {
  width: 200px;
  position: relative;
  margin-bottom: 20px;
}
#news .item .img_box {
  width: 100%;
  overflow: hidden;
}
#news .item .img {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#news .item .time {
  font-size: 14px;
  line-height: 1;
}
#news .item h2 {
  font-size: 16px;
  margin: 10px 0 15px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#news .item .text {
  font-size: 14px;
  line-height: 1.5;
}
#news .item .more_btn {
  position: absolute;
  bottom: 20px;
  right: -100px;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news .item .more_btn p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .item .more_btn::after {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: 100%;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .item i {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
}
#news .item svg {
  height: 1em;
  overflow: hidden;
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .item:hover .img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#news .item:hover h2 {
  color: #5dc700;
}
#news .item:hover .more_btn p {
  color: #5dc700;
}
#news .item:hover i svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #5dc700;
}
#news .item:hover .more_btn::after {
  width: 0;
  left: auto;
  right: 0;
}
#news .inner .item:nth-child(1) {
  border-left: 1px solid #000;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#news .inner .item:nth-child(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#news .inner .item:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

#single_news .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 5px solid #c6c6c6;
  padding: 30px;
}
#single_news h1 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#single_news h1 span {
  margin-right: 5px;
  margin-top: 5px;
  font-size: 12px;
}
#single_news .text {
  font-size: 16px;
  line-height: 2;
}

/*contact*/
#contact .txt01 {
  font-size: 18px;
  line-height: 1;
  margin-top: 60px;
}
#contact .tel {
  font-size: 40px;
  line-height: 1;
  margin: 10px auto 60px;
}
#contact .tel span {
  font-size: 70px;
}
#contact table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #5dc700;
  width: 1200px;
  margin: 0 auto;
}
#contact table th, #contact table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #5dc700;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0 40px 40px;
  vertical-align: middle;
}
#contact table th {
  font-size: 20px;
  position: relative;
  width: 265px;
}
#contact table td {
  padding-right: 40px;
}
#contact table .essential {
  color: #5dc700;
}
#contact table input, #contact table textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  border: none;
  background: #eee;
  outline: none;
  font-size: 16px;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: bold;
}
#contact table textarea {
  padding: 16px;
  font-weight: bold;
  height: 250px;
}
#contact .form_btn {
  border: none;
  outline: none;
  background: #5dc700;
  color: #fff;
  margin: 80px auto 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: bold;
  width: 600px;
  height: 80px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
#contact .thanks {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
#contact .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#contact .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
#contact .wpcf7 form.invalid .wpcf7-response-output, #contact .wpcf7 form.unaccepted .wpcf7-response-output, #contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  width: 1200px;
  margin: auto;
  padding: 0;
  font-size: 14px;
  color: #ff0000;
}
#contact .cautionary_txt {
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  color: #ff0000;
  text-align: center;
}
#contact .cautionary_txt.cautionary_txt01 {
  margin-bottom: 70px;
}

/*about*/
.about .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #fff;
  opacity: 0.3;
  top: 0;
  left: 0;
  position: absolute;
}
.about .txt_box {
  position: absolute;
}
.about .txt01 {
  font-size: 18px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #fff;
  padding: 0 25px 25px;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.about .txt02 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.about .txt03 {
  font-size: 65px;
  line-height: 1;
  letter-spacing: 7px;
}
.about .box01 {
  position: relative;
}
.about .box01 h2 {
  font-size: 35px;
  margin-bottom: 50px;
  padding: 15px 0 20px;
  background: #5dc700;
  letter-spacing: 5px;
}
.about .box01 .sub_text {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 50px;
}
.about .link_box {
  width: 650px;
  margin-top: 80px;
}
.about .link_box a:nth-child(2n) {
  margin-left: 50px;
}
.about .link_box a:nth-child(n+3) {
  margin-top: 50px;
}
.about .con01 .left_box {
  min-width: 645px;
  margin-right: 50px;
}
.about .con01 .subimage {
  margin-top: 20px;
}
.about .con01 .subimage li {
  width: 160px;
  cursor: pointer;
}
.about .con01 .subimage li p {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.about .con01 .subimage li:nth-child(n+2) {
  margin-left: 20px;
}
.about .con01 .right_box {
  position: relative;
  width: 100%;
}
.about .con01 .right_box h3 {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.3;
}
.about .con01 .right_box .icon_text {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 5px;
  opacity: 0.15;
}
.about .con01 .right_box .right_box_txt02 {
  font-size: 20px;
  padding-top: 30px;
  line-height: 1;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #5dc700;
}
.about .con01 .table_title {
  font-size: 20px;
  line-height: 1;
  background: #5dc700;
  padding: 15px 0 12px;
  margin-top: 50px;
}
.about .con01 .table_u_text01 {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 16px;
}
.about .con01 .table01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #5dc700;
  width: 100%;
}
.about .con01 .table01 th {
  font-size: 16px;
  padding: 10px;
  background: #fff;
  border-bottom: 3px solid #5dc700;
  border-right: 3px solid #5dc700;
  font-weight: bold;
  line-height: 1.5;
}
.about .con01 .table01 td {
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #5dc700;
  padding: 10px;
  vertical-align: middle;
}
.about .con01 .under_table_box {
  margin-top: 50px;
}
.about .con01 .table02 {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #5dc700;
  border-bottom: none;
}
.about .con01 .table02 .tr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #5dc700;
}
.about .con01 .table02 .th {
  font-size: 16px;
  min-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 3px solid #5dc700;
}
.about .con01 .table02 .td {
  width: 100%;
}
.about .con01 .table02 .td p {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #5dc700;
  padding: 25px 0;
}
.about .con01 .table02 .td p:nth-child(2) {
  border-bottom: none;
}
.about .con01 .table02 .td:nth-of-type(1) {
  min-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about .con01 .table02 .td:nth-of-type(2) {
  border-left: 3px solid #5dc700;
}
.about .con01 .table02 .sp_td {
  display: none;
}
.about .con01 .smoke_table .td p {
  border-bottom: none;
}
.about .con01 .under {
  margin-top: 50px;
}
.about .con01 .under .under_text01 {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 2px;
}
.about .con01 .under .under_text02 {
  font-size: 20px;
  line-height: 1;
  font-weight: 100;
  margin: 10px auto 25px;
  letter-spacing: 2px;
}
.about .con01 .under .under_text03 {
  font-size: 18px;
  line-height: 1.7;
}
.about .con01 .under .n_txt01 {
  margin-top: 20px;
}
.about .con01 .one_table {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #5dc700;
}
.about .con01 .table03_title {
  font-size: 20px;
  line-height: 1;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  margin-top: 30px;
}
.about .con01 .table03 {
  background: #cacaca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-top: 3px solid #fff;
}
.about .con01 .table03 th, .about .con01 .table03 td {
  font-size: 16px;
  line-height: 2;
  padding: 20px;
  width: 50%;
}
.about .con01 .table03 th {
  border-right: 3px solid #fff;
}
.about .con01 .table03 .th01 {
  background: #5dc700;
  border-bottom: 3px solid #fff;
  font-size: 20px;
  padding: 15px 0;
  border-right: 3px solid #fff;
}
.about .con01 .table03 .td01 {
  background: #2b5b00;
  border-bottom: 3px solid #fff;
  font-size: 20px;
  padding: 15px 0;
}
.about .con01 .table03_one {
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
  background: #cacaca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 3px solid #fff;
  width: 100%;
}
.about .con01 .table04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #5dc700;
  background: #fff;
  width: 100%;
  margin-top: 50px;
  border-bottom: none;
}
.about .con01 .table04 th {
  font-size: 20px;
  line-height: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #5dc700;
  width: 300px;
}
.about .con01 .table04 td {
  font-size: 20px;
  line-height: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid #5dc700;
  border-left: 3px solid #5dc700;
  width: 450px;
}
.about .con01 .table04 .tr01 {
  background: #5dc700;
}
.about .con01 .table04 .tr01 th {
  border: none;
}
.about .con01 .table04 .tr01 td {
  font-size: 20px;
  line-height: 1;
  padding: 16px 0;
  border-left: 3px solid #fff;
  border-bottom: none;
}

#living .link_box {
  width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#living .link_box a:nth-child(2) {
  margin: 0 50px;
}
#living .link_box a:nth-child(n+3) {
  margin-top: 0;
}
#living .link_box a:nth-child(n+4) {
  margin-top: 50px;
}
#living .link_box a:nth-child(4) {
  margin-right: 50px;
  margin-left: 0;
}

#building .right_box_txt02 {
  line-height: 1.7;
}
#building .right_box_sub p {
  font-size: 20px;
  line-height: 1;
  margin-top: 30px;
}
#building .right_box_sub ul {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}