@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* *** */
html {
  font-size: 3.125vw;
}
@media screen and (min-width: 390px) {
  html {
    font-size: 2.673796791vw;
  }
}
@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: 1144px) {
  html {
    font-size: 10px;
  }
}

/* font */
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
body {
  background-color: #fff;
  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: 576px) {
  .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: 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;
}
@media screen and (min-width: 576px) {
  .gutters {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@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;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
.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 screen and (min-width: 992px) {
  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;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 2em 1.15em;
}
.text-btn > a .string {
  font-size: 1.125em;
  font-weight: bold;
  font-weight: 700;
  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) {
  margin-top: .3em;
}
ul.style-none,
ol.style-none,
ul.check-list,
ul.contact,
ul.field,
ol.field,
ul.item,
ol.item,
ul.menu,
ul.nav,
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-list > li,
ul.contact > li,
ul.field > li,
ol.field > li,
ul.item > li,
ol.item > li,
ul.menu > li,
ul.nav > li,
ol.step > li {
  margin: 0;
  padding: 0;
}
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(--ag_navy_blue);
  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-list */
ol.num-list {
  list-style-type: none;
  counter-reset: item;
  margin: 1em 0;
  padding: 0;
}
ol.num-list > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num-list.hundred > li {
  padding-left: 3em;
}
ol.num-list > li:nth-child(n+2) {
  margin-top: .3em;
}
ol.num-list > li::before {
  counter-increment: item;
  content: counter(item)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}
ol.num-list.hundred > li::before {
  content: "0" counter(item, decimal-leading-zero);
  width: 2.25em;
}
ol.num-list.hundred > li:nth-child(n+100)::before {
  content: counter(item);
}

/* ul.check-list */
ul.check-list > li {
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 2em;
  position: relative;
}
ul.check-list > li::before,
ul.check-list > li::after {
  content: "";
  position: absolute;
}
ul.check-list > li::before {
  border: .2em solid rgba(var(--black-rgb), .77);
  display: block;
  width: .92em;
  height: .92em;
  top: .26em;
  left: 0;
  opacity: .83;
}
ul.check-list > 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: .5em;
}
.list-after {
  margin-top: .5em;
}

/* .rice */
ul.rice,
ol.rice {
  list-style-type: none;
  margin: 2em 0 1em;
  padding: 0;
}
ul.rice.attached,
ol.rice.attached {
  margin-top: .25em;
}
p.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;
}

/* others */
.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;
}

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

/* .lang-en */
.lang-en {
  font-size: 1.23em;
}

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

/* .breadcrumb */
.breadcrumb .list {
  list-style-type: none;
  display: flex;
  margin: 1.5em 0 5em;
  padding: 0;
}
.breadcrumb .list-inner {
  padding: 1em;
  position: relative;
}
.breadcrumb .list-inner:first-child {
  padding-left: 0;
}
.breadcrumb .list-inner::before {
  content: "\f105";
  color: rgba(var(--black-rgb), .5);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.breadcrumb .list-inner:first-child::before {
  display: none;
}
.breadcrumb .text-link {
  font-size: .9em;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb .current {
  color: rgba(var(--black-rgb), .67);
  font-weight: normal;
  font-weight: 400;
}

/* .header */
.header .nav-btn {
  width: 3em;
  height: 1.2em;
  position: fixed;
  top: 1.4em;
  right: 1em;
  z-index: 13;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header .nav-btn {
    display: none;
  }
}
.header .nav-btn::before,
.header .nav-btn::after {
  background-color: #000;
  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, transform .3s ease;
}
.header .nav-btn::after {
  top: auto;
  bottom: 0;
  transition: top .1s linear, transform .3s ease;
}
.sp-menu-open .header .nav-btn::before {
  top: 0;
  bottom: 0;
  transform: rotate(201.801409486352deg);
}
.sp-menu-open .header .nav-btn::after {
  top: 0;
  bottom: 0;
  transform: rotate(-201.801409486352deg);
}

/* .header .menu */
.header .menu a {
  text-align: center;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 991px) {
  .header .nav-bg {
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    height: 0;
    position: fixed;
    top: 4.25em;
    left: 0;
    z-index: 11;
    opacity: 0;
    transform: translateY(-100vh);
    transition: height .2s ease, opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .nav-bg {
    height: calc(100% - 4.25em);
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu {
    width: 100%;
    position: fixed;
    top: 7.75em;
    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 {
    padding-right: 2em;
    padding-left: 2em;
  }
  .header .menu-inner:nth-child(n+2) {
    border-top: 1px solid rgba(var(--gray-rgb), .9);
    margin: .5em;
  }
  .header .menu a {
    padding: 1em 0 .5em;
  }
}
@media screen and (min-width: 992px) {
  .header .nav-bg {
    display: none;
  }
  .header .menu {
    display: flex;
    gap: 1em;
    position: fixed;
    top: .7em;
    right: .5em;
    z-index: 11;
  }
  .header .menu a {
    color: var(--text-color);
    margin: 0;
    padding: .5em;
    position: relative;
  }
}

/* .footer && .main */
.footer,
.main {
  min-height: 1%;
}
.footer > .footer-inner,
.main > .main-inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
.header p,
.footer p {
  margin: 0;
}

/* .go-to-top */
.go-to-top a {
  background-color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 3em;
  height: 3em;
  position: fixed;
  right: .2em;
  bottom: 3.95em;
  z-index: 69;
  opacity: 0;
  transition: opacity .3s ease;
}
.fadein .go-to-top a {
  opacity: 1;
}
.absolute .go-to-top a {
  position: absolute;
}
.go-to-top a::before {
  background-image: linear-gradient(135deg, var(--navy_blue), var(--ag_navy_blue));
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity .3s ease;
}
.fadein .go-to-top a:hover::before {
  opacity: .77;
}
.go-to-top .icon-icon {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.go-to-top .arrow {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 768px) {
  .go-to-top a {
    right: 2.5em;
    bottom: .2em;
  }
}
@media screen and (min-width: 992px) {
  .go-to-top a {
    right: 2.75em;
  }
}
@media screen and (min-width: 1144px) {
  .go-to-top a {
    right: 3em;
  }
}

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

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

/* .in-view.is-show */
.in-view {
  opacity: 0;
  transform: translateY(39px);
  transition: opacity .7s linear .15s, transform .7s ease .19s;
}
.in-view.is-show {
  opacity: 1;
  transform: translateY(0);
}
#article-advantage .item-inner.in-view:nth-child(2),
#article-advantage .item-inner.in-view:nth-child(4),
#article-advantage .item-inner.in-view:nth-child(6) {
  transition-property: opacity, transform;
  transition-delay: .45s, .49s;
}
/* .sextet */
.sextet .item-inner.in-view:nth-child(3n-1) {
  transition-property: opacity, transform;
  transition-delay: .35s, .39s;
}
.sextet .item-inner.in-view:nth-child(3n) {
  transition-property: opacity, transform;
  transition-delay: .55s, .59s;
}
@media screen and (min-width: 576px) {
  #article-advantage .item-inner.in-view:nth-child(1),
  #article-advantage .item-inner.in-view:nth-child(4) {
    transition-property: opacity, transform;
    transition-delay: .15s, .19s;
  }
  #article-advantage .item-inner.in-view:nth-child(2),
  #article-advantage .item-inner.in-view:nth-child(5) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  #article-advantage .item-inner.in-view:nth-child(3),
  #article-advantage .item-inner.in-view:nth-child(6) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  /* .sextet */
  .sextet .item-inner.in-view:nth-child(4n-2) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  .sextet .item-inner.in-view:nth-child(4n-1) {
    transition-property: opacity, transform;
    transition-delay: .55s, .59s;
  }
  .sextet .item-inner.in-view:nth-child(4n) {
    transition-property: opacity, transform;
    transition-delay: .75s, .79s;
  }
}
@media screen and (min-width: 768px) {
  #article-tagline .item-inner.in-view:nth-child(1) {
    transition-property: opacity, transform;
    transition-delay: .15s, .19s;
  }
  #article-tagline .item-inner.in-view:nth-child(2) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  #article-tagline .item-inner.in-view:nth-child(3) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  #article-tagline .item-inner.in-view:nth-child(4) {
    transition-property: opacity, transform;
    transition-delay: .25s, .29s;
  }
  #article-tagline .item-inner.in-view:nth-child(5) {
    transition-property: opacity, transform;
    transition-delay: .45s, .49s;
  }
  #article-tagline .item-inner.in-view:nth-child(6) {
    transition-property: opacity, transform;
    transition-delay: .75s, .79s;
  }
  .group .group-inner.in-view:nth-child(2) {
    transition-property: opacity, transform;
    transition-delay: .45s, .49s;
  }
  /* .sextet */
  .sextet .item-inner.in-view:nth-child(5n-3) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  .sextet .item-inner.in-view:nth-child(5n-2) {
    transition-property: opacity, transform;
    transition-delay: .55s, .59s;
  }
  .sextet .item-inner.in-view:nth-child(5n-1) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  .sextet .item-inner.in-view:nth-child(5n) {
    transition-property: opacity, transform;
    transition-delay: .75s, .79s;
  }
}
@media screen and (min-width: 992px) {
  #article-advantage .item-inner.in-view:nth-child(2) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  #article-advantage .item-inner.in-view:nth-child(3) {
    transition-property: opacity, transform;
    transition-delay: .45s, .49s;
  }
  #article-advantage .item-inner.in-view:nth-child(4) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  #article-advantage .item-inner.in-view:nth-child(5) {
    transition-property: opacity, transform;
    transition-delay: .75s, .79s;
  }
  #article-advantage .item-inner.in-view:nth-child(6) {
    transition-property: opacity, transform;
    transition-delay: .95s, .99s;
  }
  /* .trio */
  .trio .item-inner.in-view:nth-child(3n-1) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  .trio .item-inner.in-view:nth-child(3n) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  /* .sextet */
  .sextet .item-inner.in-view:nth-child(6n-4) {
    transition-property: opacity, transform;
    transition-delay: .35s, .39s;
  }
  .sextet .item-inner.in-view:nth-child(6n-3) {
    transition-property: opacity, transform;
    transition-delay: .45s, .49s;
  }
  .sextet .item-inner.in-view:nth-child(6n-2) {
    transition-property: opacity, transform;
    transition-delay: .65s, .69s;
  }
  .sextet .item-inner.in-view:nth-child(6n-1) {
    transition-property: opacity, transform;
    transition-delay: .75s, .79s;
  }
  .sextet .item-inner.in-view:nth-child(6n) {
    transition-property: opacity, transform;
    transition-delay: .85s, .89s;
  }
}

