@charset "UTF-8";
/*
Theme Name: econocoe
Version: 1.0
Template: twentytwentyfive
*/
/* reset */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: wrap !important;
}

/* color */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  /* 225% */
  letter-spacing: 0.1em;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 4vw;
    line-height: 200%;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.site-header,
.site-footer {
  background-color: #f5f5f5;
  padding: 1rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.nav-list__item a {
  text-decoration: none;
  color: #333;
}

.main {
  padding: 2rem;
}

.kiroku-card,
.news-card,
.search-result {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .kiroku-card,
  .news-card,
  .search-result {
    border-bottom: 0.2666666667vw solid #ddd;
  }
}

/* Chrome / Edge / Safari（Webkit系ブラウザ） */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=search]::-moz-search-clear {
  display: none;
}

/* item */
.itemlist {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.button-green {
  background-color: #22a265;
  border-radius: 1000px;
  display: inline-flex;
  padding: 25px 45px;
  align-items: center;
  gap: 20px;
  transition: opacity 500ms ease-out;
}
.button-green p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  display: inline-flex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-green p {
    font-size: 4vw;
    margin-bottom: 0.2666666667vw;
    letter-spacing: 0.4266666667vw;
  }
}
.button-green img {
  display: inline-block;
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
  transition: transform 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .button-green img {
    width: 4vw;
  }
}
@media screen and (min-width: 1100px) {
  .button-green:hover {
    opacity: 0.8;
    transition: opacity 500ms ease-out;
  }
  .button-green:hover img {
    transform: translateX(8px);
    transition: transform 500ms ease-out;
  }
}

@media screen and (max-width: 767px) {
  .button-green {
    padding: 5.3333333333vw 10.6666666667vw;
    gap: 4vw;
  }
  .button-green p {
    line-height: 120%;
    letter-spacing: 0.43vw;
    margin-bottom: 0.2666666667vw;
  }
}
.button-header {
  background-color: #22a265;
  border-radius: 1000px;
  display: inline-flex;
  padding: 14px 25px;
  justify-content: center;
  align-items: center;
  transition: opacity 500ms ease-out;
}
.button-header p {
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .button-header:hover {
    opacity: 0.8;
    transition: opacity 500ms ease-out;
  }
}

@supports (font: -apple-system-body) {
  .button-header p {
    transform: translateY(1.5px);
  }
}

.tag {
  display: inline-flex;
  padding: 8px 13px;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid var(--tag-color);
  background: #fff;
  transition: all 500ms ease-out;
  border-color: var(--tag-color);
}
@media screen and (max-width: 767px) {
  .tag {
    border: 0.2666666667vw solid var(--tag-color);
    padding: 2.1333333333vw 2.6666666667vw;
    align-items: center;
  }
}
.tag p {
  color: #333;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .tag p {
    font-size: 3.7333333333vw;
  }
}
.tag .tag-icon {
  margin-top: 1px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background: url("../img/sharp-black.svg") no-repeat center center/contain;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .tag .tag-icon {
    width: 3.2vw;
    height: 3.4666666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .tag:hover {
    transition: all 500ms ease-out;
    background: var(--tag-color);
  }
  .tag:hover p {
    color: #fff;
    transition: all 500ms ease-out;
  }
  .tag:hover .tag-icon {
    background: url("../img/sharp-white.svg") no-repeat center/contain;
    transition: all 500ms ease-out;
  }
}

.tag-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .tag-list {
    gap: 2.1333333333vw 3.4666666667vw;
  }
}

