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

/* Large screens */

/* #region base */

html { font-size: .083333333vw; /* base 1200 */ }

@media screen and (min-width:1200px) {
  html { font-size: var(--THIN); }
}

body {
  min-width: 1200rem;
  height: 100vh;
  font-family: var(--FNT-ZKG);
  font-weight: var(--FNT-WGT-R);
}

a,a > *,a::before,a::after,
button,button::before,button::after {
  transition-property: color, fill, opacity, -webkit-text-decoration-color, text-decoration-color, background-color, border-color;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

.is-active a,.is-active a > *,.is-active a::before,.is-active a::after {
  transition-property: color, fill, -webkit-text-decoration-color, text-decoration-color, background-color, border-color;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

a[href^="tel:"] { pointer-events: none !important; }

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

.swiper-footer { display: none; }

/* #endregion */

/* #region common */

/* title */

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

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

/* CMS content */

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

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

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

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

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

img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

/* 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: 90rem;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  color: var(--COL-GRY-800);
}

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

.block-pagenavi a:hover,
.block-pagenavi a:active { color: var(--COL-PGR-200); }

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

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

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

.wp-pagenavi a.first:link,
.wp-pagenavi a.first:visited,
.wp-pagenavi a.last:link,
.wp-pagenavi a.last:visited { color: var(--COL-BLK); }

.wp-pagenavi a.first:hover,
.wp-pagenavi a.first:active,
.wp-pagenavi a.last:hover,
.wp-pagenavi a.last:active { color: var(--COL-PGR-100); }

.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: 900rem;
  margin-top: 75rem;
  margin-right: auto;
  margin-left: auto;
}

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

.area-request > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50rem;
}

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

.area-request > div picture {
  display: block;
  width: 400rem;
  height: 285rem;
}

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

.area-contact form > dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 20rem;
}

.area-contact form > dl > dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 222rem;
  min-height: 54rem;
  padding-right: 14rem;
  padding-left: 20rem;
  margin-top: 40rem;
}

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

.area-contact form > dl > dt .req {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70rem;
  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: 14rem;
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

.area-contact form > dl dl dt {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-height: 54rem;
  width: 90rem;
}

.area-contact form > dl dl dt:nth-of-type(2) { margin-left: auto; }

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

input[type="text"].p-postal-code { width: 147rem; }
input[type="text"].p-region { width: 328rem; }
input[type="text"].p-locality,
input[type="text"].p-extended-address { width: 588rem; }

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

.block-privacy label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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;
  margin-top: 70rem;
}

.block-submit button + button { margin-left: 40rem; }

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

textarea { height: 212rem; }

.error-label {
  margin-top: .5em;
  line-height: 28rem;
  font-size: 16rem;
  color: var(--COL-ERR);
}

.box-errors > .error-label + .error-label { margin-top: 0; }

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

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

.area-confirmation h2 {
  margin-top: 32rem;
  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 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 50rem;
  width: 700rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.area-confirmation dt {
  margin-top: 40rem;
  width: 222rem;
}
.area-confirmation dt:nth-of-type(1),
.area-confirmation dd:nth-of-type(1) { margin-top: 0; }

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

.area-confirmation dd {
  flex-basis: calc( 100% - 222rem );
  flex-grow: 1;
  margin-top: 40rem;
  text-align: justify;
  text-justify: inter-character;
}

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

.area-completion {
  width: 860rem;
  margin-top: 110rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

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

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

.box-lineadd p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: .5em;
  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: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.block-event-item { margin-top: 100rem; }

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

.group-event {
  display: flex;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.group-event + .group-event {
  padding-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-BLK);
  margin-top: 40rem;
}

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

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

.area-event-archive .box-event picture {
  position: relative;
  display: block;
  width: 360rem;
  height: 270rem;
  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; }

/* #endregion */

/* #region blog */

.breadcrumb-nav {
  width: 1140rem;
  margin-top: 12rem;
  margin-right: auto;
  margin-left: auto;
}

.breadcrumb-nav > ol {
  display: flex;
  flex-wrap: nowrap;
}

.breadcrumb-nav li {
  display: flex;
  height: 26rem;
  line-height: 26rem;
  font-size: 13rem;
}

.breadcrumb-nav li + li::before {
  content: '／';
  margin: 0 .1em;
}

.breadcrumb-nav + .title-primary { margin-top: 82rem; }

.area-blog-single {
  width: 880rem;
  margin-top: 62rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

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

.area-blog-single .block-title h1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-B);
  font-size: 32rem;
}

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

.area-blog-single .block-author {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 80rem;
  padding: 32rem 42rem;
  padding-left: 184rem;
  border-radius: 8rem;
  background-color: var(--COL-GRY-600);
}

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

.area-blog-single .block-author h2::before {
  content: '';
  display: inline-block;
  width: 8rem;
  height: 12rem;
  margin-right: 5rem;
  background-color: var(--COL-SGR); 
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%); 
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.area-blog-single .block-author picture {
  position: absolute;
  top: 32rem;
  left: 42rem;
  display: block;
  min-width: 118rem;
  min-height: 118rem;
  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 {
  width: 140rem;
  margin-top: 16rem;
}

.area-blog-single .block-author > div > p:nth-of-type(1) {
  padding: 4rem 0;
  min-height: 24rem;
  line-height: 1.25;
  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 {
  flex: 1;
  margin-top: 16rem;
  line-height: 25rem;
  font-size: 14rem;
  text-align: justify;
  text-justify: inter-character;
}

.area-blog-archive {
  display: flex;
  justify-content: space-between;
  width: 1150rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.block-blog-archive { width: 712rem; }

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

.card-blog {
  padding-top: 40rem;
  padding-bottom: 40rem;
  border-top: var(--THIN) dashed var(--COL-GRY-100);
}

.card-blog > a {
  display: flex;
  justify-content: space-between;
}

.card-blog > a > picture {
  position: relative;
  display: block;
  width: 262rem;
  height: 166rem;
  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 > a > div { width: 412rem; }

.card-blog .box-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

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

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

.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: 13rem;
  white-space: nowrap;
}

.card-blog h2 {
  min-height: 58rem;
  margin-top: 7rem;
  line-height: 28rem;
  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;
}

.card-blog .box-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 7rem;
  padding: 8rem 18rem;
  border-radius: 8rem;
  background-color: var(--COL-GRY-600);
}

.card-blog .box-author > div {
  display: flex;
  padding-right: 10rem;
}

.card-blog .box-author > div > p {
  display: flex;
  align-items: center;
  align-self: stretch;
  white-space: nowrap;
  line-height: 19rem;
  font-size: 13rem;
  padding-right: 17rem;
  border-right: var(--THIN) solid var(--COL-BLK);
  margin-right: 17rem;
}

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

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

.card-blog .box-author picture {
  position: relative;
  display: block;
  min-width: 56rem;
  min-height: 56rem;
  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 {
  width: 358rem;
  margin-top: -38rem;
}

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

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

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

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

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

.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: 880rem;
  margin-top: 110rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.area-voice-single .block-title h1 {
  margin-top: 65rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-B);
  font-size: 32rem;
}

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

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

.area-voice-archive {
  width: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.block-voice-item { margin-top: 100rem; }

.group-voice {
  display: flex;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.group-voice + .group-voice {
  padding-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-BLK);
  margin-top: 40rem;
}

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

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

.area-voice-archive .box-voice picture {
  position: relative;
  display: block;
  width: 360rem;
  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: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 32rem;
}

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

/* #endregion */

/* #region works */

.area-works-single {
  width: 880rem;
  margin-top: 110rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.area-works-single .block-title h1 {
  margin-top: 65rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-B);
  font-size: 32rem;
}

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

.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: 65rem; }

.hdg-works {
  display: flex;
  align-items: center;
  padding-right: 30rem;
  padding-left: 30rem;
  padding-top: 26rem;
  padding-bottom: 26rem;
  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: 65rem; }

.area-works-single .block-summary dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8rem;
  width: 100%;
  margin-top: 30rem;
  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: 70rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

.gallery-main {
  width: 690rem;
  margin-right: auto;
  margin-left: auto;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 17rem 19rem;
  width: 100%;
  margin-top: 65rem;
}

.gallery-item { width: calc(16.6666% - 19rem); }

.area-works-archive {
  width: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.list-works-cat {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
  margin-top: 100rem;
  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: 15rem;
  white-space: nowrap;
}

.list-works-cat li a:link,
.list-works-cat li a:visited {
  background-color: var(--COL-GRY-700);
}

.list-works-cat li a.current,
.list-works-cat li a:hover,
.list-works-cat li a:active {
  background-color: var(--COL-GRY-150);
}

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

.group-works {
  display: flex;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.group-works + .group-works {
  padding-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-BLK);
  margin-top: 40rem;
}

/* #endregion */

/* #region information */

.area-information-single {
  width: 890rem;
  margin-top: 100rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

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

.area-information-single .block-title h1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  line-height: 1.25;
  font-weight: var(--FNT-WGT-B);
  font-size: 32rem;
}

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

.area-information-archive {
  width: 890rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

.area-information-archive ul a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80rem;
  padding-right: 25rem;
  padding-left: 25rem;
  font-size: 18rem;
}

.area-information-archive ul a:link,
.area-information-archive ul a:visited { background-color: var(--COL-GRY-075); }

.area-information-archive ul a:hover,
.area-information-archive ul a:active { background-color: var(--COL-GRY-950); }

.area-information-archive ul a time { margin-right: 30rem; }

.area-information-archive ul a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

/* #endregion */

/* #region lineup */

.area-lineup-contents {
  width: 1150rem;
  margin-top: 100rem;
  margin-right: auto;
  margin-bottom: 200rem;
  margin-left: auto;
}

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

.area-lineup-contents h2 > span:nth-of-type(1){
  width: 100%;
  margin-bottom: 9rem;
  text-align: center;
  line-height: 20rem;
  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: 58rem;
  height: 58rem;
  margin-right: 15rem;
  margin-left: 15rem;
  background-image: url(../img/icon-cross.svg);
  background-size: 30rem 30rem;
  background-position: 50% 50%;
}

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

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

.tab-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 430rem;
  height: 90rem;
  margin-top: 88rem;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--COL-GRY-550);
  border-radius: 45rem;
  padding: 20rem;
}

.tab-nav::after {
  content: '';
  display: block;
  position: absolute;
  width: 185rem;
  height: 50rem;
  border-radius: 25rem;
  background-color: var(--COL-GRY-100);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.tab-nav.selected-tab1::after { transform: translateX(0); }
.tab-nav.selected-tab2::after { transform: translateX(205rem); }

.tab-nav:has(a[href="#plan-f"]:hover)::after { transform: translateX(0); }
.tab-nav:has(a[href="#plan-s"]:hover)::after { transform: translateX(205rem); }

.tab-nav:has(a[href="#plan-f"]:hover) a[href="#plan-s"].is-active,
.tab-nav:has(a[href="#plan-s"]:hover) a[href="#plan-f"].is-active { color: var( --COL-GRY-750); }

.tab-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 185rem;
  height: 50rem;
  font-size: 20rem;
  font-weight: var(--FNT-WGT-M);
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a[href="#plan-f"] {
  letter-spacing: 1em;
  text-indent: 1em;
}

.tab-nav a:link,
.tab-nav a:visited {
  color: var( --COL-GRY-750);
}

.tab-nav a:hover,
.tab-nav a:active,
.tab-nav a.is-active { color: var(--COL-WHT); }

.tab-nav a.is-active {
  cursor: default;
  pointer-events: none;
}

.tab-panel { display: none; }

.tab-panel.is-active {
  display: block;
  -webkit-animation: fadeIn 0.4s ease-out;
          animation: fadeIn 0.4s ease-out;
}

@-webkit-keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.area-lineup-contents .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1150rem;
}

.area-lineup-contents .swiper-slide {
  width: 565rem;
  padding-top: 100rem;
}

.area-lineup-contents .box-lineup { width: 565rem; }

.area-lineup-contents .box-lineup picture {
  position: relative;
  display: block;
  width: 565rem;
  height: 320rem;
  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: 35rem;
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 28rem;
  color: var(--COL-BLK);
}

.area-lineup-contents .box-lineup .btn-round-quaternary,
.area-lineup-contents .swiper-btn-tertiary-next { display: none; }

/* #endregion */

/* #region modelhouse */

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

.block-modelhouse-lead {
  width: 908rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

a.btn-reservation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 542rem;
  height: 90rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 45rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 25rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: var(--COL-WHT);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a.btn-reservation:link,
a.btn-reservation:visited {
  background-color: var(--COL-YEL);
}

a.btn-reservation:hover,
a.btn-reservation:active {
  background-color: var(--COL-YEL-a50);
}

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

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

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

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

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

.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 {
  display: flex;
  justify-content: space-between;
  margin-top: 100rem;
}

.box-modelhouse-point > div:nth-of-type(1) { width: 472rem; }

.box-modelhouse-point > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 565rem;
}

.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: 48rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 32rem;
}

.box-modelhouse-point p {
  margin-top: 23rem;
  line-height: 34rem;
  font-size: 18rem;
}

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

.box-modelhouse-point + .box-modelhouse-point {
  position: relative;
  margin-top: 0;
  padding-top: 170rem;
}

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

.box-modelhouse-point picture { display: block; }

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

.modelhouse-point-02 {
  width: 497rem;
  height: 277rem;
}

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

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

.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 {
  width: 980rem;
  margin-top: 110rem;
  margin-right: auto;
  margin-left: auto;
}

.box-modelhouse {
  width: 980rem;
  min-height: 210rem;
  border: var(--THIN) solid var(--COL-SGR);
}

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

.box-modelhouse > a {
  display: flex;
  align-items: center;
  padding: 26.5rem;
}

.box-modelhouse picture {
  position: relative;
  display: block;
  min-width: 236rem;
  width: 236rem;
  height: 155rem;
  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 {
  flex-grow: 1;
  margin-left: 35rem;
}

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

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

.box-modelhouse .btn-round-quaternary {
  min-width: 200rem;
  margin-left: 35rem;
  margin-right: 0;
  align-self: flex-end;
}

.block-modelhouse-item-err {
  margin-top: 70rem;
  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: 140rem;
  padding-top: 105rem;
  padding-bottom: 120rem;
  background-color: var(--COL-GRY-090);
}

.block-modelhouse-vr h2 {
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-B);
  font-size: 32rem;
}

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

.block-vr-item {
  display: flex;
  flex-wrap: wrap;
  gap: 64rem 42rem;
  width: 1150rem;
  margin-top: 105rem;
  margin-right: auto;
  margin-left: auto;
}

.box-vr {
  width: 554rem;
  display: flex;
  flex-wrap: wrap;
}

.box-vr h3 {
  width: 100%;
  margin-top: 40rem;
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 28rem;
}

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

.box-vr dl {
  flex-grow: 1;
  width: 332rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16rem 23rem;
  margin-top: 33rem;
  margin-left: 4rem;
  padding-left: 25rem;
  border-left: 4rem solid var(--COL-SGR);
  font-size: 16rem;
}

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

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

.box-vr a.btn-modelhouse-vr {
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 202rem;
  width: 202rem;
  height: 64rem;
  padding-right: 22rem;
  padding-left: 25rem;
  border: var(--THIN) solid transparent;
  border-radius: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}


a.btn-modelhouse-vr:link,
a.btn-modelhouse-vr:visited {
  border-color: var(--COL-SGR);
  background-color: var(--COL-WHT);
  color: var(--COL-SGR);
}

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

a.btn-modelhouse-vr:hover,
a.btn-modelhouse-vr:active {
  border-color: var(--COL-SGR);
  background-color: var(--COL-SGR);
  color: var(--COL-WHT);
}

a.btn-modelhouse-vr:hover span svg,
a.btn-modelhouse-vr:active span svg {
  fill: var(--COL-WHT);
}

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

/* #endregion */

/* #region philosophy */

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

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

.block-philosophy {
  position: relative;
  padding-top: 140rem;
  display: flex;
  justify-content: space-between;
}

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

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

 .block-philosophy:nth-of-type(3)::before { transform: translate(-50%, 0) rotate(45deg); }

.block-philosophy > picture {
  display: block;
  width: 554rem;
  height: 368rem;
}

.block-philosophy:nth-child(even) > picture { order: 1; }

.block-philosophy > div {
  display: block;
  width: 472rem;
}

.block-philosophy > div h3 {
  line-height: 48rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 32rem;
}

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

/* structure */

.area-structure {
  width: 1110rem;
  margin-top: 120rem;
  margin-right: auto;
  margin-left: auto;
}

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

.area-structure > h1::after {
  content: '';
  width: var(--THIN);
  height: 72rem;
  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: 58rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 36rem;
}

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

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

.block-structure-lead h2 > span:last-child {
  margin-top: 76rem;
  line-height: 48rem;
  font-size: 32rem;
}

.block-structure-lead p {
  margin-top: 28rem;
  text-align: center;
  line-height: 34rem;
  font-size: 18rem;
}

.block-detail {
  margin-top: 80rem;
  padding-top: 92rem;
  padding-right: 40rem;
  padding-bottom: 57rem;
  padding-left: 40rem;
  border-radius: 6rem;
  background-color: var(--COL-SGR-300);
}

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

.block-detail > p {
  width: 800rem;
  margin-top: 28rem;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-size: 18rem;
  color: var(--COL-SGR-400);
}

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

.box-technology {
  padding-top: 60rem;
  padding-right: 40rem;
  padding-bottom: 60rem;
  padding-left: 40rem;
}

.box-technology dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.box-technology dl div { flex: 1; }

.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: 800rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.box-structure { padding: 60rem; }

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

.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: 30rem;
  height: 30rem;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../img/icon-cross.svg);
  background-size: 30rem 30rem;
  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: 40rem;
  text-align: center;
  line-height: 34rem;
  font-size: 18rem;
}

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