/* common */
.serif-en {
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-weight: 500;
}
.serif-ja {
  font-family: "Noto Serif JP", serif;
}
.contact a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-tel a {
  background-color: var(--blue);
  background-image: linear-gradient(135deg, var(--blue), #2794ff);
}
.contact-email a {
  background-color: var(--orange);
  background-image: linear-gradient(135deg, var(--orange), #fe921e);
}
@media screen and (min-width: 992px) {
  .contact a:hover {
    opacity: .77;
  }
}

/* .loading */
.loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 1;
  transition: height .1s ease 1.3s, top .1s ease 1.3s, opacity 1.1s linear .3s;
}
.loading.in-view {
  opacity: 1;
  transform: translateY(0);
}
.loading.is-show {
  height: 0;
  top: -1em;
  opacity: 0;
  visibility: hidden;
}

/* .header-dummy */
.header-dummy {
  width: 0;
  height: 4.8em;
  position: absolute;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .header-dummy {
    height: 6.9em;
  }
}
@media screen and (min-width: 992px) {
  .header-dummy {
    height: 7.45em;
  }
}
@media screen and (min-width: 1144px) {
  .header-dummy {
    height: 7.8em;
  }
}

/* .side-bnr */
.side-bnr {
  background-color: rgba(53, 87, 191, .93);
  border-top-left-radius: .1em;
  border-bottom-left-radius: .1em;
  line-height: 1;
  width: 3.8em;
  padding: .7em .25em;
  position: fixed;
  top: calc(4.8em + 12.25em);
  right: 0;
  z-index: 11;
  opacity: 0;
  transform: translateX(9em);
  transition: opacity .7s linear 1.7s, transform .5s ease 1.7s;
}
.triggered .side-bnr {
  opacity: 1;
  transform: translateX(0);
}
body:not(.home) .side-bnr {
  top: 11em;
}
.side-bnr a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.side-bnr .text-text {
  writing-mode: vertical-rl;
  margin: 0;
}
.side-bnr .text-text .line-1st,
.side-bnr .text-text .line-2nd {
  display: block;
}
.side-bnr .text-text .line-1st {
  letter-spacing: .13em;
  margin-left: .47em;
}
.side-bnr .text-text .line-2nd {
  letter-spacing: .1em;
  margin-left: .25em;
}
.side-bnr strong {
  font-size: 1.28em;
  line-height: 0;
  display: inline-block;
  margin-bottom: .03em;
}
.side-bnr .text-tel {
  background-color: #fff;
  text-align: center;
  width: 2.25em;
  height: 2.25em;
  margin: .7em auto 0;
  position: relative;
}
.side-bnr .text-tel::before {
  content: "\f095";
  color: var(--ag_dark_blue);
  font-family: "Font Awesome 6 Free";
  font-size: 1.5em;
  font-weight: 900;
  display: flex;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.side-bnr .text-tel > span {
  display: none;
}
@media screen and (min-width: 390px) {
  .side-bnr {
    top: calc(4.8em + 17.5em);
  }
  body:not(.home) .side-bnr {
    top: 13em;
  }
}
@media screen and (min-width: 576px) {
  .side-bnr {
    /* top: calc(4.8em + 18.5em); */
    top: 15em;
  }
}
@media screen and (min-width: 768px) {
  .side-bnr {
    width: 5em;
    padding-bottom: .27em;
    top: 17em;
    right: 1.5em;
  }
  .side-bnr .text-text .line-1st {
    margin-left: .6em;
  }
  .side-bnr .text-text .line-2nd {
    margin-left: .715em;
  }
  .side-bnr .text-tel {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: .9em;
    padding: 1.2em 0 .25em;
  }
  .side-bnr .text-tel::before {
    font-size: 1.75em;
    /* text-shadow: 0 0 .2em rgba(var(--ag_dark_blue-rgb), .9); */
    text-shadow: 0 0 2px rgba(var(--black-rgb), .9);
    top: -.43em;
    bottom: auto;
    z-index: 1;
  }
  .side-bnr .text-tel > span {
    color: var(--ag_dark_blue);
    font-weight: bold;
    font-weight: 700;
    position: relative;
    z-index: 5;
  }
  .side-bnr .text-tel > .line-1st {
    display: block;
    margin-bottom: .15em;
  }
  .side-bnr .text-tel > span:not(.line-1st) {
    display: inline-block;
  }
  .side-bnr .text-tel > .line-3rd::before,
  .side-bnr .text-tel > .line-4th::before {
    background-color: var(--navy_blue);
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: .07em;
    margin-left: .1em;
    position: relative;
    bottom: .25em;
  }
}
@media screen and (min-width: 992px) {
  .side-bnr {
    top: 19em;
    right: 1.75em;
  }
  .side-bnr .text-text .line-2nd {
    position: relative;
    visibility: hidden;
  }
  .side-bnr .text-text .line-2nd::before {
    content: "\304a \554f \3044 \5408 \308f \305b \96fb \8a71 \756a \53f7";
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
  }
}
@media screen and (min-width: 1144px) {
  .side-bnr {
    right: 2em;
  }
}

/* .header */
.header {
  opacity: 0;
  transition: opacity .3s linear;
}
.is-show + .header {
  opacity: 1;
}
.site-header {
  width: 100%;
  height: 3.75em;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 71;
}
.site-header > .header-inner {
  width: 100%;
  position: relative;
}
.site-header > .header-inner::before {
  background-color: rgba(var(--white-rgb), .67);
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  margin: auto;
  position: absolute;
  top: .8em;
  right: 0;
  left: 0;
  z-index: 1;
}
.site-heading a {
  display: block;
  width: 15em;
  height: 2em;
  position: relative;
  top: .8em;
  z-index: 3;
}
.site-heading a .img-img {
  position: absolute;
  top: -.6em;
  left: 0;
}
@media screen and (min-width: 768px) {
  .site-header > .header-inner::before {
    height: 2.4em;
    top: 2.5em;
  }
  .site-heading a {
    width: 17em;
    height: 2.4em;
    top: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .site-header > .header-inner::before {
    height: 2.8em;
    top: 2.65em;
  }
  .site-heading a {
    width: 15em;
    height: 2.8em;
    top: 2.65em;
  }
  .site-heading a .img-img {
    top: -.17em;
  }
}
@media screen and (min-width: 1144px) {
  .site-header > .header-inner::before {
    height: 3em;
    top: 2.8em;
  }
  .site-heading a {
    width: 21em;
    height: 3em;
    top: 2.8em;
  }
  .site-heading a .img-img {
    top: -.5em;
  }
}

/* .header .contact */
.header .contact {
  background-color: var(--ag_dark_blue);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 73;
}
.header .contact-inner {
  width: 50%;
  padding: .5em;
}
.header .contact-tel {
  padding-right: .25em;
}
.header .contact-email {
  padding-left: .25em;
}
.header .contact .bnr-link {
  height: 2.75em;
}
.header .contact .bnr-link > .link-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .contact-inner .icon-icon {
  width: 1.9em;
  height: 2em;
  position: relative;
}
.header .contact-tel .icon-icon {
  width: calc(4.5em * .8125);
}
.header .contact-inner .icon-icon > .string {
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: -.5em;
  right: 0;
  bottom: -.5em;
  left: 0;
}
.header .contact-tel .icon-icon > .string {
  color: rgba(var(--ag_navy_blue-rgb), .33);
  font-size: 2em;
  left: -.1em;
  z-index: 1;
}
.header .contact-email .icon-icon > .string {
  font-size: 1.25em;
}
.header .contact-tel .icon-text {
  font-size: .8125em;
  line-height: 1.1;
  width: 4em;
  height: 1.1em;
  margin: auto;
  position: absolute;
  top: -.3em;
  bottom: -.5em;
  left: 0;
  z-index: 3;
}
.header .contact-tel .text-text {
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: .02em;
  position: relative;
  top: .05em;
}
.header .contact-email .text-text {
  font-size: .9em;
  font-weight: bold;
  font-weight: 700;
  padding-right: .2em;
  position: relative;
  top: .05em;
}
@media screen and (min-width: 390px) {
  .header .contact .bnr-link > .link-inner {
    font-size: 1.15em;
  }
  .header .contact-tel .icon-icon {
    width: calc(4.5em * .725);
  }
  .header .contact-tel .icon-text {
    font-size: .725em;
  }
  .header .contact-tel .text-text {
    font-size: 1.175em;
    letter-spacing: .03em;
  }
  .header .contact-email .text-text {
    letter-spacing: .03em;
  }
}
@media screen and (min-width: 768px) {
  .header .contact {
    background-color: transparent;
    width: 26em;
    top: 0;
    right: 1.5em;
    bottom: auto;
    left: auto;
  }
  .header .contact-tel,
  .header .contact-email {
    padding: 0;
  }
  .header .contact .bnr-link {
    height: 2.5em;
  }
  .header .contact .bnr-link > .link-inner {
    font-size: 1em;
  }
  .header .contact-tel .icon-icon {
    width: 2.5em;
  }
  .header .contact-tel .icon-icon > .string {
    font-size: 2.125em;
    left: -.175em;
  }
  .header .contact-tel .icon-text {
    font-size: .72em;
    width: 2em;
    height: 2.5em;
    bottom: -.7em;
    left: .5em;
  }
  .header .contact-tel .text-text {
    font-size: 1.175em;
  }
}
@media screen and (min-width: 992px) {
  .header .contact {
    width: 28em;
    right: 1.75em;
  }
  .header .contact .bnr-link {
    height: 2.65em;
  }
  .header .contact .bnr-link > .link-inner {
    font-size: 1.125em;
  }
  .header .contact-tel .icon-text {
    font-size: .675em;
  }
  .header .contact-tel .text-text {
    letter-spacing: .04em;
  }
}
@media screen and (min-width: 1144px) {
  .header .contact {
    width: 30em;
    right: 2em;
  }
  .header .contact .bnr-link {
    height: 2.8em;
  }
  .header .contact-tel .text-text,
  .header .contact-email .text-text {
    letter-spacing: .1em;
  }
}

/* .header-nav */
.header .nav-btn {
  width: 2em;
  height: 1em;
  top: 1.3em;
  right: 1.5em;
  z-index: 77;
}
.header .nav-btn::before,
.header .nav-btn::after {
  background-color: var(--ag_dark_blue);
  height: 2px;
}
.header .nav-btn > .btn-inner {
  background-color: var(--ag_dark_blue);
  width: 1.5em;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  opacity: 1;
  transition: opacity .17s ease;
}
.sp-menu-open .header .nav-btn > .btn-inner {
  opacity: 0;
}
.header .menu {
  color: var(--ag_dark_blue);
  z-index: 79;
}
.home .footer .menu-home a,
.about .footer .menu-about a,
.service .footer .menu-service a,
.flow .footer .menu-flow a,
.consultation .footer .menu-consultation a,
.voice .footer .menu-voice a,
.monologue .footer .menu-monologue a,
.contact-us .footer .menu-contact a,
.privacy-policy .footer .menu-privacy a {
  color: rgba(var(--white-rgb), .5);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .header .nav-bg {
    background-color: rgba(var(--white-rgb), .93);
    top: 3.75em;
    z-index: 75;
  }
  .sp-menu-open .header .nav-bg {
    height: calc(100% - 7.5em);
  }
}
@media screen and (min-width: 576px) {
  .header .nav-btn {
    right: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .header .nav-btn {
    top: 3.125em;
    right: 2em;
  }
  .header .nav-bg {
    top: 5.5em;
  }
  .sp-menu-open .header .nav-bg {
    height: calc(100% - 5.5em);
  }
}
@media screen and (min-width: 992px) {
  .header .menu {
    top: 2.65em;
    right: 2.5em;
    overflow: hidden;
  }
  .header .menu a {
    color: var(--ag_dark_blue);
    font-weight: bold;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.8em;
    padding: 0 .5em;
    position: relative;
    transition: color .2s ease;
  }
  .header .menu a:hover {
    color: var(--black);
  }
  .header .menu a::before {
    background-color: var(--black);
    content: "";
    width: 0;
    height: .15em;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: width .2s ease;
  }
  .header .menu a:hover::before {
    width: 100%;
  }
  .home .header .menu-home a,
  .about .header .menu-about a,
  .service .header .menu-service a,
  .flow .header .menu-flow a,
  .consultation .header .menu-consultation a,
  .voice .header .menu-voice a {
    color: rgba(var(--ag_navy_blue-rgb), .9);
    pointer-events: none;
  }
  .home .header .menu-home a::before,
  .about .header .menu-about a::before,
  .service .header .menu-service a::before,
  .flow .header .menu-flow a::before,
  .consultation .header .menu-consultation a::before,
  .voice .header .menu-voice a::before {
    background-color: var(--el_blue);
    width: 100%;
  }
}
@media screen and (min-width: 1144px) {
  .header .menu {
    top: 2.8em;
    right: 2.75em;
  }
  .header .menu a {
    height: 3em;
  }
}

/* .footer */
.footer {
  text-align: center;
}
.footer-area.area-1st .img-outer .img-link {
  display: block;
  width: 88%;
  max-width: 376px;
  margin: 0 auto 2em;
}
.footer-area.area-1st .text-outer {
  display: inline-block;
  padding: .5em 0;
}
.footer-area.area-1st .text-address span,
.footer-area.area-1st .item > .item-inner {
  text-align: left;
  display: block;
}
.footer-area.area-1st .text-address .icon-icon {
  display: inline-block;
}
.footer-area.area-1st .item {
  margin-top: .25em;
}
.footer-area.area-1st .item [class*="-outer"] {
  display: flex;
}
.footer-area.area-1st .item a {
  color: var(--text-color);
  text-decoration: none;
}
.footer-area.area-1st .item-header {
  display: flex;
  justify-content: space-between;
  width: 2.5em;
  margin-right: 1.25em;
  margin-left: .2em;
}
.footer-area.area-1st .item-body {
  letter-spacing: .06em;
}
.footer-area.area-2nd {
  background-color: var(--ag_dark_blue);
  color: #fff;
  margin: 2.5em calc(50% - 50vw) 0;
  padding-bottom: 3.75em;
}
.footer-area .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.3em 0 .75em;
}
.footer-area .menu a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: block;
  margin: .25em;
  padding: .25em .5em;
}
@media screen and (min-width: 576px) {
  .footer-area.area-1st .text-outer {
    padding: 1em 0 .75em;
  }
  .footer-area.area-1st .text-address,
  .footer-area.area-1st .item {
    display: inline-block;
  }
  .footer-area.area-1st .text-address .address-1st {
    display: inline-block;
    margin-right: .5em;
  }
  .footer-area.area-1st .text-address .address-2nd {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .footer-area.area-1st .box {
    display: flex;
  }
  .footer-area.area-1st .box > .box-inner {
    width: 50%;
  }
  .footer-area.area-1st .text-outer {
    padding: .8em 0 .5em;
  }
  .footer-area.area-1st .img-outer .img-link {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .footer-area.area-1st .text-address,
  .footer-area.area-1st .item {
    text-align: left;
    display: block;
    padding-left: 1em;
  }
  .footer-area.area-2nd {
    padding-bottom: .5em;
  }
}
@media screen and (min-width: 992px) {
  .footer-area.area-1st .text-outer {
    padding-top: 1.1em;
  }
  .footer-area .menu a {
    margin: .25em .3em;
  }
  .footer-area .menu a:hover {
    color: var(--orange);
  }
  .footer-area .menu a::before {
    background-color: var(--orange);
    content: "";
    width: 0;
    height: .15em;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transition: width .2s ease;
  }
  .footer-area .menu a:hover::before {
    width: 100%;
  }
}

/* .main */
/* .anchor:not(.article)::before {
  content: "";
  display: block;
  height: 4.8em;
  margin-top: -4.8em;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .anchor:not(.article)::before {
    height: 6.9em;
    margin-top: -6.9em;
  }
}
@media screen and (min-width: 992px) {
  .anchor:not(.article)::before {
    height: 7.45em;
    margin-top: -7.45em;
  }
}
@media screen and (min-width: 1144px) {
  .anchor:not(.article)::before {
    height: 7.8em;
    margin-top: -7.8em;
  }
} */

/* .article */
.article.common {
  padding-bottom: 9em;
  position: relative;
  z-index: 9;
}
.article.type_b-bg {
  padding-bottom: calc(9em + 1em);
}
.article:nth-of-type(odd)::before,
.article.type_b-bg::before {
  background-color: var(--light_gray);
  content: "";
  display: block;
  height: calc(100% - 9em + 1.5em);
  position: absolute;
  top: calc(.25em * 2.5);
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -3;
}
/* .article.anchor::before,
.article.anchor.type_b-bg::before {
  height: calc(100% - 9em + 1.5em - 4.8em);
  top: calc(.25em * 2.5 + 4.8em);
} */
.article.type_b-bg::before {
  background-color: var(--ag_navy_blue);
  height: calc(100% - 9em - 1em + 6em);
  top: -4.5em;
}
/* .article.type_b-bg.anchor::before {
  height: calc(100% - 9em - 1em + 6em - 4.8em);
  top: calc(-4.5em + 4.8em);
} */
.article:first-child::before {
  display: none;
}
.article.type_a-bg::after,
.article.type_b-bg-before::after {
  content: "";
  display: block;
  height: calc(100% - 9em + 1.5em );
  position: absolute;
  top: calc(.25em * 2.5);
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
}
/* .article.type_a-bg.anchor::after,
.article.type_b-bg-before.anchor::after {
  height: calc(100% - 9em + 1.5em - 4.8em);
  top: calc(.25em * 2.5 + 4.8em);
} */
.article.type_b-bg-before::before,
.article.type_b-bg-before::after {
  height: calc(100% - 9em + 4.5em - (.25em * 2.5));
}
/* .article.type_b-bg-before.anchor::before,
.article.type_b-bg-before.anchor::after {
  height: calc(100% - 9em + 4.5em - (.25em * 2.5) - 4.8em);
} */
#article-consultation::after {
  background: url(../img/consultation-map.webp) center center no-repeat;
  background-size: cover;
  opacity: .57;
}
#article-service::after {
  background: url(../img/service-bg.webp) center center no-repeat;
  background-size: cover;
  /* height: calc(100% - 9em + 5em - (.25em * 2.5)); */
  opacity: .13;
}
@media screen and (min-width: 390px) {
  .article:nth-of-type(odd)::before,
  .article.type_a-bg::before,
  .article.type_a-bg::after {
    height: calc(100% - 9em + 1.5em - (.25em * 2.67));
    top: calc(.25em * 2.67);
  }
  /* .article.anchor::before,
  .article.type_a-bg.anchor::before,
  .article.type_a-bg.anchor::after {
    height: calc(100% - 9em + 1.5em - (.25em * 2.67) - 4.8em);
    top: calc(.25em * 2.67 + 4.8em);
  } */
  .article.type_b-bg-before::before,
  .article.type_b-bg-before::after {
    height: calc(100% - 9em + 4.5em - (.25em * 2.67));
    top: calc(.25em * 2.67);
  }
  /* .article.type_b-bg-before.anchor::before,
  .article.type_b-bg-before.anchor::after {
    height: calc(100% - 9em + 4.5em - (.25em * 2.67) - 4.8em);
    top: calc(.25em * 2.67 + 4.8em);
  } */
}
@media screen and (min-width: 576px) {
  .article:nth-of-type(odd)::before,
  .article.type_a-bg::before,
  .article.type_a-bg::after {
    height: calc(100% - 9em + 1.5em - (.25em * 2.75));
    top: calc(.25em * 2.75);
  }
  /* .article.anchor::before,
  .article.type_a-bg.anchor::before,
  .article.type_a-bg.anchor::after {
    height: calc(100% - 9em + 1.5em - (.25em * 2.75) - 4.8em);
    top: calc(.25em * 2.75 + 4.8em);
  } */
  .article.type_b-bg-before::before,
  .article.type_b-bg-before::after {
    height: calc(100% - 9em + 4.5em - (.25em * 2.75));
    top: calc(.25em * 2.75);
  }
  /* .article.type_b-bg-before.anchor::before,
  .article.type_b-bg-before.anchor::after {
    height: calc(100% - 9em + 4.5em - (.25em * 2.75) - 4.8em);
    top: calc(.25em * 2.75 + 4.8em);
  } */
}
@media screen and (min-width: 768px) {
  .article:nth-of-type(odd)::before,
  .article.type_a-bg::before,
  .article.type_a-bg::after {
    height: calc(100% - 9em + 1.5em - (.25em * 3));
    top: calc(.25em * 3);
  }
  /* .article.anchor::before,
  .article.type_a-bg.anchor::before,
  .article.type_a-bg.anchor::after {
    height: calc(100% - 9em + 1.5em - (.25em * 3) - 6.9em);
    top: calc(.25em * 3 + 6.9em);
  } */
  .article.type_b-bg-before::before,
  .article.type_b-bg-before::after {
    height: calc(100% - 9em + 4.5em - (.25em * 3));
    top: calc(.25em * 3);
  }
  /* .article.type_b-bg-before.anchor::before,
  .article.type_b-bg-before.anchor::after {
    height: calc(100% - 9em + 4.5em - (.25em * 3) - 6.9em);
    top: calc(.25em * 3 + 6.9em);
  } */
}
@media screen and (min-width: 992px) {
  .article.common {
    padding-bottom: 11em;
  }
  .article.type_a-bg,
  .article.type_b-bg {
    padding-bottom: calc(11em + 1em);
  }
  .article:nth-of-type(odd)::before,
  .article.type_a-bg::before,
  .article.type_a-bg::after {
    height: calc(100% - 11em + 1.5em);
    top: calc(.25em * 3.25);
  }
  /* .article.anchor::before,
  .article.type_a-bg.anchor::before,
  .article.type_a-bg.anchor::after {
    height: calc(100% - 11em + 1.5em - 7.45em);
    top: calc(.25em * 3.25 + 7.45em);
  } */
  .article.type_b-bg-before::before,
  .article.type_b-bg-before::after {
    height: calc(100% - 11em + 5em - (.25em * 3.25));
    top: calc(.25em * 3.25);
  }
  /* .article.type_b-bg-before.anchor::before,
  .article.type_b-bg-before.anchor::after {
    height: calc(100% - 11em + 5em - (.25em * 3.25) - 7.45em);
    top: calc(.25em * 3.25 + 7.45em);
  } */
  .article.type_b-bg::before {
    height: calc(100% - 11em - 1em + 7.5em);
    top: -6em;
  }
  #article-consultation::after {
    background-size: contain;
  }
}
@media screen and (min-width: 1144px) {
  .article.common {
    padding-bottom: 13em;
  }
  .article.type_b-bg {
    padding-bottom: calc(13em + 1em);
  }
  .article:nth-of-type(odd)::before,
  .article.type_a-bg::before,
  .article.type_a-bg::after {
    height: calc(100% - 13em + 1.5em);
    top: calc(.25em * 3.375);
  }
  /* .article.anchor::before,
  .article.type_a-bg.anchor::before,
  .article.type_a-bg.anchor::after {
    height: calc(100% - 13em + 1.5em - 7.8em);
    top: calc(.25em * 3.375 + 7.8em);
  } */
  .article.type_b-bg-before::before,
  .article.type_b-bg-before::after {
    height: calc(100% - 13em + 6.5em - (.25em * 3.375));
    top: calc(.25em * 3.375);
  }
  /* .article.type_b-bg-before.anchor::before,
  .article.type_b-bg-before.anchor::after {
    height: calc(100% - 13em + 6.5em - (.25em * 3.375) - 7.8em);
    top: calc(.25em * 3.375 + 7.8em);
  } */
  .article.type_b-bg::before {
    height: calc(100% - 13em - 1em + 7.5em);
    top: -6.5em;
  }
}

/* .article-inner */
/* .article.anchor .article-inner::before {
  content: "";
  display: block;
  height: 4.8em;
  margin-top: -4.8em;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .article.anchor .article-inner::before {
    height: 6.9em;
    margin-top: -6.9em;
  }
}
@media screen and (min-width: 992px) {
  .article.anchor .article-inner::before {
    height: 7.45em;
    margin-top: -7.45em;
  }
}
@media screen and (min-width: 1144px) {
  .article.anchor .article-inner::before {
    height: 7.8em;
    margin-top: -7.8em;
  }
} */

/* .article .article-heading */
.article.common .article-heading {
  text-align: center;
  position: relative;
  top: calc(-.5em * 2.5);
}
.article.common .article-heading::before {
  background-color: rgba(var(--ag_dark_blue-rgb), .77);
  content: "";
  display: block;
  width: .8em;
  height: .4em;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -1.75em;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.article.type_b-bg .article-heading::before {
  background-color: #fff;
}
.article.common .article-heading .serif-en {
  color: var(--ag_navy_blue);
  font-size: 2.5em;
  letter-spacing: .05em;
  display: block;
  padding-left: .05em;
}
.article.type_b-bg .article-heading .serif-en {
  color: #fff;
}
.article.common .article-heading .fz-small {
  color: var(--dark_gray);
  font-size: .875em;
  display: block;
  padding-top: .9em;
}
.article.type_b-bg .article-heading .fz-small {
  color: #fff;
}
@media screen and (min-width: 390px) {
  .article.common .article-heading {
    top: calc(-.5em * 2.67);
  }
  .article.common .article-heading .serif-en {
    font-size: 2.67em;
    letter-spacing: .067em;
    padding-left: .067em;
  }
}
@media screen and (min-width: 576px) {
  .article.common .article-heading {
    top: calc(-.5em * 2.75);
  }
  .article.common .article-heading .serif-en {
    font-size: 2.75em;
    letter-spacing: .075em;
    padding-left: .075em;
  }
}
@media screen and (min-width: 768px) {
  .article.common .article-heading {
    top: calc(-.5em * 3);
  }
  .article.common .article-heading .serif-en {
    font-size: 3em;
  }
}
@media screen and (min-width: 992px) {
  .article.common .article-heading {
    top: calc(-.5em * 3.25);
  }
  .article.common .article-heading .serif-en {
    font-size: 3.25em;
  }
}
@media screen and (min-width: 1144px) {
  .article.common .article-heading {
    top: calc(-.5em * 3.375);
  }
  .article.common .article-heading .serif-en {
    font-size: 3.375em;
  }
}

/* .type_a-header */
.type_a-header .area-heading {
  text-align: center;
}
.type_a-header .area-heading > .heading-inner {
  font-size: 1.25em;
  line-height: 1.15;
  letter-spacing: .1em;
  padding-top: 1.25em;
  padding-left: .1em;
  position: relative;
}
.type_a-header .area-heading .serif-ja {
  font-weight: 700;
  display: inline-block;
}
.type_a-header .area-heading .serif-en {
  font-size: 1.75em;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: .06em;
}
@media screen and (min-width: 390px) {
  .type_a-header .area-heading > .heading-inner {
    font-size: 1.33em;
    letter-spacing: .2em;
    padding-left: .2em;
  }
}
@media screen and (min-width: 576px) {
  .type_a-header .area-heading > .heading-inner {
    font-size: 1.5em;
    letter-spacing: .3em;
    padding-left: .3em;
  }
}
@media screen and (min-width: 768px) {
  .type_a-header .area-heading > .heading-inner {
    font-size: 1.75em;
    letter-spacing: .5em;
    padding-left: .5em;
  }
}
@media screen and (min-width: 992px) {
  .type_a-header .area-heading > .heading-inner {
    font-size: 2em;
    letter-spacing: .6em;
    padding-left: .6em;
  }
}
@media screen and (min-width: 1144px) {
  .type_a-header .area-heading > .heading-inner {
    font-size: 2.25em;
    letter-spacing: .8em;
    padding-left: .8em;
  }
}

/* .type_a-body */
/*
  .type_a-header のあとに設置される .article-body
 */

/* .type_b-body */
.type_b-body {
  margin-top: 3em;
}


/* .table-outer */
.table-outer {
  margin: 3em auto 0;
}
.table-outer table {
  width: 100%;
}
.table ul > li:nth-child(n+2),
.table p {
  margin: 0;
}
.table-outer .th,
.table-outer .td {
  background-color: #fff;
  font-weight: normal;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .table-outer .table,
  .table-outer .tbody,
  .table-outer .tr,
  .table-outer .th,
  .table-outer .td {
    text-align: left;
    display: block;
  }
  .table-outer .tr:nth-child(n+2) {
    margin-top: 1em;
  }
  .table-outer .th {
    background-color: rgba(var(--navy_blue-rgb), .77);
    border: 1px solid rgba(var(--dark_gray-rgb), .5);
    color: #fff;
    padding: 1em 1.5em;
  }
  .table-outer .td {
    border: 1px solid rgba(var(--dark_gray-rgb), .5);
    padding: 1.2em 1.5em;
  }
  .table-outer .td:nth-child(n+2) {
    border-top: none;
    border-top-width: 0;
  }
}
@media screen and (min-width: 576px) {
  .table-outer .table {
    border: 1px solid rgba(var(--dark_gray-rgb), .5);
    border-bottom-width: 0;
  }
  .table-outer .th,
  .table-outer .td {
    /* vertical-align: top; */
    position: relative;
  }
  .table-outer .th {
    background-color: rgba(var(--navy_blue-rgb), .77);
    border-bottom: 1px solid rgba(var(--white-rgb), .5);
    color: #fff;
    padding: 1em 1.5em;
  }
  .table-outer tr:last-child .th {
    border-bottom-color: rgba(var(--dark_gray-rgb), .5);
  }
  .table-outer .tbody .th {
    width: 30%;
    padding: 1.5em;
  }
  .table-outer .th::before {
    background-color: rgba(var(--gray-rgb), .75);
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .table-outer .td {
    border-bottom: 1px solid rgba(var(--dark_gray-rgb), .5);
    padding: 1.5em;
  }
}

/* .type_a-table */
@media screen and (max-width: 575px) {
  .type_a-table .td {
    padding-left: 3.5em;
  }
}
@media screen and (min-width: 576px) {
  .type_a-table .td {
    padding-left: 2.75em;
  }
}

/* .type_b-table */
@media screen and (max-width: 575px) {
  .type_b-table .thead {
    display: none;
  }
  .type_b-table .td {
    text-align: center;
  }
  .type_b-table .td:first-child {
    background-color: rgba(var(--navy_blue-rgb), .77);
    color: #fff;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .type_b-table .thead .th {
    background-color: rgba(var(--navy_blue-rgb), .77);
    color: #fff;
  }
  .type_b-table .td {
    border-bottom: 1px solid rgba(var(--dark_gray-rgb), .5);
    padding: 1em;
  }
}

/* .group */
.group {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  max-width: 470px;
  margin: var(--common-area-heading-after) auto 0;
}
.group .group-inner {
  position: relative;
}
.group .group-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.group .group-inner:nth-child(2n-1)::before {
  right: 0;
}
.group .group-inner:nth-child(2n)::before {
  left: 0;
}
.group.type_a .group-inner::before {
  background-color: rgba(var(--white-rgb), .93);
}
.group.type_b .group-inner::before {
  background-color: rgba(var(--light_x_yellow-rgb), .93);
}
.group .group-header {
  padding: 1.3em 1.75em 1.2em;
  position: relative;
  z-index: 1;
}
.group .group-header > .header-inner {
  font-size: 1.175em;
  letter-spacing: .1em;
}
.group .group-header > .header-inner::before {
  background-color: rgba(var(--light_yellow-rgb), .93);
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
.group .group-inner:nth-child(2n-1) .group-header > .header-inner::before {
  right: 0;
}
.group .group-inner:nth-child(2n) .group-header > .header-inner::before {
  left: 0;
}
.group .group-body {
  padding: 1.75em 1.75em 2.5em;
  position: relative;
  z-index: 3;
}
.group .module-inner + .module-inner {
  margin-top: 1.5em;
}
.group .check-list > li::before {
  background-color: var(--gray);
  border: 0;
  width: .88em;
  height: .88em;
  top: .275em;
  left: .33em;
}
.group .check-list > li::after {
  border-width: .2em;
  border-color: var(--ag_dark_blue);
  width: 1em;
  height: .6em;
  top: .15em;
  left: .3em;
}
.group .list-inner {
  font-weight: bold;
  font-weight: 500;
  margin: .67em 0;
}
.group .list-inner:first-child {
  margin-top: 0;
}
.group .text-text {
  margin: 0;
}
@media screen and (min-width: 390px) {
  .group .group-header > .header-inner {
    font-size: 1.175em;
  }
}
@media screen and (min-width: 576px) {
  .group {
    max-width: 80%;
  }
  .group .group-header > .header-inner {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .group {
    flex-direction: row;
    max-width: none;
  }
  .group .group-inner {
    flex: 1;
  }
  .group .group-inner::before {
    width: calc(50vw - (1.75em / 2));
  }
  .group .group-header > .header-inner::before {
    width: calc(50vw - (1.75em / 2));
  }
}
@media screen and (min-width: 992px) {
  .group .group-header > .header-inner {
    font-size: 1.3em;
  }
}

/* .sextet */
.sextet {
  display: flex;
  flex-wrap: wrap;
  gap: .6em;
}
.sextet > li {
  width: calc((100% / 3) - (.6em * 2 / 3));
}
@media screen and (min-width: 576px) {
  .sextet > li {
    width: calc((100% / 4) - (.6em * 3 / 4));
  }
}
@media screen and (min-width: 768px) {
  .sextet > li {
    width: calc((100% / 5) - (.6em * 4 / 5));
  }
}
@media screen and (min-width: 992px) {
  .sextet > li {
    width: calc((100% / 6) - (.6em * 5 / 6));
  }
}

/* .btn-outer .btn-btn */
.btn-outer .btn-btn {
  text-align: center;
  margin: 3em 0 0;
  position: relative;
}
#article-advantage .btn-outer .btn-btn {
  margin-top: 0;
  top: 3em;
}
.btn-outer .btn-btn > .btn-inner {
  display: inline-block;
  margin: 0;
}
.btn-outer .btn-btn a {
  background-color: var(--navy_blue);
  border: .1em solid var(--ag_dark_blue);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.3em 3.75em 1.4em;
  position: relative;
  transition: background-color .3s ease, border-color .3s ease;
}
.btn-outer .btn-btn a::before {
  background: url(../img/btn-more-dec_up.svg) right top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: .6em;
  height: .6em;
  position: absolute;
  top: .3em;
  right: .3em;
}
.btn-outer .btn-btn .link-inner {
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: .1em;
  display: inline-block;
  padding-left: .1em;
}
.btn-outer .btn-btn.empty .btn-inner {
  display: block;
  height: calc(2.9em + 1.25em * 1.75);
}
@media screen and (min-width: 992px) {
  .btn-outer .btn-btn a:hover {
    background-color: #57679d;
    border-color: var(--black);
  }
}

/* modal */
.modal-link {
  position: relative;
}
.modal-link-outer > li {
  position: relative;
}
.modal-link a,
.modal-link-outer > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}
.modal {
  height: 0;
  margin: auto;
  position: fixed;
  top: 0;
  right: -1em;
  left: -1em;
  z-index: -9;
  overflow: hidden;
}
.element-play .modal {
  width: 100svw;
  height: 100svh;
  z-index: 91;
}
.modal > .modal-inner {
  width: 100%;
  height: 100%;
}
.modal-bg {
  background-color: rgba(var(--ag_dark_blue-rgb), .93);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -11em;
  right: -1em;
  left: -1em;
  z-index: 1;
  opacity: 0;
  transition: top .54s ease, opacity .27s linear .27s, visibility .27s linear .27s;
}
.element-play .modal-bg {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.modal-element {
  opacity: 0;
  visibility: hidden;
  transition: opacity .27s linear .54s, visibility .27s linear .54s;
}
.element-play .modal-element {
  width: calc(100% - 5em);
  height: calc(100% - 8em);
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
.element-play.video-16_9 .modal-element {
  max-width: 1200px;
  max-height: 675px;
}
.element-play .modal-element > .element-inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 900px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.element-play.video-16_9 .modal-element > .element-inner {
  max-width: none;
  max-height: none;
}
.element-play .modal-element .img-img {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.element-play.video-16_9 .modal-element .mov-mov {
  aspect-ratio: 16 / 9;
}
.video-16_9 .modal-element iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.element-play .modal-btn {
  background-color: rgba(var(--ag_dark_blue-rgb), .97);
  display: block;
  width: 3em;
  height: 3em;
  position: absolute;
  top: -3.2em;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.element-play .modal-btn::before,
.element-play .modal-btn::after {
  background-color: #fff;
  content: "";
  display: block;
  width: 2.75em;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.element-play .modal-btn::before {
  transform: rotate(45deg);
}
.element-play .modal-btn::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .video-16_9 .modal {
    display: none;
  }
  .video-16_9  .mov-outer .img-img {
    opacity: 1;
    transition: opacity 1s ease;
  }
  .element-play.video-16_9 .mov-outer .img-img {
    opacity: 0;
  }
  .video-16_9 .mov-outer .module-inner {
    transition: width .7s ease;
  }
  .element-play.video-16_9 .mov-outer .module-inner {
    width: 100%;
    max-width: none;
  }
  .element-play.video-16_9 .mov-mov {
    z-index: 11;
    transition: z-index .3s ease 1s;
  }
}

/* .location-link */
.location-link {
  color: var(--text-color);
  text-decoration: none;
}
.location-link .icon-icon {
  font-size: 1.5em;
  line-height: 0;
  display: inline-block;
  margin-left: .03em;
  position: relative;
  top: .02em;
}

/* .aside */
.aside {
  text-align: center;
  padding-bottom: 9em;
}
.footer .aside {
  padding-bottom: 5em;
}
.aside .aside-heading {
  padding: 1em 0 1.5em;
}
.aside .aside-heading > .heading-inner {
  color: var(--ag_navy_blue);
  font-size: 1.2125em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.5;
}
.aside .contact {
  background-color: var(--ag_dark_blue);
  display: flex;
  padding: .5em;
}
.aside .contact-inner {
  width: calc(50% - .25em);
  margin: 0 auto;
}
.aside .contact-tel {
  margin-left: 0;
}
.aside .contact-email {
  margin-right: 0;
}
.aside .contact p {
  margin: 0;
}
.aside .contact .menu-body > .body-inner {
  width: 100%;
  height: 5em;
  position: relative;
}
.aside .contact .menu-body > .body-inner::before {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.aside .contact a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.aside .contact .icon-icon > .string {
  color: rgba(var(--ag_navy_blue-rgb), .33);
  line-height: 1em;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.aside .contact-tel .icon-icon > .string {
  font-size: 4em;
}
.aside .contact-email .icon-icon > .string {
  font-size: 3.25em;
}
.aside .contact .icon-text > .string {
  font-size: .87em;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
  position: absolute;
  top: .37em;
  right: 0;
  left: 0;
}
.aside .contact .text-text {
  font-weight: bold;
  font-weight: 700;
  line-height: 1em;
  width: 100%;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.aside .contact-tel .text-text {
  font-size: 1.425em;
  font-weight: 500;
  top: .09em;
}
.aside .contact-email .text-text {
  font-size: 1.1em;
}
.aside .text-outer {
  background-color: var(--ag_dark_blue);
  color: #fff;
}
.aside .text-outer .text-text {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.75;
  margin: 0;
  padding: .25em 0 1em;
}
@media screen and (min-width: 390px) {
  .aside .aside-heading > .heading-inner {
    font-size: 1.475em;
  }
  .aside .contact .menu-body > .body-inner {
    height: 7em;
  }
  .aside .contact .icon-text > .string {
    top: 1.37em;
  }
  .aside .contact-tel .text-text {
    font-size: 1.57em;
  }
  .aside .contact-email .text-text {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) {
  .aside .aside-heading > .heading-inner {
    font-size: 1.75em;
  }
  .aside .contact-tel .text-text {
    font-size: 1.67em;
    letter-spacing: .07em;
    padding-left: .07em;
  }
  .aside .contact-email .text-text {
    font-size: 1.33em;
    letter-spacing: .1em;
    padding-left: .1em;
  }
}
@media screen and (min-width: 768px) {
  .aside .aside-heading > .heading-inner {
    letter-spacing: .125em;
    padding-left: .125em;
  }
  .aside .contact .menu-body > .body-inner {
    height: 7.5em;
  }
  .aside .contact .icon-icon > .string,
  .aside .contact .icon-text > .string,
  .aside .contact .text-text {
    color: #fff;
    width: auto;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .aside .contact .link-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .aside .contact-tel .icon-icon {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .aside .contact-tel .icon-icon > .string {
    font-size: 3em;
    width: 1.1em;
  }
  .aside .contact-email .icon-icon > .string {
    font-size: 2.75em;
    text-align: left;
    width: 1.3em;
  }
  .aside .contact .icon-text > .string {
    width: 5em;
    top: .165em;
  }
  .aside .contact-tel .text-text {
    font-size: 1.8125em;
    top: .05em;
  }
  .aside .contact-email .text-text {
    font-size: 1.425em;
    letter-spacing: .2em;
    padding-left: .2em;
  }
  .aside .text-outer .text-text {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 992px) {
  .aside {
    padding-bottom: 11em;
  }
  .footer .aside {
    padding-bottom: 7em;
  }
  .aside .aside-heading > .heading-inner {
    font-size: 2em;
  }
  .aside .contact .menu-body > .body-inner {
    height: 9em;
  }
  .aside .contact a:hover {
    opacity: .77;
  }
  .aside .contact .link-inner {
    font-size: 1.2em;
  }
  .aside .text-outer .text-text {
    font-size: 1.175em;
    padding-top: .33em;
  }
}
@media screen and (min-width: 1144px) {
  .aside {
    padding-bottom: 13em;
  }
  .footer .aside {
    padding-bottom: 9em;
  }
  .aside .contact .menu-body > .body-inner {
    height: 10em;
  }
  .aside .contact .link-inner {
    font-size: 1.35em;
  }
  .aside .text-outer .text-text {
    font-size: 1.2em;
    padding-top: .5em;
  }
}

/* #article-tagline */
#article-tagline {
  position: relative;
}
.main-visual {
  background-color: #fff;
  height: 67vh;
  min-height: 470px;
  max-height: 630px;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-visual::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .39);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.main-visual > .visual-inner {
  width: 100%;
  height: 100%;
  z-index: 3;
}
#article-tagline .video-video {
  display: block;
  width: 100%;
  height: 100%;
}
#article-tagline .video {
  background-color: #fff;
  object-fit: cover;
  object-position: 33% 50%;
  width: 100%;
  height: 100%;
}

/* #article-tagline .article-header */
#article-tagline .article-header {
  width: 100%;
  height: 67vh;
  min-height: 470px;
  max-height: 630px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
}
#article-tagline .img-badge {
  width: 13em;
  max-width: 13em;
  height: 13em;
  max-height: 13em;
  position: absolute;
  top: 3.75em;
  right: 0;
}
#article-tagline .article-heading {
  text-align: center;
  width: 100%;
  position: absolute;
  top: calc(53% - (2.5em * 2));
  z-index: 5;
}
#article-tagline .article-heading > .heading-inner {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .2em;
  text-shadow: 0 0 2px rgba(var(--ag_dark_blue-rgb), 1),  0 0 3px  rgba(var(--ag_dark_blue-rgb), 1),  0 0 5px  rgba(var(--ag_dark_blue-rgb), .77);
  padding-left: .2em;
}
#article-tagline .article-header .box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: calc(53% + (2.5em * 1.175));
  z-index: 7;
}
#article-tagline .article-header .text-text {
  color: #fff;
  font-size: 1.175em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .33em;
  text-shadow: 0 0 2px rgba(var(--ag_dark_blue-rgb), 1),  0 0 3px  rgba(var(--ag_dark_blue-rgb), 1),  0 0 5px  rgba(var(--ag_dark_blue-rgb), .77);
  margin: 0;
  padding-left: .33em;
}
#article-tagline .article-header .text-text::before {
  background: url(../img/logo-symbol.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 4.3em;
  height: 4.3em;
  margin: auto;
  position: absolute;
  top: -3.5em;
  right: 0;
  bottom: -3em;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease 2s;
}
#article-tagline .article-header.is-show .text-text::before {
  opacity: .67;
}
@media screen and (min-width: 390px) {
  #article-tagline .article-heading {
    top: calc(53% - (2.75em * 2.33));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 2.33em;
  }
  #article-tagline .article-header .box {
    top: calc(53% + (2.75em * 1.367));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.367em;
  }
}
@media screen and (min-width: 502px) {
  /* イレギュラーポイント */
  #article-tagline .article-heading {
    top: calc(53% - (2.75em * 2));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 2em;
  }
  #article-tagline .article-header .box {
    top: calc(53% + (2.75em * 1.125));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 576px) {
  .main-visual,
  #article-tagline .article-header {
    min-height: 570px;
  }
  #article-tagline .article-heading {
    top: calc(53% - (2.75em * 2.5));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 2.5em;
    letter-spacing: .3em;
    padding-left: .3em;
  }
  #article-tagline .article-header .box {
    top: calc(53% + (2.75em * 1.367));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.367em;
  }
}
@media screen and (min-width: 768px) {
  .main-visual,
  #article-tagline .article-header {
    min-height: 630px;
    max-height: 730px;
  }
  #article-tagline .img-badge {
    top: calc(50% - 2.67em);
    right: calc(50% + 13.3em);
  }
  #article-tagline .article-heading {
    top: calc(45% - (3.5em * 2.75));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 2.75em;
  }
  #article-tagline .article-header .box {
    top: calc(45% + (2.5em * 1.5));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 810px) {
  /* イレギュラーポイント */
  .main-visual,
  #article-tagline .article-header {
    height: 750px;
    min-height: 750px;
    max-height: none;
  }
}
@media screen and (min-width: 992px) {
  .main-visual,
  #article-tagline .article-header {
    height: 100svh;
    max-height: 1080px;
  }
  #article-tagline .img-badge {
    width: 15em;
    max-width: none;
    height: 15em;
    max-height: none;
    top: calc(50% - 1.67em);
    right: calc(50% - 15em - (3.7em * 3));
  }
  #article-tagline .article-heading {
    top: calc(47% - (3em * 3.4));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 3.4em;
  }
  #article-tagline .article-header .box {
    top: calc(47% + (2.5em * 1.6));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.6em;
    letter-spacing: .39em;
    padding-left: .39em;
  }
}
@media screen and (min-width: 1144px) {
  #article-tagline .img-badge {
    width: 16.5em;
    height: 16.5em;
    top: calc(50% - 2em);
    right: calc(50% - 16.5em - (4em * 2.9));
  }
  #article-tagline .article-heading {
    top: calc(47% - (3em * 3.75));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 3.75em;
  }
  #article-tagline .article-header .box {
    top: calc(47% + (2.5em * 1.75));
  }
  #article-tagline .article-header .text-text {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1440px) {
  #article-tagline .img-badge {
    width: 17.25em;
    height: 17.25em;
    top: calc(50% - 1.5em);
    right: calc(50% - 17.25em - (4em * 4.2));
  }
  #article-tagline .article-heading {
    top: calc(47% - (3em * 4.25));
  }
  #article-tagline .article-heading > .heading-inner {
    font-size: 4.25em;
  }
  #article-tagline .article-header .box {
    top: calc(47% + (2.5em * 2));
  }
  #article-tagline .article-header .text-text {
    font-size: 2em;
  }
}
@media screen and (min-width: 1600px) {
  #article-tagline .img-badge {
    width: 18.75em;
    height: 18.75em;
    top: calc(50% - 8.5em);
    right: calc(50% - 18.75em - (4.55em * 4.9));
  }
}

