.sp,
.pc {
  width: 100%;
}

.top-img {
  margin-top: 8.4vw;
}

.top-img img {
  width: 100%;
}

.kaisou {
  background-color: #ffffff;
  font-size: 0.75rem;
  color: #430505;
}

.wrap_kaisou {
  max-width: 1040px;
  margin: 0 auto;
  text-align: start;
  padding: 0.62rem 0;
}

.wrap_kaisou a {
  color: #430505;
}

.wrap_kaisou a,
.wrap_kaisou span {
  padding: 0 0.5rem;
}

.contact_area {
  background-color: #dfdf47;
  padding: calc(100 / 1440 * 100vw) calc(200 / 1440 * 100vw);
}

.c_form {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2.5rem 3rem;
}

.f_title {
  font-size: 0.875rem;
  font-weight: bold;
  color: #430505;
}

.f_required {
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  background-color: #9d2125;
  border-radius: 2px;
  padding: 0.125rem 0.375rem;
  margin-left: 0.4rem;
}

.c_form .f_box input,
.c_form textarea {
  width: 100%;
  padding: 0.875rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #a29696;
  margin-top: 0.5rem;
}

.c_form p {
  margin-bottom: 2.5rem;
}

.c_form input:focus {
  outline: 1px solid #288c1e;
}

.doui span {
  margin-left: 0;
}

/*デフォルトのスタイルを無効化する*/
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}
/****/

.btn-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 286px;
  width: 100%;
}

.btn-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/img1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 27%;
  transform: translateY(-50%);
  right: 16px;
}

.btn-wrapper input {
  width: 100%;
}

.btn_area {
  text-align: center;
}

.btn_area input {
  border-radius: 50px;
  border: none;
  background-color: #288c1e;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.8125rem;
}

.btn_area input:hover,
.btn_area textarea:hover {
  background-color: #37c32a;
}

span.conf_text {
  display: inline-block;
  padding: 0.6rem 0;
  width: 100%;
  border-bottom: 1px solid #a29696;
}

.btn-bk_wrapper,
.btn-st_wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
  margin: 0 2.4rem;
}

.btn_st_area input {
  border-radius: 50px;
  border: none;
  background-color: #288c1e;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.8125rem;
  width: 100%;
}

.btn_st_area input:hover {
  background-color: #37c32a;
}

.btn_bk_area input {
  border-radius: 50px;
  border: none;
  background-color: #9c9c9c;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.8125rem;
  width: 100%;
}

.btn_bk_area input:hover {
  background-color: #bdbdbd;
}

.btn-st_wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/img1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 27%;
  transform: translateY(-50%);
  right: 16px;
}

.btn-bk_wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 27%;
  transform: translateY(-50%);
  left: 16px;
}

.btn_st_area,
.btn_bk_area {
  width: 40%;
}

.btn_bk_area {
  text-align: end;
}

.wrap_tk {
  text-align: center;
}

.t_title {
  color: #430505;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 3rem 0 5.25rem 0;
}

.t_text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.top_back_btn a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #288c1e;
  max-width: 175px;
  border-radius: 50px;
  padding: 0.25rem 0;
  margin: 46px auto;
}

.top_back_btn a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #288c1e;
  max-width: 175px;
  border-radius: 50px;
  padding: 0.25rem 0;
  margin: 46px auto;
}

.top_back_btn img {
  width: 2.25rem;
  height: 2.25rem;
}

.bk_top {
  font-size: 0.875rem;
  color: #ffffff;
  padding-left: 24px;
}

.top_back_btn a:hover {
  background-color: #37c32a;
}

.area_1 {
  padding: calc(100 / 1440 * 100vw) calc(200 / 1440 * 100vw);
}

.area_1_title {
  margin-bottom: 2.5rem;
}

.title_en {
  color: #9d2125;
  font-family: "Albert Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.title_ja {
  color: #1b0303;
  font-size: 0.875rem;
}

.name_area {
  display: flex;
}

.name_en {
  font-size: 2.25rem;
  font-weight: bold;
  color: #288c1e;
}

.uchida {
  font-size: 0.875rem;
  color: #430505;
  margin-bottom: 0.45rem;
}

.daihyo {
  font-size: 0.75rem;
  color: #a29696;
}

.name_ja {
  margin-left: 1rem;
}

