@charset "UTF-8";
html {
  font-size: min(2.5641025641vw, 12.8205128205px);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

img {
  width: auto;
  height: auto;
}

.u-sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-font01 {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
}

.u-font02 {
  font-family: "Lato", sans-serif;
}

.u-fw700 {
  font-weight: bold !important;
}

.u-fw900 {
  font-weight: 900 !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .u-tel {
    pointer-events: none;
  }
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.c-section01 {
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .c-section01 {
    margin: 4rem auto;
  }
}
.c-section01--last {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .c-section01--last {
    margin-bottom: 8rem;
  }
}
.c-section01--bg {
  margin: 0;
  padding: 6rem 0;
  background-color: #F4F3F2;
}
@media screen and (max-width: 767px) {
  .c-section01--bg {
    padding: 4rem 0;
  }
}

.c-inner02, .c-inner01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.c-inner01 {
  max-width: calc(1050px + 4rem);
}

.c-inner02 {
  max-width: calc(840px + 6.8rem);
}

.title {
  line-height: 1.4;
}

.c-title01:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-title01:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-title01__sub {
  margin-bottom: 0.8rem;
  font-family: "Lato", sans-serif;
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .c-title01__sub {
    margin-bottom: 0.8rem;
    font-size: 3.8rem;
  }
}
.c-title01__main {
  color: #605C5B;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title01__main {
    font-size: 1.6rem;
  }
}
.c-title01--center {
  display: block;
  width: 100%;
  text-align: center;
}

.c-title02 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    text-align: center;
  }
}
.c-title02:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-title02:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.c-title02__kana {
  margin: 0 0.5em;
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .c-title02--sp-small {
    font-size: 2.8rem;
  }
}

.c-text-wrap01:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-text-wrap01:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.c-text01 {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-text01:not(:last-child) {
  margin-bottom: 1.8em;
}
.c-text01--right {
  text-align: right;
}
.c-text01--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-text01--pc-center {
    text-align: center;
  }
}

.c-text02 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-text02 {
    font-size: 1.4rem;
  }
}
.c-text02:not(:last-child) {
  margin-bottom: 1.8em;
}
.c-text02--right {
  text-align: right;
}
.c-text02--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-text02--pc-center {
    text-align: center;
  }
}

.c-text-link01 {
  text-decoration: underline;
  text-underline-offset: 0.4em;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-text-link01:hover {
    opacity: 0.6;
  }
}
.c-text-link01[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.4em;
  margin: 0 0.3em;
  background: url(../img/icon/icon_window01.svg) no-repeat center/contain;
  vertical-align: text-bottom;
}

.c-note01 {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  line-height: 2.4;
  font-size: max(1.4rem, 11px);
  text-indent: -1em;
}

.btn_arrow {
  font-size: 1.6rem;
}

.c-button-wrap01 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 10rem;
}
.c-button-wrap01--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button-wrap01--sp-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-button-wrap01--pc-center {
    justify-content: center;
  }
}

