@charset "UTF-8";
#company .table01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1fa23b;
}
#company .table01 tr th, #company .table01 tr td {
  font-size: 20px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b7b7b7;
  padding: 20px 25px;
  vertical-align: middle;
  font-weight: 500;
}
#company .table01 tr th {
  background: #1fa23b;
  border-bottom: 1px solid #fff;
  width: 250px;
  color: #fff;
}
#company .box02 .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .box02 .table02 {
  border-collapse: separate;
  border-spacing: 0 12px;
}
#company .box02 .table02 tr th {
  font-size: 16px;
  line-height: 1;
  background: #1fa23b;
  position: relative;
  color: #fff;
  padding: 5px 15px;
  vertical-align: middle;
}
#company .box02 .table02 tr td {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  padding-left: 20px;
  font-weight: 600;
}
#company .box02 .table02 tr:nth-of-type(n + 2) th::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
  background: #000;
}
#company .box03 .text {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 60px;
  font-weight: bold;
}
#company .box04 iframe {
  width: 100%;
  height: 450px;
  margin-top: 85px;
}
#company .box05 .inner {
  text-align: left;
  margin-top: 80px;
}
#company .box05 .inner a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  background: #1fa23b;
  margin-right: 20px;
  padding: 25px 20px;
  position: relative;
  width: 386px;
  color: #fff;
  font-weight: 500;
}
#company .box05 .inner a span {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#company .box05 .inner a:nth-of-type(2n) {
  background: #086e1e;
}
#company .box05 .inner a:nth-of-type(3n) {
  margin-right: 0;
}
#company .box05 .inner a:nth-of-type(n + 4) {
  margin-top: 20px;
}

#blog .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0;
  border-bottom: 1px solid #1fa23b;
  position: relative;
}
#blog .item:nth-of-type(1) {
  padding-top: 0;
}
#blog .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  background: #1fa23b;
  width: 110px;
  height: 5px;
}
#blog .item .over {
  line-height: 1;
  font-size: 16px;
}
#blog .item .over .tag {
  margin-left: 10px;
  width: 60px;
  height: 20px;
}
#blog .item .over .tag.Blog {
  background: #086e1e;
}
#blog .item .over .tag.News {
  background: #1fa23b;
}
#blog .item .over h3 {
  margin-left: 10px;
}
#blog .item .text {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
#blog .item:hover {
  opacity: 0.7s;
}

#single_blog .box {
  background: #f8f8f8;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
}
#single_blog .box .over {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
#single_blog .box .over .tag {
  padding: 3px 7px;
  margin-left: 10px;
}
#single_blog .box .over .tag.Blog {
  background: #086e1e;
}
#single_blog .box .over .tag.News {
  background: #1fa23b;
}
#single_blog .box h1 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}
#single_blog .box .text {
  font-size: 16px;
  line-height: 1.8;
}

.navigation .nav_btn .btn {
  width: 150px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.navigation .nav_btn .btn.next {
  background: #1fa23b;
}
.navigation .nav_btn .btn.previous {
  background: #086e1e;
}
.navigation .nav_btn .btn:nth-of-type(2) {
  margin-left: 20px;
}
.navigation .nav_archive_btn {
  background: #1b1b1b;
  font-size: 16px;
  width: 265px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

#voice-archives .inner {
  max-width: 1100px;
  margin: 70px auto 0;
  position: relative;
  z-index: 10;
}
#voice-archives .inner .item {
  width: 333px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 50px;
}
#voice-archives .inner .item .img_box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#voice-archives .inner .item .img_box .img {
  width: 100%;
  padding-top: 69%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#voice-archives .inner .item h2 {
  font-size: 20px;
  margin-top: 20px;
}
#voice-archives .inner .item .txt_inner {
  margin-top: 20px;
}
#voice-archives .inner .item .txt_inner span {
  font-size: 16px;
}
#voice-archives .inner .item .txt_inner p {
  font-size: 16px;
  line-height: 1;
}
#voice-archives .inner .item .txt_inner .bdr {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#voice-archives .inner .item .txt_inner .triangle {
  margin-right: 15px;
}
#voice-archives .inner .item:nth-of-type(3n) {
  margin-right: 0;
}
#voice-archives .inner .item:nth-of-type(n + 4) {
  margin-top: 50px;
}
#voice-archives .inner .item:hover .img_box .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

