header#header {
  width: 100%;
  position: fixed;
  background: rgb(255 255 255 / 75%);
  z-index: 100;
}
.header_area {
  justify-content: space-between;
  padding: 1em;
  padding-right: 0;
}
ul#menu_id {
  display: flex;
  align-items: stretch;
  font-size: 14px;
}
ul#menu_id li {
  display: flex;
  align-items: center;
  border-right: solid 1px #b7b7b7;
}
ul#menu_id li a {
  padding: 0 1.2em;
  line-height: 1.3;
  /* border-right: solid 1px #B7B7B7; */
  position: relative;
  text-align: center;
}
.menu-item a {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-item a span {
  display: none;
}
ul#menu_id li:last-child a {
  border-right: unset;
}
ul#menu_id li a:hover {
  color: #a71527;
}
ul#menu_id li a::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #a71527;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
/*現在地とhoverの設定*/
ul#menu_id li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
div#container {
  padding-top: 5.6em;
  position: relative;
}
.tp_container {
  position: relative;
  max-width: 1580px;
  margin: 0 auto;
}
.tp_cloud__main {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* 雲 */
.tp_cloud01 {
  position: absolute;
  height: 33.33%;
  width: 35%;
  top: -5em;
  z-index: 1;
}
.tp_cloud01 img {
  height: auto;
  max-width: 617px;
  width: 100%;
}
.tp_cloud02 {
  position: absolute;
  height: 33.33%;
  width: 35%;
  top: 20%;
  right: 0;
  z-index: 1;
}
.tp_cloud02 img {
  height: auto;
  max-width: 617px;
  width: 100%;
}
.tp_cloud03 {
  position: absolute;
  height: 33.33%;
  width: 35%;
  top: 35%;
}
.tp_cloud03 img {
  height: auto;
  max-width: 617px;
  width: 100%;
}
.tp_cloud04 {
  position: absolute;
  height: 33.33%;
  width: 35%;
  top: 55%;
  right: 0;
}
.tp_cloud04 img {
  height: auto;
  max-width: 617px;
  width: 100%;
}
.tp_cloud05 {
  position: absolute;
  height: 33.33%;
  width: 35%;
  top: 75%;
}
.tp_cloud05 img {
  height: auto;
  max-width: 617px;
  width: 100%;
}
/* 雲 END */
.tp_description {
  position: relative;
  margin: 4em auto 0;
}
.main_h2 {
  font-size: 28px;
  margin-bottom: 0.5em;
}
.main_description {
  font-size: 14px;
}
.archive .main_description {
  padding: 37px 0 80px;
}
/* MV */
.tp_illustmenu {
  position: relative;
}
.tp_illustmenu__car001 {
  position: absolute;
  width: calc(100% - 2em);
  display: inline-block;
  bottom: 10%;
  left: 20%;
}
.tp_illustmenu__car001 img {
  width: 5%;
}
.tp_illustmenu__car002 {
  position: absolute;
  width: calc(100% - 2em);
  display: inline-block;
  bottom: 13%;
  left: 39%;
}
.tp_illustmenu__car002 img {
  width: 11%;
}
.tp_illustmenu__car003 {
  position: absolute;
  width: calc(100% - 2em);
  display: inline-block;
  bottom: 5%;
  left: unset;
  right: 24%;
  text-align: right;
}
.tp_illustmenu__car003 img {
  width: 11%;
}
.tp_illustmenu__menu001 {
  position: absolute;
  top: 10%;
  left: 21%;
  z-index: 1;
}
.tp_illustmenu__menu001 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu001 a span {
  position: absolute;
  display: block;
  top: 2%;
  color: #fff;
  /* font-size: 90%; */
  font-size: 86%;
  left: 33%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu001 a:hover span {
  font-size: 110%;
  left: 43%;
}
.tp_illustmenu__menu001 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
.tp_illustmenu__menu002 {
  position: absolute;
  top: 23%;
  left: 32%;
  z-index: 1;
}
.tp_illustmenu__menu002 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu002 a span {
  position: absolute;
  display: block;
  top: 3%;
  color: #fff;
  /* font-size: 90%; */
  font-size: 86%;
  /* left: 22%; */
  left: 12%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu002 a:hover span {
  /* font-size: 110%;
    left: 30%; */
  font-size: 100%;
  left: 15%;
}
.tp_illustmenu__menu002 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
.tp_illustmenu__menu003 {
  position: absolute;
  top: 38%;
  left: 43%;
  z-index: 1;
}
.tp_illustmenu__menu003 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu003 a span {
  position: absolute;
  display: block;
  /* top: 3%; */
  top: 4%;
  color: #fff;
  /* font-size: 90%; */
  font-size: 82%;
  /* left: 10%; */
  left: 8%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu003 a:hover span {
  /* font-size: 110%; */
  font-size: 100%;
  /* left: 15%; */
  left: 8%;
}
.tp_illustmenu__menu003 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
.tp_illustmenu__menu004 {
  position: absolute;
  /* top: 11%; */
  top: 21%;
  /* right: 22%; */
  right: 8%;
  z-index: 1;
}
.tp_illustmenu__menu004 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu004 a span {
  position: absolute;
  display: block;
  /* top: 3%; */
  top: 4%;
  color: #fff;
  /* font-size: 90%; */
  font-size: 82%;
  /* left: 10%; */
  left: 7%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu004 a:hover span {
  /* font-size: 110%; */
  font-size: 100%;
  /* left: 15%; */
  left: 9%;
}
.tp_illustmenu__menu004 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
.tp_illustmenu__menu005 {
  position: absolute;
  top: 36%;
  right: 17%;
  z-index: 1;
}
.tp_illustmenu__menu005 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu005 a span {
  position: absolute;
  display: block;
  top: 3%;
  color: #fff;
  /* font-size: 90%; */
  font-size: 86%;
  left: 28%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu005 a:hover span {
  /* font-size: 110%; */
  font-size: 100%;
  left: 30%;
}
.tp_illustmenu__menu005 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
.tp_illustmenu__menu006 {
  position: absolute;
  top: 33%;
  right: 3%;
  z-index: 1;
}
.tp_illustmenu__menu006 a {
  position: relative;
  display: inline-block;
}
.tp_illustmenu__menu006 a span {
  position: absolute;
  display: block;
  top: 5%;
  color: #fff;
  font-size: 90%;
  left: 28%;
  white-space: nowrap;
  transition: all 0s ease;
}
.tp_illustmenu__menu006 a:hover span {
  font-size: 110%;
  left: 30%;
}
.tp_illustmenu__menu006 a:hover img {
  transition: all 1s ease;
  width: 120%;
}
/* MV END */
.tp_menu__main--button {
  width: 16.666%;
  text-align: center;
  font-size: 16px;
}
.tp_menu {
  position: relative;
  z-index: 1;
  margin-top: -2em;
}
.tp_menu__main--button {
  width: 16.666%;
  font-size: 16px;
  height: 0;
  padding-top: 16.666%;
  position: relative;
  overflow: hidden;
}
.tp_menu__main--button a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#d9909e, #f8c7ce);
  border-radius: 100%;
  width: 92%;
  height: 92%;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px #7e7e7e;
  border: solid 2px #d9909e;
  line-height: 1.6;
}
.tp_menu__main--button a:hover {
  background: #fff;
  font-size: 18px;
  color: #d9909e;
  text-shadow: unset;
}
.tp_menu__main--button a:before {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  border-radius: 100%;
  border: solid 1.5px #fff;
}
.tp_menu__main--button a:hover:before {
  width: 0%;
  height: 0%;
  right: 12%;
  bottom: 12%;
  background: linear-gradient(#d9909e, #f8c7ce);
  transition: all 0.3s ease;
  border: none;
  z-index: -1;
}
.tp_menu__main--button:nth-child(2) a {
  background: linear-gradient(#e6c860, #f7e4a6);
  border: solid 2px #e6c860;
}
.tp_menu__main--button:nth-child(2) a:hover {
  color: #e6c860;
  background: #fff;
}
.tp_menu__main--button:nth-child(2) a:hover:before {
  background: linear-gradient(#e6c860, #f7e4a6);
}
.tp_menu__main--button:nth-child(3) a {
  background: linear-gradient(#9dc798, #c4fdbc);
  border: solid 2px #9dc798;
}
.tp_menu__main--button:nth-child(3) a:hover {
  color: #9dc798;
  background: #fff;
}
.tp_menu__main--button:nth-child(3) a:hover:before {
  background: linear-gradient(#9dc798, #c4fdbc);
}
.tp_menu__main--button:nth-child(4) a {
  background: linear-gradient(#e8aa47, #ffdba2);
  border: solid 2px #e8aa47;
}
.tp_menu__main--button:nth-child(4) a:hover {
  color: #e8aa47;
  background: #fff;
}
.tp_menu__main--button:nth-child(4) a:hover:before {
  background: linear-gradient(#e8aa47, #ffdba2);
}
.tp_menu__main--button:nth-child(5) a {
  background: linear-gradient(#78b7b4, #a7e5e1);
  border: solid 2px #78b7b4;
}
.tp_menu__main--button:nth-child(5) a:hover {
  color: #78b7b4;
  background: #fff;
}
.tp_menu__main--button:nth-child(5) a:hover:before {
  background: linear-gradient(#78b7b4, #a7e5e1);
}
.tp_menu__main--button:nth-child(6) a {
  background: linear-gradient(#6492cd, #c1dcff);
  border: solid 2px #6492cd;
}
.tp_menu__main--button:nth-child(6) a:hover {
  color: #6492cd;
  background: #fff;
}
.tp_menu__main--button:nth-child(6) a:hover:before {
  background: linear-gradient(#6492cd, #c1dcff);
}
.mv_reserve {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 80px;
}
.mv_reserve a img {
    margin: 0 auto;
    display: block;
}
.tp_news {
  margin: 4em auto 6em;
  position: relative;
}
.tp_news__archive {
  margin: 2em 0;
  background: rgb(255 255 255 / 70%);
  padding: 1em 3em;
}
.news__archive--date {
  font-size: 14px;
  letter-spacing: 0;
  width: 13%;
}
.news__archive--category {
  width: 13%;
  font-size: 14px;
}
.news_cat {
  font-size: 14px;
  background: #e5de73;
  color: #fff;
  display: inline-block;
  padding: 0.2em 1em;
}
.news__archive--ttl {
  width: 74%;
  font-size: 16px;
}
.news__archive--content {
  padding: 1.5em 0;
  border-top: solid 1px #d6d5c8;
}
.news__archive--content:hover {
  opacity: 0.6;
}
.news__archive--content:last-child {
  border-bottom: solid 1px #d6d5c8;
}
.hover a img:last-child {
  display: none;
}
.hover a:hover img:last-child {
  display: inline-block;
}
.hover a:hover img:first-child {
  display: none;
}
.tp_reserve {
    margin: 4em auto 0;
    position: relative;
    max-width: calc(920px + 1em);
    padding: 0 1em;
}
.tp_contact {
  margin: 3em auto 6em;
  position: relative;
  max-width: calc(920px + 1em);
  padding: 0 1em;
}
footer.footer {
  position: relative;
  background: url(../../assets/img/top/footer_bg@2x.png);
  background-position: center;
  background-size: cover;
  padding: 4em 0em 2em;
}
.footer_main__content {
  justify-content: space-between;
  max-width: 850px;
}
.footer_main__content--sns img {
  margin: 0 0.5em;
}
.footer_main__content--menu {
  font-size: 14px;
}
.footer_main__content--menu_content {
  display: flex;
}
.footer_main__content--list {
  padding: 0 0em 0 1em;
  margin-left: 1em;
  border-left: solid 1px #000;
}
.footer_main__content--list li a {
  margin: 0.5em 0;
  display: inline-block;
  padding-left: 1em;
  background: url(../../assets/img/top/yazirushi.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 0.5em;
}
.footer_main__content--list li a:hover {
  background: url(../../assets/img/top/yazirushi_hover.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 0.5em;
  color: #b7b7b7;
}
.footer_bottom__copy {
  text-align: center;
  font-size: 12px;
  margin-top: 3em;
}
.low_header {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-bottom: 3em;
  background: url(../../assets/img/top/ttl_illust.svg);
  background-position: 0 2em;
  background-size: 100% 4em;
  background-repeat: no-repeat;
  padding: 3em 0em 3em;
  box-shadow: 0px 3px 00px rgb(0 0 0 / 14%);
}
.low_news__archive {
  margin: 3em 0;
}
.low_news__detail--date {
  font-size: 14px;
  letter-spacing: 0;
  width: fit-content;
  margin-right: 2em;
}
.low_news__detail--category {
  width: 13%;
  font-size: 14px;
}
.low_news__detail {
  margin-bottom: 1em;
}
.low_news__ttl h1 {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.low_news__main {
  margin-bottom: 4em;
}
.low_business .main_description {
  margin: 4em 0;
}
.low_business__flow {
  background: rgb(214 213 200 / 20%);
  padding: 3em 0 2em;
}
.low_business__flow .main_description {
  margin: 0 0 2em;
}
.low_business__flow--table_ttl_content {
  clip-path: polygon(0 0, 90% 0%, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  background: #000;
  color: #fff;
  width: 14.2857%;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 600;
  padding: 1.5em 0 1em;
}
.low_business__flow--table_ttl_content img {
  margin-bottom: 1em;
}
.low_business__flow--table_ttl_content span {
  font-size: 11px;
}
.low_business__flow--table_ttl {
  margin-bottom: 2em;
  justify-content: center;
}
.time_share__table_content {
  justify-content: center;
}
.bk_pink02 {
  background: #f19bb5;
}
.bd_pink02 .low_business__flow--table_content_text {
  border: solid 1px #f19bb5;
}
.bk_green {
  background: #6bbd79;
}
.bd_green .low_business__flow--table_content_text {
  border: solid 1px #6bbd79;
}
.bk_orange {
  background: #f7ac36;
}
.bd_orange .low_business__flow--table_content_text {
  border: solid 1px #f7ac36;
}
.bk_blue {
  background: #5bc3c0;
}
.bd_blue .low_business__flow--table_content_text {
  border: solid 1px #5bc3c0;
}
.bk_pink {
  background: #e596bf;
}
.bd_pink .low_business__flow--table_content_text {
  border: solid 1px #e596bf;
}
.bk_yellow {
  background: #f0bf1c;
}
.bd_yellow .low_business__flow--table_content_text {
  border: solid 1px #f0bf1c;
}
.bk_blue02 {
  background: #69c6e0;
}
.bd_blue02 .low_business__flow--table_content_text {
  border: solid 1px #69c6e0;
}
.low_business__flow--table_content_text {
  text-align: center;
  padding: 1em 0.5em;
  letter-spacing: 0px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 1em;
  height: 7.5em;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.low_business__flow--table_content_text.full_text {
  height: 24.5em;
  position: relative;
}
.time_share__table_content .low_business__flow--table_content_text.full_text {
  height: 16em;
}
.low_business__flow--table_content_text span {
  font-size: 11px;
}
.low_business__flow--table_content_description {
  width: 12.4857%;
  margin-right: 2%;
  font-size: 12px;
}
.low_business__flow--table_content_description:last-child {
  margin-right: 0;
}
.low_business__flow--table_content_yazirushi {
  position: absolute;
  width: 1em;
  height: 100%;
  right: -1.5em;
  padding: 2.5em 0;
}
.low_business__flow--table_content_yazirushi img {
  width: 0.7em;
  margin-bottom: 7.2em;
}
.low_business__flow--table_content_yazirushi img:last-child {
  margin-bottom: 0;
}
.low_business__detail {
  margin: 4em auto;
}
.low_business__detail--content {
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}
.low_business__detail .main_description {
  margin-bottom: 3em;
}
.low_business__detail--content h3 {
  text-align: center;
  color: #fff;
  padding: 0.5em 0 0.3em;
}
.low_business__detail--img img {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 15px;
}
.low_business__detail--text {
  border: solid 1px #f7ac36;
  padding: 1.5em 1.5em 1em;
  font-size: 14px;
  height: 100%;
}
.low_business__detail--text p {
  min-height: 6em;
}
.low_business__detail--text.bd_orange {
  border: solid 1px #f7ac36;
}
.low_business__detail--text.bd_blue {
  border: solid 1px #5bc3c0;
}
.low_business__detail--text.bd_green {
  border: solid 1px #6bbd79;
}
.low_business__detail--text.bd_pink02 {
  border: solid 1px #f19bb5;
}
.low_business__detail--text.bd_yellow {
  border: solid 1px #f0bf1c;
}
.low_business__detail--text.bd_blue02 {
  border: solid 1px #69c6e0;
}
.low_business__detail--text.bd_pink {
  border: solid 1px #e596bf;
}
.low_business__plan--ttl {
  clip-path: polygon(
    100% 0,
    100% calc(100% - 2em),
    50% 100%,
    0 calc(100% - 2em),
    0 0
  );
  padding: 1.5em 0 2em;
  color: #fff;
  font-weight: 600;
}
.low_business__plan--ttl span {
  justify-content: center;
  margin-bottom: 0.5em;
}
.low_business__plan--ttl span img {
  margin: 0 0.2em;
}
.low_business__plan--text {
  font-size: 15px;
  line-height: 1.7;
  margin: 2em 0;
}
.low_business__plan--detail_content {
  border-radius: 4px;
  background: #fff;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: center;
  font-size: 12px;
  padding: 1em 0.5em;
  border: solid 1px #f19bb5;
}
.low_business__plan--detail_price {
  border-radius: 4px;
  background: #fff;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: center;
  font-size: 12px;
  border: solid 1px #f19bb5;
}
.low_business__plan--detail_price span {
  display: block;
  color: #fff;
  padding: 0.3em;
}
.low_business__plan--detail_price p {
  padding: 0.7em;
}
.low_business__plan--detail.bd_green .low_business__plan--detail_content {
  border: solid 1px #6bbd79;
}
.low_business__plan--detail.bd_yellow .low_business__plan--detail_content {
  border: solid 1px #f0bf1c;
}
.low_business__plan--detail.bd_green .low_business__plan--detail_price {
  border: solid 1px #6bbd79;
}
.low_business__plan--detail.bd_yellow .low_business__plan--detail_price {
  border: solid 1px #f0bf1c;
}
.low_business__plan--detail_price_content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 1em;
}
.low_business__plan--detail_price p span {
  color: #333;
  font-size: 11px;
  letter-spacing: 1px;
}
.low_business__shisan {
  margin: 4em auto;
}
.low_business__shisan--content {
  background: #fcf2f3;
  padding: 3em;
  border-radius: 12px;
}
.low_business__shisan--content .main_h2 {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 1em;
}
.about_h2 {
  text-align: center;
  font-size: 28px;
  border-bottom: solid 1px #f7f7f4;
  padding-bottom: 0.2em;
  margin-bottom: 2em;
}
.low_about {
  margin: 5em auto 7em;
}
.low_about__content {
  max-width: 700px;
  margin: 0 auto;
}
.low_about__content p {
  line-height: 2;
}
.low_about__content--img img {
  width: 100%;
  margin-bottom: 3em;
}
.low_about__company--table_ttl {
  background: #f7f7f4;
  width: 20%;
  text-align: center;
  padding: 2em 0;
  border-bottom: solid 1.5px #fff;
}
.low_about__company--table_text {
  background: #fff;
  width: 80%;
  padding: 2em 2em;
  border-bottom: solid 1.5px #f7f7f4;
}
.low_about__company--table_content:first-child {
  border-top: solid 1.5px #f7f7f4;
}
.low_about__company--table_text_content span {
  font-size: 14px;
}
.low_about__company--table_text_map {
  margin: 2em 0 0;
}
.low_about__company--table_text_map iframe {
  width: 80%;
  height: 25em;
}
.low_about__company--table_text_content {
  padding-bottom: 2em;
  border-bottom: dashed 1px #d6d5c8;
  margin-bottom: 2em;
}
.low_about__company--table_text_content:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.low_about__company {
  margin-bottom: 7em;
}
/*お問い合わせ*/
.low_main_content_company_flex_tittle {
  width: 250px;
  letter-spacing: 1px;
  background: unset;
  color: #333;
  padding-right: 0em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.low_main_content_company_flex_content {
  width: calc(100% - 250px);
  padding: 40px 35px;
  display: flex;
  flex-wrap: wrap;
}
.low_main_content_company_flex_main_background:first-child
  .low_main_content_company_flex_tittle {
  border-top: unset;
  min-height: unset;
}
span.contacthissu {
  border-radius: 5px;
}
span.contacthissu.nini {
  background: #909090;
}
.radio_btn input[type="radio"].radio_btn_item {
  display: none;
}
.radio_btn label {
  display: inline-block;
}
/* .radio_btn .radio_btn_item + span {
    padding-left: 37px;
    display: inline-block;
    position: relative;
    line-height: 26px;
}
.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}
.radio_btn .radio_btn_item + span::before {
	border: 1px solid #AAAAAA;
	left: 0;
	top: 0;
	height: 26px;
	width: 26px;
}
.radio_btn .radio_btn_item + span::after {
    background: #164A96;
    height: 16px;
    left: 6.25px;
    opacity: 0;
    top: 6px;
    width: 16px;
}
.radio_btn .radio_btn_item:checked + span::after {
	opacity: 1;
} */
span.mwform-radio-field.horizontal-item {
  margin: 0.5em 0.5em;
  margin-right: 2em;
  margin-left: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.low_main_content_company_flex_content p {
  width: 100%;
}
.rei {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
}
.mw_wp_form_confirm .rei {
  display: none;
}
.low_main_content_company_flex_content input[type="text"],
.low_main_content_company_flex_content input[type="tel"] {
  width: 100%;
  margin: 0em 0 0em;
  height: 60px;
  max-width: unset;
  border-radius: 0;
  border: none;
  background: #f7f7f4;
  padding: 0 0.5rem;
}
.low_main_content_company_flex_content input[type="email"] {
  width: 100%;
  margin: 0em 0 0em;
  height: 60px;
  max-width: unset;
  border-radius: 0;
  padding: 0 1em;
  border: none;
  background: #f7f7f4;
}
.low_main_content_company_flex_content {
  border-top: unset;
  border-right: unset;
}
.low_main_content_company_flex_main_background {
  border-top: solid 1px #e8e8e7;
}
.low_main_content_company_flex_main_background:last-child {
  border-bottom: solid 1px #b9b9b9;
}
.low_main_content_company_flex_main2 {
  border-bottom: solid 1px #e8e8e7;
}
.low_main_content_company_flex_content textarea {
  width: 100%;
  margin: 0em 0 0em;
  height: 180px;
  max-width: unset;
  border-radius: 0;
  padding: 1em;
  border: none;
  background: #f7f7f4;
}
.form_policy {
  margin: 120px auto 48px;
}
.form_policy__text p {
  margin-bottom: 30px;
}
.low_content_thankspage {
  background: #f7f7f4;
  margin: 7em 0;
  padding: 4em 0;
}
.low_content_thankspage h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
}
.form_policy_check {
  display: flex;
  align-items: center;
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.form_policy {
  margin: 4em auto;
  text-align: center;
}
.low_waku_form {
  margin-bottom: 7em;
}
p.btns {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
p.btns input {
  position: relative;
  padding: 1em 4.5em 1em 3em;
  font-size: 13px;
  display: inline-block;
  margin-top: 0;
  background: #fff;
  border: solid 1px #edafb9;
  color: #edafb9;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3em;
  margin: 0 1em;
}
/* p.btns input[type="submit"]:hover {
    background: #EDAFB9;
    color: #fff;
} */
p.btns input.wpcf7-previous {
  border: solid 1px #a0a0a0;
  color: #a0a0a0;
}
p.btns input.wpcf7-previous:hover {
  background: #a0a0a0;
  color: #fff;
}
/*リセット */
input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px; /*チェックボックスの横幅*/
  height: 20px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -7px; /*チェック時の位置調整*/
  left: 10px; /*チェック時の位置調整*/
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  cursor: pointer;
}
.low_contact__tel--text {
  font-size: 14px;
  margin: 2em 0 5em;
}
.privacy_policy__border {
  padding: 1em;
  border: solid 1px #adadad;
  margin-bottom: 2em;
}
.privacy_policy__main--content h2 {
  background: #f7f7f4;
  font-size: 24px;
  font-weight: 600;
  padding: 0.2em 1em;
}
.privacy_policy__main--text {
  font-size: 16px;
  margin: 1em 1em 0;
}
.privacy_policy__main--content {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: solid 1px #adadad;
}
.privacy_policy__main--content:last-child {
  border: none;
}
.works__search {
  margin: 2em 0 3em;
}
.works__search a {
  width: 14.285%;
  text-align: center;
  font-size: 15px;
  border: solid 1px #333;
  border-right: none;
  padding: 1em 0;
  letter-spacing: 0;
  cursor: pointer;
}
.works__search a:last-child {
  border-right: solid 1px #333;
}
.works__search a:hover {
  background: #333;
  color: #fff;
}
.works__search a.active {
  background: #333;
  color: #fff;
}
.works__search a.noactive {
  background: #fff;
  color: #333;
}
.works__search a.noactive:hover {
  background: #333;
  color: #fff;
}
.works__archive--category span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0.4em 0em;
  margin-right: 0.5em;
  width: 5em;
  text-align: center;
}
.bk_red {
  background: #a71527;
}
.works__archive--category {
  line-height: 1;
  margin-bottom: 0.5em;
}
.search_share .works__archive--category {
  gap: .5em;
}
.search_share .works__archive--category span {
  margin-right: 0;
}
.works__archive--ttl {
  font-size: 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 0.7em;
  font-family: "HiraMinProN-W6", "Meiryo", "MS Mincho", serif;
}
.works__archive--detail_content {
  display: flex;
  margin-bottom: 0.5em;
}
.works__archive--detail_ttl {
  font-size: 12px;
  width: 6em;
  text-align: center;
  border: solid 1px #000;
  height: fit-content;
}
.works__archive--detail_text {
  width: calc(100% - 6em);
  font-size: 14px;
  padding-left: 1em;
  letter-spacing: 0;
}
.works__archive--detail {
  position: relative;
}
.works__archive--detail_text_more {
  /* position: absolute; */
  font-size: 12px;
  border: solid 1px #333;
  letter-spacing: 0;
  border-radius: 2em;
  padding: 0 0.5em;
  /* right: 0;
  bottom: 0.2em; */
  margin-left: auto;
  max-width: 100px;
  text-align: center;
}
a:hover .works__archive--detail_text_more {
  background: #333;
  color: #fff;
}
.works_description {
  background: rgb(214 213 200 / 20%);
  /* padding: 35px 0; */
  padding: 50px 0 0;
  margin-bottom: 80px;
}
.works_description--main h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}
.works_description--main {
  /* background: #fff; */
  border-radius: 10px;
  /* padding: 2em; */
  /* margin-top: 2em; */
  padding: 0 2em 4em;
}
.works_description--main_flex {
  width: 100%;
}
.works__archive--content {
  margin-bottom: 4%;
}
.low_works__mv {
  width: 100%;
  margin-bottom: 2em;
}
.low_works__mv img {
  width: 100%;
  height: auto;
}
.low_works__content {
  /* width: 60%; */
  /* margin-right: 4%; */
}
.low_works__img_archive {
  /* width: 36%; */
}
.low_works__img_archive:empty {
  display: none;
}
.low_works__main.grid:has(.low_works__img_archive) {
  grid-template-columns: 1fr 36%;
}
/* :has()をサポートしていないブラウザのためのフォールバック */
@supports not (selector(:has(*))) {
  .low_works__main.grid {
      display: flex;
      flex-wrap: wrap;
  }
  
  .low_works__content {
      flex: 1 1 100%;
  }
  
  .low_works__img_archive {
      flex: 0 0 36%;
  }
  
  .low_works__main.grid .low_works__content {
      flex: 1 1 calc(100% - 40%);
  }
}
.low_works__img_archive--img {
  margin-bottom: 1em;
  /* margin-left: 4%; */
}
.low_works__img_archive--img img {
  width: 100%;
}
.works__archive--maintext {
  margin: 2em 0;
}
.low_works__main {
  margin-bottom: 4em;
}
.low_works__main.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4%;
}
.search_share_low_header {
  padding-bottom: 1em;
}
.search_share_low_header h1 {
  transform: translateY(-0.5em);
}
.search_share_description {
  background: rgb(214 213 200 / 20%);
  padding: 50px 0 0;
  margin-bottom: 80px;
}
.search_share_description .works_description--main {
  background: transparent;
}
.search_share__search a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_share__search a:nth-of-type(4) {
  border-right: solid 1px #333;
}
.search_share__search a:nth-of-type(-n + 4) {
  border-bottom: 0;
}
.works_cat.new {
  background: #a71527;
}
.works_cat.open {
  background: #6bbd79;
}
.works_cat.closed {
  background: #69c6e0;
}
.works_cat.rent {
  background: #5FB7E0;
}
.works_cat.sale {
  background: #A71527;
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.7;
}
.wpcf7-spinner {
  display: none !important;
}

p.btns input[type="submit"]:not(:disabled):hover {
  background: #edafb9;
  color: #fff;
}
.contact_form .thanks-body {
  padding: 100px 0;
}
.contact_form .thanks-body p {
  text-align: center;
}
.contact_form .btns {
  margin-top: 4rem;
}
.contact_form .btns a {
  position: relative;
  padding: 1em 4.5em;
  font-size: 13px;
  display: inline-block;
  margin-top: 0;
  background: #edafb9;
  border: solid 1px #edafb9;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3em;
  margin: 0 1em;
  transition: 0.4s ease;
}
.contact_form .btns a:hover {
  color: #edafb9;
  background: #fff;
  border: solid 1px #edafb9;
}