.box-structure:nth-of-type(1) > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40rem;
}

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

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

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

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

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

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

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

.box-structure:nth-of-type(2) > div {
  display: flex;
  width: 890rem;
  margin-top: 40rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50rem;
  padding-right: 55rem;
  padding-bottom: 40rem;
  padding-left: 55rem;
  background-color: var(--COL-GRY-500-40);
}

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

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

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

.box-structure:nth-of-type(2) > div picture,
.box-structure:nth-of-type(2) > div .video-container  {
  display: block;
  width: 222rem;
  height: 138rem;
  margin-top: 26rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: 100%;
}

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

/* flow */

.area-flow {
  width: 822rem;
  margin-top: 120rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.block-flow-lead div p {
  margin-top: 28rem;
  text-align: center;
  line-height: 34rem;
  font-size: 18rem;
}

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

.list-flow > li {
  position: relative;
  padding-bottom: 70rem;
  padding-left: 149rem;
}
.list-flow > li:last-child { padding-bottom: 0; }

.list-flow > li .step {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 104rem;
  height: 104rem;
  border: var(--THIN) solid var(--COL-SGR);
  border-radius: 50%;
  font-size: 38rem;
  color: var(--COL-SGR);
}

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

.list-flow > li::after {
  content: '';
  display: block;
  width: var(--THIN);
  background-color: var(--COL-SGR);
  height: auto;
  position: absolute;
  top: 104rem;
  bottom: 0;
  left: 52rem;
}
.list-flow > li:last-child::after { display: none; }

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

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

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

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

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

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

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

.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: nowrap;
  column-gap: 10rem;
  margin-top: 15rem;
}

