@charset "utf-8";
html {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #4d4d4d;
  font-size: 100%;
  line-height: 1.5;
  position: relative;
}
ul li {
  list-style-type: none;
  margin: 0;
}
ul li:focus {
  outline-color: transparent;
}
.highlight {
  background-color: #f8f8f8;
}
section.highlight {
  padding: 4rem 0;
}
.container {
  max-width: 1232px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
main section {
  padding: 6rem 0;
}
/* title */
main h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
main h2,
.tit02 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin: 1em 0 0.75em;
  padding: 0.35em;
  background: url(img/line_tit02.svg) no-repeat center bottom / 1.3em auto;
}
main h3,
.tit03 {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  background: url(img/line_tit03.svg) no-repeat left top 0.1em / 0.25em 1.2em;
  padding: 0 0 0 0.75em;
  margin: 1em 0 0.5em;
  text-align: left;
}
main h4,
.tit04 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  background: url(img/line_tit04.svg) no-repeat left top 0.35em / 17px auto;
  padding: 0 0 0 1.5em;
  margin: 1em 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
main h5,
.tit05 {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0.5em 0 0.5em;
  color: #b8834a;
}
@media screen and (max-width: 768px) {
  main h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1em;
  }
  main h2,
  .tit02 {
    font-size: 1.7rem;
  }
  main h3,
  .tit03 {
    font-size: 1.35rem;
    background: url(img/line_tit03.svg) no-repeat left top 0.15em / 0.25em 1.2em;
  }
}
/* end/title */
main p {
  line-height: 2;
  margin-bottom: 1rem;
}
main ul {
  padding-left: 1.5em;
}
main ul li::marker {
  color: #f57a3a;
}
main ul li {
  list-style: disc;
  margin: 0.25em 0;
}
main ol {
  padding-left: 1.5em;
}
main ol li {
  margin: 0.25em 0;
}
main ol li::marker {
  color: #f57a3a;
  font-weight: 700;
}
main img.alignleft {
  float: left;
  padding: 0 0.5rem 0.5rem 0;
  max-width: 40%;
}
main img.aligncenter {
  display: block;
  margin: 0 auto;
}
main img.alignright {
  float: right;
  padding: 0 0 0.5rem 0.5rem;
  max-width: 40%;
}
section {
  padding: 4rem 0;
}
.main_contents table {
  margin-bottom: 1rem;
  width: 100%;
  table-layout: auto;
}
.main_contents table th {
  width: 25%;
  font-weight: normal;
}
.main_contents table th,
.main_contents table td {
  border: 2px solid #ede8e3;
  padding: 1rem;
}
.main_contents table th {
  background-color: #c69c6d;
  color: #fff;

  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main_contents table th,
  .main_contents table td {
    padding: 1rem 0.5rem;
  }
}
.check {
  margin-top: 3rem;
  position: relative;
}
.check p {
  display: inline-block;
  position: absolute;
  top: -1.3em;
  left: 1rem;
  z-index: 10;
  color: #fff;
  background-color: #3d70bb;
  border-radius: 20px;
  padding: 0.2em 1em 0.3em 2.5em;
  overflow: hidden;
  border-left: none;
  line-height: 2;
  margin: 0;
}
.check p:before {
  position: absolute;
  left: 0.8em;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  font-weight: 700;
  font-size: 1.1rem;
}
.check.matome p:before {
  content: "\f46d";
}
.check.pink p:before {
  content: "\f06b";
  left: 0.6em;
  top: -0.1em;
}
.cp_point li:before {
  color: #3d70bb;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 700;
  left: 0;
}
.matome .cp_point li:before {
  color: #da3c41;
}
.pink .cp_point li:before {
  color: #fa3f5b;
  content: "\f3a5";
}
.matome .cp_point {
  border: 3px double #da3c41;
  background-color: #fff8fb;
}
.check.matome p {
  background-color: #da3c41;
}
.pink .cp_point {
  border: 3px double #fa3f5b;
  background-color: #fff8fb;
}
.pink .cp_point li i {
  color: #fa3f5b;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.check.pink p {
  background-color: #fa3f5b;
}
.check p span {
  position: absolute;
  top: 0em;
  left: 0.3em;
  width: 1.8em;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.check p i {
  color: #fff;
}
.check li {
  margin-bottom: 0.5rem;
}
.btn {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  gap: 0.5em;
  border: 1px solid #29140b;
  border-radius: 3em;
  color: #29140b;
  padding: 1.25em 6em 1.25em 2em;
  position: relative;
  transition: 0.2s ease;
  background: url("img/btn_arrow.svg") no-repeat center right 1rem;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 9px 3px rgb(0 0 0 / 10%);
}

@media (max-width: 640px) {
  table.responsive_stack,
  table.responsive_stack thead,
  table.responsive_stack tbody,
  table.responsive_stack tr,
  table.responsive_stack th,
  table.responsive_stack td {
    display: block;
    width: auto !important;
  }
  table.responsive_stack th {
    background-color: #f3f3f3;
    border-bottom: none !important;
    padding: 0.4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive_stack td {
    border-bottom: none !important;
  }
  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}
/* header */
/* end/header */
/* breadcrumb */
#breadcrumb {
  background-color: #ede8e3;
  margin: 0;
}
#breadcrumb ul {
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
#breadcrumb ul li {
  margin: 0;
  padding: 0;
}
#breadcrumb ul li:after {
  content: "/";
  margin: 0 0.75rem;
}
#breadcrumb ul li:last-child:after {
  content: "";
  margin: 0;
}
#breadcrumb ul li span:last-child {
  max-width: 10rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