.heading {
  min-width: 170px;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--heading-color);
  opacity: 1;
  transition: 0.5s ease-out;
}
.heading:hover {
  opacity: 0.5;
  transition: 0.5s ease-out;
}
.heading p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .heading {
    min-width: auto;
    padding: 1.8666666667vw 8vw;
    width: auto;
  }
  .heading p {
    font-size: 4.27vw;
    letter-spacing: 0.427vw;
    line-height: 120%;
  }
}
.button-top-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 90px;
  height: 90px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s linear;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .button-top-wrap {
    width: 16vw;
    height: 16vw;
    right: 4vw;
    bottom: 10vw;
  }
}
.button-top-wrap.is-scrolled {
  pointer-events: auto;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.button-top {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background-color: #fff;
  border: 1px solid #22a265;
  transition: all 500ms ease-out;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .button-top {
    border: 0.2666666667vw solid #22a265;
    width: 16vw;
    height: 16vw;
    gap: 1.6vw;
  }
}
.button-top p {
  color: #22a265;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .button-top p {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32vw;
  }
}
.button-top .arrow-up {
  background: url("../img/arrow-up-green.svg") no-repeat center/contain;
  transition: all 500ms ease-out;
  width: 12px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .button-top .arrow-up {
    width: 3.2vw;
    height: 4.53vw;
  }
}
@media screen and (min-width: 1100px) {
  .button-top:hover {
    background-color: #22a265;
    border: #fff solid 1px;
    transition: all 500ms ease-out;
  }
  .button-top:hover p {
    color: #fff;
    transition: all 500ms ease-out;
  }
  .button-top:hover .arrow-up {
    background: url("../img/arrow-up-white.svg") no-repeat center/contain;
    transition: all 500ms ease-out;
  }
}

