@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #F8F8F5;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

button {
  cursor: pointer;
}

section {
  padding-top: 130px;
  position: relative;
}
section.mv {
  padding-top: 0;
}
section.feature {
  padding-top: 30px;
  margin-top: 150px;
}
@media (max-width: 480px) {
  section.feature {
    margin-top: 80px;
  }
}
@media (max-width: 480px) {
  section {
    padding-top: 40px;
  }
}

.inner {
  width: 84%;
  margin: 0 auto;
  max-width: 1800px;
}
@media (max-width: 1440px) {
  .inner {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .inner {
    width: 90%;
  }
}

.nav_link {
  letter-spacing: 0.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: all 0.4s;
}
.nav_link img {
  transition: all 0.4s;
  height: 1rem;
  width: auto;
}
.nav_link p {
  transition: all 0.4s;
  font-weight: 500;
}
.nav_link:hover {
  opacity: 0.6;
}
.nav_link:hover img {
  transform: rotate(-4deg);
}

@media (max-width: 480px) {
  .contact_btn_flex {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
  }
}
.contact_btn {
  background: #CE8E15;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
  height: 100%;
  color: #fff;
  border-radius: 4rem;
  padding-left: 9px;
  padding-right: 2rem;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .contact_btn {
    width: 100%;
    border-radius: 0;
    padding: 0.3rem 0;
  }
}
.contact_btn .contact_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #BFBFBF;
}
@media (max-width: 480px) {
  .contact_btn .contact_icon {
    width: 60px;
    height: 60px;
  }
}
.contact_btn .contact_icon img {
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_btn .contact_btn_text {
  transition: all 0.4s;
}
.contact_btn .contact_btn_text .main {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 480px) {
  .contact_btn .contact_btn_text .main {
    font-size: 2.375rem;
    line-height: 1;
  }
}
.contact_btn .contact_btn_text .sub {
  font-size: 0.875rem;
  opacity: 0.7;
  line-height: 0.65rem;
}
.contact_btn:hover {
  opacity: 0.9;
}
.contact_btn:hover .contact_icon img {
  transform: rotate(-6deg);
}
.contact_btn:hover .contact_btn_text {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 350px) {
  .none_350 {
    display: none !important;
  }
}

h2.wp-block-heading {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding: 1rem 1.8rem;
  border-radius: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.5rem;
  z-index: 1;
  color: #fff;
}
@media (max-width: 480px) {
  h2.wp-block-heading {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
h2.wp-block-heading::before, h2.wp-block-heading::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
}
h2.wp-block-heading::before {
  background: #A53231;
  z-index: -2;
}
h2.wp-block-heading::after {
  background: url(../images/pages/block/h2-dot.png) no-repeat center center/cover;
  z-index: -1;
}

h3.wp-block-heading {
  font-size: 1.75rem;
  font-weight: 500;
  color: #A53231;
  padding-bottom: 0.7rem;
  position: relative;
  margin: 1.5rem 1rem;
}
@media (max-width: 480px) {
  h3.wp-block-heading {
    font-size: 1rem;
    margin: 1rem;
    padding-bottom: 0.5rem;
  }
}
h3.wp-block-heading::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #CE8E15;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block_edit_contents p {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  margin: 0 1rem;
}
@media (max-width: 480px) {
  .block_edit_contents p {
    font-size: 1rem;
  }
}

.wp-block-image img {
  margin: 0 1rem;
}
ul.wp-block-list {
  margin: 0 1rem;
  padding-bottom: 1.6rem;
}
ul.wp-block-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 6px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  ul.wp-block-list li {
    font-size: 1rem;
  }
}
ul.wp-block-list li::before, ul.wp-block-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 480px) {
  ul.wp-block-list li::before, ul.wp-block-list li::after {
    top: 5px;
    transform: translateY(0);
  }
}
ul.wp-block-list li::before {
  width: 16px;
  height: 16px;
  background: #CE8E15;
  left: 0;
}
@media (max-width: 480px) {
  ul.wp-block-list li::before {
    width: 12px;
    height: 12px;
  }
}
ul.wp-block-list li::after {
  width: 6px;
  height: 6px;
  background: #fff;
  left: 5px;
}
@media (max-width: 480px) {
  ul.wp-block-list li::after {
    width: 4px;
    height: 4px;
    left: 4px;
    top: 9px;
  }
}

.wp-block-quote {
  margin: 0 1rem;
}
.wp-block-button {
  margin: 0 1rem;
}
.wp-block-cover {
  margin: 0 1rem;
}
.wp-block-table {
  margin: 0 1rem;
}
.wp-block-code {
  margin: 0 1rem;
}
.wp-block-gallery {
  margin: 0 1rem;
}
.btn_design_wrap_cent {
  text-align: center;
}

