@charset "UTF-8";
#pankuzu {
  line-height: 1.7;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 100px auto 0;
}
#pankuzu a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
  border-bottom: 1px solid;
}
#pankuzu span {
  margin: 0 10px;
}

.thumb {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  color: white;
  background: black;
}
.thumb .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
.thumb h1,
.thumb .title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  font-weight: 700;
  letter-spacing: 2px;
}

.single_page {
  padding: 60px 0 100px;
}

#contact .caution {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 auto 60px;
}
#contact table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 50px;
}
#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: 370px;
  line-height: 1;
  font-weight: bold;
}
#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: #c98332;
  padding: 7px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
#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-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: 500;
}
#contact table td .wpcf7-radio input {
  width: auto;
}
#contact table td .wpcf7-list-item.first {
  margin-left: 0;
}
#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 {
  width: 600px;
  margin: 50px auto 0;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background: #c98332;
  position: relative;
}
#contact .btn_box p {
  width: 100%;
  height: 100%;
  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;
}
#contact .btn_box p .arrow {
  font-size: 10px;
  position: absolute;
  color: #fff;
  right: 30px;
}
#contact .btn_box input {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: no-repeat;
  border: none;
  font-weight: 500;
  position: relative;
  z-index: 20;
  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: 500;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#contact .btn_box:hover input {
  color: #fff;
}
#contact .cf7-cf-turnstile {
  margin: 0 auto;
  display: table;
  position: relative;
}

#news .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
#news .item .over {
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#news .item .over .time {
  font-size: 12px;
  padding: 5px 20px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ececec;
  margin-right: 20px;
}
#news .item .over .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #c98332;
  line-height: 1;
  padding: 5px 10px;
  font-size: 12px;
  display: table;
  color: #c98332;
}
#news .item h2 {
  font-size: 16px;
  margin-top: 20px;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.4s cubic-bezier(0.4, 0.4, 0, 1);
}
#news .item:nth-of-type(n + 2) {
  margin-top: 16px;
}
#news .item::after {
  content: "";
  position: absolute;
  background: #c98332;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
}
#news .item:hover .over,
#news .item:hover h3 {
  opacity: 0.7;
}
#news .item:hover::after {
  width: 100%;
}

#single_news .box {
  background: #f8f8f8;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
  margin: 0 auto;
}
#single_news .box .over {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
#single_news .box .over .tag {
  padding: 3px 7px;
  margin-left: 10px;
  background: #c98332;
  color: white;
}
#single_news .box h1 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}
#single_news .box .text {
  font-size: 16px;
  line-height: 1.8;
}

.pagination_over {
  margin-bottom: 50px;
}

.pagination_under {
  margin-top: 50px;
}

.navigation {
  color: white;
}
.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: #ff9316;
}
.navigation .nav_btn .btn.previous {
  background: #c98332;
}
.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;
}

#works .inner {
  margin-top: 50px;
  gap: 50px 25px;
}
#works .inner .item {
  width: calc((100% - 75px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#works .inner .item .imgBox {
  position: relative;
  overflow: hidden;
}
#works .inner .item .imgBox .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.4s;
          transition-duration: 0.4s;
}
#works .inner .item .imgBox .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background: white;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid #c98332;
}
#works .inner .item .imgBox .circle .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#works .inner .item .imgBox .circle span {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c98332;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#works .inner .item .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #c98332;
  line-height: 1;
  padding: 5px 15px;
  font-size: 12px;
  margin-top: 15px;
  display: table;
  color: #c98332;
}
#works .inner .item h2 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
#works .inner .item:hover .imgBox .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
#works .inner .item:hover .circle .arrow {
  opacity: 1;
}
#works .inner .item:hover .circle span {
  width: 100%;
  height: 100%;
}

#single_works h1 {
  font-size: 18px;
  line-height: 1.9;
}
#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: #c98332;
  font-weight: 500;
  margin-left: 15px;
}
#single_works .txt_inner .works_text01,
#single_works .txt_inner .works_text02 {
  margin-left: 10px;
}
#single_works .thumb_img {
  margin-top: 50px;
}
#single_works .thumb_img img {
  width: 100%;
  margin: 0 auto;
}
#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;
}

#recruit .box {
  position: relative;
  overflow: hidden;
}
#recruit .box:nth-of-type(n + 2) {
  margin-top: 100px;
}
#recruit .box .leftBox {
  position: relative;
}
#recruit .box .leftBox h2 {
  font-size: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  display: table;
  padding: 15px 0;
  background: #f4f4f4;
  border-radius: 10px;
  color: #c98332;
  word-break: keep-all;
  z-index: 10;
  position: relative;
  text-align: center;
  width: 165px;
}
#recruit .box .leftBox .bdr {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2000px;
  background: #f4f4f4;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#recruit .box table {
  width: 100%;
  margin-left: 80px;
}
#recruit .box table tr th,
#recruit .box table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
  line-height: 2;
  padding: 20px 0;
}
#recruit .box table tr th .red,
#recruit .box table tr td .red {
  color: #ff0000;
}
#recruit .box table tr th {
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  vertical-align: middle;
}
#recruit .box table tr td {
  font-size: 16px;
  font-weight: 400;
}
#recruit .box table tr:nth-of-type(1) th,
#recruit .box table tr:nth-of-type(1) td {
  padding-top: 0;
}