#breadcrumb a {
  color: #202020;
}
#breadcrumb a:hover {
  color: #8fc31f;
}
@media screen and (max-width: 1280px) {
  #breadcrumb ul {
    max-width: 960px;
    padding: 0.5em 1rem;
  }
}
@media screen and (max-width: 992px) {
  #breadcrumb {
    padding: 0;
    margin: 0;
  }
  #breadcrumb ul li span:last-child {
    max-width: 7.5rem;
  }
}
/* end/breadcrumb */
/* gnav */
@media screen and (min-width: 993px) {
  header {
    position: fixed;
    top: 1.25rem;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  header .container {
    max-width: 1840px;
    width: calc(100% - 80px);
    background-color: #fff;
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    height: 80px;
    border-radius: 3rem;
    padding: 0 2.5rem;
  }
  header .logo {
    width: 18vw;
    max-width: 326px;
  }
  header .logo img {
    width: 100%;
  }
  header .menu {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  header .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem 1.5rem;
  }
  header .menu ul li {
    position: relative;
  }
  .menu > ul > li > .dropdown {
    cursor: pointer;
  }
  .menu > ul > li > .dropdown_menu {
    visibility: hidden;
    width: auto;
    border-top: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    transform: translateY(90%);
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    opacity: 0;
    transition-property: all;
    transition-duration: 0s;
    transition-delay: 0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: 0s;
    width: 500px;
  }
  .menu > ul > li:hover .dropdown_menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(100%);
  }
  .menu > ul > li > .dropdown_menu ul {
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
    /* border: 1px solid #ddd; */
    padding: 1.5rem 1rem 1rem;
    position: relative;
    min-width: 12rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start;
  }
  .menu > ul > li > .dropdown_menu ul li {
    width: calc(50% - 0.5rem);
  }
  .menu > ul > li > .dropdown_menu ul li a {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .menu > ul > li > .dropdown_menu ul li a:before {
    content: "";
    background-color: #f57a3a;
    width: 0.4em;
    height: 0.75em;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  header .menu ul li a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s ease;
    display: block;
  }
  header .menu ul li a:hover {
    color: #f57a3a;
    font-weight: 700;
    transform: translateY(-2px);
  }
  .nav_contact {
    flex-shrink: 0;
  }
  .nav_contact .tel a {
    font-weight: 700;
    color: inherit;
    text-decoration: none;
  }
  .nav_contact .tel a span.num {
    font-size: 1.325em;
    color: #f57a3a;
  }
  .nav_contact .tel p:not(.num) {
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .menu ul {
    gap: 0.5rem 1rem;
  }
  header .menu ul li a {
    font-size: 0.875rem;
  }
  header .menu {
    gap: 1.5rem;
  }
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 992px) {
  header {
    padding: 0.5rem;
  }
  header .logo {
    width: 80%;
    max-width: 326px;
    margin: 0 auto;
  }
  header .logo img {
    width: 100%;
  }
  .menu-container {
    padding: 0;
  }
  #navArea {
    border: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #navArea nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 260px;
    min-height: 100vh;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 2000;
    opacity: 0;
    padding-top: 92px;
  }
  #navArea nav::-webkit-scrollbar {
    display: none;
  }
  #navArea nav::before {
    width: 100%;
    height: 95px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(img/logo02.png) no-repeat top 1rem center;
    background-size: auto 36px;
  }
  #navArea nav::after {
    width: 100%;
    display: block;
    position: absolute;
    top: 4.25rem;
    left: 0;
    content: "ライフグループ　ライフハウジング";
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-align: center;
    background: url(img/logo02.png) no-repeat top 1rem center;
    background-size: auto 36px;
  }
  #navArea.open nav {
    left: 0;
    opacity: 1;
    background-color: #f9f9f9;
  }
  #navArea .container {
    padding: 0;
  }
  #navArea nav ul {
    display: block;
  }
  #navArea nav ul li {
    width: 100%;
  }
  #navArea nav ul li a {
    display: block;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    transition-duration: 0.2s;
    padding: 1rem;
    font-size: 1rem;
    color: #333;
    text-decoration: none;
    margin: 0;
    position: relative;
  }
  #navArea nav ul li a::after {
    content: none;
  }
  #navArea nav ul li ul li a {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
    background-color: #f8f8f8;
  }
  #navArea nav ul li ul li a:before {
    content: "";
    background-color: #f57a3a;
    width: 0.4em;
    height: 0.75em;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  #navArea nav ul li a.dropdown::before {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #f57a3a;
    position: absolute;
    right: 1em;
    top: 50%;
  }
  #navArea nav ul li a.dropdown::after {
    content: "";
    width: 1em;
    height: 2px;
    background-color: #f57a3a;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 1em;
    top: 50%;
    border: none;
    transform: rotate(270deg);
    transition: 0.2s;
  }
  #navArea nav ul li a.dropdown.open::after {
    transform: rotate(0);
  }
  #navArea nav ul li:last-child a {
    border-bottom: none;
  }
  #navArea .btn {
    display: block;
    width: calc(100% - 2rem);
    margin: 1rem auto;
    font-size: 0.94rem;
  }
  #navArea .nav_contact .tel {
    margin: 1rem 0 0;
  }
  #navArea .nav_contact .tel a {
    font-weight: 700;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    line-height: 1;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .nav_contact .tel a span.num {
    font-size: 1.425em;
    color: #f57a3a;
  }
  .nav_contact .tel p:not(.num) {
    font-size: 0.875rem;
    text-align: center;
  }
  #navArea .nav_contact .tel p {
    margin-bottom: 0;
    text-align: center;
  }
  #navArea .nav_contact .tel p:not(.num) {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  #navArea .nav_contact .mail .btn {
    text-align: center;
  }
  .menu > ul > li > .dropdown_menu {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    display: none;
    transition: none;
  }
  .menu > ul > li:hover > .dropdown_menu {
    transform: translateY(0);
  }
  .menu > ul > li > .dropdown_menu ul {
    border-top: none;
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0.15rem;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1000;
    padding: 30px;
  }
  .toggle_btn::after {
    content: "メニュー";
    font-size: 0.8rem;
    color: #fff;
    position: fixed;
    width: 60px;
    text-align: center;
    bottom: 0.5rem;
    right: 0;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 16px;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .fixed .toggle_btn span {
    background-color: #fff;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
  }
  .toggle_btn span:nth-child(2) {
    top: 20px;
  }
  .toggle_btn span:nth-child(3) {
    top: 30px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
  .nav_contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #navArea .soudan a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    background: linear-gradient(#a2d827 0%, #38c600 48.12%, #01b900 100%);
    color: #fff;
    text-decoration: none;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 1em;
    border-radius: 2.5em;
  }
  #navArea .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    border: 1px solid #68d100;
    color: #68d100;
    background-color: #fff;
    text-decoration: none;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 1em;
    border-radius: 2.5em;
  }
  #navArea .soudan a img {
    width: 1.5em;
    display: block;
  }
  #navArea .contact a img {
    width: 1.5em;
    display: block;
  }
  #navArea .soudan a br {
    display: None;
  }
}