.btn_design-1 {
  background: #CE8E15;
  display: inline-block;
  height: 62px;
  border-radius: 34px;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .btn_design-1 {
    height: 44px;
  }
}
.btn_design-1 .btn_design_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0 1rem;
  height: 100%;
}
@media (max-width: 480px) {
  .btn_design-1 .btn_design_inner {
    gap: 0 0.5rem;
  }
}
.btn_design-1 .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #BFBFBF;
  position: relative;
  margin-left: 0.5rem;
}
@media (max-width: 480px) {
  .btn_design-1 .icon {
    width: 38px;
    height: 38px;
  }
}
.btn_design-1 .icon img {
  width: auto;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
@media (max-width: 480px) {
  .btn_design-1 .icon img {
    height: 1rem;
  }
}
.btn_design-1 p {
  margin-right: 2rem;
  font-size: 1.5rem;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .btn_design-1 p {
    font-size: 1rem;
  }
}
.btn_design-1:hover {
  opacity: 0.8;
  background: rgba(206, 142, 21, 0.8);
}
.btn_design-1:hover .icon img {
  transform: translate(-50%, -50%) rotate(-4deg);
}
.btn_design-1:hover p {
  opacity: 0.8;
}

.card_design-1 {
  min-width: 400px;
  display: block;
}
@media (max-width: 480px) {
  .card_design-1 {
    width: 100%;
    min-width: auto;
  }
}
.card_design-1 .card_design_top {
  background: #fff;
  padding: 4.125rem 0 1.625rem;
  border-radius: 1.25rem;
  border: 2px solid #A53231;
  position: relative;
  margin-top: 1.25rem;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_top {
    padding: 3.125rem 0 1.625rem;
    /* ~480px */
  }
}
.card_design-1 .card_design_top .cat {
  content: attr(data-cat);
  color: #fff;
  background: #A53231;
  font-size: 1.625rem;
  padding: 0.2rem 2.5rem 0.1rem;
  border-radius: 4.375rem;
  position: absolute;
  left: 50%;
  top: -1.25rem;
  transform: translateX(-50%);
  overflow: hidden;
}
.card_design-1 .card_design_top .cat::before {
  content: "";
  background: url(../images/global/card/card-design-dot2.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_top .cat {
    font-size: 1.25rem;
    padding: 0.2rem 2rem 0.1rem;
  }
}
@media (max-width: 350px) {
  .card_design-1 .card_design_top .cat {
    font-size: 1.2rem;
  }
}
.card_design-1 .card_design_top .card_design_top_inner {
  width: 74%;
  margin: 0 auto;
}
.card_design-1 .card_design_top .card_design_top_inner .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #F8F8F5;
}
.card_design-1 .card_design_top .card_design_top_inner .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.card_design-1 .card_design_top .card_design_top_inner .name_wrap {
  text-align: center;
  padding-top: 1.25rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_top .card_design_top_inner .name_wrap {
    padding-top: 0.6rem;
  }
}
.card_design-1 .card_design_top .card_design_top_inner .name_wrap .tag {
  display: inline-block;
  color: #fff;
  background: #CE8E15;
  padding: 0.2rem 1.5rem 0.1rem;
  border-radius: 1.5rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_top .card_design_top_inner .name_wrap .tag {
    font-size: 0.75rem;
  }
}
.card_design-1 .card_design_top .card_design_top_inner .name_wrap .name {
  padding-top: 0.8rem;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_top .card_design_top_inner .name_wrap .name {
    font-size: 1rem;
    padding-top: 0.5rem;
  }
}
.card_design-1 .card_design_bottom {
  background: #A53231;
  border-radius: 1.25rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.card_design-1 .card_design_bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global/card/card_design-dot.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card_design-1 .card_design_bottom .card_design_bottom_inner {
  position: relative;
  z-index: 1;
}
.card_design-1 .card_design_bottom .price_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap {
    gap: 0 0.6rem;
  }
}
.card_design-1 .card_design_bottom .price_wrap .price_parts {
  line-height: 1;
  font-size: 1.26rem;
  border: 1px solid #fff;
  padding: 0.2rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap .price_parts {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  .card_design-1 .card_design_bottom .price_wrap .price_parts {
    font-size: 0.875rem;
  }
}
.card_design-1 .card_design_bottom .price_wrap .price .price_num span {
  font-family: "Roboto Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.75rem;
  display: inline-block;
  position: relative;
}
@media (max-width: 1600px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span {
    font-size: 2.7rem;
  }
}
@media (max-width: 350px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span {
    font-size: 2.2rem;
  }
}
.card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child) {
  padding-right: 1.2rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child) {
    padding-right: 0.8rem;
  }
}
.card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child)::after {
  content: ",";
  font-family: "Roboto Mono", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.75rem;
  position: absolute;
  right: -0.6rem;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child)::after {
    font-size: 3rem;
    right: -0.4rem;
  }
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child)::after {
    font-size: 2.7rem;
  }
}
@media (max-width: 350px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_num span:not(:last-child)::after {
    font-size: 2rem;
  }
}
.card_design-1 .card_design_bottom .price_wrap .price .price_en {
  font-size: 2.25rem;
  font-weight: 600;
  padding-left: 0.3rem;
  display: inline-block;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .price_wrap .price .price_en {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.card_design-1 .card_design_bottom .detail_info {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}
@media (max-width: 350px) {
  .card_design-1 .card_design_bottom .detail_info {
    gap: 0.5rem;
  }
}
.card_design-1 .card_design_bottom .detail_info li {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}
.card_design-1 .card_design_bottom .detail_info li img {
  width: 12px;
}
.card_design-1 .card_design_bottom .detail_info li p {
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .card_design-1 .card_design_bottom .detail_info li p {
    font-size: 0.7rem;
  }
}
.card_design-1:hover .card_design_top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.card_design-1:hover .card_design_top .img_wrap img {
  transform: translate(-50%, -50%) scale(1.05);
}
.card_design-1:hover .card_design_bottom {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.card_design-1.small {
  max-width: 400px;
  min-width: initial;
  display: block;
}
.card_design-1.small .card_design_top {
  padding-top: 1.6rem;
}
@media (max-width: 480px) {
  .card_design-1.small .card_design_top {
    padding-top: 1rem;
  }
}
.card_design-1.small .card_design_top .name_wrap {
  padding-top: 0;
  padding-bottom: 1rem;
}
@media (max-width: 480px) {
  .card_design-1.small .card_design_top .name_wrap {
    padding-bottom: 0.5rem;
  }
}
.card_design-1.small:hover .card_design_bottom {
  margin-bottom: 1rem;
}

.card_design-2 {
  transition: all 0.4s;
}
.card_design-2 .card_design-2_inner {
  border: 1px solid #BFBFBF;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s;
}
.card_design-2 .thumbnail_wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.card_design-2 .thumbnail_wrap img {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.card_design-2 .card_design_bottom {
  background: #fff;
}
.card_design-2 .cat_date {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 0.7rem;
}
.card_design-2 .category {
  color: #fff;
  background: #A53231;
  font-size: 0.875rem;
  padding: 0.1rem 1rem 0.05rem;
  border-radius: 1rem;
}
@media (max-width: 350px) {
  .card_design-2 .category {
    font-size: 0.75rem;
  }
}
.card_design-2 .date {
  font-size: 0.875rem;
  opacity: 0.6;
  letter-spacing: 0.1em;
}
@media (max-width: 350px) {
  .card_design-2 .date {
    font-size: 0.75rem;
  }
}
.card_design-2 .title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここを変えると行数調整可能 */
  overflow: hidden;
}
@media (max-width: 480px) {
  .card_design-2 .title {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
  }
}
.card_design-2 .card_design_bottom_inner {
  padding: 1rem 2rem 3rem;
  font-size: 1.125rem;
  transition: all 0.4s;
}
@media (max-width: 350px) {
  .card_design-2 .card_design_bottom_inner {
    padding: 0.5rem 1rem 1.5rem;
  }
}
.card_design-2:hover .card_design-2_inner {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
}
.card_design-2:hover .thumbnail_wrap img {
  transform: translate(-50%, -50%) scale(1.05);
}
.card_design-2:hover .card_design_bottom_inner {
  opacity: 0.6;
}
.card_design-2 .except {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ← ここを変えると行数調整可能 */
  overflow: hidden;
}
@media (max-width: 480px) {
  .card_design-2 .except {
    font-size: 0.875rem;
  }
}

.card_design-3 .card_design_top {
  background: #fff;
  padding: 1.5625rem 2.1875rem;
  border-radius: 1.25rem;
  border: 2px solid #A53231;
  position: relative;
  margin-top: 1.25rem;
  transition: all 0.4s;
}
.card_design-3 .card_design_top .img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #F8F8F5;
}
.card_design-3 .card_design_top .img_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.card_design-3 .card_design_bottom {
  background: #A53231;
  border-radius: 1.25rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
.card_design-3 .card_design_bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global/card/card_design-dot.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card_design-3 .card_design_bottom .card_design_bottom_inner {
  position: relative;
  z-index: 1;
}
.card_design-3:hover .card_design_top,
.card_design-3:hover .card_design_bottom {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.card_design-3:hover .img_wrap img {
  transform: translate(-50%, -50%) scale(1.05);
}

.card_design-basic .card_design_top {
  background: #A53231;
  border-radius: 1.25rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.card_design-basic .card_design_top::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global/card/card_design-dot.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card_design-basic .card_design_bottom {
  background: #fff;
  padding: 1.5625rem 2.1875rem;
  border-radius: 1.25rem;
  border: 2px solid #A53231;
  position: relative;
}
@media (max-width: 480px) {
  .card_design-basic .card_design_bottom {
    padding: 0.625rem;
  }
}

.section_title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #A53231;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 150px;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .section_title {
    font-size: 2.6rem;
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .section_title {
    font-size: 1.625rem;
    padding-top: 70px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.section_title .small {
  font-size: 2.875rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .section_title .small {
    font-size: 1.5rem;
  }
}
.section_title::after {
  content: attr(data-en);
  font-size: 7.5rem;
  color: #fbfbfa;
  -webkit-text-stroke: 2px #A53231;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .section_title::after {
    font-size: 5.5rem;
  }
}
@media (max-width: 480px) {
  .section_title::after {
    font-size: 3.375rem;
    width: 100%;
  }
}
.section_title::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #CE8E15;
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .section_title::before {
    width: 30px;
  }
}
@media (max-width: 480px) {
  .section_title {
    text-align: center;
  }
  .section_title::after, .section_title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_title.cent {
  text-align: center;
}
.section_title.cent::after, .section_title.cent::before {
  left: 50%;
  transform: translateX(-50%);
}
.section_title.white {
  color: #fff;
}
.section_title.white::after {
  -webkit-text-stroke: 0px;
  opacity: 0.7;
}
.section_title.white::before {
  background: #fff;
}

.lead_text {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .lead_text {
    font-size: 2.7rem;
  }
}
@media (max-width: 1440px) {
  .lead_text {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .lead_text {
    font-size: 1.35rem;
    text-align: center;
  }
}
.lead_text.cent {
  text-align: center;
}
.lead_text span {
  font-weight: 700;
}
.lead_text .red {
  color: #A53231;
}
.lead_text .small {
  font-size: 0.95em;
}
.lead_text .big {
  font-size: 1.125em;
}

.letter_wrap.cent {
  text-align: center;
}
@media (max-width: 480px) {
  .letter_wrap {
    text-align: center;
  }
}
.letter_wrap p {
  line-height: 2;
  font-size: 1.25rem;
}
.letter_wrap p:not(:last-child) {
  padding-bottom: 1rem;
}
@media (max-width: 1440px) {
  .letter_wrap p {
    font-size: 1.125rem;
  }
}
@media (max-width: 480px) {
  .letter_wrap p {
    font-size: 1.16rem;
    line-height: 1.6;
  }
}

.dot_bg {
  position: relative;
  padding-top: 0;
}
.dot_bg .dot_bg_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 130px;
}
@media (max-width: 480px) {
  .dot_bg .dot_bg_inner {
    padding-top: 80px;
  }
}
.dot_bg .dot_bg_parts {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/global/bg/section-dot-3840.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section-top-design {
  width: 100vw;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  background: inherit;
}
@media (max-width: 480px) {
  .section-top-design {
    height: 50px;
    top: -50px;
  }
}

.carousel_design-1 {
  height: 100%;
  position: relative;
}
.carousel_design-1 .carousel_design_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel_design-1 .card_list {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
}
@media (max-width: 480px) {
  .carousel_design-1 .card_list {
    width: 90%;
    margin: 0 auto;
  }
}
.carousel_design-1 .card_list .card {
  box-shadow: none;
  width: 100%;
  transition: transform 0.5s ease, z-index 0.5s, opacity 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 0;
}
.carousel_design-1 .card_list .card.active {
  z-index: 10;
}
.carousel_design-1 .card_list .card_link {
  margin: 0 auto;
  pointer-events: auto;
}

.carousel_design-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel_design-2 .carousel_design_wrap {
  position: relative;
  width: 100%;
}

.carousel_design-2 .card_list {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 530px;
}

.carousel_design-2 .card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 460px; /* カード幅に合わせて調整 */
  opacity: 0;
  z-index: 1;
}

.carousel_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.25rem;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .carousel_pagination {
    gap: 0 1rem;
  }
}
.carousel_pagination #prev,
.carousel_pagination #next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #A53231;
  transition: all 0.4s;
}
.carousel_pagination #prev:hover,
.carousel_pagination #next:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .carousel_pagination #prev,
  .carousel_pagination #next {
    width: 40px;
    height: 40px;
  }
}
.carousel_pagination #prev {
  margin-right: 1rem;
}
.carousel_pagination #next {
  margin-left: 1rem;
}
.carousel_pagination .circle {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9d9d9;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .carousel_pagination .circle {
    width: 12px;
    height: 12px;
  }
}
.carousel_pagination .circle.active {
  background: #A53231;
}
.carousel_pagination .circle:hover {
  background: #A53231;
  opacity: 0.6;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}