#single_voice h1 {
  font-size: 20px;
  line-height: 1.7;
}
#single_voice .txt_inner {
  margin-top: 16px;
}
#single_voice .txt_inner span {
  font-size: 16px;
}
#single_voice .txt_inner p {
  font-size: 16px;
  line-height: 1;
}
#single_voice .txt_inner .bdr {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#single_voice .txt_inner .triangle {
  margin-right: 15px;
}
#single_voice .thumb_img img {
  width: 100%;
  margin: 0 auto;
}
#single_voice .gallery_list .img {
  width: 300px;
  margin-right: 50px;
  position: relative;
  margin-top: 50px;
}
#single_voice .gallery_list .img span {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#single_voice .gallery_list .img:nth-child(3n) {
  margin-right: 0;
}
#single_voice .text {
  font-size: 16px;
  line-height: 1.9;
}

#works-archives .inner {
  max-width: 1100px;
  margin: 70px auto 0;
  position: relative;
  z-index: 10;
}
#works-archives .inner .item {
  width: 333px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 50px;
}
#works-archives .inner .item .img_box {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#works-archives .inner .item .img_box .img {
  width: 100%;
  padding-top: 69%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#works-archives .inner .item .img_box .tag {
  background: #1fa23b;
  width: 150px;
  height: 30px;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
#works-archives .inner .item .img_box .tag.リフォーム外構工事 {
  background: orange;
}
#works-archives .inner .item h2 {
  font-size: 18px;
  margin-top: 20px;
}
#works-archives .inner .item .txt_inner {
  margin-top: 10px;
}
#works-archives .inner .item .txt_inner p {
  font-size: 15px;
  line-height: 1;
}
#works-archives .inner .item .txt_inner .works_text01 {
  margin-right: 10px;
}
#works-archives .inner .item .txt_inner .time {
  margin-right: 10px;
}
#works-archives .inner .item:nth-of-type(3n) {
  margin-right: 0;
}
#works-archives .inner .item:nth-of-type(n + 4) {
  margin-top: 50px;
}
#works-archives .inner .item:hover .img_box .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

#single_works h1 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 20px;
}
#single_works .txt_inner {
  margin-top: 16px;
}
#single_works .txt_inner span {
  font-size: 16px;
}
#single_works .txt_inner p {
  font-size: 16px;
  line-height: 1;
}
#single_works .txt_inner .tag {
  font-size: 16px;
  line-height: 1;
  padding: 7px 10px;
  background: #1fa23b;
  font-weight: 500;
  margin-left: 15px;
}
#single_works .txt_inner .tag.リフォーム外構工事 {
  background: orange;
}
#single_works .txt_inner .works_text01, #single_works .txt_inner .works_text02 {
  margin-left: 10px;
}
#single_works .thumb_img img {
  width: 100%;
  margin: 0 auto;
}
#single_works .movie_box {
  margin-top: 50px;
  position: relative;
}
#single_works .movie_box video {
  width: 100%;
}
#single_works .movie_box .play-btn {
  display: block;
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#single_works .movie_box .play-btn.playActive {
  display: none;
}
#single_works .gallery_list .img {
  width: 300px;
  margin-right: 50px;
  position: relative;
  margin-top: 50px;
}
#single_works .gallery_list .img span {
  width: 100%;
  padding-top: 65%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
#single_works .gallery_list .img:nth-child(3n) {
  margin-right: 0;
}
#single_works .text {
  font-size: 16px;
  line-height: 1.9;
}