.c-button01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 6rem;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .c-button01 {
    min-height: 4.2rem;
    padding-right: 5.4rem;
  }
}
.c-button01::before {
  content: "";
  position: absolute;
  display: block;
  width: 6rem;
  height: 6rem;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  border-radius: 50%;
  background-color: #EC6000;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button01::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.c-button01::after {
  content: "";
  position: absolute;
  display: block;
  width: 6rem;
  height: 1.4rem;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  background: url(../img/icon/icon_arrow_link01.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button01::after {
    width: 4.2rem;
  }
}
@media (any-hover: hover) {
  .c-button01:hover::after {
    right: -0.8rem;
  }
  .c-button01:hover > span {
    opacity: 0.6;
  }
}
.c-button01 > span {
  color: #555555;
  font-size: max(1.8rem, 15px);
  letter-spacing: 0.1em;
  line-height: 1.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button01 > span {
    font-size: 1.6rem;
  }
}
.c-button01--back {
  padding-right: 0rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .c-button01--back {
    padding-left: 5.4rem;
  }
}
.c-button01--back::before {
  right: auto;
  left: 0;
}
.c-button01--back::after {
  right: auto;
  left: 0;
  background: url(../img/icon/icon_arrow_link01.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(180deg);
  transition: left 0.3s;
}
@media (any-hover: hover) {
  .c-button01--back:hover::after {
    left: -0.8rem;
  }
}

.c-kv {
  position: relative;
  margin: 8rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-kv {
    margin: 5rem 0 5.5rem;
  }
}
.c-kv__lead {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-kv__lead {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-post__accordion-button {
    position: relative;
    padding: 0.7rem 1rem;
    border: 1px solid #D5CEC8;
    text-align: center;
    cursor: pointer;
  }
  .c-post__accordion-button::before, .c-post__accordion-button::after {
    content: "";
    position: absolute;
    display: block;
    width: 1.3rem;
    height: 2px;
    top: 50%;
    right: 2rem;
    bottom: auto;
    left: auto;
    border-radius: 2px;
    background-color: #887D7D;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .c-post__accordion-button.is-active::after {
    transform: translateY(-50%) rotate(-270deg);
  }
  .c-post__accordion-button > span {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .c-post__accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    border-right: 1px solid #D5CEC8;
    border-left: 1px solid #D5CEC8;
    background-color: #F4F3F2;
    overflow: hidden;
    transition: grid-template-rows 0.4s ease;
  }
  .c-post__accordion-content.is-open {
    grid-template-rows: 1fr;
    border-bottom: 1px solid #D5CEC8;
  }
  .c-post__accordion-inner {
    min-height: 0;
  }
}
.c-post__nav {
  margin-bottom: 3rem;
}
.c-post__nav-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-post__nav-list > li > a {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__nav-list > li > a:hover {
    opacity: 0.6;
  }
}
.c-post__nav-list > li > * {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border: 1px solid #887D7D;
  border-radius: 3rem;
  background-color: #fff;
  color: #887D7D;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-post__nav-list > li > * {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.c-post__nav-list > li > *.is-current {
  border-color: #111111;
  background-color: #111111;
  color: #fff;
}
.c-post__nav-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2rem;
  padding: 1rem 2rem;
  background-color: #F4F3F2;
}
@media screen and (max-width: 767px) {
  .c-post__nav-filter {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 1.5rem 2rem 2rem;
  }
}
.c-post__nav-filter .title {
  flex-shrink: 0;
  margin-right: 2rem;
  padding: 0.2rem 2rem 0.2rem 0;
  border-right: 1px solid #D5CEC8;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-post__nav-filter .title {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.c-post__nav-filter .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-post__nav-filter .list > li > a {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__nav-filter .list > li > a:hover {
    opacity: 0.6;
  }
}
.c-post__nav-filter .list > li > * {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border: 1px solid #887D7D;
  border-radius: 3rem;
  background-color: #fff;
  color: #887D7D;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-post__nav-filter .list > li > * {
    padding: 0.2rem 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.c-post__nav-filter .list > li > *.is-current {
  border-color: #111111;
  background-color: #111111;
  color: #fff;
}
.c-post__article {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
  border-bottom: 1px solid #D5CEC8;
}
@media screen and (max-width: 767px) {
  .c-post__article {
    gap: 1.2rem;
  }
}
@media (any-hover: hover) {
  .c-post__article:not(.c-post__article--link-none):hover .c-post__article-time,
.c-post__article:not(.c-post__article--link-none):hover .c-post__article-title {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-post__article:first-child a {
    padding-top: 0;
  }
}
.c-post__article-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-post__article-link {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2.2rem 0;
  }
}
.c-post__article-head {
  width: 6.2em;
}
@media screen and (max-width: 767px) {
  .c-post__article-head {
    width: 100%;
  }
}
.c-post__article-time {
  color: #605C5B;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 2.55rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-post__article-time {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.c-post__article-category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-post__article-category > li {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #605C5B;
  border-radius: 3rem;
  background-color: #fff;
  color: #605C5B;
  font-size: 1rem;
  line-height: 1.2;
}
.c-post__article-title {
  font-size: 1.6rem;
  font-weight: 500;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-post__article-title {
    font-size: 1.5rem;
  }
}
.c-post__article-media {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 1.2rem 2rem;
  width: 100%;
  padding: 2rem 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__article-media:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-post__article-media {
    align-items: flex-start;
    gap: 0.5rem 2rem;
    padding: 1.8rem 0;
  }
}
.c-post__article-media .c-post__article-head {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .c-post__article-media .c-post__article-head time {
    font-size: 1.2rem;
  }
}
.c-post__article-media .c-post__article-title {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .c-post__article-media .c-post__article-title {
    font-size: 1.3rem;
  }
}
.c-post__article-image {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .c-post__article-image {
    width: 10rem;
  }
}
.c-post__article--link-none {
  width: 100% !important;
  padding: 3rem 0;
}
.c-post__article--link-none .c-post__article-head {
  width: 6.2em !important;
}
@media screen and (max-width: 767px) {
  .c-post__article--link-none .c-post__article-head {
    font-size: 1.3rem;
  }
}
.c-post__pagination {
  position: relative;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 6.5rem auto 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-post__pagination {
    margin-top: 4rem;
  }
}
.c-post__pagination .pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 46px;
}
@media screen and (max-width: 767px) {
  .c-post__pagination .pagination {
    gap: 6px;
  }
}
.c-post__pagination .pagination > li {
  color: #887D7D;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1;
}
.c-post__pagination .pagination > li.pager > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__pagination .pagination > li.pager > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-post__pagination .pagination > li.pager > a {
    width: 30px;
    height: 30px;
  }
}
.c-post__pagination .pagination > li.current > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #111111;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-post__pagination .pagination > li.current > span {
    width: 30px;
    height: 30px;
  }
}
.c-post__pagination .pagination > li.next, .c-post__pagination .pagination > li.prev {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  transform: translateY(-50%);
}
.c-post__pagination .pagination > li.next a, .c-post__pagination .pagination > li.prev a {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: url(https://caravan.itembox.design/item/img/arrow-next.png) no-repeat center/13px 18px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__pagination .pagination > li.next a:hover, .c-post__pagination .pagination > li.prev a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-post__pagination .pagination > li.next a, .c-post__pagination .pagination > li.prev a {
    width: 30px;
    height: 30px;
  }
}
.c-post__pagination .pagination > li.prev {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.c-post__card-link {
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post__card-link:hover {
    opacity: 0.6;
  }
}
.c-post__card-image {
  margin-bottom: 1.4rem;
  aspect-ratio: 33/22;
}
.topics__list .c-post__card-image,.p-top-topics .c-post__card-image{
  aspect-ratio: 33/17;
}
.c-post__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-post__card-title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-post__card-title {
    font-size: 1.5rem;
  }
}
.c-post__card-time {
  display: block;
  margin-top: 0.5rem;
  color: #605C5B;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-post__card-time {
    font-size: 1.3rem;
  }
}
.c-post__card-category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}
.c-post__card-category > li {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px solid #605C5B;
  border-radius: 3rem;
  background-color: #fff;
  color: #605C5B;
  font-family: "Lato", "Noto Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.c-post__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-post__container {
    gap: 4rem 2rem;
    max-width: 500px;
    margin: 0 auto;
  }
}
.c-post__item {
  width: calc(33.33% - 2rem);
}
@media screen and (max-width: 767px) {
  .c-post__item {
    width: 100%;
  }
}

