@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* meetup */
@import url("https://fonts.googleapis.com/css?family=Rock+Salt");
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Zen Maru Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  --serif: "", serif;
  --en-sans: "Montserrat", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main: #231815;
  --black: #000;
  --gray01: #F6F6F5;
  --gray02: #D9D9D2;
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  figure {
    all: unset;
    display: revert;
  }
  body {
    line-height: 1;
  }
  ol,
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
}
@layer foundation {
  html {
    height: 100%;
    scroll-behavior: smooth;
  }
  body {
    text-size-adjust: 100%;
    font-family: var(--sans-serif);
    line-height: 1.7;
    min-width: 320px;
    color: var(--main);
    background: var(--base);
  }
  body.is-main-nav-expanded {
    overflow: hidden;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
    outline-offset: 2px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
    word-break: break-all;
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
    }
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font: inherit;
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
}
:root {
  --base_width: 980px;
  --base_short_width: 780px;
  --break_point: 480px;
  --base_color: #544235;
  --sp_padding: 15px;
}

/************************************************

 Heading

************************************************/
.heading-a {
  padding: 35px 0 30px 0;
  font-size: 1.25rem;
  text-align: center;
}
.heading-a span {
  color: #f57b0a;
}
.heading-a small {
  display: block;
  font-size: 0.75rem;
  color: var(--base_color);
}

.heading-b {
  background: #f5f3f2;
  padding: 20px 20px 16px 20px;
  color: #544235;
  border-bottom: 2px solid #544235;
}
.heading-b small {
  margin-left: 3px;
  font-family: 0.75rem;
  font-weight: normal;
}

.heading-c {
  color: #ec6400;
  font-size: 1.25rem;
  text-align: center;
}

.heading-d {
  color: #ec6400;
  font-size: 1.5rem;
}
.heading-d small {
  font-size: 0.875rem;
}

.list-article li .img-icon-latest {
  position: absolute;
  right: 8px;
  top: -12px;
  z-index: 2;
}
.list-article li a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.list-article li .meta p.category {
  font-weight: bold;
}
.list-article li .meta p.category.category--地域のこと {
  color: #5ec5ce;
}
.list-article li .meta p.category.category--食のこと {
  color: #ed5b66;
}
.list-article li .meta p.category.category--道具のこと {
  color: #61c290;
}
.list-article li .meta p.category.category--イベント {
  color: #f87a0c;
}
.list-article li .meta p.category.category--特集 {
  color: #e14264;
}
.list-article li .title {
  font-weight: bold;
  line-height: 1.4;
}
.list-article.list-article--feature li .thumb {
  margin-bottom: 15px;
  height: auto;
}

.list-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.list-flex li {
  margin: 0 1.5% 30px 1.5%;
  width: 30%;
}

.list-hover li {
  position: relative;
}
.list-hover li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.list-hover li a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}

@media (width <= 480px) {
  .list-hover li a,
  .list-article li a {
    min-height: 0 !important;
  }
  .list-hover li a:hover,
  .list-article li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .list-article {
    display: block;
  }
  .list-article li {
    margin-right: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  .list-article.list-article--writer .writer {
    margin-right: auto;
    margin-left: auto;
  }
  .list-flex {
    display: block;
  }
}
.table-default {
  width: 100%;
}
.table-default th,
.table-default td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  border-bottom: 1px solid #c9c9c5;
}
.table-default th .table-default__note,
.table-default td .table-default__note {
  white-space: normal;
  font-size: 0.8125rem;
  width: 130px;
}
.table-default th {
  padding-left: 10px;
  color: #544235;
  text-align: left;
  width: 160px;
}
.table-default td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  border-bottom: 1px solid #c9c9c5;
}
.table-default th,
.table-default .cell-icon {
  white-space: nowrap;
}