.box-cons li {
  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: 1110rem;
  margin-top: 120rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.block-aftersupport-lead > p {
  margin-top: 28rem;
  text-align: center;
  line-height: 34rem;
  font-size: 18rem;
}

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

.navigation-guarantee ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30rem;
}

.navigation-guarantee li { width: 538rem; }

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

.block-guarantee {
  margin-top: 70rem;
  padding: 40rem;
  border-radius: 6rem;
  background-color: var(--COL-SGR-300);
}

.box-guarantee {
  padding-top: 62rem;
  padding-right: 65rem;
  padding-bottom: 90rem;
  padding-left: 65rem;
  background-color: var(--COL-WHT);
}

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

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

.box-guarantee .item-ttl:has(> p) { padding-bottom: 15rem; }

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

.box-guarantee .item-ttl p {
  line-height: 32rem;
  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.5em;
  padding-left: 0.5em;
  background-color: var(--COL-WHT);
  line-height: 22rem;
  font-size: 16rem;
  color: var(--COL-SGR);
}

.box-guarantee > h3 {
  margin-top: 40rem;
  text-align: center;
  font-weight: var(--FNT-WGT-M);
  font-size: 22rem;
}

.box-guarantee .item-lead {
  margin-top: 30rem;
  text-align: center;
  line-height: 34rem;
  font-size: 18rem;
}