/* #article-tagline .article-body */
#article-tagline .article-body > .body-inner {
  margin-bottom: calc(-7.25em * 1.33);
  padding-bottom: 9em;
  position: relative;
  top: calc(-7.25em * 1.33);
  z-index: 7;
}
#article-tagline .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  max-width: 430px;
  margin: 0 auto;
}
#article-tagline .item-inner {
  /* background-color: var(--dark_gray); */
  color: #fff;
  width: 100%;
  position: relative;
}
#article-tagline .item-inner .header-inner {
  color: #fff;
  text-decoration: none;
  display: block;
}
#article-tagline .item-inner a.header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#article-tagline .item-inner .header-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .9;
}
#article-tagline .item-inner a.header-inner:hover::before {
  opacity: .77;
}
#article-tagline .item-inner:nth-child(1) .header-inner::before {
  background-image: linear-gradient(135deg, #103675, #1e2e53);
}
#article-tagline .item-inner:nth-child(2) .header-inner::before {
  background-image: linear-gradient(135deg, #18b7cd, #00a3b9);
}
#article-tagline .item-inner:nth-child(3) .header-inner::before {
  background-image: linear-gradient(135deg, #d8ac2a, #c79300);
}
#article-tagline .item-inner:nth-child(4) .header-inner::before {
  background-image: linear-gradient(135deg, rgba(var(--navy_blue-rgb), .9), rgba(var(--navy_blue-rgb), 1));
}
#article-tagline .item-inner:nth-child(5) .header-inner::before {
  background-image: linear-gradient(135deg, rgba(var(--green-rgb), .9), rgba(var(--green-rgb), 1));
}
#article-tagline .item-inner:nth-child(6) .header-inner::before {
  background-image: linear-gradient(135deg, rgba(var(--pink-rgb), .9), rgba(var(--pink-rgb), 1));
}
#article-tagline .box-heading > .heading-inner {
  font-size: 1.33em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4.5em;
  padding: .7em 1.5em .8em;
}
#article-tagline a .box-heading > .heading-inner::before {
  background: url(../img/btn-more-dec_up.svg) right top no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: .75em;
  height: .75em;
  position: absolute;
  top: .3em;
  right: .3em;
}
#article-tagline .box-heading .i-block {
  display: block;
}
#article-tagline .box-body {
  padding: .8em 1.5em 2em;
  position: relative;
}
#article-tagline .box-body::before {
  background-color: rgba(var(--white-rgb), .77);
  content: "";
  display: block;
  width: calc(100% - 3em);
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#article-tagline .box-body .text-text {
  margin: 1em 0 0;
}
#article-tagline .module-heading {
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
}
#article-tagline .module-inner + .module-inner {
  margin-top: 1.5em;
}
#article-tagline .box-body .list > li:nth-child(n+2) {
  margin-top: 0;
}
@media screen and (min-width: 390px) {
  #article-tagline .item {
    gap: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  #article-tagline .item {
    flex-direction: row;
    gap: 1em;
    max-width: none;
  }
  #article-tagline .item-inner {
    width: calc(33.33333% - .666666em);
  }
  #article-tagline .box-body .list-inner {
    margin-right: -1.25em;
  }
}
@media screen and (min-width: 992px) {
  #article-tagline .article-body > .body-inner {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 1144px) {
  #article-tagline .article-body > .body-inner {
    margin-bottom: calc(-7.6em * 1.425);
    top: calc(-7.6em * 1.425);
  }
  #article-tagline .box-heading > .heading-inner {
    font-size: 1.425em;
    height: 5em;
    padding: 1.1em 1.5em .9em;
  }
  #article-tagline .item {
    gap: 1.25em;
  }
  #article-tagline .item-inner {
    width: calc(33.33333% - .833333em);
  }
}
@media screen and (min-width: 1440px) {
  #article-tagline .article-body > .body-inner {
    margin-bottom: calc(-7.27em * 1.625);
    top: calc(-7.27em * 1.625);
  }
  #article-tagline .box-heading > .heading-inner {
    font-size: 1.625em;
    height: 5em;
    padding: 1.1em 1.5em .9em;
  }
}