.button-arrow {
  display: flex;
  width: 68px;
  height: 68px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1000px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .button-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.button-arrow .arrow-left {
  background-image: url("../img/arrow-left-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 500ms ease-out;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .button-arrow .arrow-left {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.button-arrow .arrow-right {
  background-image: url("../img/arrow-right-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 500ms ease-out, background-image 500ms ease-out;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .button-arrow .arrow-right {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .button-arrow.no-color-change:hover {
    background: #fff !important;
  }
  .button-arrow.no-color-change:hover .arrow-left {
    background: url("../img/arrow-left-green.svg") no-repeat center/contain;
  }
  .button-arrow.no-color-change:hover .arrow-right {
    background: url("../img/arrow-right-green.svg") no-repeat center/contain;
  }
}
.button-arrow.no-color-change.blue .arrow-right {
  background: url("../img/arrow-right-blue.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button-arrow.no-color-change.blue .arrow-right {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.button-arrow.no-color-change.brown .arrow-right {
  background: url("../img/arrow-right-brown.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button-arrow.no-color-change.brown .arrow-right {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .button-arrow:hover {
    background-color: #22a265;
    transition: all 500ms ease-out;
  }
  .button-arrow:hover .arrow-left {
    background-image: url("../img/arrow-left-white.svg");
    transition: transform 500ms ease-out, background-image 500ms ease-out;
    transform: translateX(-3px);
  }
  .button-arrow:hover .arrow-right {
    background-image: url("../img/arrow-right-white.svg");
    transition: transform 500ms ease-out, background-image 500ms ease-out;
    transform: translateX(3px);
  }
}

.button-link {
  display: flex;
  align-items: stretch;
}

.button-white {
  background-color: #fff;
  border-radius: 1000px;
  display: inline-flex;
  padding: 25px 45px;
  align-items: center;
  transition: opacity 500ms ease-out;
  flex: 1;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button-white {
    padding: 4.8vw 9.33vw;
  }
}
.button-white p {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
  color: #22a265;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.1em;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .button-white p {
    font-size: 3.73vw;
    margin-right: 7.47vw;
    margin-bottom: 0.2666666667vw;
    letter-spacing: 0.4266666667vw;
  }
}
.button-white img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
  position: absolute;
  right: 45px;
  transition: transform 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .button-white img {
    right: 9.33vw;
    width: 4vw;
  }
}
@media screen and (min-width: 1100px) {
  .button-white:hover {
    opacity: 0.8;
    transition: opacity 500ms ease-out;
  }
  .button-white:hover img {
    transform: translateX(8px);
    transition: transform 500ms ease-out;
  }
}

/* thumbnail-list */
.thumbnail-list {
  width: 500px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .thumbnail-list {
    max-width: 100%;
  }
}
.thumbnail-list .kiroku-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  width: 500px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .thumbnail-list .kiroku-thumbnail {
    max-width: 100%;
    width: 84vw;
    aspect-ratio: 315/200;
  }
}
.thumbnail-list .kiroku-thumbnail .thumbnail-img-wrap {
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 500/345;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thumbnail-list .kiroku-thumbnail .thumbnail-img-wrap {
    border-radius: 6.6666666667vw;
  }
}
.thumbnail-list .kiroku-thumbnail .thumbnail-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
  transition: transform 500ms ease-out;
  transform-origin: center center;
}
.thumbnail-list .kiroku-thumbnail .kiroku-category {
  display: flex;
  padding: 10px 30px 10px 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  border-radius: 0 50px 50px 0;
}
.thumbnail-list .kiroku-thumbnail .kiroku-category p {
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  margin-top: 1px;
}
.thumbnail-list .kiroku-text {
  margin: 25px 0 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
.thumbnail-list .kiroku-text .kiroku-date {
  font-family: "Inter";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: normal;
}
.thumbnail-list .kiroku-text .kiroku-title {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  width: 100%;
  /* 168.75% */
}
.thumbnail-list .kiroku-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.thumbnail-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .thumbnail-list a:hover .kiroku-thumbnail .thumbnail-img-wrap img {
    transform: scale(1.1);
    transition: transform 500ms ease-out;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-list {
    width: 100%;
  }
  .thumbnail-list .kiroku-thumbnail {
    width: 84vw;
  }
  .thumbnail-list .kiroku-thumbnail .thumbnail-img-wrap {
    height: 53.3333333333vw;
  }
  .thumbnail-list .kiroku-thumbnail .kiroku-category {
    padding: 1.8666666667vw 5.3333333333vw 1.8666666667vw 4vw;
    top: 4vw;
  }
  .thumbnail-list .kiroku-thumbnail .kiroku-category p {
    font-size: 3.73vw;
    line-height: normal;
    letter-spacing: 0.373vw;
  }
  .thumbnail-list .kiroku-text {
    margin: 4vw 0 3.2vw 0;
  }
  .thumbnail-list .kiroku-text .kiroku-date {
    font-size: 3.2vw;
    line-height: normal;
    letter-spacing: 0.26vw;
  }
  .thumbnail-list .kiroku-text .kiroku-title {
    font-size: 3.73vw;
    line-height: 6.67vw;
    /* 178.571% */
    letter-spacing: 0.37vw;
  }
}
/* button-form */
.form-action {
  display: flex;
  width: auto;
}

.button-form {
  background-color: #8f8f8f;
  border-radius: 1000px;
  display: inline-flex;
  padding: 25px 45px;
  align-items: center;
  transition: all 500ms ease-out;
  justify-content: center;
  position: relative;
  margin-top: 35px;
  cursor: disabled;
  opacity: 1;
  transition: all 500ms ease-out;
}
.button-form.active {
  background-color: #f26426;
  transition: all 500ms ease-out;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .button-form.active:hover {
    background-color: #f26426;
    opacity: 0.5;
    transition: all 500ms ease-out;
  }
  .button-form.active:hover img {
    transform: translateX(8px);
    transition: transform 500ms ease-out;
  }
}
@media screen and (max-width: 767px) {
  .button-form {
    padding: 4.8vw 9.33vw;
  }
}
.button-form p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 10%;
  margin-right: 20px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .button-form p {
    font-size: 3.73vw;
    margin-right: 7.47vw;
    line-height: 5.07vw;
  }
}
.button-form img {
  width: 13px;
  height: 7px;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
  position: absolute;
  right: 45px;
  transition: transform 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .button-form img {
    right: 9.33vw;
  }
}

