@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.c_main {
  color: #A2967F;
}

@media print, screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .container_header {
    max-width: 1200px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_01 {
    max-width: 620px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .container_02 {
    max-width: 1120px !important;
  }
}

.allstop_scroll {
  overflow: hidden;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 75px !important;
}
body header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9000;
  color: #FFFFFF;
  transition: 0.5s;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
body header .header_box {
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}
body header .header_box .h_logo a {
  transition: 0.5s;
}
body header .header_box .h_logo a:hover {
  opacity: 0.7;
}
body header .header_box .h_logo a img {
  width: 200px;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_logo a img {
    width: 180px;
  }
}
body header .header_box .h_menu {
  position: relative;
}
body header .header_box .h_menu > a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 55px;
  height: 55px;
}
body header .header_box .h_menu > a > span {
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  right: 0%;
}
body header .header_box .h_menu > a > span::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: -4px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #333333;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_menu > a > span::before {
    width: 35px;
  }
}
body header .header_box .h_menu > a > span::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 4px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #333333;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_menu > a > span::after {
    width: 35px;
  }
}
body header .header_box .h_list {
  position: absolute;
  top: 0px;
  right: -100%;
  background-color: #FFFFFF;
  width: 40%;
  height: 100vh;
  z-index: 9990;
  transition: 0.7s;
  overflow: scroll;
  padding: 30px 3%;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_list {
    width: 100%;
  }
}
body header .header_box .h_list.is_visible {
  right: 0;
}
body header .header_box .h_list .h_close {
  position: relative;
  right: 0;
}
body header .header_box .h_list .h_close > a {
  display: block;
  position: relative;
  top: 0px;
  left: 94%;
  width: 35px;
  height: 35px;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_list .h_close > a {
    left: 86%;
  }
}
body header .header_box .h_list .h_close > a > span {
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 50%;
  right: 0%;
}
body header .header_box .h_list .h_close > a > span::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 0px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #000000;
  transform: rotate(45deg);
}
body header .header_box .h_list .h_close > a > span::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 0px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
}
body header .header_box .h_list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
}
body header .header_box .h_list > ul > li {
  margin-bottom: 30px;
  text-align: left;
}
body header .header_box .h_list > ul > li > a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  color: #000000;
  display: inline-block;
  transition: 0.5s;
  font-size: 16px;
  display: block;
  color: #000000;
  padding: 0px 10px 15px 10px;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_list > ul > li > a {
    font-size: 14px;
  }
}
body header .header_box .h_list > ul > li > a:hover {
  opacity: 0.7;
}
body header .header_box .h_list .h_list_btn {
  text-align: left;
}
body header .header_box .h_list .h_list_btn a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #A2967F;
  width: 300px;
  padding: 13px 0;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_list .h_list_btn a {
    width: 100%;
  }
}
body header .header_box .h_list .h_list_btn a.h_list_contact {
  color: #FFFFFF;
  background-color: #A2967F;
}
body header .header_box .h_list .h_list_btn a.h_list_contact::before {
  content: url(../images/icon_contact_01.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body header .header_box .h_list .h_list_btn a.h_list_property {
  color: #A2967F;
  background-color: #FFFFFF;
}
body header .header_box .h_list .h_list_btn a.h_list_property::before {
  content: url(../images/icon_property_01.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body header .header_box .h_list .h_list_btn a:hover {
  opacity: 0.7;
}
body header .header_box .h_list > p {
  color: #000000;
  margin: 20px 0 10px;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_list > p {
    text-align: center;
    font-size: 14px;
  }
}
body header .header_box .bg_black_btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
  z-index: 99;
  display: none;
}
body header .header_box .bg_black_btn.is_black {
  display: block;
  opacity: 0.7;
}
body main .firstview {
  position: relative;
  background-image: url(../images/first_view_01_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 75px);
}
@media print, screen and (max-width: 992px) {
  body main .firstview {
    background-image: url(../images/first_view_01_sp.png);
  }
}
body main .firstview::before {
  content: "";
  display: block;
  padding-top: calc(100vh - 75px);
  background-color: rgba(113, 113, 113, 0.5);
}
body main .firstview .first_txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}
body main .firstview .first_txt_box h5 {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .firstview .first_txt_box h5 {
    font-size: 16px;
  }
}
body main .firstview .first_txt_box h1 {
  font-size: 54px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.8rem;
  margin: 30px 0 40px;
}
@media print, screen and (max-width: 992px) {
  body main .firstview .first_txt_box h1 {
    font-size: 30px;
    margin: 20px 0 30px;
  }
}
body main .firstview .first_txt_box a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #FFFFFF;
  width: 300px;
  padding: 15px 0;
  text-align: center;
  color: #333333;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 992px) {
  body main .firstview .first_txt_box a {
    width: 100%;
  }
}
body main .firstview .first_txt_box a::before {
  content: url(../images/icon_contact_02.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body main .firstview .first_txt_box a:hover {
  opacity: 0.7;
}
body main .about_section {
  position: relative;
  background-color: #F8F8F7;
  text-align: center;
  margin-top: 100px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section {
    margin-top: 70px;
  }
}
body main .about_section h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.6rem;
}
@media print, screen and (max-width: 992px) {
  body main .about_section h1 {
    font-size: 30px;
  }
}
body main .about_section .about_content {
  padding: 30px 0 40px;
  font-family: "Shippori Mincho", serif;
}
body main .about_section .about_content > span {
  display: block;
  font-size: 16px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > span {
    font-size: 14px;
  }
}
body main .about_section .about_content > p {
  font-size: 23px;
  line-height: 2.4;
  margin: 0px 0 30px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > p {
    font-size: 22px;
    line-height: 1.8;
  }
}
body main .about_section .about_content > h5 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > h5 {
    font-size: 16px;
  }
}
body main .about_section .about_content > h5 span {
  position: relative;
  display: inline-block;
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > h5 span {
    line-height: 1.8;
  }
}
body main .about_section .about_content > h5 span::before {
  content: url(../images/icon_about_01.svg);
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  transform: scale(0.7);
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > h5 span::before {
    position: absolute;
    top: 40%;
    left: -30%;
  }
}
body main .about_section .about_content > h5 span::after {
  content: url(../images/icon_about_02.svg);
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  transform: scale(0.7);
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content > h5 span::after {
    position: absolute;
    top: 40%;
    right: -30%;
  }
}
body main .about_section .about_content a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #A2977F;
  width: 300px;
  padding: 15px 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #A2977F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (max-width: 992px) {
  body main .about_section .about_content a {
    width: 100%;
  }
}
body main .about_section .about_content a::before {
  content: url(../images/icon_property_02.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body main .about_section .about_content a:hover {
  opacity: 0.7;
}
body main .information_section {
  padding: 40px 0;
  font-family: "Shippori Mincho", serif;
}
body main .information_section h1 {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 992px) {
  body main .information_section h1 {
    font-size: 22px;
  }
}
body main .information_section .worry_flex {
  align-items: center;
  margin: 40px 0;
}
body main .information_section .worry_flex h3 {
  font-size: 22px;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .worry_flex h3 {
    font-size: 17px;
    line-height: 1.6;
  }
}
body main .information_section .worry_flex p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 2.2;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .worry_flex p {
    font-size: 11px;
  }
}
body main .information_section .worry_low {
  width: 150px;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .worry_low {
    width: 120px;
  }
}
body main .information_section .support_txt {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.2;
  text-align: center;
  margin: 20px 0 30px;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .support_txt {
    font-size: 11px;
    text-align: left;
  }
}
body main .information_section .h_list_btn a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #A2967F;
  width: 300px;
  padding: 13px 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .h_list_btn a {
    width: 100%;
  }
}
body main .information_section .h_list_btn a.h_list_contact {
  color: #FFFFFF;
  background-color: #A2967F;
}
body main .information_section .h_list_btn a.h_list_contact::before {
  content: url(../images/icon_contact_01.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body main .information_section .h_list_btn a.h_list_property {
  color: #A2967F;
  background-color: #FFFFFF;
}
body main .information_section .h_list_btn a.h_list_property::before {
  content: url(../images/icon_property_01.svg);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  transform: scale(0.7);
}
body main .information_section .h_list_btn a:hover {
  opacity: 0.7;
}
body main .information_section .property_txt {
  font-size: 18px;
  font-weight: 400;
  margin: 40px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .property_txt {
    font-size: 16px;
  }
}
body main .information_section .property_txt span {
  position: relative;
  display: inline-block;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .property_txt span {
    line-height: 1.8;
  }
}
body main .information_section .property_txt span::before {
  content: url(../images/icon_about_01.svg);
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  transform: scale(0.7);
}
@media print, screen and (max-width: 992px) {
  body main .information_section .property_txt span::before {
    position: absolute;
    top: 40%;
    left: -30%;
  }
}
body main .information_section .property_txt span::after {
  content: url(../images/icon_about_02.svg);
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  transform: scale(0.7);
}
@media print, screen and (max-width: 992px) {
  body main .information_section .property_txt span::after {
    position: absolute;
    top: 40%;
    right: -30%;
  }
}
body main .information_section .message_box {
  margin-top: 60px;
}
body main .information_section .message_box h5 {
  font-size: 24px;
  font-family: "EB Garamond", serif;
  color: #D3D3D3;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
body main .information_section .message_box span {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
}
body main .information_section .message_box h3 {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .message_box h3 {
    font-size: 22px;
  }
}
body main .information_section .message_box p {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2.2;
  margin: 20px 0 0;
}
@media print, screen and (max-width: 992px) {
  body main .information_section .message_box p {
    font-size: 11px;
  }
}
body main .question_section {
  background-color: #F8F8F7;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
body main .question_section h3 {
  font-size: 22px;
  font-family: "EB Garamond", serif;
  color: #A2977F;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 992px) {
  body main .question_section h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body main .question_section h1 {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .question_section h1 {
    font-size: 22px;
  }
}
body main .question_section .qa_square_box {
  margin-top: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box {
    margin-top: 30px;
  }
}
body main .question_section .qa_square_box .qa_square {
  margin: 15px 0;
}
body main .question_section .qa_square_box .qa_square .q_ques_list {
  list-style: none;
  padding: 20px 20px;
  margin: 0;
  align-items: center;
  color: #FFFFFF;
  background-color: #A2977F;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_ques_list {
    padding: 15px;
  }
}
body main .question_section .qa_square_box .qa_square .q_ques_list li:first-child, body main .question_section .qa_square_box .qa_square .q_ques_list li:last-child {
  width: 10%;
}
body main .question_section .qa_square_box .qa_square .q_ques_list li:nth-child(2) {
  width: 78%;
}
body main .question_section .qa_square_box .qa_square .q_ques_list li img {
  width: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_ques_list li img {
    width: 24px;
  }
}
body main .question_section .qa_square_box .qa_square .q_ques_list li h5 {
  position: relative;
  text-align: left;
  margin-bottom: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.4;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_ques_list li h5 {
    font-size: 17px;
  }
}
body main .question_section .qa_square_box .qa_square .q_ques_list li .toggle_answer {
  font-size: 32px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_ques_list li .toggle_answer {
    font-size: 28px;
  }
}
body main .question_section .qa_square_box .qa_square .q_ques_list li .toggle_answer.is_after {
  transform: rotate(45deg);
}
body main .question_section .qa_square_box .qa_square .q_ques_list li .toggle_answer:hover {
  opacity: 0.7;
}
body main .question_section .qa_square_box .qa_square .q_answ_list {
  list-style: none;
  padding: 20px 20px;
  margin: 0;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_answ_list {
    padding: 15px;
  }
}
body main .question_section .qa_square_box .qa_square .q_answ_list li {
  font-size: 16px;
  line-height: 1.8;
}
@media print, screen and (max-width: 992px) {
  body main .question_section .qa_square_box .qa_square .q_answ_list li {
    font-size: 14px;
  }
}
body main .contact_section .title_box {
  position: relative;
  padding: 70px 0 170px;
  background-color: #3D3A3B;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .title_box {
    padding: 40px 0 130px;
  }
}
body main .contact_section .title_box h1 {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #FFFFFF;
}
body main .contact_section .contact_box {
  background-color: #F8F8F6;
}
body main .contact_section .contact_box .contact_sub_box {
  background-color: #FFFFFF;
  padding: 30px 30px;
  transform: translateY(-140px);
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box {
    padding: 20px 20px;
    transform: translateY(-120px);
  }
}
body main .contact_section .contact_box .contact_sub_box form {
  max-width: 1080px;
  margin: 0 auto;
}
body main .contact_section .contact_box .contact_sub_box form .c_square {
  padding: 30px 0;
  border-bottom: 1px dotted #767676;
}
body main .contact_section .contact_box .contact_sub_box form .c_square.final_square {
  border: none;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex li:first-child {
    width: 20%;
  }
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex li:last-child {
    width: 80%;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex li span {
  display: inline-block;
  color: #FFFFFF;
  background-color: #1B1C1F;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 14px;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex li span.gray {
  background-color: #767676;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_ques_flex li p {
  margin-bottom: 0;
  font-weight: bold;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li.l_50 {
    width: 45%;
  }
}
@media print, screen and (min-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li.l_60 {
    width: 60%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li:not(:last-child) {
    margin-bottom: 20px;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li .eco_placeholder {
  display: inline-block;
  color: #909090;
  margin-bottom: 10px;
  font-size: 14px;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p {
  margin-bottom: 0;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-list-item {
  display: block;
  margin: 0;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label {
  width: 100%;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=text], body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=tel], body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=email], body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label textarea {
  width: 100%;
  padding: 20px 10px;
  background-color: #EAEAEA;
  border: none;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=checkbox], body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=radio] {
  cursor: pointer;
  transform: scale(1.5);
  margin: 10px 15px 10px 5px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=checkbox], body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label input[type=radio] {
    margin: 10px 7px 10px 3px;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label > span {
  cursor: pointer;
  font-size: 15px;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label.post_type::before {
  content: "〒";
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label.post_type:after {
  content: "※入力後、自動で住所が記入されます";
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label.post_type:after {
    display: block;
    margin: 10px 0 0 0;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label.post_type input[type=text] {
  width: 30%;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p label.post_type input[type=text] {
    width: 92%;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio {
  display: flex;
}
@media print, screen and (min-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio {
    margin-left: 60px;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio .wpcf7-list-item {
  width: 200px;
  border: 1.5px solid #1B1C1F;
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-right: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio .wpcf7-list-item {
    width: 50%;
  }
}
body main .contact_section .contact_box .contact_sub_box form .c_square .c_answ_flex li p .wpcf7-radio .wpcf7-list-item label {
  padding: 10px 20px;
  cursor: pointer;
}
body main .contact_section .contact_box .contact_sub_box form .p_01 {
  text-align: left;
  margin-bottom: 0;
  font-size: 15px;
}
body main .contact_section .contact_box .contact_sub_box form .p_01:first-of-type {
  margin-bottom: 5px;
}
body main .contact_section .contact_box .contact_sub_box form .p_01 > a {
  color: #A2977F;
}
body main .contact_section .contact_box .contact_sub_box form .p_check {
  margin-top: 50px;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .p_check {
    margin-top: 30px;
  }
}
body main .contact_section .contact_box .contact_sub_box form .p_check input[type=checkbox], body main .contact_section .contact_box .contact_sub_box form .p_check input[type=radio] {
  cursor: pointer;
  transform: scale(1.5);
  margin: 10px 15px 10px 5px;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .p_check input[type=checkbox], body main .contact_section .contact_box .contact_sub_box form .p_check input[type=radio] {
    margin: 10px 7px 10px 3px;
  }
}
body main .contact_section .contact_box .contact_sub_box form .p_check span {
  cursor: pointer;
}
body main .contact_section .contact_box .contact_sub_box form .p_submit {
  text-align: center;
  margin-top: 20px;
}
body main .contact_section .contact_box .contact_sub_box form .p_submit input[type=submit], body main .contact_section .contact_box .contact_sub_box form .p_submit button, body main .contact_section .contact_box .contact_sub_box form .p_submit a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #A2977F;
  border: 1px solid #A2977F;
  font-size: 15px;
  padding: 20px 0px;
  width: 340px;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .contact_sub_box form .p_submit input[type=submit], body main .contact_section .contact_box .contact_sub_box form .p_submit button, body main .contact_section .contact_box .contact_sub_box form .p_submit a {
    width: 95%;
  }
}
body main .contact_section .contact_box .contact_sub_box form .p_submit input[type=submit]:hover, body main .contact_section .contact_box .contact_sub_box form .p_submit button:hover, body main .contact_section .contact_box .contact_sub_box form .p_submit a:hover {
  color: #A2977F;
  background-color: #FFFFFF;
}
body main .contact_section .contact_box .contact_sub_box form .wpcf7-spinner {
  display: block;
}
body main .contact_section .contact_box .p_02 {
  color: #3D3A3B;
  font-size: 15px;
  border: 1px dotted #767676;
  padding: 40px 70px;
  text-align: left;
  transform: translateY(-100px);
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .p_02 {
    padding: 20px;
    transform: translateY(-80px);
  }
}
body main .contact_section .contact_box .p_03 {
  color: #3D3A3B;
  text-align: center;
  font-size: 15px;
  transform: translateY(-70px);
}
@media print, screen and (max-width: 992px) {
  body main .contact_section .contact_box .p_03 {
    transform: translateY(-60px);
  }
}
body main .contact_section .contact_box .p_03 a {
  color: #A2977F;
}
body main .contact_section .contact_box .wpcf7-text {
  margin-top: 0 !important;
}
body main .company_concept_section {
  margin: 60px 0;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .company_concept_section {
    margin: 30px 0;
  }
}
body main .company_concept_section h3 {
  font-size: 22px;
  font-family: "EB Garamond", serif;
  color: #D3D3D3;
  letter-spacing: 0.2rem;
}
body main .company_concept_section h1 {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .company_concept_section h1 {
    font-size: 22px;
  }
}
body main .company_concept_section table {
  width: 100%;
  text-align: left;
  margin: 20px 0 0;
}
body main .company_concept_section table tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D3D3D3;
  padding: 30px 0px;
}
@media print, screen and (max-width: 992px) {
  body main .company_concept_section table tr {
    font-size: 14px;
    padding: 20px 0;
  }
}
body main .company_concept_section table tr:last-of-type {
  border: none;
}
body main .company_concept_section table tr th {
  margin-right: 15px;
}
body main .company_concept_section table tr.t_100 th {
  width: 100%;
}
body main .company_concept_section p {
  text-align: left;
  font-size: 14px;
}
@media print, screen and (max-width: 992px) {
  body main .company_concept_section p {
    font-size: 12px;
  }
}
body main .adpp_section {
  padding: 80px 0;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .adpp_section {
    padding: 40px 0;
  }
}
body main .adpp_section h5 {
  font-size: 22px;
  font-family: "EB Garamond", serif;
  color: #D3D3D3;
  letter-spacing: 0.2rem;
}
body main .adpp_section h1 {
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .adpp_section h1 {
    font-size: 22px;
  }
}
body main .adpp_section .adpp_detail {
  margin: 50px 0 0;
  text-align: left;
}
body main .adpp_section .adpp_detail h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0 0.8rem;
}
body main .adpp_section .adpp_detail p {
  line-height: 1.7;
  word-break: break-all;
}
body main .adthanks_section {
  padding: 80px 0;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .adthanks_section {
    padding: 40px 0;
  }
}
body main .adthanks_section h1 {
  color: #FFFFFF;
  background-color: #767676;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0;
  padding: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .adthanks_section h1 {
    font-size: 22px;
  }
}
body main .adthanks_section p {
  margin: 50px 0;
  line-height: 2;
  font-size: 14px;
}
body main .adthanks_section a {
  display: inline-block;
  text-decoration: none;
  color: #A2977F;
  background-color: #FFFFFF;
  border: 1px solid #A2977F;
  padding: 20px 80px;
  transition: 0.5s;
}
body main .adthanks_section a:hover {
  color: #FFFFFF;
  background-color: #A2977F;
  border: 1px solid #A2977F;
}
body footer {
  padding: 40px 0;
  color: #FFFFFF;
  background-color: #A2977F;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body footer {
    padding: 30px 0;
  }
}
body footer p {
  font-size: 12px;
  margin: 0;
}