.p-wrapper {
  --section-gap-xl: 180px;
  --section-gap-lg: 120px;
  --section-gap-md: 90px;
  --section-gap: var(--section-gap-lg);
  padding-bottom: 180px;
}
@media (max-width: 525px) {
  .p-wrapper {
    --section-gap: var(--section-gap-md);
  }
}

.p-intro {
  padding-bottom: var(--section-gap);
  background-image: var(--bg-primary);
  background-size: cover;
}

.p-pattern01 {
  margin-top: var(--section-gap);
}
.p-pattern01__list {
  --column-count: 4;
  --column-gap: 1.25em;
  --row-gap: 1.25em;
}
@media (max-width: 1024px) {
  .p-pattern01__list {
    --column-count: 3;
  }
}
@media (max-width: 768px) {
  .p-pattern01__list {
    --column-count: 2;
  }
}
.p-pattern01__list a {
  min-width: unset;
}

.p-pattern02 {
  margin-top: var(--section-gap-md);
}
.p-pattern02__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern02__header {
    margin-bottom: 3.5em;
  }
}
.p-pattern02__column {
  padding: 3em var(--container-padding);
  margin-top: 3em;
  background-image: var(--bg-primary);
  background-size: cover;
}
@media (max-width: 525px) {
  .p-pattern02__column {
    padding: 2em var(--container-padding);
    margin-top: 2em;
  }
}

.p-pattern03 {
  margin-top: var(--section-gap);
}
.p-pattern03__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern03__header {
    margin-bottom: 3.5em;
  }
}

.p-pattern04 {
  margin-top: var(--section-gap);
}
.p-pattern04__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern04__header {
    margin-bottom: 3.5em;
  }
}

.p-pattern05 {
  margin-top: var(--section-gap);
}
.p-pattern05__header {
  margin-bottom: 4em;
}
@media (max-width: 525px) {
  .p-pattern05__header {
    margin-bottom: 2.5em;
  }
}
.p-pattern05__list {
  display: grid;
  gap: 2.5em;
}

.p-pattern06 {
  margin-top: var(--section-gap);
}
.p-pattern06__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern06__header {
    margin-bottom: 3.5em;
  }
}
.p-pattern06__table {
  padding-bottom: 1em;
}

.p-pattern07 {
  margin-top: var(--section-gap);
}
.p-pattern07__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern07__header {
    margin-bottom: 3.5em;
  }
}
.p-pattern07__list {
  display: grid;
  gap: 5em;
}

.p-pattern08 {
  margin-top: var(--section-gap);
}
.p-pattern08__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern08__header {
    margin-bottom: 3.5em;
  }
}
.p-pattern08__body {
  container-type: inline-size;
}
.p-pattern08__list {
  --column-count: 3;
  --column-gap: min(2.5em, calc(4 * var(--vw)));
  --row-gap: 3em;
}
@container (width <= 850px) {
  .p-pattern08__list {
    --column-count: 2;
  }
}
@container (width <= 550px) {
  .p-pattern08__list {
    --column-count: 1;
  }
}

.p-bg-part {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
  margin-top: var(--section-gap);
  background-image: var(--bg-primary);
  background-size: cover;
}

.p-pattern09__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern09__header {
    margin-bottom: 3.5em;
  }
}

.p-pattern10 {
  margin-top: var(--section-gap-md);
}

.p-pattern11 {
  margin-top: var(--section-gap);
}
.p-pattern11__header {
  margin-bottom: 5em;
}
@media (max-width: 525px) {
  .p-pattern11__header {
    margin-bottom: 3.5em;
  }
}
.p-pattern11__intro {
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 3em;
}
.p-pattern11__list {
  --row-gap: 1em;
  max-width: 440px;
  margin-inline: auto;
  font-size: var(--font-size-xl);
  font-weight: bold;
}

.p-pattern12 {
  margin-top: var(--section-gap);
}

.p-pattern13 {
  margin-top: var(--section-gap);
}

/*251010*/
.c-table th:first-child {
  width: 33%;
}

.c-table th > span {
  display: block;
	line-height: 3;
}

.c-table th.double > span{
	line-height:normal;
}

.c-table th.double > span small {
  display: block;
}

.c-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}

.c-tile {
  justify-content: center;
}

.c-tile__item {
  width: 31.3%;
}

.p-pattern01__list a {
  line-height: 1.4;
}

.p-pattern02__column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-pattern02__column h4 {
  font-size: 2.0rem;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: solid 1px #001833;
	width:100%;
}

.p-pattern02__column h5{
	position:absolute;
	top:-25px;
	left: 0;
	width:100%;
	text-align: center;
}

.p-pattern02__column h5 span{
	display:inline-block;
	padding:5px 30px;
	background-color:#fff;
	border:solid 3px var(--color-yellow-brown);
	border-radius: 50px;
	box-sizing: border-box;
}

.p-pattern02__column .outside{
	width:47%;
	position: relative;
	border:solid 1px var(--color-yellow-brown);
	padding:40px 40px 20px;
	background-color:#fff;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.p-pattern02__column .outside .color_type {
  margin-top: 20px;
}

.flow .c-number-list .l-image-section__heading {
  color: var(--color-yellow-brown);
  font-size: 3rem;
  border-bottom: solid 1px var(--color-yellow-brown);
}

