@charset "utf-8";
/* autoprefixer: on */

/* Small screens */

/* #region base */

html {
  font-size: .254452926vw; /* base 393 */
  -webkit-font-smoothing: antialiased;
  height: calc(var(--vh, 1vh) * 100);
}

body{
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.ls { display: none !important; }
.ss { display: block; }
br.ss,span.ss { display: inline; }
span.ms { display: none; }

/* #endregion */

/* #region common */

/* title */

.title-primary {
  margin-top: 50rem;
  line-height: 34rem;
  text-align: center;
  font-weight: var(--FNT-WGT-B);
  font-size: 30rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: var(--COL-BLK);
}

.title-primary span {
  display: block;
  margin-top: 3rem;
  line-height: 1;
  text-align: center;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
}

/* CMS content */

.block-content {
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.block-content h2 {
  font-size: 20rem;
  padding-top: 10rem;
  padding-right: 12rem;
  padding-bottom: 10rem;
  padding-left: 12rem;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-BLK);
  background-color: var(--COL-PBL);
}

.block-content h3 {
  font-size: 20rem;
  padding-bottom: 10rem;
  border-bottom: var(--THIN) solid var(--COL-BLK);
  line-height: 32rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-BLK);
}

.block-content h4 {
  font-size: 18rem;
  padding-bottom: 10rem;
  border-bottom: var(--THIN) solid var(--COL-BLK);
  line-height: 32rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-BLK);
}

.block-content p {
  text-align: justify;
  text-justify: inter-character;
}

/* Paging & WP-PageNavi */

.block-pagenavi,
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  margin-top: 60rem;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  color: var(--COL-GRY-800);
}

.block-pagenavi a,
.wp-pagenavi a { color: var(--COL-PGR-100); }

.wp-pagenavi .current { color: var(--COL-PGR-200); }

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend { font-size: 16rem; }

.wp-pagenavi .first,
.wp-pagenavi .last {   flex-wrap: wrap; }

/* #endregion */

/* #region contact request */

.area-request {
  width: 333rem;
  margin-top: 60rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8rem;
}

.area-request > p {
  text-align: center;
  line-height: 29rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.area-request > div {
  margin-top: 36rem;
}

.area-request > div p {
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-request > div picture {
  display: block;
  width: 100%;
  margin-top: 20rem;
}

.area-contact {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
  border-top: var(--THIN) solid var(--COL-GRY-100);
}

.area-contact form > dl { padding-top: 40rem; }

.area-contact form > dl > dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20rem;
}

.area-contact form dt label {
  display: flex;
  align-items: center;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-contact form > dl > dt label { margin-right: 16rem; }

.area-contact form > dl > dt .req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54rem;
  height: 30rem;
  border-radius: 15rem;
  letter-spacing: .3em;
  text-indent: .3em;
  background-color: var(--COL-ERR);
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 13rem;
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.area-contact form > dl > dd { margin-top: 8rem; }

.area-contact form > dl dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 0;
}

.area-contact form > dl dl dt {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 48rem;
  width: 86rem;
  padding-left: 12rem;
}

.area-contact form > dl dl dd {
  flex-basis: calc( 100% - 86rem );
  flex-grow: 1;
}

input[type="text"].p-postal-code { width: 155rem; }
input[type="text"].p-region,
input[type="text"].p-locality,
input[type="text"].p-extended-address { width: 100%; }

.block-privacy {
  margin-top: 48rem;
  text-align: center;
}

.block-privacy label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.block-privacy label input[type="checkbox"] { margin-right: 14rem; }

.block-privacy label a {
  color: var(--COL-PGR-300);
  text-decoration: underline;
}

.block-privacy .error-label { text-align: center; }

.block-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 70rem;
}

.block-submit button + button { margin-top: 30rem; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  height: 48rem;
  padding: 15rem;
  background-color: var(--COL-GRY-060);
  line-height: 24rem;
  font-size: 16rem;
}

textarea { height: 212rem; }

.error-label {
  margin-top: .25em;
  line-height: 26rem;
  font-size: 14rem;
  color: var(--COL-ERR);
}
.box-errors > .error-label + .error-label { margin-top: 0; }

.just-validate-error-label::before { content: '※'; }

.area-confirmation {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
  border-top: var(--THIN) solid var(--COL-GRY-100);
}