#contact table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 10;
}
#contact table th, #contact table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #b7b7b7;
  vertical-align: middle;
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
}
#contact table th {
  width: 320px;
  line-height: 1;
}
#contact table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#contact table th .essential {
  background: #1FA23B;
  padding: 7px 0;
  font-size: 14px;
}
#contact table td input, #contact table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #eee;
  line-height: 1.7;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  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;
}
#contact table td .wpcf7-list-item.first {
  margin-left: 0;
}
#contact table .select td input {
  width: auto;
}
#contact .wpcf7 form .wpcf7-response-output, #contact .wpcf7 form.invalid .wpcf7-response-output, #contact .wpcf7 form.unaccepted .wpcf7-response-output, #contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
}
#contact .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
  color: #ff0000;
}
#contact .thanks {
  font-size: 16px;
  line-height: 2;
}
#contact div.wpcf7-mail-sent-ok, #contact .wpcf7-spinner {
  display: none !important;
}
#contact .btn_box {
  display: table;
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#contact .btn_box input {
  width: 500px;
  height: 70px;
  margin: 0 auto;
  display: block;
  border: none;
  background: #086E1E;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  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;
  cursor: pointer;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#contact .btn_box .arrow {
  position: relative;
  background: #1FA23B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 1;
}
#contact .btn_box:hover {
  opacity: 0.7;
}

#dog_run .main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#dog_run .main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 765px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 400px 100%, 0 100%);
  background: rgba(31, 162, 59, 0.7);
}
#dog_run .main .bdr {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
  z-index: 10;
}
#dog_run .main p {
  font-size: 50px;
  position: absolute;
  z-index: 20;
  line-height: 1.35;
  left: 100px;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
}
#dog_run .box01 h2 {
  font-size: 50px;
  line-height: 1;
}
#dog_run .box01 .title_box .bdrs_boxs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
#dog_run .box01 .title_box p {
  margin: 0 30px;
}
#dog_run .box01 .title_box .title_bdr {
  content: "";
  display: block;
  background: #1fa23b;
}
#dog_run .box01 .title_box .title_bdr01, #dog_run .box01 .title_box .title_bdr04 {
  height: 2px;
  width: calc(100% - 50px);
}
#dog_run .box01 .title_box .title_bdr02, #dog_run .box01 .title_box .title_bdr03 {
  height: 5px;
}
#dog_run .box01 .title_box .title_bdr02 {
  margin-top: 4px;
}
#dog_run .box01 .title_box .title_bdr04 {
  margin-left: auto;
  margin-top: 4px;
}
#dog_run .box01 .text {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 40px;
  font-weight: 600;
}
#dog_run .box02 h2 {
  font-size: 50px;
  line-height: 1;
  padding: 15px 0;
  background: #1fa23b;
}
#dog_run .box02 .inner01 {
  margin-top: 50px;
}
#dog_run .box02 .inner01 .img01 {
  margin-right: 50px;
}
#dog_run .box02 .inner01 .img02 {
  margin-left: 50px;
}
#dog_run .box02 .inner01 .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
#dog_run .box02 .c_box {
  font-weight: bold;
  margin-top: 90px;
}
#dog_run .box02 .c_box .txt01 {
  font-size: 45px;
  line-height: 1.65;
}
#dog_run .box02 .c_box .txt01 span {
  margin-left: 135px;
}
#dog_run .box02 .c_box .img_box {
  position: relative;
  margin-top: 40px;
}
#dog_run .box02 .c_box .img_box .c_img01 {
  position: absolute;
  right: 0;
  top: -200px;
  z-index: 10;
}
#dog_run .box02 .c_box .img_box .txt02 {
  font-size: 55px;
  line-height: 1;
  position: absolute;
  right: 190px;
  top: 40px;
  z-index: 20;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  letter-spacing: 1.5px;
}
#dog_run .box02 .c_box .img_box .txt03 {
  font-size: 40px;
  line-height: 1.8;
  position: absolute;
  left: 50px;
  bottom: 45px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
#dog_run .box03 h2 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 1px;
}
#dog_run .box03 h2 .big {
  font-size: 80px;
}
#dog_run .box03 .item {
  background: #1fa23b;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