@media (width <= 480px) {
  .table-default {
    width: auto;
    display: block;
  }
  .table-default th,
  .table-default td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 0;
  }
  .table-default th {
    display: inline-block;
    padding-right: 10px;
    width: auto;
    white-space: normal;
  }
  .table-default thead, .table-default tbody, .table-default tr, .table-default td {
    display: block;
  }
  .table-default td {
    padding-bottom: 15px;
  }
  .table-default td.cell-icon {
    padding-bottom: 5px;
  }
}
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon--arrow {
  background: url(../../images/icon/icon-arrow.svg) 0 0 no-repeat;
  width: 5px;
  height: 9px;
}
.icon.icon--arrow.icon--arrow--back {
  transform: rotate(-180deg);
}
.icon.icon--tag {
  background: url(../../images/icon/icon-tag.svg) 0 0 no-repeat;
  width: 15px;
  height: 17px;
}
.icon.icon--arrow-white {
  background: url(../../images/icon/icon-arrow-white.svg) 0 0 no-repeat;
  width: 5px;
  height: 8px;
}
.icon.icon--blank {
  background: url(../../images/icon/icon-blank.svg) 0 50% no-repeat;
  width: 11px;
  height: 11px;
}
.icon.icon--pin {
  background: url(../../images/icon/icon-pin.svg) 0 50% no-repeat;
  width: 15px;
  height: 17px;
}
.icon.icon--mail {
  background: url(../../images/icon/icon-mail.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
}
.icon.icon--arrow-small {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #c1bbb6;
}
.icon.icon--require, .icon.icon--any {
  padding: 2px 0 3px 5px;
  text-align: center;
  letter-spacing: 5px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.2;
}
.icon.icon--require {
  background: #f57b0a;
}
.icon.icon--any {
  background: #544235;
}

hr.line-dotte {
  background: url(../../images/content/dotte-line-gray.png) 0 0 repeat-x;
  border: 0;
  height: 2px;
}

.texture-sandpaper {
  background: url(../../images/content/texture-sandpaper.png) 0 0 repeat;
}

.pickup-banner {
  margin-bottom: 40px;
}

.button {
  display: block;
  background: #FFF;
  padding: 5px 3px;
  text-align: center;
  font-size: 0.75rem;
  border: 1px solid var(--base_color);
  border-radius: 4px;
}
.button:hover {
  text-decoration: underline;
}
.button .icon {
  min-height: 17px;
  top: -1px;
}

.button-in-article .button {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
  font-size: 14px;
}
.button-in-article .button .icon {
  top: 3px;
}

.tab .tab__nav {
  display: table;
  margin-bottom: 30px;
  width: 100%;
  font-size: 0.875rem;
}
.tab .tab__nav li {
  display: table-cell;
  width: 16.7%;
  border-right: 6px solid transparent;
}
.tab .tab__nav li:last-child {
  border-right: 0;
}
.tab .tab__nav li a {
  display: block;
  background-color: #f5f3f2;
  padding: 10px 5px;
  color: var(--base_color);
  text-align: center;
}
.tab .tab__nav li a.active, .tab .tab__nav li a:hover {
  background-color: #544235;
  color: #FFF;
}

.box-other {
  border: 3px solid #f5f3f2;
  border-top: none;
}
.box-other .box-other__item {
  position: relative;
  background: url(../../images/content/dotte-line-gray.png) 0 100% repeat-x;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 0.875rem;
}
.box-other .box-other__item a {
  display: block;
}
.box-other .box-other__item a:hover {
  color: #fc770e;
}
.box-other .box-other__item .icon {
  position: absolute;
  top: 50%;
  right: 20px;
}
.box-other .row:last-child .box-other__item {
  background: none;
}

.paging-navigation {
  border-top: 2px solid #c9c9c5;
  text-align: center;
  font-size: 1rem;
}
.paging-navigation a, .paging-navigation span {
  display: inline-block;
  margin: -2px 5px 10px 5px;
  padding: 10px 15px;
}
.paging-navigation a:hover {
  text-decoration: underline;
}
.paging-navigation .current {
  color: #f57b0a;
  border-top: 2px solid #f57b0a;
}

.agree {
  background: #f5f3f2;
  margin-top: 1px;
  padding: 35px 10px;
  text-align: center;
  border-bottom: 1px solid #c9c9c5;
  font-size: 15px;
}
.agree a {
  color: #f57b0a;
  text-decoration: underline;
}

.wrap-form-button {
  margin-top: 40px;
  text-align: center;
}

@media (width <= 480px) {
  .pickup-banner {
    margin-bottom: 10px;
  }
  .tab .tab__nav {
    display: block;
    margin-bottom: 10px;
  }
  .tab .tab__nav li {
    display: block;
    float: left;
    margin-bottom: 3px;
    width: 33%;
    border-right: 3px solid transparent;
  }
  .tab .tab__nav li:nth-child(3n) {
    border-right: 0;
  }
  .tab .tab__nav li a {
    display: block;
    background-color: #f5f3f2;
    padding: 10px 5px;
    color: var(--base_color);
    text-align: center;
  }
  .tab .tab__nav li a.active {
    background-color: #544235;
    color: #FFF;
  }
  .tab .tab__nav li a:hover {
    background-color: #f5f3f2;
    color: inherit;
  }
  .box-other .box-other__item a:hover {
    color: inherit;
  }
}
.category-title {
  margin-bottom: 10px;
  padding: 45px var(--sp_padding);
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.category-title span {
  display: inline-block;
  border-bottom: 3px solid var(--base_color);
}
.category-title small {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 0.75rem;
  color: #f57b0a;
}

.breadcrumb {
  margin-bottom: 30px;
}
.breadcrumb a {
  color: #f57b0a;
}

article img {
  height: auto;
}
article a:hover {
  text-decoration: underline;
}
article .article__body {
  margin-bottom: 30px;
  line-height: 1.9;
}
article .article__body p, article .article__body figure, article .article__body ul, article .article__body ol, article .article__body dl, article .article__body table {
  margin-bottom: 40px;
}
article .article__body dt {
  margin-bottom: 5px;
}
article .article__body dd {
  margin-bottom: 20px;
}
article .article__body a {
  color: #f57b0a;
  text-decoration: underline;
}
article .article__body figure {
  display: inline-block;
}
article .article__body figure figcaption {
  position: relative;
  background: #edeef2;
  margin-top: 9px;
  padding: 10px 14px;
  font-size: 0.8125rem;
  border-radius: 6px;
}
article .article__body figure figcaption:before {
  position: absolute;
  left: 15px;
  top: -6px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #edeef2 transparent;
}
article .article__body h2 {
  background: url(../../images/content/heading-dotte.svg) 0 0 repeat-y;
  background-size: 4px auto;
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 1.25rem;
}
article .article__body h3 {
  border-bottom: 5px solid #e6e4e3;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 1.125rem;
}
article .article__body h4 {
  margin-bottom: 20px;
  font-size: 1.0625rem;
  color: #f57b0a;
}
article .article__body a {
  word-break: break-all;
}
article .article__body img {
  width: 100%;
}
article .article__body .interview img {
  width: initial;
}
article .layout-column {
  column-width: 40em;
  text-align: justify;
}
article .layout-column * {
  margin: 0 15px;
}
article .layout-column p {
  margin-bottom: 0;
}
article .article__title {
  margin-bottom: 15px;
  padding: 30px 10px;
  border-top: 1px solid var(--base_color);
  border-bottom: 1px solid var(--base_color);
  font-size: 1.5rem;
}
article .article__date {
  margin: 0;
  font-size: 0.6875rem;
}
article .article__date.article__date--placeholder span {
  min-width: 110px;
}
article .article__date span {
  position: relative;
  display: inline-block;
  padding: 2px 5px;
  border-bottom: 1px solid var(--base_color);
}
article .article__date span:after {
  position: absolute;
  right: -4px;
  bottom: -2px;
  display: block;
  content: "";
  background: #FFF;
  width: 4px;
  height: 3px;
}
article .article_meta .icon {
  top: -2px;
  margin-right: 5px;
}
article .article__tag {
  display: inline-block;
  margin-bottom: 4rem;
  line-height: 1.2;
}
article .article__tag li {
  display: inline-block;
  background: url(../../images/content/marker.png) 0 100% repeat-x;
  margin-right: 15px;
}
article .article__info {
  width: min(100%, 740px);
  margin-inline: auto;
  background: #f5f3f2;
  color: var(--base_color);
}
article .article__info .article__info__heading {
  background: none;
  margin-bottom: 0;
  padding: 15px 15px 12px 15px;
  font-size: 1rem;
  text-align: center;
  border-bottom: 2px solid var(--base_color);
}
article .article__info .article__info__body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  article .article__info .article__info__body {
    padding: 15px;
  }
}
article .article__info .article__info__body .article__info__name {
  margin-bottom: 15px;
}
article .article__info .article__info__body h3 {
  padding-bottom: 0;
  border-bottom: 0;
}
article .article__info .article__info__body table th, article .article__info .article__info__body table td {
  padding-bottom: 15px;
  vertical-align: top;
  font-size: 0.875rem;
}
article .article__info .article__info__body table th {
  padding-right: 15px;
}
article .article__info .article__info__body .article__info__list {
  margin: 0 -15px;
}
article .article__info .article__info__body .article__info__list li {
  padding: 20px;
  border-bottom: 1px solid #c4beb9;
}
article .article__info .article__info__body .article__info__list li:first-child {
  padding-top: 0;
}
article .article__info .article__info__body .article__info__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
article .article__writer {
  position: relative;
  padding: 30px 20px 20px 20px;
  border: 2px solid var(--base_color);
  border-radius: 4px;
  color: var(--base_color);
}
article .article__writer .article__writer__heading {
  position: absolute;
  top: -12px;
  background: #FFF;
  font-size: 0.875rem;
}
article .article__writer .article__writer__photo {
  position: absolute;
  right: 20px;
  top: 20px;
}
article .article__writer .article__writer__photo img {
  width: 140px;
}
article .article__writer .article__writer__info {
  margin-right: 160px;
}
article .article__writer .article__writer__name {
  margin-bottom: 5px;
  font-size: 1.125rem;
}
article .article__writer .article__writer__name small {
  font-size: 0.8125rem;
}
article .article__writer .article__writer__role {
  display: inline-block;
  background: url(../../images/content/marker.png) 0 100% repeat-x;
  margin-bottom: 15px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
article .article__writer .article__writer__prof * {
  font-size: 0.875rem;
}
article .article__writer .article__writer__link {
  margin-top: 10px;
  font-size: 0.875rem;
}
article .article__writer .article__writer__link .icon {
  top: -2px;
}
article .article__writer .article__writer__link a {
  color: #f57b0a;
}

.social-plugin {
  display: inline-block;
  background: url(../../images/content/share.png) 100% 0 no-repeat;
  margin: 30px 0 40px 0;
  padding: 5px 80px 15px 0;
}
.social-plugin iframe {
  vertical-align: top;
}

.to-index {
  text-align: center;
}
.to-index a {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
  font-size: 0.875rem;
}
.to-index a .icon {
  top: -5px;
  margin-right: 5px;
}

.pager {
  font-size: 0.8125rem;
  border-top: 2px solid #c9c9c5;
}
.pager .pager__col {
  display: table;
  padding: 20px 10px;
  width: 100%;
}
.pager div {
  display: table-cell;
  padding: 10px 50px;
  width: 50%;
  vertical-align: middle;
}
.pager div.pager__prev {
  background: url(../../images/icon/icon-arrow-rev.svg) 0 50% no-repeat;
  background-size: auto 25px;
  border-right: 1px solid #c9c9c5;
}
.pager div.pager__next {
  background: url(../../images/icon/icon-arrow.svg) 100% 50% no-repeat;
  background-size: auto 25px;
}
.pager div a {
  display: block;
  color: #f57b0a;
  text-decoration: underline;
}

/*2rhythm*/
@media (width <= 480px) {
  .category-title {
    font-size: 1.625rem;
  }
  article .article__title {
    margin-bottom: 15px;
    padding: 20px 10px;
  }
  .article__writer .article__writer__photo {
    position: static;
    margin-bottom: 20px;
    width: auto;
    text-align: center;
  }
  .article__writer .article__writer__info {
    margin-right: 0;
  }
  .pager div {
    padding: 10px 25px;
  }
}
.local .interview .List_Dialogue {
  max-width: 100%;
}

.local .interview .List_Dialogue dt {
  padding-right: 12px;
}

/************************************************

 Single property

************************************************/
.set-disp-cell {
  display: table-cell;
}

.set-disp-iblock {
  display: inline-block;
}

.set-color {
  color: #333;
}

.set-nowrap {
  white-space: nowrap;
}

.set-fs-12 {
  font-size: 0.75rem;
}

.set-fs-14 {
  font-size: 0.875rem;
}

.set-fs-18 {
  font-size: 1.125rem;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.set-w-full {
  width: 100%;
}

.set-w-half {
  width: 49%;
}

.set-w-60px {
  width: 60px;
}

.set-w-100px {
  width: 100px;
}

.set-w-150px {
  width: 150px;
}

.set-w-200px {
  width: 200px;
}

.set-w-260px {
  width: 260px;
}

.set-w-276px {
  width: 276px;
}

.set-w-300px {
  width: 300px;
}

.set-w-200 {
  width: calc(200px / var(--base_width) * 100%);
}

.set-w-230 {
  width: calc(230px / var(--base_width) * 100%);
}

.set-w-240 {
  width: calc(240px / var(--base_width) * 100%);
}

.set-w-270 {
  width: calc(270px / var(--base_width) * 100%);
}

.set-w-450 {
  width: calc(450px / var(--base_width) * 100%);
}

.set-w-470 {
  width: calc(470px / var(--base_width) * 100%);
}

.set-w-490 {
  width: calc(490px / var(--base_width) * 100%);
}

.set-w-500 {
  width: calc(500px / var(--base_width) * 100%);
}

.set-w-650 {
  width: calc(650px / var(--base_width) * 100%);
}

.set-w-700 {
  width: calc(700px / var(--base_width) * 100%);
}

.set-w-800 {
  width: calc(800px / var(--base_width) * 100%);
}

.set-mt-5 {
  margin-top: 5px;
}

.set-mt-10 {
  margin-top: 10px;
}

.set-mt-15 {
  margin-top: 15px;
}

.set-mt-20 {
  margin-top: 20px;
}

.set-mt-30 {
  margin-top: 30px;
}

.set-mt-40 {
  margin-top: 40px;
}

.set-mt-50 {
  margin-top: 50px;
}

.set-mt-60 {
  margin-top: 60px;
}

.set-mt-70 {
  margin-top: 70px;
}

.set-mt-80 {
  margin-top: 80px;
}

.set-mt-90 {
  margin-top: 90px;
}

.set-mt-100 {
  margin-top: 100px;
}

.set-mr-5 {
  margin-right: 5px;
}

.set-mr-10 {
  margin-right: 10px;
}

.set-mr-20 {
  margin-right: 20px;
}

.set-mr-25 {
  margin-right: 25px;
}

.set-mr-30 {
  margin-right: 30px;
}

.set-mr-40 {
  margin-right: 40px;
}

.set-mr-50 {
  margin-right: 50px;
}

.set-mr-60 {
  margin-right: 60px;
}

.set-mr-70 {
  margin-right: 70px;
}

.set-mr-80 {
  margin-right: 80px;
}

.set-mr-90 {
  margin-right: 90px;
}

.set-mr-100 {
  margin-right: 100px;
}

.set-mb-5 {
  margin-bottom: 5px;
}

.set-mb-10 {
  margin-bottom: 10px;
}

.set-mb-15 {
  margin-bottom: 15px;
}

.set-mb-20 {
  margin-bottom: 20px;
}

.set-mb-25 {
  margin-bottom: 25px;
}

.set-mb-30 {
  margin-bottom: 30px;
}

.set-mb-35 {
  margin-bottom: 35px;
}

.set-mb-40 {
  margin-bottom: 40px;
}

.set-mb-50 {
  margin-bottom: 50px;
}

.set-mb-60 {
  margin-bottom: 60px;
}

.set-mb-70 {
  margin-bottom: 70px;
}

.set-mb-80 {
  margin-bottom: 80px;
}

.set-mb-90 {
  margin-bottom: 90px;
}

.set-mb-100 {
  margin-bottom: 100px;
}

.set-ml-5 {
  margin-left: 5px;
}

.set-ml-10 {
  margin-left: 10px;
}

.set-ml-20 {
  margin-left: 20px;
}

.set-ml-30 {
  margin-left: 30px;
}

.set-ml-40 {
  margin-left: 40px;
}

.set-ml-50 {
  margin-left: 50px;
}

.set-ml-60 {
  margin-left: 60px;
}

.set-ml-70 {
  margin-left: 70px;
}

.set-ml-80 {
  margin-left: 80px;
}

.set-ml-90 {
  margin-left: 90px;
}

.set-ml-100 {
  margin-left: 100px;
}

.set-ml-110 {
  margin-left: 110px;
}

.set-ml-120 {
  margin-left: 120px;
}

.set-ml-130 {
  margin-left: 130px;
}

.set-ml-140 {
  margin-left: 140px;
}

.set-ml-150 {
  margin-left: 150px;
}

.set-ml-160 {
  margin-left: 160px;
}

.set-ml-170 {
  margin-left: 170px;
}

.set-ml-180 {
  margin-left: 180px;
}

.set-ml-190 {
  margin-left: 190px;
}

.set-ml-200 {
  margin-left: 200px;
}

.set-ml-210 {
  margin-left: 210px;
}

.set-ml-220 {
  margin-left: 220px;
}

.set-ml-260 {
  margin-left: 260px;
}

.set-ml-310 {
  margin-left: 310px;
}

.set-pt-5 {
  padding-top: 5px;
}

.set-pt-10 {
  padding-top: 10px;
}

.set-pt-20 {
  padding-top: 20px;
}

.set-pt-30 {
  padding-top: 30px;
}

.set-pt-40 {
  padding-top: 40px;
}

.set-pt-50 {
  padding-top: 50px;
}

.set-pt-60 {
  padding-top: 60px;
}

.set-pt-70 {
  padding-top: 70px;
}

.set-pt-80 {
  padding-top: 80px;
}

.set-pt-90 {
  padding-top: 90px;
}

.set-pt-100 {
  padding-top: 100px;
}

.set-pr-5 {
  padding-right: 5px;
}

.set-pr-10 {
  padding-right: 10px;
}

.set-pr-20 {
  padding-right: 20px;
}

.set-pr-30 {
  padding-right: 30px;
}

.set-pr-40 {
  padding-right: 40px;
}

.set-pr-50 {
  padding-right: 50px;
}

.set-pr-60 {
  padding-right: 60px;
}

.set-pr-70 {
  padding-right: 70px;
}

.set-pr-80 {
  padding-right: 80px;
}

.set-pr-90 {
  padding-right: 90px;
}

.set-pr-100 {
  padding-right: 100px;
}

.set-pb-5 {
  padding-bottom: 5px;
}

.set-pb-10 {
  padding-bottom: 10px;
}

.set-pb-20 {
  padding-bottom: 20px;
}

.set-pb-30 {
  padding-bottom: 30px;
}

.set-pb-40 {
  padding-bottom: 40px;
}

.set-pb-50 {
  padding-bottom: 50px;
}

.set-pb-60 {
  padding-bottom: 60px;
}

.set-pb-70 {
  padding-bottom: 70px;
}

.set-pb-80 {
  padding-bottom: 80px;
}

.set-pb-90 {
  padding-bottom: 90px;
}

.set-pb-100 {
  padding-bottom: 100px;
}

.set-pl-5 {
  padding-left: 5px;
}

.set-pl-10 {
  padding-left: 10px;
}

.set-pl-20 {
  padding-left: 20px;
}

.set-pl-30 {
  padding-left: 30px;
}

.set-pl-40 {
  padding-left: 40px;
}

.set-pl-50 {
  padding-left: 50px;
}

.set-pl-60 {
  padding-left: 60px;
}

.set-pl-70 {
  padding-left: 70px;
}

.set-pl-80 {
  padding-left: 80px;
}

.set-pl-90 {
  padding-left: 90px;
}

.set-pl-100 {
  padding-left: 100px;
}

.reset-mt {
  margin-top: 0;
}

.reset-mr {
  margin-right: 0;
}

.reset-mb {
  margin-bottom: 0;
}

.reset-ml {
  margin-left: 0;
}

.reset-pr {
  padding-right: 0;
}

.reset-fw {
  font-weight: normal;
}

.reset-mauto {
  margin: 0 auto;
}

@media (width <= 480px) {
  .set-sp-pt-5 {
    padding-top: 5px;
  }
  .set-sp-pt-10 {
    padding-top: 10px;
  }
  .reset-sp-mt {
    margin-top: 0;
  }
  .reset-sp-mr {
    margin-right: 0;
  }
  .reset-sp-mb {
    margin-bottom: 0;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .set-sp-mb-10 {
    margin-bottom: 10px;
  }
  .set-sp-mb-20 {
    margin-bottom: 20px;
  }
  .set-sp-mb-30 {
    margin-bottom: 30px;
  }
  .reset-sp-pt {
    padding-top: 0;
  }
  .set-sp-disp-iblock {
    display: inline-block;
  }
  .set-w {
    width: auto;
  }
}
a img {
  transition: opacity 0.3s ease;
}
a img:hover {
  opacity: 0.9;
}

@media (width <= 480px) {
  a img:hover {
    opacity: inherit;
  }
}
.wp-caption {
  width: auto !important;
}

.wp-caption-text {
  max-width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 0.8125rem;
}

.sns-buttons {
  margin-bottom: 15px;
  text-align: right;
}
.sns-buttons iframe {
  vertical-align: top;
}

#map-canvas {
  width: 100%;
  height: 380px;
}

#send-mail {
  display: none;
  position: fixed;
  left: 50%;
  top: 40%;
  z-index: 9;
  background: #FFF;
  padding: 20px;
  width: 300px;
  border: 1px solid #CCC;
  margin-left: -150px;
}
#send-mail input[type=submit],
#send-mail input[type=text] {
  width: 100%;
}
#send-mail .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 21px;
  height: 21px;
}
#send-mail .close:before, #send-mail .close:after {
  position: absolute;
  left: 4px;
  top: 9px;
  content: "";
  display: block;
  background: #FFF;
  width: 12px;
  height: 2px;
  border-radius: 10px;
}
#send-mail .close:before {
  transform: rotate(135deg);
}
#send-mail .close:after {
  transform: rotate(-135deg);
}

