@charset "utf-8";

/* CSS Document */



.innerContents {
  margin-top: 100px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width:834px) {

  .innerContents {
    margin-top: 3em;
    border-top: none;
  }
}

/***********
pageHeading
************/

.pageHeading {
  background-color: #fff;
  color: #333;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 150px;
  padding-top: 30px;
  border-top: 1px solid #aaa;
}
.pageHeading-container {
  font-feature-settings: "palt";
  padding-left: 1em;
  padding-right: 1em;
}
.pageHeading-subTitle {
  font-size: 339%;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.pageHeading-subTitle.-small {
  font-size: 270%;
}
.pageHeading-title {
  font-size: 154%;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding-top: 0.2em;
}

.pageVisual.-empty {
  min-height: 20px;
}
.pageVisual.-borderTop {
  border-top: 1px solid #aaa;
}



.pageHeading.-yellow {
  background-color: #f8e891;
}

.pageVisual-coceptTitle {
  width: clamp(240px,70vw, 600px);
  /*width: clamp(240px,70vw, 820px);*/
  margin: 0 auto;
  padding: 50px 10px 0;
}
@media screen and (max-width:834px) {

  .pageHeading {
    margin-top: 60px;
    min-height: 120px;
  }
  .pageHeading-container {
  }
  .pageHeading-subTitle {
    font-size: 200%;
  }
  .pageHeading-subTitle.-small {
    font-size: 170%;
  }
  .pageHeading-title {
    font-size: 131%;
  }


  .pageVisual.-empty {
    min-height: 0;
  }

  .pageVisual-coceptTitle {
  width: clamp(240px,70vw, 300px);
    padding-top: 30px;
  }
}

/***********
pageVisual
************/

.pageVisual {
  margin-top: 100px;
  text-align: center;
}
.pageVisual-img img {
  width: 100%;
}

.pageVisual.-entry {
  background-color: #bdd9d7;
}
.pageVisual-box {
  display: inline-block;
  max-width: 1200px;
}

@media screen and (max-width:834px) {

  .pageVisual {
    margin-top: 60px;
    min-height: 120px;
  }

}

/***********
breadcrumb
************/

.breadcrumb{
  font-feature-settings: "palt";
  position: absolute;
  right: 30px;
  z-index: 88;
}
.breadcrumb.-offset{
  padding-top: 100px;
}
.breadcrumb-lists{
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
}
.breadcrumb-lists li{
  position: relative;
}
.breadcrumb-lists li:last-child{
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb-lists li:not(:last-child){
  padding-right: 1em;
  margin-right: 0.5em;
}
.breadcrumb-lists li:not(:last-child)::after{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right bottom;
  position: absolute;
  right: 6px;
  top: 50%;
}
.breadcrumb-lists li a{
  color: inherit;
  text-decoration: none;
}
.breadcrumb-lists li a:hover{
  text-decoration: underline;
}

@media screen and (max-width:834px) {

  .breadcrumb{
    font-size: 70%;
    right: 0;
    overflow: hidden;
    width: 100%;
  }
  .breadcrumb.-offset{
    padding-top: 60px;
  }
  .breadcrumb-lists{
    width: 100%;
    display: flex;
    justify-content: end;
    white-space: nowrap;
    padding-left: 3%;
    padding-top: 8px;
    margin-right: -2vw;
  }
  .breadcrumb-lists li:last-child{
    max-width: 12em;
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .breadcrumb-lists li:not(:last-child)::after{
    top: 40%;
  }
  .breadcrumb-lists a{
    display: inline-block;
    max-width: 7em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

}


/***********
lineupNavi
************/

.lineupNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -3%;
  margin-bottom: -3%;
}
.lineupNavi li {
  margin-left: 3%;
  margin-bottom: 3%;
}
.lineupNavi li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 180px;
  height: 180px;
  border: 1px solid #333;
  color: inherit;
  text-decoration: none;
  transition: 0s;
}
.lineupNavi-icon {
}
.lineupNavi-icon img {
  max-height: 80px;
  transition: 0.2s;
}
.lineupNavi-title {
  font-family: var(--font-family-serif);
  font-size: 170%;
  padding-top: 0.2em;
}

body.is-pc .lineupNavi li a:hover {
  background-color: rgba(51, 51, 51, 0.08);
  transition: 0.5s;
}
body.is-pc .lineupNavi li a:hover img {
}

@media screen and (max-width:834px) {

  .lineupNavi {
    margin-left: -2%;
    margin-bottom: -2%;
  }
  .lineupNavi li {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .lineupNavi li a{
    width: auto;
    width: auto;
    height: 140px;
  }
  .lineupNavi-icon {
  }
  .lineupNavi-icon img {
    max-height: 44px;
  }
  .lineupNavi-title {
    font-size: 139%;
  }

}



/***********
lineup
************/

.lineup {
}
.lineup-section {
  padding: 4em 5%;
}
.lineup-section:not(:last-child) {
  margin-bottom: 6em;
}
.lineup-title {
  font-family: var(--font-family-serif);
  font-size: 370%;
  padding-bottom: 0.5em;
}
.lineup-visual {
  padding-bottom: 3em;
}
.lineup-container {
  display: flex;
  flex-direction: row-reverse;
}
.lineup-inner {
  flex: 1;
}
.lineup-logo {
  padding-bottom: 1em;
}
.lineup-logo img {
  max-height: 50px;
}
.lineup-heading {
  padding-bottom: 2em;
}
.lineup-heading-title {
  font-size: 231%;
  font-weight:500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.lineup-heading-lead {
  font-size: 139%;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.lineup-img {
  width: 52%;
  padding-right: 5%;
}


.lineup-section[id*='cafestyle'] .lineup-logo img {
  max-height: 60px;
}
.lineup-section[id*='neo'] .lineup-logo img {
  max-height: 70px;
}


@media screen and (max-width:834px) {

  .lineup {
  }
  .lineup-section {
    padding: 1em 4% 3em;
    margin-left: -2%;
    margin-right: -2%;
  }
  .lineup-section:not(:last-child) {
    margin-bottom: 3em;
  }
  .lineup-title {
    font-size: 270%;
  }
  .lineup-visual {
    padding-bottom: 1em;
  }
  .lineup-container {
    display: block;
  }
  .lineup-inner {
    flex: 1;
  }
  .lineup-logo {
    padding-bottom: 1em;
  }
  .lineup-logo img {
    max-height: 40px;
  }
  .lineup-heading {
    padding-bottom: 1em;
  }
  .lineup-heading-title {
    font-size: 200%;
  }
  .lineup-heading-lead {
    font-size: 131%;
    padding-top: 0.2em;
  }
  .lineup-img {
    width: auto;
    padding: 2em 0 0 0;
  }


  .lineup-section[id*='cafestyle'] .lineup-logo img {
    max-height: 55px;
  }
  .lineup-section[id*='neo'] .lineup-logo img {
    max-height: 60px;
  }

}



/***********
refine
************/

.refine {
  padding-bottom: 3em;
}
.refine-link {
  text-align: right;
}
.refine-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 115%;
  font-family: var(--font-family-gothic);
  background-color: #6B6764;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em 1em;
  text-align: center;
  min-width: 12em;
  cursor: pointer;
}
.refine-trigger i {
  margin-right: 0.4em;
  transform: scale(1.2);
}
.refine-block {
  display: none;
}
.refine-block-inner {
  margin-top: 1em;
  padding: 3em 0;
  margin-top: 3em;
  background-color: #fff;
  border-top: 1px solid #aaa;
}
.refine-title {
  border-left: 5px solid #333;
  padding: 0.3em 0 0.3em 0.6em;
  margin-bottom: 0.8em;
  font-size: 139%;
}
.refine-subTitle {
  font-size: 124%;
  margin-top: 0.7em;
  padding-bottom: 0.5em;
}

.refine-list {
  display: flex;
  flex-wrap: wrap;
}
.refine-list li {
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}
.refine-list li a{
  display: inline-block;
  padding: 0.3em 1.2em;
  border: 1px solid #aaa;
  color: inherit;
  font-feature-settings: "palt";
  font-size: 108%;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10em;
}
body.is-pc .refine-list li a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

@media screen and (max-width:834px) {

  .refine {
    padding-bottom: 2em;
  }
  .refine-link {
  }
  .refine-trigger {
    font-size: 100%;
  }
  .refine-block-inner {
    padding: 1em 4%;
  }
  .refine-title {
    border-width: 3px;
    font-size: 116%;
  }
  .refine-subTitle {
    font-size: 116%;
  }

  .refine-list li {
    margin-right: 2px;
    margin-bottom: 2px;
  }
  .refine-list li a{
    padding: 0.4em 0.8em;
    font-size: 93%;
  }

}

/***********
paging
************/

.paging {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: 1px solid #bbb;
  border-right: none;
  border-left: none;
  margin-top: 10em;
  padding: 2.5em 0 3em;
}
.paging-block {
  width: 49%;
}
.paging-block a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.paging-text {
  font-size: 116%;
  font-weight: 700;
  padding: 0 0.5em 0.8em;
}
.paging-box {
  display: flex;
}
.paging-img {
  width: 22%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.paging-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paging-inner {
  flex: 1;
  padding: 0 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.paging-title {
  font-size: 139%;
  font-weight: 600;
  text-decoration: underline;
  height: calc(1em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
body.is-pc .paging-block a:hover .paging-title {
  text-decoration: none;
}
.paging-data {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5em;
}
.paging-data-time {
  display: inline-block;
  font-weight: 600;
  font-family: var(--font-family-gothic-en);
  font-size: 116%;
  padding-right: 0.7em;
  white-space: nowrap;
  opacity: 0.6;
}
.paging-data-cat {
  display: inline-block;
  font-weight: 600;
  font-size: 116%;
  color: var(--color-brand01);
  line-height: 1.3;
}


.paging-block.-next .paging-text {
  text-align: right;
}
.paging-block.-next .paging-box {
  flex-direction: row-reverse;
  text-align: right;
}
.paging-block.-next .paging-data {
  justify-content: end;
}

@media screen and (max-width:834px) {

  .paging {
    margin-top: 5em;
    padding: 1.5em 0 2em;
  }
  .paging-text {
    padding: 0 0 0.5em;
    font-size: 100%;
  }
  .paging-box {
    display: flex;
  }
  .paging-title {
    font-size: 100%;
  }
  .paging-data {
  }
  .paging-data-time {
    font-size: 77%;
  }
  .paging-data-cat {
    font-size: 77%;
  }

}

@media screen and (max-width:520px) {

  .paging {
    margin-top: 5em;
    padding: 1.5em 0 2em;
  }

  .paging-img {
    width: 22%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 3px;
  }
  .paging-img img {
    border-radius: 3px;
  }

  .paging-inner {
    flex: 1;
    padding: 0 0.5em;
  }
  .paging-text {
    padding: 0 0 0.5em;
    font-size: 93%;
  }
  .paging-title {
    font-size: 85%;
  }
  .paging-data {
    padding-top: 0.2em;
  }
  .paging-data-time {
    font-size: 66%;
  }
  .paging-data-cat {
    font-size: 66%;
  }
}



/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 6em;
  padding-bottom: 6em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 154%;
  font-weight: 500;
  margin: 0 5px;
}
.pagination span.dots{
  border-color: transparent;
  background-color: transparent;
}
.pagination span:not(.dots),
.pagination a:hover {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width:834px) {

  .pagination {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .pagination span,
  .pagination a {
    font-size: 116%;
    margin: 0 1px 2px;
  }

}

/***********
article
************/

.article {
}
.article-heading {
  padding-bottom: 5em;
}
.article-label {
  display: inline-block;
  background-color: #514540;
  color: #fff;
  padding: 0.2em 2em;
  margin-bottom: 1em;
  font-weight: 500;
}

.article-label.-new {
  background-color: #514540;
}

.article-heading-title {
  font-size: 154%;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding-bottom: 0.3em;
}
.article-heading-title.-large {
  font-size: clamp(147%,1.4vw, 170%);
}
.article-heading-accent {
  display: inline-block;
  border: 1px solid #7e4c15;
  color: #7e4c15;
  padding: auto;
  font-size: 1.16rem;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  margin-right: 0.5em;
}


.article-heading-data {
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.article-heading-time {
  display: inline-block;
  font-size: 124%;
  white-space: nowrap;
  padding-right: 1em;
}
.article-heading-time i {
  margin-right: 0.2em;
  opacity: 0.5;;

}
.article-heading-time.-small{
  font-size: clamp(66%,0.7vw, 85%);
}

.article-heading-cat {
  display: inline-block;
  font-weight: 600;
  font-size: 108%;
  font-feature-settings: "palt";
  text-align: center;
  padding: 0.1em 1.2em;
  margin: 2px;
  background-color: #e8dfc1;
  color: inherit;
  text-decoration: none;
}

.article-heading-tags {
  padding-top: 1.5em;
  text-align: center;
}
.article-heading-tags span {
  display: inline-block;
  font-size: 116%;
  font-feature-settings: "palt";
  padding-right: 0.8em;
}
.article-heading-tags span a {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}
.article-heading-tags span::before {
  content: "#";
  opacity: 0.7;
}
body.is-pc .article-heading-tags span a:hover {
  opacity: 1;
}

.article-heading.-alignLeft {
  text-align: left;
}
.article-heading-tags.-left {
  text-align: left;
}


@media screen and (max-width:834px) {

  .article {
  }
  .article-heading {
    padding-bottom: 3em;
  }
  .article-label {
    font-size: 100%;
  }

  .article-heading-title {
    font-size: 147%;
  }
  .article-heading-accent {
    font-size: 1rem;
    margin-bottom: 0.6em;
  }


  .article-heading-data {
    padding-top: 1em;
  }
  .article-heading-time {
    font-size: 100%;
    padding-right: 0.5em;
  }
  .article-heading-time i {

  }
  .article-heading-cat {
    font-size: 93%;
    padding: 0.1em 0.6em;
  }

  .article-heading-tags {
    padding-top: 1em;
  }
  .article-heading-tags span {
    font-size: 100%;
  }

}

/***********
post
************/

.post {
}

.post p:not([class]) {
  line-height: 1.8;
  font-size: 1.24rem;
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post em {
  font-weight: 500;
  font-style: normal;
  background: linear-gradient(to bottom, transparent 50%, #fe0 50%);
}

.post h2:not([class]) {
  font-size: 2rem;
  font-weight: 600;
  margin: 3em 0 1em 0;
  padding: 0em 0 0em 0.8em;
  border-left: 4px solid #333;
  line-height: 1.4;
  position: relative;
}
.post.-v2 h2:not([class]) {
  padding-left: 0;
  border: none;
}

.post h3:not([class]) {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #f4f3ee;
  padding: 0.6em 1.2em;
  margin: 2.5em 0 1em 0;
}

.post h4:not([class]) {
  font-size: 1.7rem;
  font-weight: 600;
  margin: 2.5em 0 1em 0;
  border-bottom: 2px solid #333;
  padding: 0.6em 0 0.6em 0;
  line-height: 1.4;
}

.post h5:not([class]) {
  font-size: 1.54rem;
  font-weight: 600;
  margin: 2em 0 1em 0;
}

.post h6:not([class]) {
  font-size: 1.39rem;
  font-weight: 600;
  margin: 2em 0 0.8em 0;
}

.post img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post img.vertical {
  width: 70%;
}

.post blockquote:not([class]) {
  background-color: #fff;
  padding: 3em 5%;
  margin: 2em 0;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  border: 1px solid #aaa;
  font-size: 1.31rem;
}

.post table:not([class]) thead td {
  border: 1px solid #aaa;
  padding: 1em 0.8em;
  text-align: center;
  line-height: 1.8;
  background-color: #f6f6f6;
}
.post table:not([class]) thead th{
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
  background-color: #000;
  color: #fff;
}

.post table:not([class]) tbody th {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.8;
  background-color: #f6f6f6;
}

.post table:not([class]) tbody td {
  border: 1px solid #aaa;
  padding: 1em 1.5em;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.7;
  background-color: #fff;
}

.post ul:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  font-size: 1.31rem;
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}
.post .gallery-item img{
  border: none !important;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    font-size: 1.16rem;
    line-height: 1.8;
  }

  .post h2:not([class]) {
    font-size: 1.54rem;
    border-width: 3px;
  }

  .post h3:not([class]) {
    font-size: 1.39rem;
    padding: 0.8em 0.8em;
  }

  .post h4:not([class]) {
    font-size: 1.31rem;
    border-width: 1px;
    padding-bottom: 0.8em;
  }

  .post h5:not([class]) {
    font-size: 1.24rem;
    margin-bottom: 0.5em;
  }

  .post h6:not([class]) {
    font-size: 1.24rem;
    margin-bottom: 0.5em;
  }


  .post table:not([class]) {
    font-size: 1rem;
  }

  .post ul:not([class]){
    font-size: 1.16rem;
  }
  .post ol:not([class]){
    font-size: 1.16rem;
  }

  .post img.vertical {
    width: 100%;
  }
  .post .gallery-item {
    width: 100% !important;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

.post h2 + ul,
.post h3 + ul,
.post h4 + ul,
.post h5 + ul,
.post h6 + ul,
.post h2 + ol,
.post h3 + ol,
.post h4 + ol,
.post h5 + ol,
.post h6 + ol{
  padding-top: 0 !important;
}


/***********
voiceIndex
************/

.voiceIndex {
}
.voiceIndex-section {
  background-color: #fff;
  padding: 4em 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border:1px solid rgba(0, 0, 0, 0.1);
}
.voiceIndex-section:not(:last-child) {
  margin-bottom: 3em;
}
.voiceIndex-img {
  width: 50%;
  padding-right: 5%;
}
.voiceIndex-inner {
  flex: 1;
}
.voiceIndex-heading {
  padding-bottom: 1.5em;
}
.voiceIndex-heading-title {
  color: #7e4c15;
  font-size: 124%;
  margin-bottom: 0.3em;
}
.voiceIndex-heading-lead {
  font-size: 200%;
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (max-width:834px) {

  .voiceIndex {
  }
  .voiceIndex-section {
    padding: 2em 5%;
    display: block;
  }
  .voiceIndex-section:not(:last-child) {
    margin-bottom: 1em;
  }
  .voiceIndex-img {
    width: auto;
    padding-right: 0;
    max-width: 420px;
    margin: 0 auto;
  }
  .voiceIndex-inner {
    flex: 1;
  }
  .voiceIndex-heading {
    padding-bottom: 1em;
  }
  .voiceIndex-heading-title {
    font-size: 100%;
  }
  .voiceIndex-heading-lead {
    font-size: 154%;
  }

}

/***********
voiceSection
************/

.voiceHeader {
  display: flex;
  align-items: center;
  background-color: #f4f3ee;
}
.voiceHeader-img {
  width: 50%;
}
.voiceHeader-img img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}
.voiceHeader-inner {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
}
.voiceHeader-box {
  width: 100%;
  max-width: 700px;
  padding: 4em 5% 4em 30px;
}
.voiceHeader-heading {
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.voiceHeader-heading-title {
  display: block;
  font-size: 139%;
  font-weight: 500;
  color: #7e4c15;
  margin-bottom: 0.3em;
}
.voiceHeader-heading-lead {
  display: block;
  font-size: 200%;
  font-weight: 500;
}
.voiceHeader-data {
  font-size: 124%;
  line-height: 1.8;
  padding-top: 2em;
}

@media screen and (max-width:834px) {

  .voiceHeader {
    display: block;
  }
  .voiceHeader-img {
    width: auto;
  }
  .voiceHeader-img img {
  }
  .voiceHeader-inner {
    display: block;
  }
  .voiceHeader-box {
    max-width: initial;
    padding: 4em 4% 2em 4%;
  }
  .voiceHeader-heading {
  }
  .voiceHeader-heading-title {
    font-size: 100%;
  }
  .voiceHeader-heading-lead {
    font-size: 154%;
  }
  .voiceHeader-data {
    font-size: 116%;
    padding-top: 1em;
  }


}


/***********
voiceSection
************/

.voiceSection {
  display: flex;
}
.voiceSection + .voiceSection{
  padding-top: 5em;
}
.voiceSection-inner {
  flex: 1;
}
.voiceSection-title {
  font-size: 170%;
  padding-bottom: 1em;
  padding-left: 1.8em;
  position: relative;
}
.voiceSection-title::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f086";
  color: #7e4c15;
  position: absolute;
  left: 0;
  top: 0.2em;
  transform: scale(1.2);
  opacity: 0.8;
}
.voiceSection-img {
  width: 50%;
  padding-left: 5%;
}

@media screen and (max-width:834px) {

  .voiceSection {
    display: block;
  }
  .voiceSection + .voiceSection{
    padding-top: 3em;
  }
  .voiceSection-inner {
  }
  .voiceSection-title {
    font-size: 139%;
  }
  .voiceSection-img {
    width: auto;
    padding: 2em 0;
    text-align: center;
  }

}


/***********
flowTopics
************/

.flowTopics {
  margin-top: 5em;
  display: flex;
  align-items: center;
}
.flowTopics-img {
  width: 32%;
  min-width: 200px;
}
.flowTopics-inner {
  flex: 1;
  padding-left: 4%;
}
.flowTopics-title {
  font-size: 200%;
  padding-bottom: 0.8em;
}
.flowTopics-title small{
  font-size: 77%;
  display: block;
  padding-bottom: 0.3em;
}
.flowTopics-title span{
}

@media screen and (max-width:834px) {

  .flowTopics {
    margin-top: 3em;
    padding: min(5vw,2em) 0;
    display: block;
  }
  .flowTopics-img {
    width: auto;
    max-width: 360px;
    margin: 0 auto;
  }
  .flowTopics-inner {
    padding: 1.5em 0;
  }
  .flowTopics-title {
    font-size: 170%;
  }
  .flowTopics-title small{
    font-size: 77%;
  }

}


/***********
flow
************/

.flow{

}
.flow-section {
  padding-bottom: 6em;
}
.flow-heading {
  display: flex;
  align-items: center;
  padding-bottom: 3em;
}
.flow-heading-badge {
  width: 3.5em;
  padding: 0.2em 0;
  text-align: center;
  font-family: var(--font-family-serif);
  background-color: #7e4c15;
  font-size: 254%;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  border-radius: 5px;
}
.flow-heading-badge small{
  font-size: 60%;
}
.flow-heading-badge small{
}
.flow-heading-inner {
  flex: 1;
  padding-left: 1.5em;
}
.flow-heading-title {
  font-size: 254%;
  font-family: var(--font-family-serif);
}

.flow-item {
  display: flex;
  position: relative;
}
.flow-item + .flow-item {
  margin-top: 140px;
}
.flow-item + .flow-item::before {
  content: "";
  display: block;
  width: 80px;
  height: 50px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 50px);
  background: url(../../img/flow/arrow.png) no-repeat center center / 100% auto;
}


.flow-item-img {
  width: 32%;
  min-width: 200px;
}
.flow-item-inner {
  flex: 1;
  padding-left: 4%;
}

.flow-item-heading {
  display: inline-block;
  position: relative;
  padding-top: 60px;
  min-width: 150px;
}
.flow-balloon {
  background: url(../../img/flow/balloon.png) no-repeat center bottom / 100% auto;
  width: 200px;
  height: 64px;
  position: absolute;
  left: calc(100% - 80px);
  bottom: calc(100% - 65px);
}
.flow-balloon-text {
  padding-left: 20px;
  padding-bottom: 4px;
  rotate: 12deg;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.3;
  white-space: nowrap;
}


.flow-title {
  font-size: 200%;
  padding-bottom: 0.5em;
}
.flow-title-accent {
  display: inline-block;
  padding: 0.2em 0.4em;
  background-color: #ff9c00;
  color: #fff;
  border-radius: 5px;
  margin-right: 0.5em;
  vertical-align: middle;
}


.flow-inspection {
  display: flex;
  flex-wrap: wrap;
  font-feature-settings: "palt";
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.flow-inspection span {
  display: inline-block;
  padding: 0.2em 1em 0.15em;
  font-size: 124%;
  color: #fff;
  background-color: #000;
}
.flow-inspection span.-lv01 {
  background-color: #1cb2ba;
}
.flow-inspection span.-lv02 {
  background-color: #89cfde;
}
.flow-inspection span.-lv03 {
  background-color: #afaeae;
}



.flow-icons {
  display: flex;
  flex-wrap: wrap;
}
.flow-icons-tag {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 124%;
}
.flow-icons-tag.-cyan {
  background-color: #3f869e;
  color: #fff;
}
.flow-icons-tag.-lightcyan {
  background-color: #d5e2e9;
}

@media screen and (max-width:834px) {

  .flow{
  }
  .flow-section {
    padding-bottom: 0;
  }
  .flow-heading {
    padding-bottom: 1.5em;
  }
  .flow-heading-badge {
    font-size: 170%;
  }
  .flow-heading-inner {
    padding-left: 1em;
  }
  .flow-heading-title {
    font-size: 170%;
  }

  .flow-item {
    display: block;
    padding: min(5vw,2em) 0;
  }
  .flow-item + .flow-item {
    margin-top: 50px;
  }
  .flow-item + .flow-item::before {
    width: 60px;
    height: 40px;
    margin-left: -30px;
    bottom: calc(100% + 20px);
  }



  .flow-item-heading {
    padding-top: 45px;
    min-width: 160px;
  }
  .flow-balloon {
    width: 140px;
    height: 44px;
    left: calc(100% - 100px);
    bottom: calc(100% - 45px);
  }
  .flow-balloon-text {
    padding-left: 12px;
    padding-bottom: 4px;
    rotate: 12deg;
    font-size: 11px;
  }


  .flow-inspection {
  }
  .flow-inspection span {
    font-size: 93%;
  }




  .flow-item-img {
    width: auto;
    min-width: 200px;
    margin: 0 auto;
  }
  .flow-item-inner {
    padding: 1.5em 0;
  }
  .flow-title {
    font-size: 139%;
  }

  .flow-icons-tag {
    font-size: 108%;
  }

}

/***********
maintenanceIntro
************/

.maintenanceIntro {
  display: flex;
  align-items: center;
  margin-top: -6em;
}
.maintenanceIntro-inner {
  flex: 1;
}
.maintenanceIntro-img {
  width: 52%;
  padding-left: 5%;
}

@media screen and (max-width:834px) {

  .maintenanceIntro {
    display: block;
    margin-top: 0;
  }
  .maintenanceIntro-inner {
    padding-bottom: 2em;
  }
  .maintenanceIntro-img {
    width: auto;
    max-width: 400px;
    padding-left: 0;
    margin: 0 auto;
  }

}

/***********
maintenance
************/

.maintenance{
}

.maintenance-section {
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
}
.maintenance-section + .maintenance-section {
  padding-top: 5em;
}
.maintenance-img {
  width: 52%;
  padding-left: 5%;
}
.maintenance-img img {
  width: 100%;
}
.maintenance-inner {
  flex: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}
.maintenance-heading {
  padding-bottom: 2em;
}
.maintenance-subTitle {
  display: inline-block;
  color: #c46433;
  padding: auto;
  font-size: 131%;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.maintenance-title {
  font-size: 231%;
}

@media screen and (max-width:834px) {

  .maintenance{
  }

  .maintenance-section {
    display: block;
  }
  .maintenance-section + .maintenance-section {
    padding-top: 3em;
  }
  .maintenance-img {
    width: auto;
    padding-left: 0;
    max-width: 420px;
    margin: 0 auto;
  }
  .maintenance-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  .maintenance-inner {
    padding-top: 1.5em;
  }
  .maintenance-heading {
    padding-bottom: 1em;
  }
  .maintenance-subTitle {
    font-size: 116%;
    margin-bottom: 0.2em;
  }
  .maintenance-title {
    font-size: 170%;
  }

}

/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xxlarge {
  width: 65%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxsmall {
  width: 30%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}
.separate.-center {
  align-items: center;
}
.separate.-end {
  align-items: end;
}

@media screen and (max-width:834px) {

  .separate {
    display: block;
  }
  .separate-item.-large,
  .separate-item.-small,
  .separate-item.-xlarge,
  .separate-item.-xsmall,
  .separate-item.-xxlarge,
  .separate-item.-xxsmall,
  .separate-item.-half {
    width: auto
  }
  .separate-item.-large:first-child,
  .separate-item.-small:first-child,
  .separate-item.-xlarge:first-child,
  .separate-item.-xsmall:first-child,
  .separate-item.-xxlarge:first-child,
  .separate-item.-xxsmall:first-child,
  .separate-item.-half:first-child {
    padding-bottom: 2em;
  }

  .separate-img{
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .separate-img.-small{
    width: 60%;
    max-width: 320px;
  }

}

/***********
corpBanner
************/

.corpBanner {
  background-color: #e8dfc1;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  border: 1px solid #aaa;
  position: relative;
  overflow: hidden;
}
.corpBanner-img {
  width: 55%;
}
.corpBanner-img img {
}
.corpBanner-inner {
  flex: 1;
  padding: 4em 3em 4em 0;
}
.corpBanner-link {
  padding-top: 2em;
}

@media screen and (max-width:834px) {

  .corpBanner {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .corpBanner-img {
    width: auto;
  }
  .corpBanner-img img {
  }
  .corpBanner-inner {
    padding: 2em 5% 2em 5%;
  }
  .corpBanner-link {
    text-align: center;
  }

}

/***********
comSection
************/

.comSection {
  background-color: #e8dfc1;
}
.comSection-container {
  display: flex;
  align-items: end;
}
.comSection-visual {
  width: 62%;
}
.comSection-visual img{
  margin-left: -5%;
}
.comSection-inner {
  flex: 1;
  padding: 2em 0 2em 0;
}
.comSection-title {
  max-width: 330px;
  padding-bottom: 1em;
}
.comSection-link {
}

@media screen and (max-width:834px) {


  .comSection {
  }
  .comSection-container {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .comSection-visual {
    width: auto;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .comSection-visual img{
    margin-left: 0;
  }
  .comSection-inner {
    padding: 1em 8% 3em;
  }
  .comSection-title {
    max-width: initial;
  }
  .comSection-link {
    text-align: center;
  }

}

/***********
pointList
************/

.pointList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -2em;
}
.pointList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 2em;
  padding: 2em 2em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pointList-img {
  width: 90%;
  margin: 0 auto;
}
.pointList-inner {
  padding-top: 1.5em;
}


.pointList-merit {
  display: inline-block;
  border-radius: 3px;
  padding: 0.4em 1em 0.1em;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 124%;
  background-color: #ff9c00;
}
.pointList-merit strong {
  font-size: 154%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  transform: translateY(-0.1em);
}
.pointList-merit.-dark {
  background-color: #333;
  color: #fff;
}

.pointList-subTitle {
  font-size: clamp(124%,3.6vw, 154%);
  font-weight: 700;
  font-family: var(--font-family-gothic-en);
  padding-bottom: 0.5em;
  letter-spacing: 0.06em;
}
.pointList-subTitle strong {
  font-size: 154%;
  transform: translateY(-0.01em);
  padding-left: 0.2em;
}

.pointList-title {
  font-size: 154%;
  padding-bottom: 0.6em;
}
.pointList-title.-numbering {
  padding-left: 3em;
  position: relative;
}
.pointList-title-num {
  display: inline-block;
  font-family: var(--font-family-serif);
  font-size: 200%;
  transform: skewX(-6deg);
  position: absolute;
  left: 0;
  top: -0.5em;
}


.pointList-text {
  font-size: 116%;
  line-height: 1.8;
}

@media screen and (max-width:834px) {

  .pointList {
    margin-bottom: -1em;
  }
  .pointList li {
    width: 48%;
    margin-bottom: 1em;
    padding: min(5vw,2em);
  }
  .pointList-img {
  }
  .pointList-inner {
    padding-top: 1.5em;
  }
  .pointList-title {
    font-size: 139%;
  }
  .pointList-text {
  }

}

@media screen and (max-width:834px) {

  .pointList {
    display: block;
    margin-left: 0;
  }
  .pointList li {
    width: auto;
    margin-left: 0;
  }

}



/***********
meritList
************/

.meritList {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.meritList li {
  padding: 2em 2em;
  background-color: #fff;
}
.meritList-img {
  width: 90%;
  margin: 0 auto;
}
.meritList-inner {
  padding-top: 1.5em;
}



.meritList-subTitle {
  font-size: clamp(124%,3.6vw, 154%);
  font-weight: 700;
  font-family: var(--font-family-gothic-en);
  padding-bottom: 0.5em;
  letter-spacing: 0.06em;
}
.meritList-subTitle strong {
  font-size: 154%;
  transform: translateY(-0.01em);
  padding-left: 0.2em;
}

.meritList-title {
  font-size: 154%;
  padding-bottom: 0.6em;
}
.meritList-title.-numbering {
  padding-left: 3em;
  position: relative;
}
.meritList-title-num {
  display: inline-block;
  font-family: var(--font-family-serif);
  font-size: 200%;
  transform: skewX(-6deg);
  position: absolute;
  left: 0;
  top: -0.5em;
}


.meritList-text {
  font-size: 116%;
  line-height: 1.8;
}


@media screen and (min-width:835px) {

  .meritList.-border li:nth-child(2) {
    border: 1px solid #000;
    border-top: none;
  }
  .meritList.-border li:nth-child(5) {
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
  }
  .meritList.-border li:nth-child(4) {
    position: relative;
  }
  .meritList.-border li:nth-child(4)::after {
    content: "";
    display: block;
    width: 200vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: -100vw;
    top: -1px;
  }

}

@media screen and (max-width:834px) {


  .meritList {
    display: block;
  }
  .meritList li {
    padding: 2em 0;
  }
  .meritList li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .meritList-img {
    width: 90%;
    max-width: 280px;
  }

  .meritList-title {
    font-size: 139%;
  }


}


/***********
showroomIntro
************/

.showroomIntro {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 6em;
}
.showroomIntro-inner {
  width: 60%;
  min-width: 400px;
  padding-right: 8px;
}
.showroomIntro-box {
}
.showroomIntro-table {
  font-size: 108%;
}
.showroomIntro-table tr {
  border-bottom: 8px solid #c8c0b8;
}
.showroomIntro-table th {
  background-color: #fff;
  width: 9em;
  text-align: justify;
  text-align-last: justify;
  border-right: 8px solid #c8c0b8;
  padding: 1em 2em;
}
.showroomIntro-table td {
  background-color: #fff;
  padding: 1em 1.5em;
}
.showroomIntro-tel {
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.showroomIntro-map {
  flex: 1;
  padding-bottom: 8px;
}
.showroomIntro-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.showroomIntro-table.-blue tr ,
.showroomIntro-table.-blue th {
  border-color: #a5cfd5;
}

@media screen and (max-width:834px) {

  .showroomIntro {
    display: block;
    padding-bottom: 0;
    overflow: hidden;
    padding: 0 5% 3em;
  }
  .showroomIntro-inner {
    display: block;
    width: 100%;
    min-width: initial;
  }
  .showroomIntro-box {
    max-width: initial;
    padding: 0 0 0 ;
  }


.showroomIntro-table,
.showroomIntro-table thead,
.showroomIntro-table tbody,
.showroomIntro-table tfoot,
.showroomIntro-table th,
.showroomIntro-table tr,
.showroomIntro-table td{
  display: block;
  width: 100%;
}

.showroomIntro-table {
  font-size: 100%;
}
.showroomIntro-table tr {
  border-bottom: none;
}
.showroomIntro-table th {
  text-align-last: center;
  border-right: none;
  text-align: center;
  text-align-last: center;
  width: auto;
  padding: 0.5em 0;
  font-size: 108%;
}
.showroomIntro-table td {
  background-color: transparent;
  padding: 1em 0 2.5em;
  font-size: 108%;
}
.showroomIntro-tel {
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.showroomIntro-map {
  flex: 1;
  padding-bottom: 0;
  padding-bottom: 4em;
}
.showroomIntro-map iframe {
  width: 100%;
  height: 100%;
  height: 400px;
  vertical-align: middle;
}


}

/***********
showroomGallery
************/

.showroomGallery {
}
.showroomGallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
}
.showroomGallery-img {
  width: 180px;
}
.showroomGallery-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-family-serif);
}
.showroomGallery-text {
  font-size: 139%;
  font-weight: 600;
  padding-right: 1em;
  letter-spacing: 0.05em;
}
.showroomGallery-title {
  font-size: 454%;
  font-weight: 600;
}


.showroomGallery-photo {
}
.showroomGallery-photo-title {
  max-width: 280px;
}

.showroomGallery-photo-container {
  display: flex;
  justify-content: space-between;
}
.showroomGallery-photo-img {
  width: 48%;
}



.showroomGallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -2%;
  margin-right: -2%;
  margin-bottom: -5em;
}
.showroomGallery-list li {
  width: 46%;
  margin-bottom: 5em;
  margin-left: 2%;
  margin-right: 2%;
}
.showroomGallery-list li.-wide {
  width: 60%;
}
.showroomGallery-list li.-xwide {
  width: 96%;
}
.showroomGallery-list-inner {
  padding-top: 1.5em;
}
.showroomGallery-list-title {
  font-size: 170%;
  padding-bottom: 0.5em;
}
.showroomGallery-list-text {
  font-size: 108%;
  line-height: 1.6;
}

@media screen and (max-width:834px) {


  .showroomGallery {
  }
  .showroomGallery-heading {
    display: block;
    margin-bottom: 2em;
    margin-top: -2em;
    text-align: center;
  }
  .showroomGallery-img {
    width: 100px;
    margin: 0 auto 1em;
  }
  .showroomGallery-inner {
    display: block;
  }
  .showroomGallery-text {
    font-size: 116%;
    padding-right: 0;
    letter-spacing: 0;
  }
  .showroomGallery-title {
    font-size: 300%;
    font-weight: 600;
  }

  .showroomGallery-list-title {
    font-size: 131%;
  }
  .showroomGallery-list-text {
    font-size: 100%;
  }
}

@media screen and (max-width:520px) {

  .showroomGallery-list {
    display: block;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -3em;
  }
  .showroomGallery-list li {
    width: auto;
    margin-bottom: 3em;
    margin-left: 0;
    margin-right: 0;
  }
  .showroomGallery-list li.-wide,
  .showroomGallery-list li.-xwide {
    width: auto;
  }
  .showroomGallery-list-inner {
    padding-top: 1.2em;
  }



  .showroomGallery-photo {
  }
  .showroomGallery-photo-title {
    max-width: 200px;
  }

  .showroomGallery-photo-container {
    display: block;
  }
  .showroomGallery-photo-img {
    width: auto;
  }

}



/***********
inquiryHeading
************/

.inquiryHeading {
  text-align: center;
}
.inquiryHeading-icon {
}
.inquiryHeading-icon img {
  width: 140px;
}

.inquiry {
  text-align: center;
}
.inquiry-title {
  font-size: 170%;
}
.inquiry-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #000;
  margin: 0.4em auto 0.8em;
}
.inquiry-tel {
}
.inquiry-tel > a{
  font-size: 200%;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}
.inquiry-tel-text {
}

@media screen and (max-width:834px) {

  .inquiry-title {
    font-size: 139%;
  }
  .inquiry-tel > a{
    font-size: 170%;
  }

}

/***********
requestHeading
************/

.requestHeading {
}
.requestHeading-title {
  font-size: clamp(154%,1.4vw, 170%);
  font-weight: 400;
  padding-bottom: 0.5em;
}
.requestHeading-title span{
  display: block;
  font-size: 80%;
}
.requestHeading-subTitle {
  font-size: 154%;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.requestHeading .l-column-first{
  width: 40%;
}
.requestHeading .l-column-second{
  width: 55%;
}

@media screen and (max-width:834px) {

  .requestHeading-title {
    font-size: 154%;
  }
  .requestHeading .l-column-first,
  .requestHeading .l-column-second{
    width: 100%;
  }
  .requestHeading-subTitle {
    font-size: 124%;
  }

}


/***********
worksData
************/

.worksData {
  margin-top: -2em;
  margin-bottom: 4em;
  padding: 2em 0 1em 0;
}
.worksData-block {
  display: flex;
  flex-wrap: wrap;
}
.worksData-list {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  min-width: 25em;
}
.worksData-list dt {
  white-space: nowrap;
  font-size: 108%;
  font-weight: 500;
  border: 1px solid #333;
  padding: 0.5em 1em;
  min-width: 7em;
  text-align: center;
}
.worksData-list dd {
  font-size: 139%;
  padding-left: 1em;
}

@media screen and (max-width:834px) {


  .worksData {
    margin-top: -1em;
    margin-bottom: 2em;
    padding: 1em 0 0.5em 0;
    border-width: 5px;
  }
  .worksData-block {
  }
  .worksData-list {
    min-width: 18em;
    margin-bottom: 0.5em;
  }
  .worksData-list dt {
    font-size: 93%;
  }
  .worksData-list dd {
    font-size: 116%;
    padding-left: 1em;
  }


}


/***********
recruitList
************/

.recruitList {
}
.recruitList-headline {
  text-align: center;
  font-family: var(--font-family-serif);
  font-size: 231%;
  padding-bottom: 1em;
}
.recruitList-headline img {
  width: 2.5em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  transform: translateY(-0.2em);
}

.recruitList-section {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 4em 5%;
}
.recruitList-section:not(:last-child) {
  margin-bottom: 6em;
}

.recruitList-container {
  display: flex;
  align-items: center;
}
.recruitList-img {
  width: 42%;
  padding-right: 5%;
}
.recruitList-heading-title {
  font-size: 231%;
}
.recruitList-link {
  padding-top: 3em;
}

.recruitList-inner {
  flex: 1;
}


@media screen and (max-width:834px) {


  .recruitList {
  }
  .recruitList-headline {
    font-size: 200%;
    line-height: 2;
    padding-bottom: 0.5em;
  }

  .recruitList-section {
    padding: 1em 4% 3em;
    margin-left: -2%;
    margin-right: -2%;
  }
  .recruitList-section:not(:last-child) {
    margin-bottom: 3em;
  }

  .recruitList-container {
    display: block;
  }
  .recruitList-img {
    width: 60%;
    max-width: 320px;
    margin: 0 auto;
    padding-right: 0;
  }
  .recruitList-link {
    padding-top: 2em;
    text-align: center;
  }

  .recruitList-inner {
    padding-top: 1.5em;
  }

}



/***********
outlineTable
************/

.outlineTable {
  font-size: 1.24rem;
  line-height: 1.6;
}
.outlineTable tr {
  border-bottom: 1px solid #ddd;
}
.outlineTable th {
  padding: 1.5em 2em;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  font-feature-settings: "palt";
}
.outlineTable td {
  vertical-align: top;
  padding: 1.5em 2em 1.5em 0;
}
.outlineTable-th {
  width: 14em;
}
.outlineTable-th2 {
  width: 16em;
}

@media screen and (max-width:834px) {

  .outlineTable {
    width: auto;
    font-size: 1rem;
    font-feature-settings: "palt";
    border-width: 5px;
    margin-left: -4%;
    margin-right: -4%;
  }
  .outlineTable tr {
    border-bottom: 2px solid #ddd;
  }
  .outlineTable th {
    padding: 1em 1em;
  }
  .outlineTable td {
    padding: 1em 1em 1em 0;
  }
  .outlineTable-th ,
  .outlineTable-th2{
    width: 9em;
  }

}

/***********
overviewTable
************/

.overviewTable {
  font-size: 1.16rem;
  line-height: 1.6;
  border: 1px solid #ddd;
}
.overviewTable tr {
}
.overviewTable th {
  border: 1px solid #ddd;
  padding: 1.2em 2em;
  width: 20em;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  background-color: #f0f0ec;
}
.overviewTable td {
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 1.2em 2em;
}

@media screen and (max-width:834px) {

  .overviewTable ,
  .overviewTable tbody,
  .overviewTable thead,
  .overviewTable tfoot,
  .overviewTable tr,
  .overviewTable th,
  .overviewTable td{
    display: block;
  }

  .overviewTable {
    font-size: 1rem;
    border: none;
  }
  .overviewTable tr {
    border-bottom: 1px solid #ddd;
    padding: 1.5em 0
  }
  .overviewTable th {
    padding: 0;
    width: auto;
    background: none;
    border: none;
    font-size: 116%;
    padding-bottom: 0.3em;
  }
  .overviewTable td {
    border: none;
    vertical-align: top;
    padding: 0 0
  }
}


/***********
historyTable
************/

.historyTable {
  font-size: 1.16rem;
  line-height: 1.6;
}
.historyTable tr {
}
.historyTable th {
  width: 8em;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  padding: 0.3em 0;
}
.historyTable td {
  vertical-align: top;
  padding: 0.3em 0;
}

.historyHeading {
  text-align: center;
  border: 2px solid #f0f0ec;
  border-left: none;
  border-right: none;
  font-weight: 600;
  font-size: clamp(154%,1.4vw, 170%);
  padding: 0.5em 0;
  margin-bottom: 1em;
}


@media screen and (max-width:834px) {
  .historyTable {
    font-size: 1rem;
  }
  .historyTable tr {
  }
  .historyTable th {
    width: 6em;
  }
  .historyTable td {
  }

  .historyHeading {
    text-align: left;
  }

}


/***********
worksVisit
************/

.worksVisit{
  background-color: #d9e5e5;
  padding: 2em 2%;
}

.worksVisit-header {
  display: flex;
}
.worksVisit-header-img {
  width: 38%;
}
.worksVisit-header-inner {
  flex: 1;
  padding-left: 5%;
}
.worksVisit-header-inner-title {
  display: flex;
  justify-content: space-around;
}
.worksVisit-header-subTitle {
  display: inline-block;
  background-color: #ff9c00;
  border-radius: 3px;
  padding: 0.3em 1em;
  font-size: 124%;
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media screen and (max-width:834px) {

  .worksVisit{
    padding: 2em 5% 1em;
    margin-left: -4%;
    margin-right: -4%;
  }

  .worksVisit-header {
    display: block;
  }
  .worksVisit-header-img {
    width: auto;
    max-width: 320px;
    margin: 0 auto;
  }
  .worksVisit-header-inner {
    padding-left: 0;
    padding-top: 1.5em;
  }
  .worksVisit-header-subTitle {
    padding: 0.3em 1em;
    font-size: 100%;
  }

}


/***********
hirayaQa
************/

.hirayaQa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4em;
}
.hirayaQa-item {
  width: 35%;
}
.hirayaQa-bar {
  flex: 1;
  position: relative;
}
.hirayaQa-bar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.hirayaQa-icon {
  max-width: 160px;
  margin: 0 auto;
}
.hirayaQa-text {
  font-size: 154%;
  font-weight: 500;
  text-align: center;
  padding-top: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width:834px) {


  .hirayaQa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4em;
  }
  .hirayaQa-item {
    width: 44%;
  }
  .hirayaQa-bar {
  }
  .hirayaQa-bar::after {
  }
  .hirayaQa-icon {
    max-width: 80px;
  }
  .hirayaQa-text {
    font-size: 100%;
    padding-top: 1em;
    white-space: normal;
  }

}


/***********
hirayaWorks
************/

.hirayaProblemImg {
  margin-right: -15%;
}

.hirayaProblemLead {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
}
.hirayaProblemLead-arrow {
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
  padding-bottom: 1em;
}
.hirayaProblemLead-lead {
  display: inline-block;
  font-size: 231%;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.hirayaProblemLead-lead span {
  background: linear-gradient(to bottom, transparent 90%, #be7067 90%);
  padding-bottom: 0.1em;
}

@media screen and (max-width:834px) {

  .hirayaProblemImg {
    margin-right: 0;
  }

  .hirayaProblemLead {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .hirayaProblemLead-arrow {
    max-width: 100px;
  }
  .hirayaProblemLead-lead {
    font-size: 170%;
  }

}


/***********
hirayaWorks
************/

.hirayaWorks {
  display: flex;
  justify-content: space-between;
  padding-top: 4em;
}
.hirayaWorks-before {
  width: 42%;
  position: relative;
}
.hirayaWorks-before::after {
  content: "";
  display: block;
  width: 40px;
  height: 120px;
  margin-left: 20px;
  background-color: #7e4c15;
  position: absolute;
  left: 100%;
  top: 20%;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.hirayaWorks-after {
  width: 53%;
}


.hirayaWorks-title {
  background-color: #7e4c15;
  color: #fff;
  font-weight: 500;
  font-size: 139%;
  padding: 1em 1em;
  text-align: center;
}
.hirayaWorks-title span {
  font-size: 124%;
  font-family: 'Roboto', sans-serif;
  display: block;
  line-height: 1.2;
}

@media screen and (max-width:1024px) {

  .hirayaWorks {
    display: block;
    padding-top: 2em;
    max-width: 640px;
    margin: 0 auto;
  }
  .hirayaWorks-before {
    width: auto;
    position: relative;
    margin-bottom: 50px;
  }
  .hirayaWorks-before::after {
    content: "";
    display: block;
    width: 100px;
    height: 20px;
    margin-top: 15px;
    margin-left: -50px;
    background-color: #7e4c15;
    position: absolute;
    left: 50%;
    top: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  .hirayaWorks-after {
    width: auto;
  }


  .hirayaWorks-title {
    font-size: 116%;
  }
  .hirayaWorks-title span {
    font-size: 139%;
  }
}


/***********
accordionArea
************/

.accordionArea {
}
.accordionArea-container {
  max-height: 800px;
  overflow: hidden;
  /* -webkit-mask: url(../../img/mask01.png);
  mask: url(../../img/mask01.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%; */
  overflow: hidden;
  padding: 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  position: relative;
}
.accordionArea-container.is-active {
  height: auto;
  max-height: initial;
  overflow: visible;
  mask: none;
  -webkit-mask: none;
}
.accordionArea-more {
  text-align: center;
  margin-top: 3em;
  position: relative;
  z-index: 2;
}
.accordionArea-trigger:not([target])::before,
.accordionArea-trigger:not([target])::after {
  display: none;
}


/***********
showroomList
************/

.showroomList {
}
.showroomList-heading {
  padding-bottom: 2em;
}
.showroomList-subTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.8em;
}
.showroomList-subTitle-label {
  display: inline-block;
  border: 1px solid #7e4c15;
  color: #7e4c15;
  padding: auto;
  font-size: 1.16rem;
  font-weight: 500;
  padding: 0.2em 1em;
  margin-right: 1em;
}
.showroomList-subTitle-title {
  font-size: 139%;
  font-weight: 600;
}
.showroomList-title {
  font-size: 230%;
}
.showroomList-title-subText {
  display: inline-block;
  font-size: 60%;
  padding-left: 1em;
}
.showroomList-map {
  margin-bottom: 1em;
}
.showroomList-map iframe {
  width: 100%;
  height: 200px;
  vertical-align: middle;
}
.showroomList-container {
  display: flex;
  justify-content: space-between;
}
.showroomList-img {
  width: 50%;
}
.showroomList-inner {
  padding-left: 5%;
  flex: 1;
}

@media screen and (max-width:834px) {

  .showroomList {
  }
  .showroomList-heading {
    padding-bottom: 2em;
  }
  .showroomList-subTitle {
  }
  .showroomList-subTitle-label {
    font-size: 1rem;
  }
  .showroomList-subTitle-title {
    font-size: 116%;
  }
  .showroomList-title {
    font-size: 200%;
  }
  .showroomList-title-subText {
    display: block;
    padding-left: 0;
  }
  .showroomList-map {
    margin-bottom: 2em;
  }
  .showroomList-map iframe {
    height: 300px;
  }
  .showroomList-container {
    display: block;
  }
  .showroomList-img {
    width: auto
  }
  .showroomList-inner {
    padding-left: 0;
    padding-top: 2em;
  }

}


/***********
eventHeader
************/

.eventHeader {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4em;
}
.eventHeader-img {
  width: 60%;
  padding-right: 5%;
}
.eventHeader-inner {
  flex: 1;
}

.eventHeader-data {
  border-top: 1px solid #ddd;
  font-size: 124%;
}
.eventHeader-data tr {
  border-bottom: 1px solid #ddd;
}
.eventHeader-data th {
  text-align: left;
  vertical-align: top;
  padding: 1.2rem 0;
  width: 8em;
}
.eventHeader-data td {
  text-align: left;
  vertical-align: top;
  padding: 1.2rem 0;
}

.eventHeader-data th i {
  width: 1em;
  text-align: center;
  margin-right: 0.8em;
  opacity: 0.6;
  transform: scale(1.2);
}

@media screen and (max-width:834px) {

  .eventHeader {
    display: block;
    padding-bottom: 2em;
  }
  .eventHeader-img {
    width: 80%;
    max-width: 380px;
    margin: 0 auto;
    padding-right: 0;
  }
  .eventHeader-inner {
    padding-left: 0;
    padding-top: 2em;
  }

  .eventHeader-data {
    font-size: 116%;
  }
  .eventHeader-data tr {
  }
  .eventHeader-data th {
    width: 7em;
  }

}



/***********
inquiryBlock
************/

.inquiryBlock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}
.inquiryBlock-item {
  width: 49%;
  background-color: #f4f3ee;
}
.inquiryBlock-title {
  background-color: #7e4c15;
  color: #fff;
  font-size: 154%;
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
}
.inquiryBlock-box {
  padding: 2.5em 2em;
  text-align: center;
}
.inquiryBlock-subTitle {
  display: inline-block;
  font-size: 154%;
  border-bottom: 2px solid #333;
  margin-bottom: 0.8em;
}

.inquiryBlock-text {
  font-size: 116%;
}
.inquiryBlock-tel {
}
.inquiryBlock-tel a {
  font-size: 2rem;
  font-weight: 700;
  color: #f00;
  text-decoration: none;
}

@media screen and (max-width:834px) {

  .inquiryBlock {
    display: block;
    margin-bottom: 0;
  }
  .inquiryBlock-item {
    width: auto;
    margin-bottom: 1em;
  }
  .inquiryBlock-title {
    font-size: 139%;
  }
  .inquiryBlock-box {
    padding: min(5vw,2em);
  }
  .inquiryBlock-subTitle {
    font-size: 139%;
  }

}

/***********
inquirySection
************/


.inquirySection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.inquirySection-item {
}
.inquirySection-item:nth-child(1) {
  border-right: 1px solid #000;
}
.inquirySection-title {
  padding: 1rem 8%;
  font-size: clamp(154%,4vw, 200%);
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.inquirySection-box {
  padding: 2.5rem 8%;
}
.inquirySection-subTitle {
  font-size: clamp(131%,3.6vw, 139%);
  font-weight: 500;
}
.inquirySection-text {
  font-size: 116%;
  line-height: 1.8;
}
.inquirySection-tel {
  font-family: var(--font-family-gothic-en);
  font-size: clamp(185%,5vw, 239%);
  font-weight: 500;
}
.inquirySection-tel a {
  color: inherit;
  text-decoration: none;
}


@media screen and (max-width:834px) {

  .inquirySection {
    display: block;
  }

  .inquirySection-item {
  }
  .inquirySection-item:nth-child(1) {
    border-right: none;
  }
  .inquirySection-title {
    padding: 1rem 5%;
    font-size: clamp(154%,4vw, 200%);
  }
  .inquirySection-box {
    padding: 2rem 5%;
  }

}


/***********
cardList
************/

.cardList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -5em;
}
.cardList li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 5em;
}
.cardList-img {
  padding-bottom: 1.5em;
}


@media screen and (max-width:834px) {

  .cardList {
    display: block;
    margin-left: 0;
    margin-bottom: -3em;
  }
  .cardList li {
    width: auto;
    margin-left: 0;
    margin-bottom: 3em;
  }
  .cardList-img {
  }

}

/***********
entryIntro
************/

.entryIntro {
  text-align: center;
}
.entryIntro-character {
}
.entryIntro-lead {
  font-size: 200%;
  font-weight: 600;
  padding-top: 0.8em;
  line-height: 1.6;
}

@media screen and (max-width:834px) {

  .entryIntro {
  }
  .entryIntro-character {
  }
  .entryIntro-lead {
    font-size: 116%;
    font-weight: 600;
    padding-top: 0.8em;
    line-height: 1.6;
  }

}

/***********
entryApply
************/

.entryApply {
  display: flex;
  justify-content: space-between;
  padding: 6em 0;
}
.entryApply-section {
  width: 48%;
  background-color: #fff;
  padding: 3em 5%;
}
.entryApply-title {
  font-size: 170%;
  text-align: center;
}
.entryApply-title span{
  font-size: 60%;
  background: #31c775;
  color: #fff;
  margin-left: 10px;
  border-radius: 10%;
  vertical-align: middle;
  padding: 5px;
}
.entryApply-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #000;
  margin: 0.8em auto 2em;
}

.entryApply-item {
}
.entryApply-item + .entryApply-item {
  padding-top: 2em;
}
.entryApply-item-title {
  font-size: 131%;
  font-weight: 600;
  padding-bottom: 0.2em;
}

.entryApply-text {
  font-size: 124%;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width:834px) {

  .entryApply {
    display: block;
    padding: 2em 0;
  }
  .entryApply-section {
    width: auto;
    padding: min(5vw,2em);
    margin-bottom: 2em;
  }
  .entryApply-title {
    font-size: 154%;
  }
  .entryApply-title::after {
    margin: 0.4em auto 1em;
  }

  .entryApply-item {
  }
  .entryApply-item + .entryApply-item {
    padding-top: 2em;
  }
  .entryApply-item-title {
    font-size: 116%;
  }

  .entryApply-text {
    font-size: 124%;
    font-weight: 500;
    line-height: 1.8;
  }


}


/***********
staffList
************/

.staffList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4em;
  justify-content: space-between;
}
.staffList-section {
  width: 48%;
  background-color: #ececea;
  padding: 1.5em;
  margin-bottom: 4em;
  text-align: center;
}
.staffList-img {
}
.staffList-inner {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.staffList-title {
  font-size: 170%;
  font-weight: 600;
}
.staffList-title::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #ff9c00;
  margin: 0.5em auto 1em;
}
.staffList-text {
  font-size: clamp(93%,2vw, 124%);
  line-height: 1.6;
}

@media screen and (max-width:520px) {

  .staffList {
    display: block;
    margin-bottom: -2em;
    justify-content: space-between;
  }
  .staffList-section {
    width: auto;
    padding: 1em;
    margin-bottom: 2em;
  }
  .staffList-img {
  }
  .staffList-inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .staffList-title {
    font-size: 154%;
  }
  .staffList-text {
    font-size: 108%;
    line-height: 1.6;
  }

}



/***********
columnList
************/

.columnList {
}
.columnList li {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 2em 0;
}
.columnList-visual {
  width: 35%;
  padding-right: 5%;
}
.columnList-img {
}
.columnList-inner {
  flex: 1;
}
.columnList-cat {
  display: flex;
  justify-content: end;
  padding-bottom: 0.5em;
}
.columnList-cat a{
  display: inline-block;
  background-color: #7c6d53;
  color: #fff;
  font-size: 108%;
  padding: 0.1em 0.8em;
  margin: 1px;
  border-radius: 3px;
  text-decoration: none;
}
.columnList-title {
  font-size: 139%;
  margin-bottom: 0.5em;
}
.columnList-title a {
  text-decoration: none;
  color: inherit;
}
.columnList-summary {
  height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
.columnList-more {
  text-align: right;
  padding-top: 0.5em;
}
.columnList-more a {
  text-decoration: underline;
  color: inherit;
  font-size: 124%;
}

body.is-pc .columnList-title a:hover ,
body.is-pc .columnList-more a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width:834px) {

  .columnList {
  }
  .columnList li {
    padding: 1.5em 0;
  }
  .columnList-visual {
    width: 32%;
    padding-right: 12px;
  }
  .columnList-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    max-height: 150px;
  }
  .columnList-cat {
    padding-bottom: 0.5em;
  }
  .columnList-cat a{
    font-size: 85%;
  }
  .columnList-title {
    font-size: 116%;
    line-height: 1.2;
  }
  .columnList-title a {
  }
  .columnList-summary {
    height: calc(1em * 1.5);
    -webkit-line-clamp: 1;
    font-size: 85%;
  }
  .columnList-more a {
    font-size: 100%;
  }

}



/***********
columnHeadline
************/

.columnHeadline {
  border-bottom: 1px solid #7c6d53;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  margin-bottom: 2em;
}

.columnHeadline-text {
  font-size: 108%;
  padding-bottom: 0.5em;
}
.columnHeadline-title {
  font-size: 200%;
}

.columnHeadline-data {
  padding-top: 0;
  padding-bottom: 4em;
}

@media screen and (max-width:834px) {

  .columnHeadline {
    margin-bottom: 0;
  }
  .columnHeadline-text {
  }
  .columnHeadline-title {
    font-size: 154%;
  }

  .columnHeadline-data {
    padding-top: 1em;
    padding-bottom: 3em;
  }

}


/***********
columnCats
************/

.columnCats {
  padding: 1.5em 2em;
  background-color: #cccccc;
}
.columnCats + .columnCats {
  padding-top: 0;
}
.columnCats-list {
  display: flex;
  flex-wrap: wrap;
}
.columnCats-list li {
  padding: 2px;
}
.columnCats-list li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  color: inherit;
  border: 1px solid #aaa;
  font-feature-settings: "palt";
  padding: 0.6em 1em;
}
body.is-pc .columnCats-list li a:hover {
  background-color: #7c6d53;
  color: #fff;
}


.columnCats-archive {
  display: flex;
  align-items: center;
}
.columnCats-archive-title {
  font-size: 139%;
  font-weight: 600;
  padding-right: 2em;
}
.columnCats-archive-inner {
  flex: 1;
}

.columnCats-archive-select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-size: 16px;
  padding: 0 25px 0 10px;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: var(--font-family-gothic);
}

@media screen and (max-width:834px) {

  .columnCats {
    padding: 1em;
  }
  .columnCats-list {
  }
  .columnCats-list li {
    padding: 1px;
  }
  .columnCats-list li a {
    font-size: 93%;
    padding: 0.5em 0.5em;
  }


  .columnCats-archive-title {
    font-size: 108%;
    padding-right: 1em;
  }
  .columnCats-archive-select {
    font-size: 16px;
  }
}

/***********
blogList
************/

.blogList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
  margin-bottom: -6em;
}
.blogList li {
  width: 30.3%;
  margin-left: 3%;
  margin-bottom: 6em;
}
.blogList-visual {
}
.blogList-img {
}
.blogList-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.blogList-inner {
  padding-top: 1.2em;
  position: relative;
}
.blogList-writer {
  position: absolute;
  right: 5px;
  top: -56px;
  z-index: 9;
  text-align: center;
}
.blogList-writer-icon {
}
.blogList-writer-icon img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #7c6d53;
}
.blogList-writer-name {
  font-size: 85%;
  padding-top: 0.2em;
}


.blogList-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.2em;
}
.blogList-time {
  display: inline-block;
  font-size: 108%;
  padding-right: 0.5em;
}
.blogList-cat {
  display: flex;
  flex-wrap: wrap;
}
.blogList-cat a{
  display: inline-block;
  color: #000;
  font-size: 93%;
  padding: 0.1em 0.8em;
  margin: 1px;
  border-radius: 3px;
  text-decoration: none;
}

.blogList-heading {
  display: flex;
  align-items: start;
}
.blogList-heading-icon {
  width: 95px;
}
.blogList-heading-icon img {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  object-fit: cover;
}

.blogList-title {
  flex: 1;
  font-size: 131%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 2.6em;
  line-height: 1.4;
}
.blogList-title a {
  text-decoration: none;
  color: inherit;
}
.blogList-summary {
  height: calc(2em * 1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.7;
}
.blogList-more {
  text-align: right;
  padding-top: 0.5em;
}
.blogList-more a {
  text-decoration: underline;
  color: inherit;
  font-size: 124%;
}

body.is-pc .blogList-title a:hover ,
body.is-pc .blogList-more a:hover {
  text-decoration: none;
}

@media screen and (max-width:834px) {

  .blogList {
    margin-bottom: -3em;
  }
  .blogList li {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3em;
  }
  .blogList-inner {
    padding-top: 1em;
  }
  .blogList-writer {
    top: -44px;
  }
  .blogList-writer-icon img {
    width: 48px;
    height: 48px;
  }
  .blogList-writer-name {
    font-size: 77%;
  }

  .blogList-data {
    padding-bottom: 0.2em;
  }
  .blogList-time {
    font-size: 93%;
  }
  .blogList-cat a{
    font-size: 85%;
  }
  .blogList-title {
    font-size: 116%;
  }
  .blogList-summary {
    font-size: 77%;
  }
  .blogList-more a {
    font-size: 100%;
  }

}

@media screen and (max-width:520px) {

  .blogList {
    display: block;
    margin-left: 0;
  }
  .blogList li {
    width: auto;
    margin-left: 0;
    margin-bottom: 3em;
  }
  .blogList-inner {
  }
  .blogList-writer {
    top: -44px;
  }
  .blogList-writer-icon img {
    width: 56px;
    height: 56px;
  }
  .blogList-data {
    padding-bottom: 0.2em;
  }
  .blogList-time {
    font-size: 93%;
  }
  .blogList-cat a{
    font-size: 85%;
  }
  .blogList-title {
    font-size: 124%;
  }
}

/***********
staffBlogHeading
************/

.staffBlogHeading {
  position: relative;
}


.staffBlogHeading-container {
  display: flex;
}
.staffBlogHeading-title {
  font-size: 200%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
}


.staffBlogHeading-inner {
  padding-right: 100px;
}

.staffBlogHeading-writer {
  width: 130px;
}
.staffBlogHeading-writer-icon {
}
.staffBlogHeading-writer-icon img {
  width: 110px;
  height: 110px;
  border-radius: 10%;
  object-fit: cover;
  /*border: 1px solid #7c6d53;*/
}
.staffBlogHeading-writer-name {
  font-size: 108%;
  padding-top: 0.2em;
}


@media screen and (max-width:834px) {

  .staffBlogHeading {
  }

  .staffBlogHeading-inner {
    padding-right: 0;
  }



  .staffBlogHeading-container {
  }
  .staffBlogHeading-title {
    font-size: 139%;
    min-height: 46px;
  }


  .staffBlogHeading-writer {
    width: 105px;
  }
  .staffBlogHeading-writer-icon {
  }
  .staffBlogHeading-writer-icon img {
    width: 90px;
    height: 90px;
  }

}

/***********
srBtn
************/

.srBtn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 2px 8px;
  font-size: 13px;
  text-decoration: none;
}
.srBtn:hover {
  opacity: 0.7;
}
.srBtn i {
  margin-right: 0.5em;
  vertical-align: middle;
  translate: 0 -0.1em;
}


/***********
voiceList
************/

.voiceList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-bottom: -3%;
}
.voiceList li {
  width: 31.3%;
  margin-left: 2%;
  margin-bottom: 3%;
}
.voiceList li a{
  display: block;
  color: inherit;
  border: 1px solid #ddd;
  padding: 14px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: clamp(13px,1.2vw, 16px);
  position: relative;
}
.voiceList-img {
  position: relative;
}
.voiceList-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.voiceList-inner {
  padding: 1em 0.5em;
  position: relative;
}
.voiceList-fm {
  display: block;
  width: 100px;
  position: absolute;
  right: 1em;
  top: -2.5em;
  z-index: 9;
  pointer-events: none;
}
.voiceList-title {
  font-size: 108%;
  padding-bottom: 0.5em;
}
.voiceList-text {
  font-size: 93%;
}

@media screen and (max-width:834px) {

  .voiceList {
  }
  .voiceList li {
    width: 48%;
  }
}

@media screen and (max-width:520px) {

  .voiceList {
    display: block;
    margin-left: 0;
    margin-bottom: -1em;
  }
  .voiceList li {
    width: auto;;
    margin-left: 0;
    margin-bottom: 1em;
  }
  .voiceList li a{
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: left;
  }
  .voiceList-img {
    width: 35%;
    position: relative;
  }
  .voiceList-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 11;
  }
  .voiceList-inner {
    flex: 1;
    padding: 0.2em 0 0.5em 1em;
  }
  .voiceList-fm {
    display: block;
    width: 80px;
    position: static;
    margin-bottom: 0.5em;
  }
  .voiceList-title {
    padding-bottom: 0.2em;
    font-size: 100%;
    color: #7c6d53;
  }
  .voiceList-text {
    font-size: 90%;
  }
}

/***********
sitemap
************/

.sitemap {
  font-size: clamp(15px,1.2vw, 16px);
  display: flex;
  justify-content: space-around;
}
.sitemap a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2em;
  transition: 0.2s;
  padding: 0.2em 0;
}
body.is-pc .sitemap a:hover {
  text-decoration-color: inherit;
}

.sitemap-section {
  flex-grow: 1;
}

.sitemap-list,
.sitemap-list ul {
  list-style: none;
  padding-left: 0.5em;
  margin: 0;
}

.sitemap-list > li > a {
  position: relative;
}
.sitemap-list > li > a::before {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  position: absolute;
  right: calc(100% + 0.4em);
  top: 0.4em;
  scale: 0.6;
}

.sitemap-list ul {
  padding-bottom: 0.5em;
}
.sitemap-list ul li {
  position: relative;
  margin: 0.2em 0;
  padding-left: 1.5em;
}

.sitemap-list ul li::before {
  content: "├";
  position: absolute;
  left: 0;
  top: 0.2em;
  opacity: 0.7;
}

.sitemap-list ul li:last-child::before {
  content: "└";
}

@media screen and (max-width:834px) {

  .sitemap {
    display: block;
  }

  .sitemap-section {
    width: auto;
  }

}

/***********
staffCard
************/

.staffCard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em 4%;
}

.staffCard-img {
}
.staffCard-inner {
  padding-top: 1.5em;
}

@media screen and (max-width:640px) {

  .staffCard {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 0;
  }

}


/***********
formHeadline
************/

.formHeadline {
  font-size: clamp(185%,5vw, 270%);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 1em;
}









/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
