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

html {
  scroll-behavior: smooth;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

/* Windows のときだけ縦スクロールバーを隠す */
.is-windows .gmenu__inner {
  -ms-overflow-style: none;
  /* IE、旧Edge */
  scrollbar-width: none;
  /* Firefox */
}

.is-window .gmenu__inner::-webkit-scrollbar {
  display: none;
  /* Chrome / Edge / Safari */
}

/* フォーカス時の枠も消す*/
a:focus,
button:focus {
  outline: none !important;
}

section {
  width: 100%;
  position: relative;
  z-index: 1;
}

/*
:lang(ja) {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-kerning: normal;
  font-synthesis-weight: none;
}
*/
/* common */
.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-bg-main {
  background-color: #fff9e8;
}

.u-bg-gradation {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 120vh;
}
@media screen and (max-width: 767px) {
  .u-bg-gradation {
    margin-top: 110vh;
  }
}
.u-bg-gradation img {
  width: 100%;
  height: auto;
}

.u-search-box {
  display: flex;
  align-items: center;
  background: #ebebeb;
  border-radius: 9999px;
  padding: 13px 30px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .u-search-box {
    width: 100%;
    padding: 3.4666666667vw 6.6666666667vw;
  }
}
.u-search-box input {
  border: none;
  background: transparent;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  outline: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .u-search-box input {
    font-size: 3.7333333333vw;
  }
}
.u-search-box input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
.u-search-box input::placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .u-search-box input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .u-search-box input::placeholder {
    font-size: 3.7333333333vw;
  }
}
.u-search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .u-search-box button {
    width: 5.0666666667vw;
    height: 4.8vw;
  }
}
.u-search-box button svg {
  width: 19px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .u-search-box button svg {
    width: 5.0666666667vw;
    height: 4.8vw;
  }
}

.u-spin {
  display: inline-block;
  /* 回転の基準を要素自身に */
  transform-origin: 50% 50%;
  /* 中心回転（既定だが明示） */
  animation: spin 15s linear infinite;
  /* 12秒/周、等速で無限 */
  will-change: transform;
}

.u-text-decorate-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #58322a;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.872%;
  /* 23.18px */
  letter-spacing: 0.1em;
}

.u-decorate-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.u-text-bold {
  font-weight: 700;
  color: #58322a;
}

.u-header-subpage {
  color: #58322a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .u-header-subpage {
    font-size: 6.4vw;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.u-bg-main {
  border-top: 1px solid transparent;
  /* 当たり判定用：色は出ない */
  margin-top: -1px;
  /* 1pxだけ前セクションに重ねる */
}

/* 先頭はそのまま */
.u-bg-main:first-child {
  margin-top: 0;
  border-top: 0;
}

.cta.u-bg-main {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.u-text-link {
  color: #58322a;
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
@media screen and (min-width: 1100px) {
  .u-text-link:hover {
    opacity: 0.3;
    transition: opacity 0.5s ease-out;
  }
}

/* top__fv */
.fv--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 0;
  box-sizing: border-box;
  height: 100vh;
  background-color: #fff9e8;
}
@media screen and (max-width: 767px) {
  .fv--top {
    height: 100vh;
    width: 100vw;
    padding: 24vw 0 26.6666666667vw 0;
  }
}

.fv__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 23px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .fv__wrapper {
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    width: 100vw;
    padding-left: 0;
  }
}

.fv__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding-bottom: 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    align-items: center;
    padding-bottom: 2.6666666667vw;
    height: auto;
    position: absolute;
    top: 24vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.fv__copy-main img {
  width: 18.3333333333vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__copy-main img {
    width: 45.3333333333vw;
  }
}

.fv__copy-sub {
  font-family: Optima, "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.71;
  color: #58322a;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fv__copy-sub {
    text-align: center;
  }
}

.fv__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 96%;
  max-width: 96%;
  height: 100vh;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .fv__visual {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-top: -21.3333333333vw;
    max-width: 100%;
    height: auto;
  }
}
.fv__visual img {
  width: 72.2222222222vw;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__visual img {
    min-width: 100%;
    width: 100vw;
  }
}

/* top__intro */
.intro--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 180px 170px;
}
@media screen and (max-width: 767px) {
  .intro--top {
    padding: 26.6666666667vw 8vw;
    gap: 9.3333333333vw;
  }
}

.intro__logo img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .intro__logo img {
    width: 32vw;
  }
}

.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .intro__content {
    gap: 5.3333333333vw;
  }
}

.intro__title {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 175% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 10.67vw;
    /* 166.667% */
    letter-spacing: 0.64vw;
  }
}

.intro__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.53vw;
    /* 213.333% */
    letter-spacing: 0.4vw;
    text-align: left;
  }
}

/* topnews */
.topnews--top {
  padding: 180px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topnews--top {
    padding: 26.6666666667vw 8vw;
  }
}

.topnews__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  background-color: #fff;
  width: 1100px;
  padding: 80px 50px 80px 50px;
  border-radius: 50px;
  position: relative;
  min-height: 320px;
}
@media screen and (max-width: 767px) {
  .topnews__content {
    flex-direction: column;
    border-radius: 8vw;
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 8vw;
  }
}

.topnews__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .topnews__header {
    gap: 0.8vw;
  }
}

.topnews__title-sub {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .topnews__title-sub {
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32vw;
  }
}

.topnews__title-main {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .topnews__title-main {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}

.topnews__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .topnews__list {
    gap: 8vw;
  }
}

.topnews__item,
.topnews__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .topnews__item,
  .topnews__link {
    flex-direction: column;
    gap: 0.8vw;
  }
}

.topnews__link {
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease-out;
}
.topnews__link:hover {
  opacity: 0.5;
  transition: 0.5s ease-out;
}

.topnews__date {
  color: #333;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .topnews__date {
    font-size: 3.2vw;
    letter-spacing: 0.26vw;
  }
}

.topnews__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .topnews__text {
    text-align: left;
    font-size: 3.73vw;
    letter-spacing: 0.373vw;
  }
}

.topnews__illust-top {
  position: absolute;
  top: -191px;
  right: 41px;
}
@media screen and (max-width: 767px) {
  .topnews__illust-top {
    top: -24vw;
    right: 5.3333333333vw;
  }
}
.topnews__illust-top img {
  width: 316px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topnews__illust-top img {
    width: 38.9333333333vw;
  }
}

.topnews__illust-bottom {
  position: absolute;
  bottom: -102px;
  left: -32px;
  width: 145px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topnews__illust-bottom {
    bottom: -13.3333333333vw;
    left: -4vw;
    width: 21.3333333333vw;
  }
}

/* newkiroku */
.newkiroku {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .newkiroku {
    gap: 8vw;
  }
}

.newkiroku__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.newkiroku__title-sub {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .newkiroku__title-sub {
    font-size: 3.2vw;
    letter-spacing: 0.32vw;
  }
}

.newkiroku__title-main {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .newkiroku__title-main {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}

.newkiroku__illust {
  width: 100%;
  padding-top: 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .newkiroku__illust {
    padding-top: 5.3333333333vw;
  }
}
.newkiroku__illust img {
  width: 478px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .newkiroku__illust img {
    width: 53.8666666667vw;
  }
}
.newkiroku__illust #lottie-container-newkiroku-pc {
  width: 478px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .newkiroku__illust #lottie-container-newkiroku-pc {
    width: 53.8666666667vw;
  }
}

.thumbnail-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.kiroku-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.kiroku-swiper .swiper-slide {
  width: 41.3888888889vw;
  padding: 0 3.1944444444vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kiroku-swiper .swiper-slide {
    width: 84vw;
    padding: 0 8vw;
  }
}
.kiroku-swiper .swiper-slide a {
  pointer-events: auto;
  display: block;
  max-width: 100%;
}
.kiroku-swiper .swiper-slide .kiroku-thumbnail {
  width: 34.7222222222vw;
}
@media screen and (max-width: 767px) {
  .kiroku-swiper .swiper-slide .kiroku-thumbnail {
    width: 84vw;
  }
}
.kiroku-swiper .swiper-slide .kiroku-thumbnail .thumbnail-img-wrap {
  aspect-ratio: 560/320;
}
@media screen and (max-width: 767px) {
  .kiroku-swiper .swiper-slide .kiroku-thumbnail .thumbnail-img-wrap {
    height: 53.3333333333vw;
  }
}

.kiroku-swiper .swiper-wrapper {
  margin-left: -2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .kiroku-swiper .swiper-wrapper {
    margin-left: 0;
  }
}

.newkiroku__button-prev {
  position: absolute;
  top: calc(12.0368055556vw - 34px);
  left: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .newkiroku__button-prev {
    top: 23.7333333333vw;
    left: 2.6666666667vw;
  }
}

.newkiroku__button-next {
  position: absolute;
  top: calc(12.0368055556vw - 34px);
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .newkiroku__button-next {
    top: 23.7333333333vw;
    right: 2.6666666667vw;
  }
}