/* end/gnav */
.fix_bottom {
  display: none;
}
.fix_bottom {
  position: fixed;
  bottom: 0;
  background-color: #f57a3a;
  width: 100%;
  z-index: 999;
}
.fix_bottom a {
  display: block;
  width: calc(33.33% - 21px);
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
.fix_bottom a img {
  width: 2rem;
  margin: 0 auto 0.25rem;
}
.fix_bottom a span {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .fix-side {
    display: none;
  }
  .fix_bottom {
    display: flex;
  }
}
/* end/sec_cv */
/* footer */
/* end/footer */
/* default */
.page_container {
  margin: 4rem auto 4rem;
  max-width: 1232px;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_container.large {
  max-width: 1732px;
}
.main_contents {
  width: calc(100% - 308px);
}
.page_container.one_column .main_contents {
  width: 100%;
}
.page_container.one_column .main_contents h1 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .page_container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .page_container {
    margin: 4rem auto 4rem;
    max-width: 768px;
  }
  .main_contents {
    width: 100%;
  }
}
/* end/default */
/* side */
.side {
  width: 270px;
}
.side .side_menu {
  margin-bottom: 1rem;
}
.side .side_menu h3 {
  color: #fff;
  padding: 1rem 0.5rem;
  border-radius: 10px 10px 0 0;
  line-height: 1.5;
  background: url(img/side_tit_bg.png) no-repeat center / cover;
  margin-top: 1rem;
}
.side .side_menu ul {
  margin: 0;
  padding: 0;
}
.side .side_menu ul li {
  margin: 0;
  padding: 0;
}
.side .side_menu ul li a {
  padding: 1rem 0 1rem 0.5rem;
  display: block;
  border-bottom: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: 0.4s;
}
.side .side_menu ul li:last-child a {
  border: none;
}
.side .side_menu ul li a::after {
  content: url(img/icon_arrow.svg);
  display: inline-block;
  width: 0.5em;
  position: absolute;
  right: 0.5rem;
}
.side .side_menu ul li a:hover {
  background-color: #ede8e3;
}
.side .bnr {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .side {
    display: none;
  }
}
/* end/side */
/* fixed_side */
#fixed_side {
  position: fixed;
  top: 10rem;
  right: 0;
  z-index: 1000;
}
#fixed_side ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#fixed_side ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.25em;
  width: 110px;
  aspect-ratio: 1.1/1;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.35;
  transition: 0.2s ease;
}
#fixed_side ul a:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 9px 3px rgb(0 0 0 / 10%);
  opacity: 0.8;
}
#fixed_side .soudan a {
  background: linear-gradient(#a2d827 0%, #38c600 48.12%, #01b900 100%);
  color: #fff;
}
#fixed_side .soudan a img {
  width: 33px;
  transform: translateX(15%);
}
#fixed_side .contact a {
  border: 1px solid #68d100;
  color: #68d100;
  background-color: #fff;
}
#fixed_side .contact a img {
  width: 33px;
}
/* end/fixed_side */
/* hero */
.hero {
  width: 100%;
  position: relative;
  background-color: #f5f2eb;
}
.hero picture img {
  display: block;
  margin: 0 auto;
}
.hero .main_copy {
  position: absolute;
  top: 21%;
  left: 3.2%;
  width: 25.75vw;
}
.hero .main_copy img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .hero .main_copy {
    top: 31%;
    left: 6.2%;
    width: 22vw;
  }
}
@media screen and (max-width: 992px) {
  .hero .main_copy {
    top: 15%;
    left: 2.2%;
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .main_copy {
    top: 19%;
    left: 2.2%;
    width: 82vw;
  }
}
/* end/hero */
/* sv */
.sv {
  position: relative;
}
.sv img {
  width: 100%;
  height: 345px;
  object-fit: cover;
  display: block;
}
.sv .page_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 1rem 0;
  font-size: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sv img {
    height: 200px;
    object-fit: cover;
  }
  .sv .page_tit {
    height: 200px;
    padding: 0 1rem 0;
    font-size: 1.75rem;
  }
}
/* end/sv */

