@charset "UTF-8";

:root {
  --base-color: #222;
  --main: #6ebe82;
  --main-light: #EDF0F5;
  --main-dark: #509678;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
}

/* ================================================================================
adjust
================================================================================ */

.l-page+.l-archive {
  margin-top: 8rem !important;
}

img {
  vertical-align: middle;
}

/* ================================================================================
.l-archive
================================================================================ */

.l-archive {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}

@media screen and (max-width: 768px) {
  .l-archive {
    padding: 0;
  }
}

.l-archiveTitle {
  width: 100%;
  text-align: center;
  color: var(--main);
  font-size: 3.6rem;
  font-weight: 400;
}

.l-archiveTitle h1 {
  color: var(--main) !important;
  font-size: 3.6rem !important;
  margin-bottom: 0 !important;
}

.l-archiveTitle h1::before {
  content: none !important;
}

.l-archiveAside {
  width: calc(25% - 2rem);
}

@media screen and (max-width: 768px) {
  .l-archiveAside {
    width: 100%;
  }
}

.l-archiveAside__heading {
  background: var(--main);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 1.6rem !important;
}

.l-archiveAside__cta {
  background: var(--main-light);
  position: sticky;
  top: 6rem;
  padding: 2rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.l-archiveAside__list {
  margin-top: 1rem;
}

.l-archiveAside__list li {
  border-bottom: 0.1rem solid var(--gray);
  padding: 1rem 0;
}

.l-archiveAside__list a {
  transition: all 0.7s;
}

.l-archiveAside__list a:hover {
  color: var(--main);
}

.l-archiveAside__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 2rem;
}

.l-archiveAside__tagcloud li {
  display: flex;
}

.l-archiveAside__block {
  margin-bottom: 2.4rem !important;
}

.l-archiveAside__block+.l-archiveAside__block {
  margin-top: 2.4rem !important;
}

.l-archiveMain {
  width: calc(75% - 2rem);
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .l-archiveMain {
    width: 100%;
    padding: 0 !important;
  }
}

.l-archiveList:first-child {
  border-top: 0.1rem solid var(--gray);
}

.l-archiveList {
  border-bottom: 0.1rem solid var(--gray);
  padding: 3.2rem 0;
}

.l-archiveList__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-archiveList__taxonomy {
    width: 100%;
  }
}

.l-archiveList__taxonomy a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}

.l-archiveList__taxonomy a:hover {
  text-decoration: underline;
}

.l-archiveList__taxonomy i {
  margin-right: 0.5em;
}

.l-archiveList__date {
  font-size: 1.1rem;
  color: var(--gray-dark);
}

@media screen and (max-width: 768px) {
  .l-archiveList__date {
    width: 100%;
  }
}

.l-archiveList__date i {
  margin-right: 0.5em;
}

.l-archiveList__thumb01 {
  display: flex;
}

.l-archiveList__thumb01 li {
  width: 100%;
}

.l-archiveList__thumb01 img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb01 img {
    height: 16rem;
  }
}

.l-archiveList__thumb02 {
  display: flex;
}

.l-archiveList__thumb02 li {
  width: 50%;
}

.l-archiveList__thumb02 img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-archiveList__thumb02 img {
    height: 14rem;
  }
}

.l-archiveList__head {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin: 2.4rem 0 1.6rem 0 !important;
  color: var(--main) !important;
  border-bottom: none !important;
}

.l-archiveList__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-archiveList__bodyLeft {
  width: calc(100% - 23rem);
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyLeft {
    width: 100%;
  }
}

.l-archiveList__bodyRight {
  width: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}

@media screen and (max-width: 768px) {
  .l-archiveList__bodyRight {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.l-archiveList__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  border-radius: 0.7rem;
  color: var(--main);
  text-align: center;
  height: 4.7rem;
  transition: all 0.5s;
}

.l-archiveList__btn a:hover {
  background: var(--main);
  color: var(--white);
}

.l-archiveList__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}

.l-archiveList__dl dt {
  width: 5rem;
  font-weight: 700 !important;
}

.l-archiveList__dl dd {
  width: calc(100% - 6rem);
}

.l-archiveList__dl.wide dt {
  width: 100%;
}