.c-post-article__head {
  margin-bottom: 4rem;
}
.c-post-article__time {
  display: block;
  margin-bottom: 1rem;
  color: #605C5B;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c-post-article__update {
  margin-bottom: 2rem;
  color: #605C5B;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: right;
}
.c-post-article__category {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-post-article__category > li {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border: 1px solid #887D7D;
  border-radius: 3rem;
  background-color: #fff;
  color: #887D7D;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-post-article__category > li {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.c-post-article__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-post-article__title {
    font-size: 2.2rem;
  }
}
.c-post-article__sns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}
.c-post-article__sns > a {
  display: block;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post-article__sns > a:hover {
    opacity: 0.6;
  }
}
.c-post-article__sns > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-post-article__pagination {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #D5CEC8;
  text-align: center;
}
.c-post-article__pagination-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.c-post-article__thumbnail {
  width: 100%;
}
.c-post-article__thumbnail img {
  width: 100%;
  height: auto;
}
.c-post-article__content {
  overflow: hidden;
  overflow-wrap: anywhere;
}
.c-post-article__content:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.c-post-article__content img {
  display: inline-block;
  vertical-align: middle;
}
.c-post-article__content a {
  display: inline;
  width: auto;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-post-article__content a:hover {
    opacity: 0.6;
  }
}
.c-post-article__content a[target=_blank]:not(.no-icon)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 0.9em;
  height: 0.9em;
  margin: 0 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.616' height='14.091' data-name='グループ 8988'%3E%3Cpath fill='%23000' d='M5.049 2.03h8.561V9H5.049Zm-2.011 8.979h12.578V0H3.038Z' data-name='パス 1429'/%3E%3Cpath fill='%23000' d='M0 3.096v11h12.585v-1.984H1.99V3.096Z' data-name='パス 1430'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-post-article__content a[href$=".pdf"]:not(.no-icon)::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1em;
  height: 1.1em;
  margin: 0 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.91' height='18.352'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23000' d='M0 0h15.91v18.352H0z' data-name='長方形 2338'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23000' clip-path='url(%23a)' data-name='グループ 8993'%3E%3Cpath d='M7.735 6.631h-.557v3.464h.438A1.486 1.486 0 0 0 8.8 9.654a1.978 1.978 0 0 0 .384-1.326 1.9 1.9 0 0 0-.366-1.282 1.365 1.365 0 0 0-1.083-.415' data-name='パス 1777'/%3E%3Cpath d='M2.838 6.631h-.48v1.513h.358a1.165 1.165 0 0 0 .669-.183.683.683 0 0 0 .266-.605.7.7 0 0 0-.2-.538.867.867 0 0 0-.619-.187' data-name='パス 1778'/%3E%3Cpath d='M11.945 14.54v3.754l3.962-3.656v-.1Z' data-name='パス 1779'/%3E%3Cpath d='M10.924 13.523h4.862V0H0v18.353h10.924Zm.559-8h3.3v1.1H12.82v1.29h1.82v1.1h-1.82v2.2h-1.338ZM4.82 8.258a1.624 1.624 0 0 1-.683.717 2.6 2.6 0 0 1-1.3.276h-.475v1.959H1.006V5.523h1.886A2.339 2.339 0 0 1 4.5 6a1.685 1.685 0 0 1 .521 1.318 2.195 2.195 0 0 1-.206.943m4.349 2.625a3.75 3.75 0 0 1-1.632.326H5.824V5.523H7.7a3.018 3.018 0 0 1 2.123.705 2.642 2.642 0 0 1 .768 2.052 3.275 3.275 0 0 1-.366 1.628 2.329 2.329 0 0 1-1.051.976' data-name='パス 1780'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-post-article__content .item-detail-bg-link a {
  text-decoration: none;
}
.c-post-article__content mark a {
  color: inherit;
}
.c-post-article__content > * {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .c-post-article__content > * {
    font-size: 1.6rem;
  }
}
.c-post-article__content > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-post-article__content h1 {
  margin: 3rem 0;
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-post-article__content h1 {
    margin: 2rem 0;
    font-size: 2rem;
  }
}
.c-post-article__content h2 {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h2 {
    font-size: 2.8rem;
  }
}
.c-post-article__content h2:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h2:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-post-article__content h2:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h2:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-post-article__content h2.non-border {
  padding: none;
  border: none;
}
.c-post-article__content h3 {
  display: block;
  padding-left: 0.8rem;
  border-left: 4px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h3 {
    padding-left: 1.3rem;
    font-size: 2.4rem;
  }
}
.c-post-article__content h3:not(:first-child) {
  margin-top: 3rem;
}
.c-post-article__content h3:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h3:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-post-article__content h3.non-border {
  padding: 0;
  border: none;
}
.c-post-article__content h4 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-post-article__content h4 {
    font-size: 2rem;
  }
}
.c-post-article__content h4:not(:first-child) {
  margin-top: 3rem;
}
.c-post-article__content h4:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-post-article__content h5 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-post-article__content h5:not(:first-child) {
  margin-top: 2rem;
}
.c-post-article__content h5:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post-article__content h6 {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.c-post-article__content h6:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post-article__content p:not(:last-child) {
  margin-bottom: 1.2em;
}
.c-post-article__content figcaption {
  position: relative;
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content figcaption {
    font-size: max(1.4rem, 12px);
  }
}
.c-post-article__content table {
  display: table;
  border-collapse: separate;
  border-spacing: 0.5rem;
}
.c-post-article__content thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post-article__content tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post-article__content tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
.c-post-article__content table > tr {
  vertical-align: middle;
}
.c-post-article__content col {
  display: table-column;
}
.c-post-article__content colgroup {
  display: table-column-group;
}
.c-post-article__content tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.c-post-article__content td,
.c-post-article__content th {
  display: table-cell;
  padding: 1.5rem 1rem;
  vertical-align: inherit;
}
.c-post-article__content th {
  font-weight: bold;
}
.c-post-article__content caption {
  display: table-caption;
}
.c-post-article__content menu,
.c-post-article__content dir {
  display: block;
  list-style-type: disc;
}
.c-post-article__content ol,
.c-post-article__content ul {
  margin-top: 0.5em;
  padding-left: 1.3em;
}
.c-post-article__content ol ol,
.c-post-article__content ol ul,
.c-post-article__content ul ol,
.c-post-article__content ul ul {
  margin-top: 1rem;
  margin-left: 2rem;
  font-size: 85.714%;
}
@media screen and (min-width: 768px) {
  .c-post-article__content ol ol,
.c-post-article__content ol ul,
.c-post-article__content ul ol,
.c-post-article__content ul ul {
    font-size: 87.5%;
  }
}
.c-post-article__content ol {
  display: block;
  list-style-type: decimal;
}
.c-post-article__content ul {
  display: block;
  list-style-type: disc;
}
.c-post-article__content li {
  display: list-item;
}
.c-post-article__content li + li {
  margin-top: 1rem;
}
.c-post-article__content dd {
  display: block;
}
.c-post-article__content dl {
  display: block;
}
.c-post-article__content dt {
  display: block;
}
.c-post-article__content strong {
  font-weight: bold;
}
.c-post-article__content em {
  font-style: italic;
}
.c-post-article__content sup {
  font-size: 70%;
  vertical-align: super;
}
.c-post-article__content sub {
  font-size: 70%;
  vertical-align: sub;
}
.c-post-article__content blockquote {
  position: relative;
  padding: 2rem 2.5rem;
  border: 0.1rem solid #D5CEC8;
}
.c-post-article__content blockquote P:not(:last-child) {
  margin-bottom: 1rem;
}
.c-post-article__content blockquote cite {
  position: relative;
  display: block;
  opacity: 0.8;
}
.c-post-article__content .wp-block-table tr > *:only-child {
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-post-article__content .wp-block-table tr > *:only-child {
    padding: 2.5rem 4rem;
  }
}
.c-post-article__content .wp-block-table th,
.c-post-article__content .wp-block-table td {
  padding: 1.5rem 1rem;
  border-color: #D5CEC8;
}
.c-post-article__content .wp-block-table thead th {
  text-align: center;
}
.c-post-article__content .wp-block-table thead,
.c-post-article__content .wp-block-table tfoot {
  border-color: #D5CEC8;
}
.c-post-article__content .wp-block-table.first-column-bg table {
  table-layout: auto;
}
.c-post-article__content .wp-block-table.first-column-bg table tr > *:first-child {
  background-color: #F4F3F2;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-post-article__content .wp-block-table.first-column-bg table tr > *:first-child {
    white-space: nowrap;
  }
}
.c-post-article__content .wp-block-table.first-row-bg table tr:first-child > * {
  background-color: #F4F3F2;
  font-weight: 500;
  text-align: center;
}
.c-post-article__content .wp-block-image::after {
  display: block;
  clear: both;
  content: "";
}
.c-post-article__content .wp-block-embed-youtube .wp-block-embed__wrapper {
  aspect-ratio: 500/280;
}
.c-post-article__content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-post-article__content .wp-block-embed-youtube.aligncenter {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.c-post-article__content .wp-block-embed-youtube.alignright {
  margin-left: auto;
}
.c-post-article__content .wp-block-separator {
  border-color: #D5CEC8;
}
.c-post-article__content .wp-block-separator:not(:last-child) {
  margin-bottom: 3rem;
}
.c-post-article__content .wp-block-spacer {
  margin-bottom: 0;
}
.c-post-article__content .wp-block-buttons:not(:first-child) {
  margin-top: 30px;
}
.c-post-article__content .wp-block-button__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 26rem;
  min-height: 50px;
  border-radius: 50px;
  background-color: #111111;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-post-article__content .wp-block-button__link {
    font-size: max(1.7rem, 15px);
  }
}
@media (any-hover: hover) {
  .c-post-article__content .wp-block-button__link:hover {
    opacity: 0.6;
  }
}