.box-guarantee .item-content {
  width: 790rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.box-guarantee .item-content h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50rem;
  margin-top: 50rem;
  background-color: var(--COL-SGR-300);
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}
.box-guarantee .item-content h3:first-child { margin-top: 0; }

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

picture.item-img01 {
  display: block;
  width: 670rem;
  margin-top: 42rem;
  margin-right: auto;
  margin-left: auto;
}

picture.item-img01 + ol {
  display: flex;
  justify-content: space-between;
  margin-top: 56rem;
}

picture.item-img01 + ol li {
  position: relative;
  width: 290rem;
  padding-right: 85rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 24rem;
  font-size: 13rem;
}

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

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

picture.item-img01 + ol li:last-child {
  width: 205rem;
  padding-right: 0;
}

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

.box-guarantee > ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 787rem;
  margin-top: 32rem;
  margin-right: auto;
  margin-left: auto;
}

.box-guarantee > ol li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  width: 245rem;
  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 span {
  display: block;
  text-align: center;
  font-size: 14rem;
}

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

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

.list-repairservice {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  margin-top: 27rem;
}

.list-repairservice li {
  width: 385rem;
  padding: 20rem 25rem;
  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: 18rem;
}

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

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

/* philosophy nav */

.navigation-philosophy {
  position: relative;
  padding-top: 260rem;
  padding-bottom: 120rem;
}

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

.navigation-philosophy ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16rem;
  width: 1110rem;
  margin-right: auto;
  margin-left: auto;
}

.navigation-philosophy li {
  width: 33%;
  max-width: 390rem;
  height: 100rem;
}

.navigation-philosophy li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100rem;
  padding-right: 26rem;
  padding-left: 26rem;
  border: var(--THIN) solid transparent;
  border-radius: 6rem;
  font-size: 20rem;
  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: 36rem;
  height: 36rem;
  border-radius: 50%;
}

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

.navigation-philosophy li > a.current { pointer-events: none; }

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