.l-archiveList__dl.wide dd {
  width: 100%;
}

.l-archiveList__dl+.l-archiveList__dl {
  margin-top: 1.6rem;
}

/* ================================================================================
.l-page
================================================================================ */

.l-page {
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.l-page section .inner>*+* {
  margin-top: 4rem;
}

.l-page strong {
  font-weight: 600;
}

.l-page .left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: left;
}

.l-page .center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: center;
}

.l-page .right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 1.6rem;
  text-align: right;
}

.l-page small {
  font-size: 1.3rem;
  line-height: 1.7;
  display: inline-block;
}

.l-page img {
  max-width: 90rem;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.l-page img.no-trim {
  aspect-ratio: auto !important;
}

.l-page .flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex {
    gap: 1.6rem;
  }
}

.l-page .flex .col-1 {
  width: 100%;
}

.l-page .flex .col-1>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1>*+* {
    margin-top: 1.6rem;
  }
}

.l-page .flex .col-1 img {
  aspect-ratio: 2/1;
}

.l-page #case-area .col-1  img {
  aspect-ratio:auto;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-1 img {
    aspect-ratio: 3/2;
  }
}

.l-page .flex .col-2 {
  width: calc((100% - 5rem) / 2);
}

.l-page .flex .col-2>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-2 {
    width: 100%;
  }
}

.l-page .flex .col-3 {
  width: calc((100% - 10rem) / 3);
}

.l-page .flex .col-3>*+* {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3>*+* {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page .flex .col-3 {
    width: 100%;
  }
}

.l-page .flex.rev {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .l-page .table-wrap {
    overflow-x: scroll;
  }
}

.l-page section.default+section.default {
  margin-top: -8rem;
}

.l-page section.default .inner {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .inner {
    padding: 0;
  }
}

.l-page section.default h1 {
  color: var(--main);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 8rem;
}

.l-page section.default h1::before {
  content: none !important;
}

.l-page section.default h1 span {
  color: var(--main-dark);
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 6rem;
  position: relative;
}

.l-page section.default h1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 7rem;
  height: 0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-dark);
}

.l-page section.default h2 {
  background: var(--main-dark) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  padding: 1rem 2rem !important;
}

.l-page section.default h2 span {
  color: var(--white) !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: initial !important;
  -webkit-font-smoothing: auto !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h2 {
    font-size: 2.4rem!important;
    margin-top: 0 !important;
  }
}

.l-page section.default h2+p,
.l-page section.default h2+h3,
.l-page section.default h2+h4,
.l-page section.default h2+h5,
.l-page section.default h2+h6,
.l-page section.default h2+ol,
.l-page section.default h2+ul,
.l-page section.default h2+table,
.l-page section.default h2+.profile {
  margin-top: 4rem !important;
}

.l-page section.default h3 {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 0.1rem solid var(--main);
  line-height: 1.6;
  padding: 0 0 1rem 0;
  margin-top: 4rem !important;
}

@media screen and (max-width: 768px) {
  .l-page section.default h3 {
    font-size: 2rem;
  }
}

.l-page section.default h4 {
  background: var(--main-light);
  color: var(--main);
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.8rem 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h4 {
    font-size: 1.6rem;
  }
}

.l-page section.default h5 {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -0.8rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h5 {
    font-size: 1.4rem;
  }
}

.l-page section.default h5::before {
  content: "●";
  padding: 0 0.5em 0 0;
}

.l-page section.default h6 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: -1.6rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default h6 {
    font-size: 1.2rem;
  }
}

.l-page section.default .flowTtl {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
}

.l-page section.default .flowTtl span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.number {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ol.number li {
  position: relative;
  margin: 0;
  padding: 0.9rem 0 0.9rem 6.6rem;
}

.l-page section.default ol.number li::before {
  counter-increment: list;
  content: counter(list);
  color: var(--main-dark);
  background: var(--main-light);
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}

.l-page section.default ol.number li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ol.number li+li {
  margin-top: 2.4rem;
}

.l-page section.default ol.flow {
  counter-reset: list;
}

.l-page section.default ol.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ol.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ol.flow li div {
    width: 100%;
  }
}