/* sec_cta */
.sec_cta {
  background: url("img/cta_bg.jpg") no-repeat center / cover;
}
.sec_cta .inner {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 1);
}
.cta_warp {
  display: flex;
  flex-wrap: wrap;
}
.cta_warp .tel {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem 1rem;
  border-right: 1px solid #dfdfdf;
}
.cta_warp .tel p {
  font-size: 1.5rem;
}
.cta_warp .tel .tel_tit {
  margin-bottom: 0.5rem;
}
.cta_warp .tel_tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.cta_warp .form {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem 1rem;
}
.cta_warp .form a {
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  border: 1px solid #68d100;
  border-radius: 2em;
  color: #68d100;
  padding: 1em 1.5em 1em 1em;
  max-width: 340px;
  position: relative;
  transition: 0.2s ease;
}
.cta_warp .form a img {
  width: 1.25em;
}
.cta_warp .form a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  transform: translateY(-50%);
  height: 0.65em;
  aspect-ratio: 1;
  background-color: #68d100;
}
.cta_warp .form a:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 9px 3px rgb(0 0 0 / 10%);
}
.cta_warp .form a.soudan {
  background: linear-gradient(
    to right,
    #49c161 0%,
    #49c161 43.93%,
    #85cd34 100%
  );
  color: #fff;
}
.cta_warp .form a.soudan:after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cta_warp .tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .cta_warp .tel p {
    font-size: 1.25rem;
  }
  .cta_warp .form {
    width: 100%;
  }
}
/* end/sec_cta */
.top_tit02 {
  margin-bottom: 1.5rem;
}
.top_tit02 small {
  color: #f57a3a;
  font-size: 1.125rem;
}
.top_tit02 h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.top_tit02.center {
  text-align: center;
}
.top_tit {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.top_tit span {
  color: #f57a3a;
}
.top_tit h2 {
  background: none;
  margin: 0;
  text-align: left;
  padding: 0;
}
.top_tit.center {
  align-items: center;
}
.top_tit.center span {
  text-align: center;
}
.top_tit.center h2 {
  text-align: center;
}

/* top_concept */
.top_concept .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.top_concept .inner .txt {
  width: calc(57.25% - 2rem);
  position: relative;
}
.top_concept .inner .img {
  width: 42.75%;
  position: relative;
}
.top_concept .inner .img .txt_img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
.top_concept .inner .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_concept .inner .txt .top_tit {
  margin: auto 0 1rem;
}
.top_concept .inner .txt p {
  margin: 0 0 1rem;
}
.top_concept .inner .txt .btn_area {
  padding: 1.5rem 0;
  position: relative;
  max-width: 324px;
  width: 100%;
  margin-bottom: 1rem;
}
.top_concept .inner .txt .btn_area a {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.top_concept .inner .txt .btn_area:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  padding: 0;
  background-color: #f5f2eb;
  box-shadow: 0 0 0 100vmax #f5f2eb;
  clip-path: inset(0 0 0 -100vmax);
}
.top_concept .inner .txt > img {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .top_concept .inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .top_concept .inner .txt {
    width: 100%;
  }
  .top_concept .inner .txt br {
    display: none;
  }
  .top_concept .inner .img {
    width: 100%;
    max-width: 500px;
  }
  .top_concept .inner .txt .btn_area {
    max-width: 100%;
    text-align: center;
  }
  .top_concept .inner .txt .btn_area:after {
    right: 50%;
  }
  .top_concept .inner .txt > img {
    margin: 1.5rem auto 0;
    max-width: 500px;
    width: 100%;
  }
}
/* end/top_concept */

/* top_menu */
.top_menu {
  background: url("img/bg01.jpg") no-repeat center / cover;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3rem;
}
.menu_wrap a {
  width: calc(25% - (9rem / 4));
  text-decoration: none;
  color: inherit;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.menu_wrap a .tmb {
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(169, 169, 169, 0.16);
  overflow: hidden;
}
.menu_wrap a .tmb img {
  transition: 0.2s ease;
  display: block;
}
.menu_wrap a:hover .tmb img {
  transform: scale(1.125);
  opacity: 0.8;
}
.menu_wrap a p {
  margin: 0.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.menu_wrap a p .icon {
  height: 1.25em;
}
.menu_wrap a.large {
  width: calc(50% - 1.5rem);
  display: flex;
  flex-direction: row-reverse;
}
.menu_wrap a.large .tmb {
  width: 63.1%;
  border-radius: 0 8px 8px 0;
}
.menu_wrap a.large p {
  width: 50%;
  background-color: #fff;
  margin: 0;
  border-radius: 8px 0 0 8px;
  padding: 1rem;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .menu_wrap a p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .menu_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
  .menu_wrap a {
    width: calc(50% - 0.5rem);
    text-decoration: none;
    color: inherit;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
  }
  .menu_wrap a .tmb {
    border-radius: 8px;
    box-shadow: 0px 3px 6px rgba(169, 169, 169, 0.16);
    overflow: hidden;
  }
  .menu_wrap a .tmb img {
    transition: 0.2s ease;
    display: block;
  }
  .menu_wrap a:hover .tmb img {
    transform: scale(1.125);
    opacity: 0.8;
  }
  .menu_wrap a p {
    margin: 0.5rem 0 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
  }
  .menu_wrap a p .icon {
    height: 1.25em;
  }
  .menu_wrap a.large {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
  .menu_wrap a.large .tmb {
    width: 63.1%;
    border-radius: 0 8px 8px 0;
  }
  .menu_wrap a.large p {
    width: 50%;
    background-color: #fff;
    margin: 0;
    border-radius: 8px 0 0 8px;
    padding: 1rem 0.5rem;
    justify-content: center;
  }
}
/* end/top_menu */

/* top_case */
.top_case .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}
.top_case .inner .img {
  flex-shrink: 0;
}
.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 4.5rem 0 0;
  margin-top: 1rem;
}
.marquee > img {
  position: absolute;
  z-index: 5;
  top: 0;
  right: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1240px) {
  .marquee > img {
    right: 1rem;
  }
}
.marquee__content {
  display: flex;
  animation: scroll-left 40s linear infinite;
}

.marquee__content img {
  width: 380px;
  margin-right: 10px;
  flex-shrink: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1950px); /* 画像5枚分の幅を正確に指定 */
  }
}
@media screen and (max-width: 768px) {
  .marquee {
    padding: 11vw 0 0;
  }
  .marquee > img {
    right: 1rem;
    width: 80%;
  }
  .marquee__content {
    margin-bottom: 1.5rem;
  }
  .marquee__content img {
    width: 190px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1000px); /* 画像5枚分の幅を正確に指定 */
    }
  }
  .top_case {
    margin-bottom: 1rem;
  }
}
/* end/top_case */