/*local fukuoka*/
/*hibitema interview*/
.hibi_interviewer {
  color: #c45911;
}

.hibi_iv_name {
  font-weight: bold;
}

.hibi_iv_name_c {
  font-weight: bold;
  color: #c45911;
}

.hibi_iv_name_c1 {
  font-weight: bold;
  color: #6E7CD9;
}

.hibi_iv_name_c2 {
  font-weight: bold;
  color: #A1679F;
}

.hibi_iv_name_c3 {
  font-weight: bold;
  color: #D4656B;
}

.hibi_iv_name_c4 {
  font-weight: bold;
  color: #57A167;
}

.hibi_iv_name_hasi {
  font-weight: bold;
  color: #6E7CD9;
}

.hibi_iv_name_sen {
  font-weight: bold;
  color: #A1679F;
}

.hibi_iv_name_wata {
  font-weight: bold;
  color: #D4656B;
}

.hibi_iv_name_yama {
  font-weight: bold;
  color: #57A167;
}

.hibi_iv_name_higu {
  font-weight: bold;
  color: #ED9338;
}

.hibi_iv_name_yaki {
  font-weight: bold;
  color: #378BA1;
}

.hibi_iv_name_hino {
  font-weight: bold;
  color: #0068b7;
}

.hibi_iv_name_nishi {
  font-weight: bold;
  color: #ce2172;
}