.area-confirmation h2 {
  margin-top: 30rem;
  text-align: center;
  line-height: 47rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.area-confirmation h2 + .err {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  line-height: 28rem;
  font-size: 16rem;
  color: var(--COL-ERR);
}

.area-confirmation form > dl { margin-top: 24rem; }

.area-confirmation dd + dt { margin-top: 20rem; }

.area-confirmation label {
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-confirmation dd {
  margin-top: 10rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 26rem;
  font-size: 16rem;
}

.area-confirmation .block-submit { margin-top: 80rem; }

.area-completion {
  width: 333rem;
  margin-top: 54rem;
  margin-right: auto;
  margin-bottom: 90rem;
  margin-left: auto;
}

.area-completion > p:nth-of-type(1) {
  line-height: 29rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  text-align: center;
}

.area-completion > p:nth-of-type(2) {
  margin-top: 40rem;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  text-align: justify;
  text-justify: inter-character;
}

.box-lineadd {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 0.5em;
  margin-top: 58rem;
  margin-right: auto;
  margin-left: auto;
}

.box-lineadd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  text-align: center;
}

.box-lineadd p::before,
.box-lineadd p::after {
  content: '';
  display: block;
  width: 9rem;
  height: 17rem;
  background-image: url(../img/deco-lineadd.webp);
  background-size: cover;
}
.box-lineadd p::after { transform: scaleX(-1); }

.box-lineadd a {
  display: block;
  width: 245rem;
  height: 76rem;
  margin-top: 25rem;
  margin-left: -6rem;        
}

.area-completion .btn-round-tertiary {
  margin-top: 100rem;
  margin-right: auto;
  margin-left: auto;
}

/* #endregion */

/* #region event */

.area-event-archive {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-event-archive .box-event { width: 333rem; }

.area-event-archive .box-event a {
  display: block;
  width: 333rem;
}

.area-event-archive .box-event picture {
  display: block;
  position: relative;
  width: 333rem;
  height: 249rem;
  overflow: hidden;
}

.area-event-archive .box-event picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-event-archive .box-event ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10rem;
  padding-right: 20rem;
  padding-left: 20rem;
  margin-top: 20rem;
}

.area-event-archive .box-event li {
  padding: .5em .75em;
  font-size: 13rem;
}

.area-event-archive .box-event h2 {
  min-height: 48rem;
  padding-right: 20rem;
  padding-left: 20rem;
  margin-top: 10rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.area-event-archive .box-event p {
  margin-top: 5rem;
  padding-right: 20rem;
  padding-left: 20rem;
  line-height: 24rem;
  font-size: 13rem;
}

.area-event-archive .box-event p + p { margin-top: 0; }

.group-event + .group-event,
.group-event .box-event + .box-event { margin-top: 36rem; }

/* #endregion */

/* #region blog */

.area-blog-single {
  width: 333rem;
  margin-top: 48rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-blog-single .block-title { width: 100%; }

.area-blog-single .block-title time {
  display: block;
  line-height: 22rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-blog-single .block-title h1 {
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.area-blog-single .block-content { margin-top: 36rem; }

.area-blog-single .block-author {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60rem;
  padding: 18rem;
  border-radius: 8rem;
  background-color: var(--COL-GRY-600);
}

.area-blog-single .block-author h2 {
  width: 100%;
  line-height: 20rem;
  text-align: center;
  font-size: 13rem;
  padding-bottom: 9rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.area-blog-single .block-author picture {
  position: relative;
  display: block;
  min-width: 55rem;
  min-height: 55rem;
  margin-top: 15rem;
  margin-right: 9rem;
  border-radius: 50%;
  overflow: hidden;
}

.area-blog-single .block-author picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-blog-single .block-author > div {
  flex: 1;
  margin-top: 15rem;
  padding-top: 7rem;
}

.area-blog-single .block-author > div > p:nth-of-type(1) {
  line-height: 24rem;
  font-size: 13rem;
}

.area-blog-single .block-author > div > p:nth-of-type(2) {
  line-height: 24rem;
  font-size: 16rem;
}

.area-blog-single .block-author > p {
  width: 100%;
  margin-top: 8rem;
  line-height: 24rem;
  font-size: 14rem;
  text-align: justify;
  text-justify: inter-character;
}

.area-blog-archive {
  width: 353rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.list-blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40rem;
}

.card-blog {
  width: 167rem;
  margin-top: 40rem;
}

.card-blog > a > picture {
  position: relative;
  display: block;
  width: 167rem;
  height: 104rem;
  overflow: hidden;
}

.card-blog > a > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-blog .box-meta {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 14rem;
}

.card-blog .box-meta time {
  margin-right: 18rem;
  line-height: 24rem;
  font-size: 12rem;
}

.card-blog .box-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 6rem;
}

.card-blog .box-meta li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24rem;
  padding-right: 9rem;
  padding-left: 9rem;
  border-radius: 15rem;
  background-color: var(--COL-GRY-700);
  letter-spacing: 0;
  font-size: 11rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.card-blog h2 {
  min-height: 44rem;
  line-height: 22rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.card-blog .box-author {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 13rem;
  padding: 8rem 6rem;
  border-radius: 2rem;
  background-color: var(--COL-GRY-600);
}

.card-blog .box-author > div { order: 2; }

.card-blog .box-author > div > div > p:nth-of-type(1) {
  line-height: 18rem;
  font-size: 11rem;
}

.card-blog .box-author > div > div > p:nth-of-type(2) {
  line-height: 24rem;
  font-size: 14rem;
}

.card-blog .box-author picture {
  order: 1;
  position: relative;
  display: block;
  min-width: 38rem;
  min-height: 38rem;
  width: 38rem;
  height: 38rem;
  margin-right: 6rem;
  border-radius: 50%;
  overflow: hidden;
}

.card-blog .box-author picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-blog-sidebar { margin-top: 60rem; }

.block-blog-sidebar h2 {
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  color: var(--COL-SGR);
  padding-bottom: 9rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.block-blog-sidebar nav + nav { margin-top: 25rem; }

.block-blog-sidebar ul { margin-top: 16rem; }

.block-blog-sidebar li { display: flex; }

.block-blog-sidebar li + li { margin-top: 8rem; }

.block-blog-sidebar li a {
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.list-update a::before {
  content: '';
  display: inline-block;
  width: 8rem;
  height: 10rem;
  margin-right: 9rem;
  background-color: var(--COL-GRY-300); 
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%); 
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.block-blog-sidebar li a:link,
.block-blog-sidebar li a:visited {
  color: var(--COL-BLK);
}

.block-blog-sidebar li a:hover,
.block-blog-sidebar li a:active {
  color: var(--COL-SGR);
}

.block-blog-sidebar .list-update a:hover::before,
.block-blog-sidebar .list-update a:active::before {
  background-color: var(--COL-SGR);
}

/* #endregion */

/* #region voice*/

.area-voice-single {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-voice-single .block-title picture {
  position: relative;
  display: block;
  width: 100vw;
  height: 227rem;
  margin-left: calc(50% - 50vw);
}

.area-voice-single .block-title picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-voice-single .block-title h1 {
  margin-top: 37rem;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 20em;
}

.area-voice-single .block-title span {
  display: block;
  line-height: 28rem;
  font-size: 16rem;
  letter-spacing: 0.1em;
  color: var(--COL-GRY-800);
  margin-top: 12rem;
}

.area-voice-single .block-content { margin-top: 54rem; }

.area-voice-archive {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-voice-archive .box-voice { width: 333rem; }

.area-voice-archive .box-voice a {
  display: block;
  width: 333rem;
}

.area-voice-archive .box-voice picture {
  display: block;
  position: relative;
  width: 333rem;
  height: 220rem;
  overflow: hidden;
}

.area-voice-archive .box-voice picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-voice-archive .box-voice p {
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 25rem;
}

.area-voice-archive .box-voice span {
  display: block;
  line-height: 24rem;
  font-size: 13rem;
  letter-spacing: 0.1em;
  color: var(--COL-GRY-800);
  margin-top: 6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.group-voice + .group-voice,
.group-voice .box-voice + .box-voice { margin-top: 36rem; }

/* #endregion */

/* #region works*/

.area-works-single {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-works-single .block-title picture {
  position: relative;
  display: block;
  width: 333rem;
  height: 220rem;
  overflow: hidden;
}

.area-works-single .block-title picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-works-single .block-title h1 {
  margin-top: 40rem;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 20em;
}

.area-works-single .block-title ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12rem 10rem;
  margin-top: 24rem;
}

.area-works-single .block-title li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  padding-right: 14rem;
  padding-left: 14rem;
  border-radius: 15rem;
  background-color: var(--COL-GRY-700);
  font-size: 15rem;
  white-space: nowrap;
}

.area-works-single .block-content { margin-top: 36rem; }

.hdg-works {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 56rem;
  padding: 15rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-B);
  font-size: 20rem;
  background-color: var(--COL-GRY-850);  
}

.area-works-single .block-summary { margin-top: 48rem; }

.area-works-single .block-summary dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
  width: 100%;
  margin-top: 32rem;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-works-single .block-summary dt { flex-basis: 100rem; }

.area-works-single .block-summary dd {
  flex-basis: calc( 100% - 100rem );
  flex-grow: 1;
}

.area-works-single .block-summary img {
  display: block;
  margin-top: 20rem;
  margin-right: auto;
  margin-left: auto;
}

.area-works-single .block-gallery { margin-top: 60rem; }

.gallery-works{
  margin-top: 40rem;
  padding-bottom: 20rem;
}

.gallery-main { width: 100%; }

.gallery-thumbnails {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 13rem;
       column-gap: 13rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
  margin-top: 23rem;
}

.gallery-item {
  flex: 0 0 129rem;
  width: 129rem;
}

.area-works-archive {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.list-works-cat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12rem 10rem;
  margin-top: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.list-works-cat li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  padding-right: 14rem;
  padding-left: 14rem;
  border-radius: 15rem;
  font-size: 14rem;
  white-space: nowrap;
  background-color: var(--COL-GRY-700);
}

.block-works-item { margin-top: 80rem; }

.group-works + .group-works,
.group-works .box-works + .box-works { margin-top: 36rem; }

.area-works-archive .box-works { width: 333rem; }

.area-works-archive .box-works a {
  position: relative;
  display: block;
  width: 333rem;
  background-color: var(--COL-GRY-600);
}

.area-works .box-works a {
  position: relative;
  display: block;
  width: 333rem;
  background-color: var(--COL-GRY-600);
}

.area-works .box-works picture {
  position: relative;
  display: block;
  width: 333rem;
  height: 220rem;
  overflow: hidden;
}

.area-works .box-works picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-works-archive .box-works h3 {
  margin-top: 25rem;
  padding-right: 15rem;
  padding-left: 15rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.area-works-archive .box-works ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
  padding-top: 15rem;
  padding-right: 15rem;
  padding-bottom: 25rem;
  padding-left: 15rem;
}

.area-works-archive .box-works li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  padding-right: 14rem;
  padding-left: 14rem;
  border-radius: 15rem;
  background-color: var(--COL-GRY-700);
  font-size: 15rem;
  white-space: nowrap;
}

/* #endregion */

/* #region information*/

.area-information-single {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-information-single .block-title { width: 100%; }

.area-information-single .block-title time {
  display: block;
  line-height: 22rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-information-single .block-title h1 {
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.area-information-single .block-content { margin-top: 36rem; }

.area-information-archive {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-information-archive ul li + li { margin-top: 16rem; }

.area-information-archive ul a {
  display: block;
  width: 100%;
  padding: 10rem;
  background-color: var(--COL-GRY-075);
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
}

.area-information-archive ul a time { line-height: 22rem; }

.area-information-archive ul a span {
  line-height: 24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

/* #endregion */

/* #region modelhouse */

.area-modelhouse-contents {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-left: auto;
}

.block-modelhouse-lead h2 {
  text-align: center;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.block-modelhouse-lead p:nth-of-type(1) {
  margin-top: 24rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

a.btn-reservation {
  position: relative;
  display: flex;
  align-items: center;
  width: 316rem;
  height: 72rem;
  margin-top: 30rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 26rem;
  border-radius: 36rem;
  background-color: var(--COL-YEL);
  font-weight: var(--FNT-WGT-M);
  font-size: 19rem;
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a.btn-reservation > span {
  position: absolute;
  right: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 16rem;
  transform: rotate(90deg);
}

a.btn-reservation > span svg { fill: var(--COL-WHT); }

.block-modelhouse-lead p:nth-of-type(2) {
  margin-top: 10rem;
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 12rem;
}

.block-modelhouse-point { margin-top: 80rem; }

.block-modelhouse-point h2 {
  position: relative;
  padding-bottom: 32rem;
  text-align: center;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.block-modelhouse-point h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);  
  width: 56rem;
  height: var(--THIN);
  background-color: var(--COL-GRY-100);
}

.box-modelhouse-point { margin-top: 56rem; }

.box-modelhouse-point span {
  position: relative;
  display: block;
  padding-bottom: 14rem;
  line-height: 28rem;
  font-size: 16rem;
  color: var(--COL-SGR);
}

.box-modelhouse-point span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32rem;
  height: var(--THIN);
  background-color: var(--COL-SGR);
}

.box-modelhouse-point h3 {
  margin-top: 16rem;
  line-height: 37rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.box-modelhouse-point p {
  margin-top: 16rem;
  line-height: 32rem;
  font-size: 16rem;
}

.box-modelhouse-point p + p {
  margin-top: 16rem;
  line-height: 28rem;
  font-size: 14rem;
}

.box-modelhouse-point picture {
  display: block;
  margin-top: 30rem;
  margin-right: auto;
  margin-left: auto;
}

.modelhouse-point-01 {
  width: 242rem;
  height: 242rem;
}

.modelhouse-point-02 { width: 333rem; }

.block-modelhouse-list { margin-top: 80rem; }

.block-modelhouse-list h2 {
  position: relative;
  padding-bottom: 32rem;
  text-align: center;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.block-modelhouse-list h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);  
  width: 56rem;
  height: var(--THIN);
  background-color: var(--COL-GRY-100);
}

.block-modelhouse-item { margin-top: 40rem; }

.box-modelhouse { border: var(--THIN) solid var(--COL-SGR); }

.box-modelhouse + .box-modelhouse { margin-top: 20rem; }

.box-modelhouse > a {
  display: block;
  padding-top: 28rem;
  padding-right: 21.5rem;
  padding-bottom: 53rem;
  padding-left: 21.5rem;
}

.box-modelhouse picture {
  position: relative;
  display: block;
  width: 290rem;
  height: 190rem;
  overflow: hidden;
}

.box-modelhouse picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-modelhouse dl { margin-top: 20rem; }

.box-modelhouse dt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.box-modelhouse dd {
  line-height: 28rem;
  font-size: 16rem;
  color: var(--COL-GRY-800);
}

.box-modelhouse .btn-round-quaternary {
  margin-top: 37rem;
  margin-right: auto;
  margin-left: auto;
}

.block-modelhouse-item-err {
  margin-top: 35rem;
  text-align: center;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.block-modelhouse-vr {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 70rem;
  padding-top: 80rem;
  padding-bottom: 48rem;
  background-color: var(--COL-GRY-090);
}

.block-modelhouse-vr h2 {
  position: relative;
  padding-bottom: 32rem;
  text-align: center;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 26rem;
}

.block-modelhouse-vr h2 span {
  display: block;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.block-modelhouse-vr h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);  
  width: 56rem;
  height: var(--THIN);
  background-color: var(--COL-GRY-100);
}

.block-vr-item {
  width: 333rem;
  margin-top: 58rem;
  margin-right: auto;
  margin-left: auto;
}

.box-vr {
  padding-bottom: 48rem;
  border-bottom: var(--THIN) dashed var(--COL-BLK);
}

.box-vr + .box-vr { margin-top: 48rem; }

.box-vr h3 {
  margin-top: 30rem;
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.box-vr p {
  width: 100%;
  margin-top: 18rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.box-vr dl {
  display: flex;
  flex-wrap: wrap;
  gap: 14rem 23rem;
  margin-top: 18rem;
  margin-left: 4rem;
  padding-left: 20rem;
  border-left: 4rem solid var(--COL-SGR);
  font-size: 14rem;
}

.box-vr dt { width: 73rem; }

.box-vr dd {
  flex-grow: 1;
  flex-basis: calc( 100% - 104rem );
}

.box-vr a.btn-modelhouse-vr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 258rem;
  height: 64rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30rem;
  padding-left: 32rem;
  border: var(--THIN) solid var(--COL-SGR);
  border-radius: 32rem;
  background-color: var(--COL-WHT);
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  color: var(--COL-SGR);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.box-vr a.btn-modelhouse-vr span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 28rem;
}

.box-vr a.btn-modelhouse-vr span svg { fill: var(--COL-SGR); }

/* #endregion */

/* #region philosophy */

.area-philosophy-contents {
  width: 333rem;
  margin-top: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.area-philosophy-contents h2 {
  text-align: center;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 26rem;
  color: var(--COL-SGR);
}

.block-philosophy { padding-top: 65rem; }

.block-philosophy + .block-philosophy { padding-top: 60rem; }

.block-philosophy > div h3 {
  margin-top: 36rem;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.block-philosophy > div p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

/* structure */

.area-structure {
  width: 333rem;
  margin-top: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.area-structure > h1 {
  position: relative;
  text-align: center;
  padding-bottom: 98rem;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 26rem;
  color: var(--COL-SGR);
}

.area-structure > h1::after {
  content: '';
  width: var(--THIN);
  height: 68rem;
  background-color: var(--COL-GRY-100);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-structure-lead { margin-top: 55rem; }

.block-structure-lead h2 > span {
  display: block;
  text-align: center;
  line-height: 48rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
}

.block-structure-lead h2 > span.icon-cross {
  display: block;
  width: 51rem;
  height: 51rem;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/icon-cross.svg);
  background-size: 25rem 25rem;
  background-position: 50% 50%;
}

.block-structure-lead h2 > span:first-child {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.block-structure-lead h2 > span:last-child {
  margin-top: 70rem;
  line-height: 38rem;
  font-size: 24rem;
}

.block-structure-lead p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.block-detail {
  position: relative;
  width: 353rem;
  margin-top: 56rem;
  margin-left: -10rem;

  padding-top: 60rem;
  padding-right: 10rem;
  padding-bottom: 10rem;
  padding-left: 10rem;
  border-radius: 6rem;
  background-color: var(--COL-SGR-300);
}

.block-detail > h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
  color: var(--COL-SGR-400);
}

.block-detail > p {
  margin-top: 24rem;
  padding-right: 10rem;
  padding-left: 10rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
  color: var(--COL-SGR-400);
}

.block-detail > div {
  margin-top: 32rem;
  border-radius: 4rem;
  background-color: var(--COL-WHT);
}

.box-technology {
  padding-top: 25rem;
  padding-right: 18rem;
  padding-bottom: 22rem;
  padding-left: 18rem;
}

.box-technology dl div + div {
  margin-top: 40rem;
}

.box-technology dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42rem;
  background-color: var(--COL-SGR);
  text-align: center;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  color: var(--COL-WHT);
} 

.box-technology dd {
  margin-top: 20rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.box-technology picture {
  display: block;
  width: 100%;
  margin-top: 20rem;
}

.box-structure {
  padding-top: 60rem;
  padding-right: 20rem;
  padding-bottom: 50rem;
  padding-left: 20rem;
}

.box-structure > h3 {
  text-align: center;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 26rem;
}

.box-structure:nth-of-type(1) > h3 span:nth-of-type(1),
.box-structure:nth-of-type(1) > h3 span:nth-of-type(4) {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
.box-structure:nth-of-type(1) > h3 span:nth-of-type(1) { margin-right: 0.1em; }
.box-structure:nth-of-type(1) > h3 span:nth-of-type(4) { margin-left: 0.6em; }

.box-structure:nth-of-type(1) > h3 > span.icon-cross {
  display: inline-block;
  width: 22rem;
  height: 22rem;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/icon-cross.svg);
  background-size: 22rem 22rem;
  background-position: 50% 50%;
  transform: rotate(45deg);
  letter-spacing: 0;
}

.box-structure:nth-of-type(2) > h3 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.box-structure > p {
  margin-top: 35rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.box-structure:nth-of-type(1) > div { margin-top: 32rem; }

.box-structure:nth-of-type(1) > div > div {
  margin-top: 32rem;
}

.box-structure:nth-of-type(1) > div > div > div {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-GRY-100);
}

.box-structure:nth-of-type(1) > div > div > div h4 {
  text-align: center;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.box-structure:nth-of-type(1) > div > div > div p {
  margin-top: 24rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 28rem;
  font-size: 14rem;
}

.box-structure:nth-of-type(1) > div > div > picture {
  display: block;
  margin-top: 18rem;
}

.box-structure:nth-of-type(1) > div > div > picture img {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.box-structure:nth-of-type(1) > div > div:nth-of-type(1) > picture img {
  width: 220rem;
}

.box-structure:nth-of-type(1) > div > div:nth-of-type(2) > picture img {
  width: 81rem;
}

.box-structure:nth-of-type(2) > div {
  width: 290rem;
  margin-top: 32rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 48rem;
  padding-right: 26rem;
  padding-bottom: 20rem;
  padding-left: 26rem;
  background-color: var(--COL-GRY-500-40);
}

.box-structure:nth-of-type(2) > div > div:nth-of-type(1) {
  padding-bottom: 30rem;
  border-bottom: var(--THIN) dashed var(--COL-GRY-100);
  margin-bottom: 30rem;
}

.box-structure:nth-of-type(2) > div h4 {
  text-align: center;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  white-space: nowrap;
}

.box-structure:nth-of-type(2) > div h4 span {
  display: block;
  line-height: 28rem;
  font-size: 15rem;
  font-weight: var(--FNT-WGT-R);
}

.box-structure:nth-of-type(2) > div picture {
  display: block;
  margin-top: 32rem;
}

.box-structure:nth-of-type(2) > div p {
  margin-top: 18rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 28rem;
  font-size: 15rem;
}

/* flow */

.area-flow {
  width: 333rem;
  margin-top: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.area-flow > h1 {
  position: relative;
  text-align: center;
  padding-bottom: 98rem;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 26rem;
  color: var(--COL-SGR);
}

.area-flow > h1::after {
  content: '';
  width: var(--THIN);
  height: 68rem;
  background-color: var(--COL-GRY-100);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-flow-lead { margin-top: 55rem; }

.block-flow-lead h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.block-flow-lead div p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.list-flow { margin-top: 56rem; }

.list-flow > li + li { margin-top: 24rem; }

.list-flow > li .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68rem;
  height: 68rem;
  margin-right: auto;
  margin-left: auto;
  border: var(--THIN) solid var(--COL-SGR);
  border-radius: 50%;
  font-size: 24rem;
  color: var(--COL-SGR);
}

.list-flow > li .step span { font-size: 12rem; }

.list-flow > li h3 {
  margin-top: 24rem;
  text-align: center;
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.list-flow > li p {
  margin-top: 10rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 28rem;
  font-size: 14rem;
}

.list-flow a.link-arrow { margin-top: 10rem; }

a.link-arrow {
  display: inline-flex;
  align-items: center;
  column-gap: 14rem;
  height: 33rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
  border-bottom: var(--THIN) solid var(--COL-SGR);
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  color: var(--COL-SGR);
}

a.link-arrow > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
}

a.link-arrow > span svg { fill: var(--COL-SGR); }

.box-cons {
  margin-top: 28rem;
  border-top: var(--THIN) dashed var(--COL-SGR);
  padding-top: 28rem;
}

.box-cons h4 {
  margin-top: 7rem;
  margin-bottom: 7rem;
  padding-left: 6rem;
  font-size: 15rem;
  border-left: 4rem solid var(--COL-SGR);
}

.box-cons ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 276rem;
  margin-top: 32rem;
  margin-right: auto;
  margin-left: auto;
}

.box-cons li {
  min-height: 154rem;
  text-align: center;
  line-height: 20rem;
  font-weight: var(--FNT-WGT-L);
  font-size: 14rem;
}

.box-cons li picture {
  display: block;
  width: 124rem;
  height: 86rem;
  margin-bottom: 7rem;
}

.box-cons li span {
  display: block;
  margin-top: -0.25em;
}

/* aftersupport */

.area-aftersupport {
  width: 333rem;
  margin-top: 70rem;
  margin-right: auto;
  margin-left: auto;
}

.area-aftersupport > h1 {
  position: relative;
  text-align: center;
  padding-bottom: 98rem;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 26rem;
  color: var(--COL-SGR);
}

.area-aftersupport > h1::after {
  content: '';
  width: var(--THIN);
  height: 68rem;
  background-color: var(--COL-GRY-100);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-aftersupport-lead { margin-top: 55rem; }

.block-aftersupport-lead h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.block-aftersupport-lead > p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.navigation-guarantee { margin-top: 50rem; }

.navigation-guarantee li + li { margin-top: 16rem; }

.navigation-guarantee li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 103rem;
  border-radius: 4rem;
  background-color: var(--COL-SYL-100);
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}
.navigation-guarantee li:nth-of-type(even) a { background-color: var(--COL-SYL-200); }

.block-guarantee {
  position: relative;
  width: 100vw;
  margin-top: 60rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 26rem;
  padding-bottom: 26rem;
  border-radius: 6rem;
  background-color: var(--COL-SGR-300);
}

.box-guarantee {
  width: 353rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30rem;
  padding-right: 22rem;
  padding-bottom: 20rem;
  padding-left: 22rem;
  background-color: var(--COL-WHT);
}

.box-guarantee + .box-guarantee { margin-top: 28rem; }

.box-guarantee .item-ttl {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  border-top: var(--THIN) dashed var(--COL-SGR);
  border-bottom: var(--THIN) dashed var(--COL-SGR);
  text-align: center;
}

.box-guarantee .item-ttl h2 {
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.box-guarantee .item-ttl p {
  line-height: 20rem;
  font-size: 14rem;
}

.box-guarantee .item-ttl span {
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  height: 22rem;
  padding-right: 0.25em;
  padding-left: 0.25em;
  background-color: var(--COL-WHT);
  white-space: nowrap;
  line-height: 22rem;
  font-size: 16rem;
  color: var(--COL-SGR);
}

.box-guarantee > h3 {
  margin-top: 26rem;
  text-align: center;
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.box-guarantee .item-lead {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.box-guarantee > h3 + .item-lead { margin-top: 10rem; }

.box-guarantee .item-content { margin-top: 30rem; }

.box-guarantee .item-content h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-radius: 2rem;
  background-color: var(--COL-SGR-300);
  text-align: center;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}
.box-guarantee .item-content h3:first-child { margin-top: 0; }

.box-guarantee .item-content h3 + p {
  margin-top: 20rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 28rem;
  font-size: 14rem;
}

picture.item-img01 {
  display: block;
  margin-top: 20rem;
}

picture.item-img01 + ol { margin-top: 32rem; }

picture.item-img01 + ol li {
  position: relative;
  padding-bottom: 40rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 22rem;
  font-size: 13rem;
}

picture.item-img01 + ol li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 11rem;
  left: 50%;
  transform: translate(-50%, 0);

  width: 46rem;
  height: 18rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--COL-YEL);
}

picture.item-img01 + ol li:last-child { padding-bottom: 0; }

picture.item-img01 + ol li:last-child::after { display: none; }

.box-guarantee > ol { margin-top: 32rem; }

.box-guarantee > ol li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 87rem;
  border: var(--THIN) solid var(--COL-SGR);
  border-radius: 4rem;
  text-align: center;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  color: var(--COL-SGR);
}

.box-guarantee > ol li + li { margin-top: 16rem; }

.box-guarantee > ol li span {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 14rem;
}

picture.item-img02 {
  display: block;
  margin-top: 30rem;
}

picture.item-img02 + ul {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 17rem;
  line-height: 21rem;
  font-weight: var(--FNT-WGT-L);
  font-size: 13rem;
}

.list-repairservice li {
  margin-top: 16rem;
  padding: 18rem;
  background-color: var(--COL-GRY-525);
}

.list-repairservice h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42rem;
  text-align: center;
  background-color: var(--COL-WHT);
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.list-repairservice p {
  text-align: justify;
  text-justify: inter-character;
  margin-top: 10rem;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  color: var(--COL-GRY-200);
}

picture.item-img03 {
  display: block;
  margin-top: 20rem;
}

/* philosophy nav */

.navigation-philosophy {
  position: relative;
  padding-top: 220rem;
  padding-bottom: 80rem;
}

.navigation-philosophy::before {
  content: '';
  width: var(--THIN);
  height: 100rem;
  background-color: var(--COL-GRY-100);
  position: absolute;
  top: 60rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.navigation-philosophy ul {
  width: 306rem;
  margin-right: auto;
  margin-left: auto;
}

.navigation-philosophy li {
  width: 100%;
  height: 90rem;
}

.navigation-philosophy li + li { margin-top: 15rem; }

.navigation-philosophy li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90rem;
  padding-right: 22rem;
  padding-left: 18rem;
  border: var(--THIN) solid transparent;
  border-radius: 6rem;
  font-size: 18rem;
  font-weight: var(--FNT-WGT-M);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.navigation-philosophy li > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31rem;
  height: 31rem;
  border-radius: 50%;
}

.navigation-philosophy li > a > span > .icon-arrow {
  width: 7rem;
  height: 12rem;
  margin-left: 2rem;
}

.navigation-philosophy li > a {
  color: var(--COL-SGR);
  border-color: var(--COL-SGR);
  background-color: var(--COL-WHT);
}

.navigation-philosophy li > a.current {
  pointer-events: none;
  color: var(--COL-GRY-800);
  border-color: var(--COL-GRY-800);
  background-color: var(--COL-GRY-700);
}

.navigation-philosophy li > a > span { background-color: var(--COL-SGR); }

.navigation-philosophy li > a > span > .icon-arrow { fill: var(--COL-WHT); }

/* #endregion */

/* #region lineup */

.area-lineup-contents {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-lineup-contents h2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 45rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 28rem;
}

.area-lineup-contents h2 > span:nth-of-type(1){
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 28rem;
  font-size: 16rem;
}

.area-lineup-contents h2 > span:nth-of-type(2){
  letter-spacing: 0.4em;
  margin-right: -0.3em;
}

.area-lineup-contents h2 > span.icon-cross {
  width: 45rem;
  height: 45rem;
  margin-right: 5rem;
  margin-left: 5rem;
  background-image: url(../img/icon-cross.svg);
  background-size: 23rem 23rem;
  background-position: 50% 50%;
}

.area-lineup-contents h2 > span:nth-of-type(5){ letter-spacing: 0; }

.area-lineup-contents > p {
  margin-top: 48rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  text-align: justify;
  text-justify: inter-character;
}

.tab-nav {
  display: flex;
  justify-content: space-between;
  width: 280rem;
  height: 52rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: var(--COL-GRY-550);
  border-radius: 26rem;
}

.tab-nav > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 14rem;
  font-weight: var(--FNT-WGT-M);
  color: var(--COL-GRY-750);
}

.tab-nav > a:nth-of-type(1) {
  letter-spacing: 1em;
  text-indent: 1em;
  border-right: var(--THIN) solid var(--COL-GRY-750);
}

.tab-content { margin-top: 56rem; }

.tab-panel + .tab-panel { margin-top: 80rem; }

.tab-panel h3 {
  width: 88rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 7rem;
  border-bottom: var(--THIN) solid var(--COL-SGR);
  text-align: center;
  line-height: 35rem;
  font-size: 24rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-SGR);
}

#plan-f.tab-panel h3 {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.panel-inner {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.tab-panel .swiper {
  margin-top: 20rem;
  padding-bottom: 50rem;
}

.tab-panel .swiper-footer {
  position: absolute;
  right: 30rem;
  bottom: 2rem;
  z-index: 1;
  width: 94rem;
  height: 36rem;
}

.area-lineup-contents .swiper-slide {
  width: 310rem;
  height: 480rem;
  padding: 15rem;
  padding-left: 25rem;
  margin-right: 20rem;
}

.area-lineup-contents .box-lineup {
  width: 290rem;
  height: 450rem;
  padding-top: 23rem;
  padding-right: 20rem;
  padding-left: 20rem;
  border-radius: 8rem;
  background-color: var(--COL-GRY-090);
  box-shadow: 2rem 5rem 7rem 4rem rgba(170, 170, 170, 0.25);
}

.area-lineup-contents .box-lineup picture {
  position: relative;
  display: block;
  width: 250rem;
  height: 200rem;
  border-radius: 8rem;
  overflow: hidden;
}

.area-lineup-contents .box-lineup picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-lineup-contents .box-lineup p {
  margin-top: 26rem;
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
  color: var(--COL-BLK);
}

.area-lineup-contents .box-lineup .btn-round-quaternary {
  margin-top: 30rem;
  margin-right: auto;
  margin-left: auto;  
}

/* #endregion */

/* #region staff */

.area-staff {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-staff > h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.area-staff > p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.block-staff-item { margin-top: 40rem; }

.group-staff,
.box-staff + .box-staff { margin-top: 56rem; }

.box-staff a { display: block; }

.box-staff picture {
  position: relative;
  display: block;
  width: 333rem;
  height: 209rem;
  overflow: hidden;
}

.box-staff picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-staff h3 {
  margin-top: 26rem;
  text-align: center;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  white-space: nowrap;
}

.box-staff p {
  margin-top: 14rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.box-staff .btn-round-quaternary {
  margin-top: 30rem;
  margin-right: auto;
  margin-left: auto;
}

/* #endregion */

/* #region about */

.area-about {
  width: 333rem;
  margin-top: 58rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-about > picture {
  display: block;
  position: relative;
  width: 100vw;
  height: 162rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.area-about > picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.block-about-message { margin-top: 46rem; }

.block-about-message > h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
}

.block-about-message h3 {
  margin-top: 8rem;
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.block-about-message p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

.card-rep {
  display: block;
  width: 164rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.card-rep picture {
  display: block;
  width: 164rem;
  height: 193rem;
}

.card-rep figcaption {
  margin-top: 16rem;
  text-align: center;
}

.card-rep figcaption span,
.card-rep figcaption strong {
  display: inline-block;
  font-weight: var(--FNT-WGT-R);
  text-align: right;
  line-height: 23rem;
  font-size: 14rem;
}
.card-rep figcaption span { margin-right: 0.6em; }

.block-about-company { margin-top: 40rem; }

.list-about {
  margin-right: auto;
  margin-left: auto;
  border-top: var(--THIN) solid var(--COL-GRY-100);
}

.list-about > div {
  padding-top: 16rem;
  padding-bottom: 16rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.list-about > div > dt {
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.list-about > div > dd {
  text-align: justify;
  text-justify: inter-character;
  line-height: 25rem;
  font-size: 14rem;
}

.list-about dd a {
  color: var(--COL-SGR);
  text-decoration: underline;
  text-underline-offset: 4rem;
  text-decoration-thickness: var(--THIN);
  -webkit-text-decoration-color: var(--COL-SGR);
          text-decoration-color: var(--COL-SGR);
}

.list-about dd dt { font-weight: var(--FNT-WGT-B); }

/* #endregion */

/* #region faq */

.area-faq {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-faq > h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.area-faq > p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.block-faq-item {
  margin-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-GRY-100);
}

.item-faq {
  border-bottom: var(--THIN) dashed var(--COL-GRY-100);
}

.question-faq {
  display: flex;
  justify-content: space-between;
  padding-top: 16rem;
  padding-right: 10rem;
  padding-bottom: 16rem;
}

.question-faq p {
  width: 250rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  user-select: none;
}

.question-faq span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.question-faq span svg {
  display: block;
  width: 11rem;
  height: 19rem;
  fill: var(--COL-GRY-100);
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.item-faq[open] .question-faq span svg {
  transform: rotate(-90deg);
}

.answer-faq-wrapper { overflow: hidden; }

.answer-faq { padding-bottom: 20rem; }

.answer-faq p {
  text-align: justify;
  text-justify: inter-character;
  line-height: 26rem;
  font-size: 14rem;
}

/* #endregion */

/* #region recruit */

.area-recruit {
  width: 333rem;
  margin-top: 56rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;
}

.area-recruit > h2 {
  text-align: center;
  line-height: 38rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.area-recruit > p {
  margin-top: 16rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
}

.list-recruit {
  margin-right: auto;
  margin-left: auto;
  margin-top: 56rem;
  border-top: var(--THIN) solid var(--COL-GRY-100);
}

.list-recruit > div {
  padding-top: 16rem;
  padding-bottom: 16rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.list-recruit dt {
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.list-recruit dd {
  margin-top: 10rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 25rem;
  font-size: 14rem;
}

/* #endregion */

/* #region policy */

.area-policy {
  width: 333rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-bottom: 80rem;
  margin-left: auto;

  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
}

.area-policy > p {
  line-height: 32rem;
  font-size: 16rem;
}

.area-policy > dl {
  line-height: 24rem;
  font-size: 14rem;
  padding-top: 30rem;
}

.area-policy dt {
  margin-top: 16rem;
  padding-bottom: 4rem;
  line-height: 30rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 16rem;
}

.area-policy > dl > dt {
  padding-bottom: 7rem;
  border-bottom: var(--THIN) solid var(--COL-BLK);
}

.area-policy > dl > dd { margin-top: 10rem; }

.area-policy a {
  color: var(--COL-SGR);
  text-decoration: underline;
  text-underline-offset: 4rem;
  text-decoration-thickness: var(--THIN);
  -webkit-text-decoration-color: var(--COL-SGR);
          text-decoration-color: var(--COL-SGR);
}

/* #endregion */

/* #region home*/

.area-hero {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.area-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-information {
  padding-top: 60rem;
  padding-bottom: 70rem;
}

.area-information > div {
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-information h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
}

.area-information h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.area-information ul { margin-top: 40rem; }

.area-information ul li + li { margin-top: 16rem; }

.area-information ul a {
  display: block;
  width: 100%;
  padding: 10rem;
  background-color: var(--COL-GRY-075);
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
}

.area-information ul a time { line-height: 20rem; }

.area-information ul a span {
  line-height: 24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.area-information .btn-round-primary {
  width: 178rem;
  margin-top: 48rem;
  margin-right: auto;
  margin-left: auto;
}

.area-lineup {
  padding-top: 60rem;
  padding-bottom: 70rem;
  background-color: var(--COL-GRY-100);
  overflow: hidden;
}

.area-lineup > div {
  position: relative;
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-lineup h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
  color: var(--COL-WHT);
}

.area-lineup h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.block-lineup {
  width: 100%;
  margin-top: 60rem;
}

.inner-lineup {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.area-lineup .swiper-slide {
  width: 316rem;
  padding-right: 9rem;
  padding-left: 9rem;
}

.area-lineup .box-lineup { width: 298rem; }

.area-lineup .box-lineup a {
  display: block;
  width: 298rem;
}

.area-lineup .box-lineup a img {
  width: 298rem;
  height: 220rem;
}

.area-lineup .box-lineup a span {
  display: block;
  margin-top: 30rem;
  text-align: center;
  line-height: 30rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  color: var(--COL-WHT);
}

.area-lineup .swiper-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-lineup .btn-round-secondary { margin-top: 40rem; }

.area-event {
  padding-top: 60rem;
  padding-bottom: 70rem;
}

.area-event > div {
  position: relative;
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-event h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
}

.area-event h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.block-event {
  width: 100%;
  margin-top: 60rem;
}

.inner-event {
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.area-event .swiper-slide {
  width: 316rem;
  padding-right: 9rem;
  padding-left: 9rem;
}

.box-event { width: 298rem; }

.box-event a {
  position: relative;
  display: block;
  padding-bottom: 15rem;
  width: 298rem;
  min-height: 390rem;
  background-color: var(--COL-GRY-600);
}

.area-event .box-event picture {
  position: relative;
  display: block;
  width: 298rem;
  height: 223rem;
  overflow: hidden;
}

.area-event .box-event picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box-event ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 10rem;
  padding-right: 15rem;
  padding-left: 15rem;
  margin-top: 15rem;
}

.box-event li {
  padding: .5em .75em;
  font-size: 13rem;
}

.box-event li.event-active {
  background-color: var(--COL-RED);
  color: var(--COL-WHT);
}

.box-event li.event-finished {
  background-color: var(--COL-GRY-100);
  color: var(--COL-WHT);
}

.box-event li.event-type {
  background-color: var(--COL-BLK);
  color: var(--COL-WHT);
}

.box-event li.event-format {
  border: var(--THIN) solid var(--COL-BLK);
  background-color: var(--COL-WHT);
  color: var(--COL-BLK);
}

.box-event h3 {
  margin-top: 10rem;
  padding-right: 15rem;
  padding-left: 15rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.box-event p {
  margin-top: 3rem;
  padding-right: 15rem;
  padding-left: 15rem;
  line-height: 24rem;
  font-size: 13rem;
}

.box-event p + p { margin-top: 0;}

.area-event .swiper-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-event .btn-round-primary { margin-top: 18rem; }

.block-event-err {
  margin-top: 30rem;
  margin-right: auto;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-philosophy {
  padding-top: 60rem;
  padding-right: 30rem;
  padding-bottom: 70rem;
  padding-left: 30rem;
  background-color: var(--COL-GRY-500);
}

.area-philosophy > div {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.area-philosophy img {
  width: 228rem;
  height: 246rem;
}

.area-philosophy h2 {
  margin-right: 12rem;
  margin-left: auto;
  width: 64rem;
  height: 244.1143rem;
}

.area-philosophy h2 img {
  display: block;
  width: 64rem;
  height: 244.1143rem;
}

.area-philosophy > div > div {
  width: 100%;
  margin-top: 38rem;
}

.area-philosophy > div > div p {
  width: 100%;
  line-height: 32rem;
  font-size: 16rem;
  text-align: justify;
  text-justify: inter-character;
  letter-spacing: 0.1em;
}

.area-philosophy .btn-round-primary {
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.area-works {
  padding-top: 60rem;
  padding-bottom: 70rem;
  overflow: hidden;
}

.area-works > div {
  position: relative;
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-works h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
  color: var(--COL-BLK);
}

.area-works h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.block-works {
  width: 100%;
  margin-top: 60rem;
}

.inner-works {
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.area-works .swiper-slide {
  width: 316rem;
  padding-right: 9rem;
  padding-left: 9rem;
}

.area-works .box-works { width: 298rem; }

.area-works .box-works a {
  position: relative;
  display: block;
  width: 298rem;
  background-color: var(--COL-GRY-600);
}

.area-works .box-works picture {
  position: relative;
  display: block;
  width: 298rem;
  height: 220rem;
  overflow: hidden;
}

.area-works .box-works picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-works .box-works h3 {
  margin-top: 25rem;
  padding-right: 15rem;
  padding-left: 15rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.area-works .box-works ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
  padding-top: 15rem;
  padding-right: 15rem;
  padding-bottom: 25rem;
  padding-left: 15rem;
}

.area-works .box-works li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30rem;
  padding-right: 14rem;
  padding-left: 14rem;
  border-radius: 15rem;
  background-color: var(--COL-GRY-700);
  font-size: 15rem;
  white-space: nowrap;
}

.area-works .swiper-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-works .btn-round-primary { margin-top: 40rem; }

.area-voice {
  padding-top: 60rem;
  padding-bottom: 70rem;
  background-color: var(--COL-GRY-500);
  overflow: hidden;
}

.area-voice > div {
  position: relative;
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-voice h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
  color: var(--COL-BLK);
}

.area-voice h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.block-voice {
  width: 100%;
  margin-top: 60rem;
}

.inner-voice {
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.area-voice .swiper-slide {
  width: 316rem;
  padding-right: 9rem;
  padding-left: 9rem;
}

.area-voice .box-voice { width: 298rem; }

.area-voice .box-voice a {
  display: block;
  width: 298rem;
}

.area-voice .box-voice picture {
  display: block;
  position: relative;
  width: 298rem;
  height: 216rem;
  overflow: hidden;
}

.area-voice .box-voice picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-voice .box-voice p {
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 14rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 25rem;
}

.area-voice .box-voice span {
  display: block;
  line-height: 24rem;
  font-size: 13rem;
  letter-spacing: 0.1em;
  color: var(--COL-GRY-800);
  margin-top: 6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.area-voice .swiper-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-voice .btn-round-primary { margin-top: 40rem; }

.area-modelhouse {
  position: relative;
  height: 326rem;
  overflow: hidden;
}

.area-modelhouse img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-modelhouse > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 48rem;
  color: var(--COL-WHT);
  text-align: center;
}

.area-modelhouse h2 {
  line-height: 49rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 38rem;
  text-align: center;
}

.area-modelhouse h2 span {
  display: block;
  margin-top: 2rem;
  line-height: 1;
  font-size: 18rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.area-modelhouse p {
  margin-top: 20rem;
  line-height: 30rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  text-align: center;
}

.area-modelhouse .btn-round-secondary {
  margin-top: 23rem;
  margin-right: auto;
  margin-left: auto;
}

.area-blog {
  padding-top: 60rem;
  padding-bottom: 70rem;
  overflow: hidden;
}

.area-blog > div {
  position: relative;
  width: 333rem;
  margin-right: auto;
  margin-left: auto;
}

.area-blog h2 {
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 30rem;
  text-indent: -0.125em;
  color: var(--COL-BLK);
}

.area-blog h2 span {
  display: block;
  line-height: 20rem;
  font-size: 14rem;
  text-indent: 0;
}

.block-blog {
  width: 100%;
  margin-top: 60rem;
}

.inner-blog {
  position: relative;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.area-blog .swiper-slide {
  width: 316rem;
  padding-right: 9rem;
  padding-left: 9rem;
}

.box-blog { width: 298rem; }

.box-blog a {
  position: relative;
  display: block;
  padding-bottom: 20rem;
  width: 298rem;
  min-height: 314rem;
  background-color: var(--COL-GRY-600);
}

.box-blog img { width: 298rem; }

.box-blog time {
  display: block;
  margin-top: 10rem;
  padding-right: 20rem;
  padding-left: 20rem;
  line-height: 24rem;
  font-size: 13rem;
}

.box-blog h3 {
  padding-right: 20rem;
  padding-left: 20rem;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.area-blog .swiper-footer {
  position: absolute;
  right: 0;
  bottom: 0;
}

.area-blog .btn-round-primary { margin-top: 40rem; }

.area-corporate { background-color: var(--COL-GRY-100); }

.area-corporate a {
  display: block;
  width: 100%;
}

.area-corporate picture {
  position: relative;
  display: block;
  width: 100%;
  height: 200rem;
  overflow: hidden;
} 

.area-corporate img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-corporate a div {
  position: relative;
  padding-top: 23rem;
  padding-right: 30rem;
  padding-bottom: 23rem;
  padding-left: 30rem;
  color: var(--COL-WHT);
}

.area-corporate h2 {
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
  white-space: nowrap;
}

.area-corporate p {
  width: 310rem;
  margin-top: 12rem;
  line-height: 30rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  text-align: justify;
  text-justify: inter-character;
}

.area-corporate a div span {
  position: absolute;
  top: 17rem;
  right: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: 36rem;
  border: var(--THIN) solid var(--COL-WHT);
  border-radius: 25rem;
}

.area-corporate a div span svg {
  display: block;
  width: 7rem;
  height: 11.66667rem;
  margin-left: 2rem;
  fill: var(--COL-WHT);
}

/* #endregion */

/* #region line-invitation */

.area-line-invitation {
  padding: 40rem 20rem 50rem 20rem;
  background: linear-gradient(178.85deg, #64C88B 0.99%, #29AD5D 81.59%);
}

.ttl-line-invitation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98rem;
  background-color: #0F840A;
  line-height: 36rem;
  font-size: 24rem;
  font-weight: var(--FNT-WGT-M);
  text-align: center;
  color: var(--COL-WHT);
}

.ttl-line-invitation::after {
  content: '';
  display: block;
  width: 18rem;
  height: 18rem;
  background-color: #0F840A;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

.content-line-invitation {
  position: relative;
  margin-top: 36rem;
  margin-right: auto;
  margin-left: auto;
}

.content-line-invitation > p {
  line-height: 43rem;
  font-size: 24rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-WHT);
  text-align: center;
  white-space: nowrap;
}

.content-line-invitation > picture {
  display: block;
  width: 260rem;
  margin-top: 25rem;
  margin-right: auto;
  margin-left: auto;
}

.content-line-invitation > picture img {
  display: block;
  transform: translate(5rem, 0);
}

.content-line-invitation > dl div {
  display: flex;
  margin-top: 12rem;
}
.content-line-invitation > dl div:first-child { margin-top: 0; }

.content-line-invitation > dl dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74rem;
  height: 30rem;
  margin-right: 15rem;
  background-color: var(--COL-WHT);
  border-radius: 15rem;
  font-size: 14rem;
  font-weight: var(--FNT-WGT-B);
  color: #06C755;
}

.content-line-invitation > dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 30rem;
  font-size: 17.5rem;
  font-weight: var(--FNT-WGT-M);
  color: var(--COL-WHT);
}

a.btn-line-invitation {
  display: block;
  width: 310rem;
  height: 80rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6rem;
  background-color: rgba(0, 0, 0, 0.25);
  transform: translate(5rem, 5rem);
}

a.btn-line-invitation > span {
  position: relative;
  display: flex;
  align-items: center;
  width: 310rem;
  height: 80rem;
  padding-left: 16rem;
  border-radius: 6rem;
  background: linear-gradient(271.9deg, #F3BE0B -57.01%, #FF8744 92.46%);
  line-height: 26rem;
  font-size: 18rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-WHT);
  transform: translate(-5rem, -5rem);
}

a.btn-line-invitation > span::after {
  content: '';
  display: block;
  width: 10rem;
  height: 15rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--COL-WHT);
  position: absolute;
  top: 50%;
  right: 14rem;
  transform: translate(0, -50%);
}

/* #endregion */

/* #region layout*/

.global-header {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80rem;
  padding-left: 15rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 30;
  background-color: var(--COL-WHT);
  transition: background-color .4s ease-in-out;
}

.global-header.is-transparent { background-color: transparent; }

.logo-header {
  display: block;
  width: 197rem;
  height: 31rem;
}

.global-header ul { display: none; }

.navigation {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  width: 100%;
  background-color: var(--COL-WHT);
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  z-index: 20;
}

.is-navopen .navigation {
  top: 0;
  bottom: 0;
  opacity: 1;
}

.is-transition-none .navigation {
  transition: none !important;
}

.navigation > div {
  position: absolute;
  top: 80rem; right: 0; bottom: 0; left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.navigation > div > div:nth-of-type(1) {
  width: 255rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 35rem;
  font-size: 22rem;
  font-weight: var(--FNT-WGT-B);
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.navigation > div > div:nth-of-type(1) > ul + ul,
.navigation > div > div:nth-of-type(1) > ul > li + li { margin-top: 26rem; }

.navigation > div > div:nth-of-type(1) > ul > li ul {
  position: relative;
  margin-top: 27rem;
  margin-left: 20rem;
  padding-top: 15rem;
  font-size: 20rem;
  font-weight: var(--FNT-WGT-M);
}

.navigation > div > div:nth-of-type(1) > ul > li ul::after {
  content: '';
  display: block;
  width: 1rem;
  background-color: var(--COL-GRY-200);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 17.5rem;
}

.navigation > div > div:nth-of-type(1) > ul > li ul li {
  position: relative;
  padding-left: 34px;
}

.navigation > div > div:nth-of-type(1) > ul > li ul li::after {
  content: '';
  display: block;
  width: 18rem;
  height: 1rem;
  background-color: var(--COL-GRY-200);
  position: absolute;
  top: 50%;
  left: 0;
}

.navigation > div > div:nth-of-type(1) > ul > li ul li + li { margin-top: 20rem; }

.navigation > div > div:nth-of-type(2) {
  padding-top: 100rem;
  padding-bottom: 80rem;
}

.logo-navigation {
  display: block;
  width: 266rem;
  height: 41rem;
  margin-right: auto;
  margin-left: auto;
}

.list-icon {
  display: flex;
  justify-content: center;
  gap: 0 17rem;
}

.list-icon a img {
  width: auto;
  height: 43rem;
}

.navigation .list-icon { margin-top: 49rem; }

.box-tel {
  font-size: 28rem;
  margin-top: 28rem;
  text-align: center;
}

.box-adr {
  font-size: 16rem;
  line-height: 28rem;
  margin-top: 10rem;
  text-align: center;
}

.list-contact {
  width: 188rem;
  margin-top: 15rem;
  margin-right: auto;
  margin-left: auto;
}

.list-contact li + li { margin-top: 12rem; }

.list-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44rem;
  border-radius: 22rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  letter-spacing: 0.1em;
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-contact li:nth-of-type(1) a { background-color: var(--COL-RED); }
.list-contact li:nth-of-type(2) a { background-color: var(--COL-YEL); }

.btn-navigation {
  position: fixed;
  top: 13rem;
  right: 6rem;
  display: block;
  width: 55rem;
  height: 54rem;
  padding: 14rem;
  z-index: 30;
}

.btn-navigation::before,
.btn-navigation::after {
  content: '';
  transition: 0.3s ease;
}

.btn-navigation::before,
.btn-navigation::after,
.btn-navigation > span {
  display: block;
  position: absolute;
  width: 27rem;
  height: 2rem;
  background-color: var(--COL-BLK);
  transition: transform 0.3s ease , background-color 0.3s ease;
}

.is-transition-none .btn-navigation::before,
.is-transition-none .btn-navigation::after,
.is-transition-none .btn-navigation > span {
  transition: none !important;
}

.btn-navigation::before { top: 14rem; }
.btn-navigation > span { top: 26rem; }
.btn-navigation::after { bottom: 14rem; }

.is-navopen .btn-navigation > span { visibility: hidden; }

.is-navopen .btn-navigation::before,
.is-navopen .btn-navigation::after {
  top: 26rem;
  bottom: auto;
  margin-left: -5rem;
  opacity: 1;
  transform: rotate(45deg);
  transition: 0.3s ease;
  width: 36rem;
}

.is-navopen .btn-navigation::after { transform: rotate(-45deg); }

body:not(.is-navopen) .is-transparent + .navigation + .btn-navigation::before,
body:not(.is-navopen) .is-transparent + .navigation + .btn-navigation::after,
body:not(.is-navopen) .is-transparent + .navigation + .btn-navigation > span {
  background-color: var(--COL-WHT);
}

.global-main { position: relative; }

.global-cta > ul:nth-of-type(1) {
  width: 100%;
  padding-top: 40rem;
  padding-bottom: 40rem;
  background-color: var(--COL-GRY-500);
}

.global-cta > ul:nth-of-type(1) > li {
  margin-right: auto;
  margin-left: auto;
  width: 336rem;
  height: 90rem;
}

.global-cta > ul:nth-of-type(1) > li + li { margin-top: 15rem; }

.global-cta > ul:nth-of-type(1) > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 336rem;
  height: 90rem;
  padding-right: 20rem;
  padding-left: 16rem;
  border-radius: 8rem;
  font-size: 24rem;
  font-weight: var(--FNT-WGT-M);
  color: var(--COL-GRY-350);
  background-color: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(1) > li > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background-color: var(--COL-GRY-100);
}

.global-cta > ul:nth-of-type(1) > li > a > span > .icon-arrow {
  width: 8rem;
  height: 12rem;
  margin-left: 1rem;
  fill: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(2) {
  width: 100%;
  font-weight: var(--FNT-WGT-M);
  color: var(--COL-GRY-350);
}

.global-cta > ul:nth-of-type(2) > li {
  width: 336rem;
  margin-right: auto;
  margin-left: auto;
}

.global-cta > ul:nth-of-type(2) > li + li {
  border-top: 1px solid var(--COL-GRY-325);
}

.global-cta > ul:nth-of-type(2) > li:nth-of-type(1) > a,
.global-cta > ul:nth-of-type(2) > li:nth-of-type(2) > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105rem;
  padding-right: 20rem;
  padding-left: 16rem;
  font-size: 24rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.global-cta > ul:nth-of-type(2) > li:nth-of-type(3) > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 165rem;
  text-align: center;
  font-size: 24rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.global-cta > ul:nth-of-type(2) > li:nth-of-type(3) > a div {
  margin-top: 13rem;
  text-align: center;
  font-size: 42rem;
  line-height: 30rem;
}

.global-cta > ul:nth-of-type(2) > li > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
}

.global-cta > ul:nth-of-type(2) > li > a > span > .icon-arrow {
  width: 8rem;
  height: 12rem;
  margin-left: 1rem;
  fill: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(2) > li:nth-of-type(1) > a > span { background-color: var(--COL-YEL); }
.global-cta > ul:nth-of-type(2) > li:nth-of-type(2) > a > span { background-color: var(--COL-RED); }

.global-footer {
  width: 100%;
  height: 100%;
  padding-top: 60rem;
  padding-bottom: 70rem;
  background-color: var(--COL-GRY-500);
}

.logo-footer {
  display: block;
  width: 255rem;
  height: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.nav-footer .list-icon { margin-top: 42rem; }

.nav-footer > div:nth-of-type(1) > dl {
  margin-top: 42rem;
  text-align: center;
  font-size: 16rem;
}

.nav-footer > div:nth-of-type(1) > dl dt {
  margin-bottom: 15rem;
  line-height: 35rem;
  font-weight: var(--FNT-WGT-M);
}

.nav-footer > div:nth-of-type(1) > dl dd {
  line-height: 28rem;
}

.nav-footer > div:nth-of-type(1) > dl dd span { display: block; }

.nav-footer > div:nth-of-type(2) { display: none; }

.global-footer > div {
  padding-top: 35rem;
  line-height: 35rem;
  font-size: 14rem;
  font-weight: var(--FNT-WGT-L);
  text-align: center;
}

.global-footer > div a {
  display: block;
  margin-bottom: 35rem;
  text-decoration: underline;
  text-underline-offset: 3rem;
  text-decoration-thickness: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-floating {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69rem;
  z-index: 10;
}

.nav-floating ul {
  display: flex;
  width: 100%;
  height: 69rem;
}

.nav-floating ul li { width: 25%; }

.nav-floating ul li + li { border-left: 1px solid var(--COL-WHT); }

.nav-floating ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69rem;
  line-height: 18rem;
  text-align: center;
  font-size: 14rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-floating ul li:nth-of-type(1) a {
  background-color: var(--COL-BLU);
}

.nav-floating ul li:nth-of-type(2) a {
  background-color: var(--COL-RED);
}

.nav-floating ul li:nth-of-type(3) a {
  background-color: var(--COL-YEL);
}

.nav-floating ul li:nth-of-type(4) a {
  background-color: var(--COL-GRN);
}

[class^="swiper-btn-"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 50rem;
  border: var(--THIN) solid transparent;
  border-radius: 50%;
}

[class^="swiper-btn-"] svg {
  display: block;
  width: 9.6rem;
  height: 16rem;
  margin-left: 3rem;
}

[class*="-prev"] svg {
  transform: scaleX(-1);
  margin-right: 3rem;
  margin-left: 0;
}

[class*="swiper-btn-primary-"] {
  border-color: var(--COL-BLK);
  background-color: var(--COL-WHT);
  fill: var(--COL-BLK);
}

[class*="swiper-btn-secondary-"] {
  border-color: var(--COL-WHT);
  fill: var(--COL-WHT);
}

[class*="swiper-btn-tertiary-"] {
  width: 38rem;
  height: 38rem;
  background-color: var(--COL-SGR-75);
  fill: var(--COL-WHT);
}

.swiper-btn-tertiary-prev svg,
.swiper-btn-tertiary-next svg {
  display: block;
  width: 8rem;
  height: 13.3333rem;
  margin-right: 3rem;
  margin-left: 0;
}

.swiper-btn-tertiary-next svg {
  margin-right: 0;
  margin-left: 3rem;
}

.swiper-button-disabled { opacity: 0.3; }

.swiper-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 113rem;
  height: 50rem;
}

.modal-container,
.staff-modal-container {
  position: absolute;
  top: 40rem; right: 33rem; bottom: 40rem; left: 33rem;
  padding-top: 80rem;
  padding-bottom: 30rem;
  background-color: var(--COL-WHT);
}

.btn-modal-close {
  position: absolute;
  top: 24rem;
  right: 24rem;
  width: 30rem;
  height: 30rem;
  background-image: url(../img/icon-cross.svg);
  background-size: cover;
}

.modal-msg,
.modal-err {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16rem;
  text-align: center;
}

.modal-msg {
  -webkit-animation: animation-blink 2.2s ease-in-out infinite;
  animation: animation-blink 2.2s ease-in-out infinite;
}

.modal-err {
  line-height: 1.75;
  color: var(--COL-ERR);
}

.modal .modal-content,
.modal .staff-modal-content {
  height: calc( 100vh - 190rem );
  width: calc( 270rem + 20px );
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;

  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

body > .modal-content,
body > .staff-modal-content  {
  height: auto;
  padding-top: 50rem;
  width: 270rem;
  margin-right: auto;
  margin-left: auto;
}

.modal-body,
.staff-modal-body { padding-bottom: 50rem; }

.modal-body h2 {
  margin-top: 40rem;
  text-align: center;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.modal-body p,
.modal-body ul {
  margin-top: 24rem;
  line-height: 28rem;
  font-size: 14rem;
  text-align: justify;
  text-justify: inter-character;
}

.modal-body dl {
  margin-top: 24rem;
  padding-top: 16rem;
  padding-bottom: 24rem;
  border-top: var(--THIN) solid var(--COL-GRY-700);
  border-bottom: var(--THIN) solid var(--COL-GRY-700);
}

.modal-body dt {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  line-height: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.modal-body dt::before {
  content: '';
  display: block;
  width: 5rem;
  height: 19rem;
  margin-right: 10rem;
  background-color: var(--COL-BLK);
}

.modal-body dd {
  line-height: 28rem;
  font-size: 14rem;
  text-align: justify;
  text-justify: inter-character;
}

.block-floorplan {
  width: 270rem;
  margin-top: 60rem;
  margin-right: auto;
  margin-left: auto;
}

.block-floorplan picture {
  display: block;
  width: 270rem;
}

.block-floorplan picture + picture { margin-top: 30rem; }

.box-event picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */

.staff-modal-body h2 {
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.staff-modal-body h2 span {
  font-size: 14rem;
}

.staff-modal-body picture {
  display: block;
  margin-top: 16rem;
  width: 270rem;
  height: 170rem;
}

.staff-modal-body > div:nth-of-type(1) p {
  margin-top: 24rem;
  line-height: 28rem;
  font-size: 14rem;
}

.staff-modal-body > div:nth-of-type(2) h3 {
  margin-top: 30rem;
  padding-bottom: 11rem;
  border-bottom: var(--THIN) solid var(--COL-SGR);
  line-height: 30rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.staff-modal-body > div:nth-of-type(2) p {
  margin-top: 9rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 28rem;
  font-size: 14rem;
}

/* #endregion */