/* top_greeting */
.top_greeting {
  background: url("img/bg_wood.jpg") no-repeat left top / 181px auto;
  position: relative;
  overflow: hidden;
}
.top_greeting::after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #f5f2eb;
  position: absolute;
  bottom: 3rem;
  left: calc(((100% - 1200px) / 2) + 4rem);
}
@media screen and (max-width: 1200px) {
  .top_greeting::after {
    left: 7rem;
  }
}
.top_greeting .inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.top_greeting .inner .img {
  width: 60.585%;
  position: relative;
}
.top_greeting .inner .img .txt_img {
  position: absolute;
  bottom: 0;
  left: -1rem;
  transform: translateY(50%);
}
.top_greeting .inner .txt {
  width: calc(39.415% + 6rem);
  background-color: #fff;
  margin-left: -6rem;
  padding: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_greeting {
    background: url("img/bg_wood.jpg") no-repeat left top / 120px auto;
  }
  .top_greeting::after {
    bottom: 3rem;
    left: 22%;
  }
  .top_greeting .inner {
    display: flex;
    flex-direction: column;
  }
  .top_greeting .inner .img {
    width: 80%;
    max-width: 100%;
  }
  .top_greeting .inner .img .txt_img {
    left: -2rem;
    transform: translateY(-1rem);
  }
  .top_greeting .inner .txt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    margin: -1.5rem 0 0 0;
    padding: 2rem;
  }
}
/* end/top_greeting */