.kiroku-swiper .swiper-slide {
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* popularkiroku */
.popularkiroku {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 85px 0 0 0;
}
@media screen and (max-width: 767px) {
  .popularkiroku {
    padding: 26.6666666667vw 0;
  }
}

.popularkiroku__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.popularkiroku__title-sub {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .popularkiroku__title-sub {
    font-size: 3.2vw;
    letter-spacing: 0.32vw;
  }
}

.popularkiroku__title-main {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .popularkiroku__title-main {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}

.popularkiroku__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px;
  max-width: 1100px;
}
.popularkiroku__list .thumbnail-list {
  width: 500px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .popularkiroku__list .thumbnail-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popularkiroku__list {
    max-width: 84vw;
    width: 100%;
    gap: 13.3333333333vw;
  }
}

.popularkiroku__illust {
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.popularkiroku__illust img {
  width: 481px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .popularkiroku__illust img {
    width: 49.0666666667vw;
  }
}
.popularkiroku__illust #lottie-container-popularkiroku-pc {
  width: 481px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .popularkiroku__illust #lottie-container-popularkiroku-pc {
    width: 49.0666666667vw;
  }
}

/* categories */
.categories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .categories {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
}

.categories__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding: 80px 90px;
  background-color: #fff;
  border-radius: 50px;
  width: 1100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .categories__content {
    padding: 13.3333333333vw 8vw;
    gap: 10.6666666667vw;
    border-radius: 0;
    width: 100%;
  }
}

.categories__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .categories__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8vw;
  }
}

.categories__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .categories__heading {
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw;
  }
}

.categories__title {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .categories__title {
    font-size: 6.4vw;
  }
}

.categories__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .categories__text {
    font-size: 4vw;
    letter-spacing: 0.4vw;
  }
}

.categories__lists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .categories__lists {
    gap: 10.6666666667vw;
  }
}

.categories_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .categories_list {
    gap: 5.3333333333vw;
  }
}

.categories__illust-top {
  position: absolute;
  top: -82px;
  right: 52px;
}
@media screen and (max-width: 767px) {
  .categories__illust-top {
    top: -10.6666666667vw;
    right: 6.1333333333vw;
  }
}
.categories__illust-top img {
  width: 184px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .categories__illust-top img {
    width: 27.7333333333vw;
  }
}

/* logo */
.logo-scroller-2rows {
  --gap: 56px;
  /* ロゴ間 */
  --row-height: 72px;
  --row-height-sp: 50px;
  --speed: 50s;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .logo-scroller-2rows {
    gap: 4vw;
  }
}

.logo-mask {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .logo-mask {
    padding: 2.6666666667vw 0;
    background-color: white;
  }
}

.logo-mask::before,
.logo-mask::after {
  content: "";
  position: absolute;
  inset-block: 0;
  width: 8%;
  pointer-events: none;
  z-index: 1;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: var(--gap);
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  /* 中身幅 */
  animation: scroll-left var(--duration, var(--speed, 50s)) linear infinite;
  /* 遅延はJSが入れる --delay を読む（未設定なら0s） */
  animation-delay: var(--delay, 0s);
}
@media screen and (max-width: 767px) {
  .logo-track {
    gap: 8.5333333333vw;
  }
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.6666666667vw;
  aspect-ratio: 24/14;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .logo-item {
    height: 18.6666666667vw;
    width: 37.3333333333vw;
  }
}

.logo-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.row-1 .logo-track {
  animation-delay: 0s;
  padding-left: 10.2777777778vw;
}
@media screen and (max-width: 767px) {
  .row-1 .logo-track {
    padding-left: 22.9333333333vw;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 200px 0 0 0;
  margin-bottom: -70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .logo {
    gap: 13.8666666667vw;
    padding: 5.3333333333vw 0 0 0;
    margin-bottom: -16vw;
    padding-bottom: 16vw;
  }
}

.logo__list {
  width: 100%;
  overflow: hidden;
}

.logo__heading {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px;
  /* 170% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .logo__heading {
    font-size: 4.27vw;
    line-height: 8vw;
    letter-spacing: 0.43vw;
  }
}

/* cta */
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 26.6666666667vw 8vw 24vw 8vw;
  }
}
.cta .button-arrow {
  box-shadow: none;
}

.main-content-single:has(.section-pagination-archive) + .cta {
  padding-top: 0;
}

.cta__wrapper {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cta__wrapper {
    gap: 6.6666666667vw;
  }
}

.cta__partners {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #22a265;
  border-radius: 30px;
  width: 1100px;
  overflow: hidden;
  cursor: pointer;
}
.cta__partners img {
  transform: scale(1.005);
  transition: transform 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .cta__partners {
    padding: 8vw 5.3333333333vw;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .cta__partners:hover img {
    transform: scale(1.1);
    transition: transform 500ms ease-out;
  }
  .cta__partners:hover .button-arrow .arrow-right {
    transform: translateX(5px);
    transition: transform 500ms ease-out;
  }
}

.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .cta__content {
    flex-direction: row;
    gap: 2.6666666667vw;
    justify-content: space-between;
    width: 100%;
  }
}

.cta__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .cta__text-wrap {
    gap: 2.6666666667vw;
    align-items: flex-start;
    flex: 1 0 0;
  }
}

.cta__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .cta__header {
    text-align: left;
    align-items: flex-start;
  }
}

.cta__title-sub {
  color: #fff;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta__title-sub {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
  }
}

.cta__title-main {
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 150% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta__title-main {
    font-size: 4.27vw;
    line-height: 6.67vw;
    letter-spacing: 0.43vw;
    text-align: left;
  }
}

.cta__text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta__text {
    font-size: 3.2vw;
    line-height: 5.33vw;
    letter-spacing: 0.32vw;
    text-align: left;
  }
}

.cta__image {
  width: 315px;
  height: auto;
  overflow: hidden;
  background-color: #fff9e8;
}
@media screen and (max-width: 767px) {
  .cta__image {
    display: none;
  }
}

.cta__faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #2b9ae9;
  border-radius: 30px;
  width: 525px;
  overflow: hidden;
  padding: 70px 35px 60px 35px;
  height: 400px;
  cursor: pointer;
}
.cta__faq button span.arrow-right {
  width: 18px;
  height: 9px;
  background: url("../img/arrow-right-blue.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cta__faq {
    padding: 8vw 5.3333333333vw;
    border-radius: 6.6666666667vw;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .cta__faq:hover .button-arrow .arrow-right {
    transform: translateX(5px);
    transition: transform 500ms ease-out;
  }
}

.cta__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #8a5e53;
  border-radius: 30px;
  width: 525px;
  overflow: hidden;
  padding: 70px 35px 60px 35px;
  height: 400px;
  cursor: pointer;
}
.cta__contact button span.arrow-right {
  width: 18px;
  height: 9px;
  background: url("../img/arrow-right-brown.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cta__contact {
    padding: 8vw 5.3333333333vw;
    border-radius: 6.6666666667vw;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .cta__contact:hover .button-arrow .arrow-right {
    transform: translateX(5px);
    transition: transform 500ms ease-out;
  }
}

.page-faq .cta__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #8a5e53;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .page-faq .cta__contact {
    height: auto;
    border-radius: 8vw;
    padding: 8vw 5.3333333333vw;
  }
}
.page-faq .cta__contact .cta__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .page-faq .cta__contact .cta__content {
    gap: 2.6666666667vw;
  }
}
.page-faq .cta__contact .cta__content .cta__text-wrap {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-faq .cta__contact .cta__content .cta__text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2.6666666667vw;
  }
}
.page-faq .cta__contact .cta__content .cta__text-wrap .cta__text {
  width: auto;
}
.page-faq .cta__contact .button-arrow:hover {
  background-color: #58322a;
}
.page-faq .cta__contact button span.arrow-right {
  width: 18px;
  height: 9px;
  background: url("../img/arrow-right-brown.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-faq .cta__contact button span.arrow-right {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-faq .cta__contact {
    padding: 30px 20px;
  }
}

/* footer */
.footer {
  position: relative;
  z-index: 3;
  background-color: #22a265;
  line-height: 0;
}

.footer__illust {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: -3px 0;
}
.footer__illust img {
  width: 100%;
  height: auto;
}

.footer__wrapper {
  background-color: #22a265;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    padding: 13.3333333333vw 8vw 10.1333333333vw 8vw;
  }
}

.footer__inner {
  max-width: 1100px;
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 125px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12vw;
  }
}

.footer__logo img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 26.6666666667vw;
  }
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer__content {
    width: 100%;
    gap: 12vw;
  }
}

.footer__menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 72px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}

.footer__list--page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 27px;
  flex-wrap: wrap;
  height: 129px;
  padding-top: 8px;
  width: 706px;
}
@media screen and (max-width: 767px) {
  .footer__list--page {
    height: auto;
    gap: 8vw;
    width: 100%;
  }
}

.footer__item {
  line-height: 0;
}

.footer__item a {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 0 */
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer__item a {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1100px) {
  .footer__item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .footer__item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .footer__item a.is-active::after {
    transform: scaleX(1) !important;
    transform-origin: left;
  }
  .footer__item a:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.footer__list--sns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.footer__icon--sns img {
  width: 24px;
  height: auto;
  opacity: 1;
  transition: 500ms ease-out;
}
.footer__icon--sns img:hover {
  opacity: 0.8;
  transition: 500ms ease-out;
}

.footer__branding {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__branding {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333333333vw;
  }
}

.footer__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 13px;
}

.footer__link--company {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  opacity: 1;
  transition: 500ms ease-out;
}
.footer__link--company:hover {
  opacity: 0.8;
  transition: 500ms ease-out;
}

.footer__title--company {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.06%;
  /* 12.006px */
  letter-spacing: 0.1em;
}

.footer__logo--company img {
  width: 231px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo--company img {
    width: 61.6vw;
  }
}

.footer__icon--link img {
  width: 26px;
  height: auto;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.06%;
  /* 12.006px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: left;
    line-height: 4vw;
    letter-spacing: 0.4vw;
    font-size: 2.4vw;
  }
}

/* animation */
#lottie-container-fv {
  width: 100%;
  height: auto;
  transform: scale(1.08) translateY(2vh);
}
#lottie-container-fv svg {
  width: 100%;
  height: auto;
  max-height: 100vh;
}