.c-breadcrumbs {
  padding: 1.1rem 0;
  background-color: #F4F3F2;
}
.c-breadcrumbs ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  gap: 3rem;
}
.c-breadcrumbs ul > li {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-breadcrumbs ul > li + li {
  position: relative;
}
.c-breadcrumbs ul > li + li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 1.1rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%226%22%20height%3D%2211%22%20transform%3D%22translate(891%202705.377)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23887d7d%22%20stroke-width%3D%221%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-891%20-2705.377)%22%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22M0%2C0%2C5.735.766%2C6.5%2C6.5%22%20transform%3D%22translate(892.178%202705.813)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23887d7d%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.c-breadcrumbs ul > li a {
  color: #887D7D;
}

.c-title01:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-title01:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-title01__sub {
  margin-bottom: 0.8rem;
  font-family: "Lato", sans-serif;
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .c-title01__sub {
    margin-bottom: 0.8rem;
    font-size: 3.8rem;
  }
}
.c-title01__main {
  color: #605C5B;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title01__main {
    font-size: 1.6rem;
  }
}
.c-title01--center {
  display: block;
  width: 100%;
  text-align: center;
}

.c-title02 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title02 {
    text-align: center;
  }
}
.c-title02:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-title02:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title02--sp-small {
    font-size: 2.8rem;
  }
}

