@charset "UTF-8";
/* [ テンプレート ] style.css */
.column .page-ttlbox .page-ttl-c {
  background-image: url("../img/column/bg_column.jpg");
}
.column .page-ttlbox .page-ttl-c > div > * {
  width: 60%;
}
@media only screen and (width <= 1024px) {
  .column .page-ttlbox .page-ttl-c {
    background-image: url("../img/column/bg_column_sp.jpg");
  }
  .column .page-ttlbox .page-ttl-c > div > * {
    width: 100%;
  }
}

.content {
  padding-top: 80px;
  padding-bottom: 120px;
}
.content .content-wrap {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (width <= 1024px) {
  .content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
/*==================================================*
 *  [ コラム ]
 *==================================================*/
.column .ccard-wrap article a {
  background: #F6F6F6;
}
.column .flex-triple {
  gap: 50px;
}
.column .flex-triple .ft-item {
  width: calc((100% - (50px * 2)) / 3);
}
.column .flex-triple .ft-item .ft-img {
  width: 100%;
  height: auto;
  aspect-ratio: 190 / 107;
  border-radius: 6px;
  overflow: hidden;
}
.column .flex-triple .ft-item .ft-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .25s ease;
}
@media (hover: hover) {
  .column .flex-triple .ft-item:hover .ft-img img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}

/*==================================================*
 *  [ プライバシーポリシー / クッキーポリシー / ご利用条件 ]
 *==================================================*/
.privacypolicy .content-wrap, .cookiepolicy .content-wrap, .conditions .content-wrap {
  max-width: 1064px;
}
.privacypolicy section, .cookiepolicy section, .conditions section {
  margin-top: 60px;
}
.privacypolicy .pp-flex, .cookiepolicy .pp-flex, .conditions .pp-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (width <= 1024px) {
  .privacypolicy section, .cookiepolicy section, .conditions section {
    margin-top: 40px;
  }
}

.privacypolicy {
  counter-reset: ttl-num 0;
}
.privacypolicy .ttl-num span::before {
  counter-increment: ttl-num 1;
  content: counter(ttl-num) "．";
}
.privacypolicy .num-kk-list .circle-list {
  margin-left: 2.75em;
}
.privacypolicy a {
  word-break: break-word;
}

/*==================================================*
 *  [ お問合せ ]
 *==================================================*/
.error-ttl {
  font-family: "Inter", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600;
  color: #F00000;
  letter-spacing: 0;
  line-height: 1.78;
}
.error-ttl::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/contact/icon_error.svg") center/contain no-repeat;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.error {
  font-size: 1.2rem;
  font-weight: 500;
  color: #F00000;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 1.333em;
}
.error::before {
  content: '';
  display: inline-block;
  width: 1.167em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/contact/icon_error.svg") center/contain no-repeat;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.contact .content .content-wrap {
  max-width: 840px;
}
.contact .form-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
.contact .form-wrap:nth-of-type(n + 2) {
  margin-top: 56px;
}
.contact .form-wrap::after {
  border-radius: 16px;
}
.contact .form-wrap .head-4 {
  display: flex;
  align-items: center;
}
.contact .label-status {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  background: #94A3B8;
  border-radius: 0.429em;
  padding: 0.286em 0.714em;
  margin-left: 1em;
}
.contact .label-status.required {
  background: #F00000;
}
.contact .inquiry-type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.contact .inquiry-type label {
  width: calc((100% - 24px) / 2);
  height: auto;
}
.contact .inquiry-type label input[type=radio] {
  display: none;
}
.contact .inquiry-type label span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background: #fff;
  border: 1px solid #CACDD9;
  border-radius: 0.375em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact .inquiry-type label span::before {
  content: '';
  display: block;
  width: 1.875em;
  height: auto;
  aspect-ratio: 5 / 4;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.5em;
}
@media (hover: hover) {
  .contact .inquiry-type label span:hover {
    background: #EFF6FF;
    border-color: #3053F8;
  }
}
.contact .inquiry-type label:nth-of-type(1) span::before {
  background-image: url("../img/contact/icon_service.svg");
}
.contact .inquiry-type label:nth-of-type(2) span::before {
  background-image: url("../img/contact/icon_sales.svg");
}
.contact .inquiry-type label:nth-of-type(3) span::before {
  background-image: url("../img/contact/icon_ir.svg");
}
.contact .inquiry-type label:nth-of-type(4) span::before {
  background-image: url("../img/contact/icon_fukidasi.svg");
}
.contact .inquiry-type input[type=radio]:checked + span {
  background: #EFF6FF;
  border-color: #3053F8;
}
.contact .inquiry-type input[type=radio]:checked + span::after {
  content: '';
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1.125em;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url("../img/contact/icon_check.svg") center/contain no-repeat;
}
.contact .label-ttl {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.contact .chevron-icon {
  display: block;
  position: relative;
}
.contact .chevron-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 12px;
  height: auto;
  aspect-ratio: 2 / 3;
  background: #94A3B8;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/wp-content/themes/crestec/img/icon_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(/wp-content/themes/crestec/img/icon_chevron.svg);
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
  z-index: +1;
}
.contact .chevron-icon:has(select:focus)::after {
  background: #333;
}
.contact select {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  border: 2px solid #CACDD9;
  border-radius: 8px;
  padding: 1em 3em 1em 1.5em;
}
.contact select:has(option[value=""]:checked) {
  color: #94A3B8;
}
.contact select:focus, .contact select:focus-visible {
  color: #333;
  outline: transparent;
  border-color: #94A3B8;
}
.contact select option {
  color: #333;
}
.contact input[type=text] {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #CACDD9;
  border-radius: 8px;
  padding: 1em 1.5em;
}
.contact input[type=text]::placeholder {
  color: #94A3B8;
}
.contact input[type=text]:focus, .contact input[type=text]:focus-visible {
  outline: transparent;
  border-color: #94A3B8;
}
.contact input[type=text]:focus::placeholder, .contact input[type=text]:focus-visible::placeholder {
  color: #333;
}
.contact input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background: #fff !important;
}
.contact textarea {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  border: 1px solid #CACDD9;
  border-radius: 8px;
  padding: 1em 1.5em;
}
.contact textarea:focus, .contact textarea:focus-visible {
  color: #333;
  outline: transparent;
  border-color: #94A3B8;
}
.contact .w-half {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.contact .w-half .w-half-item {
  width: calc(50% - 20px);
}
.contact .cloudflare {
  width: fit-content;
  margin: 56px auto 24px;
}
.contact .cloudflare > div {
  width: fit-content;
}
.contact .privacy-check {
  width: fit-content;
  margin: 0 auto 56px;
}
.contact .privacy-check > p {
  width: fit-content;
}
.contact .privacy-check .contact_checkbox_link {
  color: #3053F8;
}
@media (hover: hover) {
  .contact .privacy-check .contact_checkbox_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.contact .submit-btn {
  position: relative;
  display: block;
  width: fit-content;
}
.contact .submit-btn::before {
  content: '';
  position: absolute;
  top: 52%;
  right: 1.5em;
  width: 0.438em;
  height: auto;
  aspect-ratio: 2 / 3;
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/wp-content/themes/crestec/img/icon_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(/wp-content/themes/crestec/img/icon_chevron.svg);
  transform: translateY(-50%);
  transition: all .4s ease;
}
.contact .submit-btn input[type="submit"] {
  display: block;
  width: fit-content;
  min-width: 179px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  border-radius: 1.75em;
  border: 1px solid #3053F8;
  background: #3053F8;
  padding: 1em 2.5em;
  transition: all .4s ease;
  cursor: pointer;
}
.contact .submit-btn input[type="submit"]:disabled {
  background: #CACDD9;
  border-color: #CACDD9;
}
@media (hover: hover) {
  .contact .submit-btn:hover::before {
    background: #3053F8;
  }
  .contact .submit-btn:hover input[type="submit"] {
    color: #3053F8;
    background: #fff;
  }
}
.contact .submit-btn:has(input[type="submit"]:disabled) {
  pointer-events: none;
}
.contact .input-btn {
  position: relative;
  display: block;
  width: fit-content;
}
.contact .input-btn::before {
  content: '';
  position: absolute;
  top: 52%;
  right: 1.5em;
  width: 0.938em;
  height: auto;
  aspect-ratio: 5 / 4;
  background: #3053F8;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(/wp-content/themes/crestec/img/icon_return.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(/wp-content/themes/crestec/img/icon_return.svg);
  transform: translateY(-50%);
  transition: all .4s ease;
}
.contact .input-btn input[type="submit"] {
  display: block;
  width: fit-content;
  min-width: 172px;
  color: #3053F8;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  border-radius: 1.75em;
  border: 1px solid #3053F8;
  background: #EFF6FF;
  padding: 1em 2.5em;
  transition: all .4s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .contact .input-btn:hover::before {
    background: #EFF6FF;
  }
  .contact .input-btn:hover input {
    color: #EFF6FF;
    background: #3053F8;
  }
}
.contact .confirm-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.contact .confirm-wrap table th, .contact .confirm-wrap table td {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  border: 1px solid #CACDD9;
  padding: 1.5em 1em;
}
.contact .confirm-wrap table th {
  width: 33.25%;
  background: #E8EAF2;
}
.contact .confirm-wrap table td {
  width: calc(100% - 33.25%);
  background: #fff;
}
.contact .confirm-wrap .btn-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.contact .ikikimidl-info .id-ttl span {
  display: inline-block;
  height: auto;
}
.contact .ikikimidl-info .id-ttl span img {
  width: 100%;
}
.contact .ikikimidl-info .id-ttl span:nth-of-type(1) {
  max-width: 407px;
  aspect-ratio: 37 / 4;
}
.contact .ikikimidl-info .id-ttl span:nth-of-type(2) {
  max-width: 209px;
  aspect-ratio: 19 / 4;
}
.contact .ikikimidl-info .id-exlist {
  display: flex;
  justify-content: space-between;
  gap: 24px 56px;
}
.contact .ikikimidl-info .id-exlist img {
  width: 46.5%;
}
.contact .ikikimidl-info .id-exlist dl {
  width: calc(100% - 46.5%);
  border: 1px solid #CACDD9;
  border-radius: 8px;
  padding: 20px;
}
.contact .ikikimidl-info .id-exlist dl dt {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.contact .ikikimidl-info .id-exlist dl dd {
  display: list-item;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-left: 1.5em;
}
.contact .ikikimidl-info-thx p a {
  color: #3053F8;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .contact .ikikimidl-info-thx p a:hover {
    text-decoration: none;
  }
}
.contact .ikikimidl-info-thx .id-online {
  display: flex;
  gap: 40px 60px;
  padding: 40px;
}
.contact .ikikimidl-info-thx .id-online img {
  width: 25.5%;
  height: auto;
  aspect-ratio: 92 / 101;
}
.contact .ikikimidl-info-thx .id-online > div {
  width: calc(100% - (25.5% + 60px));
}
@media only screen and (width <= 1024px) {
  .contact .form-wrap {
    gap: 24px;
    padding: 20px;
  }
  .contact .inquiry-type {
    gap: 8px;
  }
  .contact .inquiry-type label {
    width: 100%;
  }
  .contact .label-ttl {
    font-size: 1.8rem;
  }
  .contact .w-half {
    flex-direction: column;
    gap: 24px;
  }
  .contact .w-half .w-half-item {
    width: 100%;
  }
  .contact .confirm-wrap table tr:nth-of-type(n + 2) {
    margin-top: 1em;
  }
  .contact .confirm-wrap table th, .contact .confirm-wrap table td {
    display: block;
    width: 100%;
  }
  .contact .ikikimidl-info .id-exlist {
    flex-direction: column;
  }
  .contact .ikikimidl-info .id-exlist img {
    width: 100%;
    max-width: 744px;
  }
  .contact .ikikimidl-info .id-exlist dl {
    width: 100%;
  }
  .contact .ikikimidl-info-thx .id-online {
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }
  .contact .ikikimidl-info-thx .id-online img {
    width: 50%;
    max-width: 368px;
  }
  .contact .ikikimidl-info-thx .id-online > div {
    width: 100%;
  }
}