#lottie-container-fv-sp {
  width: 100%;
}

#lottie-container-footer,
#lottie-container-footer-sp {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  line-height: 0;
  margin-top: -2px;
  padding-top: -2px;
  line-height: 0;
  transform: translateY(1px);
}

#lottie-container-footer-sp {
  border-top: 0;
  background-color: #fff9e8;
}

#lottie-container-footer svg,
#lottie-container-footer-sp svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 安全策 */
.footer,
.footer section,
.footer__illust {
  line-height: 0;
  padding: 0;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 3.4722222222vw;
  height: 110px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding: 5.3333333333vw 6.6666666667vw 0 5.3333333333vw;
  }
}

.header__logo img {
  width: 16.8055555556vw;
  max-width: 242px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 44.27vw;
    max-width: auto;
  }
}

.header__menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
}

.header__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.0833333333vw;
}

.header__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header__item a {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  transition: 0.5s ease-out;
}
.header__item a:hover {
  color: #22a265;
  transition: 0.5s ease-out;
}

.header__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.3888888889vw;
}
.header__cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

:root {
  --green: #22a265;
  /* パネルの色（画像の雰囲気に近い） */
  --paper: #fbf2de;
  /* 背景の生成色(デモ用) */
  --fg: #163327;
  --white: #fff;
  --radius: 16px;
  --transition: 600ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* デモ背景 */
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: var(--fg);
  background: var(--paper);
}

.hero {
  min-height: 60svh;
  display: grid;
  place-content: center;
  text-align: center;
  opacity: 0.9;
}

/* ヘッダー＆ハンバーガー */
.site-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: transparent;
}

.logo {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: var(--fg);
}

/* ============ Overlay ============ */
/* コンテナは固定配置。グリッドはやめて、子要素を絶対配置に */
.gmenu {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  /* 閉じてる時は反応しない */
}

/* ★ ブラー面を“画面全体”に広げる */
.gmenu__blur {
  position: absolute;
  inset: 0;
  /* 画面全体 */
  background: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: auto;
  /* ここを押すと閉じられる */
}

.gmenu__blur::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff9e8;
  mix-blend-mode: multiply;
  /* 乗算 */
  opacity: 0.5;
  /* 50% */
  pointer-events: none;
  /* クリックは親に通す */
}

/* 右パネルは右端固定のスライドイン */
.gmenu__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(720px, 50vw);
  /* 好みで: 固定px or 50vw */
  background: var(--green);
  color: var(--white);
  transform: translateX(100%);
  transition: transform var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 56px;
}
@media screen and (max-width: 767px) {
  .gmenu__panel {
    padding: 16vw 0 10.6666666667vw;
    display: inline-block;
    width: 100%;
  }
}

/* 開状態 */
.gmenu.is-open {
  pointer-events: auto;
}

.gmenu.is-open .gmenu__blur {
  opacity: 1;
}

.gmenu.is-open .gmenu__panel {
  transform: translateX(0);
}

/* レイアウト */
.gmenu__brand {
  position: absolute;
  top: 56px;
  left: 56px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.gmenu__logo-circle {
  font-size: 12px;
  letter-spacing: 0.3em;
  opacity: 0.8;
}

.gmenu__brand-text {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.gmenu__nav {
  width: min(560px, 90%);
  margin-inline: auto;
}

.gmenu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 48px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.gmenu__list a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.gmenu__list a:hover {
  opacity: 1;
}

.gmenu__cta {
  display: grid;
  gap: 16px;
  margin: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.btn--primary {
  background: var(--white);
  color: var(--fg);
}

.btn--primary:hover {
  opacity: 0.95;
}

.btn--ghost {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: var(--white);
  background: transparent;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.gmenu__sns {
  display: flex;
  gap: 14px;
  margin: 10px 0 24px;
  opacity: 0.9;
}

.gmenu__operator {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  opacity: 0.9;
}

.op-label {
  opacity: 0.8;
}

.op-link {
  color: #eafff0;
  text-decoration: none;
}

/* 閉じるボタン */
.gmenu__close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 39px;
  height: 39px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gmenu__close {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    right: 6.6666666667vw;
    top: 7.2vw;
  }
}

.gmenu__close span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.gmenu__close span:first-child {
  transform: rotate(45deg);
}

.gmenu__close span:last-child {
  transform: rotate(-45deg);
}

/* open 状態（JSで .is-open & hidden解除） */
.gmenu.is-open {
  pointer-events: auto;
}

.gmenu.is-open .gmenu__panel {
  transform: translateX(0);
}

.gmenu.is-open .gmenu__blur {
  opacity: 1;
}

/* モバイルでは全画面パネルに */
@media (max-width: 767px) {
  .gmenu {
    grid-template-columns: 0 1fr;
  }
  .gmenu__list {
    grid-template-columns: 1fr;
    gap: 3.7333333333vw;
  }
  .gmenu__brand {
    left: 6.4vw;
    top: 6.4vw;
  }
}
/* スクロール固定 */
body.menu-lock {
  overflow: hidden;
}

.gmenu__wrapper {
  background-color: #22a265;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gmenu__wrapper {
    justify-content: flex-start;
    overflow: scroll;
  }
}

.gmenu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7.81vh;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .gmenu__inner {
    gap: 10.6666666667vw;
  }
}

.gmenu__logo {
  outline: none !important;
}
.gmenu__logo img {
  outline: none !important;
  width: 423px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gmenu__logo img {
    width: 67.2vw;
  }
}

.gmenu__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.84vh;
}
@media screen and (max-width: 767px) {
  .gmenu__content {
    gap: 10.6666666667vw;
  }
}

.gmenu__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.84vh;
  box-sizing: content-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .gmenu__menu {
    gap: 10.6666666667vw;
    width: 84vw;
    margin: auto;
    padding-right: 4px;
  }
}

.gmenu__list--page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 3.91vh;
  flex-wrap: wrap;
  max-height: 200px;
  width: 466px;
  padding-top: 8px;
  row-gap: 40px;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .gmenu__list--page {
    max-height: 69.3333333333vw;
    height: 69.3333333333vw;
    gap: 6.6666666667vw;
    width: 100%;
  }
}

.gmenu__item {
  line-height: 0;
}

.gmenu__item a {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 0 */
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gmenu__item a {
    font-size: 3.73vw;
    letter-spacing: 0.37vw;
  }
}

@media screen and (min-width: 1100px) {
  .gmenu__item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
  }
  .gmenu__item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .gmenu__item a.is-active::after {
    transform: scaleX(1) !important;
    transform-origin: left;
  }
  .gmenu__item a:not(:hover)::after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.gmenu__list--sns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}

.gmenu__icon--sns img {
  width: 24px;
  height: auto;
  opacity: 1;
  transition: 500ms ease-out;
}
.gmenu__icon--sns img:hover {
  opacity: 0.8;
  transition: 500ms ease-out;
}

.gmenu__branding {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
}

.gmenu__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 13px;
}

.gmenu__link--company {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
  opacity: 1;
  transition: 500ms ease-out;
}
.gmenu__link--company:hover {
  opacity: 0.8;
  transition: 500ms ease-out;
}

.gmenu__title--company {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.06%;
  /* 12.006px */
  letter-spacing: 0.1em;
}

.gmenu__logo--company img {
  width: 231px;
  height: auto;
}

.gmenu__icon--link img {
  width: 26px;
  height: auto;
}

/* ハンバーガーメニューの表示 */
/* メニューリスト（通常は表示） */
.header__list {
  display: flex;
  gap: 24px;
  white-space: nowrap;
  overflow: hidden;
  /* アニメ対象 */
  opacity: 1;
  transform: translateY(0);
  max-width: 1000px;
  /* 実サイズより十分大きければOK */
  margin-right: 8px;
  transition: opacity 0.28s ease, transform 0.28s ease, max-width 0.28s ease, margin-right 0.28s ease;
}

.is-scrolled-subpage .header__list {
  transition: none;
}
.is-scrolled-subpage .hamburger {
  transition: none;
}

/* ハンバーガー（通常は非表示だが幅ゼロで詰める） */
.hamburger {
  flex: 0 0 auto;
  width: 0;
  margin-left: -20px;
  /* 非表示中は幅ゼロ → 前要素が右に詰める */
  height: 40px;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 0;
  transition: margin-left 0.28s ease, width 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 9.3333333333vw;
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    transition: none;
  }
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  background: #111;
}

/* スクロール後の状態（1画面ぶん超えたら適用） */
.header.is-scrolled .header__list {
  opacity: 0;
  transform: translateY(-6px);
  max-width: 0;
  /* 幅を畳んで場所を空ける */
  margin-right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header__list {
    transform: translateY(0);
    pointer-events: all;
    transition: none;
  }
}

.header.is-scrolled .hamburger {
  width: 40px;
  opacity: 1;
  margin-left: 0;
  transform: translateX(0);
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .hamburger {
    width: 9.3333333333vw;
  }
}