footer {
  margin-top: 0;
}

.p-contact-block {
  padding: 8.5rem 0 0;
  background: url(../img/common/contact_bg01_sp.webp) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-contact-block {
    padding-top: 15rem;
    background-image: url(../img/common/contact_bg01_pc.webp);
  }
}
.p-contact-block__title {
  margin-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 4.8rem;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
@media screen and (min-width: 768px) {
  .p-contact-block__title {
    font-size: 8.6rem;
    line-height: 1.16;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-block__text {
    font-size: 1.8rem;
  }
}
.p-contact-block__container {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-contact-block__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12rem;
  }
}
.p-contact-block__item {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-block__item {
    margin-bottom: 0;
  }
}
.p-contact-block__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 13rem;
  height: 13rem;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #111111;
  transition: background 0.3s, -webkit-backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s;
  transition: background 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact-block__button {
    width: 19rem;
    height: 19rem;
    margin: 0;
  }
}
@media (any-hover: hover) {
  .p-contact-block__button:hover {
    background-color: rgba(17, 17, 17, 0.5);
    -webkit-backdrop-filter: blur(20px) brightness(1.45);
    backdrop-filter: blur(20px) brightness(1.45);
  }
}
.p-contact-block__button img {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact-block__button img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-contact-block__button p {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
@media screen and (min-width: 768px) {
  .p-contact-block__button p {
    font-size: 1.6rem;
  }
}
.p-contact-block__telop {
  display: flex;
  overflow: hidden;
}
.p-contact-block__telop-text {
  display: inline-block;
  margin-bottom: -1.2rem;
  padding-right: 0.5em;
  color: #605C5B;
  font-family: "Lato", sans-serif;
  font-size: 8.6rem;
  letter-spacing: -0.02em;
  line-height: 8.6rem;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-contact-block__telop-text {
    margin-bottom: -2.3rem;
    font-size: 16rem;
    line-height: 16rem;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}