/* top_area */
.top_area {
  background: url("img/bg01.jpg") no-repeat center / cover;
}
.top_area .inner {
  background-color: #fff;
  padding: 4rem 2rem;
}
.top_area .inner .inner_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.top_area .inner .inner_row .txt {
  width: calc(50% - 1rem);
  max-width: 420px;
}
.top_area .inner .inner_row .txt ul {
  margin: 2rem 0;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  font-size: 1.25rem;
}
.top_area .inner .inner_row .txt ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(33.33% - 0.8rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #29140b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_area .inner .inner_row .txt p {
  margin: 0;
}
.top_area .inner .inner_row .img {
  width: calc(50% - 1rem);
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .top_area .inner .inner_row .txt {
    width: 100%;
  }
  .top_area .inner .inner_row .img {
    width: 100%;
  }
}
/* end/top_area */

/* top_info */
.top_info .inner {
  display: flex;
  flex-wrap: wrap;
}
.top_info .inner .top_tit_area {
  width: 300px;
}
.top_info .inner .info_list {
  width: calc(100% - 300px);
}
@media screen and (max-width: 992px) {
  .top_info .inner .top_tit_area {
    width: 260px;
  }
  .top_info .inner .info_list {
    width: calc(100% - 260px);
  }
}
.info_list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dfdfdf;
}
.info_list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info_list ul li a {
  display: flex;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
  gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding: 1.5rem 0;
  transition: 0.2s ease;
}
.info_list ul li a:hover {
  background-color: #fff8f5;
}
.info_list ul li a time {
  color: #919191;
  flex-shrink: 0;
}
.info_list ul li a .cat {
  color: #fff;
  background-color: #f57a3a;
  text-align: center;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0.5em;
  flex-shrink: 0;
}
.info_list ul li a .cat.column {
  background-color: #7ed21a;
}
.info_list ul li a p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top_info .inner {
    margin-bottom: 2rem;
  }
  .top_info .inner .top_tit_area {
    width: 100%;
  }
  .top_info .inner .info_list {
    width: 100%;
  }
  .info_list ul li a {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
  .info_list ul li a p {
    width: 100%;
  }
}
.top_bnr {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.top_bnr a {
  width: calc(33.33% - (4rem / 3));
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top_bnr a img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease;
}
.top_bnr a img:nth-child(2) {
  position: absolute;
  top: calc(50% + 0.75rem);
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.top_bnr a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.48;
  transition: 0.2s ease;
}
.top_bnr a .bnr_btn {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #333;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.top_bnr a .bnr_btn:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("img/btn_arrow.svg") no-repeat center / contain;
}
.top_bnr a:hover img:first-child {
  transform: scale(1.125);
}
.top_bnr a:hover:after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .top_bnr {
    justify-content: center;
    gap: 2rem;
  }
  .top_bnr a {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 640px) {
  .top_bnr {
    justify-content: center;
    gap: 1.2rem;
  }
  .top_bnr a {
    width: calc(50% - 0.6rem);
  }
  .top_bnr a img:nth-child(2) {
    max-height: 32px;
  }
  .top_bnr a .bnr_btn {
    font-size: 1.25rem;
  }
}
/* end/top_info */

footer {
  background-color: #f5f2eb;
  padding: 5rem 0;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 1rem;
}
footer .inner a {
  color: inherit;
  text-decoration: none;
}
footer .inner .company .logo {
  width: 272px;
  margin-bottom: 2rem;
}
footer .inner .reform_menu {
  width: 380px;
}
footer .inner .reform_menu h2 {
  margin-bottom: 0.75em;
}
footer .inner .reform_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
footer .inner .reform_menu ul li {
  width: calc(50% - 0.5rem);
  line-height: 1.5;
}
footer .inner .reform_menu a {
  color: #847068;

  display: flex;
  align-items: center;
  transition: 0.2s ease;
}
footer .inner .reform_menu a:hover {
  transform: translateY(-2px);
  color: #f27c46;
}
footer .inner .reform_menu a:before {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  width: 0.75em;
  display: inline-block;
  aspect-ratio: 1;
  background-color: #847068;
}
footer .inner .com_menu {
  width: 360px;
}
footer .inner .com_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
footer .inner .com_menu ul li {
  width: calc(50% - 0.5rem);
  line-height: 1.5;
}
footer .inner .com_menu ul li:nth-child(odd) {
  width: calc(60% - 0.5rem);
}
footer .inner .com_menu ul li:nth-child(even) {
  width: calc(40% - 0.5rem);
}
footer .inner .com_menu ul li a {
  color: #29140b;
  transition: 0.2s ease;
  display: block;
}
footer .inner .com_menu a:hover {
  transform: translateY(-2px);
  color: #f27c46;
}
footer .copyright {
  width: 100%;
}
@media screen and (max-width: 992px) {
  footer .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    gap: 3rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .inner .company .logo {
    width: 300px;
  }
  footer .inner .reform_menu {
    width: 400px;
    max-width: 100%;
  }
  footer .inner .reform_menu ul {
    gap: 1rem;
  }
  footer .inner .com_menu {
    width: 400px;
    max-width: 100%;
  }
  footer .inner .com_menu ul {
    gap: 1rem;
  }
}

/* page bath */
.page-id-42 .kitchen-effect_area .kitchen-effect_inner {
  background-image: url("img/bath_merit_bg.jpg");
}
/* end/page bath */

/* page toilet */
.page-id-44 .kitchen-effect_area .kitchen-effect_inner {
  background-image: url("img/toilet_merit_bg.jpg");
}
/* end/page toilet */

/* carousel */
.kitchen-reform-contact_list {
  overflow: hidden;
}
.reform_carousel {
  position: relative;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  animation: carousel 40s linear infinite;
}
.reform_carousel.seven {
  animation: carousel7 70s linear infinite;
}
.reform_carousel li {
  width: 240px;
  margin: 0 10px 0 0;
  padding: 0;
  flex-shrink: 0;
  list-style: none;
}

@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000px); /* 画像4枚分の幅を正確に指定 */
  }
}
@keyframes carousel7 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px); /* 画像4枚分の幅を正確に指定 */
  }
}
/* end/carousel */