.l-page section.default ol.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ol.flow li div span::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
}

.l-page section.default ol.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ol.flow li div.full {
  width: 100%;
}

.l-page section.default ol.flow li div.full>*+* {
  margin-top: 2rem;
}

.l-page section.default ol.flow li:not(:nth-child(1)),
.l-page section.default ol.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.flow li {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.l-page section.default ul.flow li div {
  width: calc((100% - 4rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default ul.flow li div {
    width: 100%;
  }
}

.l-page section.default ul.flow li div span {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 2rem;
}

.l-page section.default ul.flow li div p+p {
  margin-top: 2rem;
}

.l-page section.default ul.flow li:not(:nth-child(1)),
.l-page section.default ul.flow li:not(:nth-child(2)) {
  margin-top: 4rem;
}

.l-page section.default ul.circle {
  list-style-type: none;
  margin-bottom: 2.4rem;
}

.l-page section.default ul.circle li {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.circle li::before {
  content: "●";
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  text-align: center;
  color: var(--main-dark);
}

.l-page section.default ul.circle li span {
  display: block;
  font-weight: 600;
}

.l-page section.default ul.circle li+li {
  margin-top: 2.4rem;
}

.l-page section.default ul.check {
  list-style-type: none;
}

.l-page section.default ul.check li {
  position: relative;
  padding: 0 0 0 5rem;
}

.l-page section.default ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 1.5rem;
  width: 2rem;
  text-align: center;
  height: 1rem;
  border-left: 0.3rem solid var(--main-dark);
  border-bottom: 0.3rem solid var(--main-dark);
  transform: rotate(-45deg);
}

.l-page section.default ul.check li+li {
  margin-top: 2.4rem;
}

.l-page section.default dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  gap: 1.6rem;
}

.l-page section.default dl dt {
  width: 10rem;
  font-weight: 600;
}

.l-page section.default dl dd {
  width: calc(100% - 11.6rem);
}

.l-page section.default table.border--none {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
}

.l-page section.default table.border--none th,
.l-page section.default table.border--none td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border--none th,
  .l-page section.default table.border--none td {
    padding: 2rem;
  }
}

.l-page section.default table.border--none th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--none th {
    width: 100% !important;
    display: block;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--none td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table.border--none th.w10,
.l-page section.default table.border--none td.w10 {
  width: 10%;
}

.l-page section.default table.border--none th.w20,
.l-page section.default table.border--none td.w20 {
  width: 20%;
}

.l-page section.default table.border--none th.w30,
.l-page section.default table.border--none td.w30 {
  width: 30%;
}

.l-page section.default table.border--none th.w40,
.l-page section.default table.border--none td.w40 {
  width: 40%;
}

.l-page section.default table.border--none th.w50,
.l-page section.default table.border--none td.w50 {
  width: 50%;
}

.l-page section.default table.border--none th.w60,
.l-page section.default table.border--none td.w60 {
  width: 60%;
}

.l-page section.default table.border--none th.w70,
.l-page section.default table.border--none td.w70 {
  width: 70%;
}

.l-page section.default table.border--none th.w80,
.l-page section.default table.border--none td.w80 {
  width: 80%;
}

.l-page section.default table.border--none th.w90,
.l-page section.default table.border--none td.w90 {
  width: 90%;
}

.l-page section.default table.border--none th.main,
.l-page section.default table.border--none td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table.border--none th.main-light,
.l-page section.default table.border--none td.main-light {
  background: var(--main-light);
}

.l-page section.default table.border--none th.gray-light,
.l-page section.default table.border--none td.gray-light {
  background: var(--gray-light);
}

.l-page section.default table.border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0.1rem solid var(--gray);
}

.l-page section.default table.border th,
.l-page section.default table.border td {
  vertical-align: middle;
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

@media screen and (max-width: 768px) {

  .l-page section.default table.border th,
  .l-page section.default table.border td {
    padding: 2rem;
  }
}

.l-page section.default table.border th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border th {
    width: 100% !important;
    display: block;
    border-right: none;
    border-bottom: 0.1rem dashed var(--gray);
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border td {
    width: 100% !important;
    display: block;
  }
}

.l-page section.default table.border th.w10,
.l-page section.default table.border td.w10 {
  width: 10%;
}

.l-page section.default table.border th.w20,
.l-page section.default table.border td.w20 {
  width: 20%;
}

.l-page section.default table.border th.w30,
.l-page section.default table.border td.w30 {
  width: 30%;
}

.l-page section.default table.border th.w40,
.l-page section.default table.border td.w40 {
  width: 40%;
}

.l-page section.default table.border th.w50,
.l-page section.default table.border td.w50 {
  width: 50%;
}

.l-page section.default table.border th.w60,
.l-page section.default table.border td.w60 {
  width: 60%;
}

.l-page section.default table.border th.w70,
.l-page section.default table.border td.w70 {
  width: 70%;
}

.l-page section.default table.border th.w80,
.l-page section.default table.border td.w80 {
  width: 80%;
}

.l-page section.default table.border th.w90,
.l-page section.default table.border td.w90 {
  width: 90%;
}

.l-page section.default table.border th.main,
.l-page section.default table.border td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table.border th.main-light,
.l-page section.default table.border td.main-light {
  background: var(--main-light);
}

.l-page section.default table.border th.gray-light,
.l-page section.default table.border td.gray-light {
  background: var(--gray-light);
}

.l-page section.default table.border--plane {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
}

.l-page section.default table.border--plane th,
.l-page section.default table.border--plane td {
  vertical-align: middle;
  border-right: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
  padding: 2.4rem;
}

.l-page section.default table.border--plane th {
  text-align: left;
  color: var(--main-dark);
  font-weight: 600;
  border-right: 0.1rem solid var(--gray);
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane th {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.border--plane td {
    padding: 0.6rem;
    font-size: 1.3rem;
  }
}

.l-page section.default table.border--plane th.w10,
.l-page section.default table.border--plane td.w10 {
  width: 10%;
}

.l-page section.default table.border--plane th.w20,
.l-page section.default table.border--plane td.w20 {
  width: 20%;
}

.l-page section.default table.border--plane th.w30,
.l-page section.default table.border--plane td.w30 {
  width: 30%;
}

.l-page section.default table.border--plane th.w40,
.l-page section.default table.border--plane td.w40 {
  width: 40%;
}

.l-page section.default table.border--plane th.w50,
.l-page section.default table.border--plane td.w50 {
  width: 50%;
}

.l-page section.default table.border--plane th.w60,
.l-page section.default table.border--plane td.w60 {
  width: 60%;
}

.l-page section.default table.border--plane th.w70,
.l-page section.default table.border--plane td.w70 {
  width: 70%;
}

.l-page section.default table.border--plane th.w80,
.l-page section.default table.border--plane td.w80 {
  width: 80%;
}

.l-page section.default table.border--plane th.w90,
.l-page section.default table.border--plane td.w90 {
  width: 90%;
}

.l-page section.default table.border--plane th.main,
.l-page section.default table.border--plane td.main {
  background: var(--main);
  color: var(--white);
}

.l-page section.default table.border--plane th.main-light,
.l-page section.default table.border--plane td.main-light {
  background: var(--main-light);
}

.l-page section.default table.border--plane th.gray-light,
.l-page section.default table.border--plane td.gray-light {
  background: var(--gray-light);
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll {
    min-width: 90rem;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll th {
    width: auto !important;
    display: table-cell !important;
  }
}

@media screen and (max-width: 768px) {
  .l-page section.default table.scroll td {
    width: auto !important;
    display: table-cell !important;
  }
}

.l-page section.default .profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.l-page section.default .profile .profileTxt {
  width: calc((100% - 0.2rem) / 2);
  height: auto;
  background: url(../img/profile.png) no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileTxt {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.l-page section.default .profile .profileTxt p:nth-child(1) {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(2) {
  font-size: 3.4rem;
  font-weight: 600;
}

.l-page section.default .profile .profileTxt p:nth-child(3) {
  color: var(--main-dark);
  margin-top: 2.4rem;
}

.l-page section.default .profile .profileImg {
  width: calc((100% - 0.2rem) / 2);
}

@media screen and (max-width: 768px) {
  .l-page section.default .profile .profileImg {
    width: 100%;
  }
}

.l-page section.default .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3rem;
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}

.l-page section.default .price__left {
  width: 24%;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}

.l-page section.default .price__left img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__left img {
    width: 60%;
  }
}

.l-page section.default .price__center {
  width: calc(52% - 6rem);
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__center {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.l-page section.default .price__right {
  width: 24%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-page section.default .price__right {
    width: 100%;
  }
}

.l-page section.default .price__product {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.l-page section.default .price__row1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row2 {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row2:nth-child(2) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__row3 {
  width: 100%;
  height: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}

.l-page section.default .price__row3:nth-child(2),
.l-page section.default .price__row3:nth-child(3) {
  border-top: 0.2rem solid var(--white);
}

.l-page section.default .price__num {
  color: var(--main-dark);
  font-size: 2rem;
  font-weight: 600;
}

.l-page section.default .price+.price {
  margin-top: -0.1rem;
}

/* ================================================================================
.l-caseSin
================================================================================ */

.l-caseSin h1::before {
  content: none !important;
}

.l-caseSin__intro {
  margin: 0 0 6rem 0;
}

.l-caseSin__full {
  margin: 4rem 0 6rem 0;
}

.l-caseSin__grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: auto auto auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "grid01 grid02 grid03""grid04 grid05 grid06""grid07 grid08 grid09";
  margin: 4rem 0 6rem 0;
}

.l-caseSin__grid .grid01 {
  grid-area: grid01;
}

.l-caseSin__grid .grid02 {
  grid-area: grid02;
}

.l-caseSin__grid .grid03 {
  grid-area: grid03;
}

.l-caseSin__grid .grid04 {
  grid-area: grid04;
}

.l-caseSin__grid .grid05 {
  grid-area: grid05;
}

.l-caseSin__grid .grid06 {
  grid-area: grid06;
}

.l-caseSin__grid .grid07 {
  grid-area: grid07;
}

.l-caseSin__grid .grid08 {
  grid-area: grid08;
}

.l-caseSin__grid .grid09 {
  grid-area: grid09;
}

.l-caseSin__grid img {
  width: 100%;
  height: auto;
}

.l-caseSin__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 0.1rem solid var(--gray);
  border-left: 0.1rem solid var(--gray);
  margin-top: 6rem;
}

.l-caseSin__table th {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 30% !important;
  padding: 1rem 2rem;
  background: var(--main-light);
}

@media screen and (max-width: 768px) {
  .l-caseSin__table th {
    width: 100% !important;
    display: block !important;
    border: none !important;
    border-bottom: 0.1rem solid var(--gray) !important;
    border-right: 0.1rem solid var(--gray) !important;
  }
}

.l-caseSin__table td {
  border-bottom: 0.1rem solid var(--gray);
  border-right: 0.1rem solid var(--gray);
  width: 70% !important;
  padding: 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-caseSin__table td {
    width: 100% !important;
    display: block !important;
    border: none !important;
    border-bottom: 0.1rem solid var(--gray) !important;
    border-right: 0.1rem solid var(--gray) !important;
  }
}

.l-caseSin__none {
  text-align: center;
}

/* ================================================================================
.caseSwiper
================================================================================ */

.caseSwiper .swiper {
  padding: 1rem 1rem;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
}

.caseSwiper .swiper-buttons {
  width: 100rem;
  margin: 0 -5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
    margin: 0 auto;
  }
}

.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--gray-dark);
  background: var(--main-light);
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: -2.4rem;
  }

  .caseSwiper .swiper-button-prev {
    left: -2.4rem;
  }
}

.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  color: var(--main-light);
  background: var(--gray-dark);
}

.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

/* ================================================================================
.noSwiper--case
================================================================================ */

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}

.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}