.hibi_iv_name_ota {
  font-weight: bold;
  color: #06763e;
}

.feature-article-column {
  border: 4px solid #dedac9;
  border-radius: 4px;
  background: #efede5;
  padding: 10px;
  margin-bottom: 30px;
}

.yt-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

h4.mtb20 {
  margin: 20px 0;
}

p.mb20 {
  margin: 0 0 20px 0;
}

/* rethink kotobana*/
.rk_box {
  width: 86%;
  margin: 60px auto 150px;
  text-align: center;
}

.rk_box a:hover {
  opacity: 0.8;
}

.rk_box .ev_ttl {
  width: 80%;
}

.meetup {
  color: #595757;
}
.meetup .ttl {
  border-top: 10px solid #EAB998;
  border-bottom: 10px solid #EAB998;
  padding: 50px 0;
}
.meetup .name {
  font-size: 24px;
  background: #FBF3EC;
  padding: 1px 8px 0;
  font-weight: bold;
}
.meetup .column {
  padding: 40px 60px;
}
.meetup .column span {
  color: #C80000;
}
.meetup .detail {
  text-align: center;
}
.meetup .detail h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #595757;
  font-weight: normal;
}
.meetup .detail h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0 2.5em;
  padding: 1em 3.5em;
  background-color: #fff;
  text-align: left;
}
.meetup .detail h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 8%;
  background-color: #ccc;
}