/* 低モーション環境の配慮 */
@media (prefers-reduced-motion: reduce) {
  .header__list,
  .hamburger {
    transition: none !important;
  }
}
/* ハンバーガーボタンアニメーション用 */
.hamburger {
  display: grid;
  place-items: center;
  /* ====== ハンバーガー → X　二段階アニメ ====== */
}
.hamburger svg {
  display: block;
}
.hamburger .hamburger-line {
  transform-box: view-box;
  transform-origin: 20px 13px;
}
.hamburger[aria-expanded=true] .hamburger-line--top {
  animation: line-top-merge-then-x 0.45s forwards ease;
}
.hamburger[aria-expanded=true] .hamburger-line--middle {
  animation: line-middle-merge-then-x 0.45s forwards ease;
}
.hamburger[aria-expanded=true] .hamburger-line--bottom {
  animation: line-bottom-merge-then-x 0.45s forwards ease;
}
.hamburger[aria-expanded=true] .hamburger-line {
  stroke: #fff;
}
.hamburger[aria-expanded=false] .hamburger-line--top {
  animation: line-top-x-to-merge 0.45s forwards ease;
}
.hamburger[aria-expanded=false] .hamburger-line--middle {
  animation: line-middle-x-to-merge 0.45s forwards ease;
}
.hamburger[aria-expanded=false] .hamburger-line--bottom {
  animation: line-bottom-x-to-merge 0.45s forwards ease;
}
.hamburger[aria-expanded=false] .hamburger-line {
  stroke: #333;
}