.navigation-philosophy li > a.current,
.navigation-philosophy li > a:hover,
.navigation-philosophy li > a:active {
  color: var(--COL-GRY-800);
  border-color: var(--COL-GRY-800);
  background-color: var(--COL-GRY-700);
}

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

.navigation-philosophy li > a.current > span,
.navigation-philosophy li > a:hover > span,
.navigation-philosophy li > a:active > span { background-color: var(--COL-GRY-800); }

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

.navigation-philosophy li > a.current > span > .icon-arrow,
.navigation-philosophy li > a:hover > span > .icon-arrow,
.navigation-philosophy li > a:active > span > .icon-arrow { fill: var(--COL-GRY-550); }

/* #endregion */

/* #region staff */

.area-staff {
  width: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

.area-staff > p {
  width: 900rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

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

.group-staff {
  display: flex;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.group-staff + .group-staff {
  padding-top: 40rem;
  border-top: var(--THIN) dashed var(--COL-BLK);
  margin-top: 40rem;
}

.box-staff { width: 360rem; }

.box-staff a {
  display: block;
  width: 360rem;
}

.box-staff picture {
  position: relative;
  display: block;
  width: 360rem;
  height: 226rem;
  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: 27rem;
  text-align: center;
  line-height: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  white-space: nowrap;
}

.box-staff p {
  min-height: 96rem;
  margin-top: 16rem;
  padding-left: 0.25em;
  padding-right: 0.25em;
  text-align: justify;
  text-justify: inter-character;
  line-height: 32rem;
  font-size: 16rem;
}

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

.box-staff a:hover .btn-round-quaternary,
.box-staff a:active .btn-round-quaternary {
  border-color: var(--COL-GRY-100);
  background-color: var(--COL-GRY-100);
  color: var(--COL-WHT);
}

/* #endregion */

/* #region about */

.area-about {
  width: 900rem;
  margin-top: 100rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

.area-about > picture { display: block; }

.block-about-message {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 95rem;
}

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

.block-about-message > div {
  width: 750rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16rem;
}

.block-about-message h3 {
  width: 100%;
  line-height: 40rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 24rem;
}

.block-about-message p {
  width: 540rem;
  text-align: justify;
  text-justify: inter-character;
  line-height: 30rem;
  font-size: 16rem;
}

.card-rep {
  display: block;
  width: 167rem;
  margin-top: 10rem;
}

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

.card-rep figcaption { margin-top: 23rem; }

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

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

.block-about-company h2 {
  text-align: center;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.list-about {
  width: 900rem;
  margin-top: 48rem;
  margin-right: auto;
  margin-left: auto;
  border-top: var(--THIN) solid var(--COL-GRY-100);
  line-height: 32rem;
  font-size: 18rem;
}

.list-about > div {
  display: flex;
  justify-content: space-between;
  padding-top: 32rem;
  padding-bottom: 32rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.list-about > div > dt {
  width: 115rem;
  text-align: center;
  font-weight: var(--FNT-WGT-M);
}

.list-about > div > dd {
  width: 716rem;
  text-align: justify;
  text-justify: inter-character;
}

.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 a:hover,
.list-about dd a:active {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
}

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

/* #endregion */

/* #region faq */

.area-faq {
  width: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

.area-faq > p {
  width: 900rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.block-faq-item {
  margin-top: 80rem;
  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: 24rem;
  padding-right: 14rem;
  padding-bottom: 24rem;
  padding-left: 20rem;
}

.question-faq p {
  line-height: 36rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  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-right: 120rem;
  padding-bottom: 20rem;
  padding-left: 95rem;
}

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

/* #endregion */

/* #region recruit */

.area-recruit {
  width: 1140rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;
}

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

.area-recruit > p {
  width: 900rem;
  margin-top: 50rem;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-character;
  line-height: 34rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
}

.list-recruit {
  width: 900rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40rem;
  border-top: var(--THIN) solid var(--COL-GRY-100);
  line-height: 32rem;
  font-size: 18rem;
}

.list-recruit > div {
  display: flex;
  justify-content: space-between;
  padding-top: 32rem;
  padding-bottom: 32rem;
  border-bottom: var(--THIN) solid var(--COL-GRY-100);
}

.list-recruit dt {
  width: 115rem;
  text-align: center;
  font-weight: var(--FNT-WGT-M);
}

.list-recruit dd {
  width: 716rem;
  text-align: justify;
  text-justify: inter-character;
}

/* #endregion */

/* #region policy */

.area-policy {
  width: 900rem;
  margin-top: 90rem;
  margin-right: auto;
  margin-bottom: 120rem;
  margin-left: auto;

  line-height: 32rem;
  font-size: 16rem;
  text-align: justify;
  text-justify: inter-character;
}

.area-policy > dl { padding-top: 50rem; }

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

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

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

.area-policy a { color: var(--COL-SGR); }

.area-policy a:link,
.area-policy a:visited {
  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);
}

.area-policy a:hover,
.area-policy a:active {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

/* #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: 130rem;
  padding-bottom: 160rem;
}

.area-information > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

.area-information ul {
  width: 890rem;
  min-height: 200rem;
}

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

.area-information ul a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60rem;
  padding-right: 25rem;
  padding-left: 25rem;
  font-size: 18rem;
}

.area-information ul a:link,
.area-information ul a:visited { background-color: var(--COL-GRY-075); }

.area-information ul a:hover,
.area-information ul a:active { background-color: var(--COL-GRY-950); }

.area-information ul a time { margin-right: 30rem; }

.area-information ul a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

.area-information .btn-round-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 178rem;
}

.area-lineup {
  padding-top: 110rem;
  padding-bottom: 150rem;
  background-color: var(--COL-GRY-100);
}

.area-lineup > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.area-lineup .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  height: 460rem;
}

.area-lineup .swiper-slide{
  width: 270rem;
  height: 220rem;
}

.area-lineup .box-lineup a {
  position: relative;
  display: block;
  width: 270rem;
  height: 220rem;
}

.area-lineup .box-lineup a span {
  position: absolute;
  top: 12rem; right: 12rem; bottom: 12rem; left: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  line-height: 26rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
  color: var(--COL-WHT);
  background-color: var(--COL-GRY-350-50);
  translate: opacity 0.4s ease;
}

.area-lineup .box-lineup a:link span,
.area-lineup .box-lineup a:visited span {
  opacity: 0;
}

.area-lineup .box-lineup a:hover span,
.area-lineup .box-lineup a:active span {
  opacity: 1;
}

.area-lineup .btn-round-secondary {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

.area-event {
  padding-top: 100rem;
  padding-bottom: 130rem;
}

.area-event > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.area-event .swiper-wrapper {
  display: flex;
  gap: 20rem;
  min-height: 295rem;
}

.area-event .swiper-slide { width: 270rem; }

.box-event {
  width: 270rem;
  min-height: 295rem;
}

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

.box-event picture {
  position: relative;
  display: block;
  width: 270rem;
  height: 202rem;
  overflow: hidden;
}

.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 8rem;
  padding-right: 15rem;
  padding-left: 15rem;
  margin-top: 15rem;
}

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

.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 {
  min-height: 48rem;
  padding-right: 15rem;
  padding-left: 15rem;
  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;
}

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

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

.area-event .btn-round-primary {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

.block-event-err {
  order: 2;
  display: flex;
  align-items: center;
  height: 78rem;
  margin-right: auto;
  margin-left: 80rem;
  line-height: 24rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.area-philosophy {
  padding-top: 130rem;
  padding-bottom: 130rem;
  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: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

.area-philosophy h2 {
  position: absolute;
  top: 10rem;
  right: 34rem;
  width: 140rem;
  height: 534rem;
}

.area-philosophy h2 img {
  display: block;
  width: 140rem;
  height: 534rem;
}

.area-philosophy img {
  width: 820rem;
  height: 308rem;
}

.area-philosophy > div > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 820rem;
  margin-top: 60rem;
}

.area-philosophy > div > div p {
  width: 555rem;
  line-height: 34rem;
  font-size: 18rem;
  text-align: justify;
  text-justify: inter-character;
}

.area-works {
  padding-top: 100rem;
  padding-bottom: 130rem;
}

.area-works > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

.area-works h2 {
  order: 1;
  line-height: 60rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 38rem;
  text-indent: -0.125em;
}

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

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

.area-works .swiper-wrapper {
  display: flex;
  gap: 30rem;
  min-height: 360rem;
}

.area-works .swiper-slide {
  width: 360rem;
  min-height: 360rem;
}

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

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

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

.box-works h3 {
  margin-top: 25rem;
  padding-right: 25rem;
  padding-left: 25rem;
  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;
}

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

.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 .btn-round-primary {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

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

.area-voice > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

.area-voice h2 {
  order: 1;
  line-height: 60rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 38rem;
  text-indent: -0.125em;
}

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

.block-voice {
  position: relative;
  order: 3;
  width: 100%;
  min-height: 375rem;
  margin-top: 60rem;
}

.inner-voice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500rem;
}

@media screen and (min-width:1500px) {
  .inner-voice { width: 1910rem; }
}

.block-voice .swiper {
  width: 100%;
  height: 375rem;
}

.block-voice .swiper-wrapper {
  transition-timing-function: linear;
}

.block-voice .swiper-slide {
  width: 382rem;
  padding: 0 20rem;
}

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

.area-voice .box-voice a {
  display: block;
  width: 342rem;
  min-height: 375rem;
}

.area-voice .box-voice picture {
  position: relative;
  display: block;
  width: 342rem;
  height: 256rem;
  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: 28rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-top: 28rem;
}

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

.area-voice .btn-round-primary {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

.area-modelhouse {
  position: relative;
  height: 404rem;
  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: 65rem;
  color: var(--COL-WHT);
  text-align: center;
}

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

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

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

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

.area-blog {
  padding-top: 100rem;
  padding-bottom: 130rem;
}

.area-blog > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 1140rem;
  margin-right: auto;
  margin-left: auto;
}

.area-blog h2 {
  order: 1;
  line-height: 60rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 38rem;
  text-indent: -0.125em;
}

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

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

.area-blog .swiper-wrapper {
  display: flex;
  gap: 20rem;
  min-height: 295rem;
}

.area-blog .swiper-slide { width: 270rem; }

.box-blog {
  width: 270rem;
  min-height: 295rem;
}

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

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

.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 .btn-round-primary {
  margin-right: 0;
  margin-left: auto;
  order: 2;
}

.area-corporate {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--COL-GRY-100);
}

.area-corporate > div { width: 50%; }

.area-corporate > div + div { border-left: var(--THIN) solid var(--COL-GRY-900); }

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

.area-corporate picture {
  position: relative;
  display: block;
  width: 100%;
  height: 316rem;
  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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 144rem;
  padding-right: 50rem;
  padding-left: 50rem;
  color: var(--COL-WHT);
}

.area-corporate h2 {
  line-height: 58rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 34rem;
  white-space: nowrap;
  order: 1;
}

.area-corporate a div::before {
  content: '';
  display: block;
  width: 1rem;
  height: 50rem;
  margin-right: 30rem;
  margin-left: 30rem;
  background-color: var(--COL-WHT);
  order: 2;
}

.area-corporate p {
  line-height: 30rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 18rem;
  order: 3;
}

/* #endregion */

/* #region line-invitation */

.area-line-invitation {
  padding: 80rem 164rem 96rem 164rem;
  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: 1110rem;
  height: 72rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #0F840A;
  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;
  width: 964rem;
  margin-top: 38rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 424rem;
}

.content-line-invitation > p {
  line-height: 48rem;
  font-size: 30rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-WHT);
  margin-left: -0.5em;
}

.content-line-invitation > p span {
  display: inline-block;
  width: 0.75em;
}

.content-line-invitation > picture {
  display: block;
  width: 360rem;
  height: 370rem;
  position: absolute;
  left: 0;
  top: 50rem;
}

.content-line-invitation > dl {
  margin-top: 20rem;
}

.content-line-invitation > dl div {
  display: flex;
  margin-top: 16rem;
}
.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: 95rem;
  height: 36rem;
  margin-right: 20rem;
  background-color: var(--COL-WHT);
  border-radius: 18rem;
  font-size: 20rem;
  font-weight: var(--FNT-WGT-B);
  color: #06C755;
}

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

a.btn-line-invitation {
  display: block;
  width: 540rem;
  height: 100rem;
  margin-top: 40rem;
  margin-left: 8rem;
  border-radius: 10rem;
  background-color: rgba(0, 0, 0, 0.25);
}

a.btn-line-invitation > span {
  position: relative;
  display: flex;
  align-items: center;
  width: 540rem;
  height: 100rem;
  padding-left: 48rem;
  border-radius: 10rem;
  background: linear-gradient(271.9deg, #F3BE0B -57.01%, #FF8744 92.46%);
  line-height: 33rem;
  font-size: 24rem;
  font-weight: var(--FNT-WGT-B);
  color: var(--COL-WHT);
}

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: 29rem;
  transform: translate(0, -50%);
}

a:link.btn-line-invitation > span ,
a:visited.btn-line-invitation > span {
  transform: translate(-8rem, -8rem);
  transition: transform .3s ease-in-out;
}
a:hover.btn-line-invitation > span ,
a:active.btn-line-invitation > span  {
  transform: translate(0, 0);
}

/* #endregion */

/* #region layout */

.global-header {
  position: fixed;
  width: 100%;
  min-height: 100rem;
  padding: 0 79rem 0 24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
  background-color: var(--COL-WHT);
  transition: background-color .4s ease-in-out;
}

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

.global-header.is-transparent > ul:nth-of-type(1) a:link,
.global-header.is-transparent > ul:nth-of-type(1) a:visited { color: var(--COL-WHT); }

.global-header.is-transparent > ul:nth-of-type(1) a:hover,
.global-header.is-transparent > ul:nth-of-type(1) a:active { color: var(--COL-GRY-325); }

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

.global-header > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.global-header > ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--FNT-WGT-M);
  font-size: 16rem;
}

.global-header > ul:nth-of-type(1) {
  gap: 20rem;
  height: 35rem;
  margin-right: 18rem;
}

.global-header > ul:nth-of-type(1) a { height: 35rem; }

.global-header > ul:nth-of-type(2) {
  gap: 12rem;
  height: 43rem;
  margin-right: 10rem;
}

.global-header > ul:nth-of-type(2) a {
  height: 43rem;
  padding-right: 20rem;
  padding-left: 20rem;
  color: var(--COL-WHT);
  border-radius: 21.5rem;
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(1) a:link,
.global-header > ul:nth-of-type(2) > li:nth-of-type(1) a:visited {
  background-color: var(--COL-GRY-100);
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(1) a:hover,
.global-header > ul:nth-of-type(2) > li:nth-of-type(1) a:active {
  background-color: var(--COL-GRY-100-a50);
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(2) a:link,
.global-header > ul:nth-of-type(2) > li:nth-of-type(2) a:visited {
  background-color: var(--COL-YEL);
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(2) a:hover,
.global-header > ul:nth-of-type(2) > li:nth-of-type(2) a:active {
  background-color: var(--COL-YEL-a50);
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(3) a:link,
.global-header > ul:nth-of-type(2) > li:nth-of-type(3) a:visited {
  background-color: var(--COL-RED);
}

.global-header > ul:nth-of-type(2) > li:nth-of-type(3) a:hover,
.global-header > ul:nth-of-type(2) > li:nth-of-type(3) a:active {
  background-color: var(--COL-RED-a50);
}

.global-header a:link,
.global-header a:visited { color: var(--COL-BLK); }
.global-header a:hover,
.global-header a:active { color: var(--COL-GRY-325); }

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1050rem;
  height: 380rem;
}

.navigation > div > div:nth-of-type(1) {
  order: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 644rem;
  line-height: 35rem;
  font-size: 20rem;
  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 > li + li { margin-top: 50rem; }

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

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

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

.navigation > div > div:nth-of-type(1) > ul > li ul li::after {
  content: '';
  display: block;
  width: 18rem;
  height: var(--THIN);
  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) {
  width: 306rem;
  order: 1;
}

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

.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;
  white-space: nowrap;
}

.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;
  -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);
  color: var(--COL-WHT);
}

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

.navigation a:link,
.navigation a:visited { color: var(--COL-BLK); }
.navigation a:hover,
.navigation a:active { color: var(--COL-GRY-325); }

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

.btn-navigation::before,
.btn-navigation::after { content: ''; }

.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;
}

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);
}

.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);
  width: 36rem;
}

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

.global-main { position: relative; }

.global-cta > ul:nth-of-type(1) {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40rem;
  height: 400rem;
  background-color: var(--COL-GRY-500);
}

.global-cta > ul:nth-of-type(1) > li {
  width: 535rem;
  height: 140rem;
}

.global-cta > ul:nth-of-type(1) > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140rem;
  padding-right: 43rem;
  padding-left: 40rem;
  border-radius: 8rem;
  font-size: 34rem;
  font-weight: var(--FNT-WGT-M);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

.global-cta > ul:nth-of-type(1) > li > a:link,
.global-cta > ul:nth-of-type(1) > li > a:visited {
  color: var(--COL-GRY-350);
  background-color: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(1) > li > a:hover,
.global-cta > ul:nth-of-type(1) > li > a:active {
  color: var(--COL-GRY-250);
  background-color: var(--COL-GRY-450);
}

.global-cta > ul:nth-of-type(1) > li > a:link > span,
.global-cta > ul:nth-of-type(1) > li > a:visited > span {
  background-color: var(--COL-GRY-100);
}

.global-cta > ul:nth-of-type(1) > li > a:hover > span,
.global-cta > ul:nth-of-type(1) > li > a:active > span {
  background-color: var(--COL-GRY-050);
}

.global-cta > ul:nth-of-type(1) > li > a:link > span > .icon-arrow,
.global-cta > ul:nth-of-type(1) > li > a:visited > span > .icon-arrow {
  fill: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(1) > li > a:hover > span > .icon-arrow,
.global-cta > ul:nth-of-type(1) > li > a:active > span > .icon-arrow {
  fill: var(--COL-GRY-250);
}

.global-cta > ul:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: var(--FNT-WGT-M);
  color: var(--COL-GRY-350);
}

.global-cta > ul:nth-of-type(2) > li { 
  width: calc(100% / 3);
  height: 185rem;
}

.global-cta > ul:nth-of-type(2) > li + li {
  border-left: var(--THIN) solid var(--COL-GRY-150);
}

.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: 185rem;
  padding-right: 60rem;
  padding-left: 60rem;
  font-size: 30rem;
  -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: 185rem;
  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: 44rem;
  line-height: 30rem;
}

.global-cta > ul:nth-of-type(2) > li > a:link,
.global-cta > ul:nth-of-type(2) > li > a:visited {
  background-color: var(--COL-WHT);
}

.global-cta > ul:nth-of-type(2) > li > a:hover,
.global-cta > ul:nth-of-type(2) > li > a:active {
  background-color: var(--COL-GRY-100-a35);
}

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

.global-cta > ul:nth-of-type(2) > li > a > span > .icon-arrow {
  width: 12rem;
  height: 20rem;
  margin-left: 2rem;
  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%;
  padding-top: 46rem;
  padding-right: 60rem;
  padding-bottom: 40rem;
  padding-left: 60rem;
  background-color: var(--COL-GRY-500);
}

.nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-right: 220rem;
}