.thankyou h2.thank-hdg {
  position: relative;
  text-align: center;
  background: none !important;
  padding-left: 0 !important;
  font-family: "Rock Salt", cursive;
}
.thankyou h2.thank-hdg span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.thankyou h2.thank-hdg::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../../images/page/feature/thank_dot.png) repeat-x 0 0;
}
.thankyou h3 {
  border-bottom: none !important;
  text-align: center;
}

.memo {
  border: 1px dashed #ccc;
  border-radius: 10px;
  padding: 20px 20px 0;
  background: url(../../images/content/texture-sandpaper.png) 0 0 repeat;
  margin-bottom: 20px;
}

@media (width <= 480px) {
  .meetup .ttl {
    padding: 20px;
  }
  .meetup .box.img {
    text-align: center;
    margin-bottom: 20px !important;
  }
  .meetup .name {
    font-size: 1.375rem;
  }
  .meetup .column {
    padding: 20px;
  }
  .meetup .detail h2 {
    font-size: 1.5625rem;
  }
  .meetup .detail h2 span {
    padding: 1em;
  }
  .meetup .detail p {
    text-align: left;
  }
  #container .meetup .set-mr-30 {
    margin-right: 0;
  }
  #container .meetup .set-mb-30 {
    margin-bottom: 0;
  }
}
/* hakata street bar */
.hs-bar h3 {
  color: #231815;
  font-size: 24px;
}
.hs-bar .line-box {
  border-top: 4px dashed #231815;
  width: 798px;
  margin: 30px auto;
  padding-top: 35px;
}

@media (width <= 480px) {
  .hs-bar .line-box {
    width: 96%;
  }
  .hs-bar .txt {
    text-align: left;
  }
}
/* wonderland */
.wonderland {
  max-width: 820px;
  margin: 0 auto;
  color: #595757;
}
.wonderland .ttl {
  padding: 20px 0 0;
}
.wonderland .name {
  font-size: 24px;
  background: #FBF3EC;
  padding: 1px 8px 0;
  font-weight: bold;
}
.wonderland .column {
  padding: 40px 60px;
}
.wonderland .column span {
  color: #C80000;
}
.wonderland .detail {
  text-align: center;
}
.wonderland .detail h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #595757;
  font-weight: normal;
}
.wonderland .detail h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0 2.5em;
  padding: 1em 3.5em;
  background-color: #fff;
  text-align: left;
}
.wonderland .detail h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 8%;
  background-color: #ccc;
}
.wonderland .contact {
  text-align: center;
}
.wonderland .contact .txt {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.wonderland .contact .title {
  font-size: 1.875rem;
}
.wonderland .contact .mail {
  font-size: 1.5rem;
}

@media (width <= 480px) {
  .wonderland .ttl {
    padding: 20px;
  }
  .wonderland .box.img {
    text-align: center;
    margin-bottom: 20px !important;
  }
  .wonderland .name {
    font-size: 1.375rem;
  }
  .wonderland .column {
    padding: 20px;
  }
  .wonderland .detail h2 {
    font-size: 1.5625rem;
  }
  .wonderland .detail h2 span {
    padding: 1em;
  }
  .wonderland .detail p {
    text-align: left;
  }
  #container .meetup .set-mr-30 {
    margin-right: 0;
  }
  #container .meetup .set-mb-30 {
    margin-bottom: 0;
  }
}
.sp-only-ib,
.sp-only {
  display: none;
}

