@charset "UTF-8";
.mv_container {
  position: relative;
  width: 100%;
  height: 85vh;
  background: url("../img/mv_bg.png") no-repeat center/cover;
}
@media (max-width: 1200px) {
  .mv_container {
    height: 83vh;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .mv_container {
    height: 50vh;
  }
}
@media screen and (max-width: 520px) {
  .mv_container {
    height: 90vh;
    background: url("../img/mv_bg_sp.png") no-repeat center/cover;
  }
}
.mv_container .main_catch {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .mv_container .main_catch {
    transform: initial;
    top: initial;
    bottom: 20px;
    right: inherit;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.mv_container .top_catch {
  text-align: left;
  color: #fff;
  letter-spacing: 1.3rem;
  margin: 0;
}
.mv_container .top_catch span {
  font-size: 6.7rem;
  line-height: 1.3;
  display: block;
  background: linear-gradient(-45deg, #996E00 0%, #b59523 30%, #fdf3dc 40%, #b59523 70%, #996e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1366px) {
  .mv_container .top_catch span {
    font-size: 6rem;
  }
}
@media (max-width: 1200px) {
  .mv_container .top_catch span {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .mv_container .top_catch span {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 820px) {
  .mv_container .top_catch span {
    letter-spacing: 0.1em;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv_container .top_catch span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .top_catch span {
    font-size: 3rem;
  }
}
.mv_container .top_catch br:nth-of-type(1) + span {
  animation: fadeInUp 1s ease-out 1.9s forwards;
}
.mv_container .top_catch br:nth-of-type(2) + span {
  animation: fadeInUp 1s ease-out 1.9s forwards;
}
.mv_container .sub_catch {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  padding: 30px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_container .sub_catch {
    font-size: 2rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .sub_catch {
    font-size: 1.4rem;
    padding: 13px 0;
  }
}
.mv_container .cta-line {
  position: relative;
  display: block;
  max-width: 568px;
  width: 100%;
  height: 110px;
  margin-top: 37px;
  text-decoration: none;
  animation: anime_cvbtn01 0.5s ease 0s infinite alternate;
  background: linear-gradient(90deg, #996e00 0%, #b59523 30%, #d7c38d 50%, #b59523 70%, #996e00 100%);
}
@media screen and (max-width: 768px) {
  .mv_container .cta-line {
    margin-top: 13px;
    max-width: 468px;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .cta-line {
    height: 70px;
    margin-top: 7px;
  }
}
.mv_container .cta-line__text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.14em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv_container .cta-line__text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .cta-line__text {
    font-size: 2.2rem;
    text-align: left;
    justify-content: start;
    padding-left: 25px;
  }
}
.mv_container .cta-line__badge {
  position: absolute;
  right: -27px;
  top: -37px;
  width: 132px;
  height: 132px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv_container .cta-line__badge {
    top: -27px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .cta-line__badge {
    right: 10px;
    width: 110px;
    height: 110px;
    top: -57px;
  }
}
@keyframes anime_cvbtn01 {
  from {
    transform: scale(0.97, 0.97);
  }
  to {
    transform: scale(1, 1);
  }
}

.column_condition .condition-head {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .column_condition .condition-head {
    padding-bottom: 0;
  }
}
.column_condition .introduction {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.2rem;
  line-height: 2;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .column_condition .introduction {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .column_condition .introduction {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .column_condition .introduction {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
  }
}
.column_condition .condition_box {
  margin-top: 25px;
}
.column_condition .condition_box .tit_box::before {
  background: url(../img/tit_bg01.png) no-repeat center/cover;
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_condition .condition_box .tit_box::before {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .column_condition .condition_box .tit_box::before {
    max-width: 500px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .column_condition .condition_box .tit_box::before {
    max-width: 300px;
  }
}
.column_condition .condition_box .tit_box .condition_title {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_condition .condition_box .tit-btm_txt {
    text-align: center;
    font-size: 1.6rem;
  }
}
.column_condition .condition_box_items {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .column_condition .condition_box_items {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
}
.column_condition .condition_box_items-li {
  width: calc(33.3333333333% - 10px);
  background: linear-gradient(to right bottom, #ffffff 50%, #e9e9e9 50%);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .column_condition .condition_box_items-li {
    width: 100%;
  }
}
.column_condition .condition_box_items-li .condition-card__title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2.3rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  color: #b59523;
}
@media (min-width: 1500px) {
  .column_condition .condition_box_items-li .condition-card__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .column_condition .condition_box_items-li .condition-card__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .column_condition .condition_box_items-li .condition-card__title {
    font-size: 2rem;
  }
}
.column_condition .condition_box_items-li .condition-card__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .column_condition .condition_box_items-li .condition-card__img {
    aspect-ratio: 16/9;
    height: 120px;
  }
}
.column_condition .condition_box_items-li .condition-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column_condition .condition_box_items-li .condition-card__text {
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .column_condition .condition_box_items-li .condition-card__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .column_condition .condition_box_items-li {
    background: linear-gradient(to right bottom, #ffffff 50%, #e8e8e8 50%);
  }
}

.column_strategy {
  background: url(../img/strategy_bg.png) no-repeat center/cover;
}
.column_strategy .tit_box::before {
  background: url(../img/tit_bg02.png) no-repeat center/cover;
  max-width: 910px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_strategy .tit_box::before {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .column_strategy .tit_box::before {
    max-width: 300px;
    background-size: contain;
  }
}
.column_strategy .tit_box .strategy_title {
  z-index: 2;
  position: relative;
}
.column_strategy .inner {
  max-width: 1366px;
  width: 100%;
}
.column_strategy .strategy_box {
  margin-top: 50px;
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box {
    margin-top: 15px;
  }
}
.column_strategy .strategy_box__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.column_strategy .strategy_box__item {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.column_strategy .strategy_box__item:nth-child(1) {
  background: url("../img/solution01.png") no-repeat center/cover;
}
.column_strategy .strategy_box__item:nth-child(2) {
  background: url("../img/solution02.png") no-repeat center/cover;
}
.column_strategy .strategy_box__item:last-child {
  background: url("../img/solution03.png") no-repeat center/cover;
}
.column_strategy .strategy_box__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.column_strategy .strategy_box__item:nth-child(odd) .strategy_box__body {
  text-align: left;
}
.column_strategy .strategy_box__item:nth-child(even) .strategy_box__body {
  padding: 75px 15px 75px 50px;
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box__item:nth-child(even) .strategy_box__body {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box__item {
    background: none !important;
  }
}
.column_strategy .strategy_box__body {
  position: relative;
  flex: 0 0 53%;
  padding: 75px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 23px;
}
@media screen and (max-width: 1024px) {
  .column_strategy .strategy_box__body {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box__body {
    flex: initial;
    width: 100%;
    padding: 35px 0;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .column_strategy .strategy_box__body {
    padding: 15px 0;
  }
}
.column_strategy .strategy_box .strategy_box__imgsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box .strategy_box__imgsp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box .strategy_box__imgsp img {
    width: 100%;
  }
}
.column_strategy .strategy_box__cap {
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #b59523;
}
@media (max-width: 1200px) {
  .column_strategy .strategy_box__cap {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box__cap {
    font-size: 2rem;
    text-align: center;
  }
}
.column_strategy .strategy_box__line {
  width: 43px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 820px) {
  .column_strategy .strategy_box__line {
    display: none;
  }
}
.column_strategy .strategy_box__text {
  margin: 0;
  font-size: 2rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 1200px) {
  .column_strategy .strategy_box__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .column_strategy .strategy_box__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .column_strategy .strategy_box__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 821px) {
  .column_strategy .strategy_box__text .tabhide {
    display: none;
  }
}

.free-consult {
  padding: 46px 20px 54px;
  color: #fff;
  background: url(../img/cta_bg.png) no-repeat center/cover;
}
.free-consult .inner {
  max-width: 1366px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .free-consult .inner .tit-btm_txt {
    text-align: center;
  }
}
.free-consult__title {
  font-size: clamp(3rem, 3.5vw, 6rem);
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}
.free-consult__lead {
  margin: 0 0 26px;
  font-size: 14px;
  letter-spacing: 0.08em;
  opacity: 0.95;
}
.free-consult__ctas {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 8px;
}
@media screen and (max-width: 820px) {
  .free-consult__ctas {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.free-consult .cta {
  max-width: 668px;
  width: 100%;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.6);
  background: linear-gradient(-45deg, #000000 0%, #282828 35%, #141414 50%, #282828 65%, #000000 100%);
}
.free-consult .cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine 2s ease-in infinite;
}
@media screen and (max-width: 767px) {
  .free-consult .cta {
    height: 100px;
  }
}
.free-consult .cta__top {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .free-consult .cta__top {
    font-size: 1.5rem;
  }
}
.free-consult .cta__top::before, .free-consult .cta__top::after {
  width: 17px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.free-consult .cta__top::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.free-consult .cta__top::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.free-consult .cta__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.free-consult .cta__text {
  font-size: 4rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  color: #b59523;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .free-consult .cta__text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .free-consult .cta__text {
    font-size: 2.4rem;
    letter-spacing: 0.09em;
  }
}
.free-consult .cta__text::before {
  content: "";
  background: url(../img/line_icon.png) no-repeat center/cover;
  width: 46px;
  height: 46px;
  display: block;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .free-consult .cta__text::before {
    width: 31px;
    height: 31px;
    margin-right: 7px;
  }
}
.free-consult .cta__text--tel {
  font-size: 5rem;
  letter-spacing: 0.16em;
  line-height: 1.1;
}
.free-consult .cta__text--tel::before {
  background: url(../img/tel_icon.png) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .free-consult .cta__text--tel {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .free-consult .cta__text--tel {
    font-size: 3.5rem;
    letter-spacing: 0.1em;
  }
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 1;
  }
  50% {
    left: 200%;
    opacity: 0;
  }
  100% {
    left: 200%;
    opacity: 0;
  }
}

.column_message .inner {
  max-width: 1366px;
  width: 100%;
}
.column_message .tit_box::before {
  background: url(../img/tit_bg03.png) no-repeat center/cover;
  max-width: 788px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_message .tit_box::before {
    max-width: 590px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .column_message .tit_box::before {
    max-width: 300px;
  }
}
.column_message .tit_box .message_title {
  z-index: 2;
  position: relative;
}
.column_message .message_box {
  display: flex;
  justify-content: space-between;
  gap: 37px;
}
@media screen and (max-width: 1024px) {
  .column_message .message_box {
    gap: 15px;
    flex-direction: column;
  }
}
.column_message .message_box__photo {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .column_message .message_box__photo {
    width: 100%;
  }
}
.column_message .message_box__photo img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_message .message_box__body {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .column_message .message_box__body {
    width: 100%;
    gap: 5px;
  }
}
.column_message .message_box__text {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .column_message .message_box__text {
    font-size: 1.4rem;
  }
}
.column_message .message_box__name {
  margin-top: 10px;
  gap: 6px;
}
@media screen and (max-width: 820px) {
  .column_message .message_box__name {
    margin-left: auto;
    text-align: right;
  }
}
.column_message .message_box__name .en {
  font-size: 4rem;
  letter-spacing: 0.18em;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1024px) {
  .column_message .message_box__name .en {
    line-height: 1.2;
  }
}
@media screen and (max-width: 820px) {
  .column_message .message_box__name .en {
    font-size: 2rem;
  }
}
.column_message .message_box__name .jp {
  font-size: 2rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 820px) {
  .column_message .message_box__name .jp {
    font-size: 1.4rem;
  }
}

.column_case .inner {
  max-width: 1366px;
  width: 100%;
}
.column_case .tit_box {
  padding: 35px 0;
}
.column_case .tit_box::before {
  background: url(../img/tit_bg04.png) no-repeat center/cover;
  max-width: 910px;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 1180px) {
  .column_case .tit_box::before {
    max-width: 600px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .column_case .tit_box::before {
    max-width: 350px;
  }
}
.column_case .tit_box .case_title {
  z-index: 2;
  position: relative;
}
.column_case .case_box__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 820px) {
  .column_case .case_box__list {
    margin-top: 0;
    flex-direction: column;
  }
}
.column_case .case_box__item {
  width: calc(33.3333333333% - 10px);
  background: #3a3a3a;
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .column_case .case_box__item {
    width: 100%;
  }
}
.column_case .case_card__head {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #b59523;
  font-weight: 400;
  line-height: 1.3;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .column_case .case_card__head {
    font-size: 1.6rem;
    padding-top: 0;
    margin-bottom: 11px;
  }
}
.column_case .case_card__media {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .column_case .case_card__media {
    aspect-ratio: 16/9;
    height: 100px;
    width: 100%;
  }
}
.column_case .case_card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.column_case .case_card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 13px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  background: #000;
  color: #b59523;
}
.column_case .case_card__ttl {
  padding: 13px 0;
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .column_case .case_card__ttl {
    font-size: 1.6rem;
  }
}
.column_case .case_card__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_case .case_card__txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.column_step .inner {
  max-width: 1366px;
  width: 100%;
}
.column_step .tit_box {
  position: relative;
}
.column_step .tit_box::before {
  background: url(../img/tit_bg05.png) no-repeat center/cover;
  max-width: 405px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_step .tit_box::before {
    max-width: 600px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .column_step .tit_box::before {
    max-width: 135px;
  }
}
.column_step .tit_box .step_title {
  position: relative;
  z-index: 2;
}
.column_step .tit_box .step_title span {
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .column_step .tit_box .step_title span {
    font-size: 2.4rem;
  }
}
.column_step .step_box {
  margin-top: 40px;
}
.column_step .step_box__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.column_step .step_box__item {
  display: flex;
  align-items: stretch;
  background: #393939;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__item {
    flex-direction: column;
  }
}
.column_step .step_box__num {
  max-width: 200px;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__num {
    max-width: 100%;
    flex-direction: initial;
    align-items: center;
    padding: 17px 0;
  }
}
.column_step .step_box__num span {
  font-size: 3rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_step .step_box__num span {
    font-size: 1.6rem;
  }
}
.column_step .step_box__num .num {
  font-size: 5rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__num .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .column_step .step_box__num .num {
    font-size: 1.6rem;
  }
}
.column_step .step_box__body {
  flex: 1;
  padding: 47px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__body {
    padding: 0;
  }
}
.column_step .step_box__head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__head {
    flex-direction: column;
  }
}
.column_step .step_box__label {
  display: inline-block;
  background: #b59523;
  color: #000;
  padding: 6px 10px;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  max-width: 240px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .column_step .step_box__label {
    font-size: 2rem;
    max-width: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .column_step .step_box__label {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 820px) {
  .column_step .step_box__label {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .column_step .step_box__label {
    font-size: 1.6rem;
  }
}
.column_step .step_box__title {
  font-size: 3rem;
  letter-spacing: 0.14em;
  color: #b59523;
}
@media (max-width: 1200px) {
  .column_step .step_box__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .column_step .step_box__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 820px) {
  .column_step .step_box__title {
    font-size: 1.8rem;
    padding: 0 15px;
    text-align: center;
  }
}
.column_step .step_box__text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .column_step .step_box__text {
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .column_step .step_box__text {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.column_faq {
  background: #171717;
}
.column_faq .inner {
  max-width: 1366px;
  width: 100%;
}
.column_faq .tit_box {
  position: relative;
}
.column_faq .tit_box::before {
  background: url(../img/tit_bg06.png) no-repeat center/cover;
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .column_faq .tit_box::before {
    max-width: 220px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .column_faq .tit_box::before {
    max-width: 190px;
    top: 5%;
  }
}
.column_faq .tit_box .step_title {
  position: relative;
  z-index: 2;
}
.column_faq .faq_box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_box {
    margin-top: 15px;
  }
}
.column_faq .faq_content {
  background: #000;
  margin-bottom: 15px;
  padding: 15px 30px;
}
@media screen and (max-width: 820px) {
  .column_faq .faq_content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content {
    padding: 17px 10px;
    margin-bottom: 7px;
  }
}
.column_faq .faq_content .question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question {
    gap: 10px;
  }
}
.column_faq .faq_content .question:hover {
  cursor: pointer;
}
.column_faq .faq_content .question span {
  font-size: 4rem;
  font-family: YakuHanJP_Narrow, "EB Garamond", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  color: #b59523;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question span {
    font-size: 2rem;
  }
}
.column_faq .faq_content .question h3 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .column_faq .faq_content .question h3 {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question h3 {
    font-size: 1.4rem;
    width: 78%;
    line-height: 1.5;
  }
}
.column_faq .faq_content .question:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #adacac;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question:before {
    width: 20px;
  }
}
.column_faq .faq_content .question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 2px;
  height: 24px;
  background: #adacac;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question:after {
    height: 20px;
    right: 17px;
  }
}
.column_faq .faq_content .question.active:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}
.column_faq .faq_content .answer {
  margin-top: 1em;
  margin-bottom: 0.8em;
  display: none;
}
.column_faq .faq_content .answer p {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .answer p {
    padding-left: 0;
  }
}
.column_faq .faq_content .answer p:not(:last-of-type) {
  margin-bottom: 1em;
}

.column_contact {
  background: url(../img/contact_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 520px) {
  .column_contact {
    background: url(../img/contact_bg_sp.png) no-repeat center/cover;
    padding: 30px 0 50px !important;
  }
}
.column_contact .inner {
  max-width: 1366px;
  width: 100%;
}
.column_contact fieldset.hidden-fields-container {
  display: none;
}
.column_contact .tit_box {
  position: relative;
}
.column_contact .tit_box::before {
  background: url(../img/tit_bg07.png) no-repeat center/cover;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_contact .tit_box::before {
    max-width: 600px;
    background-size: contain;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .tit_box::before {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .tit_box::before {
    max-width: 300px;
    top: -17%;
  }
}
.column_contact .tit_box .contact_title {
  position: relative;
  z-index: 2;
}
.column_contact .contact_form_dark {
  margin-top: 35px;
  background: #171717;
  padding: 26px 30px 28px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark {
    padding: 0;
    background: initial;
  }
}
.column_contact .contact_form_dark__dl {
  margin: 0;
  padding: 0;
}
.column_contact .contact_form_dark__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4c4c4c;
}
.column_contact .contact_form_dark__row.is-textarea {
  align-items: stretch;
}
.column_contact .contact_form_dark__row.is-textarea .contact_form_dark__dd {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__row {
    border-bottom: none;
    margin-bottom: 5px;
  }
}
.column_contact .contact_form_dark__dt {
  width: 25%;
  padding: 14px 14px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  margin-top: 3px;
  letter-spacing: 0.12em;
}
@media (max-width: 1298px) {
  .column_contact .contact_form_dark__dt {
    width: 31%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dt {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__dt {
    padding: 5px 0 0;
  }
}
.column_contact .contact_form_dark__label {
  white-space: nowrap;
  font-size: 2.2rem;
}
@media (max-width: 1298px) {
  .column_contact .contact_form_dark__label {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__label {
    font-size: 1.6rem;
  }
}
.column_contact .contact_form_dark__req {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 13px;
  background: #a50000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__req {
    padding: 3px 6px;
    font-size: 1.3rem;
  }
}
.column_contact .contact_form_dark__dd {
  width: 75%;
  padding: 12px 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 1298px) {
  .column_contact .contact_form_dark__dd {
    width: 69%;
  }
}
@media screen and (max-width: 820px) {
  .column_contact .contact_form_dark__dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__dd {
    padding: 7px 0;
  }
}
.column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: #fff;
  color: #111;
  border-radius: 5px;
  padding: 17px 12px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  outline: none;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select, .column_contact .contact_form_dark__input, .column_contact .contact_form_dark__textarea {
    padding: 11px 12px;
  }
}
.column_contact .contact_form_dark__select:focus, .column_contact .contact_form_dark__input:focus, .column_contact .contact_form_dark__textarea:focus {
  border-color: rgba(153, 110, 0, 0.8);
  box-shadow: 0 0 0 3px rgba(153, 110, 0, 0.18);
}
.column_contact .contact_form_dark__select {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__select {
    max-width: 100%;
  }
}
.column_contact .contact_form_dark__textarea {
  min-height: 245px;
  resize: vertical;
}
.column_contact .wpcf7-form-control-wrap {
  width: 100%;
}
.column_contact .contact_form_dark__bottom {
  margin-top: 30px;
}
.column_contact .contact_form_dark__note {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__note {
    text-align: left;
  }
}
.column_contact .contact_form_dark__agree {
  margin: 10px auto 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.column_contact .contact_form_dark__agree input {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__agree {
    font-size: 1.3rem;
    gap: 5px;
  }
}
.column_contact .contact_form_dark__agree .wpcf7-form-control-wrap {
  width: auto;
}
.column_contact .contact_form_dark__agreeText {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__agreeText {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.column_contact .contact_form_dark__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 15px auto 0;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #b59523;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_form_dark__submit {
    font-size: 1.6rem;
  }
}
.column_contact .contact_form_dark__submit:hover {
  color: #b59523;
  background: #fff;
}
.column_contact .contact_form_dark__submit.previous {
  border: #fff 2px solid;
  background: #555;
  color: #fff;
}
.column_contact .contact_form_dark__submit.previous:hover {
  opacity: 0.8;
}

.confirm .column_contact .contact_form_dark__dd {
  color: #fff;
}

.column_confirm .tit_box::before {
  display: none;
}

.column_contact-thanks {
  padding: 80px 0 !important;
}

.thanks_cont .thanks_txt {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .thanks_cont .thanks_txt {
    font-size: 1.6rem;
  }
}
.thanks_cont .thanks_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border-radius: 100px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.14em;
  background: #b59523;
  transition: 0.3s;
}
.thanks_cont .thanks_btn:hover {
  color: #b59523;
  background: #fff;
}/*# sourceMappingURL=style.css.map */