@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .noSwiper--case .c-card+.c-card {
    margin-top: 2.4rem;
  }
}

/* ================================================================================
.c-card
================================================================================ */

.c-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background: var(--white);
}

.c-card__link {
  position: relative;
  display: block;
}

.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white) !important;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.c-card__label a {
  color: var(--white) !important;
}

.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}

.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-card__thumb02 {
  display: flex;
}

.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

.c-card__body {
  padding: 1.6rem;
}

.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--main) !important;
  margin-top: 0 !important;
  border-bottom: none !important;
}

.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}

.c-card__dl dt {
  width: 30%;
}

.c-card__dl dd {
  width: 70%;
}

.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

/* ================================================================================
.c-pagenavi
================================================================================ */

.c-pagenavi {
  text-align: center;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .c-pagenavi {
    margin-top: 5rem;
  }
}

.c-pagenavi .nav-links a {
  border: 0.1rem solid var(--gray);
  color: var(--main);
  display: inline-block;
  padding: 0 0.6rem;
  transition: all 0.5s;
}

.c-pagenavi .nav-links a:hover {
  border: 0.1rem solid var(--main);
  background: var(--main);
  color: var(--white);
}

.c-pagenavi .nav-links span {
  border: 0.1rem solid var(--main-light);
  display: inline-block;
  padding: 0 0.6rem;
  background: var(--main-light);
}