/* thumbnail-single */
ul.kiroku-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 60px;
  overflow: visible;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  ul.kiroku-list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.thumbnail-single {
  width: 50%;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .thumbnail-single {
    max-width: 100%;
  }
}
.thumbnail-single::marker {
  display: none;
}
.thumbnail-single .kiroku-thumbnail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  width: 100%;
}
.thumbnail-single .kiroku-thumbnail .thumbnail-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .thumbnail-single .kiroku-thumbnail .thumbnail-img-wrap {
    border-radius: 6.6666666667vw;
  }
}
.thumbnail-single .kiroku-thumbnail .thumbnail-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 500ms ease-out;
  transform-origin: center center;
}
.thumbnail-single .kiroku-thumbnail .kiroku-category {
  display: flex;
  padding: 10px 30px 10px 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  border-radius: 0 50px 50px 0;
}
.thumbnail-single .kiroku-thumbnail .kiroku-category p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.thumbnail-single .kiroku-text {
  margin: 16px 0 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.thumbnail-single .kiroku-text .kiroku-date {
  font-family: "Inter";
  font-size: 14px;
  letter-spacing: 8%;
  line-height: normal;
}
.thumbnail-single .kiroku-text .kiroku-title {
  line-height: 1.7;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
  /* 最大行数を2行に設定 */
}
.thumbnail-single .kiroku-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.thumbnail-single .kiroku-tag a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .thumbnail-single a:hover .kiroku-thumbnail .thumbnail-img-wrap img {
    transform: scale(1.1);
    transition: transform 500ms ease-out;
  }
}

@media screen and (max-width: 767px) {
  .thumbnail-single {
    width: 100%;
  }
  .thumbnail-single .kiroku-thumbnail {
    aspect-ratio: 63/40;
  }
  .thumbnail-single .kiroku-thumbnail .kiroku-category {
    padding: 1.8666666667vw 5.3333333333vw 1.8666666667vw 4vw;
    top: 4vw;
  }
  .thumbnail-single .kiroku-thumbnail .kiroku-category p {
    font-size: 3.73vw;
    line-height: normal;
    letter-spacing: 0.373vw;
  }
  .thumbnail-single .kiroku-text {
    margin: 4vw 0 3.2vw 0;
  }
  .thumbnail-single .kiroku-text .kiroku-date {
    font-size: 3.2vw;
    line-height: normal;
    letter-spacing: 0.26vw;
  }
  .thumbnail-single .kiroku-text .kiroku-title {
    font-size: 3.73vw;
    line-height: 6.67vw;
    /* 178.571% */
    letter-spacing: 0.37vw;
  }
}
/* button-brown */
.button-brown {
  background-color: #58322a;
  border-radius: 1000px;
  display: inline-flex;
  padding: 10px 25px;
  align-items: center;
  gap: 10px;
  transition: opacity 500ms ease-out;
}
.button-brown p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 10%;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.button-brown img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .button-brown:hover {
    opacity: 0.8;
    transition: opacity 500ms ease-out;
  }
}