#dog_run .box03 .item .no {
  position: absolute;
  font-size: 350px;
  line-height: 1;
  top: -70px;
  left: 0;
  margin: auto;
  opacity: 0.7;
}
#dog_run .box03 .item .txt_box {
  position: absolute;
  left: 230px;
}
#dog_run .box03 .item .txt_box h3 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
}
#dog_run .box03 .item .txt_box .text {
  font-size: 18px;
  line-height: 1.8;
}
#dog_run .box04 h2 {
  font-size: 50px;
  line-height: 1;
  background: #1fa23b;
  padding: 15px 0;
}
#dog_run .box04 .inner {
  font-weight: 600;
}
#dog_run .box04 .inner .img01 {
  margin-right: 50px;
}
#dog_run .box04 .inner .img02 {
  margin-left: 50px;
}
#dog_run .box04 .inner .text {
  font-size: 16px;
  line-height: 2;
}
#dog_run .l_bnr {
  position: relative;
}
#dog_run .l_bnr .txt_box {
  position: absolute;
  left: 30px;
  top: 30px;
}
#dog_run .l_bnr .txt_box p {
  font-size: 50px;
  line-height: 1;
  display: table;
  background: #fff;
  padding: 5px 10px;
}
#dog_run .l_bnr .txt_box p:nth-of-type(2) {
  margin-top: 15px;
}
#dog_run .l_bnr .txt02 {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

#exterior .add_box {
  margin-top: 90px;
}
#exterior .add_box h2 {
  font-size: 50px;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 1.2px;
  position: relative;
}
#exterior .add_box h2 .big {
  font-size: 75px;
}
#exterior .add_box h2 .color_txt {
  color: #cedb00;
}
#exterior .add_box h2::before, #exterior .add_box h2::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 10px;
  background: #1fa23b;
}
#exterior .add_box h2::before {
  top: -5px;
  left: 0;
}
#exterior .add_box h2::after {
  bottom: -5px;
  right: 0;
}
#exterior .add_box .bnr01 {
  width: 100%;
  height: 450px;
  background: url(img/exterior/add_box_bnr_bg.jpg) center center no-repeat;
  position: relative;
}
#exterior .add_box .bnr01 .txt01 {
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 10;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}
#exterior .add_box .bnr01 .txt01 .big01 {
  font-size: 33px;
}
#exterior .add_box .bnr01 .txt01 .big02 {
  font-size: 25px;
  margin-left: 5px;
}
#exterior .add_box .bnr01 .icon {
  position: absolute;
  z-index: 20;
}
#exterior .add_box .bnr01 .icon.icon01 {
  right: 30px;
  top: 45px;
}
#exterior .add_box .bnr01 .icon.icon02 {
  left: 60px;
  bottom: 45px;
}
#exterior .add_box .bnr01 .icon.icon03 {
  right: 0;
  bottom: 0;
}
#exterior .add_box .con {
  position: relative;
  margin: 100px auto 0;
}
#exterior .add_box .con .title {
  background: #1fa23b;
  position: relative;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 20px;
  height: 80px;
}
#exterior .add_box .con .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background: #086e1e;
  clip-path: polygon(0 100%, 60% 0, 100% 0, 100% 100%);
}
#exterior .add_box .con .title .no {
  font-size: 110px;
  margin-right: 20px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  margin-top: -15px;
}
#exterior .add_box .con .title h3 {
  font-size: 35px;
}
#exterior .add_box .con .inner {
  margin-top: 50px;
}
#exterior .add_box .con .inner .img {
  margin-right: 50px;
}
#exterior .add_box .con .inner .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
#exterior .add_box .bnr02 {
  position: relative;
  width: 100%;
  height: 300px;
  background: #1fa23b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  margin-top: 50px;
}
#exterior .add_box .bnr02 .txt_box {
  line-height: 1;
  position: relative;
  z-index: 20;
}
#exterior .add_box .bnr02 .txt_box p {
  font-weight: bold;
}
#exterior .add_box .bnr02 .txt_box p:nth-of-type(1) {
  font-size: 50px;
  background: #fff;
  padding: 5px;
  color: #1fa23b;
  display: table;
}
#exterior .add_box .bnr02 .txt_box p:nth-of-type(2) {
  font-size: 80px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  color: #fff;
}
#exterior .add_box .bnr02 .img {
  position: absolute;
  right: 0;
  top: 0;
}
#exterior .add_box .bnr02 .bdr {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #fff;
}
#exterior .link_box .txt01 {
  font-size: 25px;
  line-height: 1;
}
#exterior .link_box .txt02 {
  font-size: 50px;
  line-height: 1;
  margin-top: 20px;
}
#exterior .link_box .inner .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#exterior .link_box .inner .item .btn {
  background: #1fa23b;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 0 #086e1e;
          box-shadow: 0 3px 0 #086e1e;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  letter-spacing: 1px;
  font-weight: 600;
}
#exterior .box01 h2 {
  font-size: 40px;
  line-height: 1;
  padding: 20px 0;
  background: #1fa23b;
}
#exterior .box01 .text01 {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 35px;
  font-weight: 600;
}
#exterior .box01 .con01 .title_box {
  position: relative;
}
#exterior .box01 .con01 .title_box .title_icon {
  position: absolute;
  left: 25px;
  top: -50px;
}
#exterior .box01 .con01 .title_box h3 {
  font-size: 50px;
  line-height: 1;
  margin-left: 210px;
}
#exterior .box01 .con01 .img04 {
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#exterior .box01 .con01 .text02 {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 35px;
  font-weight: 600;
}
#exterior .box01 .con01 .icon01 {
  margin: 40px auto 0;
}
#exterior .box01 .con01 .text03 {
  font-size: 60px;
  line-height: 1;
  margin-top: 50px;
}
#exterior .box01 .con01 .inner02 .inner02_img01 {
  margin-right: 50px;
}
#exterior .box01 .con01 .inner02 .inner02_text {
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
}
#exterior .box01 .con01.con02 {
  margin-top: 100px;
}
#exterior .l_bnr {
  background: url(img/exterior/l_bnr_bg.jpg) center center no-repeat;
  position: relative;
  padding: 150px 0;
  line-height: 1;
}
#exterior .l_bnr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 10;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#exterior .l_bnr .txt01 {
  font-size: 30px;
}
#exterior .l_bnr .txt02 {
  font-size: 100px;
  margin-top: 25px;
}
#exterior .l_bnr .bdr_box {
  position: absolute;
  z-index: 20;
}
#exterior .l_bnr .bdr_box.bdr_box01 {
  right: 20px;
  top: 40px;
}
#exterior .l_bnr .bdr_box.bdr_box02 {
  left: 20px;
  bottom: 40px;
}
#exterior .l_bnr .bdr_box span {
  content: "";
  display: block;
  background: #fff;
}
#exterior .l_bnr .bdr_box span.bdr01 {
  width: 650px;
  height: 5px;
}
#exterior .l_bnr .bdr_box span.bdr02 {
  width: 600px;
  height: 2px;
  margin-top: 5px;
  margin-left: auto;
}
#exterior .l_bnr .bdr_box span.bdr03 {
  width: 600px;
  height: 2px;
}
#exterior .l_bnr .bdr_box span.bdr04 {
  width: 650px;
  height: 5px;
  margin-top: 5px;
}
#exterior .l_bnr .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 30;
}