/* ====== KEYFRAMES ====== */
/* --- 開くとき：STEP1（中央へ合流）→ STEP2（Xに回転） --- */
/* 上線 */
@keyframes line-top-merge-then-x {
  0% {
    transform: translateY(-12px) rotate(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  /* まず中央に合流して1本線 */
  100% {
    transform: rotate(45deg);
    opacity: 1;
  }
  /* その後バツ印へ */
}
/* 中央線 */
@keyframes line-middle-merge-then-x {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(0);
  }
  /* まず1本線状態を作るため保持 → 遅れて消える */
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
/* 下線 */
@keyframes line-bottom-merge-then-x {
  0% {
    transform: translateY(12px) rotate(0);
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  /* 中央へ合流 */
  100% {
    transform: rotate(-45deg);
    opacity: 1;
  }
  /* バツ印へ */
}
/* --- 閉じるとき：逆再生（X → 3本線） --- */
@keyframes line-top-x-to-merge {
  0% {
    transform: rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-12px) rotate(0);
    opacity: 1;
  }
}
@keyframes line-middle-x-to-merge {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-bottom-x-to-merge {
  0% {
    transform: rotate(-45deg);
    opacity: 1;
  }
  50% {
    transform: translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translateY(12px) rotate(0);
    opacity: 1;
  }
}
/* privacypolicy */
.privacypolicy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 100px 200px;
}
@media screen and (max-width: 767px) {
  .privacypolicy {
    padding: 13.3333333333vw 8vw 24vw 8vw;
  }
}
.privacypolicy .title-privacypolicy {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacypolicy .title-privacypolicy {
    margin-bottom: 16vw;
  }
}
.privacypolicy .title-privacypolicy p {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.privacypolicy .title-privacypolicy h2 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 140% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .privacypolicy .title-privacypolicy h2 {
    font-size: 5.333333333vw;
    line-height: 170%;
    letter-spacing: 0.5333333333vw;
  }
  .privacypolicy .title-privacypolicy p {
    font-size: 3.2vw;
    margin-bottom: 5px;
  }
}
.privacypolicy .container-privacypolicy h3 {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* 157.692% */
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.privacypolicy .container-privacypolicy p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.1em;
}
.privacypolicy .container-privacypolicy p + p {
  margin-top: 1em;
}
.privacypolicy .container-privacypolicy ul {
  margin-top: 1em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .privacypolicy .container-privacypolicy h3 {
    font-size: 5.333333333vw;
    line-height: 170%;
    letter-spacing: 0.5333333333vw;
  }
  .privacypolicy .container-privacypolicy p {
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.4vw;
  }
}
.privacypolicy .container-privacypolicy + .container-privacypolicy {
  margin-top: 80px;
}

/* content-category */
.section-content-category-list {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section-content-category-list {
    padding: 16vw 8vw 0;
  }
}
.section-content-category-list .kiroku-archive-heading {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 10%;
  line-height: 150%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-category-list .kiroku-archive-heading {
    font-size: 5.3333333333vw;
  }
}
.section-content-category-list .kiroku-list {
  margin-top: 82px;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .section-content-category-list .kiroku-list {
    margin-top: 10.6666666667vw;
    gap: 13.3333333333vw;
  }
}
.section-content-category-list .kiroku-list .thumbnail-list {
  width: 500px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section-content-category-list .kiroku-list .thumbnail-list {
    width: 100%;
  }
}

.section-content-category-list.no-pagination {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .section-content-category-list.no-pagination {
    padding-bottom: 26.6666666667vw;
  }
}

/* pagination-archive */
.section-pagination-archive {
  text-align: center;
  padding: 100px 0 200px;
}
.section-pagination-archive .pagination-list {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-pagination-archive .pagination-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #58322a;
  /* 茶色系 */
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.2s;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 5%;
}
.section-pagination-archive .pagination-list li .page-numbers.dots {
  color: #333;
}
.section-pagination-archive .pagination-list li a {
  opacity: 1;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li.next a {
  display: flex;
  margin-left: 20px;
  width: auto;
  font-size: 13px;
  display: flex;
  gap: 15px;
  align-items: center;
  opacity: 1;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li.next a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li.prev a {
  display: flex;
  margin-right: 20px;
  width: auto;
  font-size: 13px;
  display: flex;
  gap: 15px;
  align-items: center;
  opacity: 1;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li.prev a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-archive .pagination-list li.current {
  background-color: #22a265;
  /* 緑色 */
  color: #fff;
}
.section-pagination-archive .icon-prev,
.section-pagination-archive .icon-next {
  width: 13px;
  height: 7px;
  vertical-align: middle;
}

/* category_top */
.section-content-category-top {
  margin: 0 auto;
  max-width: 1100px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e2d3b2;
}
@media screen and (max-width: 767px) {
  .section-content-category-top {
    width: 84vw;
    padding: 0 0 16vw;
    margin: 0 8vw;
    border-bottom: 0.2666666667vw solid #e2d3b2;
  }
}
.section-content-category-top .category-top-inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-content-category-top .category-top-inner {
    width: 100%;
  }
}
.section-content-category-top .category-top-inner .category-thumbnail {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-content-category-top .category-top-inner .category-thumbnail {
    aspect-ratio: 2/1;
    height: auto;
    border-radius: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.section-content-category-top .category-top-inner .category-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.section-content-category-top .category-top-inner .category-default-desc {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .section-content-category-top .category-top-inner .category-default-desc {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.section-content-category-top .category-top-inner .category-detail-desc p {
  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) {
  .section-content-category-top .category-top-inner .category-detail-desc p {
    font-size: 4vw;
  }
}

/* single */
.section-content-news {
  margin: 0 auto;
  max-width: 1100px;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section-content-news {
    padding: 13.3333333333vw 8vw;
  }
}
.section-content-news .content-news-inner {
  max-width: 900px;
  margin: 0 auto;
}
.section-content-news .content-news-inner .news-thumbnail {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .section-content-news .content-news-inner .news-thumbnail {
    height: auto;
    margin-bottom: 8vw;
    border-radius: 2.6666666667vw;
  }
}
.section-content-news .content-news-inner .news-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  -o-object-position: center center;
     object-position: center center;
}
.section-content-news .content-news-inner .news-header {
  margin-bottom: 30px;
}
.section-content-news .content-news-inner .news-date {
  color: #000;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.083%;
  /* 18.162px */
  letter-spacing: 0.1em;
}
.section-content-news .content-news-inner .news-title {
  margin-top: 16px;
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  /* 169.231% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-news .content-news-inner .news-title {
    font-size: 5.3333333333vw;
    line-height: 170%;
    text-align: justify;
  }
}
.section-content-news .content-news-inner .news-content p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-news .content-news-inner .news-content p {
    font-size: 4vw;
    text-align: justify;
  }
}

/* pagination_single */
.section-pagination-single {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-pagination-single {
    padding: 0 8vw;
    width: 100vw;
  }
}
.section-pagination-single .pagination-single-inner {
  border-bottom: #e2d3b2 1px solid;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-single-inner {
    border-bottom: #e2d3b2 0.2666666667vw solid;
  }
}
.section-pagination-single .pagination-list {
  padding-bottom: 70px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list {
    padding-bottom: 9.0666666667vw;
  }
}
.section-pagination-single .pagination-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #58322a;
  /* 茶色系 */
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.2s;
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 5%;
  position: absolute;
  opacity: 1;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list li {
    font-size: 3.2vw;
  }
}
.section-pagination-single .pagination-list li a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-single .pagination-list li.news-all {
  font-family: "Noto Sans JP";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-pagination-single .pagination-list li.prev {
  top: 0;
  left: 45px;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list li.prev {
    left: 0;
  }
}
.section-pagination-single .pagination-list li.prev .text {
  display: inline-block;
  margin-top: 2px;
}
.section-pagination-single .pagination-list li.next {
  top: 0;
  right: 45px;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list li.next {
    right: 0;
  }
}
.section-pagination-single .pagination-list li.next .text {
  display: inline-block;
  margin-top: 2px;
}
.section-pagination-single .pagination-list li.next a {
  display: flex;
  margin-left: 20px;
  width: auto;
  font-size: 16px;
  display: flex;
  letter-spacing: 0.1em;
  gap: 15px;
  align-items: center;
  opacity: 1;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list li.next a {
    font-size: 3.2vw;
    gap: 2.6666666667vw;
  }
}
.section-pagination-single .pagination-list li.next a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-single .pagination-list li.prev a {
  display: flex;
  margin-right: 20px;
  width: auto;
  font-size: 16px;
  display: flex;
  letter-spacing: 0.1em;
  gap: 15px;
  align-items: center;
  opacity: 1;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  .section-pagination-single .pagination-list li.prev a {
    font-size: 3.2vw;
    gap: 2.6666666667vw;
  }
}
.section-pagination-single .pagination-list li.prev a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.section-pagination-single .icon-prev,
.section-pagination-single .icon-next {
  width: 13px;
  height: 7px;
  vertical-align: middle;
}

/* news-list */
.section-content-news-list {
  width: 1000px;
  padding: 80px 0 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-content-news-list {
    width: 100%;
    padding: 13.3333333333vw 8vw;
  }
}
.section-content-news-list .news-list {
  display: flex;
  flex-direction: column;
}
.section-content-news-list .news-list .news-item {
  border-bottom: 1px solid #e2d3b2;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .news-item {
    border-bottom: 0.2666666667vw solid #e2d3b2;
  }
}
@media screen and (min-width: 1100px) {
  .section-content-news-list .news-list .news-item {
    /* PCのみ */
  }
  .section-content-news-list .news-list .news-item:hover .news-list__content {
    opacity: 0.3;
    transition: 0.5s ease-out;
  }
  .section-content-news-list .news-list .news-item:hover .news-list-arrow img {
    transform: translateX(5px);
    transition: transform 500ms ease-out;
  }
}
.section-content-news-list .news-list .inner {
  padding: 25px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* ← 上下中央揃え */
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner {
    padding: 5.3333333333vw 0;
    display: flex;
  }
}
.section-content-news-list .news-list .inner .news-list__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  transition: 0.5s ease-out;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner .news-list__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.3333333333vw;
    max-width: 80%;
  }
}
.section-content-news-list .news-list .inner .news-meta {
  display: flex;
  align-items: center;
}
.section-content-news-list .news-list .inner .news-date {
  color: #333;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  display: inline-block;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner .news-date {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-right: 0;
  }
}
.section-content-news-list .news-list .inner .news-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  flex: 1 0 0;
  margin-right: 0;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner .news-title {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.section-content-news-list .news-list .inner .news-list-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner .news-list-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.section-content-news-list .news-list .inner .news-list-arrow img {
  width: 16px;
  height: 8px;
  transition: transform 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .section-content-news-list .news-list .inner .news-list-arrow img {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
  }
}

/* Section_Sidebar */
section.sidebar {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  section.sidebar {
    gap: 16vw;
    padding: 0 8vw;
  }
}

/* Section_Search_kiroku */
@media screen and (max-width: 767px) {
  .section-search-kiroku {
    width: 100%;
    padding: 0 8vw;
  }
}
.section-search-kiroku h2.search-heading {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .section-search-kiroku h2.search-heading {
    font-size: 5.3333333333vw;
  }
}

/* Section_Archive_kiroku */
.section-archive-kiroku {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .section-archive-kiroku {
    width: 100%;
    padding: 0 8vw;
  }
}
.section-archive-kiroku h2.archive-heading {
  color: #58322a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  line-height: 150%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-archive-kiroku h2.archive-heading {
    font-size: 5.3333333333vw;
  }
}
.section-archive-kiroku h2.archive-heading span {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-left: 22px;
}
.section-archive-kiroku .thumbnail-single .kiroku-thumbnail .thumbnail-img-wrap {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .section-archive-kiroku .thumbnail-single .kiroku-thumbnail .thumbnail-img-wrap {
    aspect-ratio: 500/345;
  }
}

/* Section_Content_kiroku */
@media screen and (max-width: 767px) {
  .section-content-kiroku {
    padding: 0 8vw;
  }
}

.kiroku-content-container .kiroku-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-info {
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.kiroku-content-container .kiroku-meta {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-meta {
    gap: 2.6666666667vw;
  }
}
.kiroku-content-container .kiroku-meta .kiroku-main-category {
  width: auto;
  padding: 10px 25px;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--category-color);
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-meta .kiroku-main-category {
    padding: 1.8666666667vw 5.3333333333vw;
  }
}
.kiroku-content-container .kiroku-meta .kiroku-main-category p {
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-meta .kiroku-main-category p {
    font-size: 3.2vw;
  }
}
.kiroku-content-container .kiroku-meta .kiroku-date {
  color: #000;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 121.083%;
  /* 16.952px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-meta .kiroku-date {
    font-size: 3.2vw;
  }
}
.kiroku-content-container .kiroku-sub-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-sub-category {
    gap: 3.4666666667vw;
  }
}
.kiroku-content-container .kiroku-sub-category a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kiroku-content-container .kiroku-title {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  /* 159.375% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.kiroku-content-container .kiroku-thumbnail {
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .kiroku-content-container .kiroku-thumbnail {
    margin-bottom: 8vw;
    border-radius: 2.6666666667vw;
    height: 53.3333333333vw;
  }
}
.kiroku-content-container .kiroku-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.kiroku-single-content #toc_container {
  margin: 100px 0px;
  border-radius: 30px;
  background: #f4edda;
  display: flex;
  width: 100%;
  padding: 50px 50px 60px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container {
    margin: 16vw 0;
    padding: 6.6666666667vw;
    border-radius: 5.3333333333vw;
    gap: 4vw;
  }
}
.kiroku-single-content #toc_container p.toc_title {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container p.toc_title {
    font-size: 5.3333333333vw;
  }
}
.kiroku-single-content #toc_container ul.toc_list {
  margin-left: 21px;
  padding-left: 35px;
  border-left: solid 1px #58322a;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container ul.toc_list {
    border-left: solid 0.2666666667vw #58322a;
    padding-left: 5.3333333333vw;
    margin-left: 2.6666666667vw;
    gap: 8vw;
  }
}
.kiroku-single-content #toc_container ul.toc_list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container ul.toc_list ul {
    gap: 8vw;
  }
}
.kiroku-single-content #toc_container ul.toc_list li {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container ul.toc_list li {
    font-size: 3.2vw;
    gap: 8vw;
  }
}
.kiroku-single-content #toc_container ul.toc_list li span.toc_depth_2 {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content #toc_container ul.toc_list li span.toc_depth_2 {
    padding-left: 2.6666666667vw;
  }
}
.kiroku-single-content h2 {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 700 !important;
  line-height: 150%;
  /* 157.692% */
  letter-spacing: 0.1em;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content h2 {
    font-size: 4.8vw;
  }
}
.kiroku-single-content h2 + p,
.kiroku-single-content h3 + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content h2 + p,
  .kiroku-single-content h3 + p {
    margin-top: 8vw;
  }
}
.kiroku-single-content h3 {
  display: flex;
  padding: 20px 30px;
  justify-content: left;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  background: #fffdf8;
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 160% */
  letter-spacing: 0.1em;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content h3 {
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.kiroku-single-content p + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content p + h2 {
    margin-top: 13.3333333333vw;
  }
}
.kiroku-single-content p + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content p + h3 {
    margin-top: 13.3333333333vw;
  }
}
.kiroku-single-content p {
  width: 100%;
  text-align: left;
  line-height: 200%;
}
.kiroku-single-content figure {
  margin: 60px 0;
  width: 100%;
  padding: 0 55px;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content figure {
    margin: 10.6666666667vw 0;
    padding: 0;
  }
}
.kiroku-single-content figure img {
  margin: 0 auto;
  border-radius: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .kiroku-single-content figure img {
    border-radius: 2.6666666667vw;
  }
}
.kiroku-single-content figure + p {
  margin-top: 20px;
}

.kiroku-partner-container {
  margin: 100px 0;
  width: 100%;
  border-radius: 30px;
  background: #f4edda;
  display: flex;
  padding: 90px 50px 60px 50px;
  position: relative;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container {
    padding: 24vw 6.6666666667vw 10.6666666667vw;
    border-radius: 8vw;
    margin: 16vw 0;
  }
}
.kiroku-partner-container .kiroku-partner-header {
  border-radius: 0 50px 50px 0;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-flex;
  padding: 7px 25px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-header {
    padding: 1.8666666667vw 5.3333333333vw;
  }
}
.kiroku-partner-container .kiroku-partner-header p {
  color: #58322a;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-header p {
    font-size: 3.7333333333vw;
  }
}
.kiroku-partner-container .kiroku-partner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
  }
}
.kiroku-partner-container .kiroku-partner-content .kiroku-partner-logo {
  width: 180px;
  height: 180px;
  border-radius: 10000px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-content .kiroku-partner-logo {
    width: 32vw;
    height: 32vw;
  }
}
.kiroku-partner-container .kiroku-partner-content .kiroku-partner-logo img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.kiroku-partner-container .kiroku-partner-content .kiroku-partner-text {
  width: 100%;
  text-align: left;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-content .kiroku-partner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.kiroku-partner-container .kiroku-partner-content .kiroku-partner-text h3.kiroku-partner-name {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-content .kiroku-partner-text h3.kiroku-partner-name {
    width: 100%;
    font-size: cac(1600vw/375);
    margin-bottom: 1.3333333333vw;
  }
}
.kiroku-partner-container .kiroku-partner-content .kiroku-partner-text p.kiroku-partner-info {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .kiroku-partner-container .kiroku-partner-content .kiroku-partner-text p.kiroku-partner-info {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}

/* Section_Content_relationkiroku */
.section-content-relationkiroku {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 710px;
}
@media screen and (max-width: 767px) {
  .section-content-relationkiroku {
    width: 100%;
    padding: 0 8vw;
  }
}
.section-content-relationkiroku h2 {
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-content-relationkiroku h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.section-content-relationkiroku ul.kiroku-list {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 60px;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-content-relationkiroku ul.kiroku-list {
    row-gap: 13.3333333333vw;
  }
}

.section-like-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 80px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section-like-buttons {
    margin: 10.6666666667vw 0 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.section-like-buttons h3 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-like-buttons h3 {
    font-size: 3.4666666667vw;
  }
}
.section-like-buttons .like-button-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
  }
}
.section-like-buttons .like-button {
  display: flex;
  gap: 10px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: center;
  align-items: center;
  /* 色ごとの背景（currentColorを利用） */
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button {
    gap: 1.3333333333vw;
  }
}
.section-like-buttons .like-button .like-heart {
  display: flex;
  height: 30px;
  padding: 6px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px 15px 15px 0;
  border: 1px solid #e2d3b2;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button .like-heart {
    border: 0.2666666667vw solid #e2d3b2;
    height: 6.6666666667vw;
    padding: 1.6vw 4vw;
    gap: 1.0666666667vw;
    border-radius: 4vw 4vw 4vw 0;
  }
}
.section-like-buttons .like-button img {
  display: block;
  transition: transform 0.2s;
  width: 16px;
  height: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button img {
    width: 3.2vw;
    height: 2.9333333333vw;
  }
}
.section-like-buttons .like-button .like-label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button .like-label {
    font-size: 3.2vw;
  }
}
.section-like-buttons .like-button .like-count {
  color: #333;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 121.083%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-like-buttons .like-button .like-count {
    font-size: 3.2vw;
  }
}
.section-like-buttons .like-button .like-thanks {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: var(--color);
  padding: 5px 10px;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  flex-shrink: 0;
  border-radius: 5px;
  width: 120px;
  display: flex;
  justify-content: center;
}
.section-like-buttons .like-button .like-thanks::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  /* 吹き出しの背景色に合わせる */
}
.section-like-buttons .like-button .like-thanks span {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.06%;
  /* 16.808px */
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}
.section-like-buttons .like-button .like-thanks.orange {
  background-color: #f26426;
  color: #f26426;
  /* currentColorを三角に適用するため */
}
.section-like-buttons .like-button .like-thanks.blue {
  background-color: #2b9ae9;
  color: #2b9ae9;
}
.section-like-buttons .like-button .like-thanks.green {
  background-color: #22a265;
  color: #22a265;
}
.section-like-buttons .like-button .like-thanks.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px) scale(1);
}