.nav-footer > div:nth-of-type(1) {
  margin-right: auto;
  margin-left: 0;
}

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

.nav-footer .list-icon {
  position: absolute;
  top: 20rem;
  right: 0;
}

.nav-footer > div:nth-of-type(1) > dl {
  margin-top: 52rem;
  font-size: 14rem;
}

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

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

.nav-footer > div:nth-of-type(1) > dl dd span + span::before {
  content: ' ／ ';
}

.nav-footer > div:nth-of-type(2) {
  display: flex;
  gap: 0 14rem;
  margin-right: 0;
  margin-left: auto;
  line-height: 35rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 15rem;
}

.nav-footer > div:nth-of-type(2) > ul {
  min-width: 146rem;
  padding-left: 14rem;
  border-left: var(--THIN) solid var(--COL-GRY-400);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-footer > div:nth-of-type(2) > ul:nth-of-type(2) { width: 196rem; }

.nav-footer > div:nth-of-type(2) > ul > li:first-child { margin-top: -6rem; }
.nav-footer > div:nth-of-type(2) > ul > li:last-child { margin-bottom: -6rem; }

.nav-footer > div:nth-of-type(2) li > ul { margin-left: 12rem; }

.global-footer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-top: 40rem;
  font-weight: var(--FNT-WGT-L);
  font-size: 14rem;
}