/* #article-info */
#article-info .list {
  margin-top: calc(1.25em * 1.25);
}
#article-info .list > .list-inner {
  margin-top: 1.5em;
  position: relative;
}
#article-info .box {
  line-height: 1.5;
}
#article-info .box p {
  margin: 0;
}
#article-info .box-cat_date {
  position: relative;
  z-index: 3;
}
#article-info .cat {
  background: url(../img/news-catbg-type_a.svg) right center no-repeat;
  background-size: contain;
  font-weight: bold;
  font-weight: 700;
  width: 9em;
  padding: 1.15em 2.4em 1.05em 1em;
  position: relative;
  z-index: 3;
}
#article-info .cat-00 .cat {
  background-image: url(../img/news-catbg-type_a.svg);
}
#article-info .cat-01 .cat {
  background-image: url(../img/news-catbg-type_b.svg);
}
#article-info .cat-02 .cat {
  background-image: url(../img/news-catbg-type_c.svg);
}
#article-info .cat-03 .cat {
  background-image: url(../img/news-catbg-type_d.svg);
}
#article-info .cat-04 .cat {
  background-image: url(../img/news-catbg-type_ae.svg);
}
#article-info .cat > .cat-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#article-info .date {
  text-align: right;
  width: 11em;
  padding: .7em 1.7em .6em 0;
  position: absolute;
  top: .3em;
  left: 4.75em;
  z-index: 1;
}
#article-info .box-header {
  position: relative;
  z-index: 5;
}
#article-info .box-header > .header-inner {
  width: 100%;
}
#article-info .box-heading {
  background-color: var(--light_gray);
  margin: -.25em 0 0 0;
  padding: 1em 1.5em;
}
#article-info .box-heading a {
  color: var(--text-color);
  line-height: 1.5;
  text-decoration: none;
  display: block;
}
#article-info .box-heading a:hover {
  text-decoration: underline;
}
#article-info .box-more {
  position: absolute;
  top: 0;
  right: calc(100% - 15.9em);
  z-index: 7;
  transition: right 1s ease-out .2s;
}
#article-info .is-show .box-more {
  right: -.9em;
}
#article-info .btn-btn a {
  background: url(../img/btn-more-type_a.svg) right center no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  display: block;
  width: 9em;
  padding: 1.15em 1em 1.05em 2.4em;
}
#article-info .cat-00 .btn-btn a {
  background-image: url(../img/btn-more-type_a.svg);
}
#article-info .cat-01 .btn-btn a {
  background-image: url(../img/btn-more-type_b.svg);
}
#article-info .cat-02 .btn-btn a {
  background-image: url(../img/btn-more-type_c.svg);
}
#article-info .cat-03 .btn-btn a {
  background-image: url(../img/btn-more-type_d.svg);
}
#article-info .cat-04 .btn-btn a {
  background-image: url(../img/btn-more-type_ae.svg);
}
#article-info .btn-btn a .string {
  letter-spacing: 1em;
  display: block;
  padding-left: 1em;
}
#article-info .three-letters .btn-btn a .string {
  letter-spacing: .5em;
  display: block;
  padding-left: .5em;
}
#article-info .four-letters .btn-btn a .string {
  letter-spacing: .33em;
  display: block;
  padding-left: 33em;
}
#article-info .five-letters .btn-btn a .string {
  letter-spacing: .2em;
  display: block;
  padding-left: .2em;
}
#article-info .six-letters .btn-btn a .string {
  letter-spacing: .1em;
  display: block;
  padding-left: .1em;
}
@media screen and (min-width: 390px) {
  #article-info .list {
    margin-top: calc(1.33em * 1.25);
  }
}
@media screen and (min-width: 390px) {
  #article-info .list {
    margin-top: calc(1.5em * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #article-info .list {
    margin-top: calc(1.75em * 1.25);
  }
  #article-info .box > .box-inner {
    display: flex;
  }
  #article-info .box-cat_date {
    width: 17em;
  }
  #article-info .date {
    background: url(../img/news-date-bg_g.svg) right center no-repeat;
    background-size: cover;
    top: .46em;
  }
  #article-info .box-header {
    display: flex;
    align-items: center;
    width: calc(100% - 26.75em);
  }
  #article-info .box-header::before {
    background-color: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: width .5s ease .2s;
  }
  #article-info .is-show .box-header::before {
    width: 0;
  }
  #article-info .box-heading {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
  }
  #article-info .box-more {
    transition: right .5s ease .2s;
  }
  #article-info .is-show .box-more {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #article-info .list {
    margin-top: calc(2em * 1.25);
  }
}
@media screen and (min-width: 1144px) {
  #article-info .list {
    margin-top: calc(2.25em * 1.25);
  }
}

/* #article-consultation */
#article-consultation .present .area-inner:not(:first-child) {
  margin-top: 3em;
  position: relative;
}
#article-consultation .present .area-inner:not(:first-child)::before {
  background-color: rgba(var(--ag_dark_blue-rgb), .77);
  content: "";
  display: block;
  width: .8em;
  height: .4em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#article-consultation .present .area-body {
  text-align: center;
  padding: 2.15em 0 1.5em;
  position: relative;
}
#article-consultation .present .area-body::before,
#article-consultation .present .btn-outer .btn-btn::before {
  background-color: rgba(var(--dark_gray-rgb), .33);
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: width .9s ease .7s;
}
#article-consultation .present .area-body::before {
  top: 2.15em;
  left: 0;
}
#article-consultation .present .btn-outer .btn-btn::before {
  top: -2em;
  right: 0;
}
#article-consultation .present .is-show + .area-body::before,
#article-consultation .present .is-show + .area-body .btn-outer .btn-btn::before {
  width: 100%;
}
#article-consultation .area-body .date_time-outer {
  text-align: left;
  display: inline-block;
}
#article-consultation .badge {
  font-size: 7em;
  width: 1em;
  height: 1em;
  position: absolute;
  right: calc(50% - 1em - .825em);
  bottom: -.525em;
  z-index: 11;
}
#article-consultation .different-times-on .badge {
  right: auto;
  left: calc(50% - 1em - .825em);
}
#article-consultation .date_time-outer {
  margin: calc(var(--common-area-heading-after) - .5em) auto 0;
  position: relative;
}
#article-consultation .date_time-outer > .box {
  display: flex;
  flex-direction: column;
}
#article-consultation .schedule-date,
#article-consultation .schedule-time {
  display: flex;
  align-items: center;
  padding: .15em 0 .15em .5em;
  position: relative;
}
#article-consultation .schedule-date {
  margin-bottom: 1.75em;
}
#article-consultation .schedule-date::before,
#article-consultation .schedule-time::before {
  background-color: var(--orange);
  content: "";
  width: .125em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#article-consultation .present .box-heading {
  margin-right: 1em;
}
#article-consultation .present .box-heading > .heading-inner {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
  width: 1.1em;
}
#article-consultation .date_time-outer p {
  margin: 0;
}
#article-consultation .present .item {
  padding-top: .25em;
}
#article-consultation .present .item-inner:nth-child(n+2) {
  margin-top: 1.25em;
}
#article-consultation .present .module-inner,
#article-consultation .date-inner,
#article-consultation .day,
#article-consultation .time {
  line-height: 1.25;
  display: flex;
  align-items: center;
}
#article-consultation .day {
  font-weight: 500;
}
#article-consultation .day .fz-small {
  font-size: 1.25em;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  top: -.2em;
}
#article-consultation .day .slash {
  font-size: 2.25em;
  font-weight: 100;
  margin-right: -.025em;
  margin-left: -.075em;
}
#article-consultation .day .fz-large,
#article-consultation .time .fz-large {
  font-size: 1.875em;
  font-weight: 500;
  white-space: nowrap;
}
#article-consultation .week {
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  margin-right: .9em;
  margin-left: .7em;
  position: relative;
}
#article-consultation .week::before {
  background-color: var(--dark_gray);
  border-radius: 50%;
  content: "";
  display: block;
  display: block;
  width: 1.67em;
  height: 1.67em;
  margin: auto;
  position: absolute;
  top: -1.1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  z-index: -1;
}
#article-consultation .week.holiday::before {
  background-color: var(--red);
}
#article-consultation .week.saturday::before {
  background-color: var(--royal_blue);
}
#article-consultation .venue .room {
  margin-top: .5em;
}
#article-consultation .venue .room:nth-child(4) {
  margin-top: 1em;
}
#article-consultation .venue .dl {
  display: flex;
  align-items: center;
}
#article-consultation .venue .dt {
  font-size: .7em;
  display: flex;
  justify-content: space-between;
  width: 3em;
  position: relative;
}
#article-consultation .venue .dt::before {
  content: "\ff1a";
  display: block;
  position: absolute;
  right: -.925em;
}
#article-consultation .venue .dd {
  letter-spacing: .05em;
  display: block;
  padding-left: .95em;
}
#article-consultation .building .dd > .string {
  font-size: 1.075em;
}
#article-consultation .building .dd > .string .fz-small {
  font-size: .825em;
}
#article-consultation .room .dd > .string {
  font-size: 1em;
  display: block;
  /* padding-left: .25em; */
}
#article-consultation .time .delimiter {
  font-size: 1.5em;
  margin-right: -.03em;
  margin-left: -.03em;
  position: relative;
  top: -.125em;
}
#article-consultation .time .kara {
  font-size: 1.33em;
  margin-right: .2em;
  margin-left: .3em;
}
#article-consultation .date_time-outer .time-note {
  letter-spacing: .1em;
  text-align: center;
  margin-top: -.2em;
}
#article-consultation .time-note .fz-small {
  font-size: 1em;
}
#article-consultation .venue .different-time {
  margin-top: .5em;
}
#article-consultation .venue .different-time .time {
  font-size: .6em;
  line-height: .75;
}
#article-consultation .venue .different-time .time-note {
  font-size: .63em;
  margin-top: .25em;
}
#article-consultation .btn-outer .btn-btn {
  margin-top: calc(var(--common-area-heading-after) + 1.75em);
}
@media screen and (min-width: 390px) {
  .min-w390-none {
    display: none;
  }
  #article-consultation .badge {
    font-size: 7.25em;
    right: calc(50% - 1em - 1em);
    bottom: -.525em;
  }
  #article-consultation .different-times-on .badge {
    left: calc(50% - 1em - 1em);
  }
  #article-consultation .present .box-heading {
    margin-right: 1.67em;
  }
  #article-consultation .present .box-body {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 576px) {
  .min-w576-none {
    display: none;
  }
  #article-consultation .badge {
    font-size: 9em;
    right: calc(50% - 1em - 1.1em);
  }
  #article-consultation .different-times-on .badge {
    left: calc(50% - 1em - 1.3em);
  }
  #article-consultation .present .box-heading {
    font-size: 1.25em;
  }
  #article-consultation .building .dd > .string {
    font-size: 1.125em;
  }
  #article-consultation .schedule-date,
  #article-consultation .schedule-time {
    padding-left: 1.25em;
  }
  #article-consultation .schedule-date::before,
  #article-consultation .schedule-time::before {
    width: .25em;
  }
  #article-consultation .present .box-body {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .min-w768-none {
    display: none;
  }
  #article-consultation .present .area-inner:not(:first-child) {
    margin-top: 4em;
  }
  #article-consultation .present .area-inner:not(:first-child)::before {
    top: -.125em;
  }
  #article-consultation .badge {
    font-size: 9.5em;
  }
  #article-consultation .present .box-body {
    font-size: 1.425em;
  }
}
@media screen and (min-width: 992px) {
  .min-w992-none {
    display: none;
  }
  #article-consultation .present .area-inner:not(:first-child) {
    margin-top: 4.5em;
  }
  #article-consultation .present .area-inner:not(:first-child)::before {
    top: -.3em;
  }
  #article-consultation .badge {
    font-size: 11em;
  }
  #article-consultation .present .box-heading {
    font-size: 1.375em;
  }
  #article-consultation .present .box-body {
    font-size: 1.67em;
  }
}
@media screen and (min-width: 1144px) {
  .min-w1144-none {
    display: none;
  }
  #article-consultation .present .area-inner:not(:first-child) {
    margin-top: 5em;
  }
  #article-consultation .badge {
    font-size: 11em;
  }
  #article-consultation .different-times-on .badge {
    right: calc(50% - 1em - 1.3em);
    bottom: -.875em;
    left: auto;
  }
  #article-consultation .present .box-heading {
    font-size: 1.5em;
  }
  #article-consultation .present .box-body {
    font-size: 1.75em;
  }
}

/* #article-consultation .past */
#article-consultation .past {
  display: none;
  margin-top: calc(var(--common-area-heading-after) + 1em);
  padding-bottom: 1.5em;
}
#article-consultation .past .area-heading .serif-en {
  color: var(--ag_navy_blue);
  font-size: 1.75em;
}
#article-consultation .past .area-heading .fz-small {
  color: var(--dark_gray);
  font-size: .875em;
  letter-spacing: .133em;
  display: block;
  padding: .25em 0 0 .5em;
}
#article-consultation .past .btn-btn {
  text-align: right;
  transform: translateX(calc(-100% + 11.8em));
  transition: transform .7s ease 1s;
}
#article-consultation .past .is-show .btn-btn {
  transform: translateX(0);
}
#article-consultation .past .btn-inner {
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  position: relative;
  top: -1.5em;
}
#article-consultation .past .btn-btn a {
  background: url(../img/btn-more-large.svg) right center no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  display: block;
  width: 11.8em;
  padding: 1.15em 1em 1.05em 2.4em;
}
#article-consultation .past .btn-btn a .string {
  letter-spacing: .27em;
  display: block;
  padding-left: .27em;
}
@media screen and (min-width: 390px) {
  #article-consultation .past .area-heading .serif-en {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 576px) {
  #article-consultation .past {
    margin-top: calc(var(--common-area-heading-after) + 1.25em);
    padding-bottom: 1.67em;
  }
  #article-consultation .past .area-heading .serif-en {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  #article-consultation .past {
    margin-top: calc(var(--common-area-heading-after) + 1.5em);
    padding-bottom: 1.75em;
  }
  #article-consultation .past .area-heading .serif-en {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 992px) {
  #article-consultation .past {
    margin-top: calc(var(--common-area-heading-after) + 1.75em);
    padding-bottom: 1.83em;
  }
  #article-consultation .past .area-heading .serif-en {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1144px) {
  #article-consultation .past {
    padding-bottom: 2em;
  }
}

/* #article-consultation .carousel-consultation */
.carousel-consultation .item > .item-inner:not(:first-child) {
  display: none;
}
.carousel-consultation .item {
  position: relative;
}
.carousel-consultation .item-inner {
  background-color: #fff;
  box-shadow: .1em .1em .3em rgba(var(--black-rgb), .3);
  margin: 0 .4em 1em;
  padding: .6em .6em 1em;
}
.carousel-consultation a {
  color: var(--text-color);
  text-decoration: none;
}
.carousel-consultation .img-arr {
  display: block;
  width: 1.08em;
  height: 3em;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 11;
  cursor: pointer;
}
.carousel-consultation .img-arr.prev {
  left: -.9em;
}
.carousel-consultation .img-arr.next {
  right: -.9em;
}
.carousel-consultation .img-img {
  border: 1px solid rgba(var(--gray-rgb), .77);
  margin-bottom: .5em;
}
.carousel-consultation .module-heading {
  display: flex;
  align-items: center;
  height: 2.67em;
}
.carousel-consultation .module-heading > .heading-inner {
  font-weight: bold;
  font-weight: 600;
  flex: 1;
}
.carousel-consultation .item-inner .text-text {
  font-size: .925em;
  line-height: 1.5;
  margin: .15em -.5em 0 0;
}
@media screen and (min-width: 576px) {
  .carousel-consultation .item-inner .text-outer {
    padding-left: .5em;
  }
  .carousel-consultation .item-inner .text-text {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .carousel-consultation .img-arr.prev {
    left: -1.2em;
  }
  .carousel-consultation .img-arr.next {
    right: -1.2em;
  }
}
@media screen and (min-width: 992px) {
  .carousel-consultation .img-arr.prev {
    left: -1.4em;
  }
  .carousel-consultation .img-arr.next {
    right: -1.4em;
  }
  .carousel-consultation .item-inner .text-outer {
    padding-left: .25em;
  }
}
@media screen and (min-width: 1144px) {
  .carousel-consultation .img-arr.prev {
    left: -1.6em;
  }
  .carousel-consultation .img-arr.next {
    right: -1.6em;
  }
  .carousel-consultation .item-inner .text-outer {
    padding-left: .5em;
  }
}

/* #article-about */
#article-about .mov-outer {
  position: relative;
  z-index: 5;
}
#article-about .mov-heading {
  text-align: center;
  margin: calc(var(--common-area-heading-after) - 1em) auto .75em;
}
#article-about .mov-heading > .heading-inner {
  font-size: calc(1.25em * .875);
  letter-spacing: .075em;
  padding-left: .075em;
}
#article-about .mov-outer .module-inner {
  width: 88%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.element-play #article-about .mov-outer .module-inner {
  width: 100%;
}

/* ***** */
#article-about .mov-outer a.mov-link {
  pointer-events: none;
}
#article-about .test .mov-outer a.mov-link {
  pointer-events: auto;
}
#article-about .test .mov-outer a::before,
#article-about .test .mov-outer a::after {
  display: none;
}
#article-about .mov-outer a::before,
#article-about .mov-outer a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#article-about .mov-outer a::before {
  background-color: rgba(var(--ag_dark_blue-rgb), .83);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#article-about .mov-outer a::after {
  content: "\63 \6f \6d \69 \6e \67 \20 \73 \6f \6f \6e";
  color: #fff;
  font-family: "Bodoni Moda", serif;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: .1em;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  height: 1em;
  margin: auto;
  padding-left: .1em;
  top: 33%;
  right: 0;
  z-index: 3;
}
/* ***** */
#article-about .mov-outer .img-img {
  position: relative;
  z-index: 3;
}
#article-about .mov-mov {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
#article-about .mov-mov iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#article-about .text-outer {
  margin: 3em 0 5em;
  position: relative;
  z-index: 3;
}
#article-about .text-outer::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .13);
  content: "";
  display: block;
  width: calc(100% + (50vw - 50%));
  height: calc(100% + 5em + 3.25em);
  position: absolute;
  top: -5em;
  left: 0;
  z-index: -1;
}
#article-about .text-outer .box-heading {
  margin: 0 0 2.5em .5em;
}
#article-about .text-outer .box-heading > .heading-inner {
  font-size: 1.225em;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
}
#article-about .text-outer .box-heading .i-block {
  display: block;
}
#article-about .text-outer .text-text {
  width: 88%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
#article-about .text-outer .img-img {
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  top: -1em;
  right: .8em;
}
@media screen and (min-width: 390px) {
  #article-about .mov-heading > .heading-inner {
    font-size: calc(1.33em * .875);
  }
  #article-about .text-outer .box-heading {
    margin-left: 0;
  }
  #article-about .text-outer::before {
    width: calc(100% + (50vw - 50% - .7em));
    left: .7em;
  }
  #article-about .text-outer .box-heading > .heading-inner {
    font-size: 1.315em;
    letter-spacing: .1em;
  }
  #article-about .text-outer .img-img {
    right: 9%;
  }
}
@media screen and (min-width: 576px) {
  #article-about .mov-heading > .heading-inner {
    font-size: calc(1.5em * .875);
  }
  #article-about .text-outer::before {
    width: calc(100% + (50vw - 50% - 1.3em));
    left: 1.3em;
  }
  #article-about .text-outer .box-heading > .heading-inner {
    font-size: 1.45em;
    letter-spacing: .125em;
  }
  #article-about .text-outer .img-img {
    width: 5.3em;
    height: 5.3em;
    right: 11%;
  }
}
@media screen and (min-width: 768px) {
  #article-about .mov-heading > .heading-inner {
    font-size: calc(1.75em * .875);
  }
  #article-about .text-outer {
    margin-bottom: 6.5em;
  }
  #article-about .text-outer::before {
    width: calc(100% + (50vw - 50% - 1.75em));
    height: calc(100% + 5em + 4.25em);
    left: 1.75em;
  }
  #article-about .text-outer .box-heading > .heading-inner {
    font-size: 1.725em;
    letter-spacing: .14em;
  }
  #article-about .text-outer .img-img {
    width: 5.75em;
    height: 5.75em;
    right: 13%;
  }
}
@media screen and (min-width: 992px) {
  #article-about .mov-heading {
    margin: calc(var(--common-area-heading-after) - .67em) auto 1em;
  }
  #article-about .mov-heading > .heading-inner {
    font-size: calc(2em * .875);
  }
  #article-about .text-outer::before {
    width: calc(100% + (50vw - 50% - 2em));
    left: 2em;
  }
  #article-about .text-outer .box-heading > .heading-inner {
    font-size: 1.725em;
  }
  #article-about .text-outer .img-img {
    width: 5.75em;
    height: 5.75em;
    right: 13%;
  }
}
@media screen and (min-width: 1144px) {
  #article-about .mov-heading > .heading-inner {
    font-size: calc(2.25em * .875);
  }
  #article-about .text-outer {
    margin-bottom: 8em;
  }
  #article-about .text-outer::before {
    width: calc(100% + (50vw - 50%) - (50% - 500px));
    height: calc(100% + 5em + 5.75em);
    left: calc(50% - 500px);
  }
  #article-about .text-outer .box-heading > .heading-inner {
    font-size: 1.75em;
  }
  #article-about .text-outer .img-img {
    width: 8em;
    height: 8em;
    top: -7em;
    right: calc(50% - 8em - 400px - 15px);
  }
}

/* #article-service */
#article-service .img-img {
  max-width: 850px;
  margin: calc(var(--common-area-heading-after) + 1em) auto 3em;
}

