/* responsive system */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.custom-page {
  max-width: 1024px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-page {
    width: 92%;
  }
}
.custom-page .l-contents__container {
  padding: 0;
}
.custom-page .flex {
  display: flex;
}
.custom-page .bg {
  position: relative;
  border: 1px solid #8a9ab0;
  background: #f7f7f7;
  padding: 20px 0;
  border-radius: 5px;
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .custom-page .bg {
    flex-direction: column;
    gap: 30px 0;
  }
}
.custom-page .bg:before {
  position: absolute;
  content: "";
  background: url("../img/try-object.png") no-repeat;
  background-size: contain;
  width: 90px;
  height: 27px;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
}
.custom-page .bg .cnt {
  position: relative;
  width: 33.3333333333%;
  padding: 45px 0 5px;
}
@media screen and (max-width: 767px) {
  .custom-page .bg .cnt {
    width: 100%;
  }
}
.custom-page .bg .cnt:before {
  position: absolute;
  content: "";
  background: url("../img/check-icon.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.custom-page .bg .cnt p {
  text-align: center;
  font-weight: 500;
}
.custom-page .bg .cnt:nth-of-type(2) {
  border-left: 1px solid #dadad9;
  border-right: 1px solid #dadad9;
}
@media screen and (max-width: 767px) {
  .custom-page .bg .cnt:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
}
.custom-page .read {
  margin: 0 !important;
}
.custom-page .read h3 {
  text-align: center;
  color: #23416a;
  margin-bottom: 20px;
}
.custom-page .read p {
  text-align: center;
}
.custom-page .read p span {
  color: #23416a;
  font-weight: 700;
}
.custom-page .border-box {
  width: 850px;
  position: relative;
  border: 1px solid #8a9ab0;
  border-radius: 5px;
  padding: 40px 35px 40px 45px;
  margin: 0;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  .custom-page .border-box {
    width: 100%;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px 0;
  }
}
.custom-page .border-box .num {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  background: #23416a;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .custom-page .border-box .num {
    font-size: 25px;
    width: 55px;
    height: 55px;
  }
}
.custom-page .border-box .num p {
  line-height: 1;
}
.custom-page .border-box .img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .custom-page .border-box .img {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .custom-page .border-box .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.custom-page .border-box .text {
  width: calc(100% - 325px);
}
@media screen and (max-width: 767px) {
  .custom-page .border-box .text {
    width: 100%;
  }
}
.custom-page .border-box .text h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
}
.custom-page .border-box .text p span {
  color: #23416a;
  font-weight: 700;
}
.custom-page .border-box.rev {
  padding: 40px 45px 40px 35px;
  flex-direction: row-reverse;
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-page .border-box.rev {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.custom-page .border-box.rev .num {
  left: auto;
  right: 0;
  border-radius: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .custom-page .border-box.rev .num {
    left: 0;
    right: auto;
    border-radius: 5px 0 0 0;
  }
}
.custom-page .simple-bg {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 25px 30px;
}
.custom-page .simple-bg p span {
  display: block;
  color: #23416a;
  font-weight: 700;
}
.custom-page .flow {
  gap: 0 24px;
}
@media screen and (max-width: 767px) {
  .custom-page .flow {
    flex-direction: column;
    gap: 40px 0;
  }
}
.custom-page .flow .cnt {
  position: relative;
  width: calc((100% - 100px) / 5);
  background: #f7f7f7;
  border: 1px solid #23416a;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .custom-page .flow .cnt {
    width: 100%;
  }
}
.custom-page .flow .cnt:before {
  position: absolute;
  content: "";
  background: #23416a;
  width: 15px;
  height: 60px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .custom-page .flow .cnt:before {
    left: 0;
    right: 0;
    top: auto;
    bottom: -52px;
    transform: rotate(90deg);
  }
}
.custom-page .flow .cnt .bg-txt {
  width: 80px;
  text-align: center;
  background: #23416a;
  color: #fff;
  margin: 0 auto 15px;
  line-height: 1;
  padding: 4px 0 5px;
}
.custom-page .flow .cnt .ttl {
  text-align: center;
  font-weight: 700;
  color: #23416a;
  margin-bottom: 15px;
}
.custom-page .flow .cnt .detail {
  font-size: 14px;
}
.custom-page .flow .cnt:last-of-type:before {
  display: none;
}
.custom-page .wide-border {
  border: 1px solid #23416a;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .custom-page .wide-border {
    padding: 0 20px;
  }
}
.custom-page .wide-border .flex {
  padding: 35px 0;
  border-bottom: 2px solid #eee;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .custom-page .wide-border .flex {
    padding: 30px 0;
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
.custom-page .wide-border .flex .text {
  width: calc(100% - 380px);
}
@media screen and (max-width: 767px) {
  .custom-page .wide-border .flex .text {
    width: 100%;
  }
}
.custom-page .wide-border .flex .text h3 {
  color: #23416a;
  margin-bottom: 20px;
}
.custom-page .wide-border .flex .img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .custom-page .wide-border .flex .img {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .custom-page .wide-border .flex .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.custom-page .wide-border .flex:last-of-type {
  border-bottom: none;
}
.custom-page .consultation-box dl {
  position: relative;
  border: 1px solid #23416a;
  background: #f7f7f7;
  border-radius: 5px;
}
.custom-page .consultation-box dl dt {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 72px;
  border-bottom: 1px solid #779ed2;
}
.custom-page .consultation-box dl dt:before {
  position: absolute;
  content: "";
  background: url("../img/c-icon-01.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 25px;
  top: 26px;
  left: 30px;
}
.custom-page .consultation-box dl dt:after {
  position: absolute;
  content: "";
  background: #23416a;
  width: 200px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .custom-page .consultation-box dl dt:after {
    width: 50%;
  }
}
.custom-page .consultation-box dl dd {
  padding: 21px 30px;
}
.custom-page .consultation-box dl dd ul {
  list-style: none;
  padding: 0;
}
.custom-page .consultation-box dl dd .w-bg {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}
.custom-page .consultation-box dl dd .w-bg .gold {
  font-size: 18px;
  font-weight: 700;
  color: #967b11;
}
.custom-page .consultation-box dl.top {
  margin-bottom: 60px;
}
.custom-page .consultation-box dl.top:after {
  position: absolute;
  content: "";
  background: #23416a;
  width: 60px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.custom-page .consultation-box dl.bottom dt:before {
  background: url("../img/c-icon-02.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 31px;
  top: 23px;
}
.custom-page .faq {
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
.custom-page .faq dt {
  position: relative;
  font-size: 21px;
  margin-bottom: 10px;
  padding-left: 45px;
}
.custom-page .faq dt:before {
  position: absolute;
  content: "Q";
  font-size: 26px;
  font-weight: 700;
  top: 4px;
  left: 0;
  line-height: 1;
}
.custom-page .faq dd {
  position: relative;
  padding-left: 45px;
}
.custom-page .faq dd:before {
  position: absolute;
  content: "A";
  font-size: 26px;
  color: #967b11;
  font-weight: 700;
  top: 4px;
  left: 0;
  line-height: 1;
}
.custom-page .faq dd span {
  font-weight: 700;
}
.custom-page .faq:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}

.column-cta {
  background: #23416a;
  padding: 30px 88px 40px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .column-cta {
    padding: 30px 15px 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.column-cta b {
  font-size: 26px;
  text-align: center;
  display: block;
  color: #fff;
  margin: 0 auto 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-cta b {
    margin: 0 auto 14px;
  }
}
.column-cta b::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.column-cta b span {
  padding: 0 40px;
  background: #23416a;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-cta b span {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    padding: 0 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.column-cta p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 24px;
}
.column-cta .box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .column-cta .box {
    flex-direction: column;
    gap: 18px 0;
    padding: 20px;
  }
}
.column-cta .box .tel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.column-cta .box .tel a {
  font-size: 30px;
  padding-left: 32px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.6;
  transition: 0.3s;
}
.column-cta .box .tel a:hover {
  opacity: 0.7;
}
.column-cta .box .tel a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  color: #23416a;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .column-cta .box .mail {
    width: 100%;
  }
}
.column-cta .box .mail a {
  width: 290px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  background: #dbbb47;
  font-size: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .column-cta .box .mail a {
    font-size: 16px;
    width: 100%;
    height: 58px;
  }
}
.column-cta .box .mail a:hover {
  opacity: 0.7;
}
.column-cta .box .mail a span {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-cta .box .mail a span {
    padding-left: 34px;
  }
}
.column-cta .box .mail a span::before {
  content: "";
  width: 30px;
  height: 23px;
  background: url("../img/cta-img/mail-icon.png") no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .column-cta .box .mail a span::before {
    width: 25px;
    height: 20px;
  }
}

.column-writer {
  font-family: "Noto Sans JP", sans-serif;
  background: #f7f7f7;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .column-writer {
    padding: 15px;
  }
}
.column-writer .box {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .column-writer .box {
    padding: 24px 15px;
  }
}
.column-writer .box .ttl {
  font-size: 20px;
  padding-left: 20px;
  border-left: 6px solid #927c1d;
  border-bottom: 1px solid #927c1d;
  font-weight: 500;
  width: 100%;
  display: block;
  line-height: 1.8;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .column-writer .box .ttl {
    padding-left: 10px;
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 30px;
  }
}
.column-writer .box .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .column-writer .box .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column-writer .box .flex .icon {
    margin-bottom: 30px;
  }
}
.column-writer .box .flex .icon img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column-writer .box .flex .icon img {
    display: block;
    margin: auto;
  }
}
.column-writer .box .flex .text {
  width: calc(100% - 130px);
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .column-writer .box .flex .text {
    width: 100%;
    padding-left: 0;
  }
}
.column-writer .box .flex .text .name {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1;
}
.column-writer .box .flex .text .comment {
  font-size: 14px;
  line-height: 1.7;
}
.column-writer .box .sikaku {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.column-writer .box .sikaku dl {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .column-writer .box .sikaku dl {
    flex-direction: column;
  }
}
.column-writer .box .sikaku dt {
  font-size: 14px;
  color: #fff;
  background: #23416a;
  font-weight: 500;
  margin-right: 10px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .column-writer .box .sikaku dt {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.column-writer .box .sikaku dd {
  font-size: 14px;
  font-feature-settings: "palt";
}