/* page pet */
.page-id-52 .kitchen-effect_area .kitchen-effect_inner {
  background-image: url("img/pet_merit_bg.jpg");
}
.price_row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.price_row .img {
  width: calc(50% - 0.5rem);
}
.price_row .price {
  width: calc(50% - 0.5rem);
}
.price_row .price table th {
  width: 12em;
}
@media screen and (max-width: 768px) {
  .price_row .img {
    width: 100%;
  }
  .price_row .price {
    width: 100%;
  }
}
/* end/page pet */

/* area_page */
.area_img {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7fcec;
  padding: 1rem 0;
}
.area_img img {
  width: 50%;
}
.area_info {
  background-color: #f8f8f8;
  padding: 2rem;
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
@media screen and (max-width: 640px) {
  .area_info {
    padding: 1.5rem 1rem;
  }
}
/* end/area_page */

/* page_qa */
.qa-list {
  counter-reset: hoge;
  margin-bottom: 4rem;
}
.qa-list dl {
  margin-bottom: 1.5rem;
  background: #ede8e3;
  padding: 1.25rem 1rem;
}
.qa-list dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 2rem 0 0;
  position: relative;
  cursor: pointer;
}
.qa-list dl dt:before {
  content: "Q";
  margin-right: 0.5rem;
  color: #f27c46;
  font-size: 1.5rem;
}
.qa-list dl dt:after {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  display: inline-block;
  vertical-align: middle;
  border-top: 3px solid #f27c46;
  border-right: 3px solid #f27c46;
  margin: -8px 0 0 17px;
  font-size: 1.2rem;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transition: 0.4s;
}
.qa-list dl dt.open:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(315deg);
  right: 0.25rem;
  color: #333;
}
.qa-list dl dd {
  display: none;
  margin-top: 1.25rem;
  padding: 1rem 1.5rem 1rem 2.25rem;
  line-height: 1.7;
  background-color: #fff;
  position: relative;
}
.qa-list dl dd:before {
  content: "A";
  margin-right: 0.25rem;
  color: #68d100;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0.75rem;
}