#Planning h2 {
  font-size: 50px;
  line-height: 1;
}
#Planning .text {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 40px;
}
#Planning .inner a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 575px;
  height: 95px;
  font-size: 30px;
  line-height: 1;
  -webkit-box-shadow: 0 5px 0 #0e8227;
          box-shadow: 0 5px 0 #0e8227;
  background: #1fa23b;
  letter-spacing: 0.5px;
}
#Planning .inner a:nth-of-type(n + 3) {
  margin-top: 50px;
}

#Planning_single h1 {
  font-size: 50px;
  letter-spacing: 0.5px;
}
#Planning_single .inner01 .b_img:nth-of-type(2n) {
  margin-left: 50px;
}
#Planning_single .inner01 .b_img:nth-of-type(n + 3) {
  margin-top: 50px;
}

#Planning .add_box, #Planning_single .add_box {
  margin-top: 100px;
}
#Planning .add_box .txt_box, #Planning_single .add_box .txt_box {
  position: absolute;
  right: 0;
  top: 30px;
}
#Planning .add_box .txt_box h2, #Planning_single .add_box .txt_box h2 {
  font-size: 60px;
  line-height: 1;
  margin-left: 30px;
}
#Planning .add_box .txt_box h2 p, #Planning_single .add_box .txt_box h2 p {
  background: #1fa23b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  padding: 10px 20px;
  color: #fff;
}
#Planning .add_box .txt_box h2 p:nth-of-type(2), #Planning_single .add_box .txt_box h2 p:nth-of-type(2) {
  margin: 20px 0 0 50px;
}
#Planning .add_box .txt_box .text_box, #Planning_single .add_box .txt_box .text_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 765px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}