/* Section_Content_partner_list */
.section-content-partner-list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list {
    width: 100%;
    padding: 0 8vw;
    gap: 13.3333333333vw;
  }
}
.section-content-partner-list .partner-heading {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 210%;
  letter-spacing: 0.1em;
  padding: 159px 0 40px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-heading {
    font-size: 4vw;
    padding: 13.3333333333vw 0 0;
  }
}
.section-content-partner-list .partner-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px;
  width: 1100px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container {
    width: 100%;
    padding: 8vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
.section-content-partner-list .partner-list-container h3 {
  width: 100%;
  text-align: left;
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.3333333333vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-logo {
  width: 300px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-logo {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-text {
    gap: 2.6666666667vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-text + a .button-green {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-text + a .button-green {
    margin-top: 5.3333333333vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-text p {
    font-size: 4vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-text a {
  display: flex;
  justify-content: left;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-text a {
    gap: 2.6666666667vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-text a img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .partner-list-text a img {
    width: 4vw;
    height: 4vw;
  }
}
.section-content-partner-list .partner-list-container .partner-list-content .partner-list-link p {
  color: #58322a;
}
@media screen and (min-width: 1100px) {
  .section-content-partner-list .partner-list-container .partner-list-content .button-green {
    padding: 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-partner-list .partner-list-container .partner-list-content .button-green {
    padding: 5.3333333333vw 6.4vw 5.3333333333vw 7.4666666667vw;
  }
  .section-content-partner-list .partner-list-container .partner-list-content .button-green p {
    font-size: 3.7333333333vw;
  }
}

/* Section_Content_partner_top */
.section-content-partner-top {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top {
    padding: 0 8vw;
    width: 100%;
  }
}
.section-content-partner-top .partner-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px;
  width: 1100px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container {
    width: 100%;
    padding: 8vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
.section-content-partner-top .partner-list-container h3 {
  width: 100%;
  text-align: left;
  color: #58322a;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.3333333333vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-logo {
  width: 300px;
  height: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-logo {
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    overflow: hidden;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-text {
    gap: 2.6666666667vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-text + a .button-green {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-text + a .button-green {
    margin-top: 5.3333333333vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-text p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-text p {
    font-size: 4vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-text a {
  display: flex;
  justify-content: left;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-text a {
    gap: 2.6666666667vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-text a img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .partner-list-text a img {
    width: 4vw;
    height: 4vw;
  }
}
.section-content-partner-top .partner-list-container .partner-list-content .partner-list-link p {
  color: #58322a;
}
@media screen and (min-width: 1100px) {
  .section-content-partner-top .partner-list-container .partner-list-content .button-green {
    padding: 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-content-partner-top .partner-list-container .partner-list-content .button-green {
    padding: 5.3333333333vw 6.4vw 5.3333333333vw 7.4666666667vw;
  }
  .section-content-partner-top .partner-list-container .partner-list-content .button-green p {
    font-size: 3.7333333333vw;
  }
}

/* Section_Content_partner_articles */
.section-content-partner-articles {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-articles {
    width: 100%;
    padding: 13.3333333333vw 8vw 26.6666666667vw;
  }
}
.section-content-partner-articles h3 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 82px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .section-content-partner-articles h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.section-content-partner-articles ul.kiroku-list {
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .section-content-partner-articles ul.kiroku-list {
    width: 100%;
    gap: 13.3333333333vw;
  }
}
.section-content-partner-articles ul.kiroku-list .thumbnail-list {
  width: 500px;
}
.section-content-partner-articles > p {
  text-align: center;
}

/* Section_Content_faq */
.section-content-faq {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-content-faq {
    width: 100%;
    padding: 16vw 8vw 0;
  }
}
.section-content-faq .faq-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container {
    gap: 10.6666666667vw;
  }
}
.section-content-faq .faq-container .faq-content {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content {
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-question {
  display: flex;
  align-items: center;
  padding: 0 25px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-question {
    padding: 0;
    gap: 5.3333333333vw;
    flex-direction: row;
  }
}
.section-content-faq .faq-container .faq-content .faq-question .faq-icon {
  background-color: #2b9ae9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-question .faq-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-question .faq-icon p {
  color: #fff;
  font-family: Optima, "Marcellus", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-question .faq-icon p {
    font-size: 5.3333333333vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-question h2,
.section-content-faq .faq-container .faq-content .faq-question p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-question h2,
  .section-content-faq .faq-container .faq-content .faq-question p {
    font-size: 3.7333333333vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-answer {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-answer {
    padding: 0;
    gap: 5.3333333333vw;
    flex-direction: row;
  }
}
.section-content-faq .faq-container .faq-content .faq-answer .faq-icon {
  background-color: #f26426;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-answer .faq-icon {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-answer .faq-icon p {
  color: #fff;
  font-family: Optima, "Marcellus", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-answer .faq-icon p {
    font-size: 5.3333333333vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-answer p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-faq .faq-container .faq-content .faq-answer p {
    font-size: 3.7333333333vw;
  }
}
.section-content-faq .faq-container .faq-content .faq-answer p a {
  text-decoration: underline;
  color: #58322a;
  font-weight: 500;
}
.section-content-faq .faq-container .faq-content hr {
  background-color: #e2d3b2;
  width: 100%;
  margin: 20px 0;
  border: 0;
  height: 1px;
}

/* Section_Content_contact */
.section-content-contact {
  padding: 80px 0 200px;
  width: 915px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .section-content-contact {
    width: 100%;
    padding: 16vw 8vw;
    gap: 21.3333333333vw;
  }
}
.section-content-contact h2 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .section-content-contact h2 {
    font-size: 6.4vw;
  }
}
.section-content-contact h2 span {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .section-content-contact h2 span {
    font-size: 3.7333333333vw;
  }
}
.section-content-contact p.contact-summary {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section-content-contact p.contact-summary {
    font-size: 4vw;
    text-align: left;
  }
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  /* チェックマーク */
  /* チェックされた時の表示 */
}
@media screen and (max-width: 767px) {
  .contact-form {
    gap: 8vw;
  }
}
.contact-form .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}
.contact-form .form-label {
  width: 285px;
  text-align: left;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  letter-spacing: 0.1em;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact-form .form-label {
    width: 100%;
    font-size: 3.7333333333vw;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5.3333333333vw;
  }
}
.contact-form span.required {
  position: absolute;
  border-radius: 50px;
  background: #f26426;
  display: flex;
  padding: 6.5px 15px 7.5px 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .contact-form span.required {
    padding: 1.2vw 3.2vw 1.4666666667vw;
    font-size: 3.2vw;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
  }
}
.contact-form input {
  width: 600px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-form input {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.contact-form input::-moz-placeholder {
  color: #cecece;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.contact-form input::placeholder {
  color: #cecece;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact-form input::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .contact-form input::placeholder {
    font-size: 3.7333333333vw;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel] {
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px;
  height: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel] {
    padding: 4vw 4.8vw;
    height: 10.6666666667vw;
  }
}
.contact-form .form-label.radio-header {
  padding: 0;
}
.contact-form .radio-group {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .contact-form .radio-group {
    width: 100%;
    gap: 2.6666666667vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-form .radio-wrapper {
  display: flex;
  gap: 8px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-form .radio-wrapper {
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.contact-form .radio-wrapper input[type=radio] {
  accent-color: #8a5e53;
  margin: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .contact-form .radio-wrapper input[type=radio] {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.contact-form textarea {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  height: 250px;
  width: 600px;
  flex-shrink: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-form textarea {
    width: 100%;
    height: 53.3333333333vw;
    padding: 4vw 4.8vw;
    font-size: 3.7333333333vw;
  }
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border: none;
  box-shadow: inset 0 0 0 1px #8a5e53;
}
@media screen and (max-width: 767px) {
  .contact-form input:focus,
  .contact-form textarea:focus {
    box-shadow: inset 0 0 0 0.2666666667vw #8a5e53;
  }
}
.contact-form .form-layout__textarea {
  align-items: flex-start;
}
.contact-form .form-layout__textarea .form-label {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .contact-form .form-layout__textarea .form-label {
    margin-top: 2.4vw;
  }
}
.contact-form .checkbox-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: left;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .contact-form .checkbox-wrapper {
    width: 100%;
  }
}
.contact-form .checkbox-wrapper .checkbox-label {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-form .checkbox-wrapper .checkbox-label {
    font-size: 3.7333333333vw;
  }
}
.contact-form input[type=checkbox] {
  display: none;
}
.contact-form .checkmark {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #8a5e53;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
  background-color: white;
  margin: 2px 12px 0 0;
}
@media screen and (max-width: 767px) {
  .contact-form .checkmark {
    border: 0.2666666667vw solid #8a5e53;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    margin: 0.5333333333vw 3.2vw 0 0;
    border: 0.2666666667vw solid #8a5e53;
  }
}
.contact-form .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 11px;
  border-right: 1px solid #8a5e53;
  border-bottom: 1px solid #8a5e53;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .contact-form .checkmark::after {
    left: 1.6vw;
    top: 0.2666666667vw;
    width: 1.8666666667vw;
    height: 2.9333333333vw;
    border-right: 0.2666666667vw solid #8a5e53;
    border-bottom: 0.2666666667vw solid #8a5e53;
  }
}
.contact-form input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
.contact-form .privacy-link {
  padding-left: 347px;
}
@media screen and (max-width: 767px) {
  .contact-form .privacy-link {
    padding-left: 9.0666666667vw;
  }
}
.contact-form .privacy-link a {
  text-decoration: underline;
  color: #58322a;
  opacity: 1;
  transition: 0.5s ease-out;
}
.contact-form .privacy-link a:hover {
  opacity: 0.3;
  transition: 0.5s ease-out;
}
.contact-form .checkbox-container {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contact-form .checkbox-container {
    width: 100%;
  }
}
.contact-form .checkbox-container .form-group {
  align-items: center;
}
.contact-form .checkbox-container .form-label {
  padding: 0;
}

/* section-content-about */
.section-content-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 1100px;
  margin: auto;
  gap: 120px;
}
@media screen and (max-width: 767px) {
  .section-content-about {
    width: 100%;
    padding: 0 8vw;
    gap: 13.3333333333vw;
  }
}

.about__heading {
  color: #58322a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px;
  /* 212.5% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 8.5333333333vw;
    /* 213.333% */
    letter-spacing: 0.4vw;
  }
}

.about__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.about__figure img {
  width: 100%;
  height: auto;
}

.about__detail {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
  letter-spacing: 0.1em;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .about__detail {
    font-size: 2.6666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    /* 180% */
    padding: 0;
  }
}

/* section-content-step */
.section-content-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .section-content-step {
    width: 100%;
    padding: 0 5.3333333333vw;
    gap: 16vw;
  }
}

.step__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .step__row {
    flex-direction: column;
    gap: 8vw;
  }
}

.step__row-02 {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__row-02 {
    margin-top: -50px;
    z-index: 2;
  }
}
.step__row-02 .step__wrapper {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__row-02 .step__wrapper {
    padding-top: 130px;
  }
}

.step__row-03 {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__row-03 {
    margin-top: -50px;
    z-index: 1;
  }
}
.step__row-03 .step__wrapper {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__row-03 .step__wrapper {
    padding-top: 130px;
  }
}

.step__heading {
  position: relative;
  width: 100px;
  min-width: 100px;
  /* 幅 */
  height: 596px;
  /* 本体の長さ */
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step__heading {
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0.8vw;
    gap: 6.4vw;
  }
}
.step__heading::after {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__heading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    /* 三角の高さ */
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    /* 幅の半分 */
    border-right: 50px solid transparent;
  }
}

/* ---- 各ステップごとの色変更 ---- */
.step__heading-01 {
  background-color: #2b9ae9;
  /* 青 */
}
.step__heading-01:after {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__heading-01:after {
    border-top: 28px solid #2b9ae9;
  }
}

.step__heading-02 {
  background-color: #f26426;
  padding-top: 110px;
  height: 636px;
  /* オレンジ */
}
@media screen and (max-width: 767px) {
  .step__heading-02 {
    height: auto;
    border-radius: 0.8vw;
    padding-top: 5.3333333333vw;
  }
}
.step__heading-02::after {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__heading-02::after {
    border-top: 28px solid #f26426;
  }
}

.step__heading-03 {
  background-color: #22a265;
  padding-top: 110px;
  height: 635px;
  border-radius: 6px;
  /* 緑 */
}
@media screen and (max-width: 767px) {
  .step__heading-03 {
    height: auto;
    border-radius: 0.8vw;
    padding-top: 5.3333333333vw;
  }
}
.step__heading-03::after {
  /* pcのみ */
}
@media screen and (min-width: 768px) {
  .step__heading-03::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0 solid;
    /* 幅の半分 */
    border-right: 0 solid;
  }
}

.step__number {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__number--step {
  text-align: center;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .step__number--step {
    line-height: normal;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-bottom: -0.5333333333vw;
    margin-top: -1.6vw;
  }
}
.step__number--step img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.step__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .step__wrapper {
    padding-top: 0;
  }
}

.step__title {
  color: #58322a;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 140% */
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .step__title {
    color: #fff;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.6666666667vw;
  }
}
.step__title span {
  color: #58322a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  /* 210% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .step__title span {
    color: #fff;
    font-size: 4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
  }
}

.step__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .step__content {
    flex-direction: column;
    padding: 0 2.6666666667vw;
    gap: 30px;
  }
}
.step__content .step__illust {
  width: 380px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .step__content .step__illust {
    width: 100%;
  }
}
.step__content .step__illust img {
  width: 100%;
  height: auto;
}

.step__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .step__inner {
    flex-direction: column;
    align-items: center;
  }
}

.step__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .step__text {
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
  }
}

/* section-content-partner */
.section-content-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 159px;
  padding-bottom: 348px;
  gap: 120px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-content-partner {
    padding: 13.3333333333vw 8vw 42.6666666667vw;
    gap: 16vw;
  }
}

.partner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 78px;
}
@media screen and (max-width: 767px) {
  .partner__content {
    gap: 16vw;
  }
}

.partner__figure img {
  width: 906px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .partner__figure img {
    width: 100%;
  }
}

.partner__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 478px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .partner__illust {
    width: 53.3333333333vw;
  }
}

/* section-content-background */
.section-content-background {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 100px;
  padding-bottom: 360px;
  padding-top: 149px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-content-background {
    padding: 26.6666666667vw 8vw 48vw;
    gap: 8vw;
  }
}

.background__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 70px;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .background__content {
    gap: 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.background__text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .background__text {
    font-size: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .background__landscape {
    width: 100%;
    height: auto;
    aspect-ratio: 488/600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6vw;
  }
}
.background__landscape img {
  width: 488px;
  min-width: 488px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .background__landscape img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.background__illust {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.background__illust img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .background__illust img {
    width: 53.3333333333vw;
  }
}

/* section-content-conditions */
.section-content-conditions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 200px 0;
  gap: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-content-conditions {
    padding: 26.6666666667vw 8vw;
    gap: 10.6666666667vw;
  }
}

.conditions__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 225%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .conditions__text {
    font-size: 4vw;
    text-align: left;
  }
}

.conditions__targets {
  width: 1100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .conditions__targets {
    width: 100%;
  }
}

.conditions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 65px;
       column-gap: 65px;
  max-width: 960px;
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .conditions__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 11.7333333333vw;
    padding: 13.3333333333vw 0 53.3333333333vw;
    width: 100%;
    position: relative;
  }
}

/* 吹き出し本体（丸い長方形） */
.conditions__item {
  position: relative;
  max-width: 520px;
  padding: 40px 60px;
  border-radius: 9999px;
  /* 初期は非表示（アニメ用） */
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .conditions__item {
    padding: 6.6666666667vw 9.3333333333vw;
    width: auto;
  }
  .conditions__item:first-child {
    margin-right: auto;
  }
  .conditions__item:nth-child(2) {
    margin-left: auto;
  }
  .conditions__item:nth-child(3) {
    margin-right: auto;
  }
  .conditions__item:nth-child(4) {
    margin-left: auto;
  }
}
.conditions__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  width: 30px;
  height: 25px;
  /* 三角形は clip-path で作成 */
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: currentColor;
  /* 色は擬似要素には currentColor ではなく↓で上書き */
}
@media screen and (max-width: 767px) {
  .conditions__item::after {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
    bottom: -4vw;
  }
}
.conditions__item p {
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 170% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .conditions__item p {
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
}
.conditions__item.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--d, 0s);
}

.-orange {
  background: #f26426;
  margin-left: 97px;
}
@media screen and (max-width: 767px) {
  .-orange {
    margin-left: 0;
  }
}

.-orange::after {
  background: #f26426;
}

.-green {
  background: #22a265;
  margin-top: 124px;
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .-green {
    margin-top: 0;
    margin-left: 0;
  }
}

.-green::after {
  background: #22a265;
}

.-blue {
  background: #2b9ae9;
}

.-blue::after {
  background: #2b9ae9;
}

.-brown {
  background: #8a5e53;
  margin-top: 132px;
}
@media screen and (max-width: 767px) {
  .-brown {
    margin-top: 0;
  }
}

.-brown::after {
  background: #8a5e53;
}

.conditions__illust-01 {
  position: absolute;
  top: 0;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .conditions__illust-01 {
    right: 0vw;
    top: 0vw;
    left: auto;
  }
}
.conditions__illust-01 img {
  width: 77px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .conditions__illust-01 img {
    width: 13.3333333333vw;
  }
}

.conditions__illust-02 {
  position: absolute;
  top: 15px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .conditions__illust-02 {
    right: -13.3333333333vw;
    top: -21.3333333333vw;
    display: none;
  }
}
.conditions__illust-02 img {
  width: 128px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .conditions__illust-02 img {
    width: 26.6666666667vw;
  }
}

.conditions__illust-03 {
  position: absolute;
  bottom: 30px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .conditions__illust-03 {
    bottom: 6.4vw;
    left: 0vw;
    top: auto;
  }
}
.conditions__illust-03 img {
  width: 109px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .conditions__illust-03 img {
    width: 35.2vw;
  }
}

.conditions__illust-04 {
  position: absolute;
  bottom: 30px;
  right: -80px;
}
@media screen and (max-width: 767px) {
  .conditions__illust-04 {
    bottom: 12vw;
    right: 0vw;
    top: auto;
  }
}
.conditions__illust-04 img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .conditions__illust-04 img {
    width: 35.2vw;
  }
}

.conditions__detail {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .conditions__detail {
    font-size: 2.6666666667vw;
    text-align: left;
  }
}

/* cta-partner */
.cta-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cta-partner {
    padding: 0 8vw;
  }
}
.cta-partner .button-arrow {
  box-shadow: none;
}

.cta-partner__content {
  background-color: #22a265;
  padding: 80px;
  width: 1100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .cta-partner__content {
    width: 100%;
    padding: 8vw 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .cta-partner__content {
    /* PCのみ */
  }
  .cta-partner__content:hover .button-arrow .arrow-right {
    transform: translateX(5px);
    transition: transform 500ms ease-out;
  }
}

.cta-partner__text {
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.1em;
  width: auto;
}
@media screen and (max-width: 767px) {
  .cta-partner__text {
    font-size: 3.7333333333vw;
  }
}

/* section-loading */
.loading-screen {
  position: fixed;
  inset: 0;
  background: #fff9e8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* fade-out 用 */
  opacity: 1;
  transition: opacity 0.6s ease;
  /* フェードアウト時に付けるクラス */
}
.loading-screen::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 55%;
  width: 100%;
  height: 100vh;
  background: url("../img/loading-grass.png") center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .loading-screen::after {
    top: 58%;
  }
}
.loading-screen.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.loading-screen .loading-inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
.loading-screen .loading-text {
  white-space: nowrap;
  font-family: Optima, "Marcellus", serif;
  color: #58322a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .loading-screen .loading-text {
    font-size: 3.7333333333vw;
  }
}
.loading-screen .dots .dot {
  opacity: 0.1;
  /* 初期状態で薄く */
  transition: opacity 0.15s ease-out;
  letter-spacing: -2.8em;
  font-size: 0.6em;
}

.loading-image {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-image img {
  width: 320px;
  height: auto;
  animation: floatLoop 1.6s ease-out infinite;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .loading-image img {
    width: 70%;
  }
}

@keyframes floatLoop {
  0% {
    transform: translateY(0);
  }
  /* 上昇の頂点（対称の中心） */
  50% {
    transform: translateY(-14px);
  }
  /* 0% の状態に戻る（完全ミラー） */
  100% {
    transform: translateY(0);
  }
}
/* 404notfound */
.section-notfound {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 100px 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-notfound {
    padding: 13.3333333333vw 8vw 24vw 8vw;
  }
}

.notfound__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .notfound__title {
    margin-bottom: 16vw;
  }
}
.notfound__title h2 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .notfound__title h2 {
    font-size: 5.333333333vw;
    line-height: 170%;
    letter-spacing: 0.5333333333vw;
  }
}

.notfound__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .notfound__content {
    gap: 10.6666666667vw;
  }
}

.notfound__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .notfound__text {
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.4vw;
  }
}

.notfound__illust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notfound__illust img {
  width: 216px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .notfound__illust img {
    width: 42.6666666667vw;
  }
}

/* thanks */
/* フォームや要素を非表示にするための汎用クラス */
.form-hidden {
  display: none !important;
}

.section-thanks {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 100px 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-thanks {
    padding: 13.3333333333vw 8vw 24vw 8vw;
  }
}

.thanks__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    margin-bottom: 16vw;
  }
}
.thanks__title p {
  color: #58322a;
  text-align: center;
  font-family: Optima, "Marcellus", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .thanks__title p {
    font-size: 3.2vw;
    margin-bottom: 5px;
  }
}
.thanks__title h2 {
  color: #58322a;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .thanks__title h2 {
    font-size: 5.333333333vw;
    line-height: 170%;
    letter-spacing: 0.5333333333vw;
  }
}

