@charset "UTF-8";
body {
  background: #E9ECF0 !important;
  margin: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif Japanese", メイリオ, Meiryo, serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.96px;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

header.p-ken-lp {
  display: flex;
  padding: 8px calc(50vw - 480px);
  align-items: center;
  gap: 8px;
  background: #FFF;
}
header.p-ken-lp p {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 750px) {
  header.p-ken-lp {
    padding: 8px;
  }
}

.p-floating {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  padding: 0;
  margin: auto;
  font-family: var(--sans-serif);
  list-style: none;
  border-top: 1px solid rgba(230, 230, 230, 0.5);
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.p-floating__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  text-align: center;
}

.p-floating__list:not(:first-of-type) {
  border-left: 1px solid #4d8cc3;
}

.p-floating__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: rgba(7, 95, 172, 0.9019607843);
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  text-decoration: none;
}

.p-floating__anchor:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-floating__text-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 34px;
  text-align: left;
}

.p-floating__text-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: auto;
  content: "";
  background-image: url(../img/mail_icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px auto;
  opacity: 0.4;
}

.p-floating__text {
  margin: 2px 4px 2px 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
  text-wrap: nowrap;
}

.p-floating__text-min {
  margin: 2px 4px 2px 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #fff;
}

@media (min-width: 750px) {
  .p-floating {
    top: 50%;
    bottom: initial;
    left: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 78px;
    height: auto;
    border-top: none;
    border-radius: 4px 4px 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-floating__list {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-floating__list:first-of-type {
    height: 172px;
  }
  .p-floating__list:first-of-type .p-floating__anchor {
    border-radius: 4px 0 0;
  }
  .p-floating__list:not(:first-of-type) {
    border-top: 1px solid #4d8cc3;
    border-left: none;
  }
  .p-floating__list:not(:first-of-type) .p-floating__anchor {
    border-radius: 0 0 0 4px;
  }
  .p-floating__anchor:hover {
    background-color: rgba(27, 127, 214, 0.9019607843);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .p-floating__text-block {
    position: relative;
    padding: 68px 0 26px;
  }
  .p-floating__text-block:before {
    top: 10px;
    right: 0;
    bottom: initial;
    left: 0;
    width: 30px;
    height: 56px;
    background-size: 30px auto;
  }
  .p-floating__text-min {
    width: 12px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.p-main {
  position: relative;
}
.p-main section {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-main img.p-fv {
  width: 100vw;
  height: 640px;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-main img.p-fv {
    height: 262px;
    object-fit: cover;
  }
}
.p-main section.p-fv .p-section-inner-wrap {
  margin-top: 60px;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-main section.p-fv .p-section-inner-wrap {
    width: 100vw;
    margin-top: 40px;
  }
}
.p-main section.p-fv .p-section-inner-wrap .p-title-index {
  padding: 8px 20px;
  background-color: #FFFFFF;
  color: #0A203B;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
  width: 634px;
  /* 28px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-fv .p-section-inner-wrap .p-title-index {
    width: 317px;
    font-size: 14px;
    padding: 4px 0;
  }
}
.p-main section.p-fv .p-section-inner-wrap .p-title-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-fv .p-section-inner-wrap .p-title-wrap {
    margin-top: 24px;
  }
}
.p-main section.p-fv .p-section-inner-wrap .p-title-wrap .p-title-sub-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-main section.p-fv .p-section-inner-wrap .p-title-wrap .p-title-sub-text {
    font-size: 20px;
  }
}
.p-main section.p-fv .p-section-inner-wrap .p-title-wrap h1 {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p-main section.p-fv .p-section-inner-wrap .p-title-wrap h1 {
    font-size: 35px;
  }
}
.p-main section.p-cta {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta {
    margin-top: 40px;
  }
}
.p-main section.p-cta .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 24px 0px 32px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #0A203B;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap {
    width: 100%;
    gap: 24px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-title-wrap {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.p-main section.p-cta .p-section-inner-wrap .p-title-wrap h2 {
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 26.4px */
  flex-shrink: 0;
}
.p-main section.p-cta .p-section-inner-wrap .p-title-wrap::before, .p-main section.p-cta .p-section-inner-wrap .p-title-wrap::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #BC9800;
  width: 50%;
  flex: auto auto 50%;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap {
    width: 100%;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap {
    gap: 16px;
    padding: 0;
    width: 295px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-text {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 1.4px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap input,
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap select {
  width: 212px;
  height: 34px;
  padding-left: 8px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap input,
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap select {
    width: 100%;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap option {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap {
  position: relative;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap::after {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  content: url("../../assets/img/arrow_bottom.svg");
  border-radius: 0px 4px 4px 0px;
  background: #075FAC;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap select:disabled {
  color: #A1A9B2;
  background-color: #FFFFFF;
  opacity: 1;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap:has(> select:disabled)::after {
  background: #D6DADF;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap {
    align-self: stretch;
    width: 100%;
  }
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap .p-select-wrap:has(> select[name=city]) {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap.p-select-wrap:has(> select[name=city]) {
    display: none;
  }
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap.p-select-wrap:has(> select[name=town]) {
    display: none;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap select option:disabled {
  color: #6C7989;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-flex-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-flex-box {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap {
  display: flex;
  width: 580px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap {
    padding: 0;
    width: 295px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button {
  display: flex;
  width: 400px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #BC9800;
  color: #FFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button {
    width: 100%;
    font-size: 16px;
    padding: 16px;
    letter-spacing: 1.6px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap {
  display: flex;
  justify-content: center;
  flex: 2 0 50px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap {
    flex: initial;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap > svg {
  margin-left: 16px;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap > svg {
    margin-left: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-text {
    margin-left: 40px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
  height: 49px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label {
    position: absolute;
    transform: translateY(-50%);
    left: 16px;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label p {
  position: absolute;
  top: 28%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: max-content;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap {
    display: none;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-text {
  color: #FFFFFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-number-wrap {
  display: flex;
  gap: 8px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-number-wrap .p-tel-number {
  color: #FFFFFF;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 1.2px;
  align-self: center;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc {
    display: none;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc::after {
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-mask: url("../../assets/img/arrow_left_icon.svg");
  mask: url("../../assets/img/arrow_left_icon.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: baseline;
  margin-left: 2px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp {
  display: none;
  color: #075FAC;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DAE0E1;
  background: #F5F7F9;
  padding: 8px 0px;
  gap: 4px;
  width: 100%;
  text-decoration: none;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp span {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp {
    display: flex;
  }
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-text {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-number-wrap {
  display: flex;
  gap: 8px;
}
.p-main section.p-cta .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-number-wrap .p-tel-number {
  color: #075FAC;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-avarage {
  margin-top: 80px;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage {
    margin-top: 56px;
  }
}
.p-main section.p-avarage .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #FFFFFF;
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
  width: 960px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap {
    padding: 33px 16px;
  }
}
.p-main section.p-avarage .p-section-inner-wrap h2 {
  color: #0A203B;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap h2 {
    font-size: 30px;
  }
}
.p-main section.p-avarage .p-section-inner-wrap h2 span {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap h2 span {
    display: block;
  }
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap .p-flex-box {
    flex-direction: column;
  }
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item {
  flex: 1 1 50%;
  display: flex;
  /*padding: 40px 24px;*/
  padding: 40px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: url("./../../assets/img/texture_stone.png") lightgray 50%/cover no-repeat;
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item h4 {
  color: #0A203B;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.28px;
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item .p-gold-text {
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  line-height: 100%;
  /* 32px */
  background: linear-gradient(180deg, #E0B917 0%, #CEA80B 31.5%, #8B7000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item .p-gold-text span {
  font-size: 26px;
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item img {
  width: calc(100% - 48px);
  padding: 24px;
}
.p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item img.p-img-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item img {
    width: 100%;
    padding: 0;
  }
  .p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item img.p-img-pc {
    display: none;
  }
  .p-main section.p-avarage .p-section-inner-wrap .p-flex-box-item img.p-img-sp {
    display: block;
  }
}
.p-main section.p-avarage .p-section-inner-wrap p.p-annotation {
  color: #0A203B;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .p-main section.p-avarage .p-section-inner-wrap p.p-annotation {
    text-align: left;
  }
}
.p-main section.p-consultation {
  margin-top: 80px;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation {
    margin-top: 56px;
  }
}
.p-main section.p-consultation .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #FFFFFF;
  border-top: 8px solid #BC9800;
  background-color: #0A203B;
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
  width: 960px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap {
    padding: 32px 16px;
  }
}
.p-main section.p-consultation .p-section-inner-wrap h2 {
  align-self: stretch;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
.p-main section.p-consultation .p-section-inner-wrap h2 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap h2 {
    font-size: 30px;
  }
  .p-main section.p-consultation .p-section-inner-wrap h2 br {
    display: inline-block;
  }
}
.p-main section.p-consultation .p-section-inner-wrap p {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap p {
    font-size: 14px;
    text-align: left;
  }
}
.p-main section.p-consultation .p-section-inner-wrap .p-flex-box {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap .p-flex-box {
    gap: 8px;
  }
}
.p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item {
  background: #FFF;
  display: flex;
  padding: 0 0 16px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  width: calc(50% - 16px);
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item {
    gap: 8px;
    padding: 0 0 8px 0;
  }
}
.p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item img {
  width: 100%;
}
.p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item p {
  color: #0A203B;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 1.8px;
  margin-bottom: 0;
}
.p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item p br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item p {
    font-size: 14px;
    padding: 0 8px;
  }
  .p-main section.p-consultation .p-section-inner-wrap .p-flex-box-item p br {
    display: inline-block;
  }
}
.p-main section.p-point-header {
  margin-top: 80px;
  margin-bottom: -40px;
  border-top: 4px solid #9C800D;
  background: linear-gradient(180deg, #F7F5EF 0%, #DFDACF 100%);
}
@media screen and (max-width: 750px) {
  .p-main section.p-point-header {
    margin-top: 56px;
    margin-bottom: -28px;
  }
}
.p-main section.p-point-header .p-section-inner-wrap {
  display: flex;
  width: 960px;
  margin-top: 48px;
  margin-bottom: 80px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-title {
  color: #0A203B;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-title br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point-header .p-section-inner-wrap .p-point-header-title {
    font-size: 30px;
    padding: 0 16px;
  }
  .p-main section.p-point-header .p-section-inner-wrap .p-point-header-title br {
    display: inline-block;
  }
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box {
    gap: 2px;
  }
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item {
  display: flex;
  padding: 16px 0px 24px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-bottom: 2px solid #FFF;
  background: #0A203B;
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item-index {
  color: #BC9800;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  /* 19.2px */
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item-index span {
  font-size: 30px;
  line-height: 120%;
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  /* 28.8px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item-title {
    font-size: 13px;
  }
}
.p-main section.p-point-header .p-section-inner-wrap .p-point-header-flex-box-item svg {
  margin-top: 8px;
}
.p-main section.p-point {
  padding: 0 16px;
}
.p-main section.p-point:not(#point01) {
  margin-top: 80px;
  border-top: 4px solid #9C800D;
  background: linear-gradient(180deg, #F7F5EF 0%, #DFDACF 100%);
  background-size: auto 124px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point:not(#point01) {
    margin-top: 56px;
  }
}
.p-main section.p-point:not(#point01) .p-section-inner-wrap {
  margin-top: 60px;
}
.p-main section.p-point .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background-color: #FFFFFF;
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap {
    width: 100%;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap .p-index {
  color: #BC9800;
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap .p-index .p-index-text {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  /* 19.2px */
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap .p-index .p-index-no {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap h2 {
  color: var(--dark_blue, #0A203B);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h2 br {
    display: none;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap h3 {
  color: #0A203B;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  /* 33.6px */
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #BC9800;
  border-bottom: 1px solid #BC9800;
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap h3 br.p-break-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h3 {
    font-size: 22px;
  }
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h3 br.p-break-pc {
    display: none;
  }
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h3 br.p-break-sp {
    display: inline-block;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-title-wrap h4 {
  color: var(--dark_blue, #0A203B);
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
    text-align: left;
  }
  .p-main section.p-point .p-section-inner-wrap .p-title-wrap h4 br {
    display: none;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile {
  display: flex;
  padding: 32px 40px 40px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  background: url("./../../assets/img/texture_stone.png") lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile {
    padding: 32px 16px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-title {
  color: #0A203B;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  /* 33.6px */
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-title::after {
  content: "";
  width: 32px;
  border-bottom: solid 2px #BC9800;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card {
  background-color: #FFFFFF;
  display: flex;
  width: 100%;
  padding: 24px 40px 32px 40px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: -8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card {
    padding: 24px 16px;
  }
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card div {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card div.p-point-content-stone-tile-card-title {
    font-size: 24px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  /* 36px */
  background: var(--text_gradation, linear-gradient(180deg, #E0B917 0%, #CEA80B 31.5%, #8B7000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card-title:nth-child(n+2) {
  margin-top: -32px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card-title.p-title-pc {
    display: none;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card-title.p-title-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile-card-title.p-title-sp {
    display: block;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box {
  display: flex;
  gap: 32px;
  color: #0A203B;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box {
    flex-direction: column;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item {
  flex: 1 1 50%;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item {
    width: 100%;
    font-size: 14px;
  }
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item.p-sp-order2 {
    order: 2;
  }
  .p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item.p-img-full-sp {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item .p-step-title {
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  padding-left: 8px;
  border-left: 2px solid #BC9800;
  margin-top: 16px;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item .p-title {
  color: #0A203B;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: left;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item p {
  color: #0A203B;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item p.p-text {
  color: #0A203B;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  font-size: 14px;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item a.p-link {
  color: #073E6D;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.4px;
  display: block;
  margin-top: 16px;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-stone-tile .p-flex-box-item a.p-link::after {
  content: "";
  background-image: url("../img/arrow_left_icon_blue.svg");
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin-left: 8px;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile {
  display: flex;
  padding: 32px 24px 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-top: 4px solid #BC9800;
  background: linear-gradient(180deg, #F7F5EF 0%, #DFDACF 100%);
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile {
    padding: 32px 16px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile-title {
  color: #0A203B;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 140%;
  /* 42px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile-title {
    font-size: 22px;
  }
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile-title br {
    display: none;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile-sub-title {
  color: #BC9800;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  /* 24px */
  margin-bottom: -8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile-sub-title {
    font-size: 18px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box {
    flex-direction: column;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item {
  display: flex;
  width: 400px;
  height: 424px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #FFF;
  padding: 48px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item {
    padding: 24px 8px;
    width: 100%;
    height: auto;
    flex-shrink: initial;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item p {
  color: #0A203B;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif Japanese", メイリオ, Meiryo, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  /* 18px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item p {
    font-size: 16px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item img {
  width: 100%;
  margin-bottom: auto;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-annotation {
  color: #0A203B;
  text-align: right;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
  align-self: end;
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item img.p-graph1 {
  height: 240px;
  width: 383px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item img.p-graph1 {
    height: auto;
    width: 100%;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item img.p-graph2 {
  height: 275px;
  width: 352px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-point-content-gold-tile .p-flex-box-item img.p-graph2 {
    height: auto;
    width: 100%;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box {
    flex-direction: column;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item {
  flex: 1 1 auto;
  width: 50%;
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box-item div {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item .p-step-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, "Noto Serif Japanese", メイリオ, Meiryo, serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 100%;
  /* 30px */
  text-align: center;
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item .p-title {
  text-align: center;
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item p {
  color: #0A203B;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item img {
  width: 100%;
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card {
  display: flex;
  height: 369px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background: #F1F3F6;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card {
    height: auto;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card-answer {
  padding: 24px;
  border-top: 4px solid #BC9800;
  background: #6C7989;
  height: 140px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card-answer {
    height: auto;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card-answer p {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 1.6px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p-main section.p-point .p-section-inner-wrap .p-flex-box-item-card-answer p {
    font-size: 14px;
  }
}
.p-main section.p-point .p-section-inner-wrap .p-problem-image {
  height: 138px;
  object-fit: contain;
}
.p-main section.p-achievement {
  margin-top: 80px;
  background-color: #0A203B;
  box-shadow: 4px 4px 25px 0px #D4D8DD;
  padding: 48px 0 80px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement {
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement {
    padding: 32px 16px;
  }
}
.p-main section.p-achievement .p-section-inner-wrap {
  display: flex;
  width: 960px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap {
    width: 100%;
  }
}
.p-main section.p-achievement .p-section-inner-wrap .p-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.p-main section.p-achievement .p-section-inner-wrap .p-title h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap .p-title h2 {
    font-size: 30px;
  }
  .p-main section.p-achievement .p-section-inner-wrap .p-title h2 br {
    display: none;
  }
}
.p-main section.p-achievement .p-section-inner-wrap .p-title p {
  color: #FFFFFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap .p-title p {
    text-align: left;
    font-size: 14px;
  }
}
.p-main section.p-achievement .p-section-inner-wrap .p-slider-image-wrap {
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap .p-slider-image-wrap {
    padding: 0;
  }
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image {
  width: 100%;
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item {
  padding: 0 12px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item {
    padding: 0 8px;
  }
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item img {
  height: 213px;
  width: 100%;
  object-fit: cover;
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item .p-slide-item-label {
  padding: 16px 16px;
  background-color: #FFFFFF;
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item .p-slide-item-label h4 {
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item .p-slide-item-label h4 {
    font-size: 12px;
  }
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image li.p-slider-image-item .p-slide-item-label p {
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image .p-arrow-prev {
  position: absolute;
  top: 50%;
  left: -24px;
}
.p-main section.p-achievement .p-section-inner-wrap ul.p-slider-image .p-arrow-next {
  position: absolute;
  top: 50%;
  right: -24px;
}
.p-main section.p-achievement .p-section-inner-wrap .p-sub-contnt {
  margin-top: 24px;
  width: 100%;
}
.p-main section.p-achievement .p-section-inner-wrap .p-sub-contnt h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  /* 36px */
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-achievement .p-section-inner-wrap .p-sub-contnt h3 {
    font-size: 20px;
  }
}
.p-main section.p-cta2 {
  margin-top: 80px;
  background: #0C1B2C;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 {
    padding: 0 16px;
  }
}
.p-main section.p-cta2 > img {
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-main section.p-cta2 .p-section-inner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}
.p-main section.p-cta2 .p-section-inner-wrap h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 16px;
}
.p-main section.p-cta2 .p-section-inner-wrap p {
  color: #FFFFFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap p {
    text-align: left;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #FFF;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap {
    width: 100%;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap {
    padding: 0;
    width: 295px;
    gap: 16px;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
  letter-spacing: 1.4px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap input,
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap select {
  width: 212px;
  height: 34px;
  padding-left: 8px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap input,
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap select {
    width: 100%;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap option {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap {
  position: relative;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap::after {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  content: url("../../assets/img/arrow_bottom.svg");
  border-radius: 0px 4px 4px 0px;
  background: #075FAC;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap select:disabled {
  color: #A1A9B2;
  background-color: #FFFFFF;
  opacity: 1;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap:has(> select:disabled)::after {
  background: #D6DADF;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap {
    align-self: stretch;
    width: 100%;
  }
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap .p-select-wrap:has(> select[name=city]) {
    display: none;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap select option:disabled {
  color: #6C7989;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-flex-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-flex-box {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap.p-select-wrap:has(> select[name=city]) {
    display: none;
  }
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-input-wrap .p-select-wrap.p-select-wrap:has(> select[name=town]) {
    display: none;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap {
  display: flex;
  width: 580px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap {
    padding: 0;
    width: 295px;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button {
  display: flex;
  width: 400px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #BC9800;
  color: #FFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button {
    width: 100%;
    font-size: 16px;
    padding: 16px;
    letter-spacing: 1.6px;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap {
  display: flex;
  justify-content: center;
  flex: 2 0 50px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap {
    flex: initial;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap > svg {
  margin-left: 16px;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-flex-wrap > svg {
    margin-left: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-text {
    margin-left: 40px;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
  height: 49px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label {
    position: absolute;
    transform: translateY(-50%);
    left: 16px;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap button .p-button-label p {
  position: absolute;
  top: 28%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap {
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap {
    display: none;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-text {
  color: #FFFFFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-number-wrap {
  display: flex;
  gap: 8px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap .p-tel-number-wrap .p-tel-number {
  color: #FFFFFF;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc {
  color: #FFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 1.2px;
  align-self: center;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc {
    display: none;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-wrap a.p-store-link-pc::after {
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-mask: url("../../assets/img/arrow_left_icon.svg");
  mask: url("../../assets/img/arrow_left_icon.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: baseline;
  margin-left: 2px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp {
  display: none;
  color: #075FAC;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DAE0E1;
  background: #F6F7F9;
  padding: 8px 0px;
  gap: 4px;
  width: 100%;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp span {
  font-size: 12px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-text {
  color: #075FAC;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp {
    display: flex;
  }
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-number-wrap {
  display: flex;
  gap: 8px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap .p-tel-sp .p-tel-number-wrap .p-tel-number {
  color: #075FAC;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap a.p-store-link-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap a.p-store-link-sp {
    display: block;
    color: #FFF;
    font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 1.2px;
  }
  .p-main section.p-cta2 .p-section-inner-wrap .p-content-wrap .p-action-wrap a.p-store-link-sp::after {
    content: "";
    display: inline-block;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow_left_icon.svg");
  }
}
.p-main section.p-forexample {
  margin-top: 80px;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample {
    margin-top: 56px;
  }
}
.p-main section.p-forexample .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-top: 8px solid var(--gold, #BC9800);
  background: var(--dark_blue, #0A203B);
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap {
    padding: 32px 16px;
  }
}
.p-main section.p-forexample .p-section-inner-wrap h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  /* 48px */
}
.p-main section.p-forexample .p-section-inner-wrap h2 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap h2 {
    font-size: 30px;
  }
  .p-main section.p-forexample .p-section-inner-wrap h2 br {
    display: inline-block;
  }
}
.p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap {
    flex-direction: column;
  }
}
.p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item {
  display: flex;
  padding: 0px 16px 16px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  background-color: #FFFFFF;
  color: #0A203B;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item {
    width: 100%;
    padding: 0px 24px 16px 24px;
  }
}
.p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item .p-image-wrap {
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item img {
    width: 234px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap .p-flex-item br.p-break-pc {
    display: none;
  }
}
.p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap:nth-child(-n+2) img {
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-forexample .p-section-inner-wrap .p-flex-wrap:nth-child(-n+2) img {
    margin-bottom: 0;
  }
}
.p-main section.p-cta3 {
  margin-top: 80px;
  background: #0C1B2C;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 {
    margin-top: 56px;
    padding: 0 24px;
  }
}
.p-main section.p-cta3 > img {
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-main section.p-cta3 .p-section-inner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}
.p-main section.p-cta3 .p-section-inner-wrap h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 16px;
}
.p-main section.p-cta3 .p-section-inner-wrap p {
  color: #FFFFFF;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 .p-section-inner-wrap p {
    text-align: left;
  }
}
.p-main section.p-cta3 .p-section-inner-wrap a.p-cta-link {
  display: flex;
  width: 400px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #BC9800;
  color: #FFFFFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 .p-section-inner-wrap a.p-cta-link {
    width: 100%;
  }
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info {
  color: #FFFFFF;
  display: flex;
  padding: 8px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 .p-section-inner-wrap .p-contact-info {
    display: none;
  }
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info p {
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info .p-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info .p-tel-wrap img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 8px;
  vertical-align: bottom;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info a.p-tel-link {
  color: #FFFFFF;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info a.p-store-link {
  color: #FFFFFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-contact-info a.p-store-link::after {
  content: "";
  background-color: #FFFFFF;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-mask: url("../../assets/img/arrow_left_icon.svg");
  mask: url("../../assets/img/arrow_left_icon.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: baseline;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp {
  display: none;
  color: #075FAC;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DAE0E1;
  background: #F5F7F9;
  padding: 8px 0px;
  gap: 4px;
  width: 100%;
  text-decoration: underline;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp span {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp {
    display: flex;
  }
}
.p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp .p-tel-text {
  color: #075FAC;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp .p-tel-number-wrap {
  display: flex;
  gap: 8px;
}
.p-main section.p-cta3 .p-section-inner-wrap .p-tel-sp .p-tel-number-wrap .p-tel-number {
  color: #075FAC;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-cta3 .p-section-inner-wrap a.p-store-link-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta3 .p-section-inner-wrap a.p-store-link-sp {
    display: block;
    color: #FFF;
    font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 1.2px;
    margin-top: 24px;
  }
  .p-main section.p-cta3 .p-section-inner-wrap a.p-store-link-sp::after {
    content: "";
    display: inline-block;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    background-image: url("../img/arrow_left_icon.svg");
  }
}
.p-main section.p-kencorporation-brand {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand {
    margin-top: 56px;
  }
}
.p-main section.p-kencorporation-brand .p-section-inner-wrap {
  width: 960px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand .p-section-inner-wrap {
    width: 100%;
    display: none;
  }
}
.p-main section.p-kencorporation-brand .p-section-inner-wrap > img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand .p-section-inner-wrap > img {
    height: 354px;
    object-fit: cover;
  }
}
.p-main section.p-kencorporation-brand .p-section-inner-wrap .p-kencorporation-brand-over {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 160%;
  align-items: center;
  /* 48px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand .p-section-inner-wrap .p-kencorporation-brand-over {
    font-size: 24px;
    padding: 24px 21px;
  }
}
.p-main section.p-kencorporation-brand .p-section-inner-wrap .p-kencorporation-brand-over .image-wrap {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand .p-section-inner-wrap .p-kencorporation-brand-over .image-wrap {
    margin-top: 24px;
  }
}
.p-main section.p-kencorporation-brand .p-section-inner-wrap .p-kencorporation-brand-over .image-wrap img.p-logo1 {
  width: 97px;
  width: 100px;
}
.p-main section.p-kencorporation-brand .p-brand-image-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-kencorporation-brand .p-brand-image-sp {
    display: block;
    width: 100%;
  }
}
.p-main section.p-needs {
  margin-top: 80px;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-needs {
    margin-top: 56px;
  }
}
.p-main section.p-needs .p-section-inner-wrap {
  width: 960px;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: #FFFFFF;
  /* contents_shadow */
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
}
@media screen and (max-width: 750px) {
  .p-main section.p-needs .p-section-inner-wrap {
    width: 100%;
    padding: 32px 16px;
  }
}
.p-main section.p-needs .p-section-inner-wrap .p-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.p-main section.p-needs .p-section-inner-wrap .p-title-wrap h2 {
  color: #0A203B;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  /* 48px */
}
.p-main section.p-needs .p-section-inner-wrap .p-title-wrap h2 br.p-break-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-needs .p-section-inner-wrap .p-title-wrap h2 {
    font-size: 30px;
  }
  .p-main section.p-needs .p-section-inner-wrap .p-title-wrap h2 br.p-break-sp {
    display: inline-block;
  }
}
.p-main section.p-needs .p-section-inner-wrap .p-title-wrap p {
  color: #0A203B;
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-needs .p-section-inner-wrap .p-title-wrap p {
    font-size: 14px;
    text-align: left;
  }
}
.p-main section.p-needs .p-section-inner-wrap img {
  width: 538px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-needs .p-section-inner-wrap img {
    width: 100%;
  }
}
.p-main section.p-services {
  margin-top: 80px;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-services {
    margin-top: 56px;
  }
}
.p-main section.p-services .p-section-inner-wrap {
  display: flex;
  width: 960px;
  padding: 32px 48px 48px 48px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background: #FFF;
  /* contents_shadow */
  box-shadow: 8px 5px 25px 0px rgba(74, 74, 74, 0.3);
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap {
    width: 100%;
  }
}
.p-main section.p-services .p-section-inner-wrap h2 {
  color: var(--dark_blue, #0A203B);
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  /* 33.6px */
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap h2 {
    font-size: 20px;
  }
}
.p-main section.p-services .p-section-inner-wrap h2::after {
  content: "";
  width: 32px;
  border-bottom: solid 2px #BC9800;
}
.p-main section.p-services .p-section-inner-wrap .p-flex-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap .p-flex-box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-main section.p-services .p-section-inner-wrap .p-flex-box-item {
  width: 40%;
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap .p-flex-box-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap img {
    margin-left: -48px;
    width: calc(100% + 96px) !important;
  }
}
.p-main section.p-services .p-section-inner-wrap ul li {
  margin-bottom: 4px;
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-services .p-section-inner-wrap ul li {
    font-size: 14px;
  }
}
.p-main section.p-services .p-section-inner-wrap ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #BC9800;
  border-radius: 50%;
}
.p-main section.p-store-info {
  margin-top: 80px;
  border-top: 4px solid #9C800D;
  background: linear-gradient(180deg, #F7F5EF 0%, #DFDACF 100%);
  padding: 48px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info {
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info {
    padding: 0;
  }
}
.p-main section.p-store-info .p-section-inner-wrap {
  width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap {
    width: 100%;
    padding: 40px 16px 32px 16px;
  }
}
.p-main section.p-store-info .p-section-inner-wrap h3 {
  color: #0A203B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 28px */
}
.p-main section.p-store-info .p-section-inner-wrap h3 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap h3 br {
    display: inline-block;
  }
}
.p-main section.p-store-info .p-section-inner-wrap a.p-cta-link {
  display: flex;
  width: 400px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #BC9800;
  color: #FFFFFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap a.p-cta-link {
    width: 100%;
  }
}
.p-main section.p-store-info .p-section-inner-wrap hr {
  margin-top: 32px;
  width: 100%;
  border-top: 1px solid #BC9800;
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap {
    width: 100%;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap h3 {
  color: #0A203B;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  /* 33.6px */
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap h3 {
    font-size: 22px;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-flex-box {
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-flex-box {
    display: none;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap a {
  color: #0A203B;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  letter-spacing: 1.5px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-tel-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-tel-sp {
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #DAE0E1;
    background: #F5F7F9;
    width: 100%;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-tel-sp label {
  color: #075FAC;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 1.2px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-tel-sp p {
  color: #075FAC;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-tel-wrap .p-tel-sp .p-flex-box {
  display: flex;
  gap: 8px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap {
  margin-top: 24px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap h3 br {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap h3 br {
    display: none;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap h3 br.p-break-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap h3 br.p-break-sp {
    display: inline-block;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap .p-flex-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin-top: 24px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap .p-flex-box-item {
  flex: 1;
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap .p-flex-box-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap .p-flex-box {
    flex-direction: column;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap table {
  color: #0A203B;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.4px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap table {
    order: 2;
  }
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap table th {
  text-align: left;
  padding-right: 12px;
}
.p-main section.p-store-info .p-section-inner-wrap .p-detail-wrap table td {
  font-weight: 500;
  padding-bottom: 1em;
}
.p-main section.p-store-info .p-section-inner-wrap .p-map-wrap {
  width: 720px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-store-info .p-section-inner-wrap .p-map-wrap {
    width: 100%;
    padding: 0;
  }
}
.p-main section.p-cta4 {
  background: #0C1B2C;
  position: relative;
  padding: 0 32px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta4 {
    padding: 0 24px;
  }
}
.p-main section.p-cta4 > img {
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta4 > img {
    object-position: 40% 20%;
  }
}
.p-main section.p-cta4 .p-section-inner-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  width: 100%;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta4 .p-section-inner-wrap {
    padding: 36px 0 24px;
  }
}
.p-main section.p-cta4 .p-section-inner-wrap h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
  /* 26.4px */
  margin-bottom: 0;
}
.p-main section.p-cta4 .p-section-inner-wrap a.p-cta-link {
  display: flex;
  width: 400px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #BC9800;
  color: #FFFFFF;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  /* 32px */
  letter-spacing: 2px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta4 .p-section-inner-wrap a.p-cta-link {
    width: 100%;
    font-size: 16px;
    gap: 8px;
  }
}
.p-main section.p-cta4 .p-section-inner-wrap .p-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 750px) {
  .p-main section.p-cta4 .p-section-inner-wrap .p-flex-box {
    flex-direction: column;
    gap: 16px;
  }
}
.p-main footer {
  display: flex;
  width: 100vw;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .p-main footer {
    margin-bottom: 50px;
  }
}
.p-main footer p {
  color: var(--dark_blue, #0A203B);
  text-align: center;
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 12px */
}
.p-main footer img {
  width: 237px;
}

.error-text {
  font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.4px;
  color: #F00;
  height: 40px;
  display: none;
}

@media screen and (max-width: 750px) {
  .error-text {
    height: 90px;
  }
}
#point01 .p-point-content-stone-tile .p-point-content-stone-tile-card > p {
	align-self: end;
	font-family: "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}