.p-bg-part {
  padding-top: 1px;
}

.p-pattern11__list {
  font-weight: normal;
	max-width: inherit;
}

.p-pattern11__list .c-list__item::before {
  display: none;
}

.p-pattern11__list li h4,
.p-pattern11__list li p{
  display: flex;
	font-size:1.8rem;
	margin-bottom: 20px;
}

 h4.question .label{
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #705737;
  color: #fff;
 /* padding: 5px;*/
  box-sizing: border-box;
	line-height: 30px;
	 border-radius: 50%;
}

p.answer .label{
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #d1d1d2;
  color: #fff;
  box-sizing: border-box;
	line-height: 30px;
	 border-radius: 50%;
}

.p-pattern11__list li h4 .desc,
.p-pattern11__list li p .desc {
  flex: 1;
}

.p-pattern11__list .c-list__item {
  margin-bottom: 50px;
}

#pattern03 .l-image-section__main small{
	display:block;
	margin-top: 10px;
	text-indent: -1em;
	padding-left: 1em;
}

#pattern03 .l-image-section__main small a{
	display:inline-block;
	color:#cfb37a;
	text-decoration: underline;
}

.p-pattern11__list {
    text-indent: -2em;
    padding-left: 2em;
  }

.p-pattern11__list li {
    width: 100%;
    text-indent: 0;
    padding-left: 0;
  }

.is-sp{
	display:none;
}

@media (max-width: 1024px) {
.p-pattern02__column .outside{
	width:100%;
	margin-bottom: 20px;
}

.c-table th:first-child {
  width: 30%;
}
	
.c-table > tbody > tr > td {
  min-width: 21%;
}
	
.p-pattern11__list {
  width: 75%;
}
}
@media (max-width: 768px) {
.c-tile__item {
  width: 100%;
}
	
.p-pattern02__column .outside {
  width: 100%;
  margin-bottom: 50px;
}

.c-number-list {
  --number-size: 5rem;
}	


.c-detect-scroll .simplebar-content-wrapper[data-scrollable*="x"][data-scroll-state*="left"]{
  height: auto;
  overflow-y: scroll;
	overflow-s:hidden:
}
	
.c-table {
  font-size: 1.0rem;
}
	
.flow .c-number-list .l-image-section__heading {
  margin-bottom: 0px;
}
	
.c-number-list {
    --number-size: 6rem;
  }
	
.flow .c-number-list .l-image-section__heading {
  font-size: 2rem;
}
	
ul.p-pattern11__list {
    width: 90%;
    text-indent: 0em;
    padding-left: 0;
  }
	
.p-pattern11__list {
    width: 90%;
    text-indent: -2em;
    padding-left: 2em;
  }
	
h4.question .label,
p.answer .label{
  text-indent: 0;
  }
	
.l-header {
  position: inherit;
}
	
#pattern06 .c-table th:first-child {
    width: 20%;
  }
	
 .c-table > tbody > tr > td {
    min-width: 18%;
  }
	
#pattern06 .c-table {
  --padding-y: 0.25em;
  --padding-x: 0.25em;
	box-sizing: border-box;
}
	
#pattern06 .c-table th {
  vertical-align: middle;
}
	
.is-sp{
	display:block;
}
	
	
}

/* 251127 */
.c-list--bg {
  padding: 1.5em;
  background-color: rgba(var(--color-bg-secondary-rgb), 55%);
}
.justify-content-center {
  justify-content: center;
}
.price_table th,
.price_table td {
  vertical-align: middle;
}
.p-pattern11__list {
  max-width: inherit !important;
}

/* 251128 */
.homecare .l-image-section:not(:last-of-type) {
  margin-bottom: 5em;
}
.homecare .l-image-section__heading {
  color: var(--color-yellow-brown);
  font-size: 3rem;
  border-bottom: solid 1px var(--color-yellow-brown);
}
.homecare ul {
  list-style-type: disc;
}
.homecare ul li {
  margin-left: 1em;
  line-height: 2.1;
}
.homecare ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .homecare .l-image-section:not(:last-of-type) {
    margin-bottom: 3em;
  }
  .homecare .l-image-section__heading {
    font-size: 2rem;
  }
}

/* 251202 */
.case .l-image-section__heading {
  color: var(--color-yellow-brown);
  font-size: 3rem;
  border-bottom: solid 1px var(--color-yellow-brown);
}
@media (max-width: 768px) {
  .case .l-image-section__heading {
    font-size: 2rem;
  }
}

.case ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.case_table,
.case_table td,
.case_table th {  
  border: 1px solid #a58858;
  text-align: left;
}
.case_table {
  border-collapse: collapse;
  width: 100%;
}
.case_table th,
.case_table td {
  padding: 15px;
}
.case_table th {
  font-size: 20px;
  font-weight: 600;
  background-color: rgba(var(--color-bg-secondary-rgb), 67%);
}
.add_ser_sub img {
  max-width: 800px;
  width: 100%;
}
.case_table th:last-child{
  width: 30%;
}
@media screen and (max-width:768px) {
  .case_table__wrap {
    overflow-y: auto;
  }
  .case_table {
    width: 700px;
  }
  .case_table th {
    font-size: 18px;
  }
}