.col .main,
.col .box {
  float: left;
}
.col .sidebar,
.col .last {
  float: right;
}
.col.col--2 .box {
  width: calc(470 / var(--base_width) * 100%);
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}
.col.col--3 .box {
  margin-right: 2%;
  width: 32%;
}
.col.col--3 .box:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.unit, .col {
  zoom: 1;
}

.unit:after, .col:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

@media (width <= 480px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-ib {
    display: inline-block;
  }
  .col .main, .col .sidebar,
  .col .box, .col .last {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .col.col--3 .box:nth-child(3n) {
    margin-right: 0;
  }
}
small {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.4;
}

td img {
  vertical-align: baseline;
}

fieldset {
  border: 0;
}

sup {
  font-size: 0.625rem;
  line-height: 1.1;
  vertical-align: top;
}

iframe {
  border: 0;
}

table td, table th {
  line-height: 1.4;
}

hr {
  background: none;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.column__box {
  position: relative;
  padding: 20px 5px 0 20px;
  border: 2px solid var(--base_color);
  border-radius: 4px;
  color: var(--base_color);
  margin-top: 60px;
}
.column__box .column__heading {
  position: absolute;
  top: -12px;
  background: #FFF;
  font-size: 0.875rem;
}
.column__box .column__heading img {
  vertical-align: middle;
}
.column__box .column__body {
  padding: 0 0 5px 10px;
}

@media (width <= 480px) {
  .column__box {
    padding: 20px 15px 0 15px;
  }
  .column__box .column__body {
    padding: 0 0 10px 0px;
  }
}
/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
@layer layout {}
/*========================================
  サイト共通のフッター
========================================*/
@layer layout {
  .l-footer {
    background: var(--main);
  }
  .l-footer__pagetop {
    background: var(--gray02);
    border: none;
    width: 100%;
    padding: 16px 10px;
    font-family: var(--en-sans);
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
  }
  @media screen and (max-width: 767px) {
    .l-footer__pagetop {
      padding: 10px;
      font-size: 0.875rem;
    }
  }
  .l-footer__pagetop::before {
    background: url(../../images/icon/icon-totop.svg) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 12px;
    height: 7px;
    display: block;
  }
  .l-footer__inner {
    padding-block: 27px;
    text-align: right;
    display: grid;
    grid-template-columns: 200px auto;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .l-footer__inner {
      padding-block: 25px 10px;
      text-align: center;
      grid-template-columns: 1fr;
      gap: 1.2em 0;
    }
  }
  @media screen and (max-width: 767px) {
    .l-footer__logo {
      width: 100px;
      margin-inline: auto;
    }
  }
  .l-footer__nav-list {
    display: flex;
    justify-content: flex-end;
    gap: 10px 15px;
  }
  @media screen and (max-width: 767px) {
    .l-footer__nav-list {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 7px;
    }
  }
  .l-footer__nav-list li {
    line-height: 1;
  }
  .l-footer__nav-list li:not(:last-child) {
    padding-right: 15px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-footer__nav-list li:not(:last-child) {
      padding-right: 7px;
    }
  }
  .l-footer__nav-list li:not(:last-child)::after {
    background: var(--base);
    content: "";
    width: 1px;
    height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
  .l-footer__link {
    font-size: 0.875rem;
    color: var(--base);
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .l-footer__link {
      font-size: 0.8125rem;
    }
  }
  .l-footer__link::before {
    background: var(--base);
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    scale: 0 1;
    transform-origin: left;
    transition: 0.3s;
  }
  @media (any-hover: hover) {
    .l-footer__link:hover::before {
      scale: 1 1;
    }
  }
  .l-footer__copyright {
    margin-top: 1em;
    font-size: 0.875rem;
    color: var(--base);
  }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      font-size: 0.8125rem;
    }
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
@layer layout {
  .l-header {
    background: var(--main);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1em;
    position: relative;
    z-index: 1;
  }
  @media screen and (max-width: 767px) {
    .l-header {
      padding: 14px 17px;
    }
  }
  .l-header::before, .l-header::after {
    content: "";
    display: block;
    position: absolute;
    translate: -50% 0;
  }
  .l-header::before {
    background: url(../img/bg/bg-wave-white-01.webp) no-repeat 0 0;
    background-size: contain;
    width: 257px;
    height: 14px;
    top: 0;
    left: calc(50% - 298px);
  }
  @media screen and (max-width: 767px) {
    .l-header::before {
      width: 34.1333333333vw;
      height: 1.8666666667vw;
      left: calc(50% + 5.3333333333vw);
    }
  }
  .l-header::after {
    background: url(../img/bg/bg-wave-brown-01.webp) no-repeat 0 0;
    background-size: contain;
    width: 489px;
    height: 30px;
    bottom: -30px;
    left: calc(50% + 416px);
  }
  @media screen and (max-width: 767px) {
    .l-header::after {
      width: 64.2666666667vw;
      height: 4vw;
      bottom: -2.6666666667vw;
      left: calc(50% + 40vw);
    }
  }
  .l-header__link {
    margin-right: 46px;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      width: 100px;
    }
  }
  .l-header__nav-pc {
    display: flex;
    align-items: flex-end;
  }
}
/*========================================
  メインコンテンツ
========================================*/
@layer layout {
  .l-main {
    margin-bottom: 130px;
  }
  @media screen and (max-width: 767px) {
    .l-main {
      margin-bottom: 80px;
    }
  }
}
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
@layer layout {
  .l-nav.is-expanded .l-nav__body {
    visibility: visible;
    right: 0;
  }
  .l-nav__btn {
    background: var(--main);
    border: none;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 100;
  }
  @media screen and (max-width: 767px) {
    .l-nav__btn {
      top: 10px;
    }
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-1 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-2 {
    rotate: 45deg;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-3 {
    opacity: 0;
  }
  .l-nav__btn[aria-expanded=true] .l-nav__line.is-4 {
    rotate: -45deg;
  }
  .l-nav__btn svg {
    width: 1.875rem;
    height: 1.625rem;
  }
  .l-nav__line {
    transform-origin: center center;
    transition-property: opacity, rotate;
    transition-duration: 0.25s;
    stroke: var(--base);
    stroke-width: 6px;
  }
  .l-nav__btn-text {
    font-size: 0.75rem;
    color: var(--base);
    line-height: 1;
  }
  .l-nav__body {
    background: var(--main);
    width: 350px;
    height: 100%;
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    overflow: auto;
    overscroll-behavior-y: contain;
    transition: 0.3s ease-in;
    z-index: 99;
  }
  @media screen and (max-width: 767px) {
    .l-nav__body {
      width: 100%;
    }
  }
  .l-nav__body-inner {
    padding: 5em 2em 3em;
  }
  .l-nav__item {
    border-bottom: 1px dashed var(--base);
  }
  .l-nav__link {
    padding: 10px;
    color: var(--base);
    display: grid;
    grid-template-columns: auto 5px;
    align-items: center;
    gap: 0 1em;
  }
  .l-nav__link::after {
    background: url(../../images/icon/icon-arrow-white.svg) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 5px;
    height: 8px;
    display: block;
  }
  .l-nav__close {
    margin: 3em auto 0;
    text-align: center;
  }
  .l-nav__pc {
    margin-right: 3.5714285714vw;
    display: flex;
    gap: 0 3.5714285714vw;
  }
  @media (width >= 1120px) {
    .l-nav__pc {
      margin-right: 40px;
      gap: 0 40px;
    }
  }
  .l-nav__pc-link {
    color: var(--base);
    display: block;
    position: relative;
  }
  .l-nav__pc-link::before {
    background: var(--base);
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    scale: 0 1;
    transform-origin: left;
    transition: 0.3s;
  }
  @media (hover: hover) {
    .l-nav__pc-link:hover::before {
      scale: 1 1;
    }
  }
  .l-nav__pc-link span {
    display: block;
  }
  .l-nav__pc-link .nav-en {
    font-family: var(--en-sans);
    font-size: 0.75rem;
    line-height: 1;
  }
  .l-nav__pc-link .nav-jp {
    line-height: 1.5;
  }
  .l-nav__sns {
    margin-right: 1.7857142857vw;
    display: grid;
    grid-template-columns: repeat(2, 30px);
    align-items: center;
    gap: 0 15px;
  }
  @media (width >= 1120px) {
    .l-nav__sns {
      margin-right: 20px;
    }
  }
  .l-nav__sns.sns-burger {
    margin-top: 2em;
    justify-content: center;
    gap: 0 30px;
  }
}
/*========================================
  ページ全体のレイアウト
========================================*/
@layer layout {
  .l-page {
    overflow: hidden;
  }
}
@layer component {
  .c-btn {
    border-radius: 6px;
    min-width: 150px;
    padding: 8px 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: 0.3s;
  }
  @media screen and (max-width: 767px) {
    .c-btn {
      padding: 5px 10px;
    }
  }
  .c-btn__line-brown {
    background: var(--base);
    border: 2px solid var(--main);
  }
  @media (any-hover: hover) {
    .c-btn__line-brown:hover {
      background: var(--main);
      color: var(--base);
    }
  }
}
@layer component {
  .c-container, .c-container--s, .c-container--m, .c-container--full {
    width: 100%;
    margin-inline: auto;
    padding-inline: 10px;
  }
  @media screen and (max-width: 767px) {
    .c-container, .c-container--s, .c-container--m, .c-container--full {
      padding-inline: 15px;
    }
  }
  .c-container--full {
    max-width: 1120px;
  }
  .c-container--m {
    max-width: 980px;
  }
  .c-container--s {
    max-width: 900px;
  }
}
@layer component {}
@layer project {
  .p-bg-sandpaper {
    background: url(../../images/content/texture-sandpaper.png) repeat 0 0;
  }
}
@layer project {
  .p-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
  }
  .p-breadcrumb ol li {
    font-size: 0.75rem;
    position: relative;
  }
  .p-breadcrumb ol li:not(:last-child) {
    margin-right: 5px;
  }
  .p-breadcrumb ol li:not(:last-child)::after {
    content: "＞";
    margin-left: 5px;
  }
  @media (hover: hover) {
    .p-breadcrumb ol a:hover {
      text-decoration: underline;
    }
  }
}
@layer project {
  .p-slider__counter {
    margin-block: 0.5em;
  }
  .p-slider__counter.counter-hero {
    font-size: 1.125rem;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .p-slider__counter.counter-hero {
      font-size: 1rem;
      text-align: center;
    }
  }
  .p-slider__progress {
    background: var(--base);
    border-radius: 100vw;
    width: 100%;
  }
  .p-slider__progress-bar {
    background: var(--main);
    border-radius: 100vw;
    height: 7px;
  }
}
@layer project {
  .p-hero {
    background: var(--gray01);
    padding-block: 40px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .p-hero {
      padding-block: 40px 20px;
    }
  }
  .p-hero::before {
    background: url(../img/bg/bg-wave-gray-01.webp) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 489px;
    height: 34px;
    display: block;
    position: absolute;
    bottom: -34px;
    left: calc(50% + 5px);
    translate: -50% 0;
  }
  @media screen and (max-width: 767px) {
    .p-hero::before {
      width: 99.7333333333vw;
      height: 6.9333333333vw;
      bottom: -6.9333333333vw;
      left: calc(50% + 5.3333333333vw);
    }
  }
  .p-hero__item {
    width: 100%;
    padding-right: 45px;
    display: grid;
    grid-template-columns: minmax(300px, 600px) auto;
    gap: 0 35px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__item {
      padding-right: 0;
      display: flex;
      flex-direction: column;
      gap: 10px 0;
    }
  }
  .p-hero__pict {
    border-radius: 10px;
    overflow: hidden;
  }
  .p-hero__pict img {
    aspect-ratio: 600/390;
    width: 100%;
    max-width: none;
    overflow: hidden;
    object-fit: cover;
  }
  .p-hero__contents {
    padding-bottom: 55px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__contents {
      padding-bottom: 70px;
      display: grid;
      grid-template-columns: 100px auto;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hero__time {
      grid-column: 1/2;
      grid-row: 1/2;
    }
  }
  .p-hero__ttl {
    margin-block: 3px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__ttl {
      margin-block: 10px;
      grid-column: 1/3;
      grid-row: 2/3;
    }
  }
  .p-hero__ttl a {
    font-size: clamp(1.125rem, 0.307rem + 1.705vw, 1.5rem);
    font-weight: bold;
    line-height: 1.6;
  }
  @media screen and (min-width: 768px) {
    .p-hero__ttl a {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      overflow: hidden;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hero__ttl a {
      font-size: 1.125rem;
    }
  }
  @media (any-hover: hover) {
    .p-hero__ttl a:hover {
      text-decoration: underline;
    }
  }
  @media screen and (max-width: 767px) {
    .p-hero__catgory {
      text-align: right;
      grid-column: 2/3;
      grid-row: 1/2;
    }
  }
  .p-hero__link {
    margin-top: 1em;
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .p-hero__link {
      text-align: center;
      grid-column: 1/3;
      grid-row: 3/4;
    }
  }
  .p-hero__box {
    width: 32.1428571429vw;
    max-width: 360px;
    position: absolute;
    bottom: 0;
    right: 55px;
  }
  @media screen and (max-width: 767px) {
    .p-hero__box {
      width: 70%;
      max-width: none;
      right: 50%;
      translate: 50% 0;
    }
  }
}
@layer project {
  .p-entry__meta.meta-tune {
    margin-block: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
  }
  @media screen and (max-width: 767px) {
    .p-entry__meta.meta-tune {
      gap: 3px 0.5em;
    }
  }
  .p-entry__time {
    font-size: 1rem;
    line-height: 1;
  }
  @media screen and (max-width: 767px) {
    .p-entry__time.time-tune {
      font-size: 0.875rem;
    }
  }
  .p-entry__category span {
    line-height: 1.2;
    text-align: center;
    display: inline-block;
  }
  .p-entry__category.category-tune span {
    background: var(--main);
    border-radius: 6px;
    padding: 5px 8px;
    font-size: 0.75rem;
    color: var(--base);
  }
  @media screen and (max-width: 767px) {
    .p-entry__category.category-tune span {
      padding: 3px 6px;
      font-size: 0.6875rem;
    }
  }
  .p-entry__category.category-feature {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .p-entry__category.category-feature {
      font-size: 0.75rem;
    }
  }
}
@layer project {
  .p-news__tune {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 25px;
  }
  @media screen and (max-width: 767px) {
    .p-news__tune {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .p-news__feature {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
  }
  @media screen and (max-width: 767px) {
    .p-news__feature {
      grid-template-columns: 1fr;
    }
  }
  .p-news__tune.news-tune,
  .p-news__feature {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 767px) {
    .p-news__tune.news-tune,
    .p-news__feature {
      margin-bottom: 60px;
    }
  }
  .p-news__thumb {
    border-radius: 10px;
    overflow: hidden;
  }
  .p-news__thumb img {
    aspect-ratio: 350/238;
    width: 100%;
    max-width: none;
    object-fit: cover;
  }
  .p-news__thumb.thumb-feature img {
    aspect-ratio: 470/197;
  }
  .p-news__thumb.thumb-news-detail img {
    aspect-ratio: 592/360;
  }
  .p-news__thumb.placeholder {
    border: 2px solid var(--main);
  }
  .p-news__ttl {
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .p-news__ttl {
      font-size: 0.9375rem;
    }
  }
  .p-news__ttl.ttl-tune {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-news__pager .pager__col {
    display: block;
  }
  .p-news__pager .pager__prev,
  .p-news__pager .pager__next {
    width: 100%;
    display: block;
  }
  .p-news__pager div.pager__prev {
    border-right: none;
  }
  .p-news__pager div.pager__next {
    margin-top: 1em;
    padding-bottom: 0;
  }
}

@layer project {
  .p-link {
    padding-block: 70px;
  }
  @media screen and (max-width: 767px) {
    .p-link {
      padding-block: 30px;
    }
  }
  .p-link__container {
    display: flex;
    justify-content: center;
    gap: 0 3.5714285714vw;
  }
  @media (width >= 1120px) {
    .p-link__container {
      gap: 0 40px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-link__container {
      flex-direction: column;
      gap: 20px 0;
    }
  }
  .p-link__sns {
    width: 35.2678571429vw;
    max-width: 395px;
  }
  @media screen and (max-width: 767px) {
    .p-link__sns {
      width: 100%;
      max-width: none;
    }
  }
  .p-link__sns {
    background: #ccc;
  }
  .p-link__sns.instagram {
    padding: 10px;
  }
  .p-link__bnr {
    width: 20.5357142857vw;
    min-width: 150px;
    max-width: 230px;
    display: flex;
    flex-direction: column;
    gap: 1.3em 0;
  }
  @media screen and (max-width: 767px) {
    .p-link__bnr {
      width: 100%;
      min-width: 0;
      max-width: none;
      flex-direction: row;
      gap: 0 1em;
    }
  }
}
@layer project {
  .p-form__inc {
    height: 680px;
    margin-inline: auto;
  }
  @media screen and (max-width: 767px) {
    .p-form__inc {
      height: 1004px;
    }
  }
  .p-form__inc iframe {
    width: 100%;
    height: 100%;
  }
}
@layer project {
  .p-box__other-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }
  @media screen and (max-width: 767px) {
    .p-box__other-row {
      grid-template-columns: 1fr;
    }
  }
  .p-box__other-row a {
    padding: 17px 40px 17px 18px;
    word-break: keep-all;
  }
  @media screen and (max-width: 767px) {
    .p-box__other-row a {
      padding: 15px 40px 15px 8px;
    }
  }
  .p-box__other-row .icon {
    translate: 0 -50%;
  }
}
/*========================================
  text
========================================*/
@layer project {
  .p-text-main {
    color: var(--main);
  }
  .p-text-bold {
    font-weight: bold;
  }
}
@layer project {
  .p-tag-cloud__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-tag-cloud__item {
    display: inline-block;
    background: url(../../images/content/marker.png) 0 calc(100% - 0.2lh) repeat-x;
  }
  .p-tag-cloud__link {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  @media (hover: hover) {
    .p-tag-cloud__link:hover {
      text-decoration: underline;
    }
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}
@layer utilities {
  .u-br {
    display: block;
  }
  @media screen and (min-width: 768px) {
    .u-br-pc {
      display: block;
    }
  }
  @media screen and (max-width: 767px) {
    .u-br-sp {
      display: block;
    }
  }
}
@layer utilities {
  .u-text-upper {
    text-transform: uppercase;
  }
}
@layer component {
  .u-lh-1 {
    line-height: 1;
  }
}