/* #article-advantage */
#article-advantage {
  color: #fff;
}
#article-advantage .item {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2em .7em;
  margin-top: var(--common-area-heading-after);
}
#article-advantage .item-inner {
  width: calc(50% - .35em);
}
#article-advantage .num-inner {
  font-size: 2.125em;
  line-height: 1.15;
  margin: 0 0 .2em;
}
#article-advantage .box-heading {
  background-color: var(--el_blue);
  height: calc(1.8em + (3em * 1.125));
  padding: .9em .5em;
}
#article-advantage .box-heading > .heading-inner {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#article-advantage .text-outer {
  max-width: 870px;
  margin: 4em auto 0;
}
@media screen and (min-width: 390px) {
  #article-advantage .item {
    gap: 2em .8em;
  }
  #article-advantage .item-inner {
    width: calc(50% - .4em);
  }
  #article-advantage .num-inner {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 576px) {
  #article-advantage .item {
    gap: 2em .7em;
  }
  #article-advantage .item-inner {
    width: calc(33.33333% - .466666em);
  }
  #article-advantage .num-inner {
    font-size: 2.5em;
  }
  #article-advantage .text-outer {
    text-align: center;
  }
  #article-advantage .text-outer .string {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #article-advantage .num-inner {
    font-size: 2.75em;
  }
  #article-advantage .box-heading {
    height: calc(1.8em + (3em * 1.175));
  }
  #article-advantage .box-heading > .heading-inner {
    font-size: 1.175em;
  }
}
@media screen and (min-width: 992px) {
  #article-advantage .item {
    flex-wrap: nowrap;
    gap: .6em;
  }
  #article-advantage .item-inner {
    width: calc(16.66666% - .5em);
  }
  #article-advantage .num-inner {
    font-size: 3em;
  }
  #article-advantage .box-heading {
    height: calc(1.8em + (3em * 1.125));
  }
  #article-advantage .box-heading > .heading-inner {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1144px) {
  #article-advantage .num-inner {
    font-size: 3.25em;
  }
}

/* #article-promise */
#article-promise .item {
  display: flex;
  flex-direction: column;
  gap: 3.5em;
  margin: calc(var(--common-area-heading-after) + .67em) auto 0;
  padding-bottom: 1.5em;
}
#article-promise .item-inner {
  padding: 0 1em;
}
#article-promise .num {
  text-align: center;
}
#article-promise .num-inner {
  font-size: 2.125em;
  line-height: 1.15;
  display: inline-block;
  margin: 0 0 1em;
  position: relative;
}
#article-promise .num-inner::before {
  background-color: rgba(var(--gw_gold-rgb), .5);
  border-radius: 50%;
  content: "";
  width: 1.7em;
  height: 1.7em;
  margin: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  z-index: -1;
}
#article-promise .num-inner .fz-small {
  font-size: .55em;
  position: relative;
  top: -.3em;
}
#article-promise .module-header {
  text-align: center;
  padding: 0 0 1em;
  position: relative;
  z-index: 11;
}
#article-promise .module-heading > .heading-inner {
  font-size: 1.2em;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .15em;
  padding-left: .15em;
}
#article-promise .module-body .img-outer {
  float: right;
  width: 10.5em;
  padding-left: 1em;
  position: relative;
}
#article-promise .module-body .img-img::before {
  background-color: rgba(var(--gw_gold-rgb), .75);
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
#article-promise .module-body .text-text {
  margin: 1em 0 0;
}
@media screen and (min-width: 390px) {
  #article-promise .num-inner {
    font-size: 2.25em;
  }
  #article-promise .module-heading > .heading-inner {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 576px) {
  #article-promise .item {
    max-width: 80%;
    padding-bottom: 1.67em;
  }
  #article-promise .num-inner {
    font-size: 2.5em;
    margin-bottom: .75em;
  }
}
@media screen and (min-width: 768px) {
  #article-promise .num-inner {
    font-size: 2.75em;
  }
  #article-promise .item {
    padding-bottom: 1.5em;
  }
  #article-promise .item-inner {
    padding: 0;
  }
  #article-promise .module-header {
    padding: .5em 0 2em;
  }
  #article-promise .module-heading > .heading-inner {
    font-size: 1.5em;
  }
  #article-promise .module-body {
    display: flex;
  }
  #article-promise .module-body .img-outer {
    flex-basis: 33%;
    float: none;
    padding-left: 0;
  }
  #article-promise .module-body .text-outer {
    flex-basis: 67%;
    padding-right: 0;
    padding-left: 1.75em;
  }
  #article-promise .module-body .text-text {
    margin-top: -.3em;
  }
}
@media screen and (min-width: 992px) {
  #article-promise .num-inner {
    font-size: 3em;
    margin-bottom: .875em;
  }
  #article-promise .item {
    flex-direction: row;
    gap: 1.5em;
    max-width: none;
  }
  #article-promise .item-inner {
    flex: 1;
  }
  #article-promise .module-header {
    padding: 0 0 1.5em;
  }
  #article-promise .module-heading > .heading-inner {
    font-size: 1.33em;
  }
  #article-promise .module-body {
    display: block;
  }
  #article-promise .module-body .img-outer {
    width: 100%;
  }
  #article-promise .module-body .img-img::before {
    width: 2em;
    height: 2em;
  }
  #article-promise .module-body .text-outer {
    padding: 0 .75em;
  }
  #article-promise .module-body .text-text {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 1144px) {
  #article-promise .num-inner {
    font-size: 3.25em;
  }
  #article-promise .item {
    padding-bottom: 2em;
  }
  #article-promise .module-heading > .heading-inner {
    font-size: 1.425em;
  }
}

/* .page-index */
.page-header {
  position: relative;
}
.page-header::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .39);
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: -7vw;
  left: -7vw;
  z-index: 1;
}
.page-header .header-img .img-img {
  height: 11em;
  margin: 0 calc(50% - 50vw);
}
.page-header .header-img .img {
  object-fit: cover;
  object-position: center 21%;
  width: 100%;
  height: 100%;
}
.page-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px rgba(var(--ag_dark_blue-rgb), 1),  0 0 3px  rgba(var(--ag_dark_blue-rgb), 1),  0 0 5px  rgba(var(--ag_dark_blue-rgb), .77);
  width: 100%;
  position: absolute;
  bottom: 1em;
  z-index: 3;
}
.page-heading .serif-en {
  font-size: 1.75em;
  letter-spacing: .125em;
  display: block;
  margin-bottom: .2em;
  padding-left: .125em;
}
.page-heading .fz-small {
  border: 1px solid rgba(var(--white-rgb), .67);
  box-shadow: 0 0 .1em rgba(var(--ag_dark_blue-rgb), .5), 0 0 .15em rgba(var(--ag_dark_blue-rgb), .67);
  font-size: .87em;
  letter-spacing: .125em;
  display: inline-block;
  padding: .23em .4em .2em .525em;
}
@media screen and (min-width: 390px) {
  .page-header .header-img .img-img {
    height: 13em;
  }
  .page-heading {
    bottom: 1.5em;
  }
  .page-heading > .heading-inner {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) {
  .page-header .header-img .img-img {
    height: 15em;
  }
  .page-heading {
    bottom: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .page-header .header-img .img-img {
    height: 17em;
  }
  .page-heading {
    bottom: 2em;
  }
}
@media screen and (min-width: 992px) {
  .page-header .header-img .img-img {
    height: 19em;
  }
  .page-heading {
    bottom: 2em;
  }
  .page-heading > .heading-inner {
    font-size: 1.4em;
  }
}

/* .about.page-index */
/* .about .type_a-table */
.about .article:nth-of-type(odd) .type_a-table:last-child {
  padding-bottom: 1.5em;
}
.about .postal-code {
  display: block;
}
.street-address {
  display: inline-block;
  margin-right: .5em;
}
.about .extended-address {
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .about .type_a-table {
    max-width: 490px;
  }
}
@media screen and (min-width: 576px) {
  .about .type_a-table {
    max-width: 930px;
  }
}

/* #unit-profile .area-header */
#unit-profile .area-header {
  margin-bottom: 2em;
}
#unit-profile .area-heading > .heading-inner {
  display: flex;
  align-items: flex-end;
  margin: 0 0 1.25em .25em;
}
#unit-profile .area-heading .line-1st {
  font-size: 2em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .12em;
  display: block;
  width: 5.25em;
}
#unit-profile .area-heading .line-2nd {
  font-size: .9em;
  letter-spacing: .12em;
  display: block;
  padding-bottom: .12em;
}
#unit-profile .area-header dl {
  border: 1px solid rgba(var(--black-rgb), .33);
  padding: .75em 1.25em;
}
#unit-profile .area-header dt,
#unit-profile .area-header dd {
  display: inline-block;
}
#unit-profile .area-header .text-text {
  margin: 0;
}
@media screen and (min-width: 390px) {
  #unit-profile .area-header dl {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }
  #unit-profile .area-header .delimiter {
    display: inline-block;
    margin-right: .2em;
    margin-left: .2em;
  }
}
@media screen and (min-width: 576px) {
  #unit-profile .area-heading > .heading-inner {
    text-align: center;
    display: block;
    margin-left: 0;
    position: relative;
  }
  #unit-profile .area-heading .line-1st {
    width: auto;
    padding-left: .12em;
  }
  #unit-profile .area-heading .line-2nd {
    position: absolute;
    right: calc(50% - 16em);
    bottom: .09em;
  }
}
@media screen and (min-width: 768px) {
  #unit-profile .area-heading .line-1st {
    font-size: 2.15em;
  }
}
@media screen and (min-width: 992px) {
  #unit-profile .area-heading .line-1st {
    font-size: 2.3em;
  }
  #unit-profile .area-heading .line-2nd {
    font-size: 1em;
  }
}

/* #unit-profile .box */
#unit-profile .box-heading {
  margin: 3.5em 0 1.5em;
  position: relative;
  z-index: 1;
}
#unit-profile .box-heading > .heading-inner {
  font-size: 1.125em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .3em;
  padding: 0 0 .25em .3em;
  position: relative;
  z-index: 3;
}
/* #unit-profile .box-heading::before,
#unit-profile .box-heading > .heading-inner::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
#unit-profile .box-heading::before {
  background-color: rgba(var(--el_blue-rgb), 1);
  height: 2px;
  bottom: 0;
  z-index: -1;
}
#unit-profile .box-heading > .heading-inner::before {
  background-color: rgba(var(--el_blue-rgb), 1);
  height: .4em;
  bottom: 0;
} */
#unit-profile .box-heading::before,
#unit-profile .box-heading::after {
  background-color: rgba(var(--ag_dark_blue-rgb), 1);
  content: "";
  display: block;
  position: absolute;
}
#unit-profile .box-heading::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#unit-profile .box-heading::after {
  width: .7em;
  height: .5em;
  right: 0;
  bottom: 1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}





#unit-profile .text-outer > .text-text {
  padding: 0 1em;
}

/* #unit-profile .greetings */
#unit-profile .greetings .img-img {
  width: 75%;
  margin: 0 auto 1em;
}
#unit-profile .greetings .text-outer {
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  #unit-profile .greetings > .box {
    display: flex;
  }
  #unit-profile .greetings .img-outer {
    width: 37%;
  }
  #unit-profile .greetings .text-outer {
    width: 63%;
    max-width: none;
    margin: 0;
    padding-left: 2em;
  }
  #unit-profile .greetings .img-img {
    width: 100%;
    max-width: 370px;
    margin-top: .15em;
  }
  #unit-profile .greetings .box-heading {
    margin-top: 0;
  }
  #unit-profile .text-outer > .text-text {
    padding-right: .3em;
    padding-left: .3em;
  }
}

/* #unit-profile .career */
#unit-profile .career {
  margin: 1em auto 0;
  padding: .5em 0 3em;
  position: relative;
}
#unit-profile .career::before {
  /* background-color: rgba(var(--gray-rgb), .33); */
  background-color: #e0e5ed;
  content: "";
  display: block;
  width: calc(100% + 2em);
  height: calc(100% - 2.5em);
  margin: auto;
  position: absolute;
  top: 1.75em;
  right: -25vw;
  left: -25vw;
}
#unit-profile .career .box-heading {
  max-width: 490px;
  margin-right: auto;
  margin-left: auto;
}
#unit-profile .career .dl {
  max-width: 490px;
  margin: 0 auto;
}
#unit-profile .career .dl + .dl {
  margin-top: 2.5em;
}
#unit-profile .career .dl > .body-inner {
  padding: 1.5em 1em;
  position: relative;
}
#unit-profile .career .dl > .body-inner:nth-child(n+2) {
  border-top: 1px solid rgba(var(--dark_gray-rgb), .5);
}
#unit-profile .career .dl > .body-inner:nth-child(odd)::before,
#unit-profile .career .dl > .body-inner:nth-child(even)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#unit-profile .career .dl > .body-inner:nth-child(odd)::before {
  background-image: linear-gradient(135deg, #fff, #f0f0f0);
}
#unit-profile .career .dl > .body-inner:nth-child(even)::before {
  background-image: linear-gradient(135deg, #f9f6e2, #f0f0f0);
}
#unit-profile .career .dl > .body-inner .dt {
  float: left;
  width: 8.7em;
}
#unit-profile .career .dl > .body-inner .dd {
  margin-left: 8.7em;
  position: relative;
}
#unit-profile .career .dl > .body-inner .dd + .dd {
  margin-top: calc(3em + 1px);
}
#unit-profile .career .dl > .body-inner .dd + .dd::before {
  background-color: rgba(var(--dark_gray-rgb), .5);
  content: "";
  width: calc(100% + 1.5em);
  height: 1px;
  position: absolute;
  top: calc(-1.5em - 1px);
  left: -.5em;
}
#unit-profile .career .list-outer .text-text {
  margin: 0;
}
@media screen and (min-width: 576px) {
  #unit-profile .career {
    max-width: 930px;
    padding-right: 1em;
    padding-left: 1em;
  }
  #unit-profile .career::before {
    width: 100%;
  }
  #unit-profile .career .box-heading,
  #unit-profile .career .dl {
    max-width: none;
  }
  #unit-profile .career .dl > .body-inner {
    padding-left: 2em;
  }
  #unit-profile .career .dl > .body-inner .dt {
    width: 10em;
  }
  #unit-profile .career .dl > .body-inner .dd {
    margin-left: 10em;
  }
}
@media screen and (min-width: 768px) {
  #unit-profile .career:nth-child(2) {
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* .service.page-index */
/* .type_b-table */
#unit-pricing .type_b-table .num {
  font-size: 1.075em;
  line-height: 0;
}
#unit-pricing .type_b-table .text-text .tax-excluded {
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 600;
}
#unit-pricing .note .rice-inner:not(:first-child) {
  margin-top: .5em;
}
@media screen and (max-width: 575px) {
  #unit-pricing .type_b-table .td:nth-child(n+2) {
    padding-top: 1.6em;
    padding-bottom: 1.4em;
    position: relative;
  }
  #unit-pricing .type_b-table .td:nth-child(n+2)::before {
    background-color: rgba(var(--gray-rgb), .33);
    content: "";
    display: block;
    width: 6.4em;
    height: calc(100% - 1em);
    position: absolute;
    top: .5em;
    left: .5em;
  }
  #unit-pricing .type_b-table .td:nth-child(n+2) .td-inner::before {
    content: "\5831 \916c \984d";
    display: block;
    position: absolute;
    top: .85em;
    left: 1.5em;
  }
  #unit-pricing .type_b-table .td-inner::after {
    display: block;
    padding: 2.35em 0 0;
    position: absolute;
    top: 0;
    left: 1.5em;
  }
  #unit-pricing .type_b-table .td:nth-child(2) .td-inner::after {
    content: "\76f8 \7d9a \4eba \31 \540d \20";
  }
  #unit-pricing .type_b-table .td:nth-child(3) .td-inner::after {
    content: "\76f8 \7d9a \4eba \32 \540d \20";
  }
  #unit-pricing .type_b-table .td:nth-child(4) .td-inner::after {
    content: "\76f8 \7d9a \4eba \33 \540d \20";
  }
  #unit-pricing .type_b-table .td:first-child .text-text::before {
    content: "\907a \7523 \7dcf \984d \20 \3a";
    display: inline-block;
    margin-right: .215em;
  }
  #unit-pricing .type_b-table .td:nth-child(2) .text-text,
  #unit-pricing .type_b-table .td:nth-child(3) .text-text,
  #unit-pricing .type_b-table .td:nth-child(4) .text-text {
    display: flex;
    align-items: flex-end;
  }
  #unit-pricing .type_b-table .text-text .tax-excluded {
    text-align: right;
    display: block;
    width: 52%;
  }
  #unit-pricing .type_b-table .text-text .tax-included {
    text-align: left;
    width: 48%;
    padding-left: .5em;
    position: relative;
    top: -.125em;
  }
}
@media screen and (max-width: 389px) {
  #unit-pricing .type_b-table .text-text .tax-excluded {
    width: 57%;
  }
  #unit-pricing .type_b-table .text-text .tax-included {
    width: 43%;
  }
}
@media screen and (min-width: 576px) {
  #unit-pricing .type_b-table .th,
  #unit-pricing .type_b-table .td {
    text-align: center;
    vertical-align: middle;
  }
  #unit-pricing .type_b-table .thead .tr:first-child .th:last-child {
    border-color: rgba(var(--ag_dark_blue-rgb), .5);
  }
  #unit-pricing .type_b-table .th::before {
    background-color: rgba(var(--white-rgb), .5);
    width: 1px;
  }
  #unit-pricing .type_b-table .thead .th:last-child::before {
    display: none;
  }
  #unit-pricing .type_b-table .td:first-child {
    background-color: rgba(var(--gray-rgb), .33);
    font-weight: bold;
    font-weight: 700;
  }
  #unit-pricing .type_b-table .td::before {
    background-color: rgba(var(--gray-rgb), .75);
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #unit-pricing .type_b-table .td:nth-child(n+2) {
    background-color: rgba(var(--white-rgb), .89);
    width: 27%;
  }
  #unit-pricing .type_b-table .tbody .tr:nth-child(n+2) .td:first-child .text-text {
    text-align: right;
    display: inline-block;
    width: 3.8em;
    padding-right: .4em;
  }
  #unit-pricing .type_b-table .tbody .td:nth-child(n+2) .text-text {
    text-align: right;
    display: inline-block;
  }
  #unit-pricing .type_b-table .tax-excluded {
    display: block;
    padding-right: .17em;
  }
  #unit-pricing .type_b-table .tax-excluded .num {
    letter-spacing: .07em;
  }
  #unit-pricing .type_b-table .tax-included {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #unit-pricing .type_b-table .td:nth-child(n+2) {
    width: 28%;
  }
  #unit-pricing .type_b-table .tbody .td:nth-child(n+2) .text-text {
    display: flex;
    align-items: flex-end;
  }
  #unit-pricing .type_b-table .tax-excluded {
    text-align: right;
    width: 46%;
  }
  #unit-pricing .type_b-table .tax-included {
    text-align: left;
    width: 54%;
    padding-left: .5em;
    position: relative;
    top: -.125em;
  }
}

/* .flow.page-index */
/* #unit-procedure */
#unit-procedure::after {
  background: url(../img/flow/procedure-bg.webp) center center no-repeat;
  background-size: cover;
  opacity: .13;
}
#unit-procedure .nav {
  max-width: 670px;
  margin: 0 auto;
  padding-bottom: 1.5em;
  position: relative;
}
#unit-procedure .list-inner {
  position: relative;
}
#unit-procedure .list-inner:nth-child(n+2) {
  margin-top: 1.25em;
}
#unit-procedure .list-inner::before,
#unit-procedure .list-inner::after {
  background-color: rgba(var(--ag_dark_blue-rgb), .75);
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
}
#unit-procedure .list-inner::before {
  width: calc(100% - 2.25em);
  height: 1px;
  top: 1.2em;
}
#unit-procedure .list-inner::after {
  width: .7em;
  height: .7em;
  top: calc(1.2em + 1px);
  clip-path: polygon(50% 50%, 0 0, 100% 0);
}
#unit-procedure a {
  text-decoration: none;
}
#unit-procedure .link-inner {
  line-height: 1.5;
  display: flex;
}
#unit-procedure .num {
  letter-spacing: .1em;
}
#unit-procedure .num .fz-large {
  font-size: 1.5em;
  white-space: nowrap;
}
#unit-procedure .link-header {
  margin-top: 1.5em;
  padding-left: 1em;
}
#unit-procedure .link-heading > .heading-inner {
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  #unit-procedure .nav::before {
    content: "\76f8 \7d9a \7a0e \7533 \544a \306b \3064 \3044 \3066";
    font-size: 1.5em;
    font-weight: 300;
    letter-spacing: .4em;
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    bottom: 3em;
    left: .75em;
    z-index: 3;
  }
  #unit-procedure .nav::after {
    background-color: rgba(var(--green-rgb), .67);
    border-radius: 50%;
    content: "";
    font-size: 1.5em;
    display: block;
    width: 3.25em;
    height: 3.25em;
    position: absolute;
    bottom: 13.5em;
    left: -.1em;
  }
  #unit-procedure .list-inner:nth-child(1) {
    left: 0;
  }
  #unit-procedure .list-inner:nth-child(2) {
    width: calc(100% - 2.25em);
    left: 2.25em;
  }
  #unit-procedure .list-inner:nth-child(3) {
    width: calc(100% - 4.5em);
    left: 4.5em;
  }
  #unit-procedure .list-inner:nth-child(4) {
    width: calc(100% - 6em);
    left: 6em;
  }
  #unit-procedure .list-inner:nth-child(5) {
    width: calc(100% - 7.25em);
    left: 7.25em;
  }
  #unit-procedure .list-inner:nth-child(6) {
    width: calc(100% - 7.825em);
    left: 7.825em;
  }
  #unit-procedure .list-inner:nth-child(7) {
    width: calc(100% - 8em);
    left: 8em;
  }
  #unit-procedure .list-inner:nth-child(8) {
    width: calc(100% - 8.125em);
    left: 8.125em;
  }
  #unit-procedure .list-inner:nth-child(9) {
    width: calc(100% - 8.25em);
    left: 8.25em;
  }
  #unit-procedure .list-inner:nth-child(10) {
    width: calc(100% - 8.375em);
    left: 8.375em;
  }
  #unit-procedure .list-inner:nth-child(11) {
    width: calc(100% - 8.5em);
    left: 8.5em;
  }
}
@media screen and (min-width: 768px) {
  #unit-procedure .nav::before {
    left: .825em;
  }
  #unit-procedure .list-inner:nth-child(1) {
    left: 0;
  }
  #unit-procedure .list-inner:nth-child(2) {
    width: calc(100% - 3.25em);
    left: 3.25em;
  }
  #unit-procedure .list-inner:nth-child(3) {
    width: calc(100% - 5.5em);
    left: 5.5em;
  }
  #unit-procedure .list-inner:nth-child(4) {
    width: calc(100% - 7em);
    left: 7em;
  }
  #unit-procedure .list-inner:nth-child(5) {
    width: calc(100% - 8.25em);
    left: 8.25em;
  }
  #unit-procedure .list-inner:nth-child(6) {
    width: calc(100% - 8.825em);
    left: 8.825em;
  }
  #unit-procedure .list-inner:nth-child(7) {
    width: calc(100% - 9em);
    left: 9em;
  }
  #unit-procedure .list-inner:nth-child(8) {
    width: calc(100% - 9.125em);
    left: 9.125em;
  }
  #unit-procedure .list-inner:nth-child(9) {
    width: calc(100% - 9.25em);
    left: 9.25em;
  }
  #unit-procedure .list-inner:nth-child(10) {
    width: calc(100% - 9.375em);
    left: 9.375em;
  }
  #unit-procedure .list-inner:nth-child(11) {
    width: calc(100% - 9.5em);
    left: 9.5em;
  }
}
@media screen and (min-width: 992px) {
  #unit-procedure .nav::before {
    left: -.1em;
  }
  #unit-procedure .nav::after {
    left: -1.125em;
  }
}