.daihyo_title {
  display: flex;
  align-items: center;
  margin: 1.25rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #430505;
}

.daihyo_title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;

  margin-left: 0.4em;
  background: #a29696;
}

.d_meg {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.table_design03 {
  border-collapse: collapse;
  width: 100%;
}
.table_design03 th,
.table_design03 td {
  border-bottom: 1px solid #a29696;
  padding: 2rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.table_design03 th {
  font-weight: bold;
  width: 26%;
  min-width: 4em;
  text-align: start;
  font-size: 0.875rem;
  color: #430505;
}

.table_design03 iframe {
  aspect-ratio: 31/15;
  width: 100%;
  margin-top: 2rem;
}

.area_2_cp {
  padding: 2.5rem 6.25rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
}

.bt_cn_area {
  padding: calc(60 / 1440 * 100vw) calc(200 / 1440 * 100vw);
}

.bt_cn_area img {
  width: 100%;
}

.bt_cn_area img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.area_2_wwo {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
}

.wwo_title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #9d2125;
  margin-bottom: 0.8rem;
}

.wwo_p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.wwo_con {
  margin: 2.5rem 0;
}

.wwo_part2 {
  border-top: 1px solid #a29696;
  border-bottom: 1px solid #a29696;
  padding: 2.5rem 0;
}

.bt_cn_area img.sp {
  filter: drop-shadow(2px 2px 4px #a29696);
}

.works_cont {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
}

.works_cont.wk_cn_2 {
  margin: 2.5rem 0;
}

.pp_cont.pp_con_1 {
  padding: 0 0 2.5rem 0;
}

.pp_cont {
  padding: 2.5rem 0;
  border-bottom: 1px solid #a29696;
}

.pp_c_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #430505;
}

.pp_con_p {
  font-size: 0.875rem;
  line-height: 1.5;
}

.pp_cont.pp_c_bt {
  padding-bottom: 0;
  border-bottom: none;
}

.pp_c_title.pp_c_20 {
  font-size: 1.25rem;
}

.table_pp th {
  text-align: start;
}

.table_pp td {
  padding-left: 2.5rem;
}

table.table_pp {
  border-collapse: separate;
  border-spacing: 11px !important;
}

.area_2_wwo.area_404 {
  padding: 6.25rem 2.5rem;
  text-align: center;
}

.title_404 {
  font-size: 3rem;
  font-weight: bold;
  color: #9d2125;
}

.nf {
  font-size: 0.875rem;
  color: #9d2125;
}

.nf_me {
  font-size: 1.25rem;
  font-weight: bold;
  color: #430505;
  margin: 3.75rem 0 1rem 0;
}

.nf_text {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #430505;
  margin-bottom: 3.75rem;
}

.article_area {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
}

.post_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post_cate {
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #c4c4c4;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
}

.post_date {
  font-size: 0.875rem;
}

.post_title {
  font-size: 2rem;
  font-weight: bold;
  color: #430505;
  text-align: center;
  margin: 1.25rem auto;
}

.post_thum_img img {
  width: 100%;
  height: auto;
}

.post_cont {
  margin-top: 1.25rem;
  line-height: 1.5;
}

.page_arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.page_arrow_back {
  padding-left: 1.25rem;
}

.page_arrow_next {
  padding-right: 1.25rem;
}

.page_arrow_back img,
.page_arrow_next img {
  width: 2rem;
  height: 2rem;
}

.page_arrow_back img {
  margin-right: 1rem;
}

.page_arrow_next img {
  margin-left: 1rem;
}

.page_arrow_back a,
.page_arrow_next a {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #288c1e;
  display: flex;
  align-items: center;
}

.post_hidden {
  display: none;
}

.cate_name_area {
  background-color: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
  padding: 2.5rem;
}

.cate_name {
  font-size: 0.875rem;
  font-weight: bold;
  color: #288c1e;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #a29696;

  cursor: pointer;
  padding: 0.875rem 0;
}

.cate_name.cate_active {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  background-color: #288c1e;
  border: 1px solid #288c1e;
  cursor: pointer;
  padding: 0.875rem 0;
}

.cate_index_area {
  background-color: #dfdf47;
  padding: 6.25rem 12.5rem;
}

.post_index_area {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px #a29696;
}

.p_ind_c_thum img {
  width: 100%;
  height: 100%;
}

.p_ind_c_date {
  font-size: 0.875rem;
  color: #1b0303;
}

.cate_ind {
  margin-left: 1rem;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #c4c4c4;
  border-radius: 50px;
  padding: 0.4rem 0.75rem;
}

.news-item a {
  display: inline-block;
  width: 100%;
}

.p_ind_c_title {
  font-size: 1rem;
  font-weight: bold;
  color: #9d2125;
  margin-top: 0.875rem;
}

.p_ind_c_area {
  padding: 1.25rem 0;
  border-bottom: 1px solid #a29696;
}

.tc.mt20 .btn {
  text-align: center;
  color: #288c1e;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 2rem;
}

.tc.mt20 .btn:hover {
  color: #32b526;
  font-size: 1.25rem;
}

.cate_top_m {
  margin-top: 1.25rem;
}

.cate_name a {
  color: #288c1e;
}

.cate_name:hover {
  color: #ffffff;
  background-color: #288c1e;
}

.cate_name.cate_active a {
  display: inline-block;
  color: #ffffff;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }

  .btn_flex {
    display: flex;
    justify-content: center;
  }

  .area_1_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .a1_img {
    width: 38%;
  }

  .a1_img img {
    width: 100%;
  }

  .a1_text {
    width: 52%;
  }

  .area_1_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .area_1_wrap .area_1_title {
    margin-bottom: 0;
  }

  .wwo_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .wwo_text,
  .wwo_img {
    width: 44.8%;
  }

  .wwo_img img {
    width: 100%;
  }

  .works_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cate_index_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .p_ind_c_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p_ind_c_thum {
    width: 23%;
  }

  .p_ind_c_thum img {
    width: 100%;
  }

  .p_ind_c_text {
    width: 74%;
  }

  .cate_name_area {
    width: 21%;
  }

  .post_index_area {
    width: 75%;
  }
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  .top-img {
    margin-top: 16vw;
  }
  .contact_area {
    padding: 4rem 0;
  }

  .c_form {
    padding: 2rem;
    width: 90%;
  }
  .btn_st_area,
  .btn_bk_area {
    width: 100%;
    text-align: center;
  }

  .t_title {
    font-size: 1.5rem;
    margin: 3rem 0 3.25rem 0;
  }

  .wrap_kaisou {
    width: 90%;
  }

  .area_1 {
    padding: calc(64 / 375 * 100vw) calc(32 / 375 * 100vw);
  }

  .area_1_title {
    margin-bottom: 1.5rem;
  }
  .a1_img img {
    width: 100%;
  }

  .a1_img {
    margin-bottom: 2.8125rem;
  }

  .contact_area.cp_area {
    padding: calc(64 / 375 * 100vw) calc(16 / 375 * 100vw);
  }

  .area_1_title {
    padding-left: calc(16 / 375 * 100vw);
  }

  .area_2_cp {
    padding: 4rem 2.75rem;
  }

  .tb_title {
    color: #430505;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.875rem;
  }

  .table_design03 iframe {
    margin-top: 1rem;
  }

  .bt_cn_area {
    padding: calc(40 / 375 * 100vw) calc(23 / 375 * 100vw);
  }

  .area_2_wwo {
    padding: 5rem 0.875rem;
  }

  .wwo_con {
    margin: 0 0 2.5rem 0;
  }

  .wwo_img img {
    width: 100%;
  }

  .area_1_title.ser_title {
    padding-left: 0;
  }

  .works_cont {
    background-color: #ffffff;
    padding: 2.5rem 0.875rem;
  }

  .wwo_text {
    margin-top: 2.5rem;
  }

  .table_pp td {
    padding-left: 0.5rem;
  }

  .article_area {
    padding: 2.5rem 1rem;
  }

  .cate_index_area {
    background-color: #dfdf47;
    padding: 4rem 1rem;
  }

  .cate_name_area {
    display: flex;
    padding: 1.25rem 0.5rem;
    font-size: 0.68rem;
    margin-bottom: 3rem;
  }

  .cate_top_m {
    margin-top: 0;
    margin-left: 0.5rem;
  }

  .cate_name {
    font-size: 0.68rem;
  }

  .cate_name.cate_active {
    font-size: 0.68rem;
  }

  .p_ind_c_date {
    font-size: 0.875rem;
    color: #1b0303;
    margin: 2rem auto 1rem auto;
  }
}

.FV2 {
  display: none;
}