.thanks__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .thanks__content {
    gap: 10.6666666667vw;
  }
}

.thanks__text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.4vw;
  }
}

html,
main {
  background-color: #fff9e8;
}

/* sidebarありページ */
.body-wrapper {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 74px;
}
@media screen and (max-width: 767px) {
  .body-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16vw;
  }
}
.body-wrapper .body-content {
  width: 100%;
  overflow: visible;
  padding-bottom: 2px;
}
.body-wrapper .sidebar-content {
  width: 316px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .body-wrapper .sidebar-content {
    width: 100%;
  }
}

.main-content-single {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .main-content-single {
    margin-top: 13.3333333333vw;
  }
}

.page-partner-list .section-pagination-archive {
  padding-bottom: 0;
}

.single-partner .breadcrumb {
  margin: 0 auto;
  padding: 177px 0 100px 0;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .single-partner .breadcrumb {
    padding: 29.3333333333vw 8vw 13.3333333333vw;
    width: 100%;
  }
}

/* page-about */
.page-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 160px;
}
@media screen and (max-width: 767px) {
  .page-about {
    gap: 13.3333333333vw;
  }
}

.content-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 160px;
}
@media screen and (max-width: 767px) {
  .content-about {
    gap: 26.6666666667vw;
  }
}

/* page-kiroku */
@media screen and (max-width: 767px) {
  .page-kiroku .section-pagination-archive {
    padding: 0 0 13.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .page-kiroku .main-content-single {
    padding-bottom: 26.6666666667vw;
  }
}

/* page-partner */
.page-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.content-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.layout-section-cta-partner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .layout-section-cta-partner {
    padding-bottom: 13.3333333333vw;
  }
}