/* .in-view */
#unit-procedure .list-inner.in-view {
  transform: translateX(27px);
}
#unit-procedure .list-inner.in-view.is-show {
  transform: translateX(0);
}
#unit-procedure .list-inner.in-view.is-show:nth-child(2) {
  transition-delay: .93s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(3) {
  transition-delay: .97s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(4) {
  transition-delay: 1.03s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(5) {
  transition-delay: 1.05s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(6) {
  transition-delay: 1.07s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(7) {
  transition-delay: 1.09s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(8) {
  transition-delay: 1.11s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(9) {
  transition-delay: 1.13s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(10) {
  transition-delay: 1.15s;
}
#unit-procedure .list-inner.in-view.is-show:nth-child(11) {
  transition-delay: 1.17s;
}

/* #unit-steps */
#unit-steps .step {
  margin-top: -5.5em;
}
#unit-steps .step-inner {
  padding: 7em 1em 1em;
  position: relative;
}
#unit-steps .step-inner:nth-child(2n) {
  color: #fff;
}
#unit-steps .step-inner:nth-child(2n)::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 1em;
  right: -50vw;
  left: -50vw;
  z-index: -7;
}

/* .num */
#unit-steps .num {
  text-align: center;
  height: 2em;
  margin-bottom: 2.5em;
  padding-left: 1em;
  position: relative;
}
#unit-steps .num .serif-en {
  font-size: 1.25em;
}
#unit-steps .num .string {
  letter-spacing: .05em;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  top: -.3em;
  left: calc(50% - 2.75em);
}
#unit-steps .num .string::before {
  background-color: rgba(var(--gw_gold-rgb), .67);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  content: "";
  display: block;
  width: 175%;
  margin: auto;
  position: absolute;
  top: -3em;
  right: -3em;
  bottom: -3em;
  left: -3em;
  z-index: -1;
}
#unit-steps .num .serif-en .fz-large {
  font-size: 1.75em;
  line-height: 0;
}

/* 飾り */
#unit-steps .step-inner::after,
#unit-steps .step-inner .cell::before {
  content: "";
  display: block;
  width: 9em;
  height: 3em;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#unit-steps .step-inner:first-child::after,
#unit-steps .step-inner:first-child .cell::before {
  display: none;
}
#unit-steps .step-inner::after {
  top: calc(1em - 1px);
  z-index: -5;
}
#unit-steps .step-inner .cell::before {
  top: calc(1em - 5px);
  z-index: -3;
}
#unit-steps .step-inner:nth-child(2n-1)::after,
#unit-steps .step-inner:nth-child(2n) .cell::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
}
#unit-steps .step-inner:nth-child(2n)::after,
#unit-steps .step-inner:nth-child(2n-1) .cell::before {
  background-color: rgba(var(--white-rgb), 1);
}

/* .in-view */
#unit-steps .step-inner.in-view::after,
#unit-steps .step-inner.in-view .cell::before {
  opacity: 0;
  transform: translateY(-17px);
}
#unit-steps .step-inner.in-view.is-show::after {
  opacity: 1;
  transform: translateY(0);
  transition: .4s opacity ease 1s, .5s transform ease .9s;
}
#unit-steps .step-inner.in-view.is-show .cell::before {
  opacity: 1;
  transform: translateY(0);
  transition: .6s opacity ease 1.8s, .7s transform ease 1.7s;
}

/* .cell */
#unit-steps .cell-inner {
  max-width: 670px;
  margin: 0 auto;
  padding-bottom: 1em;
}
#unit-steps .cell-heading {
  text-align: center;
  margin: 0 0 2em;
}
#unit-steps .cell-heading > .heading-inner {
  font-size: 1.67em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: .1em;
}
#unit-steps .cell .module-inner + .module-inner {
  margin-top: 3.5em;
}
#unit-steps .module-heading {
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
#unit-steps .accordion .module-heading {
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  border-bottom: none;
  border-bottom: 0;
  line-height: 1.5;
  text-align: center;
  margin: 1.5em 0 0;
  padding: 1em 2em .9em;
}
#unit-steps .step-inner:nth-child(2) .accordion .module-heading {
  border-color: rgba(var(--white-rgb), .5);
}
#unit-steps .accordion .module-heading::before {
  border-top: 1px solid rgba(var(--dark_gray-rgb), 1);
  border-right: 1px solid rgba(var(--dark_gray-rgb), 1);
  content: "";
  display: block;
  width: .6em;
  height: .6em;
  margin: auto;
  position: absolute;
  top: 0;
  right: .75em;
  bottom: 0;
  transform: rotate(-45deg);
  transition: .3s transform ease;
}
#unit-steps .step-inner:nth-child(2) .accordion .module-heading::before {
  border-color: rgba(var(--white-rgb), 1);
}
#unit-steps .accordion .module-body {
  background-color: rgba(var(--dark_gray-rgb), .03);
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  border-top: none;
  border-top: 0;
  padding: 1em 1.25em .5em;
}
#unit-steps .step-inner:nth-child(2) .accordion .module-body {
  background-color: rgba(var(--black-rgb), .1);
  border-color: rgba(var(--white-rgb), .5);
}
#unit-steps .accordion ul {
  list-style-type: disc;
}
#unit-steps .step-inner:nth-child(2) .accordion ::marker {
  color: #fff;
}
#unit-steps .cell .lines .d-block + .d-block {
  text-align: right;
}
@media screen and (min-width: 390px) {
  #unit-steps .cell .lines .d-block {
    padding: 0 2em;
  }
}
@media screen and (min-width: 390px) {
  #unit-steps .cell .lines .d-block {
    display: inline;
    padding: 0;
  }
}

/* .accordion */
#unit-steps .accordion .module-body,
#unit-steps .accordion .list-before,
#unit-steps .accordion .list,
#unit-steps .accordion .text-note {
  transition: line-height .3s linear, margin .3s ease, padding .3s ease, opacity .01s linear .24s, visibility .01s linear .24s;
}
#unit-steps .accordion.acdn-close .module-body {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#unit-steps .accordion.acdn-close .list-before,
#unit-steps .accordion.acdn-close .list,
#unit-steps .accordion.acdn-close .list-inner,
#unit-steps .accordion.acdn-close .text-note {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height .3s linear, margin .3s ease, padding .3s ease, opacity .2s linear, visibility .2s linear;
}
#unit-steps .accordion.acdn-close .module-heading::before {
  transform: rotate(135deg);
}

/* .module:not(.accordion)  */
#unit-steps .module:not(.accordion) .module-heading {
  margin: 1em -1em 1.5em;
  padding: 0 0 .25em .3em;
}
#unit-steps .module:not(.accordion) .module-heading > .heading-inner {
  font-size: 1.125em;
  position: relative;
}
#unit-steps .module:not(.accordion) .module-heading::before,
#unit-steps .module:not(.accordion) .module-heading::after {
  background-color: rgba(var(--ag_dark_blue-rgb), .75);
  content: "";
  display: block;
  position: absolute;
}
#unit-steps .module:not(.accordion) .module-heading::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
#unit-steps .module:not(.accordion) .module-heading::after {
  width: .7em;
  height: .5em;
  right: 0;
  bottom: 1px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#unit-steps .cell ol .list-inner {
  padding-left: 2em;
  position: relative;
}
#unit-steps .cell ol .list-inner:nth-child(n+2) {
  margin-top: .33em;
}
#unit-steps .cell ol .list-num {
  position: absolute;
  left: .5em;
}
#unit-steps .cell .text-note {
  background-color: rgba(var(--gray-rgb), .25);
  font-size: .9em;
  padding: .67em 1.5em .67em 2.5em;
}
#unit-steps .cell .text-note .symbol {
  left: 1.5em;
}

/* .voice.page-index */
/* #unit-voice */
#unit-voice .box {
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin: calc(var(--common-area-heading-after) + 1em) auto 1em;
}
#unit-voice .box > .box-inner {
  background-color: #fff;
  box-shadow: .1em .1em .3em rgba(var(--black-rgb), .3);
  padding: 2.25em 1.5em 1.75em;
}
#unit-voice .box-header {
  position: relative;
}
#unit-voice .box-heading .line-1st {
  font-size: 1.1em;
}
#unit-voice .box-heading .line-2nd {
  font-size: 1.33em;
  font-weight: 700;
  display: block;
  margin: .67em 0 0 .5em;
  position: relative;
}
#unit-voice .box-heading .line-2nd::before {
  border-bottom: 1px solid rgba(var(--black-rgb), .5);
  content: "";
  display: block;
  width: calc(100% + 1em);
  height: .25em;
  margin: auto;
  position: absolute;
  right: -1em;
  bottom: -.3em;
  left: -1em;
  z-index: -1;
}
#unit-voice .box-header p {
  margin: 0;
}
#unit-voice .evaluation {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 9em;
  padding: 2.15em 1em 0;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  z-index: 3;
}
#unit-voice .evaluation::before {
  /* background-color: rgba(var(--el_blue-rgb), 1); */
  background-image: linear-gradient(135deg, rgba(var(--ag_navy_blue-rgb), .7), rgba(var(--ag_navy_blue-rgb), 1));
  content: "";
  display: block;
  width: 100%;
  height: 5.35em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#unit-voice .evaluation .fz-small {
  font-size: .925em;
  display: block;
  margin: 0 -.25em 1em 0;
}
#unit-voice .evaluation .fz-large {
  font-size: 1.1em;
  letter-spacing: .1em;
  display: inline-block;
  padding-left: .1em;
  position: relative;
  z-index: 3;
}
#unit-voice .evaluation .fz-large::before {
  background-color: rgba(var(--ag_dark_blue-rgb), 1);
  border: 1px solid rgba(var(--black-rgb), .3);
  border-radius: 1em;
  content: "";
  display: block;
  width: calc(100% + 1.5em);
  height: calc(100% + .2em);
  margin: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -.9em;
  left: -1em;
  z-index: -1;
}
#unit-voice .handle-name {
  margin-top: 1.75em;
}
#unit-voice .handle-name .string,
#unit-voice .attribute .string,
#unit-voice .where .string,
#unit-voice .handle-name .fz-small,
#unit-voice .attribute .fz-small,
#unit-voice .where .fz-small {
  display: flex;
  align-items: center;
}
#unit-voice .handle-name .fz-small,
#unit-voice .attribute .fz-small,
#unit-voice .where .fz-small {
  justify-content: space-between;
  width: 4.1em;
  margin-right: 1.25em;
}
#unit-voice .handle-name .fz-large {
  font-size: 1.3em;
  line-height: 0;
  display: inline-block;
  margin-right: .15em;
  vertical-align: baseline;
  position: relative;
  top: -.05em;
}
#unit-voice .cell .img-img {
  border: 1px solid rgba(var(--black-rgb), .5);
  width: 70%;
  margin: 1.5em auto 2em;
  position: relative;
}
#unit-voice .cell .img-img .img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#unit-voice .img-link::before {
  background: url(../img/voice/age/f-20s.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 8em;
  height: 8em;
  position: absolute;
  top: -6.5em;
  right: -24%;
  z-index: 11;
}
#unit-voice .age-f-20s .img-link::before {
  background-image: url(../img/voice/age/f-20s.png);
}
#unit-voice .age-f-30s .img-link::before {
  background-image: url(../img/voice/age/f-30s.png);
}
#unit-voice .age-f-40s .img-link::before {
  background-image: url(../img/voice/age/f-40s.png);
}
#unit-voice .age-f-50s .img-link::before {
  background-image: url(../img/voice/age/f-50s.png);
}
#unit-voice .age-f-60s .img-link::before {
  background-image: url(../img/voice/age/f-60s.png);
}
#unit-voice .age-f-70s .img-link::before {
  background-image: url(../img/voice/age/f-70s.png);
}
#unit-voice .age-m-20s .img-link::before {
  background-image: url(../img/voice/age/m-20s.png);
}
#unit-voice .age-m-30s .img-link::before {
  background-image: url(../img/voice/age/m-30s.png);
}
#unit-voice .age-m-40s .img-link::before {
  background-image: url(../img/voice/age/m-40s.png);
}
#unit-voice .age-m-50s .img-link::before {
  background-image: url(../img/voice/age/m-50s.png);
}
#unit-voice .age-m-60s .img-link::before {
  background-image: url(../img/voice/age/m-60s.png);
}
#unit-voice .age-m-70s .img-link::before {
  background-image: url(../img/voice/age/m-70s.png);
}
#unit-voice .cell .img-img .img {
  position: relative;
  z-index: 1;
}
#unit-voice .module-inner:nth-child(n+2) {
  margin-top: 3.25em;
  position: relative;
}
#unit-voice .module-inner:nth-child(n+2)::before {
  background-color: rgba(var(--black-rgb), .2);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1.65em;
  left: 0;
}
#unit-voice .cell-heading {
  padding-left: 1em;
  position: relative;
}
#unit-voice .cell-heading > .heading-inner {
  font-weight: 700;
}
#unit-voice .cell-heading .num {
  font-size: 1.15em;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  width: 1em;
  position: absolute;
  top: -.115em;
  left: -.25em;
}
#unit-voice .cell-body > .body-inner {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 390px) {
}
@media screen and (min-width: 576px) {
  #unit-voice .box {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #unit-voice .box > .box-inner {
    width: calc((100% - 3em) / 2);
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1144px) {
}

/* .consultation.page-index */
/* #unit-past */
#unit-past .past-item {
  max-width: 970px;
  margin: calc(var(--common-area-heading-after) + 1.75em) auto 0;
}
#unit-past .past-item > .item-inner:not(:first-child) .cell {
  margin-top: 5em;
  position: relative;
}
#unit-past .past-item > .item-inner:nth-child(2n) .cell {
  color: #fff;
}
#unit-past .past-item > .item-inner:nth-child(2n):last-child {
  padding-bottom: 3em;
}
#unit-past .past-item > .item-inner:nth-child(2n) .cell::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 5em);
  margin: auto;
  position: absolute;
  top: -4em;
  right: -50vw;
  left: -50vw;
  z-index: -1;
}
#unit-past .date {
  line-height: 0;
  display: flex;
  padding-left: 1em;
  position: relative;
}
#unit-past .date::before {
  background-color: rgba(var(--gw_gold-rgb), .67);
  border-radius: 50%;
  content: "";
  display: block;
  width: 4em;
  height: 4em;
  margin: auto;
  position: absolute;
  top: -2em;
  left: -.3em;
  z-index: -1;
}
#unit-past .date .fz-normal {
  font-size: 1.33em;
  font-weight: 300;
  position: relative;
  top: -.3em;
}
#unit-past .date .fz-large {
  font-size: 1.75em;
  font-weight: bold;
  font-weight: 500;
}
#unit-past .date .slash {
  font-size: 1.75em;
  font-weight: 100;
  display: inline-block;
  margin-left: -.2em;
}
#unit-past .date .delimiter {
  font-weight: 200;
  text-align: center;
  display: block;
  width: 1em;
}
#unit-past .heading-outer {
  text-align: center;
  padding: 1.5em 0 .25em;
}
#unit-past .cell-heading > .heading-inner {
  font-size: 1.3em;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .2em;
  padding-left: .2em;
}
#unit-past .heading-outer > .item {
  margin: 1em 0 0;
}
#unit-past .heading-outer > .item > .item-inner {
  display: inline-block;
  margin: .25em .125em .75em;
}
#unit-past .heading-outer > .item .string {
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  display: inline-block;
  padding: .3em 1em;
}
#unit-past .item-inner:nth-child(2n) .cell-header .text-text > .string {
  border-color: rgba(var(--white-rgb), .75);
}
@media screen and (min-width: 390px) {
  #unit-past .past-item > .item-inner:not(:first-child) .cell {
    margin-top: 7em;
  }
  #unit-past .past-item > .item-inner:nth-child(2n) .cell::before {
    height: calc(100% + 7em);
    top: -5em;
  }
  #unit-past .cell .date-outer {
    font-size: 1.2em;
  }
  #unit-past .cell-heading > .heading-inner {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 576px) {
  #unit-past .cell {
    width: 80%;
    margin: 0 auto;
  }
  #unit-past .cell .date-outer {
    font-size: 1.3em;
  }
  #unit-past .cell-heading > .heading-inner {
    font-size: 1.67em;
  }
  #unit-past .heading-outer > .item .string {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 768px) {
  #unit-past .cell {
    width: auto;
    margin: 0 auto;
  }
  #unit-past .heading-outer {
    text-align: left;
  }
  #unit-past .cell-heading > .heading-inner {
    font-size: 1.75em;
    padding-left: .1em;
  }
  #unit-past .heading-outer > .item .string {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  #unit-past .past-item > .item-inner:not(:first-child) .cell {
    margin-top: 8em;
  }
  #unit-past .past-item > .item-inner:nth-child(2n) .cell::before {
    height: calc(100% + 8em);
    top: -5.5em;
  }
}

/* .cell-body */
#unit-past .cell-body {
  padding: 0 1em 1em;
}
#unit-past .cell-body .img-outer {
  float: right;
  width: 37%;
  margin-left: 1em;
  padding-top: .25em;
}
#unit-past .cell-body .img-img {
  border: 1px solid rgba(var(--gray-rgb), 1);
}
@media screen and (min-width: 768px) {
  #unit-past .cell-body .img-outer {
    float: none;
    width: 22em;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #unit-past .cell-body .text-outer {
    padding-right: 23em;
  }
}

/* .contact-us.page-index */
/* #unit-telephone */
#unit-telephone a {
  text-decoration: none;
}
#unit-telephone .icon-text,
#unit-telephone .text-text {
  line-height: 1;
  position: relative;
  left: calc(50% - 2.725em);
  z-index: 3;
}
#unit-telephone .icon-text {
  margin: 1.5em 0 0;
}
#unit-telephone .icon-text > .string {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .2em;
  display: inline-block;
  padding: .33em .5em .25em .7em;
}
#unit-telephone .text-text {
  color: rgba(var(--ag_navy_blue-rgb), 1);
  margin: .6em 0 0;
}
#unit-telephone .text-text > .string {
  font-size: 1.85em;
  font-weight: bold;
  font-weight: 500;
  display: block;
  padding-bottom: 1em;
}
#unit-telephone .icon {
  /* color: rgba(var(--white-rgb), .67); */
  color: rgba(var(--dark_gray-rgb), .17);
  font-size: 6em;
  line-height: 1em;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  padding: 0 0 1em;
  position: absolute;
  top: calc((-1em / 6) * 1.25);
  right: calc(50% + ((1em / 6) * 2));
  bottom: 0;
}
/* #unit-telephone .icon::before {
  background-color: rgba(var(--dark_gray-rgb), .17);
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  position: absolute;
  top: -1em;
  right: -1em;
  bottom: -1em;
  left: -1em;
  z-index: -1;
} */
@media screen and (min-width: 390px) {
  #unit-telephone .icon-text > .string {
    font-size: .925em;
  }
  #unit-telephone .text-text > .string {
    font-size: 2.125em;
  }
  #unit-telephone .icon {
    top: calc((-1em / 6) * .75);
  }
}
@media screen and (min-width: 576px) {
  #unit-telephone .icon-text,
  #unit-telephone .text-text {
    left: calc(50% - 2.9825em);
  }

  #unit-telephone .icon-text > .string {
    font-size: 1em;
  }
  #unit-telephone .text-text > .string {
    font-size: 2.75em;
  }
  #unit-telephone .icon {
    top: calc((-1em / 6) * .125);
  }
}
@media screen and (min-width: 768px) {
  #unit-telephone .icon-text,
  #unit-telephone .text-text {
    left: calc(50% - 3em);
  }
  #unit-telephone .text-text > .string {
    font-size: 3em;
  }
  #unit-telephone .icon {
    top: 0;
    right: calc(50% + ((1em / 6) * 3.25));
  }
}
@media screen and (min-width: 992px) {
  #unit-telephone .text-text > .string {
    font-size: 4em;
  }
}

