@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.date-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.3333333333vw;
  font-size: 1.2rem;
  color: #999490;
}

.p-supervisor {
  position: relative;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-supervisor__headline {
  margin-left: 8rem;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  margin: -1.4rem 1rem 0 0;
  width: 7rem;
}
.p-supervisor__details__name {
  flex: 1;
  font-size: 1.1rem;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-supervisor__details__name .job-title {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.p-supervisor__details__name .name-position {
  line-height: 1.8;
}
.p-supervisor__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  text-decoration: none;
  line-height: 1;
  font-size: 1.2rem;
}
.p-supervisor__link a {
  display: block;
  padding-left: 2rem;
  background: url(../img/tc_icon_arrow_1.png) left center no-repeat;
  background-size: contain;
}

.c-anchor {
  margin: 0 2vw 2rem;
}
.c-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.6rem;
  row-gap: 0.9rem;
}
.c-anchor__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0.5rem 1.2rem 0.5rem 1.5rem;
  border: 1px solid #c4bab2;
  border-radius: 2em;
  background: #f2f1ef;
  font-size: 1.2rem;
}
.c-anchor__item a {
  line-height: 1.2;
  color: #7f7875 !important;
}
.c-anchor__item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.c-anchor__item::after {
  content: "";
  margin-left: 0.5rem;
  width: 1.8666666667vw;
  height: 2.1333333333vw;
  background-image: url(../img/case_arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-anchor .anchor-item {
  display: flex;
  position: relative;
  flex-basis: 24%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0.18rem;
  min-height: 5.5rem;
  border-radius: 0.4rem;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
}
.p-anchor .anchor-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
  line-height: 1.2307692308;
  font-size: 1.3rem;
  color: #7f7875;
  box-sizing: border-box;
}
.p-anchor .anchor-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0.6rem;
  margin-right: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 0.1rem solid #7f7875;
  border-bottom: 0.1rem solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .p-anchor__list {
  margin: 0;
  row-gap: 1.3333333333vw;
  column-gap: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  display: list-item;
  flex-basis: auto;
  flex-shrink: 1;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item::after {
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
}
.p-anchor .p-anchor__item a {
  padding: 0;
  color: #7e7774;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0.5333333333vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity 0.1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.40625;
  font-size: 1.6rem;
}
.link.button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.2666666667vw solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
  width: 5.6vw;
  height: 10.2666666667vw;
  background: url(../../../../m/img/arrow.png) right center no-repeat;
  background-size: 5.6vw auto;
}

.p-hero {
  margin-bottom: 5.3333333333vw;
  border-bottom: 0.2666666667vw solid #d4d0ce;
}
.p-hero__title {
  margin-bottom: 9.3333333333vw;
  padding: 8.1333333333vw 0 6.9333333333vw;
  background: #d5d7d5;
  text-align: center;
}
.p-hero__title img {
  margin-right: auto;
  margin-left: auto;
  width: 90vw;
}
.p-hero__text {
  margin-right: auto;
  margin-bottom: 6.6666666667vw;
  margin-left: auto;
  width: 81.8666666667vw;
}
.p-hero__features {
  display: flex;
  justify-content: space-between;
  margin-right: 7.3333333333vw;
  margin-bottom: 6.6666666667vw;
  margin-left: 7.3333333333vw;
}
.p-hero__features__item img {
  width: auto;
  height: 19.8666666667vw;
}
.p-hero__cv {
  display: flex;
  justify-content: center;
  margin-bottom: 9.3333333333vw;
}
.p-hero__cv__item {
  width: 90vw;
}

.p-date {
  margin: 0 5.3333333333vw 4vw;
}

.p-supervisor {
  margin: 0 2.6666666667vw 5.3333333333vw;
}
.p-supervisor__link a {
  background-image: url(../../../../m/img/tc_icon_arrow_1.png);
}

.p-anchor {
  margin: 0 2.6666666667vw 5.3333333333vw;
}
.p-anchor .p-anchor__list {
  column-gap: 1.8666666667vw;
}
.p-anchor .p-anchor__item {
  width: 46.4vw;
}
.p-anchor .p-anchor__item a {
  flex-direction: column;
}
.p-anchor .p-anchor__item a::before {
  content: attr(data-eng);
  order: 1;
  margin-top: 0.5333333333vw;
  font-size: 0.8rem;
  line-height: 1;
  color: #c8bdb5;
  text-transform: capitalize;
}

.p-box {
  margin-bottom: 21.3333333333vw;
}
.p-box > *:not(.p-box__title) {
  margin-right: 5vw;
  margin-left: 5vw;
}
.p-box__title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12vw;
  padding-left: 5.0666666667vw;
  height: 17.7333333333vw;
  border-top: 0.8vw solid #569bb2;
  background-image: linear-gradient(to bottom, #fff, #f5f3f1 66%, #ebe6e2);
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 1.8rem;
  font-weight: bold;
  color: #797370;
}
.p-box__title::after {
  content: attr(data-eng);
  position: absolute;
  right: 3.4666666667vw;
  bottom: 2.6666666667vw;
  font-size: 1rem;
  font-weight: normal;
  color: #c8bdb5;
}
.p-box__subtitle {
  display: flex;
  margin-right: 5vw;
  margin-bottom: 5.3333333333vw;
  align-items: center;
  padding-left: 4vw;
  height: 8vw;
  border-left: 1.6vw solid #569bb2;
  line-height: 1.1875;
  font-size: 1.6rem;
  font-weight: bold;
  color: #797370;
}
.p-box__anchor__item::after {
  background-image: url(../../../../m/img/case_arrow1.png);
}

.p-about .p-box__title {
  margin-bottom: 3.2vw;
}
.p-about .c-anchor {
  margin-bottom: 12vw;
}
.p-about__header {
  margin-right: -5vw;
  margin-left: -5vw;
  margin-bottom: 13.3333333333vw;
  padding-top: 9.3333333333vw;
  padding-right: 5.0666666667vw;
  padding-left: 5.0666666667vw;
  background-image: linear-gradient(to bottom, #f5f3f1, #fff 82.9333333333vw, #fff 100%);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.p-about__header__title {
  margin-bottom: 5.2vw;
  padding-bottom: 6.6666666667vw;
  border-bottom: 0.2666666667vw solid #c7bcb5;
}
.p-about__header__title::before {
  content: attr(data-eng);
  display: block;
  margin-bottom: 4.6666666667vw;
  font-size: 1.2rem;
  color: #569bb2;
}
.p-about__header__text {
  margin-bottom: 5.2vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-about__contents__text {
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-about__contents__details + .p-about__contents__details {
  margin-top: 13.3333333333vw;
}
.p-about__contents + .p-about__contents {
  margin-top: 16vw;
}
.p-about__pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.8666666667vw;
}
.p-about__pics__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.4666666667vw;
  background: #7f7875;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
.p-about__pics figcaption {
  margin-top: 1.3333333333vw;
  line-height: 1.4;
}
.p-about__operation {
  display: flex;
  align-items: center;
  margin-top: 5.3333333333vw;
  background: #efece9;
  border: 0.2666666667vw solid #efece9;
}
.p-about__operation__title {
  line-height: 1.3636363636;
  font-size: 1.1rem;
  padding: 0 3.4666666667vw;
  width: 38.9333333333vw;
  box-sizing: border-box;
}

.p-risk .p-about__header__title img {
  width: 73.0666666667vw;
}
.p-risk .no2 .p-about__contents__text {
  margin-bottom: 3.8666666667vw;
}
.p-risk .no2 .p-about__contents__pic > * {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-risk .p-about__pics__title {
  margin-bottom: 1.6vw;
}
.p-risk .p-about__pics__item {
  width: 27.6vw;
}

.p-design .p-about__header__title img {
  width: 89.0666666667vw;
}
.p-design__contents {
  margin-bottom: 13.3333333333vw;
}
.p-design__contents .p-about__contents__text {
  margin-bottom: 3.8666666667vw;
}
.p-design .p-about__pics__title {
  height: 12.8vw;
  background: #325564;
  font-size: 1.6rem;
}
.p-design .p-about__pics__item {
  width: 100%;
}

.p-customize .p-about__header__title img {
  width: 83.4666666667vw;
}
.p-customize__contents > .p-about__contents__text {
  margin-bottom: 11.8666666667vw;
}
.p-customize__operation__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.8666666667vw;
  padding-bottom: 2.6666666667vw;
  border-bottom: 0.2666666667vw solid #d4d0ce;
  font-size: 1.5rem;
  font-weight: bold;
  color: #569bb3;
}
.p-customize__operation__title::after {
  content: attr(data-eng);
  align-self: flex-end;
  margin-bottom: -0.6666666667vw;
  font-size: 1rem;
  font-weight: normal;
  color: #c8bdb5;
}
.p-customize__operation__text {
  margin-bottom: 3.8666666667vw;
}
.p-customize__operation__pic {
  margin-bottom: 5.3333333333vw;
}
.p-customize__operation.pal .p-customize__table {
  margin-bottom: 2.6666666667vw;
}
.p-customize__operation.pal .p-customize__table th {
  font-weight: bold;
}
.p-customize__operation.pal .p-customize__table td {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  padding-left: 1.3333333333vw;
  line-height: 1.4;
  width: 26.5333333333vw;
}
.p-customize__operation.pal .p-customize__table tr + tr th,
.p-customize__operation.pal .p-customize__table tr + tr td {
  border-top: 0.2666666667vw solid #d4d0ce;
  font-size: 1rem;
}
.p-customize__operation.pal .p-customize__table tr:first-child td {
  text-align: right;
  padding-top: 0;
}
.p-customize__operation + .p-customize__operation {
  margin-top: 10.6666666667vw;
}
.p-customize .p-about__operation {
  margin-top: 0;
}

.p-operation {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1.8666666667vw;
  column-gap: 1.8666666667vw;
  background: url(../../../../m/img/tc_icon_arrow_4.png) right 2vw center/3.3333333333vw auto no-repeat #fff;
  color: #6d9cd0;
}
.p-operation:hover {
  text-decoration: none;
}
.p-operation:hover > * {
  opacity: 0.5;
}
.p-operation__pic {
  border: 0.2666666667vw solid #d7d4d3;
  width: 13.6vw;
}
.p-operation__text {
  line-height: 1.3636363636;
  font-size: 1.1rem;
}

.p-quality__title {
  margin-bottom: 4vw;
}
.p-quality__lead__text, .p-quality__contents__text, .p-quality__certification__text {
  line-height: 1.7857142857;
  font-size: 1.4rem;
}
.p-quality__lead {
  position: relative;
  margin-bottom: 9.2vw;
}
.p-quality__lead__title {
  position: relative;
  z-index: 1;
  margin-bottom: 6.2666666667vw;
  padding-top: 8.4vw;
  width: 87.0666666667vw;
}
.p-quality__lead__pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.8vw;
}
.p-quality__contents {
  margin-bottom: 8vw;
}
.p-quality__contents__title, .p-quality__contents__text {
  margin-bottom: 3.8666666667vw;
}
.p-quality__certification {
  padding: 4.9333333333vw 4.6666666667vw;
  border: 0.2666666667vw solid #d4d0ce;
}
.p-quality__certification__pic {
  float: right;
  margin-left: 4vw;
  margin-bottom: -2.5333333333vw;
  width: 36vw;
}

.p-flow__item {
  position: relative;
  display: flow-root;
  color: #797370;
}
.p-flow__item__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 2.1333333333vw;
  margin-bottom: 4vw;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-flow__item__title::before {
  content: "";
  display: block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: linear-gradient(to right, #f5f3f1 0%, #f5f3f1 50%, #f5f3f1 55.62%, #fff 100%);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1.3333333333vw solid #569bb2;
}
.p-flow__item__pic {
  float: right;
  width: 22vw;
  margin-left: 2.6666666667vw;
}
.p-flow__item__text {
  margin-left: 9.0666666667vw;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
.p-flow__item + .p-flow__item {
  margin-top: 8vw;
}
.p-flow__item:first-child .p-flow__item__pic {
  margin-bottom: 3.2vw;
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4.2666666667vw;
  left: 3.4666666667vw;
  display: block;
  height: calc(100% + 8vw);
  border-left: 0.2666666667vw solid #569bb2;
}
.p-flow__details {
  clear: both;
  margin-left: 6.9333333333vw;
}
.p-flow__details__title {
  display: flex;
  align-items: center;
  column-gap: 1.3333333333vw;
  margin-bottom: 0.5333333333vw;
  font-size: 1.4rem;
  font-weight: bold;
  color: #569bb2;
}
.p-flow__details__title::before {
  content: "";
  display: block;
  width: 6.4vw;
  height: 6.4vw;
  background: url(../../../../m/img/contents_360-lipo_flow_item_bg.png) 0 0/contain no-repeat;
}
.p-flow__details__text {
  margin-left: 7.7333333333vw;
  line-height: 1.4615384615;
  font-size: 1.3rem;
}
.p-flow__details + .p-flow__details {
  margin-top: 3.2vw;
}

.p-price__feature__pic {
  border: 0.2666666667vw solid #c7bcb5;
  margin-bottom: 2.9333333333vw;
}
.p-price__service {
  margin-bottom: 10.6666666667vw;
}
.p-price__service__item {
  border: 0.2666666667vw solid #c7bcb5;
}
.p-price__service__item + .p-price__service__item {
  margin-top: 1.6vw;
}
.p-price__table {
  margin-bottom: 10.6666666667vw;
  width: -webkit-fill-available;
}
.p-price__table a {
  color: #6d9cd0;
}
.p-price__table thead th,
.p-price__table thead td {
  height: 3rem;
  background: #7f7875;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #fff;
}
.p-price__table thead th {
  padding-left: 1rem;
  width: 44%;
  border-right: 0.1rem solid #fff;
}
.p-price__table thead td {
  width: 28%;
  text-align: center;
}
.p-price__table thead td:first-of-type {
  border-right: 0.1rem solid #fff;
}
.p-price__table tbody th,
.p-price__table tbody td {
  border-bottom: 0.1rem solid #d4d1d0;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #7f7875;
}
.p-price__table tbody th {
  padding: 0.75rem 1rem;
  border-right: 0.1rem solid #d4d1d0;
  border-left: 0.1rem solid #d4d1d0;
}
.p-price__table tbody th span {
  font-size: 1.1rem;
}
.p-price__table tbody td {
  border-right: 0.1rem solid #d4d1d0;
  text-align: center;
  line-height: 1.5;
}
.p-price__table tbody td.red {
  color: #ec7272;
}
.p-price__table tbody td.red .tax-included {
  color: #7f7875;
}
.p-price__table tbody td .tax-included {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
.p-price__table tbody .total th,
.p-price__table tbody .total td {
  height: 4.2rem;
  background: #f6f4f2;
  font-size: 1.3rem;
  font-weight: bold;
  color: #7f7875;
}
.p-price__cv {
  margin-bottom: 16vw;
}
.p-price__cv__title {
  margin-bottom: 4vw;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #797370;
}
.p-price__cv__list {
  display: flex;
  column-gap: 2.6666666667vw;
}
.p-price__cv__item {
  flex: 1;
}

.p-table__note {
  margin-top: 4vw;
}
.p-table__note__item {
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.p-table__note__item::before {
  content: "※";
}
.p-table__note__item a {
  text-decoration: underline;
}

.p-payment {
  border: 0.2666666667vw solid #d4d1d0;
}
.p-payment .p-payment__title {
  padding: 3.4666666667vw;
  border-bottom: 0.2666666667vw dotted #d4d0ce;
  font-size: 1.2rem;
}
.p-payment p,
.p-payment li,
.p-payment dt {
  line-height: 1.4;
  font-size: 1.6rem;
}
.p-payment small {
  display: block;
  font-size: 1rem;
}
.p-payment li {
  display: list-item;
  padding: 4.2666666667vw 2.1333333333vw 4.2666666667vw 9.3333333333vw;
  background-position: 2.1333333333vw 3.2vw;
  background-repeat: no-repeat;
}
.p-payment li:last-child {
  border: 0;
}
.p-payment li:nth-child(1) {
  background-image: url(../../../../m/img/icon_1.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(2) {
  background-image: url(../../../../m/img/icon_2.png);
  background-size: 6.6666666667vw auto;
}
.p-payment li:nth-child(3) {
  background-image: url(../../../../m/img/icon_3.png);
  background-size: 6.5333333333vw auto;
}
.p-payment li:nth-child(4) {
  background-image: url(../../../../m/img/icon_4.png);
  background-size: 6.6666666667vw auto;
}
.p-payment dd {
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: normal;
}
.p-payment dd li,
.p-payment dd dt {
  line-height: 1.8333333333;
  font-size: 1.2rem;
}
.p-payment dd dd {
  overflow: auto;
  padding: 0;
}
.p-payment dd li {
  margin-left: 1.25em;
  padding: 0;
  border: 0;
  list-style-type: decimal;
  font-weight: normal;
}
.p-payment dd li:first-child {
  letter-spacing: 0;
}
.p-payment dd li:nth-child(n) {
  background-image: none;
}
.p-payment dd li li {
  margin: 0;
  list-style-type: none;
}
.p-payment dd li li, .p-payment dd li li::before {
  content: "◇";
}
.p-payment .p-payment__item__text {
  font-size: 1em;
}
.p-payment__item {
  border-bottom: 0.2666666667vw dotted #d4d0ce;
}
.p-payment .p-necessary-item__item {
  margin-bottom: 1.7333333333vw;
  line-height: 1;
}
.p-payment .p-id__list {
  margin-top: 1.7333333333vw;
  margin-bottom: 3.4666666667vw;
}
.p-payment .p-id__item {
  margin-bottom: 1.3333333333vw;
  line-height: 1.4;
  font-size: 1rem;
}

.p-cv {
  padding: 6.5333333333vw 4.8vw 5.3333333333vw;
  background: #efebe8;
}
.p-cv__contents {
  display: flex;
  align-items: center;
  column-gap: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.p-cv__contents__inner {
  order: 1;
  flex: 1;
}
.p-cv__contents__title {
  margin-bottom: 2.4vw;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-cv__contents__text {
  line-height: 1.5;
  font-size: 1.2rem;
}
.p-cv__contents__pic {
  width: 20.8vw;
}
.p-cv__text {
  margin-bottom: 3.8666666667vw;
  line-height: 1.7857142857;
  font-size: 1.4rem;
  color: #797370;
}
.p-cv.counseling {
  margin-bottom: 21.3333333333vw;
}
/*# sourceMappingURL=360-lipo.css.map */
