@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Oranienbaum&display=swap');

/* *** */
html {
  font-size: 3.125vw;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 2.666666666vw;
  }
}
@media screen and (min-width: 390px) {
  html {
    font-size: 2.564102564vw;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.302083333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}
/* @media screen and (min-width: 1144px) {
  html {
    font-size: 10px;
  }
} */

/* font */
body {
  font-family: "Inter", "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
.dec-font {
  font-family: "Oranienbaum", sans-serif;
  font-style: italic;
  font-weight: 400;
}
body {
  background-color: var(--white);
  color: var(--text_color);
  /* font-feature-settings: "palt"; */
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
.container {
  font-size: 1.2em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 375px) {
  .container {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    font-size: 1.55em;
  }
}
@media screen and (min-width: 1144px) {
  .container {
    font-size: 1.6em;
  }
}
html,
body,
.container {
  height: 100%;
}
.container-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer {
  margin-top: auto;
}

/* .gutters */
.gutters {
  padding-right: 1em;
  padding-left: 1em;
}
.gutters > [class*="-inner"] {
  width: 100%;
  max-width: var(--content_max_width);
  margin: 0 auto;
}
.gutters.document > [class*="-inner"] {
  max-width: var(--document_max_width);
}
.gutters.window > [class*="-inner"] {
  max-width: none;
}
@media screen and (min-width: 390px) {
  .gutters {
    padding-right: 1.2em;
    padding-left: 1.2em;
  }
}
@media screen and (min-width: 576px) {
  .gutters {
    padding-right: 1.35em;
    padding-left: 1.35em;
  }
}
@media screen and (min-width: 768px) {
  .gutters {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .gutters {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }
}
@media screen and (min-width: 1144px) {
  .gutters {
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* *** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
[class*="-heading"] > .heading-inner {
  display: inline-block;
}
em {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 500;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  font-weight: 700;
}
.marker {
  background-color: transparent;
  background-image: linear-gradient(transparent 77%, rgba(var(--yellow-rgb), .67) 0%);
}
.fz-normal {
  font-size: 1em;
}
.fz-large {
  font-size: 1.07em;
}
.fz-larger {
  font-size: 1.13em;
}
.fz-small {
  font-size: .91em;
}
.fz-smaller {
  font-size: .83em;
}
.fw-thin {
  font-weight: 100;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.under-line {
  background-image: linear-gradient(transparent 77%, rgba(var(--red-rgb), .67) 0%);
}
sup {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .17em auto;
  vertical-align: middle;
  position: relative;
  top: -.47em;
}
@media screen and (min-width: 576px) {
  sup {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 992px) {
  sup {
    font-size: 1.1rem;
  }
}

/* clearfix */
[class*="-inner"]::after,
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* link && pointer */
a {
  color: var(--text_link_color);
  transition: color .3s ease;
}
@media (hover: hover) {
  a:hover {
    color: var(--text_link_hover_color);
  }
  a.btn-inner:hover {
    opacity: .77;
  }
}
a:focus {
  outline: 0;
  outline: none;
}
a.dec-none,
a.tel-num {
  color: var(--text_color);
  text-decoration: none;
}
.text-btn > a {
  background-color: var(--black);
  border-radius: 3em;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  padding: 1.6em 2em 1.67em;
}
.text-btn > a .string {
  font-size: 1.125em;
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .07em;
  display: block;
  padding-left: .07em;
}
form :focus {
  outline: 2px solid var(--outline_color);
}
@media screen and (min-width: 992px) {
  a.tel-num-sp {
    color: var(--text_color);
    text-decoration: none;
  }
}
.pointer {
  cursor: pointer;
}

/* img */
img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  image-rendering: -webkit-optimize-contrast;
}
a img.transform {
  transition: transform .3s ease;
}
a.hover img.transform,
a:hover img.transform {
  opacity: .77;
  transform: scale(1.03);
}

/* list */
::marker {
  color: rgba(var(--black-rgb), .77);
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.list {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.list-before + ul.list {
  margin-top: 0;
}
ul.list > li {
  margin: 0;
  padding: 0;
}
ul.list > li:nth-child(n+2),
ul.sublist > li:nth-child(n+2),
ul.subsublist > li:nth-child(n+2),
ul.general-list > li:nth-child(n+2) {
  margin-top: .3em;
}
ul.style-none,
ol.style-none,
ul.check,
ul.contact,
ul.disc,
ul.field,
ol.field,
ul.category,
ol.category,
ul.menu,
ul.nav,
ul.pkg,
ol.pkg,
ol.step {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-none + .style-none {
  margin: 2em 0 1em;
}
ul.style-none > li,
ol.style-none > li,
ul.check > li,
ul.contact > li,
ul.field > li,
ol.field > li,
ul.category > li,
ol.category > li,
ul.menu > li,
ul.nav > li,
ul.pkg > li,
ol.pkg > li,
ol.step > li {
  margin: 0;
  padding: 0;
}
ul.list.style-none > li:nth-child(n+2),
ul.sublist.style-none > li:nth-child(n+2),
ul.subsublist.style-none > li:nth-child(n+2),
ul.general-list.style-none > li:nth-child(n+2) {
  margin-top: 0;
}
ul.disc > li {
  padding-left: 1em;
  position: relative;
}
ul.disc > li::before {
  background-color: rgba(var(--gray-rgb), 1);
  border-radius: 50%;
  content: "";
  display: block;
  width: .3em;
  height: .3em;
  position: absolute;
  top: .76em;
  left: .33em;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul > li > p.margin,
ol > li > p.margin {
  margin: 1em 0;
}
.style-none.type-1em > li {
  padding-left: 1em;
  position: relative;
}
.style-none.type-1em .symbol {
  text-align: center;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.style-none.type-1em.triangle .symbol {
  text-align: center;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .3em;
  left: 0;
}
.style-none.type-1em.triangle .symbol::before {
  background-color: var(--gray);
  content: "";
  font-size: .7em;
  display: block;
  width: 1em;
  height: 1em;
  margin: .25em auto auto .3em;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}

/* ol.num */
ol.num {
  list-style-type: none;
  counter-reset: category;
  margin: 1em 0;
  padding: 0;
}
ol.num > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num > li:nth-child(n+2) {
  margin-top: .3em;
}
ol.num > li::before {
  counter-increment: category;
  content: counter(category)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}

/* ul.check */
ul.check > li {
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 2em;
  position: relative;
}
ul.check > li::before,
ul.check > li::after {
  content: "";
  position: absolute;
}
ul.check > li::before {
  border: .2em solid rgba(var(--black-rgb), .77);
  display: block;
  width: .92em;
  height: .92em;
  top: .26em;
  left: 0;
  opacity: .83;
}
ul.check > li::after {
  border-bottom: .24em solid var(--black);
  border-left: .24em solid var(--black);
  display: block;
  width: 1.1em;
  height: .8em;
  top: 0;
  left: .01em;
  transform: rotate(-45deg);
}

/* .list-before | .list-after */
.list-before {
  margin-bottom: .75em;
}
.list-after {
  margin-top: .75em;
}

/* .rice */
ul.rice,
ol.rice {
  list-style-type: none;
  margin: 2em 0 1em;
  padding: 0;
}
ul.rice.attached,
ol.rice.attached {
  margin-top: .25em;
}
.rice .text-text,
.text-text.rice,
.text-note.rice,
ul.rice > li,
ol.rice > li {
  padding-left: 1em;
  position: relative;
}
.rice span.symbol {
  text-align: center;
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}
ol.rice.num-inline > .list-inner {
  padding-left: 3em;
}
ol.rice.num-inline span.rice {
  text-align: center;
  display: block;
  width: 2.5em;
  position: absolute;
  left: .15em;
}

/* dl, dt, dd */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
dl p {
  margin: 0;
}

/* display: none; */
@media screen and (min-width: 390px) {
  .min-w390-none {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .min-w576-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .min-w768-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .min-w992-none {
    display: none;
  }
}
@media screen and (min-width: 1144px) {
  .min-w1144-none {
    display: none;
  }
}
@media screen and (max-width: 389px) {
  .max-w389-none {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .max-w575-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .max-w767-none {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .max-w991-none {
    display: none;
  }
}
@media screen and (max-width: 1143px) {
  .max-w1143-none {
    display: none;
  }
}

/* others */
.margin-none {
  margin: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.i-block,
.inline-block {
  white-space: nowrap;
  display: inline-block;
}
.d-block,
.display-block {
  display: block;
}
.d-none,
.display-none {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.narrow.before {
  display: inline-block;
  margin-left: -.5em;
}
.narrow.after {
  letter-spacing: -.5em;
}

/* .width-narrow */
.width-narrow {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
.width-narrow.x {
  max-width: 870px;
}
.width-narrow.xx {
  max-width: 750px;
}
.width-narrow.xxx {
  max-width: 610px;
}

/* .centering-left */
.centering-left {
  text-align: center;
}
.centering-left > p,
.centering-left > ul,
.centering-left > dl,
.centering-left > .element,
.centering-left > .string {
  text-align: left;
  display: inline-block;
  margin: 0;
}
.centering-left > .d-block,
.centering-left > .display-block {
  text-align: center;
  display: block;
  margin: 1em 0 1.5em;
}
.centering-left + .centering-left {
  margin-top: .5em;
}

/* .border */
.border {
  border: 1px solid rgba(var(--gray-rgb), .4);
}
.border .text-text {
  margin: 0;
}

/* .lang-en */
.lang-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25em;
  line-height: 0;
  letter-spacing: .02em;
  position: relative;
  top: .02em;
  left: .02em;
}

/* .em-px */
.em-px {
  font-size: 1em;
  display: block;
  width: 1em;
  height: 0;
  position: absolute;
}

/* .header */
.header {
  line-height: 1.25;
  width: 100%;
  height: 3.5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 73;
}
.site-heading {
  position: relative;
  z-index: 9;
}
.header .nav-btn {
  width: 3em;
  height: 1.2em;
  position: fixed;
  top: 1.15em;
  right: 1em;
  z-index: 11;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .header .nav-btn {
    right: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .header .nav-btn {
    right: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .header .nav-btn {
    display: none;
  }
}
.header .nav-btn::before,
.header .nav-btn::after {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: .14em;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}
.header .nav-btn::before {
  top: 0;
  bottom: auto;
  transition: bottom .1s linear, rotate .3s ease;
}
.header .nav-btn::after {
  top: auto;
  bottom: 0;
  transition: top .1s linear, rotate .3s ease;
}
.sp-menu-open .header .nav-btn::before {
  top: 0;
  bottom: 0;
  /* transform: rotate(201.801409486352deg); */
  rotate: 201.801409486352deg;
}
.sp-menu-open .header .nav-btn::after {
  top: 0;
  bottom: 0;
  /* transform: rotate(-201.801409486352deg); */
  rotate: -201.801409486352deg;
}

/* .header .menu */
.header .menu a {
  text-align: center;
  text-decoration: none;
  display: block;
}
.header .menu .lang-en {
  font-size: 1.375em;
}
@media screen and (max-width: 991px) {
  .header .nav-bg {
    background-image: linear-gradient(135deg, rgba(var(--white-rgb), .85), rgba(var(--white-rgb), .97));
    width: 100%;
    height: 0;
    position: fixed;
    top: 3.5em;
    left: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(-100vh);
    transition: height .2s ease, opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .nav-bg {
    height: calc(100svh - 3.5em);
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu {
    width: 100%;
    position: fixed;
    top: 7em;
    left: 0;
    z-index: 15;
    opacity: 0;
    transform: translateY(-100vh);
    transition: opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .menu {
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu-inner {
    width: 83%;
    max-width: 450px;
    margin: .3em auto 0;
  }
  .header .menu a {
    background-color: rgba(var(--white-rgb), .33);
    background-image: linear-gradient(135deg, rgba(var(--gray-rgb), .08), rgba(var(--gray-rgb), .13));
    color: var(--indigo_iron);
    font-weight: 500;
    padding: .9em 1em 1em;
    position: relative;
  }
  .header .submenu {
    display: flex;
    gap: .3em;
    margin-top: .3em;
    position: relative;
  }
  .header .submenu-inner {
    flex: 1;
    width: calc(50% - .15em);
  }
  .header .submenu-corporation a,
  .header .submenu-individual a {
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) {
  .header .nav-bg {
    display: none;
  }
  .header .nav-body {
    width: 100%;
    height: 0;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 77;
  }
  .header .nav-body > .body-inner {
    position: relative;
  }
  .header .menu {
    line-height: 1.25;
    display: flex;
    justify-content: flex-end;
    height: 3em;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .menu-inner {
    flex: 1;
    margin-left: 1.5em;
  }
  .header .menu a {
    color: #fff;
    white-space: nowrap;
    margin: 0 .25em;
    padding: .5em;
    position: relative;
  }
}

/* .footer && .main */
.footer,
.main {
  min-height: 1%;
}
.header p,
.footer p {
  margin: 0;
}

/* .breadcrumb */
.breadcrumb {
  background-color: rgba(var(--gray-rgb), 1);
  padding: 1.5em 0 1.75em;
}
.breadcrumb .list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 .5em;
}
.breadcrumb .list-inner:not(:first-child) {
  margin-left: 2em;
  position: relative;
}
.breadcrumb .list-inner:not(:first-child)::before {
  border-top: 1px solid rgba(var(--white-rgb), .9);
  border-right: 1px solid rgba(var(--white-rgb), .9);
  content: "";
  display: block;
  width: .4em;
  height: .4em;
  margin: auto;
  position: absolute;
  top: .05em;
  bottom: 0;
  left: -1.25em;
  transform: rotate(45deg);
}
.breadcrumb .text-link {
  color: rgba(var(--purple-rgb), 1);
  text-decoration: none;
  display: block;
  position: relative;
}
.breadcrumb .text-link::before {
  background-color: rgba(var(--purple-rgb), 1);
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .2s ease;
}
.breadcrumb .a {
  font-size: .95em;
  font-weight: normal;
  font-weight: 300;
  text-decoration: none;
}
.breadcrumb .text-link-none {
  color: rgba(var(--white-rgb), .9);
}
@media (hover: hover) {
  .breadcrumb .text-link:hover {
    color: rgba(var(--purple-rgb), 1);
  }
  .breadcrumb .text-link:hover::before {
    width: 100%;
  }
}

/* .go-to-top */
.go-to-top {
  width: 100%;
  max-width: var(--content_max_width);
  height: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 71;
}
.absolute .go-to-top {
  position: absolute;
}
.go-to-top a {
  background-color: rgba(var(--black-rgb), .9);
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  right: 0;
  bottom: .25em;
  /* opacity: 0;
  transition: opacity .3s ease; */
}
.fadein .go-to-top a {
  opacity: 1;
}
.absolute .go-to-top a {
  bottom: -3em;
}
.go-to-top .icon-icon {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.go-to-top .icon-path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 768px) {
  .go-to-top a {
    bottom: .2em;
  }
}
@media (hover: hover) {
  .go-to-top a:hover {
    background-color: rgba(var(--black-rgb), .77);
  }
}

/* .copyright */
.copyright {
  text-align: center;
  padding: 1em;
}
.copyright small {
  font-size: .87em;
}

/* *** exclusive to this site *** */

body {
  background-color: var(--ssc_light_beige_x);
}
.header {
  background-color: rgba(var(--ssc_light_beige_x-rgb), .83);
  height: 3.5em;
}
.main {
  margin-top: 3.5em;
}
@media screen and (min-width: 992px) {
  .header {
    height: 4em;
  }
  .main {
    margin-top: 4em;
  }
}
@media screen and (min-width: 1144px) {
  .header {
    height: 4.5em;
  }
  .main {
    margin-top: 4.5em;
  }
}

/* .header */
.site-heading {
  display: flex;
  align-items: center;
  height: 3.5em;
  &  .heading-inner {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.15;
  }
}
.heading-contact {
  text-align: right;
  width: 100%;
  height: 0;
  margin: auto;
  padding: 0 3em;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 13;
  & .icon-link {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    color: #fff;
    display: inline-block;
    width: 3em;
    height: 3.5em;
    transition: background-color .3s ease;
  }
  & .link-inner {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
  }
  & .icon-icon {
    vertical-align: middle;
    display: table-cell;
    padding: 0 calc((100% - 1.4em) / 2);
    position: relative;
    z-index: 3;
  }
  & .icon-icon::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    width: 2.1em;
    height: 2.1em;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  & .email-icon {
    display: block;
    width: 100%;
    height: 100%;
  }
  & .email-color {
    fill: rgba(var(--ssc_violet-rgb), 1);
    transition: color .3s ease;
  }
}
@media (hover: hover) {
  .heading-contact .icon-link:hover {
    background-color: rgba(var(--purple-rgb), 1);
    & .email-color {
      fill: rgba(var(--purple-rgb), 1);
    }
  }
}
@media screen and (max-width: 991px) {
  .header .nav-btn {
    background-color: rgba(var(--ssc_violet-rgb), .8);
    width: 3em;
    height: 3.5em;
    top: 0;
    right: 0;
  }
  .header .nav-btn::before,
  .header .nav-btn::after {
    width: 2em;
    height: 2px;
  }
  .header .nav-btn::before {
    top: 1.2em;
  }
  .header .nav-btn::after {
    bottom: 1.2em;
  }
  .sp-menu-open .header .nav-btn::before {
    rotate: 211deg
  }
  .sp-menu-open .header .nav-btn::after {
    rotate: -211deg
  }
  .header .nav-bg {
    background-image: linear-gradient(135deg, rgba(var(--ssc_light_beige-rgb), .77), rgba(var(--ssc_light_beige-rgb), 1));
  }
  .header .menu-inner {
    margin-top: .5em;
    & .text-link {
      background-image: linear-gradient(135deg, rgba(var(--ssc_violet-rgb), .91), rgba(var(--ssc_violet-rgb), 1));
      border: 1px solid rgba(var(--black-rgb), .77);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 4em;
      padding: .5em;
    }
    & .icon-icon {
      display: block;
      width: 1.3em;
      height: 1.3em;
      margin: auto;
      position: absolute;
      top: 0;
      right: 1.3em;
      bottom: 0;
      z-index: 3;
    }
  }
  .header .menu-contact {
    &.tel-outer {
      margin-top: 2em;
    }
    & .num {
      font-size: 1.35em;
      font-weight: 300;
      display: block;
    }
    & .time {
      font-size: .825em;
      font-weight: 300;
    }
    & .icon-icon::before {
      background-color: #fff;
      border-radius: 50%;
      content: "";
      width: 1.8em;
      height: 1.8em;
      margin: auto;
      position: absolute;
      top: -.5em;
      right: -.5em;
      bottom: -.5em;
      left: -.5em;
      z-index: -1;
    }
  }
}
@media screen and (min-width: 390px) {
  .site-heading br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .site-heading {
    height: 4em;
  }
  .heading-contact {
    padding-right: 0;
    & .icon-link {
      width: 4em;
      height: 4em;
    }
  }
  .header .menu {
    align-items: center;
    height: 4em;
    right: 5.75em;
    & .menu-inner {
      margin-left: 1em;
    }
    & .text-link {
      color: var(--ssc_violet);
      margin: 0;
    }
    & .text-text {
      font-size: .9em;
    }
    & .icon-icon {
      display: inline-block;
      margin-left: .2em;
    }
  }
  .header .menu-contact {
    display: none;
  }
  .office  .menu-inner.menu-office::after,
  .service .menu-inner.menu-service::after,
  .fee     .menu-inner.menu-fee::after,
  .case    .menu-inner.menu-case::after,
  .flow    .menu-inner.menu-flow::after {
    background-color: rgba(var(--ssc_violet-rgb), .5);
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (min-width: 1144px) {
  .site-heading {
    height: 4.5em;
  }
  .heading-contact .icon-link {
    width: 4.5em;
    height: 4.5em;
  }
  .header .menu {
    align-items: center;
    height: 4.5em;
    right: 7em;
    & .text-text {
      font-size: 1em;
    }
  }
}
@media (hover: hover) {
  .header .menu .text-link:hover {
    color: rgba(var(--purple-rgb), 1);
  }
}

/* .footer */
.footer .footer-inner {
  & .site-header {
    padding: 4em 0 .75em;
    & .site-heading {
      display: block;
      height: auto;
    }
    & .site-heading br {
      display: none;
    }
  }
}
.footer {
  & .company-outer {
    padding: 0 0 4em;
    & .dl {
      width: fit-content;
      margin: 0 auto;
    }
    & .dl-inner {
      text-align: left;
      display: flex;
      width: fit-content;
      margin-bottom: 1.5em;
    }
    & .dt {
      display: flex;
      & .string {
        display: flex;
        justify-content: space-between;
        width: 2.2em;
      }
      & .delimiter {
        text-align: center;
        width: 1em;
        position: relative;
        top: -.03em;
      }
    }
    & .company-name .string {
      font-size: 1.125em;
      line-height: .88888em;
      position: relative;
      top: .083em;
      left: 0;
    }
    & .postal-code {
      display: block;
    }
    & .address-1st {
      display: inline-block;
      margin-right: .5em;
    }
    & .address-2nd {
      display: block;
    }
    & .tel .dec-none {
      font-size: 2em;
      font-weight: 300;
      line-height: .5em;
      letter-spacing: .03em;
      position: relative;
      top: .15em;
      left: 0;
    }
    & .time {
      text-align: center;
      margin-top: .2em;
    }
    & .btn-outer {
      margin-top: 1.5em;
      & .btn-link {
        border-radius: 0;
        letter-spacing: .01em;
        padding: 1.6em 1.5em 1.6em 1.51em;

      }
    }
  }
  & .nav-outer {
    padding-bottom: 3em;
    & .nav-inner {
      display: flex;
      justify-content: center;
      gap: .5em;
      &::after {
        display: none;
      }
      & .menu {
        width: 11.5em;
        & .menu-inner:not(:first-child),
        & .submenu-inner {
          margin-top: .8em;
        }
      }
      & .text-link {
        text-decoration: none;
        padding-left: 1em;
        position: relative;
        &::before {
          background-color: rgba(var(--ssc_dark_gray-rgb), .8);
          border-radius: 50%;
          content: "";
          display: block;
          width: .25em;
          height: .25em;
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: .375em;
        }
      }
      & .submenu {
        padding-left: 1em;
        & .text-link::before {
          width: .3em;
          height: 1px;
        }
      }
    }
  }
}
@media screen and (min-width: 768px) {
  .footer .pkg {
    display: flex;
    & .company-outer {
      width: 23em;
      padding-left: 1em;
    }
    & .nav-outer {
      width: 25em;
      margin: 0 auto;
      padding-right: 1em;
    }
  }
}
.copyright {
  background-color: var(--ssc_light_gray_x);
  padding: 1.5em;
}

/* .main */
.go-to-top {
  max-width: none;
}
.go-to-top a {
  background-color: rgba(var(--ssc_violet-rgb), .9);
  height: 3.5em;
  bottom: 0;
  transition: background-color .3s ease;
}
.absolute .go-to-top a {
  bottom: -3.5em;
}
.go-to-top .icon-icon {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .go-to-top a {
    width: 4em;
    height: 4em;
  }
  .absolute .go-to-top a {
    bottom: -4em;
  }
  .go-to-top .icon-icon {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1144px) {
  .go-to-top a {
    width: 4.5em;
    height: 4.5em;
  }
  .absolute .go-to-top a {
    bottom: -4.5em;
  }
  .go-to-top .icon-icon {
    font-size: 2em;
  }
}
@media (hover: hover) {
  .go-to-top a:hover {
    background-color: rgba(var(--purple-rgb), .9);
  }
}

/* common */
.article.common {
  position: relative;
  z-index: 3;
  & .article-inner {
    padding: calc((var(--vw) * 9) + 2em) 0 5em;
  }
}
.article-header .dec-string {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  width: calc(var(--vw) * 100);
  margin: 0 auto;
  position: absolute;
  top: .5rem;
  right: -50dvw;
  left: -50dvw;
  z-index: -1;
  & .string {
    font-size: calc((var(--vw) * 100) / 6.5);
    font-weight: 500;
    display: block;
    position: relative;
  }
}
.gutters:not(.document) .article:nth-child(odd) .dec-string .string {
  left: -.11em;
}
.gutters:not(.document) .article:nth-child(even) .dec-string .string {
  text-align: right;
  right: -.11em;
}
.common-header .heading-outer {
  width: fit-content;
  margin: 0 auto 3.3em;
  padding: 0 0 .25em;
  position: relative;
  z-index: 3;
  &::before {
    background-color: rgba(var(--ssc_wine-rgb), .5);
    content: "";
    display: block;
    width: calc(100% + .6em);
    height: 3px;
    margin: auto;
    position: absolute;
    right: -1em;
    bottom: -.75em;
    left: -1em;
    z-index: -1;
  }
  & .heading-inner {
    font-size: calc(1.2em + .25dvw);
    letter-spacing: .2em;
    padding-left: .2em;
  }
}
.btn-outer {
  text-align: center;
  margin: 3em 0 0;
  .text-btn {
    margin: 0;
  }
  .btn-link {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    border-radius: 2em;
    color: #fff;
    letter-spacing: .35em;
    line-height: 1.15;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: .9em 1.9em .9em 2.4em;
    transition: background-color .3s ease;
  }
}
@media (hover: hover) {
  .btn-outer .btn-link:hover {
    background-color: rgba(var(--purple-rgb), 1);
  }
}
@media screen and (min-width: 576px) {
  .article-header .dec-string {
    top: 0;
    & .string {
      font-size: calc((var(--vw) * 100) / 6.75);
    }
  }
}
@media screen and (min-width: 768px) {
  .article-header .dec-string {
    & .string {
      font-size: calc((var(--vw) * 100) / 6.5);
    }
  }
}
@media screen and (min-width: 1144px) {
  .article.common .article-inner {
    padding-top: 10em;
  }
}
@media screen and (min-width: 1440px) {
  .article-header .dec-string .string {
    font-size: 222px;
  }
  .common-header .heading-outer .heading-inner {
    font-size: 1.5em;
    font-weight: 500;
  }
}
.icon-outer {
  position: absolute;
  z-index: 7;
  & .item {
    display: flex;
    gap: .5em;
  }
}
.icon-circle  {
  border-radius: 50%;
  box-shadow: 1px 1px 5px 2px rgba(var(--black-rgb), .33);
  text-align: center;
  width: 8.5em;
  height: 8.5em;
  & .icon-icon {
    width: 2.3em;
    margin: 1.5em auto 1em;
  }
  & .text-text {
    line-height: 1.5;
    margin: 0;
  }
  & .narrow {
    letter-spacing: -.3em;
  }
}

/* .article-tagline */
.article-tagline > .article-inner {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 calc(50% - var(--vw) * 50);
}
.article-tagline .article-header {
  padding: 4em 2.5em calc(8.5em + 5dvw) 0;
  position: relative;
  z-index: 3;
  &::before {
    background: url(../img/dec-01.svg) right bottom no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  & .article-heading {
    width: fit-content;
    margin: 0 auto;
    & .heading-inner {
      font-size: 1.9em;
      font-weight: 500;
      line-height: 1.75;
    }
    & .heading-inner > span {
      letter-spacing: .15em;
      display: block;
    }
    & .heading-inner > span::first-letter {
      color: var(--ssc_violet);
    }
    & .heading-inner > .line-2nd {
      text-indent: 1.15em;
    }
    & .heading-inner > .line-3rd {
      text-indent: 2.3em;
    }
  }
  & .text-text {
    line-height: 1.15;
    text-align: center;
    width: 1.2em;
    margin: 0 auto;
    position: absolute;
    top: 2.5em;
    right: 1.25em;
    & .text-inner {
      font-size: 1.125em;
      line-height: 1.15;
      display: flex;
      flex-direction: row-reverse;
      gap: .4em;
    }
    & .text-inner > span {
      display: block;
    }
    & .text-inner > .line-2nd {
      padding-top: calc(1.15em * 3);
    }
  }
}
.article-tagline .article-body {
  position: relative;
  & .img-outer {
    display: flex;
    flex-wrap: wrap;
    .img-img {
      width: 50%;
    }
  }
  .icon-outer {
    bottom: calc((50dvw * 2 / 3) * 2 - .7em);
    left: 1em;
  }
  & .icon-circle {
    background-color: var(--ssc_violet);
    color: #fff;
  }
}
@media screen and (min-width: 390px) {
  .article-tagline .article-header {
    padding: 3em 2.5em calc(8.5em + 4dvw) 0;
    & .article-heading > .heading-inner > span {
      margin-top: .3em;
    }
  }
}
@media screen and (min-width: 576px) {
  .article-tagline .article-header {
    padding: 2.5em 7em calc(8.5em + 3dvw) 0;
    & .article-heading > .heading-inner > span {
      margin-top: .5em;
    }
    & .text-text {
      right: 6.25em;
      & .text-inner {
        font-size: 1.4em;
      }
    }
  }
  .article-tagline .img-outer {
    width: 50%;
  }
  .article-tagline .img-outer::before {
    background: url(../img/home/office-01.jpg) 60% top no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 50%;
    height: 140%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .article-tagline .icon-outer {
    top: -8em;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .article-tagline > .article-inner {
    flex-direction: row-reverse;
    margin-bottom: 5em;
    & .article-header {
      width: 50%;
      padding: 2.75em 3em 0 0;
      & .article-heading .heading-inner {
        font-size: 1.75em;
      }
      & .text-text {
        top: 1.5em;
        right: 2.5em;
        & .text-inner {
          font-size: 1em;
        }
      }
    }
    & .article-body {
      width: 50%;
      & .img-outer {
        width: 100%;
      }
      & .img-outer::before {
        display: none;
      }
    }
    & .icon-outer {
      top: auto;
      bottom: -5em;
    }
  }
}
@media screen and (min-width: 992px) {
  .article-tagline > .article-inner {
    & .article-header {
      width: 42%;
      padding-top: 8.3em;
      & .text-text {
        top: 1.5em;
        right: 4.5em;
      }
    }
    & .article-body {
      width: 58%;
    }
  }
}
@media screen and (min-width: 1080px) {
  .article-tagline > .article-inner {
    & .article-header {
      padding-top: 7.9em;
      & .article-heading .heading-inner {
        font-size: 2em;
      }
      & .text-text {
        top: 1.8em;
        right: 6.5dvw;
      }
    }
  }
}
@media screen and (min-width: 1200px) {
  .article-tagline > .article-inner {
    & .article-header {
      padding-top: calc(4.25dvw * pow(1.55, 2));
      & .article-heading .heading-inner {
        font-size: calc(1.2dvw * pow(1.55, 2));
      }
      & .text-text {
        top: calc(1.4dvw * pow(1.55, 2));
        right: calc(3.2dvw * pow(1.55, 2));
        & .text-inner {
          font-size: calc(.5dvw * pow(1.55, 2));
        }
      }
    }
  }
}

/* .article-office */
.article-office .article-heading > .heading-inner {
  font-size: calc(1em + 2dvw);
  font-weight: 500;
}
.article-office .p-outer {
  &::before {
    background: url(../img/home/office-01.jpg) center top no-repeat;
    background-size: cover;
    content: "";
    display: block;
    aspect-ratio: 3 / 2.2;
    margin: 1.5em calc(50% - var(--vw) * 50);
  }
  & .text-text {
  margin-top: 1.75em;
  }
}
.article-office .p-outer .text-text.author {
  text-align: right;
  margin-bottom: 0;
}
.article-office .img-outer {
  display: none;
}
@media screen and (min-width: 576px) {
  .article-office .article-heading > .heading-inner {
    font-size: calc(1.5em + .825dvw);
  }
    .article-office .p-outer::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .article-office .article-heading > .heading-inner {
    font-size: calc(1.5em + .5dvw);
  }
  .article-office .pkg {
    & .text-outer::before {
      background: url(../img/home/office-01.jpg) center top no-repeat;
      background-size: cover;
      content: "";
      display: block;
      float: right;
      width: calc(50% - .75em);
      margin: -4em 0 0 1.5em;
      aspect-ratio: 2.5 / 2;
    }
  }
}
@media screen and (min-width: 992px) {
  .article-office .article-heading > .heading-inner {
    font-size: calc(1.6em + .35dvw);
  }
  .article-office .pkg {
    display: flex;
    & .text-outer {
      width: 50%;
    }
    & .text-outer::before {
      display: none;
    }
    & .img-outer {
      display: block;
      width: 50%;
      & .img-img {
        width: 100%;
        position: relative;
        top: 2em;
        right: -1.75em;
      }
    }
  }
}
@media screen and (min-width: 1144px) {
  .article-office .article-heading > .heading-inner {
    font-size: 1.75em;
  }
  .article-office .pkg .img-outer .img-img {
    right: -2em;
  }
}
@media screen and (min-width: 1440px) {
  .article-office .article-heading > .heading-inner {
    font-size: 1.825em;
  }
}

/* .article-teamwork */
.article-teamwork .diagram-outer {
  text-align: center;
  height: calc(28dvw + 83.5dvw);
  position: relative;
  z-index: 3;
  @media screen and (min-width: 576px) {
    height: calc(28dvw + 83dvw);
  }
  @media screen and (min-width: 768px) {
    height: calc((8.75em * 1.625) + 78.5dvw);
  }
  @media screen and (min-width: 992px) {
    height: calc((8.75em * 1.625) + (28em * 1.625));
  }
  @media screen and (min-width: 1080px) {
    height: calc((8.75em * 1.625) + (27em * 1.625));
  }
}

/* .article-teamwork .one-stop */
.article-teamwork .one-stop {
  display: inline-block;
  position: absolute;
  top: 36dvw;
  right: 0;
  left: 0;
  & .line-1st,
  & .line-2nd {
    font-weight: 600;
    display: block;
  }
  & .line-1st {
    font-size: 2.125em;
  }
  & .line-2nd {
    font-size: 1.5em;
  }
}
.article-teamwork .one-stop .text-text {
  width: calc(12.65em  * .875);
  margin: .5em auto 0;
  &  .string {
    font-size: .875em;
  }
}
@media screen and (min-width: 390px) {
  .article-teamwork .one-stop .text-text {
    width: calc(12.65em  * .925);
    margin-top: .75em;
    &  .string {
      font-size: .925em;
    }
  }
}
@media screen and (min-width: 576px) {
  .article-teamwork .one-stop {
    top: 37.5dvw;
    & .line-1st {
      font-size: 3.25em;
    }
    & .line-2nd {
      font-size: 2em;
    }
  }
  .article-teamwork .one-stop .text-text {
    width: calc(12.65em  * 1.2);
    margin-top: 1.5em;
    &  .string {
      font-size: 1.2em;
    }
  }
}
@media screen and (min-width: 768px) {
  .article-teamwork .one-stop {
    top: 37.5dvw;
    & .line-1st {
      font-size: 4.5em;
    }
    & .line-2nd {
      font-size: 2.75em;
    }
  }
  .article-teamwork .one-stop .text-text {
    width: calc(12.65em  * 1.25);
    margin-top: 3em;
    &  .string {
      font-size: 1.25em;
    }
  }
}
@media screen and (min-width: 992px) {
  .article-teamwork .one-stop {
    top: 20em;
    & .line-1st {
      font-size: 5.5em;
    }
    & .line-2nd {
      font-size: 3em;
    }
  }
  .article-teamwork .one-stop .text-text {
    width: calc(20.65em  * 1.25);
    margin-top: 3.75em;
  }
}

/* .article-teamwork .diagram  */
.article-teamwork .diagram {
  font-size: .9em;
}
.article-teamwork .diagram .item::before {
  border: .8em solid var(--ssc_violet);
  border-radius: 50%;
  filter: drop-shadow(2px 2px 3px rgba(var(--black-rgb), .33));
  content: "";
  display: block;
  width: calc(100dvw - 1.6em - 22dvw);
  height: calc(28dvw * 3.3);
  margin: auto;
  position: absolute;
  top: -.6em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.article-teamwork .square {
  background-color: var(--ssc_violet);
  box-shadow: 1px 1px 5px 2px rgba(var(--black-rgb), .33);
  border-radius: 1em;
  width: 68dvw;
  height: 28dvw;
  margin: 0 auto;
}
.article-teamwork .circle {
  background-color: var(--gray);
  border-radius: 50%;
  box-shadow: 1px 1px 5px 2px rgba(var(--black-rgb), .33);
  width: 28dvw;
  height: 28dvw;
  position: absolute;
  &.tax {
    background-color: var(--ssc_blue);
    top: 29dvw;
    left: -.9em;
  }
  &.lawyer {
    background-color: var(--ssc_wine);
    top: 29dvw;
    right: -.9em;
  }
  &.sort {
    background-color: var(--ssc_vermilion);
    top: 58.8dvw;
    left: -.2em;
  }
  &.housing {
    background-color: var(--ssc_pink);
    top: 58.8dvw;
    right: -.2em;
  }
  &.land_house {
    background-color: var(--ssc_camel);
    top: 83.5dvw;
    right: calc(50% + .4em);
  }
  &.estate {
    background-color: var(--ssc_lime_green);
    top: 83.5dvw;
    left: calc(50% + .4em);
  }
}
.article-teamwork .diagram .module {
  color: #fff;
  line-height: 1.25;
  display: table;
  width: 100%;
  height: 100%;
  & .module-inner {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
  }
}
.article-teamwork .diagram .module-heading {
  padding-bottom: .5em;
  position: relative;
  &::before {
    background-color: rgba(var(--white-rgb), .67);
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: .1em;
    left: 0;
  }
}
.article-teamwork .diagram .module-heading > .heading-inner {
  font-size: 1.175em;
  font-weight: 500;
}
.article-teamwork .diagram .text-text {
  padding-top: .4em;
  margin: 0;
}
@media screen and (min-width: 390px) {
  .article-teamwork .diagram {
    font-size: 1em;
  }
}
@media screen and (min-width: 576px) {
  .article-teamwork .diagram {
    font-size: 1.25em;
  }
  .article-teamwork .square {
    width: 58dvw;
  }
  .article-teamwork .circle {
    &.tax {
      left: -.6em;
    }
    &.lawyer {
      right: -.6em;
    }
    &.land_house {
      top: 83dvw;
      right: calc(50% + .5em);
    }
    &.estate {
      top: 83dvw;
      left: calc(50% + .5em);
    }
  }
}
@media screen and (min-width: 768px) {
  .article-teamwork .diagram {
    font-size: 1.625em;
  }
  .article-teamwork .diagram .item::before {
    width: calc(100dvw - 1.6em - 18dvw);
    height: calc(8.75em * 3.4);
  }
  .article-teamwork .square {
    width: 22em;
    height: 8.75em;
  }
  .article-teamwork .circle {
    width: 8.75em;
    height: 8.75em;
    &.tax {
      top: 27.5dvw;
      left: -.5em;
    }
    &.lawyer {
      top: 27.5dvw;
      right: -.5em;
    }
    &.sort {
      top: 57dvw;
    }
    &.housing {
      top: 57dvw;
    }
    &.land_house {
      top: 78.5dvw;
      right: calc(50% + .65em);
    }
    &.estate {
      top: 78.5dvw;
      left: calc(50% + .65em);
    }
  }
}
@media screen and (min-width: 992px) {
  .article-teamwork .diagram .item::before {
    width: calc(100% - 6em);
    height: calc(8.75em * 3.6);
  }
  .article-teamwork .circle {
    &.tax {
      top: 9.5em;
      left: 0;
    }
    &.lawyer {
      top: 9.5em;
      right: 0;
    }
    &.sort {
      top: 20.7em;
    }
    &.housing {
      top: 20.7em;
    }
    &.land_house {
      top: 28em;
      right: calc(50% + 1.65em);
    }
    &.estate {
      top: 28em;
      left: calc(50% + 1.65em);
    }
  }
}
@media screen and (min-width: 1080px) {
  .article-teamwork .diagram .item::before {
    width: calc(100% - 6em);
    height: calc(8.75em * 3.4);
    top: 1em;
  }
  .article-teamwork .circle {
    &.tax {
      top: 8.5em;
      left: 1em;
    }
    &.lawyer {
      top: 8.5em;
      right: 1em;
    }
    &.sort {
      top: 20.3em;
      left: 0;
    }
    &.housing {
      top: 20.3em;
      right: 0;
    }
    &.land_house {
      top: 27em;
      right: calc(50% + (1.4dvw * 3));
    }
    &.estate {
      top: 27em;
      left: calc(50% + (1.4dvw * 3));
    }
  }
}
@media screen and (min-width: 1144px) {
  .article-teamwork .circle {
    &.land_house {
      right: calc(50% + (.87dvw * 5));
    }
    &.estate {
      left: calc(50% + (.87dvw * 5));
    }
  }
}
@media screen and (min-width: 1264px) {
  .article-teamwork .circle {
    &.land_house {
      right: calc(50% + 3.2em);
    }
    &.estate {
      left: calc(50% + 3.2em);
    }
  }
}

/* .article-service */
.article-service.common .article-inner {
  margin: calc((var(--vw) * 9) - 2.5em) 0 3.5em;
  position: relative;
  &::before {
    background-color: rgba(var(--ssc_light_violet_x-rgb), 1);
    content: "";
    display: block;
    width: calc(var(--vw) * 100);
    height: calc(100% - 2.5em);
    margin: auto;
    position: absolute;
    right: -50dvw;
    bottom: 0;
    left: -50dvw;
    z-index: -5;
  }
  &::after {
    background: url(../img/dec-02.svg) left bottom no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - var(--vw) * 50);
    z-index: -3;
  }
  & .article-header .dec-string {
    top: .25rem;
  }
}
.article-service .item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1em 1em;
  & .item-inner {
    background-color: #fff;
    border: 1px solid rgba(var(--ssc_violet-rgb), .75);
    border-radius: 1.5em;
    box-shadow: 1px 1px 5px 2px rgba(var(--ssc_violet-rgb), .25);
    width: calc((100% - 1.5em) / 2);
    & .module {
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative;
      z-index: 3;
    }
    & .module-inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      &::before {
        background-color: rgba(var(--ssc_violet-rgb), .75);
        content: "";
        display: block;
        width: calc(4.8em * 1.125);
        height: 1px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 1.5em;
        left: 0;
        z-index: -1;
      }
    }
    & .module-header {
      height: calc(50% + .75rem);
      position: relative;
      & .module-heading {
        width: fit-content;
        height: 1.25em;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
      }
      & .heading-inner {
        font-size: 1.15em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 4.8em;
        height: 1.25em;
        &::before {
          content: "";
          display: block;
        }
      }
    }
    & .module-body {
      height: calc(50% - .75rem);
    }
  }
  & .img-img {
    width: 32%;
    margin: 0 auto;
    position: relative;
    top: -.3em;
  }
}
@media screen and (min-width: 576px) {
  .article-service.common .article-inner {
    margin-top: calc((var(--vw) * 9) - 3.125em);
    & .article-header .dec-string {
      top: -1rem;
    }
  }
  .article-service .item {
    gap: 1em;
    max-width: none;
    & .item-inner {
      width: calc((100% - (1em * 2)) / 3);
    }
  }
}
@media screen and (min-width: 768px) {
  .article-service.common .article-inner {
    & .article-header .dec-string {
      top: -2.5rem;
    }
  }
  .article-service .item {
    gap: 1.5em;
    & .item-inner {
      width: calc((100% - (1.5em * 2)) / 3);
    }
    & .module-inner {
      font-size: 1.125em;
    }
  }
}
@media screen and (min-width: 992px) {
  .article-service.common .article-inner {
    & .article-header .dec-string {
      top: -4rem;
    }
  }
  .article-service .item {
    gap: 1.2em;
    & .item-inner {
      width: calc((100% - (1.2em * 4)) / 5);
    }
    & .module-inner {
      font-size: 1.175em;
    }
  }
}
@media screen and (min-width: 1080px) {
  .article-service.common .article-inner {
    margin-top: calc((var(--vw) * 9) - 3.2em);
    & .article-header .dec-string {
      top: -4.5rem;
    }
  }
  .article-service .item .module-inner {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1144px) {
  .article-service.common .article-inner {
    & .article-header .dec-string {
      top: calc(7rem - ((var(--vw) * 100) / 10));
    }
  }
  .article-service .item {
    gap: 1.5em;
    & .item-inner {
      width: calc((100% - (1.5em * 4)) / 5);
    }
  }
}
@media screen and (min-width: 1440px) {
  .article-service.common .article-inner {
    margin-top: 4.875em;
    & .article-header .dec-string {
      top: -4.5em;
    }
  }
  .article-service .item .module-inner {
    font-size: 1.25em;
  }
}
@media (hover: hover) {
  .article-service a.module-inner {
    transition: opacity .3s ease;
  }
  .article-service a.module-inner:hover {
    opacity: .6;
  }
}

/* .article-gallery */
.article-gallery.common .article-inner {
  padding-top: calc((var(--vw) * 9) + .1em);
  @media screen and (min-width: 390px) {
    padding-top: calc(var(--vw) * 9);
  }
  @media screen and (min-width: 576px) {
    padding-top: calc((var(--vw) * 9) - .7em);
  }
  @media screen and (min-width: 992px) {
    padding-top: calc((var(--vw) * 9) - 1em);
  }
  @media screen and (min-width: 1200px) {
    padding-top: calc((var(--vw) * 9) - 1.075em);
  }
  @media screen and (min-width: 1440px) {
    padding-top: 112px;
  }
}
.article-gallery {
  & .article-header .dec-string {
    z-index: 7;
  }
  & .article-body {
    position: relative;
    z-index: 3;
  }
  & .article-body .pkg {
    margin: 0 calc(50% - 1% - (var(--vw) * 50));
  }
}

/* .article-access */
.article-access .article-inner {
  background-color: var(--ssc_dark_gray);
  color: rgba(var(--white-rgb), .87);
  margin: 0 calc(50% - (var(--vw) * 50));
  padding: 13dvw 0;
  & .gutters-inner {
    position: relative;
  }
}
.article-access .article-header {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 5;
  & .dec-string {
    color: rgba(var(--white-rgb), .15);
    width: auto;
    position: absolute;
    top: -1.9em;
    right: auto;
    left: auto;
    z-index: -1;
    & .string {
      font-size: 3em;
      font-weight: 500;
      letter-spacing: .15em;
    }
  }
  & .article-heading .heading-inner {
    font-size: 1.75em;
    font-weight: 600;
  }
}
.article-access .article-body {
  & .text-outer {
    padding-bottom: 2.5em;
    & .dl-inner:nth-child(n+2) {
      margin-top: 2em;
    }
    & .dt {
      width: fit-content;
      margin-bottom: 1em;
      padding: 0 .2em;
      position: relative;
      &::before {
        background-color: rgba(var(--white-rgb), .75);
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -.25em;
        left: 0;
      }
      & .string {
        font-size: 1.2em;
      }
    }
    & .dd {
      .list-inner::before {
        background-color: #fff;
      }
    }
  }
  & .map-map {
    width: 100%;
    height: 45dvh;
    min-height: 330px;
    max-height: 450px;
    position: relative;
    & .map-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      & iframe {
        display: block;
        width: 100%;
        height: 100%;
      }
    }
  }
  & .btn-outer .btn-link {
    background-color: rgba(var(--black-rgb), .3);
    border: 1px solid rgba(var(--white-rgb), .75);
  }
}
.article-access .icon-outer {
  top: -1.75em;
  right: -.3em;
  z-index: 7;
}
.article-access .icon-circle {
  background-color: #fff;
  color: var(--ssc_violet);
  width: 7.6em;
  height: 7.6em;
  position: relative;
  z-index: 1;
  &::before {
    border: 1px solid var(--ssc_violet);
    border-radius: 50%;
    content: "";
    width: 6.8em;
    height: 6.8em;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  & .icon-icon {
    width: 2em;
    margin: 1em auto .63em;
  }
  & .text-text {
    font-size: .875em;
  }
}
@media screen and (min-width: 576px) {
  .article-access .icon-outer {
    right: auto;
    left: calc(50% - 3.8em);
  }
}
@media screen and (min-width: 768px) {
  .article-access .article-inner {
    padding-top: 8dvw;
  }
  .article-access .article-body .text-outer {
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 992px) {
  .article-access .article-header,
  .article-access .text-outer {
    width: 45%;
    margin-left: auto;
  }
  .article-access .map-outer {
    width: calc(100% - 45% - 2.25em);
    position: absolute;
    top: -1em;
    left: 0;
    & .map-map {
      height: 24em;
      min-height: auto;
      max-height: none;
    }
  }
  .article-access .icon-outer {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1144px) {
  .article-access .article-inner {
    padding: 5.5em 0 9em;
  }
}
@media (hover: hover) {
  .article-access .article-body .btn-outer .btn-link:hover {
    background-color: rgba(var(--black-rgb), 1);
  }
}

/* .page */
.article-page > .article-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 5em;
}
.article-metaheader .article-header {
  background: url(../img/page-header-bg-01.webp) center center no-repeat;
  background-size: cover;
  height: 37dvh;
  max-height: 400px;
  margin: 0 calc(50% - (var(--vw) * 50));
  /* filter: blur(.15em); */
  position: relative;
  z-index: 1;
  &::before {
    background-color: rgba(var(--gray-rgb), .5);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  &::after {
    background: url(../img/page-header-dec.svg) center bottom no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 90%;
    max-width: 570px;
    height: 70%;
    max-height: 300px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 5;
  }
  & .header-inner {
    text-align: center;
    width: 80%;
    max-width: 470px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: calc(1em + (var(--vw) * 2.25));
    left: 0;
    z-index: 7;
    @media screen and (min-width: 1144px) {
      bottom: 3em;
    }
  }
  & .article-heading {
    letter-spacing: calc(var(--vw) * 1.3);
    padding-left: calc(var(--vw) * 1.3);
    @media screen and (min-width: 768px) {
      letter-spacing: .715em;
      padding-left: .715em;
    }
    & .heading-inner {
      font-size: 1.45em;
      font-weight: 200;
    }
  }
  & .heading-text {
    line-height: .77;
    letter-spacing: .3em;
    /* italic系の文字の場合、
     * フォント・デザインと letter-spacing の数値によっては、
     * padding-left を入れなくても、見ため上は中央揃えになっている(錯覚) */
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -2.5em;
    left: 0;
    z-index: -1;
    & .text-inner {
      color: #fff;
      font-size: 3em;
      text-shadow: 0 0 2px rgba(var(--ssc_camel-rgb), .3), 0 0 4px rgba(var(--ssc_camel-rgb), .3);
      text-transform: capitalize;
    }
  }
}
.breadcrumb {
  background-color: transparent;
  padding-bottom: 5em;
  & .list-inner:not(:first-child)::before {
    border-color:rgba(var(--black-rgb), .75);
  }
  & .text-link {
    color: var(--text_link_color);
    text-decoration: none;
    display: block;
    position: relative;
  }
  &  .text-link-none {
    color:rgba(var(--black-rgb), .67);
  }
}

/* .type_a-header */
.type_a-header {
  padding: .3em 0 2em .75em;
  position: relative;
  z-index: 3;
  & [class*="-heading"] > .heading-inner {
    font-size: 1.425em;
    font-weight: 500;
    position: relative;
  }
  &::before,
  &::after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
  }
  &::before {
    background-color: rgba(var(--ssc_wine-rgb), .6);
    width: .8em;
    height: .8em;
    top: -.3em;
    left: 0;
    z-index: -3;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  &::after {
    background-color: rgba(var(--ssc_wine-rgb), .5);
    width: 100%;
    height: 2px;
    bottom: 1.3em;
    left: 0;
    z-index: -1;
  }
}
/* .type_a-header.in-tagline */
.type_a-header.in-tagline .heading-text {
  background-color: rgba(var(--ssc_light_beige-rgb), .9);
  line-height: 1.25;
  width: calc(100% + .75em);
  margin: .6em 0 0 -.75em;
  padding: .35em .85em .25em;
  position: relative;
  & .text-inner {
    font-size: 1.125em;
    display: block;
  }
}

/* .table */
.table {
  width: 100%;
}
.table .fz-small {
  font-size: .95em;
}
.table .fz-smaller {
  font-size: .8em;
}
.table .thead {
  background-color: rgba(var(--ssc_light_violet-rgb), .55);
}
.table .th,
.table .td {
  border: 1px solid rgba(var(--gray-rgb), .5);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  padding: 1em .9em;
}
.table .tbody .td:first-child {
  background-color: rgba(var(--ssc_light_violet-rgb), .175);
}
.table .tbody .td:not(:first-child) {
  background-color: #fff;
}
.table p {
  margin: 0;
}
.table-outer + .note-outer {
  margin: 1.25em auto 0;
  & .text-note {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}

/* .type_a-table */
.type_a-table .tbody .td:first-child {
  width: 11em;
  @media screen and (min-width: 390px) {
    width: 40%;
  }
  @media screen and (min-width: 576px) {
    width: 37%;
  }
  @media screen and (min-width: 768px) {
    width: 35%;
  }
}

/* .type_b-table */
.type_b-table .tbody .td:first-child {
  text-align: center;
  width: 7em;
  @media screen and (min-width: 390px) {
    width: 31%;
  }
  @media screen and (min-width: 576px) {
    width: 33%;
  }
  @media screen and (min-width: 768px) {
    width: 35%;
  }
}

/* aside */
.aside {
  & .aside-inner {
    background-color: rgba(var(--ssc_light_violet-rgb), .15);
    margin: 0 calc(50% - (var(--vw) * 50));
  }
  &.aside-1st {
    padding-bottom: 5em;
  }
  .gutters > .nav-inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.aside .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em 1em;
  justify-content: center;
  padding: 2em 0;
  & .menu-inner {
    width: calc((100% - (1em * 2)) / 3);
    @media screen and (min-width: 768px) {
      width: calc((100% - (1em * 4)) / 5);
    }
  }
  & .text-link {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    border: 1px solid rgba(var(--black-rgb), .77);
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 3em;
    position: relative;
    transition: background-color .3s ease;
    &::before {
      color: #fff;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "";
      font-size: .9em;
      line-height: 0;
      text-align: center;
      display: inline-block;
      width: fit-content;
      height: fit-content;
      margin: auto;
      position: absolute;
      right: 0;
      left: 0;
    }
  }
  & .link-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    & .text-text {
      font-size: .925em;
      letter-spacing: .175em;
      display: block;
      padding-left: .175em;
    }
  }
}
@media (hover: hover) {
  .aside .menu .text-link:hover {
    background-color: rgba(var(--purple-rgb), 1);
  }
}
.aside-1st .menu .text-link::before {
  content: "\f0d7";
  bottom: 4px;
}
.aside-2nd .menu .text-link::before {
  content: "\f0d8";
  top: 4px;
}

/* .anchor */
.anchor {
  margin-top: -4em;
  padding-top: 4em;
  @media screen and (min-width: 992px) {
    margin-top: -4.5em;
    padding-top: 4.5em;
  }
  @media screen and (min-width: 1144px) {
    margin-top: -5em;
    padding-top: 5em;
  }
}

/* .office (.article-introduction) */
.article-introduction .fz-smaller {
  display: block;
  @media screen and (min-width: 768px) {
    display: inline-block;
    margin-left: 1em;
  }
}

/* .service (.article-job) */
.article-job .module-inner:last-child {
  margin-top: 2em;
}
.article-job .module-heading {
  margin: 3em 0 1.5em;
  padding: .4em 0 .4em 1.6em;
  position: relative;
  & .heading-inner {
    font-size: 1.2em;
    font-weight: 500;
    position: relative;
    &::before,
    &::after {
      background-color: rgba(var(--ssc_wine-rgb), .5);
      content: "";
      display: block;
      position: absolute;
    }
    &::before {
      width: 1px;
      height: 2.6em;
      margin: auto;
      top: -2em;
      bottom: -2em;
      left: -.8em;
      rotate: 15deg;
    }
    &::after {
      width: calc(100% + 2.5em);
      height: 1px;
      bottom: -.2em;
      left: calc(-1.6em * (1 / 1.2));
    }
  }
}
.article-job .dl-inner:nth-of-type(n+2),
.article-job ol.item:nth-of-type(n+2) {
  margin-top: 1.75em;
}
.article-job .dt {
  line-height: 1.25;
  margin-bottom: .3em;
  & .string {
    font-size: 1em;
    font-weight: 700;
    display: block;
    position: relative;
    &::before {
      color: rgba(var(--ssc_violet-rgb), .75);
      content: "\f0d7";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      line-height: 1;
      display: block;
      width: 1em;
      height: 1em;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: .18em;
      left: -1.15em;
    }
  }
}
.article-job .cell-heading {
  line-height: 1.25;
  margin-bottom: .3em;
  & .heading-inner {
    font-size: 1em;
    font-weight: 700;
    display: block;
    position: relative;
  }
}
.article-job .dl {
  padding-left: 2em;
}
.article-job .disc {
  margin-left: 1em;
  & .disc-inner:nth-child(n+2) {
    margin-top: .3em;
  }
}
.article-job .item {
  padding-left: 1em;
}
.article-job .item-inner {
  padding: 1em 0 1em 2em;
  position: relative;
  z-index: 3;
  &:first-child {
    padding-top: .5em;
  }
  &:last-child {
    padding-bottom: .5em;
  }
  &::before {
    background-color: rgba(var(--ssc_camel-rgb), .75);
    content: "";
    display: block;
    width: 1.5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  & .num-outer {
    color: #fff;
    text-align: center;
    width: 1.5em;
    margin: auto;
    position: absolute;
    top: .1em;
    left: -.1em;
    z-index: 1;
    & .num {
      font-size: 1.2em;
    }
  }
  & .text-text {
    margin: 0;
  }
}
.article-job .item-inner:nth-child(n+2) {
  & .num-outer {
    top: .6em;
    &::before {
      background: url(../img/service/arrow.svg) center center no-repeat;
      background-size: contain;
      content: "";
      display: block;
      width: 100%;
      height: 1em;
      margin: auto;
      position: absolute;
      top: -1em;
      right: -1.2em;
      left: -1em;
    }
  }
}
.article-job .strong-outer {
  & .text-text {
    border: 1px solid var(--ssc_camel);
    text-align: center;
    padding: 1.25em .3em;
  }
  & .marker {
    background-color: transparent;
    background-image: linear-gradient(transparent 13%, rgba(var(--yellow-rgb), .5) 0%);
    color: var(--ssc_vermilion);
  }
}

/* ph */
.article-job .photo {
  position: relative;
  &::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: none;
    aspect-ratio: 3 / 2;
  }
  @media screen and (max-width: 575px) {
    &.max-w575::before {
      display: block;
      width: 100%;
      max-width: 450px;
      margin: 2em auto;
    }
  }
  @media screen and (min-width: 576px) {
    &.min-w576::before {
      display: block;
      width: 16em;
      aspect-ratio: 4 / 5;
      margin: 0;
      position: absolute;
      top: 3.2em;
      right: 0;
    }
    & .dl,
    & ol.item {
      width: calc(100% - 17em);
    }
  }
  @media screen and (min-width: 768px) {
    &.min-w576::before {
      width: 18em;
    }
    & .dl,
    & ol.item {
      width: calc(100% - 19em);
    }
  }
  @media screen and (min-width: 992px) {
    &.min-w576::before {
      width: 37%;
      aspect-ratio: 3 / 2;
    }
    & .dl,
    & ol.item {
      width: calc(100% - 37% - 1.5em);
    }
  }
}
.article-job .pkg-inheritance .photo::before {
  background-image: url(../img/service/ph-inheritance-01.webp);
}
.article-job .pkg-registration .photo::before {
  background-image: url(../img/service/ph-registration-01.webp);
}
.article-job .pkg-estate-reg .photo::before {
  background-image: url(../img/service/ph-estate-reg-01.webp);
}

/* .fee */
.article-fee .heading-text {
  margin: auto;
  position: absolute;
  top: .32em;
  bottom: 0;
  & .text-inner {
    color: var(--text_link_color);
    font-size: .875em;
    line-height: 1;
    display: inline-block;
    padding-right: 1em;
    position: relative;
    &::before {
      content: "\f0da";
      font-family: "Font Awesome 6 Free";
      font-size: .95em;
      font-weight: 900;
      text-align: right;
      width: 1em;
      height: 1em;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
    }
  }
  @media screen and (min-width: 390px) {
    & .text-inner {
      font-size: .95em;
    }
  }
  @media screen and (min-width: 576px) {
    & .text-inner {
      font-size: 1em;
    }
  }
}
.article-fee .pkg-inheritance .heading-text {
  left: calc(9.5em * 1.425);
}
.article-fee .pkg-will .heading-text {
  left: calc(11.5em * 1.425);
}
.article-fee .pkg-estate-reg .heading-text {
  left: calc(8.5em * 1.425);
}
.article-fee .pkg-renunciation .heading-text {
  left: calc(5.5em * 1.425);
}
@media screen and (min-width: 992px) {
  .article-fee .pkg-inheritance .heading-text {
    left: calc(10em * 1.425);
  }
  .article-fee .pkg-will .heading-text {
    left: calc(12em * 1.425);
  }
  .article-fee .pkg-estate-reg .heading-text {
    left: calc(9em * 1.425);
  }
  .article-fee .pkg-renunciation .heading-text {
    left: calc(6em * 1.425);
  }
}
@media (hover: hover) {
  .article-fee .heading-text .text-inner:hover {
    color: var(--purple);
  }
  .article-fee .heading-text .text-inner::after {
    background-color: rgba(var(--purple-rgb), .5);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -.2em;
    left: 0;
    transform-origin: right top;
    scale: 0 1;
    transition: transform .3s ease, scale .3s ease;
  }
  .article-fee .heading-text .text-inner:hover::after {
    transform-origin: left top;
    scale: 1 1;
  }
}

/* .case */
.article-case {
  & .dt,
  & .dd {
    padding-left: 3em;
    position: relative;
  }
  & .dt::before,
  & .dt::after {
    content: "";
    display: block;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
  }
  & .dt::before {
    /* background-color: rgba(var(--ssc_wine-rgb), .5); */
    background-image: linear-gradient(90deg, rgba(var(--ssc_violet-rgb), .01), rgba(var(--ssc_violet-rgb), 1), rgba(var(--ssc_violet-rgb), .01));
    width: 100%;
    height: 2px;
    bottom: 0;
    z-index: 1;
  }
  & .dt::after {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    width: 2em;
    height: 1em;
    bottom: 1px;
    z-index: 3;
    transform-origin: center bottom;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
  }
  & .dl-inner:not(:last-child) .dd {
    margin-bottom: 3em;
  }
  & .dt-inner {
    padding: .6em 0 1.6em;
  }
  & .dd-inner {
    padding: 2.4em 0 1em;
  }
  & .faq-string {
    color: var(--ssc_vermilion);
    line-height: 1;
    text-align: center;
    width: 2.5em;
    position: absolute;
    top: 0;
    left: 0;
    &.a {
      color: var(--ssc_blue);
      top: 2em;
    }
    &::before {
      content: "\2e";
      display: block;
      position: absolute;
      right: .12em;
      bottom: .25em;

    }
    & .string {
      font-size: 2.5em;
      font-weight: 300;
      display: inline-block;
      padding-right: .125em;
    }
  }
  & .dt .text-text {
    color: var(--ssc_violet);
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
  }
  & .dd .text-text:not(:last-child) {
    margin-bottom: 1em;
  }
  & .dd .text-link {
    width: fit-content;
    margin: 1.5em 0 2em auto;
  }
  @media screen and (min-width: 768px) {
    & .dd .text-link {
      margin-right: auto;
      padding-right: 3em;
    }
  }
}
.article-case .dd-close {
  & .dt::after {
    rotate: X 180deg
  }
  & .dd {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  & .dd-inner {
    padding-top: 0;
  }
  & .faq-string.a {
    top: -2em;
  }
  & .dd-inner .text-text:not(:last-child) {
    margin-bottom: 0;
  }
  & .dd-inner .text-link {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.article-case {
  & .dt::after {
    transition: rotate .25s ease .1s;
  }
  & .dd {
    transition: line-height .3s ease, opacity .15s linear .1s, visibility .15s linear .1s;
  }
  & .dd-inner {
    transition: padding-top .3s ease;
  }
  & .faq-string.a {
    transition: top .3s ease;
  }
  & .dd-inner .text-text:not(:last-child) {
    transition: margin-bottom .3s ease;
  }
  & .dd-inner .text-link {
    transition: margin-top .3s ease, margin-bottom .3s ease;
  }
}
@media (hover: hover) {
  .article-case .dt {
    cursor: pointer;
    & .dt-inner::before {
      background-color: rgba(var(--ssc_light_violet_x-rgb), 1);
      content: "";
      display: block;
      width: 100%;
      height: calc(100% - 1em);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transform-origin: right top;
      scale: 0 1;
      transition: transform .3s ease, scale .3s ease;
    }
    & .text-text {
      transition: color .3s ease;
    }
  }
  .article-case .dt:hover {
    & .dt-inner::before {
      transform-origin: left top;
      scale: 1 1;
    }
    & .text-text {
      color: var(--purple);
    }
  }
  .article-case .text-link {
    & .link-inner {
      font-weight: 500;
      text-decoration: none;
      display: block;
      position: relative;
    }
    & .link-inner::before {
      background-color: rgba(var(--purple-rgb), .5);
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: .15em;
      left: 0;
      transform-origin: right top;
      scale: 0 1;
      transition: transform .3s ease, scale .3s ease;
    }
    & .link-inner:hover {
      color: rgba(var(--purple-rgb), 1);
    }
    & .link-inner:hover::before {
      transform-origin: left top;
      scale: 1 1;
    }
  }
}

/* .flow */
.article-flow .item {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  @media screen and (min-width: 768px) {
    max-width: none;
  }
}
.article-flow .item-inner {
  padding-bottom: 5em;
  &:last-child {
    padding-bottom: 0;
    & .module::after {
      display: none;
    }
  }
  & .module {
    background-color: rgba(var(--ssc_light_violet_x-rgb), 1);
    padding: 9em 1.5em 2em;
    position: relative;
    &::after {
      background-image: linear-gradient(151deg, rgba(var(--ssc_light_violet_x-rgb), 1) 50%, rgba(var(--ssc_violet-rgb), .3));
      content: "";
      display: block;
      width: 7em;
      height: 3.6em;
      margin: auto;
      position: absolute;
      right: 0;
      bottom: calc(-3.6em + 1px);
      left: 0;
      clip-path: polygon(100% 0, 0 0, 50% 100%);
    }
    @media screen and (min-width: 768px) {
      display: flex;
      justify-content: space-between;
      padding: 0;
      &::before {
        background-color: rgba(var(--ssc_camel-rgb), .55);
        content: "";
        display: block;
        width: 7em;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
      }
    }
  }
}
.article-flow .num-outer {
  background-color: rgba(var(--ssc_camel-rgb), .75);
  line-height: 1;
  width: 5.5em;
  height: 5.5em;
  position: absolute;
  top: 0;
  left: 0;
  & .num {
    color: #fff;
    font-size: 3.8em;
    text-align: center;
    width: calc(5.5em / 3.8 + .5em);
    height: 100%;
    margin: auto;
    position: absolute;
    top: .275em;
    right: -.3em;
    left: -.5em;
  }
  @media screen and (min-width: 768px) {
    width: 7em;
    height: auto;
    position: relative;
  }
}
.article-flow .text-outer {
  & .text-text {
    margin: 0;
  }
  @media screen and (min-width: 768px) {
    width: calc(100% - 7em - 9.5em);
    padding: 2em 1.5em;
  }
  @media screen and (min-width: 992px) {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
  @media screen and (min-width: 1080px) {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
.article-flow .contact-outer {
  & .contact-inner {
    width: 85%;
    max-width: 370px;
    margin: 1em auto 0;
    & .text-btn {
      margin: 0;
    }
  }
  & .email-outer {
    & .btn-link {
      background-color: rgba(var(--ssc_violet-rgb), 1);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 4em;
      padding: .5em;
      position: relative;
      transition: background-color .3s ease;
    }
    & .icon-icon {
      line-height: 1;
      display: block;
      width: 1.3em;
      height: 1.3em;
      margin: auto;
      position: absolute;
      top: 0;
      right: 1.3em;
      bottom: 0;
      z-index: 3;
    }
    & .icon-icon::before {
      background-color: #fff;
      border-radius: 50%;
      content: "";
      width: 1.8em;
      height: 1.8em;
      margin: auto;
      position: absolute;
      top: -.5em;
      right: -.5em;
      bottom: -.5em;
      left: -.5em;
      z-index: -1;
    }
    & .email-color {
      fill: rgba(var(--ssc_violet-rgb), 1);
      transition: color .3s ease;
    }
  }
  & .tel-outer {
    & .delimiter {
      display: inline-block;
      margin-right: .1em;
      margin-left: .3em;
      position: relative;
      top: -.1em;
    }
    & .num {
      font-size: 1.75em;
      font-weight: 300;
      line-height: .57142em;
      letter-spacing: .03em;
      position: relative;
      top: .12em;
    }
  }
  @media screen and (max-width: 767px) {
    & .btn-link {
      background-color: rgba(var(--ssc_violet-rgb), 1);
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 4em;
      padding: .5em;
      position: relative;
    }
  }
  @media screen and (min-width: 768px) {
    & .contact {
      display: flex;
      align-items: center;
      gap: 1.5em;
      margin-top: 1em;
      & .tel-outer {
        white-space: nowrap;
        width: fit-content;
        max-width: none;
        margin: 0;
      }
      & .email-outer {
        width: 100%;
        max-width: 330px;
        margin: 0;
      }
    }
  }
}
.article-flow .icon-outer {
  width: 7.5em;
  margin: 0 auto;
  position: absolute;
  top: 1em;
  right: 0;
  left: 0;
  opacity: .7;
  @media screen and (min-width: 768px) {
    width: 9.5em;
    position: relative;
    top: 0;
    & .img-img {
      width: 90%;
      height: fit-content;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
    }
  }
}
@media (hover: hover) {
  .article-flow .contact-outer .email-outer .btn-link:hover {
    background-color: rgba(var(--purple-rgb), 1);
    & .email-color {
      fill: rgba(var(--purple-rgb), 1);
    }
  }
}

/* .contact */
.article-contact .centering-left {
  margin-bottom: 3em;
}
@media screen and (min-width: 576px) {
  .article-contact .centering-left > .string {
    text-align: center;
    display: block;
  }
}
.article-contact .type_a-header {
  text-align: center;
  padding-left: 0;
  &::before {
    display: none;
  }
}

/* .tel-outer */
.article-contact .tel-outer {
  text-align: center;
  margin: 5em 0;
  .text-btn {
    width: fit-content;
    margin: 1em auto 0;
  }
  .btn-inner {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    border-radius: 5em;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1.5em;
    @media screen and (min-width: 576px) {
      font-size: 1.125em;
      gap: 2em;
    }
  }
  .icon-icon {
    display: flex;
    align-items: center;
    width: 5em;
    height: 5em;
    position: relative;
    z-index: 1;
    & .icon {
      width: 3.8em;
      margin: auto;
      &::before {
        background-color: #fff;
        border-radius: 50%;
        content: "";
        display: block;
        width: 5.6em;
        height: 5.6em;
        margin: auto;
        position: absolute;
        top: -1em;
        right: -1em;
        bottom: -1em;
        left: -1em;
        z-index: -1;
      }
    }
    .cls-1 {
      fill: rgba(var(--ssc_violet-rgb), 1);
      fill-rule: evenodd;
    }
  }
  .text-btn .text-text {
    @media screen and (max-width: 374px) {
      font-size: .875em;
    }
    @media screen and (min-width: 768px) {
      font-size: 1.125em;
    }
    @media screen and (min-width: 992px) {
      font-size: 1.25em;
    }
  & .tel {
      display: block;
      & .string {
        font-size: 2em;
        font-weight: 200;
      }
    }
    & .time {
      display: block;
      margin-top: .5em;
      & .string {
        font-size: .95em;
        font-weight: 400;
        letter-spacing: .23em;
        padding-left: .23em;
      }
    }
  }
}

/* .email-outer */
.article-contact .email-outer {
  ul.field {
    margin-top: -.5em;
  }
}

/* .form-form */
button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-form input,
.form-form select,
.form-form textarea,
.form-form input[type="checkbox"] + span,
.form-form input[type="radio"] + span {
  font-size: 1.6rem;
  @media screen and (min-width: 768px) {
    font-size: 1.7rem;
  }
  @media screen and (min-width: 992px) {
    font-size: 1.8rem;
  }
}
.form-form input[type="text"],
.form-form input[type="password"],
.form-form input[type="date"],
.form-form input[type="datetime"],
.form-form input[type="email"],
.form-form input[type="number"],
.form-form input[type="search"],
.form-form input[type="tel"],
.form-form input[type="time"],
.form-form input[type="url"],
.form-form textarea,
.form-form select {
  background-color: rgba(var(--white-rgb), .97);
  border: 1px solid rgba(var(--gray-rgb), .5);
  box-shadow: inset 0 0 .2em -.05em rgba(var(--white-rgb), .5);
  border-radius: .15em;
  color: var(--text-color);
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: .7em;
}
.form-form input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-form textarea {
  line-height: 1.6;
  height: 15em;
}
.form-form input[type="submit"] {
  background-color: var(--ssc_violet);
  background-image: linear-gradient(135deg, rgba(var(--black-rgb), 0), rgba(var(--black-rgb), .13));
  border: 1px solid rgba(var(--gray-rgb), .67);
  border-radius: .15em;
  color: #fff;
  font-weight: 600;
  letter-spacing: .2em;
  width: auto;
  padding: 1.2em 1.2em 1.2em 1.4em;
  cursor: pointer;
  transition: background-color .3s ease, color .3s ease;
}
.form-form .disabled input[type="submit"] {
  background-color: var(--gray);
  color: rgba(var(--white-rgb), .5);
  cursor: default;
}

/* :focus */
.form-form input[type="text"]:focus,
.form-form input[type="password"]:focus,
.form-form input[type="date"]:focus,
.form-form input[type="datetime"]:focus,
.form-form input[type="email"]:focus,
.form-form input[type="number"]:focus,
.form-form input[type="search"]:focus,
.form-form input[type="tel"]:focus,
.form-form input[type="time"]:focus,
.form-form input[type="url"]:focus,
.form-form textarea:focus,
.form-form select:focus {
  background-color: #fdf7fc;
  outline: 1px solid var(--outline_color);
}
.form-form input[type="submit"]:focus {
  outline: 2px solid var(--outline_color);
}

/* .field */
.form-form .field-inner {
  padding: 1.6em 1em 1.8em;
  position: relative;
  &::before {
    background-color: rgba(var(--ssc_wine-rgb), .3);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  @media screen and (min-width: 768px) {
    display: flex;
    &::after {
      position: absolute;
    }
    & .field-header {
      width: 13em;
      margin: 0;
      padding-top: .52em;
    }
    & .field-body {
      width: calc(100% - 14em);
      margin-left: auto;
    }
  }
  @media screen and (min-width: 992px) {
    padding: 2em 1em;
    & .field-header {
      width: 21em;
    }
    & .field-body {
      width: calc(100% - 22em);
    }
  }
}
.form-form .field-header {
  display: flex;
  margin: 0 0 .7em -1em;
  & .icon-icon {
    color: #fff;
    width: 3.6em;
  }
  & .icon-icon .string {
    text-align: center;
    display: block;
    width: 2.8em;
    height: 100%;
    position: relative;
    z-index: 1;
    @media screen and (min-width: 768px) {
        height: 2em;
    }
    &::before {
      background-color: var(--ssc_light_blue);
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      top: -1em;
      bottom: -1em;
      left: 0;
      z-index: 1;
    }
    &::after {
      content: "\4efb \610f";
      line-height: 1;
      display: block;
      padding-top: .5em;
      position: relative;
      z-index: 3;
    }
  }
  & .label {
    width: calc(100% - 3.6em);
    & .string {
      font-size: 1.15em;
      letter-spacing: .1em;
    }
  }
}
.form-form .field-inner.required {
  & .icon-icon .string::before {
    background-color: var(--ssc_vermilion);
  }
  & .icon-icon .string::after {
    content: "\5fc5 \9808";
  }
}

/* .field-radio */
.form-form .field-radio {
  & .item {
    display: flex;
    gap: 1em;
    & .item-inner {
      white-space: nowrap;
    }
  }
  @media screen and (min-width: 576px) {
    & .item {
      gap: 1.5em;
      max-width: 25em;
      & .item-inner {
        width: calc((100% - 1.5em) / 2);
      }
    }
  }
  & .item-name {
    display: block;
    padding: .7em .8em .7em 2em;
    position: relative;
    transition: color .3s ease;
    &::before,
    &::after {
      content: "";
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      transition: background-color .3s ease, border-color .3s ease, outline .3s ease;
    }
    &::before {
      background-color: rgba(var(--ssc_camel-rgb), .1);
      border: 1px solid rgba(var(--gray-rgb), .25);
      border-radius: .15em;
      width: 100%;
      height: 100%;
      left: 0;
    }
    &::after {
      background-color: rgba(var(--white-rgb), .75);
      border: 2px solid rgba(var(--gray-rgb), .5);
      border-radius: 50%;
      width: 1em;
      height: 1em;
      left: .7em;
    }
    @media screen and (max-width: 374px) {
      & .string {
        font-size: 1.4rem;
      }
    }
  }
}
.form-form .input-radio:checked + .item-name {
  color: #fff;
}
.form-form .input-radio:focus + .item-name::before {
  background-color: #fdf7fc;
  outline: 1px solid var(--outline_color);
}
.form-form .input-radio:checked + .item-name::before {
  background-color: rgba(var(--ssc_violet-rgb), .85);
}
.form-form .input-radio:checked + .item-name::after {
  background-color: rgba(var(--ssc_violet-rgb), 1);
  border-color: rgba(var(--white-rgb), 1);
}
@media (hover: hover) {
  .form-form .item-name:hover::before {
    background-color: #fdf7fc;
    outline: 1px solid var(--outline_color);
  }
  .form-form .item-name:hover::after {
    background-color: rgba(var(--ssc_camel-rgb), .5);
  }
}

/* .submit-outer */
.form-form .submit-outer {
  text-align: center;
  padding-top: 2.75em;
}

/* .thanks */
.article-thanks .text-btn {
  text-align: center;
  margin-top: 7em;
  & .btn-inner {
    background-color: rgba(var(--ssc_violet-rgb), 1);
    border-radius: 0;
    transition: background-color .3s ease;
  }
}
@media (hover: hover) {
  .article-thanks .text-btn .btn-inner:hover {
    opacity: 1;
    background-color: rgba(var(--purple-rgb), 1);
  }
}







/* .privacy-policy */
.article-pp .item-inner {
  margin-top: 5em;
  position: relative;
  & .num-outer {
    background-color: rgba(var(--ssc_camel-rgb), 1);
    color: #fff;
    line-height: 1;
    width: fit-content;
    height: fit-content;
    padding: .1em .2em;
    position: absolute;
    top: .3em;
    left: .7em;
    & span {
      font-size: 1.07em;
      line-height: .8;
      text-align: center;
      display: inline-block;
      width: 1em;
    }
  }
  & .module-heading > .heading-inner {
    padding-left: 3em;
  }
  & ol.list > .list-inner {
    padding-left: 2em;
    &:nth-child(n+2) {
      margin-top: .5em;
    }
    & .num {
      text-align: center;
      display: inline-block;
      width: 1.7em;
      position: absolute;
      left: 0;
      & span {
        text-align: center;
        display: inline-block;
        width: .725em;
      }
    }
  }
  & p + ul li,
  & p + ol li {
    margin-top: .3em;
  }
  & .postal-code,
  & .window {
    display: block;
  }
  & .address-1st,
  & .address-2nd {
    display: inline-block;
  }
  & .address-1st {
    margin-right: .9em;
  }
}
.article-pp .person-outer {
  margin-top: 3em;
  & .text-text {
    text-align: right;
    margin: 0;
  }
}


/*  */