/* form */
button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-form button {
  font-size: 1.2rem;
}
.form-form input,
.form-form select,
.form-form textarea,
.form-form input[type="checkbox"] + span,
.form-form input[type="radio"] + span {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 390px) {
  .form-form input,
  .form-form select,
  .form-form textarea,
  .form-form input[type="checkbox"] + span,
  .form-form input[type="radio"] + span {
    font-size: 1.27867em;
  }
}
@media screen and (min-width: 576px) {
  .form-form button {
    font-size: 1.3rem;
  }
  .form-form input,
  .form-form select,
  .form-form textarea,
  .form-form input[type="checkbox"] + span,
  .form-form input[type="radio"] + span {
    font-size: 1.23076923em;
  }
}
@media screen and (min-width: 768px) {
  .form-form button {
    font-size: 1.4rem;
  }
  .form-form input,
  .form-form select,
  .form-form textarea,
  .form-form input[type="checkbox"] + span,
  .form-form input[type="radio"] + span {
    font-size: 1.1428571em;
  }
}
@media screen and (min-width: 992px) {
  .form-form button {
    font-size: 1.5rem;
  }
  .form-form input,
  .form-form select,
  .form-form textarea,
  .form-form input[type="checkbox"] + span,
  .form-form input[type="radio"] + span {
    font-size: 1.066666em;
  }
}
@media screen and (min-width: 1144px) {
  .form-form button,
  .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;
  }
}
.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 input[type="submit"],
.form-form textarea,
.form-form select {
  background-color: rgba(var(--white-rgb), .97);
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  border-radius: 0;
  color: var(--text-color);
  line-height: 1.15;
  display: block;
  width: 100%;
  padding: .67em .7em .6em;
}
.form-form input[type="submit"] {
  width: auto;
}
.form-form select {
  background-color: rgba(var(--white-rgb), .3);
}
.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 input[type="submit"]:focus,
.form-form textarea:focus,
.form-form select:focus {
  background-color: rgba(var(--pink-rgb), .07);
}
.form-form input[type="radio"] + span,
.form-form input[type="checkbox"] + span,
.form-form input[type="checkbox"] + label {
  line-height: 1.15;
  display: block;
  padding: .25em .25em .25em 1.3em;
  position: relative;
}
.form-form input[type="radio"] + span::before,
.form-form input[type="checkbox"] + span::before,
.form-form input[type="checkbox"] + label::before {
  background-color: rgba(var(--dark_gray-rgb), .3);
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: .25em;
  left: 0;
  z-index: 3;
  transition: .3s background-color ease, .3s border-color ease;
}
.form-form input[type="radio"] + span::before {
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
}
.form-form input[type="checkbox"] + span::before,
.form-form input[type="checkbox"] + label::before {
  width: 1.04em;
  height: 1.04em;
}
.form-form input[type="radio"]:checked + span::before,
.form-form input[type="checkbox"]:checked + span::before,
.form-form input[type="checkbox"]:checked + label::before {
  background-color: rgba(var(--white-rgb), 1);
  border-color: rgba(var(--black-rgb), 1);
}
.form-form input[type="radio"] + span::after,
.form-form input[type="checkbox"] + span::after,
.form-form input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  transition: .3s opacity ease;
}
.form-form input[type="radio"] + span::after {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  border-radius: 50%;
  width: .7em;
  height: .7em;
  top: .45em;
  left: .2em;
}
.form-form input[type="checkbox"] + span::after,
.form-form input[type="checkbox"] + label::after {
  border-bottom: .25em solid rgba(var(--ag_navy_blue-rgb), 1);
  border-left: .25em solid rgba(var(--ag_navy_blue-rgb), 1);
  width: 1.1em;
  height: .7em;
  top: .125em;
  left: .02em;
  transform: rotate(-45deg);
}
.form-form input[type="radio"]:checked + span::after,
.form-form input[type="checkbox"]:checked + span::after,
.form-form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.form-form input[type="radio"] + span > span,
.form-form input[type="checkbox"] + span > span,
.form-form input[type="checkbox"] + label > span {
  display: inline-block;
  position: relative;
}
.form-form input[type="radio"] + span > span::before,
.form-form input[type="checkbox"] + span > span::before,
.form-form input[type="checkbox"] + label > span::before {
  background-color: rgba(var(--pink-rgb), .5);
  content: "";
  display: block;
  width: 0;
  height: .25em;
  position: absolute;
  bottom: -.3em;
  left: -1.4em;
  z-index: -3;
  transition: .3s width ease;
}
.form-form input[type="radio"]:focus + span > span::before,
.form-form input[type="checkbox"]:focus + span > span::before {
  width: calc(100% + 1.5em);
}
.form-form input[type="checkbox"] + label > span::before {
  background-color: rgba(var(--ag_dark_blue-rgb), 1);
  height: 1.9em;
  bottom: -.3em;
  left: -1.9em;
}
.form-form input[type="checkbox"]:focus + label > span::before {
  width: calc(100% + 2.1em);
}
.form-form input[type="submit"] {
  display: inline-block;
}
.form-form textarea {
  line-height: 1.75;
  width: 100%;
  height: 13em;
}
.form-form input[type="checkbox"],
.form-form input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-form .select-outer {
  display: block;
  position: relative;
}
.form-form .select-outer::before {
  background-color: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.form-form .select-outer::after {
  background-color: rgba(var(--black-rgb), 1);
  content: "";
  display: block;
  width: .8em;
  height: .8em;
  margin: auto;
  position: absolute;
  top: .4em;
  right: .75em;
  bottom: 0;
  z-index: -3;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
}

/* #unit-form */
#unit-form .phrases {
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 0 2.5em;
}
#unit-form .phrases > .string {
  text-align: left;
  display: inline-block;
}
#unit-form .field-inner p,
#unit-form .field-inner li {
  margin: 0;
}
#unit-form .field {
  max-width: 970px;
  margin: 0 auto;
}
#unit-form .field-inner {
  padding: 2em 1em 3em;
  position: relative;
}
#unit-form .field-inner.field-radio,
#unit-form .field-inner.field-checkbox {
  padding-bottom: 2.25em;
}
#unit-form .field-inner::before,
#unit-form .field-inner:nth-child(2n-1)::after {
  content: "";
  display: block;
  width: 100vw;
  margin: auto;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
}
#unit-form .field-inner::before {
  border-top: 1px solid rgba(var(--dark_gray-rgb), .5);
  height: 1px;
}
#unit-form .field-inner:nth-child(2n-1)::after {
  background-color: rgba(var(--light_gray-rgb), 1);
  height: 100%;
  z-index: -7;
}
/* #unit-form .field-inner:first-child::before {
  display: none;
} */
#unit-form .field-header {
  margin-bottom: .5em;
}
#unit-form .field .icon-icon {
  background-color: var(--navy_blue);
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  color: #fff;
  line-height: 1;
  letter-spacing: .4em;
  padding: .1em .1em .1em .5em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#unit-form .field .required .icon-icon {
  background-color: var(--red);
}
#unit-form .field .icon-icon > .string {
  font-size: .87em;
}
#unit-form .note.fz-small {
  color: rgba(var(--dark_gray-rgb), .75);
  font-size: .9em;
  line-height: 0;
  display: inline-block;
  margin-left: .8em;
  vertical-align: baseline;
  position: relative;
  top: -.07em;
}
#unit-form .field-body > .body-inner + .body-inner {
  margin-top: 1.5em;
}
#unit-form .text-heading {
  display: block;
  margin-bottom: .5em;
}
#unit-form .radio-outer,
#unit-form .checkbox-outer {
  display: flex;
  margin-top: -.2em;
}
#unit-form .radio-outer {
  flex-wrap: wrap;
}
#unit-form .checkbox-outer {
  flex-direction: column;
}
#unit-form .radio-outer > .list-inner,
#unit-form .checkbox-outer > .list-inner {
  margin: .5em 1.3em .5em 0;
}
#unit-form .radio-outer > .list-inner {
  width: calc(6.55em * 1.33333);
}
#unit-form .input-input + .select-outer {
  margin-top: .7em;
}
#unit-form .field-tel .input-outer {
  display: flex;
}
#unit-form .field-tel .input-input {
  display: block;
  width: calc((100% / 3) - .8em);
  position: relative;
}
#unit-form .field-tel .input-input:nth-child(n+2) {
  margin-left: 1.2em;
}
#unit-form .field-tel .input-input:nth-child(n+2)::before {
  background-color: rgba(var(--dark_gray-rgb), .5);
  content: "";
  display: block;
  width: .6em;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.9em;
}
@media screen and (min-width: 390px) {
  #unit-form .radio-outer > .list-inner {
    width: calc(6.55em * 1.27867);
  }
}
@media screen and (min-width: 576px) {
  #unit-form .phrases {
    width: 100%;
  }
  #unit-form .field-inner {
    display: flex;
    padding-right: 0;
    padding-left: 0;
  }
  #unit-form .field-header {
    width: 15.5em;
    margin-bottom: 0;
    padding-top: .75em;
  }
  #unit-form .field-body {
    width: calc(100% - 15.5em);
  }
  #unit-form .radio-outer,
  #unit-form .checkbox-outer {
    margin-top: .12em;
  }
  #unit-form .radio-outer > .list-inner {
    width: calc(6.55em * 1.23076923);
  }
  #unit-form .with-subheading .input-outer {
    position: relative;
  }
  #unit-form .with-subheading .text-heading {
    text-align: right;
    width: 6em;
    position: absolute;
    top: .75em;
    left: -7.125em;
  }
}
@media screen and (min-width: 768px) {
  #unit-form .checkbox-outer {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #unit-form .field-tel .input-outer {
    width: 27.5em;
  }
  #unit-form .input-amount,
  #unit-form .input-date,
  #unit-form .input-time {
    display: block;
    width: 27.5em;
  }
  #unit-form .checkbox-outer > .list-inner:first-child,
  #unit-form .checkbox-outer > .list-inner:nth-child(3) {
    width: calc(14.55em * 1.1428571);
  }
  #unit-form .checkbox-outer > .list-inner:nth-child(2) {
    width: calc(12.55em * 1.1428571);
  }
  #unit-form .checkbox-outer > .list-inner:nth-child(4),
  #unit-form .checkbox-outer > .list-inner:nth-child(5) {
    width: calc(5.55em * 1.1428571);
  }
}
@media screen and (min-width: 992px) {
  #unit-form .field-header {
    width: 17em;
    padding-top: .68em;
  }
  #unit-form .field-body {
    width: calc(100% - 17em);
  }
  #unit-form .with-subheading .text-heading {
    top: .68em;
  }
}
@media screen and (min-width: 1144px) {
  #unit-form .field-header {
    padding-top: .57em;
  }
  #unit-form .with-subheading .text-heading {
    top: .57em;
  }
}

/* .field-region 2025-05 added */
#unit-form .field-yubin .input-input {
  display: block;
  width: calc(100% / 2);
}
@media screen and (min-width: 576px) {
  #unit-form .field-region .field-body > .body-inner + .body-inner {
    margin-top: 1em;
  }
  #unit-form .field-region .with-subheading .text-heading {
    width: 7em;
    left: -8.125em;
  }
}
@media screen and (min-width: 768px) {
  #unit-form .field-yubin .input-input {
    width: calc(27.5em / 2);
  }
}

/* .field-submit */
#unit-form .field-submit {
  color: #fff;
  text-align: center;
  padding: 3.5em 0 5em;
  position: relative;
}
#unit-form .field-submit::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  z-index: -7;
}
#unit-form .field-submit input[type="checkbox"] + .agree-checkbox {
  font-size: 1em;
  display: inline-block;
  padding-left: 1.7em;
  position: relative;
}
#unit-form .field-submit input[type="checkbox"] + .agree-checkbox::before {
  background-color: rgba(var(--white-rgb), .25);
  border-color: rgba(var(--white-rgb), .25);
}
#unit-form .field-submit input[type="checkbox"]:checked + .agree-checkbox::before {
  background-color: rgba(var(--orange-rgb), 1);
  border-color: rgba(var(--orange-rgb), 1);
}
#unit-form .field-submit input[type="checkbox"] + .agree-checkbox::after {
  border-color: rgba(var(--black-rgb), 1);
}
#unit-form .field-submit a {
  color: #fff;
  display: inline-block;
  margin-right: .67em;
}
#unit-form .field-submit a:hover {
  color: var(--orange);
}
#unit-form .submit-btn {
  margin-top: 2.5em;
  position: relative;
}
#unit-form .input-submit {
  background-color: rgba(var(--orange-rgb), 1);
  border: 1px solid rgba(var(--black-rgb), 1);
  color: rgba(var(--white-rgb), 1);
  font-weight: bold;
  font-weight: 700;
  letter-spacing: .17em;
  padding: 1.5em 2em 1.5em 2.17em;
  transition: .3s background-color ease, .3s border-color ease, .3s color ease;
}
#unit-form .input-submit:disabled {
  background-color: rgba(var(--ag_dark_blue-rgb), 1);
  border-color: rgba(var(--white-rgb), .33);
  color: rgba(var(--white-rgb), .67);
  pointer-events: none;
}

/* .ui-datepicker */
.ui-datepicker .ui-datepicker-title select {
  padding: .4em;
}

/* .privacy-policy.page-index */
/* #unit-pp */
#unit-pp .list-inner {
  position: relative;
}
#unit-pp .list-inner:not(:first-child) {
  margin-top: 4em;
}
#unit-pp .list-inner:not(:first-child)::before {
  background-color: rgba(var(--dark_gray-rgb), .33);
  content: "";
  width: calc(100% - (1.6em * 2.125));
  height: 1px;
  margin: auto;
  position: absolute;
  top: .67em;
  right: 0;
}
#unit-pp .num-inner .serif-en {
  color: var(--ag_navy_blue);
  font-size: 2.125em;
  line-height: 0;
  position: relative;
  top: 0;
}
#unit-pp .cell-heading {
  text-align: center;
  margin: 1em 0 1.5em;
}
#unit-pp .cell-heading > .heading-inner {
  font-size: 1.33em;
  font-weight: bold;
  font-weight: 600;
  padding-top: .25em;
}
#unit-pp .cell-body {
  padding: 0 1em;
}
@media screen and (min-width: 390px) {
  #unit-pp .list-inner:not(:first-child)::before {
    width: calc(100% - (1.6em * 2.25));
  }
  #unit-pp .num-inner .serif-en {
    font-size: 2.25em;
    top: .2em;
  }
  #unit-pp .cell-heading > .heading-inner {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 576px) {
  #unit-pp .list-inner:not(:first-child)::before {
    width: calc(100% - (1.6em * 2.5));
  }
  #unit-pp .num-inner .serif-en {
    font-size: 2.5em;
  }
  #unit-pp .cell-heading > .heading-inner {
    font-size: 1.67em;
  }
}
@media screen and (min-width: 768px) {
  #unit-pp .list-inner:not(:first-child)::before {
    width: 100%;
  }
  #unit-pp .num-inner .serif-en {
    font-size: 2.75em;
    top: 1.5em;
  }
  #unit-pp .cell-heading > .heading-inner {
    font-size: 1.75em;
  }
  #unit-pp .cell-body {
    padding-left: calc(2em * 2.75);
  }
}
@media screen and (min-width: 992px) {
  #unit-pp .num-inner .serif-en {
    font-size: 3em;
    top: 1.4em;
  }
  #unit-pp .cell-heading > .heading-inner {
    font-size: 1.8em;
  }
  #unit-pp .cell-body {
    padding-left: calc(2em * 3);
  }
}
@media screen and (min-width: 1144px) {
  #unit-pp .num-inner .serif-en {
    font-size: 3.25em;
    top: 1.3em;
  }
  #unit-pp .cell-body {
    padding-left: calc(2em * 3.25);
  }
}

/* .advantage.page-index */
/* #unit-advantage */
#unit-advantage .text-outer {
  max-width: 870px;
  margin: 3em auto 2em;
}
@media screen and (min-width: 768px) {
  #unit-advantage .text-outer {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1144px) {
  #unit-advantage .text-outer {
    text-align: center;
  }
}

/* .ol-outer */
#unit-advantage .item-inner {
  margin: 0 auto;
  padding: 4em 1em 1em;
  position: relative;
}
/* #unit-advantage .item-inner:first-child {
  padding-top: .5em;
} */
#unit-advantage .item-inner:nth-child(2n-1) {
  color: #fff;
}
#unit-advantage .item-inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 1em;
  right: -50vw;
  left: -50vw;
  z-index: -3;
}
#unit-advantage .item-inner:nth-child(2n-1)::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
}
#unit-advantage .item-inner:nth-child(2n)::before {
  background-color: rgba(var(--light_x_yellow-rgb), .93);
}
#unit-advantage .item-inner:last-child::before {
  height: calc(100% + 1.15em);
}
@media screen and (min-width: 390px) {
  #unit-advantage .item-inner:last-child::before {
    height: calc(100% + .575em);
  }
}
@media screen and (min-width: 576px) {
  #unit-advantage .item-inner {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  #unit-advantage .item {
    display: flex;
    flex-wrap: wrap;
  }
  #unit-advantage .item-inner {
    width: 50%;
    max-width: none;
  }
  #unit-advantage .item-inner:nth-child(1),
  #unit-advantage .item-inner:nth-child(2) {
    padding-top: 3em;
  }
  #unit-advantage .item-inner:nth-child(2n-1) {
    padding-right: 2em;
  }
  #unit-advantage .item-inner:nth-child(2n) {
    padding-left: 2em;
  }
  #unit-advantage .item-inner:nth-child(2n-1) {
    color: var(--text-color);
  }
  #unit-advantage .item-inner:nth-child(1),
  #unit-advantage .item-inner:nth-child(4),
  #unit-advantage .item-inner:nth-child(5) {
    color: #fff;
  }
  #unit-advantage .item-inner:nth-child(2n-1)::before {
    right: 0;
    left: auto;
  }
  #unit-advantage .item-inner:nth-child(2n)::before {
    right: auto;
    left: 0;
  }
  #unit-advantage .item-inner::before {
    width: 50vw;
  }
  #unit-advantage .item-inner:nth-child(1)::before,
  #unit-advantage .item-inner:nth-child(4)::before,
  #unit-advantage .item-inner:nth-child(5)::before {
    background-color: rgba(var(--ag_navy_blue-rgb), 1);
  }
  #unit-advantage .item-inner:nth-child(2)::before,
  #unit-advantage .item-inner:nth-child(3)::before,
  #unit-advantage .item-inner:nth-child(6)::before {
    background-color: rgba(var(--light_x_yellow-rgb), .93);
  }
  #unit-advantage .item-inner:nth-child(1)::before,
  #unit-advantage .item-inner:nth-child(2)::before {
    height: calc(100% + 1em);
    top: 0;
  }
  #unit-advantage .item-inner:nth-last-child(2)::before,
  #unit-advantage .item-inner:last-child::before {
    height: calc(100% + .525em);
  }
}
@media screen and (min-width: 992px) {
  #unit-advantage .item-inner:nth-child(2n-1) {
    padding-right: 2.5em;
  }
  #unit-advantage .item-inner:nth-child(2n) {
    padding-left: 2.5em;
  }
  #unit-advantage .item-inner:nth-last-child(2)::before,
  #unit-advantage .item-inner:last-child::before {
    height: calc(100% + 1.325em);
  }
}
@media screen and (min-width: 1144px) {
  #unit-advantage .item-inner:nth-child(2n-1) {
    padding-right: 3em;
  }
  #unit-advantage .item-inner:nth-child(2n) {
    padding-left: 3em;
  }
  #unit-advantage .item-inner:nth-last-child(2)::before,
  #unit-advantage .item-inner:last-child::before {
    height: calc(100% + 1.325em);
  }
}

/* .num */
#unit-advantage .num {
  height: 2em;
  padding-left: .5em;
  position: relative;
}
#unit-advantage .num .serif-en {
  font-size: 1.25em;
}
#unit-advantage .num .serif-en::before {
  background-color: rgba(var(--gw_gold-rgb), .67);
  border-radius: 50%;
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: auto;
  position: absolute;
  top: -.67em;
  left: -.5em;
  z-index: -1;
}
#unit-advantage .num .serif-en .fz-large {
  font-size: 1.75em;
  line-height: 0;
}
@media screen and (min-width: 390px) {
  #unit-advantage .num .serif-en {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #unit-advantage .num .serif-en {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 992px) {
  #unit-advantage .num .serif-en {
    font-size: 1.625em;
  }
}