#simulation .img01 {
  margin: 80px auto 0;
}
#simulation .add_txt01 {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
  max-width: 1000px;
  margin: 50px auto 0;
  line-height: 1.7;
  letter-spacing: 1px;
}
#simulation .s_02 {
  margin-top: 80px;
}
#simulation .s_02 .accordion_one {
  position: relative;
  z-index: 10;
}
#simulation .s_02 .accordion_one:nth-of-type(n + 2) {
  margin-top: 25px;
}
#simulation .s_02 .accordion_one .accordion_header {
  position: relative;
  z-index: 10;
  cursor: pointer;
  padding: 5px;
  background: #1fa23b;
  color: #fff;
}
#simulation .s_02 .accordion_one .accordion_header p {
  font-size: 20px;
  padding: 5px 5px 5px 10px;
  font-weight: bold;
  border-left: 5px solid #116623;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#simulation .s_02 .accordion_one .accordion_header p .icon {
  margin-right: 10px;
}
#simulation .s_02 .accordion_one .accordion_inner {
  display: none;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one {
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .txt01 {
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .txt01:nth-of-type(n + 2) {
  margin-left: 20px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .txt01.always_check {
  color: #ff0000;
  cursor: inherit;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .txt01.always_check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .txt01.always_check::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(img/simulation/red_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .length_text {
  font-size: 16px;
  color: #ff0000;
  margin-bottom: 10px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .red_txt {
  color: #ff0000;
  font-size: 16px;
  line-height: 2;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .radio::before, #simulation .s_02 .accordion_one .accordion_inner .box_one .lengthradio01::before, #simulation .s_02 .accordion_one .accordion_inner .box_one .lengthradio02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #333;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .radio.checked::before, #simulation .s_02 .accordion_one .accordion_inner .box_one .lengthradio01.checked::before, #simulation .s_02 .accordion_one .accordion_inner .box_one .lengthradio02.checked::before {
  background: #333;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .check.checked::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 47%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(img/simulation/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .catalog_box a {
  width: 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  line-height: 1;
  font-size: 14px;
  background: #1fa23b;
  border-bottom: 3px solid #086e1e;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .catalog_box a:nth-of-type(n + 2) {
  margin-left: 10px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 {
  display: block;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 .txt01 {
  width: auto;
  display: table;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 .txt01:nth-of-type(n + 2) {
  margin-left: 0;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 .inner02 {
  display: block;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 .inner02 .length_box {
  margin-top: 16px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_2 .inner02 input {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  font-size: 16px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_3 {
  padding-top: 0;
  display: block;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_3 .box_one_3_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_3 .box_one_3_inner .check {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_3 .box_one_3_inner .check:nth-of-type(n + 2) {
  margin-left: 20px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one.box_one_3 .add_txt02 {
  font-size: 16px;
  color: #ff0000;
  margin-bottom: 5px;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .add_txt02 {
  font-size: 16px;
  color: #ff0000;
}
#simulation .s_02 .accordion_one .accordion_inner .box_one .section_inner:nth-of-type(n + 2) {
  margin-top: 10px;
}
#simulation .subtotal_area {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#simulation .subtotal {
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  padding: 0px 10px 10px;
  border-bottom: 2px solid #000;
}
#simulation .subtotal p {
  margin-right: 100px;
}
#simulation .subtotal input {
  border: none;
  background: none;
  text-align: right;
  font-size: 26px;
}

#showroom input, #showroom select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#showroom .box01 .min {
  font-size: 30px;
  line-height: 1;
}
#showroom .box01 h2 {
  font-size: 50px;
  line-height: 1;
  margin: 25px auto 50px;
}
#showroom .box01 .img_box01 .img {
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
#showroom .box01 .img_box01 .list01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #000;
  padding: 25px 30px;
  background: #1fa23b;
  position: relative;
  margin: 50px auto 0;
  z-index: 10;
}
#showroom .box01 .img_box01 .list01 ul li {
  line-height: 1;
  font-size: 25px;
  font-weight: 600;
}
#showroom .box01 .img_box01 .list01 ul li:nth-of-type(n + 2) {
  margin-top: 20px;
}
#showroom .box01 .img_box01 .list01 .icon {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#showroom .box01 .img_box01::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -100px;
  width: 1200px;
  height: 80%;
  background: #f2f2f2;
}
#showroom .box01 .inner01 .text {
  font-size: 20px;
  line-height: 2.4;
  font-weight: 500;
}
#showroom .box01 .inner01 .img {
  margin-left: 50px;
}
#showroom .box01 .c_item {
  font-weight: 600;
}
#showroom .box01 .c_item .inner {
  font-size: 40px;
  line-height: 1.5;
}
#showroom .box01 .c_item .inner p {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
}
#showroom .box01 .c_item .c_txt {
  font-size: 30px;
  line-height: 1;
  padding: 10px 0;
  background: #1fa23b;
}
#showroom .box01 .add_gallery_box .gallery_title {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
  letter-spacing: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#showroom .box01 .add_gallery_box .gallery_title::before, #showroom .box01 .add_gallery_box .gallery_title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
  background: #1fa23b;
}
#showroom .box01 .add_gallery_box .gallery_title::before {
  margin-right: 50px;
}
#showroom .box01 .add_gallery_box .gallery_title::after {
  margin-left: 50px;
}
#showroom .box01 .add_gallery_box .gallery_inner {
  gap: 30px;
}
#showroom .box01 .add_gallery_box .gallery_inner .img {
  width: calc((100% - 90px) / 4);
}
#showroom #contact h2 {
  font-size: 50px;
  line-height: 1;
}
#showroom #contact .min {
  font-size: 30px;
  line-height: 1;
  margin: 25px auto 50px;
}
#showroom #contact .select-date td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#showroom #contact .select-date td p .time01 {
  margin-left: 20px;
  background: #eee;
  padding: 15px;
  border: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
  font-weight: 500;
  outline: none;
  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;
}
#showroom .box02 h2 {
  font-size: 50px;
  line-height: 1;
}
#showroom .box02 .min {
  font-size: 35px;
  line-height: 1;
  margin: 25px auto 50px;
}
#showroom .box02 .con01 h3 {
  line-height: 1;
  font-size: 40px;
  background: #1fa23b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
}
#showroom .box02 .con01 .inner {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
#showroom .box02 .con01 .inner .img {
  margin-right: 50px;
}
#showroom .con02 {
  width: 100%;
  position: relative;
  background: #fff;
  margin-top: 80px;
}
#showroom .con02 .img {
  position: relative;
  width: 100%;
}
#showroom .con02 .txt_box {
  background: rgba(8, 110, 30, 0.7);
  width: 750px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 50px 50px;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 30px;
}
#showroom .con02 .txt_box h2 {
  font-size: 40px;
  line-height: 1;
}
#showroom .con02 .txt_box .text {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
  word-break: keep-all;
}
#showroom .con02 .txt_box .btn {
  width: 450px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f8f8f8;
  padding: 16px 0;
  text-align: center;
  background: url(img/index/box04_btn_bg.svg) top left repeat;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#showroom .con02 .txt_box .btn:hover {
  opacity: 0.7;
}
#showroom .con02 .bdr_box {
  position: absolute;
  z-index: 10;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}
#showroom .con02 .bdr_box span {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#showroom .con02 .bdr_box span:nth-of-type(1), #showroom .con02 .bdr_box span:nth-of-type(2) {
  width: 100%;
  height: 3px;
}
#showroom .con02 .bdr_box span:nth-of-type(3), #showroom .con02 .bdr_box span:nth-of-type(4) {
  width: 3px;
  height: 100%;
}
#showroom .con02 .bdr_box span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#showroom .con02 .bdr_box span:nth-of-type(2) {
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#showroom .con02 .bdr_box span:nth-of-type(3) {
  top: 0;
  right: 0;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#showroom .con02 .bdr_box span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}