/* page-news */
.page-news .section-pagination-archive {
  padding-top: 0;
}

/* single-post */
.single-post {
  padding-bottom: 60px;
}

/* page-partner-list page-profile */
.page-partner-list {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-partner-list {
    padding-bottom: 0;
  }
}

/* 初期状態：少し下にずらして非表示 */
.js-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 1s cubic-bezier(0.42, 0.04, 0.23, 0.98), transform 1s cubic-bezier(0.42, 0.04, 0.23, 0.98);
}

/* swiper-slideに上書き */
.swiper-slide.js-fade-in {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 1s cubic-bezier(0.42, 0.04, 0.23, 0.98), transform 1s cubic-bezier(0.42, 0.04, 0.23, 0.98);
}

/* 画面内に入ったら適用される状態 */
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 初期状態：縮小＆透明 */
.js-pop-up {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s cubic-bezier(0.42, 0.04, 0.23, 0.98), transform 0.8s cubic-bezier(0.42, 0.04, 0.23, 0.98);
}

/* 画面内に入ったら適用 */
.js-pop-up.is-visible {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  #lottie-container-popularkiroku-sp {
    width: 49.0666666667vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #lottie-container-newkiroku-sp {
    width: 53.8666666667vw;
    height: auto;
  }
}

.js-fade-in-fv {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.42, 0.04, 0.23, 0.98);
}

/* 画面内に入ったら適用される状態 */
.js-fade-in-fv.is-visible {
  opacity: 1;
}

/* Swiperの中身に合わせてカードを並べる */
.thumbnail-list.swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail-list__item {
  /* カードの見た目はお好みで */
}

/* 1枚以下のときはUI隠す（JS側で .swiper-disabled を付与） */
.kiroku-swiper.swiper-disabled .swiper-button-prev,
.kiroku-swiper.swiper-disabled .swiper-button-next,
.kiroku-swiper.swiper-disabled .swiper-pagination {
  display: none !important;
}/*# sourceMappingURL=main.css.map */