/* .cell-header */
#unit-advantage .cell-header {
  display: flex;
  align-items: center;
}
#unit-advantage .cell-header .header-inner {
  width: 54%;
}
#unit-advantage .cell-header .header-inner:last-child {
  width: 46%;
}
#unit-advantage .cell-header .img-img {
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  position: relative;
  top: -.5em;
  right: -1em;
}
#unit-advantage .cell-heading {
  position: relative;
  left: -1em;
}
#unit-advantage .cell-heading > .heading-inner {
  font-size: 1.3em;
  font-weight: bold;
  font-weight: 700;
  display: block;
  margin-right: -1.75em;
}
@media screen and (min-width: 390px) {
  #unit-advantage .cell-heading > .heading-inner {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #unit-advantage .cell-heading > .heading-inner {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 992px) {
  #unit-advantage .cell-heading > .heading-inner {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 1144px) {
  #unit-advantage .cell-heading > .heading-inner {
    font-size: 1.75em;
  }
}

/* .sim.page-index */
/* #unit-sim */
#unit-sim .phrases {
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2.5em;
}
#unit-sim .step {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
#unit-sim .step-inner {
  padding: 2.5em 1.5em 3em;
  position: relative;
}
#unit-sim .step-inner:nth-child(2n-1)::before,
#unit-sim .step-inner:nth-child(2n)::before {
  border-top: 1px solid rgba(var(--dark_gray-rgb), .5);
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  z-index: -1;
}
#unit-sim .step-inner:nth-child(2n-1)::before {
  background-color: rgba(var(--white-rgb), 1);
}
#unit-sim .step-inner:last-child::before {
  background-color: rgba(var(--ag_navy_blue-rgb), 1);
  border: 0;
  height: calc(100% + 1.5em + (.25em * 2.5));
}
#unit-sim .step-inner:not(.step-add) .step-heading {
  text-align: center;
  margin-bottom: 3em;
  position: relative;
}
#unit-sim .step-inner:not(.step-add) .step-heading .icon-icon {
  color: var(--ag_navy_blue);
  font-size: 1.33em;
  display: block;
  position: absolute;
  top: -.75em;
  left: -.67em;
}
#unit-sim .step-inner:not(.step-add) .step-heading .icon-icon::before {
  background-color: rgba(var(--pink-rgb), .5);
  border-radius: 50%;
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  margin: auto;
  position: absolute;
  top: -2em;
  bottom: -2em;
  left: -.15em;
  z-index: -1;
}
#unit-sim .step-heading .num {
  font-size: 1.25em;
  display: inline-block;
  margin-left: .2em;
}
#unit-sim .step-inner:not(.step-add) .step-heading .string {
  font-size: 1.25em;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .2em;
  display: block;
  padding-left: .2em;
  position: relative;
}
#unit-sim .step-inner:not(.step-add) .step-heading .string::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .33);
  content: "";
  display: block;
  width: calc(100% + 1em);
  height: .33em;
  margin: auto;
  position: absolute;
  right: -2em;
  bottom: -.5em;
  left: -2.2em;
  z-index: -1;
}
#unit-sim .step-add .step-heading .icon-icon {
  display: block;
  width: 1.6em;
  height: 1.6em;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: .3em;
  left: 0;
}
#unit-sim .field-inner p,
#unit-sim .field-inner li {
  margin: 0;
}
#unit-sim .field-radio + .field-select {
  margin-top: -.3em;
}
#unit-sim .step-1st .field-inner {
  position: relative;
}
#unit-sim .step-1st .field-inner:nth-child(1) {
  z-index: 15;
}
#unit-sim .step-1st .field-inner:nth-child(2) {
  z-index: 13;
}
#unit-sim .step-1st .field-inner:nth-child(3) {
  z-index: 11;
}
#unit-sim .field-header {
  margin: 1.5em 0 .5em;
}
#unit-sim .field-header > .header-inner {
  display: inline-block;
}
#unit-sim .note.fz-small {
  color: rgba(var(--dark_gray-rgb), .75);
  font-size: .9em;
  line-height: 0;
  display: inline-block;
  margin-left: .5em;
  vertical-align: baseline;
  position: relative;
  top: -.07em;
}
#unit-sim .radio-outer {
  display: flex;
  margin-top: -.2em;
}
#unit-sim .radio-outer > .list-inner {
  width: calc(6.55em * 1.33333);
  margin: .5em 1.3em .5em 0;
}
#unit-sim .unit-yen {
  display: flex;
  align-items: flex-end;
}
#unit-sim .unit-yen .input-input {
  display: block;
  width: calc(100% - 2.5em);
}
#unit-sim .unit-yen .yen {
  text-align: right;
  display: block;
  width: 2.5em;
  padding-bottom: .23em;
}
#unit-sim .step-add .step-body {
  padding-top: 1em;
}
#unit-sim .step-add .arrow {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 390px) {
  #unit-sim .step-inner:last-child::before {
    height: calc(100% + .8em + (.25em * 2.67));
  }
}
@media screen and (min-width: 576px) {
  #unit-sim .field-inner {
    display: flex;
    align-items: center;
  }
  #unit-sim .field-inner:nth-child(n+2) {
    margin-top: 2em;
  }
  #unit-sim .field-header {
    width: 12em;
    margin: 0;
  }
  #unit-sim .field-body {
    width: calc(100% - 12em);
  }
  #unit-sim .step-add .step-body {
    padding-top: 2.5em;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  #unit-sim .step-inner:last-child::before {
    height: calc(100% + 1.5em + (.275em * 3));
  }
}
@media screen and (min-width: 1144px) {
}

/* close */
#unit-sim .field-inner.close,
#unit-sim .close .field-inner {
  line-height: 0;
  height: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: line-height .3s ease, height .3s linear, margin-top .3s ease, opacity .15s linear, visibility .15s linear;
}
#unit-sim .close .step-body {
  padding-top: 0;
}
#unit-sim .close .field-header {
  margin-top: 0;
  margin-bottom: 0;
}
#unit-sim .close .btn-btn .icon-icon {
  transform: rotate(180deg);
}
#unit-sim .close .input-text {
  border-width: 0;
  line-height: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#unit-sim .close .unit-yen .yen {
  padding-bottom: 0;
}

/* open */
#unit-sim .field-inner {
  line-height: 1.75;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: line-height .3s ease, height .3s linear, opacity .15s linear .1s, visibility .15s linear .1s;
}
#unit-sim .step-body {
  transition: padding-top .3s ease;
}
#unit-sim .field-header {
  transition: margin-top .3s ease, margin-bottom .3s ease;
}
#unit-sim .btn-btn .icon-icon {
  transform: rotate(0);
  transition: transform .3s ease;
}
#unit-sim .input-text {
  transition: border-width .3s ease, line-height .3s linear, padding-top .3s ease, padding-bottom .3s ease;
}
#unit-sim .unit-yen .yen {
  transition: padding-bottom .3s ease;
}

/* #result-item */
/* #default-box {
  display: none;
} */
#result-item {
  /* display: block !important; */
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
#result-item > .calculator-inner {
  padding-bottom: 3em;
}
#result-item .calculator-heading {
  text-align: center;
  margin: 0 0 3em;
}
#result-item .calculator-heading > .heading-inner {
  font-size: 1.5em;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: .2em;
  padding-left: .2em;
  position: relative;
}
#result-item .calculator-heading > .heading-inner::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .33);
  content: "";
  display: block;
  width: calc(100% + 1em);
  height: .33em;
  margin: auto;
  position: absolute;
  right: -2em;
  bottom: -.5em;
  left: -2.2em;
  z-index: -1;
}
#result-item .result-text {
  font-size: 1.25em;
  text-align: center;
  margin: .67em 0 0;
}
#result-item .result-text.conclusion {
  font-weight: bold;
  font-weight: 700;
}
#result-item .amount {
  font-size: 1.05em;
  font-weight: bold;
  font-weight: 700;
  display: inline-block;
  margin-right: .2em;
  margin-left: .2em;
}
#result-item .conclusion .amount {
  color: var(--red);
  font-size: 1.5em;
}
#result-item .detail {
  margin: 2.5em auto;
}
#result-item .detail .item-inner {
  font-size: 1.25em;
  display: flex;
}
#result-item .detail .item-inner:nth-child(n+2) {
  border-top: 1px solid rgba(var(--dark_gray-rgb), .5);
}
#result-item .detail .item-header {
  background-color: rgba(var(--light_yellow-rgb), .67);
  text-align: center;
  white-space: nowrap;
  width: 37%;
  padding: 1.3em .5em;
}
#result-item .detail .item-header > .string {
  text-align: left;
  display: inline-block;
}
#result-item .detail .item-body {
  background-color: #fff;
  width: 63%;
  padding: 1.3em .5em 1.3em 1em;
}

/* #result-item .note */
#result-item .note {
  border: 1px solid rgba(var(--dark_gray-rgb), .5);
  margin-top: 2.5em;
  padding: 1.5em 1em;
}
#result-item .rice {
  margin: 0;
}
#result-item .rice > li:nth-child(n+2) {
  margin-top: .3em;
}
@media screen and (min-width: 576px) {
  #result-item .note {
    padding: 1.5em;
  }
}

/* #unit-sim .btn-btn */
#unit-sim .btn-btn {
  background-color: var(--el_blue);
  background-image: linear-gradient(135deg, rgba(var(--el_blue-rgb), .87), rgba(var(--el_blue-rgb), 1));
  border: 1px solid rgba(var(--gray-rgb), .5);
  border-radius: 0;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  padding: 1.3em .5em 1.3em;
  position: relative;
}
#unit-sim .btn-btn.hover,
#unit-sim .btn-btn:hover {
  opacity: .77;
}
#unit-sim .step-heading .btn-btn {
  padding-bottom: 1.9em;
}
#unit-sim .btn-btn .string {
  font-size: 1.25em;
  letter-spacing: .15em;
  display: block;
  padding-left: .15em;
}
#unit-sim .text-simulator {
  margin: 0;
  padding: 1.5em 0 0;
}
#unit-sim .text-simulator .btn-btn {
  background-color: var(--gw_gold);
  background-image: linear-gradient(135deg, rgba(var(--gw_gold-rgb), .87), rgba(var(--gw_gold-rgb), 1));
  border: 1px solid rgba(var(--black-rgb), 1);
  padding-bottom: 3em;
}
#unit-sim .text-simulator .btn-btn .icon-icon {
  display: block;
  width: 2em;
  height: 2em;
  margin: auto;
  margin: .25em auto .15em;
  position: absolute;
  right: 0;
  bottom: .67em;
  left: 0;
}
#unit-sim .text-recalculation {
  padding: 1em 1.5em;
}
#unit-sim .text-recalculation .btn-btn {
  background-color: var(--green);
  background-image: linear-gradient(135deg, rgba(var(--green-rgb), .87), rgba(var(--green-rgb), 1));
}
#unit-sim .result-cntact {
  text-align: center;
  margin-top: 2.25em;
}
#unit-sim .result-cntact .result-heading > .heading-inner {
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 600;
  position: relative;
}
#unit-sim .result-cntact .item {
  /* border: 1px solid var(--ag_dark_blue); */
  display: flex;
  margin-top: 1em;
  position: relative;
}
/* #unit-sim .result-cntact .item::before {
  background-color: var(--ag_dark_blue);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
} */
#unit-sim .result-cntact .item-inner {
  width: 50%;
}
#unit-sim .result-cntact a {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: .9em .3em .8em;
}
#unit-sim .result-cntact a.hover,
#unit-sim .result-cntact a:hover {
  opacity: .77;
}
#unit-sim .result-cntact .contact-tel .string {
  font-size: 1.175em;
  font-weight: 500;
  line-height: 0;
  letter-spacing: .07em;
  padding-left: .07em;
  position: relative;
  top: .05em;
}
#unit-sim .result-cntact .contact-tel .icon-icon {
  font-size: .9em;
  display: inline-block;
  margin-right: .17em;
  opacity: .9;
}
@media screen and (min-width: 576px) {
  #unit-sim .btn-btn {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #unit-sim .btn-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  #unit-sim .btn-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1144px) {
  #unit-sim .btn-btn {
    font-size: 1.6rem;
  }
}

/* #article-monologue */
#article-monologue.anchor {
  margin-top: -4.8em;
  padding-top: 4.8em;
}
#article-monologue.article.anchor::before {
  height: calc(100% - 9em + 1.5em - 4.8em);
  top: calc(.25em * 2.5 + 4.8em);
}
#article-monologue .num-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: calc(var(--common-area-heading-after) + .5em) auto 0;
  padding-bottom: 2em;
}
#article-monologue .num-list > .list-inner {
  background-image: linear-gradient(135deg, rgba(var(--white-rgb), .7), rgba(var(--ag_navy_blue-rgb), .1));
  border: 1px solid rgba(var(--ag_dark_blue-rgb), .5);
  width: calc((100% - (1em * 2)) / 3);
  height: 0;
  margin: 0;
  padding: calc((100% - (1em * 2)) / 3) 0 0;
}
#article-monologue .num-list > .list-inner::before {
  color: rgba(var(--ag_dark_blue-rgb), 1);
  font-family: "Bodoni Moda", serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  top: -.6em;
  left: -.25em;
  z-index: 7;
}
#article-monologue .list-inner a {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  color: rgba(var(--dark_gray-rgb), 1);
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
  transition: background-color .3s ease, opacity .3s ease;
}
#article-monologue .list-inner a.hover,
#article-monologue .list-inner a:hover {
  background-color: rgba(var(--white-rgb), .5);
  opacity: .77;
}
#article-monologue .list-inner .serif-ja {
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
  /* writing-mode: vertical-rl; */
  display: block;
  position: absolute;
  right: .1em;
  bottom: 0;
}
#article-monologue .serif-ja .fz-large {
  font-size: 1.2em;
}
#article-monologue .serif-ja .fz-small {
  font-size: 1.1em;
}
@media screen and (min-width: 390px) {
  #article-monologue.article.anchor::before {
    height: calc(100% - 9em + 1.5em - (.25em* 2.67) - 4.8em);
    top: calc(.25em * 2.67 + 4.8em);
  }
  #article-monologue .num-list {
    gap: 1.25em;
  }
  #article-monologue .num-list > .list-inner {
    width: calc((100% - (1.25em * 2)) / 3);
    padding-top: calc((100% - (1.25em * 2)) / 3);
  }
  #article-monologue .serif-ja .fz-large {
    font-size: 1.35em;
  }
  #article-monologue .serif-ja .fz-small {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 576px) {
  #article-monologue.article.anchor::before {
    height: calc(100% - 9em + 1.5em - (.25em* 2.75) - 4.8em);
    top: calc(.25em * 2.75 + 4.8em);
  }
  #article-monologue .num-list {
    justify-content: center; /* 独り言が「4」以上になったら外す */
  }
  #article-monologue .num-list > .list-inner {
    width: calc((100% - (1.25em * 3)) / 4);
    padding-top: calc((100% - (1.25em * 3)) / 4);
  }
  #article-monologue .num-list > .list-inner::before,
  #article-monologue .serif-ja .fz-large {
    font-size: 1.5em;
  }
  #article-monologue .serif-ja .fz-small {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  #article-monologue.anchor {
    margin-top: -6.9em;
    padding-top: 6.9em;
  }
  #article-monologue.article.anchor::before {
    height: calc(100% - 9em + 1.5em - (.25em * 3) - 6.9em);
    top: calc(.25em * 3 + 6.9em);
  }
  #article-monologue .num-list {
    justify-content: center; /* 独り言が「5」以上になったら外す */
  }
  #article-monologue .num-list > .list-inner {
    width: calc((100% - (1.25em * 4)) / 5);
    padding-top: calc((100% - (1.25em * 4)) / 5);
  }
  #article-monologue .num-list > .list-inner::before,
  #article-monologue .serif-ja .fz-large {
    font-size: 1.6em;
  }
  #article-monologue .serif-ja .fz-small {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 992px) {
  #article-monologue.anchor {
    margin-top: -7.45em;
    padding-top: 7.45em;
  }
  #article-monologue.article.anchor::before {
    height: calc(100% - 11em + 1.5em - 7.45em);
    top: calc(.25em * 3.25 + 7.45em);
  }
  #article-monologue .num-list {
    justify-content: center; /* 独り言が「6」以上になったら外す */
  }
  #article-monologue .num-list > .list-inner {
    width: calc((100% - (1.25em * 5)) / 6);
    padding-top: calc((100% - (1.25em * 5)) / 6);
  }
  #article-monologue .num-list > .list-inner::before,
  #article-monologue .serif-ja .fz-large {
    font-size: 1.65em;
  }
  #article-monologue .serif-ja .fz-small {
    font-size: 1.45em;
  }
}
@media screen and (min-width: 1144px) {
  #article-monologue.anchor {
    margin-top: -7.8em;
    padding-top: 7.8em;
  }
  #article-monologue.article.anchor::before {
    height: calc(100% - 13em + 1.5em - 7.8em);
    top: calc(.25em* 3.375 + 7.8em);
  }
  #article-monologue .num-list {
    gap: 1.5em;
  }
  #article-monologue .num-list > .list-inner {
    width: calc((100% - (1.5em * 5)) / 6);
    padding-top: calc((100% - (1.5em * 5)) / 6);
  }
  #article-monologue .num-list > .list-inner::before,
  #article-monologue .serif-ja .fz-large {
    font-size: 1.7em;
  }
  #article-monologue .serif-ja .fz-small {
    font-size: 1.5em;
  }
}

/* #unit-monologue */
#unit-monologue .article-body {
  padding-bottom: 1.25em;
}
#unit-monologue .article-body > .body-inner.anchor {
  margin-top: -4.8em;
  padding-top: 4.8em;
}
#unit-monologue .article-body > .body-inner .area {
  width: 79%;
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}
#unit-monologue .article-body > .body-inner:not(:first-child) .area {
  margin-top: 5em;
}
#unit-monologue .article-body > .body-inner:nth-child(2) .area::before {
  background-color: #fff;
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 5em);
  margin: auto;
  position: absolute;
  top: -9em;
  right: -67vw;
  bottom: -9em;
  left: -67vw;
}
#unit-monologue .article-body > .body-inner:not(:first-child) .area-inner::before {
  background-color: rgba(var(--ag_dark_blue-rgb), .77);
  content: "";
  display: block;
  width: .8em;
  height: .4em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#unit-monologue .area-body {
  padding: 1.75em 0 1.25em;
}
#unit-monologue .area-body .text-text {
  font-size: 1.1em;
  font-weight: 300;
  font-feature-settings: "palt" 0;
  line-height: 2.25;
  text-indent: 1em;
  margin: 0;
}
@media screen and (min-width: 390px) {
  #unit-monologue .area-body .text-text {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 576px) {
  #unit-monologue .area-body .text-text {
    font-size: 1.18em;
  }
}
@media screen and (min-width: 768px) {
  #unit-monologue .article-body > .body-inner.anchor {
    margin-top: -6.9em;
    padding-top: 6.9em;
  }
  #unit-monologue .article-body > .body-inner:not(:first-child) .area-inner::before {
    top: -.125em;
  }
  #unit-monologue .area-body .text-text {
    font-size: 1.23em;
  }
}
@media screen and (min-width: 992px) {
  #unit-monologue .article-body > .body-inner.anchor {
    margin-top: -7.45em;
    padding-top: 7.45em;
  }
  #unit-monologue .article-body > .body-inner:not(:first-child) .area-inner::before {
    top: -.3em;
  }
  #unit-monologue .area-body .text-text {
    font-size: 1.26em;
  }
}
@media screen and (min-width: 1144px) {
  #unit-monologue .article-body > .body-inner.anchor {
    margin-top: -7.8em;
    padding-top: 7.8em;
  }
  #unit-monologue .area-body .text-text {
    font-size: 1.3em;
  }
}

/* 2025-06-27 */
.home .news {
  /* background-color: rgba(var(--gw_gold-rgb), .1); */
  background-color: #faf8e7;
  border: 1px solid rgba(var(--ag_navy_blue-rgb), .3);
  text-align: center;
  max-width: 55em;
  margin: 4em auto 0;
  padding: 2em 2em 1.25em;
}
.home .news .news-heading {
  margin: 0 0 1.5em;
  position: relative;
}
.home .news .news-heading::before {
  background-color: rgba(var(--ag_navy_blue-rgb), .3);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -.7em;
  left: 0;
}
.home .news .news-heading > .heading-inner {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .3em;
  padding-left: .3em;
}
.home .news .text-text {
  text-align: left;
  display: inline-block;
  margin: 0;
}
.home .news .text-link a {
  text-align: left;
  display: inline-block;
}
.home .news .text-link .string {
  display: block;
  margin: .5em 0 0;
}
@media screen and (min-width: 768px) {
  .home .news .text-link em {
    display: inline-block;
    margin-right: 1em;
  }
  .home .news .text-link br {
    display: none;
  }
}



/*  */