.global-footer > div a {
  text-decoration: underline;
  text-underline-offset: 4rem;
  text-decoration-thickness: var(--THIN);
  -webkit-text-decoration-color: var(--COL-GRY);
          text-decoration-color: var(--COL-GRY);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.global-footer > div a:hover,
.global-footer > div a:active {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}


.nav-floating { display: none; }

.global-footer a:link,
.global-footer a:visited { color: var(--COL-BLK); }
.global-footer a:hover,
.global-footer a:active {
  color: var(--COL-GRY-325);
  -webkit-text-decoration-color: var(--COL-GRY-325);
          text-decoration-color: var(--COL-GRY-325);
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1150rem;
  height: 730rem;
  padding-top: 90rem;
  padding-bottom: 90rem;
  background-color: var(--COL-WHT);
}

.btn-modal-close {
  position: absolute;
  top: 40rem;
  right: 40rem;
  width: 32rem;
  height: 32rem;
  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: 18rem;
  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 {
  width: calc( 626rem + 40px );
  height: 640rem;
  max-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

body > .modal-content {
  padding-top: 50rem;
  width: 626rem;
  margin-right: auto;
  margin-left: auto;
}

.modal-body { padding-bottom: 80rem; }

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

.modal-body p,
.modal-body ul {
  margin-top: 20rem;
  line-height: 32rem;
  font-size: 16rem;
  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: 32rem;
  font-weight: var(--FNT-WGT-M);
  font-size: 20rem;
}

.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: 16rem;
  text-align: justify;
  text-justify: inter-character;
}

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

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

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

/*  */

.staff-modal-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1150rem;
  height: 730rem;
  background-color: var(--COL-WHT);
}

.modal .staff-modal-content {
  width: 800rem;
  height: auto;
}

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

.staff-modal-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.staff-modal-body > div:nth-of-type(1) { width: 270rem; }
.staff-modal-body > div:nth-of-type(2) { width: 490rem; }

.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: 23rem;
  width: 270rem;
  height: 170rem;
}

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

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

.staff-modal-body > div:nth-of-type(2) p + h3 { margin-top: 30rem; }

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

/* #endregion */