/* end/page_qa */

/* company */
table p {
  line-height: 1.5;
  margin: 0;
}
.tel_link {
  color: inherit;
  text-decoration: none;
}
main table .tit04 {
  font-size: 1.125rem;
  background: url(img/line_tit04.svg) no-repeat left top 0.35em / 14px auto;
  padding: 0 0 0 1.25em;
  margin: 0 0 0.25em;
}
.map {
  margin: 2rem 0;
}
.map iframe {
  width: 100%;
  height: 340px;
}
.lead {
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .lead {
    font-size: 1.25rem;
  }
}
/* end/company */

/* case */
.case_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem 1rem;
  padding: 0;
  margin: 0;
}
.case_list ul li {
  width: calc(33.33% - (2rem / 3));
  margin: 0;
  padding: 0;
  list-style: none;
}
.case_list ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.case_list ul li .tmb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.case_list ul li .tmb img {
  width: 100%;
  height: auto;
  transition: 0.2s ease;
  display: block;
  aspect-ratio: 1.618/1;
}
.case_list ul li a:hover .tmb img {
  transform: scale(1.125);
}
.case_list ul li .tmb .cat {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    #49c161 0%,
    #49c161 43.93%,
    #85cd34 100%
  );
  color: #fff;
  font-size: 0.875rem;
  padding: 10px;
  line-height: 1.25;
}
.case_list ul li h3 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  background: none;
  padding: 0;
  color: #68d100;
  margin: 0.5em 0 0.2em;
}
.case_list ul li p {
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.case_list ul li time {
  text-align: right;
  display: block;
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .case_list ul {
    gap: 1.5rem 0.8rem;
  }
  .case_list ul li {
    width: calc(50% - 0.4rem);
  }
  .case_list ul li h3 {
    font-size: 1rem;
  }
  .case_list ul li p {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .case_list ul li .tmb .cat {
    font-size: 0.8rem;
    padding: 5px 8px;
  }
}
/* end/case */

/* contact */
.require {
  color: red;
}
.main_contents .form_table th {
  color: inherit;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  font-weight: 700;
}
.main_contents .form_table td {
  border: 1px solid #ddd;
  padding: 1rem;
}
span.wpcf7-spinner {
  display: none;
}
.form_btn {
  display: inline-block;
}
.form_btn input {
  display: block;
  background: linear-gradient(
    to right,
    #49c161 0%,
    #49c161 43.93%,
    #85cd34 100%
  );
  padding: 1em 1.5em;
  min-width: 240px;
  color: #fff;
  border-radius: 3em;
  transition: 0.2s ease;
  font-weight: 700;
  font-size: 1.125rem;
}
.form_btn input:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 9px 3px rgb(0 0 0 / 10%);
}
.form_table .wpcf7-list-item {
  margin: 0;
}
.form_table .wpcf7-list-item {
  margin: 0 1.25em 0 0;
}
label input[type="radio"] {
  transform: scale(1.5);
  margin: 0 0.75em 0 0;
  accent-color: #2ba644;
}
label input[type="checkbox"] {
  transform: scale(1.25);
  margin: 0 0.75em 0 0;
  accent-color: #2ba644;
}
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
/* end/contact */

/* wp-pagenavi */

.wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
  margin: 2em 0 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 10px !important;
  text-decoration: none;
  border: 1px solid #68d100;
  padding: 3px 5px;
  margin: 2px;
  color:inherit;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #6dd039!important;
  background-color: #68d100;
  color: #fff;
}

/* end/wp-pagenavi */