/* list-article-sidebar */
.sidebar-content {
  width: 100%;
}
.sidebar-content .title-sidebar {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sidebar-content .title-sidebar {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.list-article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-article-sidebar {
    gap: 6.4vw;
  }
}
.list-article-sidebar .list-article-sidebar-item {
  display: flex;
  gap: 19px;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: none;
}
@media screen and (min-width: 1100px) {
  .list-article-sidebar .list-article-sidebar-item:hover .article-thumbnail img {
    transform: scale(1.1);
    transition: 0.5s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .list-article-sidebar .list-article-sidebar-item {
    gap: 4vw;
  }
}
.list-article-sidebar .article-rank {
  position: relative;
}
.list-article-sidebar .article-rank p {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  color: #22a265;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 121.083%;
  /* 24.217px */
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .list-article-sidebar .article-rank p {
    font-size: 4.2666666667vw;
    font-style: normal;
    line-height: 121.083%;
    /* 19.373px */
    letter-spacing: 0.2133333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.list-article-sidebar .article-rank .article-thumbnail {
  border-radius: 1000px;
  width: 130px;
  height: 130px;
  overflow: hidden !important;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .list-article-sidebar .article-rank .article-thumbnail {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.list-article-sidebar .article-rank .article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-out;
  backface-visibility: hidden;
}
.list-article-sidebar .article-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.list-article-sidebar .article-tags .article-tag {
  padding: 7px 15px 7px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: inline-block;
  z-index: 10;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 1;
  transition: 0.5s ease-out;
}
.list-article-sidebar .article-tags .article-tag:hover {
  opacity: 0.5;
  transition: 0.5s ease-out;
}
.list-article-sidebar .article-title {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3;
  /* 最大行数を2行に設定 */
}
@media screen and (max-width: 767px) {
  .list-article-sidebar .article-title {
    font-size: 3.2vw;
    line-height: 5.333333333vw;
    /* 166.667% */
    letter-spacing: 0.32vw;
  }
}

/* breadcrumb */
.breadcrumb {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 10%;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.123077em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 3.2vw;
    line-height: 5.333333333vw;
  }
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb ol {
    gap: 2.6666666667vw;
  }
}
.breadcrumb ol li {
  display: flex;
  align-items: center;
}
.breadcrumb ol li a {
  color: #58322a;
  text-decoration: underline;
  transition: opacity 0.5s ease-out;
}
@media screen and (min-width: 1100px) {
  .breadcrumb ol li a:hover {
    opacity: 0.3;
  }
}
.breadcrumb ol li span {
  color: #333333;
  text-decoration: none;
}
.breadcrumb ol li.divider {
  color: #333333;
}

/* page-title */
.page-title {
  text-align: center;
}
.page-title__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-title h1,
.page-title .page-title__post-heading {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-flex;
  align-items: center;
  font-size: 40px;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #58322a;
}
.page-title h1 .page-title__icon,
.page-title .page-title__post-heading .page-title__icon {
  width: 35px;
  height: 38px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .page-title h1,
  .page-title .page-title__post-heading {
    font-size: 6.4vw;
    line-height: normal;
    letter-spacing: 0.64vw;
  }
  .page-title h1 .page-title__icon,
  .page-title .page-title__post-heading .page-title__icon {
    width: 6.6666666667vw;
    height: 7.2vw;
    margin-right: 2.6666666667vw;
  }
}

/* タイトル → パンくず構成 */
.section-title-bread {
  max-width: 1100px;
  margin: 0 auto;
}
.section-title-bread .page-title {
  padding: 240px 0 143px;
}
.section-title-bread .breadcrumb {
  padding: 0;
}

/* パンくず → タイトル構成 */
.section-bread-title {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-bread-title {
    width: 100%;
    padding: 0 8vw;
  }
}
.section-bread-title .breadcrumb {
  padding-top: 177px;
}
@media screen and (max-width: 767px) {
  .section-bread-title .breadcrumb {
    padding-top: 26.6666666667vw;
  }
}
.section-bread-title .page-title {
  padding: 94px 0 150px;
}
@media screen and (max-width: 767px) {
  .section-bread-title .page-title {
    padding: 13.3333333333vw 0;
  }
}

@media screen and (max-width: 767px) {
  .section-title-bread {
    padding: 0 8vw;
  }
  .section-title-bread .page-title {
    margin: 0;
    padding: 32vw 0 13.3333333333vw;
  }
  .section-title-bread .breadcrumb {
    padding: 0;
  }
}
/* list-category-sidebar */
.list-category-sidebar {
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .list-category-sidebar {
    margin-top: -2.4vw;
  }
}
.list-category-sidebar a {
  display: flex;
  padding: 21px 14px;
  justify-content: left;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid #e2d3b2;
}
@media screen and (min-width: 1100px) {
  .list-category-sidebar a:hover p {
    opacity: 0.3;
    transition: 500ms ease-out;
  }
  .list-category-sidebar a:hover .button-arrow .arrow-right {
    transform: translateX(3px);
    transition: transform 500ms ease-out;
  }
}
@media screen and (max-width: 767px) {
  .list-category-sidebar a {
    padding: 4.8vw 3.7333333333vw;
    border-bottom: 0.2666666667vw solid #e2d3b2;
  }
}
.list-category-sidebar .category-color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .list-category-sidebar .category-color {
    width: 4vw;
    height: 4vw;
  }
}
.list-category-sidebar p {
  color: #58322a;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  /* 212.5% */
  letter-spacing: 0.1em;
  opacity: 1;
  transition: 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .list-category-sidebar p {
    font-size: 3.7333333333vw;
  }
}
.list-category-sidebar .button-arrow.brown {
  box-shadow: none;
  width: 30px;
  height: 30px;
  border: none;
}
.list-category-sidebar .button-arrow.brown .arrow-right {
  width: 10px;
  background: url("../img/arrow-right-brown-sp.svg") no-repeat center/contain;
}

/* search-sidebar */
.sidebar-content .form-search-sidebar {
  background-color: #fff;
  border-radius: 50px;
  height: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sidebar-content .form-search-sidebar {
    height: 13.3333333333vw;
  }
}
.sidebar-content .form-search-sidebar form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.sidebar-content .form-search-sidebar input {
  padding: 16px 16px 16px 24px;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sidebar-content .form-search-sidebar input {
    font-size: 3.7333333333vw;
    padding: 2.9333333333vw 4.2666666667vw 2.9333333333vw 6.4vw;
  }
}
.sidebar-content .form-search-sidebar button {
  padding: 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .sidebar-content .form-search-sidebar button {
    margin-right: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-content .form-search-sidebar button svg {
    width: 5.0666666667vw;
    height: 4.8vw;
  }
}

/* swiperのsafari対応 */
/* Swiperのラッパーとスライドに適用 */
.swiper-wrapper,
.swiper-slide {
  /* 3D変換を強制してGPUを作動させる */
  transform: translate3d(0, 0, 0);
  /* 裏面の描画を無視させて負荷を下げる */
  /* 3D空間を維持する設定 */
  /* 動きの予測をブラウザに伝える（最終手段） */
}

/* contact form 7 */
.wpcf7-not-valid-tip {
  color: #f26426;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -1.5em;
  width: 500px;
}

.checkbox-container .wpcf7-not-valid-tip {
  bottom: -4em;
}

.wpcf7-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
}
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* エラーメッセージを常に非表示（送信時以外） */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* 送信中のみエラーメッセージを表示 */
.wpcf7-form.submitting .wpcf7-not-valid-tip {
  display: block !important;
}

/* エラーボーダーも非表示 */
.wpcf7-not-valid {
  border-color: inherit !important;
}

.wpcf7-form.submitting .wpcf7-not-valid {
  border-color: #f26426 !important;
}

/* 確認画面のスタイル */
.form-confirm-screen {
  display: none;
}

.form-confirm-screen.active {
  display: block;
}

.contact-form.hidden {
  display: none !important;
}

.confirm-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #e2d3b2;
}

@media screen and (max-width: 767px) {
  .confirm-item {
    flex-direction: column;
    gap: 2.6666666667vw;
    padding: 6.6666666667vw 0;
    border-bottom: 0.2666666667vw solid #e2d3b2;
  }
}
.confirm-label {
  width: 285px;
  flex-shrink: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .confirm-label {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.confirm-value {
  flex: 1;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .confirm-value {
    font-size: 3.7333333333vw;
  }
}
.confirm-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.confirm-buttons .button-form {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .confirm-buttons {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.button-back {
  background: #e0e0e0;
  color: #333;
}
.button-back.active {
  background: #e0e0e0;
  color: #333;
}
.button-back.active:hover {
  background: #e0e0e0;
  color: #333;
}
.button-back p {
  margin-right: 0;
  color: #333;
}

.button-back:hover {
  opacity: 0.5;
}

/* 送信完了メッセージ */
@media screen and (max-width: 767px) {
  .form-success-message {
    padding: 13.3333333333vw 5.3333333333vw !important;
  }
  .form-success-message p {
    font-size: 4vw !important;
  }
  .form-success-message p:first-child {
    font-size: 6.4vw !important;
    margin-bottom: 5.3333333333vw !important;
  }
}
/* ラジオボタンのハイライト処理 */
input[type=radio] {
  outline: none !important;
  box-shadow: none !important;
}

/* フォーカス状態でも表示しない */
input[type=radio]:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=radio] {
  -webkit-tap-highlight-color: transparent;
}/*# sourceMappingURL=style.css.map */