/* ================================================================================
.p-blogSin
================================================================================ */

.p-blogSin {
  padding-bottom: 4rem;
}

.p-blogSin__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.p-blogSin__metaLeft {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaLeft {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-blogSin__metaRight {
    width: 100%;
    margin-top: 0.8rem;
  }
}

.p-blogSin__date {
  font-size: 1.3rem;
  color: var(--gray-dark);
}

.p-blogSin__date i {
  margin-right: 0.5em;
}

.p-blogSin__tax {
  border-right: 0.1rem solid var(--gray);
  padding-right: 1.6rem;
  margin-right: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-blogSin__tax {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.p-blogSin__tax a {
  color: var(--main);
  font-weight: 600;
  margin-right: 1em;
  transition: all 0.5s;
}

.p-blogSin__tax a:hover {
  text-decoration: underline;
}

.p-blogSin__tax i {
  margin-right: 0.5em;
}

/* ================================================================================
.c-tagcloud
================================================================================ */

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}

.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}

.c-tagcloud a:hover {
  background: var(--gray);
}


/*single-case*/

ul.before-after-list {
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
ul.before-after-list li h2{
    margin-bottom: 0!important;
}
    
ul.before-after-list li:nth-of-type(1) h2 {
    color: #fff;
    text-align: center;
    background-color: #717171!important;
}
ul.before-after-list li:nth-of-type(2) h2 {
    color: #fff;
    text-align: center;
}

ul.before-after-list li:nth-of-type(1) {
    position: relative;
}
ul.before-after-list li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -1.7rem;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2rem 0 1.2rem 1.2rem;
    border-color: transparent transparent transparent #519678;
}


.l-page section.default .l-caseSin h1{
    font-family: var(--sub-font);
    font-size: 3rem;
}

@media screen and (max-width: 769px) {
.l-page section.default .l-caseSin h1{
    font-size: 2.2rem;
}

.l-page section.default ul.before-after-list li h2{
    font-size: 1.5rem!important;
}

ul.before-after-list li:nth-of-type(1)::after {
    top:50%;
	left:104%;
    }
}

/*20250820add 症例・パターン2の投稿時に3枚ならびにする*/
ul.before-mid-after-list {
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
ul.before-mid-after-list li h2{
    margin-bottom: 0!important;
}
    
ul.before-mid-after-list li:nth-of-type(-n+2) h2 {
    color: #fff;
    text-align: center;
    background-color: #717171!important;
}
ul.before-mid-after-list li:nth-of-type(3) h2 {
    color: #fff;
    text-align: center;
}

ul.before-mid-after-list li:nth-of-type(-n+2) {
    position: relative;}
ul.before-mid-after-list li:nth-of-type(-n+2)::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -1.7rem;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.2rem 0 1.2rem 1.2rem;
    border-color: transparent transparent transparent #519678;
}

@media screen and (max-width: 769px) {
ul.before-mid-after-list {
    margin: 4rem 0;
    display:block;
    gap: 2rem;
}

/*
.l-page section.default ul.before-mid-after-list li h2{
    font-size: 1.5rem!important;
}
*/

ul.before-mid-after-list li:nth-of-type(-n+2)::after {
	content:none;
    }
	ul.before-mid-after-list li:nth-of-type(n+2){
		margin-top:3rem;
	}

}