header .header_inner {
  padding: 2.5rem;
}
@media (max-width: 480px) {
  header .header_inner {
    padding: 0.5rem 1rem;
  }
}
header .header_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_left {
  display: flex;
  gap: 0 1.875rem;
  height: 70px;
}
@media (max-width: 480px) {
  header .header_left {
    height: 50px;
  }
}
header .header_left .header_logo {
  width: 250px;
  position: relative;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 3rem;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  header .header_left .header_logo {
    width: 160px;
  }
}
header .header_left .header_logo img {
  transition: all 0.4s;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
header .header_left .header_logo:hover img {
  opacity: 0.6;
}
header .header_left .header_nav {
  display: flex;
  align-items: center;
  padding: 0 4rem;
  border: 1px solid #BFBFBF;
  border-radius: 4rem;
  background: #fff;
}
header .header_left .header_nav ul {
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.875rem;
}
@media screen and (max-width: 1790px) {
  header .header_left .header_nav {
    display: none;
  }
}
header .header_right {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}

.hamburger_btn {
  width: 70px;
  height: 70px;
  background: #A53231;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 120;
}
@media screen and (min-width: 1790px) {
  .hamburger_btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .hamburger_btn {
    width: 50px;
    height: 50px;
  }
}
.hamburger_btn span {
  transition: all 0.4s;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.hamburger_btn span:first-child {
  top: 28px;
}
.hamburger_btn span:last-child {
  top: 39px;
}
@media (max-width: 480px) {
  .hamburger_btn span {
    width: 20px;
  }
  .hamburger_btn span:first-child {
    top: 20px;
  }
  .hamburger_btn span:last-child {
    top: 28px;
  }
}
.hamburger_btn:hover {
  background: #fff;
  border: 1px solid #A53231;
}
.hamburger_btn:hover span {
  background: #A53231;
}
.hamburger_btn.active {
  background: #fff;
  border: 1px solid #A53231;
}
.hamburger_btn.active span {
  background: #A53231;
}
.hamburger_btn.active span:first-child {
  top: 33px;
  transform: translateX(-50%) rotate(-40deg);
}
@media (max-width: 480px) {
  .hamburger_btn.active span:first-child {
    top: 24px;
  }
}
.hamburger_btn.active span:last-child {
  transform: translateX(-50%) rotate(40deg);
  top: 33px;
}
@media (max-width: 480px) {
  .hamburger_btn.active span:last-child {
    top: 24px;
  }
}

.hamburger_nav {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.hamburger_nav.open {
  opacity: 1;
  visibility: visible;
}
.hamburger_nav .section_title {
  font-size: 2.3rem;
  padding-top: 114px;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 480px) {
  .hamburger_nav .section_title {
    font-size: 1.625rem;
    padding-top: 58px;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 350px) {
  .hamburger_nav .section_title {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .hamburger_nav .section_title {
    display: none;
  }
}
.hamburger_nav .section_title::after {
  font-size: 5.6rem;
}
@media (max-width: 480px) {
  .hamburger_nav .section_title::after {
    font-size: 3rem;
  }
}
.hamburger_nav .hamburger_nav_contents_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 500px;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .hamburger_nav .hamburger_nav_contents_inner {
    max-width: 350px;
    padding: 0 2rem;
  }
}
@media (max-width: 350px) {
  .hamburger_nav .hamburger_nav_contents_inner {
    padding: 0 1.5rem;
  }
}
.hamburger_nav .hamburger_nav_contents {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .hamburger_nav .hamburger_nav_contents {
    width: 100%;
  }
}
.hamburger_nav .hamburger_nav_contents::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/global/bg/mv-dot-3840.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1920px) {
  .hamburger_nav .hamburger_nav_contents::after {
    background-image: url(../images/global/bg/mv-dot-1920.png);
  }
}
@media (max-width: 1440px) {
  .hamburger_nav .hamburger_nav_contents::after {
    background-image: url(../images/global/bg/mv-dot-1440.png);
  }
}
@media (max-width: 1280px) {
  .hamburger_nav .hamburger_nav_contents::after {
    background-image: url(../images/global/bg/mv-dot-1280.png);
  }
}
.hamburger_nav .hamburger_nav_contents::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #900000;
}
.hamburger_nav .hamburger_nav_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
}
@media (max-width: 480px) {
  .hamburger_nav .hamburger_nav_bg {
    display: none;
  }
}

.hamburger_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
}
.hamburger_nav_list .hamburger_nav_item {
  height: 80px;
  width: 46%;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .hamburger_nav_list .hamburger_nav_item {
    width: 100%;
    height: 45px;
    margin: 5px 0;
  }
}
@media (max-width: 350px) {
  .hamburger_nav_list .hamburger_nav_item {
    height: 40px;
  }
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.4s;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link::before, .hamburger_nav_list .hamburger_nav_item .hamburger_nav_link::after {
  content: "";
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link::before {
  background: #fff;
  z-index: 1;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link::after {
  background: url(../images/global/bg/hamburger_bg.png) no-repeat center center/cover;
  z-index: 2;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_left {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_left img {
  transition: all 0.4s;
  width: auto;
  height: 1.25rem;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_left p {
  transition: all 0.4s;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_left p {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  .hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_left p {
    font-size: 0.875rem;
  }
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_right {
  position: relative;
  z-index: 3;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_right .arrow_icon {
  width: 24px;
  height: 24px;
  background: #A53231;
  position: relative;
  border-radius: 50%;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link .hamburger_nav_link_right .arrow_icon::after {
  transition: all 0.4s;
  content: "";
  width: 9px;
  height: 18px;
  background: url(../images/icons/next.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link:hover .hamburger_nav_link_left img {
  transform: rotate(-4deg);
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link:hover .hamburger_nav_link_left p {
  opacity: 0.6;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link:hover .arrow_icon {
  opacity: 0.8;
}
.hamburger_nav_list .hamburger_nav_item .hamburger_nav_link:hover .arrow_icon::after {
  left: calc(50% + 4px);
}

footer {
  background: #441300;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  footer {
    text-align: left;
    padding-top: 40px;
  }
}
footer .footer_logo {
  width: 200px;
  padding-right: 1rem;
  margin: 0 auto 60px;
  display: block;
  transition: all 0.4s;
}
footer .footer_logo:hover {
  opacity: 0.6;
}
@media (max-width: 480px) {
  footer .footer_logo {
    width: 170px;
    margin: 0 0 30px;
    padding-top: 20px;
  }
}
footer .footer_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.8rem;
  margin-bottom: 50px;
}
footer .footer_nav ul a {
  color: #E2E2E2;
}
@media (max-width: 480px) {
  footer .footer_nav ul {
    flex-wrap: wrap;
    justify-content: start;
    gap: 1rem;
  }
  footer .footer_nav ul li {
    width: 45%;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(206, 142, 21, 0.25);
  }
}
footer .copy_right {
  opacity: 0.6;
}
@media (max-width: 480px) {
  footer .copy_right {
    font-size: 0.75rem;
    /* ~480px */
  }
}

.cta_fixed_btn {
  position: fixed;
  bottom: -100px; /* 初期は非表示 */
  left: 0;
  transition: all 0.3s;
}
.cta_fixed_btn.show {
  bottom: 0;
}

.mv {
  width: 100vw;
  height: 100svh;
}
.mv .mv_contents {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .mv .mv_contents {
    display: block;
    position: relative;
  }
}

.mv_left {
  background: #900000;
  width: 45%;
  height: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .mv_left {
    width: calc(100% - 2rem);
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 2rem;
    overflow: hidden;
  }
}
@media (max-width: 350px) {
  .mv_left {
    bottom: 0.5rem;
  }
}
@media (max-width: 350px) {
  .mv_left {
    width: 95%;
  }
}
.mv_left::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/global/bg/mv-dot-3840.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .mv_left::before {
    background-image: url(../images/global/bg/mv-dot-1920.png);
  }
}
@media (max-width: 1440px) {
  .mv_left::before {
    background-image: url(../images/global/bg/mv-dot-1440.png);
  }
}
@media (max-width: 1280px) {
  .mv_left::before {
    background-image: url(../images/global/bg/mv-dot-1280.png);
  }
}
.mv_left .mv_left_contents {
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 1.5rem 0;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents {
    padding: 1.2rem 0;
  }
}
.mv_left .mv_left_contents .mv_technique {
  width: 90%;
  max-width: 430px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_technique {
    max-width: 240px;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .mv_technique {
    max-width: 200px;
    margin: 0 auto 0.5rem;
  }
}
.mv_left .mv_left_contents .catch_copy {
  color: #fff;
  text-align: center;
}
.mv_left .mv_left_contents .catch_copy .sub,
.mv_left .mv_left_contents .catch_copy .main {
  display: block;
}
.mv_left .mv_left_contents .catch_copy .main {
  font-size: 6.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .catch_copy .main {
    font-size: 3.125rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .catch_copy .main {
    font-size: 2.8rem;
  }
}
.mv_left .mv_left_contents .catch_copy .main .small {
  font-size: 6rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .catch_copy .main .small {
    font-size: 2.625rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .catch_copy .main .small {
    font-size: 2.3rem;
  }
}
.mv_left .mv_left_contents .catch_copy .sub {
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  position: relative;
  display: inline-block;
  padding-top: 0.5rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .catch_copy .sub {
    font-size: 1.375rem;
    padding-top: 0.3rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .catch_copy .sub {
    font-size: 1.25rem;
  }
}
.mv_left .mv_left_contents .catch_copy .sub .technique_wrap {
  display: flex;
  gap: 0 2.3rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .catch_copy .sub .technique_wrap {
    gap: 0 1rem;
    left: 0.5rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .catch_copy .sub .technique_wrap {
    gap: 0 0.8rem;
  }
}
.mv_left .mv_left_contents .catch_copy .sub .technique_wrap span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EBC34D;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .catch_copy .sub .technique_wrap span {
    width: 7px;
    height: 7px;
  }
}
.mv_left .mv_left_contents .mv_feature_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.25rem;
  margin-top: 6rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list {
    margin-top: 2rem;
    gap: 0 0.5rem;
  }
}
@media (max-width: 350px) {
  .mv_left .mv_left_contents .mv_feature_list {
    margin-top: 1.5rem;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item {
  position: relative;
  width: 210px;
  text-align: center;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item {
    width: 92px;
  }
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item {
    width: 80px;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::before, .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::after {
  color: #333;
  content: attr(data-ja);
  position: absolute;
  font-size: 1.875rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::before, .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::after {
    font-size: 0.875rem;
    width: 60px;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::before {
  z-index: 0;
  -webkit-text-stroke: 10px #ebd7d5;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::before {
    -webkit-text-stroke: 4px #ebd7d5;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .sub::after {
  z-index: 1;
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main {
  background: #eee1de;
  font-size: 2.9rem;
  color: #A53231;
  min-height: 100px;
  border-radius: 4rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main {
    font-size: 1.25rem;
    min-height: 42px;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 210px 0px 0px;
  border-color: #ebd7d5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main::before {
    border-width: 42px 92px 0 0;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main::after {
  content: "";
  width: 60%;
  height: 1px;
  background: #A53231;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main::after {
    top: 0.75rem;
    width: 50%;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .main_text_wrap {
  font-weight: 500;
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: center;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .main_text_wrap {
    bottom: 0.3rem;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .small {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 0.2rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .small {
    font-size: 1rem;
    padding-bottom: 0.1rem;
  }
}
.mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .normal {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  padding: 0 0.4rem;
}
@media (max-width: 480px) {
  .mv_left .mv_left_contents .mv_feature_list .mv_feature_item .main .normal {
    font-size: 1.5rem;
    padding: 0 0.2rem;
  }
}

.mv_right {
  width: 55%;
  height: 100%;
  position: relative;
}
@media (max-width: 480px) {
  .mv_right {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mv_right::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/global/bg/mv-dot-2-3840.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1920px) {
  .mv_right::before {
    background-image: url(../images/global/bg/mv-dot-2-1920.png);
  }
}
@media (max-width: 1440px) {
  .mv_right::before {
    background-image: url(../images/global/bg/mv-dot-2-1440.png);
  }
}
@media (max-width: 1280px) {
  .mv_right::before {
    background-image: url(../images/global/bg/mv-dot-2-1280.png);
  }
}
@media (max-width: 480px) {
  .mv_right::before {
    background-image: url(../images/global/bg/mv-dot-2-480.png);
  }
}

.item {
  padding-bottom: 165px;
}
@media (max-width: 480px) {
  .item {
    padding-bottom: 80px;
  }
}
.item .letter_wrap {
  margin-bottom: 2rem;
}
.item .item_contents {
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .item .item_contents {
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .item .item_contents {
    display: block;
  }
}
.item .item_contents .item_contents_left {
  width: 57%;
}
@media (max-width: 480px) {
  .item .item_contents .item_contents_left {
    width: 100%;
  }
}
.item .item_contents .item_contents_right {
  width: 43%;
}
@media (max-width: 480px) {
  .item .item_contents .item_contents_right {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 480px) {
  .item .btn_design_wrap_cent {
    margin-top: 50px;
  }
}

.service {
  background: #F4ECE4;
}

.service_card_item {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 150px;
}
.service_card_item .service_card_item_inner {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 0 3rem;
  position: relative;
}
.service_card_item .service_card_item_inner .service_card_item_left,
.service_card_item .service_card_item_inner .service_card_item_right {
  width: 50%;
  height: 100%;
  position: relative;
}
.service_card_item .service_card_item_left {
  padding-left: 3.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 1440px) {
  .service_card_item .service_card_item_left {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
}
.service_card_item .service_card_item_head {
  margin-bottom: 1.25rem;
}
.service_card_item .service_card_item_head .main {
  color: #A53231;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.service_card_item .service_card_item_head .sub {
  display: flex;
  align-items: end;
  gap: 0.5rem;
}
.service_card_item .service_card_item_head .sub span {
  display: block;
}
.service_card_item .service_card_item_head .sub span:first-child {
  font-size: 1.3125rem;
  font-weight: 700;
  -webkit-text-stroke: 1px #A53231;
  color: transparent;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(165, 50, 49, 0.6);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.service_card_item .service_card_item_head .sub span:last-child {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px #A53231;
  color: transparent;
}
.service_card_item .letter_wrap {
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .service_card_item .letter_wrap p {
    font-size: 1rem;
  }
}
.service_card_item .service_card_item_img {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.service_card_item .service_card_item_img img {
  width: 110%;
  overflow: hidden;
  border-radius: 1.25rem;
  position: absolute;
  top: -5%;
  left: 0;
}
.service_card_item .service_card_item_inner::before {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #A53231;
  border-radius: 0 1.5rem 1.5rem 0;
  -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0% 100%);
}
.service_card_item:nth-child(1) {
  margin-right: 3rem;
}
.service_card_item:nth-child(2) {
  margin-left: 3rem;
}
.service_card_item:nth-child(2) .service_card_item_inner {
  flex-direction: row-reverse;
}
.service_card_item:nth-child(2) .service_card_item_inner::before {
  -webkit-clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
  right: auto;
  left: 0;
  border-radius: 1.5rem 0 0 1.5rem;
}
.service_card_item:nth-child(2) .service_card_item_inner .service_card_item_left {
  padding-left: 0;
  padding-right: 3.5rem;
}
.service_card_item:nth-child(2) .service_card_item_inner .service_card_item_img img {
  right: 0;
  left: auto;
}

@media (max-width: 480px) {
  .service_card_list_sp {
    padding-top: 2rem;
  }
  .service_card_item_sp {
    padding-bottom: 2rem;
  }
  .service_card_item_sp_head {
    text-align: center;
    position: relative;
    padding: 1rem 0;
  }
  .service_card_item_sp_head .main {
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
  }
  .service_card_item_sp_head .sub span {
    display: block;
  }
  .service_card_item_sp_head .sub span:first-child {
    font-size: 0.5625rem;
    font-weight: 700;
    -webkit-text-stroke: 0.2px #fff;
    color: transparent;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .service_card_item_sp_head .sub span:last-child {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
  }
  .card_design_bottom {
    position: relative;
    overflow: hidden;
  }
  .card_design_bottom .lead {
    font-size: 1.5rem;
    text-align: center;
    color: #A53231;
    font-weight: 600;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .card_design_bottom .btn_design_wrap_cent {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .card_design_bottom .service_card_item_sp_img {
    border-radius: 1rem;
    position: relative;
  }
  .card_design_bottom .letter_wrap {
    padding: 0 1rem;
  }
}
.other_service_column {
  margin-top: 210px;
  width: 100vw;
  text-align: center;
  background-image: url(../images/pages/front-page/service_column-3840.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 0 100px;
}
@media (max-width: 1920px) {
  .other_service_column {
    background-image: url(../images/pages/front-page/service_column-1920.jpg);
  }
}
@media (max-width: 1440px) {
  .other_service_column {
    background-image: url(../images/pages/front-page/service_column-1440.jpg);
  }
}
@media (max-width: 1280px) {
  .other_service_column {
    background-image: url(../images/pages/front-page/service_column-1280.jpg);
  }
}
@media (max-width: 480px) {
  .other_service_column {
    margin-top: 70px;
    padding: 64px 0 50px;
    background-image: url(../images/pages/front-page/service_column-480.jpg);
  }
}
.other_service_column::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.other_service_column .inner {
  position: relative;
  z-index: 2;
}
.other_service_column .other_service_head {
  display: inline-block;
  position: relative;
  padding-top: 0.7rem;
}
.other_service_column .other_service_head .technique_wrap {
  display: flex;
  gap: 0 2.6rem;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media (max-width: 480px) {
  .other_service_column .other_service_head .technique_wrap {
    gap: 0 1.125rem;
    left: 2.8rem;
  }
}
.other_service_column .other_service_head .technique_wrap span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EBC34D;
}
@media (max-width: 480px) {
  .other_service_column .other_service_head .technique_wrap span {
    width: 7px;
    height: 7px;
  }
}

.result {
  padding-bottom: 240px;
}
@media (max-width: 480px) {
  .result {
    padding-bottom: 80px;
  }
}
.result .result_list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 3%;
}
@media (max-width: 480px) {
  .result .result_list {
    margin-top: 50px;
  }
}
.result .result_list .result_item {
  width: 30%;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .result .result_list .result_item {
    width: 100%;
  }
}
.result .btn_design_wrap_cent {
  margin-top: 2rem;
}

.front_page_separate {
  width: 100%;
  height: 455px;
  background-image: url(../images/pages/front-page/separate/separate-3840.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .front_page_separate {
    background-image: url(../images/pages/front-page/separate/separate-1920.jpg);
    /* ~1920px */
  }
}
@media (max-width: 1440px) {
  .front_page_separate {
    background-image: url(../images/pages/front-page/separate/separate-1440.jpg);
    /* ~1440px */
  }
}
@media (max-width: 1280px) {
  .front_page_separate {
    background-image: url(../images/pages/front-page/separate/separate-1280.jpg);
    /* ~1280px*/
  }
}
@media (max-width: 480px) {
  .front_page_separate {
    background-image: url(../images/pages/front-page/separate/separate-480.jpg);
    height: 200px;
    /* ~480px */
  }
}

.voice_list {
  padding-top: 40px;
  padding-bottom: 240px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .voice_list {
    padding-bottom: 100px;
  }
}
.voice_list .voice_item:not(:last-child) {
  margin-bottom: 80px;
}

.voice_item_head {
  background: #A53231;
  color: #fff;
  border-radius: 1rem;
  display: flex;
  padding: 1.8rem 3.4rem;
  position: relative;
  gap: 0 2rem;
}
@media (max-width: 480px) {
  .voice_item_head {
    padding: 1.8rem 1rem;
  }
}
@media (max-width: 480px) {
  .voice_item_head {
    display: block;
    text-align: center;
  }
}
.voice_item_head::before {
  content: "";
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pages/voice/voice-dot.png) no-repeat center center/cover;
}
.voice_item_head .voice_person_img {
  position: relative;
  width: 130px;
  height: 80px;
}
@media (max-width: 480px) {
  .voice_item_head .voice_person_img {
    margin: 0 auto;
    width: 120px;
    height: 70px;
  }
}
.voice_item_head .voice_person_img .img_icon {
  position: absolute;
  bottom: -1rem;
}
.voice_item_head .voice_person_img .img_icon::before {
  content: "";
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  background: #A53231;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.voice_item_head .voice_person_img .img_icon img {
  position: relative;
}
.voice_item_head .voice_person_text {
  position: relative;
}
@media (max-width: 480px) {
  .voice_item_head .voice_person_text {
    padding-top: 40px;
  }
}
.voice_item_head .voice_person_text .voice_person_tag {
  color: #fff;
  padding: 0.2rem 1rem 0.1rem;
  background: #CE8E15;
  display: inline-block;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .voice_item_head .voice_person_text .voice_person_tag {
    font-size: 0.875rem;
  }
}
.voice_item_head .voice_person_text .voice_person_title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .voice_item_head .voice_person_text .voice_person_title {
    font-size: 1.2rem;
  }
}

.voice_item_text {
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem 3.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .voice_item_text {
    padding: 1.6rem 1.25rem;
  }
}

.faq {
  background: #F4ECE4;
  padding-bottom: 170px;
}
@media (max-width: 480px) {
  .faq {
    padding-bottom: 80px;
  }
}

.faq_tabs {
  display: flex;
  justify-content: center;
  gap: 1rem 1.25rem;
  flex-wrap: wrap;
}

.faq_tab {
  border-radius: 0.3rem;
  border: 1px solid #A53231;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0.3rem 2.43rem 0.2rem;
  transition: all 0.4s;
  background: #fff;
}
.faq_tab span {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.faq_tab::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pages/fqa/fqa-dot-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.faq_tab.active {
  background: #A53231;
  color: #fff;
}
.faq_tab.active::before {
  background-image: url(../images/pages/fqa/fqa-dot-2.png);
}
.faq_tab:hover {
  background: #A53231;
  color: #fff;
}
.faq_tab:hover::before {
  background-image: url(../images/pages/fqa/fqa-dot-2.png);
}

.faq_tab_content_wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.faq_tab_content {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s ease 0.4s;
  height: 0;
  overflow: hidden;
}
.faq_tab_content.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0s ease 0s;
  height: auto;
  padding-top: 5px;
}
@media (max-width: 480px) {
  .faq_tab_content.active {
    padding-top: 2rem;
  }
}
.faq_tab_content .faq_item {
  background: #fff;
  font-size: 1.25rem;
  padding: 2rem 3.125rem;
  border: 1px solid #A53231;
  border-radius: 0.6rem;
  margin-top: 1.25rem;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .faq_tab_content .faq_item {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}
.faq_tab_content .faq_item .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .faq_tab_content .faq_item .faq_question {
    gap: 0 1rem;
    padding: 0;
  }
}
.faq_tab_content .faq_item .faq_question .faq_question_text {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media (max-width: 480px) {
  .faq_tab_content .faq_item .faq_question .faq_question_text {
    text-align: left;
    gap: 0 0.5rem;
    align-items: start;
  }
}
.faq_tab_content .faq_item .faq_question .faq_question_text span {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.faq_tab_content .faq_item .faq_question .faq_question_text span:first-child {
  line-height: 1;
  font-size: 1.5rem;
  color: #A53231;
}
.faq_tab_content .faq_item .faq_question .faq_question_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #A53231;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 480px) {
  .faq_tab_content .faq_item .faq_question .faq_question_icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
}
.faq_tab_content .faq_item .faq_question .faq_question_icon img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_tab_content .faq_item .faq_question .faq_question_icon img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.faq_tab_content .faq_item .faq_question.open .faq_question_icon {
  background: #d9d9d9;
}
.faq_tab_content .faq_item .faq_question.open .faq_question_icon img:nth-child(1) {
  opacity: 0;
}
.faq_tab_content .faq_item .faq_question.open .faq_question_icon img:nth-child(2) {
  opacity: 1;
}
.faq_tab_content .faq_item .faq_question:hover {
  opacity: 0.6;
}
.faq_tab_content .faq_item .faq_question:hover .faq_question_icon img:nth-child(1) {
  top: 3px;
}
.faq_tab_content .faq_item .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}
.faq_tab_content .faq_item .faq_answer .faq_answer_wrap {
  display: flex;
  align-items: start;
  gap: 0 1rem;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #A53231;
}
@media (max-width: 480px) {
  .faq_tab_content .faq_item .faq_answer .faq_answer_wrap {
    gap: 0 0.5rem;
  }
}
.faq_tab_content .faq_item .faq_answer span {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.5rem;
  color: #A53231;
}

.section_blog {
  padding-bottom: 200px;
}
@media (max-width: 480px) {
  .section_blog {
    padding-bottom: 80px;
  }
}
.section_blog .inner {
  max-width: 1400px;
}
.section_blog .letter_wrap {
  margin-bottom: 2rem;
}
.section_blog .blog_contents {
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .section_blog .blog_contents {
    gap: 0 2rem;
  }
}
@media (max-width: 480px) {
  .section_blog .blog_contents {
    display: block;
  }
}
.section_blog .blog_contents .blog_contents_left {
  width: 57%;
}
@media (max-width: 480px) {
  .section_blog .blog_contents .blog_contents_left {
    width: 100%;
  }
}
.section_blog .blog_contents .blog_contents_right {
  width: 43%;
}
@media (max-width: 480px) {
  .section_blog .blog_contents .blog_contents_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section_blog .blog_contents_right {
    height: 550px;
  }
}
.section_blog .blog_contents_right .card {
  max-width: 450px;
}
.section_blog .blog_contents_right .carousel_design_wrap {
  min-height: 630px;
}
@media (max-width: 480px) {
  .section_blog .blog_contents_right .carousel_design_wrap {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .section_blog .btn_design_wrap_cent {
    padding-top: 50px;
  }
}

.contact {
  background-image: url(../images/pages/contact/contact-3840.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 110px;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 480px) {
  .contact {
    padding-bottom: 80px;
    border-radius: 50px 50px 0 0;
  }
}
@media (max-width: 1920px) {
  .contact {
    background-image: url(../images/pages/contact/contact-1920.jpg);
  }
}
@media (max-width: 1440px) {
  .contact {
    background-image: url(../images/pages/contact/contact-1440.jpg);
  }
}
@media (max-width: 1280px) {
  .contact {
    background-image: url(../images/pages/contact/contact-1280.jpg);
  }
}
@media (max-width: 480px) {
  .contact {
    background-image: url(../images/pages/contact/contact-480.jpg);
  }
}
.contact::before {
  content: "";
  border-radius: 100px 100px 0 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(165, 50, 49, 0.9) 0%, #900000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  .contact::before {
    border-radius: 50px 50px 0 0;
  }
}
.contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F4ECE4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact .contact_text {
  position: relative;
}
.contact .contact_text p {
  color: #fff;
  opacity: 0.7;
}
.contact .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1450px;
}
@media (max-width: 1280px) {
  .contact .inner {
    max-width: 1100px;
  }
}
@media (max-width: 480px) {
  .contact .inner {
    display: block;
  }
}
.contact .inner .contact_left {
  width: 47%;
}
@media (max-width: 480px) {
  .contact .inner .contact_left {
    width: 100%;
  }
}
.contact .inner .contact_right {
  width: 47%;
  position: relative;
}
@media (max-width: 480px) {
  .contact .inner .contact_right {
    width: 100%;
  }
}
.contact .contact_right {
  max-width: 650px;
  margin-top: 60px;
}
@media (max-width: 480px) {
  .contact .contact_right {
    margin-top: 30px;
  }
}
.contact .contact_right .tell_link {
  border-radius: 1.25rem;
  position: relative;
  display: block;
  background: #fff;
  padding: 2.875rem 3.4375rem;
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link {
    padding: 1.25rem 0.875rem;
  }
}
.contact .contact_right .tell_link .tell_link_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link .tell_link_sub {
    gap: 0 0.5rem;
  }
}
.contact .contact_right .tell_link .tell_link_sub .img_wrap {
  background: #CE8E15;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link .tell_link_sub .img_wrap {
    width: 20px;
    height: 20px;
  }
}
.contact .contact_right .tell_link .tell_link_sub p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .contact .contact_right .tell_link .tell_link_sub p {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link .tell_link_sub p {
    font-size: 1rem;
  }
}
.contact .contact_right .tell_link .tell_link_main {
  text-align: center;
  font-size: 5.4375rem;
  color: #A53231;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}
@media (max-width: 1280px) {
  .contact .contact_right .tell_link .tell_link_main {
    font-size: 4.5rem;
  }
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link .tell_link_main {
    font-size: 2.875rem;
  }
}
.contact .contact_right .tell_link .tell_link_main span {
  font-size: 1rem;
  display: block;
  color: #333;
  padding-top: 1rem;
}
@media (max-width: 480px) {
  .contact .contact_right .tell_link .tell_link_main span {
    font-size: 0.875rem;
  }
}
.contact .line_link_wrap {
  background: #fff;
  text-align: center;
  padding: 50px 0 30px;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .contact .line_link_wrap {
    padding: 40px 0 1rem;
  }
}
.contact .line_link_wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #333, #333 4px, transparent 2px, transparent 8px); /* 幅2の線を作る */
  background-size: 8px 2px; /* グラデーションの幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  opacity: 0.4;
  position: absolute;
  top: -1px;
  left: 0;
}
.contact .line_link {
  display: inline-block;
  position: relative;
  transition: all 0.4s;
}
.contact .line_link::after {
  content: attr(data-ja);
  opacity: 0.9;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  .contact .line_link::after {
    font-size: 0.875rem;
    top: -1.5rem;
  }
}
.contact .line_link .line_link_inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
  border: 1px solid #0a8f00;
  margin: 0 auto;
  padding: 0.25rem 0 0.15rem;
  border-radius: 2.25rem;
  transition: all 0.4s;
}
.contact .line_link p {
  font-size: 1.625rem;
  padding-right: 1.625rem;
  font-weight: 600;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .contact .line_link p {
    font-size: 1rem;
    padding-right: 1rem;
  }
}
.contact .line_link .img_wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-left: 7px;
}
@media (max-width: 480px) {
  .contact .line_link .img_wrap {
    width: 32px;
    height: 32px;
    margin-left: 4px;
  }
}
.contact .line_link .img_wrap img {
  width: 100%;
  height: 100%;
}
.contact .line_link:hover .line_link_inner {
  background: #0a8f00;
}
.contact .line_link:hover p {
  color: #fff;
}

.home .contact::after {
  display: none !important;
}

.item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px 2.67%;
  padding-top: 80px;
  padding-bottom: 200px;
}
@media (max-width: 480px) {
  .item_list {
    gap: 20px 0.875rem;
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.item_list li {
  width: 23%;
  max-width: 360px;
}
.item_list li .item_title {
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .item_list li .item_title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .item_list li {
    width: 46%;
  }
  .item_list li .card_design_top {
    padding: 0.875rem 0.9rem;
  }
}

.method {
  background: #F4ECE4;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .method {
    padding-bottom: 80px;
  }
}

.method_list {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
}
@media (max-width: 1280px) {
  .method_list {
    display: block;
  }
}
@media (max-width: 480px) {
  .method_list {
    display: block;
    padding-top: 20px;
  }
  .method_list .card_design_bottom {
    padding: 1.875rem;
  }
}
.method_list .method_item {
  width: calc((100% - 50px) / 2);
  max-width: 740px;
}
@media (max-width: 1280px) {
  .method_list .method_item {
    width: 100%;
    margin: 0 auto 3rem;
  }
}
@media (max-width: 480px) {
  .method_list .method_item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.method_list .method_item .card_design_top {
  padding: 0 2.5rem;
}
.method_list .method_item .method_head {
  font-size: 2rem;
  position: relative;
  padding: 1rem 0;
  padding-left: 3rem;
}
@media (max-width: 480px) {
  .method_list .method_item .method_head {
    padding-left: 0;
    font-size: 1.75rem;
    text-align: center;
    padding: 2.875rem 0 0.25rem;
  }
  .method_list .method_item .method_head .sp {
    display: inline-block !important;
    font-size: 0.875rem;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    background: #CE8E15;
    border-radius: 0.875rem;
    padding: 0 1rem;
  }
  .method_list .method_item .method_head .sp .big {
    font-size: 1.375rem;
    line-height: 1.1;
    padding-top: 0.05rem;
    display: inline-block;
    padding-left: 0.1rem;
  }
}
.method_list .method_item .method_head::after {
  content: attr(data-num);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #CE8E15;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .method_list .method_item .method_head::after {
    display: none;
  }
}
.method_list .method_item .method_contents {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents {
    display: block;
  }
}
.method_list .method_item .method_contents .method_text {
  min-width: 350px;
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents .method_text {
    min-width: initial;
    text-align: center;
  }
}
.method_list .method_item .method_contents .method_text ul {
  padding: 0.5rem 0;
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents .method_text ul {
    text-align: left;
    padding-bottom: 1.25rem;
  }
}
.method_list .method_item .method_contents .method_text li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.4rem 0;
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents .method_text li {
    font-size: 1rem;
    padding-left: 1.5rem;
    position: relative;
    margin: 0.6rem 0;
  }
  .method_list .method_item .method_contents .method_text li::before {
    content: "";
    width: 100%;
    border: 1px dotted rgba(51, 51, 51, 0.23);
    position: absolute;
    bottom: -0.2rem;
    left: 0;
  }
}
.method_list .method_item .method_contents .method_text li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #A53231;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents .method_text li::after {
    width: 8px;
    height: 8px;
  }
}
.method_list .method_item .method_contents .method_img {
  width: calc((100% - 30px) / 2);
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .method_list .method_item .method_contents .method_img {
    height: 220px;
  }
  .method_list .method_item .method_contents .method_img img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 480px) {
  .method_list .method_item .method_contents .method_img {
    width: 100%;
  }
}

.profile {
  background: #F4ECE4;
}

.page-company .article {
  padding-bottom: 60px;
}

.profile_contents {
  padding-top: 40px;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .profile_contents {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.profile_contents .profile_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .profile_contents .profile_item {
    display: block;
    margin-bottom: 10px;
  }
}
.profile_contents .profile_item.big .profile_item_head {
  height: 92px;
}
@media (max-width: 480px) {
  .profile_contents .profile_item.big .profile_item_head {
    height: auto;
  }
}
.profile_contents .profile_item.big .profile_item_date {
  height: 92px;
}
@media (max-width: 480px) {
  .profile_contents .profile_item.big .profile_item_date {
    height: auto;
  }
}
.profile_contents .profile_item_head {
  width: 200px;
  color: #fff;
  padding: 1rem 0;
  padding-left: 1.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 66px;
}
@media (max-width: 480px) {
  .profile_contents .profile_item_head {
    width: 100%;
    padding: 0.5rem 0;
    padding-left: 1rem;
    height: auto;
  }
}
.profile_contents .profile_item_head span {
  position: relative;
  z-index: 3;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  .profile_contents .profile_item_head span {
    font-size: 1rem;
  }
}
.profile_contents .profile_item_head::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #A53231;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.profile_contents .profile_item_head::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global/card/card_design-dot.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.profile_contents .profile_item_date {
  width: 650px;
  height: 100%;
  background: #fff;
  border: 1px solid #A53231;
  padding: 1rem 2rem;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .profile_contents .profile_item_date {
    width: 100%;
    padding: 1rem;
  }
}
.profile_contents .profile_item_date p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .profile_contents .profile_item_date p {
    font-size: 1rem;
  }
}
.profile_contents .profile_item_date .small {
  font-size: 1rem;
}
@media (max-width: 480px) {
  .profile_contents .profile_item_date .small {
    font-size: 0.875rem;
  }
}

.feature {
  background: #F4ECE4;
}

.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 70px;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .feature_list {
    padding-bottom: 80px;
  }
}
.feature_list .feature_item {
  max-width: 430px;
  min-height: 520px;
}
@media (max-width: 480px) {
  .feature_list .feature_item {
    max-width: initial;
    width: 100%;
  }
  .feature_list .feature_item .card_design_bottom {
    padding: 2rem;
  }
}
.feature_list .feature_item .feature_head {
  padding: 2.5rem 0 0.15rem;
  font-size: 1.5rem;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .feature_list .feature_item .feature_head {
    font-size: 1.25rem;
    padding-top: 3rem;
  }
}
.feature_list .feature_item .feature_head .parts {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.feature_list .feature_item .feature_head .parts .parts_inner {
  background: #CE8E15;
  padding: 0.15rem 1rem 0.15rem;
  display: inline-block;
  border-radius: 10px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  line-height: 1;
}
.feature_list .feature_item .feature_head .parts .parts_inner .big {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.05rem;
}
.feature_list .feature_item .feature_img {
  border-radius: 8px;
  overflow: hidden;
}
.feature_list .feature_item .feature_text_wrap {
  padding-top: 1rem;
}
.feature_list .feature_item .feature_text_wrap p {
  font-size: 1.25rem;
  line-height: 2;
}
@media (max-width: 480px) {
  .feature_list .feature_item .feature_text_wrap p {
    font-size: 1rem;
  }
}
.feature_list .feature_item .feature_text_wrap .btn_design_wrap_cent {
  padding-top: 1rem;
}
@media (max-width: 480px) {
  .feature_list .feature_item .feature_text_wrap .btn_design_wrap_cent {
    padding-bottom: 0;
  }
}

.event-venue_separate {
  width: 100%;
  height: 455px;
  background-image: url(../images/pages/event-venue/separate/separate-2-3840.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .event-venue_separate {
    height: 200px;
  }
}

.page-home-visit + .contact::after {
  display: none;
}

.home-visit_separate {
  width: 100%;
  height: 455px;
  background-image: url(../images/pages/home-visit/separate/separate-3-3840.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .home-visit_separate {
    height: 200px;
  }
}

.flow_list {
  padding-top: 50px;
  padding-bottom: 100px;
}
.flow_list .flow_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  position: relative;
}
.flow_list .flow_item:not(:last-child)::after {
  content: "";
  width: 88px;
  height: 36px;
  background: url(../images/pages/home-visit/flow-icon.png) no-repeat center center/cover;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.flow_list .flow_item .flow_item_num {
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
}
.flow_list .flow_item .flow_item_num::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #A53231;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.flow_list .flow_item .flow_item_num::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/global/card/card_design-dot.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.flow_list .flow_item .flow_item_num p {
  position: relative;
  z-index: 3;
  font-size: 2.26rem;
  line-height: 1;
  padding-top: 1.2rem;
}
.flow_list .flow_item .flow_item_num p::after {
  content: attr(data-en);
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow_list .flow_item .flow_item_contents {
  height: 200px;
  min-width: 900px;
  padding: 1rem 2.25rem;
  border-radius: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2.5rem;
  background-color: #fff;
  border: 1px solid #A53231;
}
.flow_list .flow_item .flow_item_contents .flow_item_contents_left {
  height: 100%;
}
.flow_list .flow_item .flow_item_contents .flow_item_contents_left img {
  height: 100%;
  width: auto;
}
.flow_list .flow_item .flow_item_contents .flow_item_contents_right h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #A53231;
  padding-bottom: 0.2rem;
}
.flow_list .flow_item .flow_item_contents .flow_item_contents_right p {
  font-size: 1.25rem;
  line-height: 2;
}

@media (max-width: 480px) {
  .flow_list_sp {
    padding-bottom: 80px;
  }
  .flow_list_sp .flow_item {
    margin-bottom: 2rem;
  }
  .flow_list_sp .flow_item .card_design_bottom {
    padding: 2rem;
  }
  .flow_list_sp .flow_head {
    font-size: 1.25rem;
    padding-bottom: 0.25rem;
    padding-top: 3rem;
    position: relative;
    text-align: center;
  }
  .flow_list_sp .flow_head .parts {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .flow_list_sp .flow_head .parts .parts_inner {
    background: #CE8E15;
    padding: 0.15rem 1rem 0.15rem;
    display: inline-block;
    border-radius: 10px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
    line-height: 1;
  }
  .flow_list_sp .flow_head .parts .parts_inner .big {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    padding-bottom: 0.05rem;
  }
  .flow_list_sp .flow_img {
    border-radius: 8px;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
  }
  .flow_list_sp .flow_text_wrap {
    padding-top: 1rem;
  }
  .flow_list_sp .flow_text_wrap p {
    line-height: 2;
  }
}
.area_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  padding-top: 5rem;
  padding-bottom: 140px;
}
@media (max-width: 480px) {
  .area_contents {
    display: block;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.area_contents .area_contents_left {
  width: 45%;
  max-width: 590px;
}
@media (max-width: 480px) {
  .area_contents .area_contents_left {
    width: 100%;
    margin-bottom: 22px;
  }
}
.area_contents .area_contents_right {
  width: 50%;
  max-width: 630px;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right {
    width: 100%;
  }
}
.area_contents .area_contents_right .area_card_head {
  font-size: 2rem;
  padding: 0.35rem 0;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_head {
    font-size: 1.25rem;
    padding: 0.7rem 0;
  }
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .card_design_bottom {
    padding: 1.6rem;
  }
}
.area_contents .area_contents_right .area_card_contents {
  text-align: center;
  padding-top: 0.5rem;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_contents {
    padding-top: 0;
  }
}
.area_contents .area_contents_right .area_card_contents .main_text {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 1.25rem;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_contents .main_text {
    font-size: 1.5rem;
  }
}
.area_contents .area_contents_right .area_card_contents .main_text span {
  display: inline-block;
  padding: 0 1rem;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_contents .main_text span {
    padding: 0 0.5rem;
  }
}
.area_contents .area_contents_right .area_card_contents .sub_text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A53231;
  height: 1.5;
  padding-bottom: 1.8rem;
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_contents .sub_text {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .area_contents .area_contents_right .area_card_contents .btn_design_wrap_cent {
    padding-bottom: 0;
  }
}

.mind {
  background: #F4ECE4;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .mind {
    padding-bottom: 80px;
  }
}
.mind .mind_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  gap: 0 2.5%;
}
.mind .mind_list .mind_item {
  width: 45%;
  max-width: 520px;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .mind .mind_list .mind_item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .mind .mind_list .mind_item .card_design_bottom {
    padding: 2rem;
  }
}
.mind .mind_list .mind_head {
  padding: 2.5rem 0 0.35rem;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  text-align: center;
}
.mind .mind_list .mind_head .parts {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.mind .mind_list .mind_head .parts .parts_inner {
  background: #CE8E15;
  padding: 0.15rem 1rem 0.15rem;
  display: inline-block;
  border-radius: 10px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
  line-height: 1;
}
.mind .mind_list .mind_head .parts .parts_inner .big {
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  padding-bottom: 0.05rem;
}
.mind .mind_list .mind_img {
  border-radius: 8px;
  overflow: hidden;
}
.mind .mind_list .mind_img img {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .mind .mind_list .mind_img img {
    max-width: 200px;
  }
}
.mind .mind_list .mind_text_wrap {
  padding-top: 1rem;
}
.mind .mind_list .mind_text_wrap p {
  font-size: 1.125rem;
  line-height: 2;
}

.page-results + .contact::after {
  display: none;
}

.results_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4.5%;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: 80px;
}
@media (max-width: 480px) {
  .results_list {
    padding-top: 30px;
  }
}
.results_list .result_item {
  width: 30%;
  max-width: 460px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .results_list .result_item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.results_list_wrap {
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 480px) {
  .results_list_wrap {
    padding-bottom: 80px;
  }
}

.pagination {
  padding-top: 125px;
}
@media (max-width: 480px) {
  .pagination {
    padding-top: 60px;
  }
}
.pagination .pagination_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .pagination_numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
}
.pagination .pagination_numbers .page-numbers {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #A53231;
  font-size: 1.4rem;
  transition: all 0.4s;
}
.pagination .pagination_numbers .page-numbers.current {
  background: #A53231;
  color: #fff;
}
.pagination .pagination_numbers .page-numbers:hover {
  background: #A53231;
  color: #fff;
}
.pagination .pagination_numbers .page-numbers.dots {
  background: transparent;
  color: transparent;
  border: none;
  position: relative;
}
.pagination .pagination_numbers .page-numbers.dots::after {
  content: "";
  width: 80%;
  padding-top: 11.2%;
  background: url(../images/icons/dot-bar.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .pagination_info_mobile {
  height: 37px;
}
.pagination .pagination_info_mobile p {
  line-height: 33px;
  padding: 2px 16px;
  border-radius: 20px;
  background: #A53231;
  color: #fff;
}
.pagination .pagination_prev,
.pagination .pagination_next {
  width: 150px;
}
@media (max-width: 480px) {
  .pagination .pagination_prev,
  .pagination .pagination_next {
    width: 84px;
  }
}
.pagination .pagination_prev a,
.pagination .pagination_next a {
  display: block;
  font-size: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #A53231;
  height: 60px;
  border-radius: 30px;
  color: #A53231;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .pagination .pagination_prev a,
  .pagination .pagination_next a {
    font-size: 0.75rem;
    height: 37px;
  }
}
.pagination .pagination_prev a::before,
.pagination .pagination_next a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #A53231;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .pagination .pagination_prev a::before,
  .pagination .pagination_next a::before {
    width: 20px;
    height: 20px;
  }
}
.pagination .pagination_prev a::after,
.pagination .pagination_next a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icons/arrow-left.png) no-repeat center center/cover;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  z-index: 2;
}
@media (max-width: 480px) {
  .pagination .pagination_prev a::after,
  .pagination .pagination_next a::after {
    width: 20px;
    height: 20px;
  }
}
.pagination .pagination_prev a:hover,
.pagination .pagination_next a:hover {
  background: #A53231;
  color: #fff;
}
.pagination .pagination_prev a {
  padding-left: 10px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .pagination .pagination_prev a {
    padding-right: 10px;
  }
}
.pagination .pagination_next a {
  flex-direction: row-reverse;
  padding-right: 10px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .pagination .pagination_next a {
    padding-left: 10px;
  }
}
.pagination .pagination_next a::after {
  background: url(../images/icons/arrow-right.png) no-repeat center center/cover;
  right: 10px;
  left: auto;
}

.single_post_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .single_post_nav {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.single_post_nav .btn_design-1 {
  background: #A53231;
}
.single_post_nav .single_post_prev,
.single_post_nav .single_post_next {
  width: 150px;
}
@media (max-width: 480px) {
  .single_post_nav .single_post_prev,
  .single_post_nav .single_post_next {
    width: 78px;
  }
}
.single_post_nav .nav_previous a,
.single_post_nav .nav_next a {
  display: block;
  font-size: 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #A53231;
  height: 60px;
  border-radius: 30px;
  color: #A53231;
  font-weight: 500;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .single_post_nav .nav_previous a,
  .single_post_nav .nav_next a {
    font-size: 0.75rem;
    height: 44px;
  }
}
.single_post_nav .nav_previous a::before,
.single_post_nav .nav_next a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: #A53231;
  transition: all 0.4s;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .single_post_nav .nav_previous a::before,
  .single_post_nav .nav_next a::before {
    width: 20px;
    height: 20px;
  }
}
.single_post_nav .nav_previous a::after,
.single_post_nav .nav_next a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icons/arrow-left.png) no-repeat center center/cover;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .single_post_nav .nav_previous a::after,
  .single_post_nav .nav_next a::after {
    width: 20px;
    height: 20px;
  }
}
.single_post_nav .nav_previous a:hover,
.single_post_nav .nav_next a:hover {
  background: #A53231;
  color: #fff;
}
.single_post_nav .nav_previous a {
  padding-left: 10px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .single_post_nav .nav_previous a {
    padding-right: 10px;
  }
}
.single_post_nav .nav_next a {
  flex-direction: row-reverse;
  padding-right: 10px;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .single_post_nav .nav_next a {
    padding-left: 10px;
  }
}
.single_post_nav .nav_next a::after {
  background: url(../images/icons/arrow-right.png) no-repeat center center/cover;
  right: 10px;
  left: auto;
}

.category_tabs_wrap {
  text-align: center;
}
.category_tabs_wrap .category_tabs_head {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #A53231;
  position: relative;
  padding-bottom: 1rem;
  font-weight: 600;
}
.category_tabs_wrap .category_tabs_head::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #CE8E15;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.category_tabs_wrap .category_tabs {
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  padding-bottom: 110px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .category_tabs_wrap .category_tabs {
    padding-bottom: 60px;
  }
}
.category_tabs_wrap .category_tabs .category_tab {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  border-radius: 2rem;
  font-size: 1.475rem;
  color: #A53231;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  border: 1px solid #A53231;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .category_tabs_wrap .category_tabs .category_tab {
    font-size: 0.875rem;
    padding: 0.25rem 1.875rem;
  }
}
.category_tabs_wrap .category_tabs .category_tab::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pages/fqa/fqa-dot-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: -1;
}
.category_tabs_wrap .category_tabs .category_tab::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: -2;
}
.category_tabs_wrap .category_tabs .category_tab.active, .category_tabs_wrap .category_tabs .category_tab:hover {
  color: #fff;
}
.category_tabs_wrap .category_tabs .category_tab.active::before, .category_tabs_wrap .category_tabs .category_tab:hover::before {
  background-image: url(../images/pages/fqa/fqa-dot-2.png);
}
.category_tabs_wrap .category_tabs .category_tab.active::after, .category_tabs_wrap .category_tabs .category_tab:hover::after {
  background: #A53231;
}

.post_list_wrap {
  padding-bottom: 160px;
}
@media (max-width: 480px) {
  .post_list_wrap {
    padding-bottom: 80px;
  }
}
.post_list_wrap .post_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4.5%;
  margin: 0 auto;
  max-width: 1500px;
}
.post_list_wrap .post_list .post_item {
  width: 30%;
  max-width: 460px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .post_list_wrap .post_list .post_item {
    width: 100%;
    margin-bottom: 28px;
  }
}
.post_list_wrap .post_list .post_item:hover .card_design-2_inner {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 0rem;
}
.post_list_wrap .post_list .post_item:hover .thumbnail_wrap img {
  transform: translate(-50%, -50%) scale(1.05);
}
.post_list_wrap .post_list .post_item:hover .card_design_bottom_inner {
  opacity: 0.6;
}

.popular_posts {
  background: #F4ECE4;
}
.popular_posts .popular_posts_contents {
  padding-bottom: 150px;
}
@media (max-width: 480px) {
  .popular_posts .popular_posts_contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .popular_posts .popular_posts_contents .card {
    width: 100%;
  }
  .popular_posts .popular_posts_contents .card_list {
    height: 435px;
  }
}

.single_contents {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .single_contents {
    display: block;
  }
}
.single_contents article {
  width: calc(100% - 400px);
}
@media (max-width: 480px) {
  .single_contents article {
    width: 100%;
  }
}
.single_contents article .single_header {
  padding: 3rem 5rem 2rem;
}
@media (max-width: 480px) {
  .single_contents article .single_header {
    padding: 1rem;
  }
}
.single_contents article .single_header .single_meta {
  position: relative;
  display: flex;
  gap: 0 1.25rem;
}
@media (max-width: 480px) {
  .single_contents article .single_header .single_meta {
    justify-content: space-between;
  }
}
.single_contents article .single_header .single_meta .single_category {
  display: inline-block;
}
.single_contents article .single_header .single_meta .single_category a {
  padding: 0.3rem 1rem;
  font-weight: 500;
  background: #CE8E15;
  border-radius: 1rem;
}
@media (max-width: 480px) {
  .single_contents article .single_header .single_meta .single_category a {
    font-size: 0.75rem;
  }
}
.single_contents article .single_header .single_meta .single_date {
  display: flex;
}
@media (max-width: 480px) {
  .single_contents article .single_header .single_meta .single_date {
    font-size: 0.75rem;
    align-items: center;
  }
}
.single_contents article .single_header .single_meta .single_date time {
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .single_contents article .single_header .single_meta .single_date time {
    font-size: 0.75rem;
  }
}
.single_contents article .single_header .single_title {
  padding-top: 0.5rem;
  position: relative;
  font-size: 3rem;
}
@media (max-width: 480px) {
  .single_contents article .single_header .single_title {
    font-size: 1.5rem;
  }
}
.single_contents article .single_content {
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .single_contents article .single_content {
    padding-bottom: 3rem;
  }
}
.single_contents article .single_content .thumbnail_wrap {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.single_contents article .single_content .thumbnail_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.single_contents .sidebar {
  width: 300px;
}
@media (max-width: 480px) {
  .single_contents .sidebar {
    width: 100%;
  }
}

.sidebar_item {
  padding-bottom: 70px;
}
@media (max-width: 480px) {
  .sidebar_item {
    padding-bottom: 50px;
  }
}
.sidebar_item .sidebar_news_post li:hover .card_design-2_inner {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  margin-bottom: 0rem;
}
.sidebar_item .sidebar_news_post li:hover .thumbnail_wrap img {
  transform: translate(-50%, -50%) scale(1.05);
}
.sidebar_item .sidebar_news_post li:hover .card_design_bottom_inner {
  opacity: 0.6;
}
.sidebar_item .sidebar_news_post li .card_design-2_inner {
  border: none;
  border-radius: 0;
}
.sidebar_item .sidebar_news_post li .card_design-2_inner .thumbnail_wrap {
  border-radius: 1rem;
}
.sidebar_item .sidebar_news_post li .card_design_bottom {
  background: transparent;
}
.sidebar_item .sidebar_news_post li .card_design_bottom .card_design_bottom_inner {
  padding: 1rem 0.5rem;
}
.sidebar_item .sidebar_item_head {
  font-size: 1.5rem;
  color: #A53231;
  font-weight: 600;
  padding-bottom: 1px;
  border-bottom: 1px solid #CE8E15;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .sidebar_item .sidebar_item_head {
    font-size: 1.25rem;
    text-align: center;
    border-bottom: none;
    position: relative;
    padding-bottom: 1rem;
  }
  .sidebar_item .sidebar_item_head::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #CE8E15;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .sidebar_item .category_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 0.5rem;
  }
}
.sidebar_item .category_tabs .category_tab {
  display: inline-block;
  padding: 0.75rem 1.875rem;
  border-radius: 2rem;
  font-size: 1.475rem;
  margin-bottom: 1rem;
  color: #A53231;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  border: 1px solid #A53231;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .sidebar_item .category_tabs .category_tab {
    font-size: 0.875rem;
    padding: 0.25rem 1.875rem;
    margin-bottom: 0.5rem;
  }
}
.sidebar_item .category_tabs .category_tab::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/pages/fqa/fqa-dot-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  z-index: -1;
}
.sidebar_item .category_tabs .category_tab::after {
  content: "";
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sidebar_item .category_tabs .category_tab.active, .sidebar_item .category_tabs .category_tab:hover {
  color: #fff;
}
.sidebar_item .category_tabs .category_tab.active::before, .sidebar_item .category_tabs .category_tab:hover::before {
  background-image: url(../images/pages/fqa/fqa-dot-2.png);
}
.sidebar_item .category_tabs .category_tab.active::after, .sidebar_item .category_tabs .category_tab:hover::after {
  background: #A53231;
}

.line_pop {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 99;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  .line_pop {
    display: none;
  }
}
.line_pop.fade-out {
  opacity: 0;
  visibility: hidden;
}
.line_pop .line_pop_link {
  background: #0a8f00;
  display: flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem 0 0 0.6rem;
  gap: 0 0.3rem;
}
.line_pop .line_pop_link .line_pop_left {
  transition: all 0.3s;
}
.line_pop .line_pop_link .line_pop_left img {
  width: 54px;
}
.line_pop .line_pop_link .line_pop_right {
  transition: all 0.3s;
  color: #fff;
}
.line_pop .line_pop_link .line_pop_right p {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.line_pop .line_pop_link .line_pop_right .sub_text {
  line-height: 1;
}
.line_pop .line_pop_link .line_pop_right .main_text {
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.2rem;
}
.line_pop .line_pop_link .line_pop_right .main_text span {
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fffb00;
}
.line_pop .line_pop_link:hover .line_pop_left,
.line_pop .line_pop_link:hover .line_pop_right {
  opacity: 0.6;
}
.line_pop .line_pop_close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  position: absolute;
  top: -12px;
  left: -12px;
  background: #fff;
}
.line_pop .line_pop_close img {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.line_pop .line_pop_close:hover img {
  opacity: 0.7;
}

.page_visual {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
@media (max-width: 480px) {
  .page_visual {
    padding-bottom: 55px;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.page_visual .page_visual_content {
  position: relative;
}
.page_visual .thumbnail_wrap {
  width: 100%;
  padding-top: 19%;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #A53231;
}
@media (max-width: 480px) {
  .page_visual .thumbnail_wrap {
    padding: 52%;
  }
}
.page_visual .thumbnail_wrap img {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .page_visual .thumbnail_wrap img {
    width: auto !important;
    height: 100% !important;
  }
}
.page_visual .page_visual_info_bg_wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.page_visual .page_visual_info_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_visual .page_visual_info_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F8F8F5;
  border: 2px solid #A53231;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
}
.page_visual .page_visual_info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
@media (max-width: 480px) {
  .page_visual .page_visual_info {
    width: 50%;
  }
}
.page_visual .page_visual_info .text_wrap {
  position: relative;
  z-index: 1;
}
.page_visual .page_title {
  font-size: 3.75rem;
  font-weight: 700;
  color: #A53231;
  letter-spacing: 0.1em;
  position: relative;
  padding: 120px 80px 0px;
  min-width: 600px;
}
@media (max-width: 480px) {
  .page_visual .page_title {
    min-width: auto;
  }
}
@media (max-width: 480px) {
  .page_visual .page_title {
    font-size: 1.5rem;
    width: 100%;
    max-width: 290px;
    padding: 0;
    padding-top: 65px;
    padding-bottom: 0px;
  }
}
.page_visual .page_title::after {
  content: attr(data-en);
  font-size: 1.5rem;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}
@media (max-width: 480px) {
  .page_visual .page_title::after {
    font-size: 0.875rem;
    top: 30px;
    width: 100%;
  }
}
.page_visual .page_title::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #CE8E15;
  opacity: 0.5;
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .page_visual .page_title::before {
    width: 20px;
    top: 52px;
  }
}

.breadcrumbs {
  padding-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    padding: 30px 0.5rem 0;
    margin-bottom: 0;
  }
}

.breadcrumbs_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.75rem;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  .breadcrumbs_list li {
    flex-shrink: 0;
  }
}
.breadcrumbs_list li p {
  color: #A53231;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.breadcrumbs_list li a {
  letter-spacing: 0.1em;
  font-weight: 600;
  transition: all 0.4s;
  font-size: 0.875rem;
}
.breadcrumbs_list li a:hover {
  opacity: 0.6;
}
.breadcrumbs_list .breadcrumbs_arrow {
  display: block;
  width: 8px;
  height: 15px;
  background: url(../images/icons/arrow.png) no-repeat center center/cover;
}/*# sourceMappingURL=style.css.map */