@charset "UTF-8";
html,
body {
  overflow-x: unset;
}

body {
  background: #f0f5f8;
}

.elementor-element {
  margin: 0;
  padding: 0;
  gap: 0;
}

.e-con-inner {
  padding: 0 !important;
  gap: 0 !important;
  width: 100%;
}

.e-con {
  padding: 0 !important;
  --container-max-width: 100% !important;
}

.archive_interview_mv_sec {
  position: relative;
  padding-top: 220px;
  z-index: 0;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec {
    padding-top: 176px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec {
    padding-top: 138px;
  }
}
.archive_interview_mv_sec .lower_mv_bg {
  position: absolute;
  z-index: -1;
  top: 310px;
  background: linear-gradient(to left, rgba(82, 125, 206, 0.2705882353), rgba(135, 205, 214, 0.3607843137));
  border-radius: 0 200px 0 200px;
  width: 100%;
  height: 520px;
}
.archive_interview_mv_sec .lower_mv_bg:before {
  background-image: url(../../images/recruit/lower-mv-bg-left.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -200px;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -100px;
    width: 100px;
    height: 100px;
  }
}
.archive_interview_mv_sec .lower_mv_bg:after {
  background-image: url(../../images/recruit/lower-mv-bg-right.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -200px;
  right: 0;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 350px;
    top: 250px;
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 220px;
    top: 186px;
    border-radius: 0 100px 0 100px;
  }
}
.archive_interview_mv_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.archive_interview_mv_sec .inner .ttl_b {
  margin-bottom: 60px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 60px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 30px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
  width: 12px;
  flex: 0 0 12px;
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
    width: 10px;
    flex: 0 0 10px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco img {
  width: 100%;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub_ttl {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub_ttl {
    font-size: 14px;
  }
}
.archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 40px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 25px;
    margin-top: 10px;
  }
}
.archive_interview_mv_sec .inner .breadcrumb_wrapper {
  width: 1200px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; /* 内容分の幅を確保 */
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
  }
}

.single_news_sec {
  height: auto;
}
.single_news_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .single_news_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 885px) {
  .single_news_sec .inner {
    height: auto;
  }
}
@media (max-width: 530px) {
  .single_news_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.single_news_sec .inner .mv_under_txt {
  margin-top: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #0068b3;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .single_news_sec .inner .mv_under_txt {
    margin-top: 90px;
    font-size: 18px;
  }
}
.single_news_sec .inner .news_con {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 80px;
  border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1370px) {
  .single_news_sec .inner .news_con {
    margin-top: 0;
  }
}
@media (max-width: 630px) {
  .single_news_sec .inner .news_con {
    padding: 35px 25px 60px;
  }
}
.single_news_sec .inner .news_con .news_date {
  position: absolute;
  top: 80px;
  right: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 630px) {
  .single_news_sec .inner .news_con .news_date {
    top: 23px;
    right: 25px;
  }
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_date {
    font-size: 12px;
  }
}
.single_news_sec .inner .news_con .news_date:before {
  position: absolute;
  top: 3px;
  left: -20px;
  content: "";
  background-image: url(../../images/recruit/txt-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_date:before {
    top: 1px;
    width: 10px;
    height: 8px;
    left: -15px;
  }
}
.single_news_sec .inner .news_con .news_b {
  position: relative;
}
.single_news_sec .inner .news_con .news_b .news_txt {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b .news_txt {
    font-size: 14px;
  }
}
.single_news_sec .inner .news_con .news_b p {
  margin-top: 0px;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b p {
    margin-top: 25px;
    font-size: 14px;
  }
}
.single_news_sec .inner .news_con .btn_style4_3.news_btn {
  margin-left: 0;
  margin-right: auto;
  margin-top: 30px;
}
@media (max-width: 425px) {
  .single_news_sec .inner .news_con .btn_style4_3.news_btn {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .single_news_sec .inner .news_con .btn_style4_3.news_btn .txt {
    width: 100%;
  }
}
.single_news_sec .inner .news_con .btn_style4_3.news_btn .txt:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #86ccd6, #6da6d2);
  content: "";
  z-index: -2;
  border-radius: 9999px;
  opacity: 1;
  background: #f0f5f8;
}

.ftr_main {
  margin-top: 200px !important;
}
@media (max-width: 530px) {
  .ftr_main {
    margin-top: 100px !important;
  }
}

.form_label {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 530px) {
  .form_label {
    margin-bottom: 20px;
  }
}

.form_heading {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #486381;
}
@media (max-width: 530px) {
  .form_heading {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

.form_content {
  line-height: 1.5;
}

.form_content.area_check_ttl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: left;
}
.form_content.area_check_ttl:after {
  margin: 15px auto;
  display: block;
  border-top: 2px dotted #AAB7C6;
  content: "";
  width: 100%;
}

input[type=checkbox] {
  border: 1px solid #aab7c6;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-top: 2px;
}

.wpcf7-list-item {
  width: 350px;
  margin: 0 !important;
  margin-bottom: 12px !important;
  margin-left: 12px !important;
}
@media (max-width: 1350px) {
  .wpcf7-list-item {
    margin-left: 0 !important;
  }
}
.wpcf7-list-item:nth-child(3n+1) {
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  display: flex;
  gap: 15px;
}
@media (max-width: 530px) {
  .wpcf7-list-item label {
    gap: 10px;
  }
}
.wpcf7-list-item label .wpcf7-list-item-label {
  width: 310px;
  line-height: 1.5;
  display: block;
}
@media (max-width: 435px) {
  .wpcf7-list-item label .wpcf7-list-item-label {
    width: 100%;
    margin-top: 1px;
  }
}
.wpcf7-list-item label .wpcf7-list-item-label {
  width: 310px;
  line-height: 1.5;
  display: block;
}
@media (max-width: 435px) {
  .wpcf7-list-item label .wpcf7-list-item-label {
    width: 100%;
    margin-top: 1px;
  }
}

@media (max-width: 435px) {
  .form_label.first_label .wpcf7-list-item {
    width: 100%;
  }
}
.form_required {
  display: inline-block;
  font-size: 10px;
  color: #f44c0e;
  font-weight: 500;
  border: 2px solid #f44c0e;
  border-radius: 9999px;
  padding: 4px 6px;
  transform: translateY(-4px);
  margin-left: 5px;
  height: 22px;
}
@media (max-width: 530px) {
  .form_required {
    font-size: 8px;
    height: 20px;
  }
}

.agree_required {
  margin-top: 5px;
}
@media (max-width: 530px) {
  .agree_required {
    font-size: 8px;
    height: 20px;
  }
}

.form_content input[type=text i],
.form_content input[type=tel i],
.form_content input[type=email i] {
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 1px solid #aab7c6;
  border-radius: 6px;
  outline: none;
  padding: 0px 20px;
}
@media (max-width: 530px) {
  .form_content input[type=text i],
.form_content input[type=tel i],
.form_content input[type=email i] {
    height: 52px;
    font-size: 14px;
    padding: 0 10px;
  }
}

textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  border: 1px solid #aab7c6;
  border-radius: 6px;
  outline: none;
  padding: 20px;
  line-height: 1.5;
}
@media (max-width: 530px) {
  textarea {
    padding: 10px;
    font-size: 14px;
  }
}

input[type=checkbox] {
  border: 1px solid #aab7c6;
  border-radius: 6px;
  width: 24px;
  height: 24px;
}
@media (max-width: 530px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

#file-upload-button {
  font-size: 18px;
  background: #F0F5F8 !important;
  border: none;
}

.custom-file-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #76A5FF;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.file-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 15px; /* ボタンとファイル名の間に余白 */
  flex-wrap: wrap; /* スマホ対応 */
}
@media (max-width: 530px) {
  .file-upload-wrapper {
    gap: 10px;
  }
}
@media (max-width: 530px) {
  .file-upload-wrapper p {
    margin-top: 5px !important;
  }
}

.file-upload-label {
  display: inline-block;
  background-color: #F0F5F8;
  color: #486381;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media (max-width: 530px) {
  .file-upload-label {
    font-size: 14px;
  }
}

.file-upload-label:hover {
  background-color: #5b8ee0;
}

.file-input {
  display: none; /* 本物の input は隠す */
}

.file-name {
  font-size: 14px;
  color: #333;
}
@media (max-width: 530px) {
  .file-name {
    font-size: 11px !important;
  }
}

.file-name {
  margin-left: 10px;
  font-size: 14px;
}

.ps_txt {
  color: #AAB7C6;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 50px;
}
@media (max-width: 530px) {
  .ps_txt {
    margin-top: 0 !important;
    font-size: 14px;
    padding-bottom: 30px;
  }
}

.form_content select {
  width: 480px;
  height: 60px;
  font-size: 16px;
  border: 1px solid #aab7c6;
  border-radius: 6px;
  outline: none;
  padding-left: 20px;
}
@media (max-width: 756px) {
  .form_content select {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .form_content select {
    padding-left: 10px;
    font-size: 14px;
  }
}

.form_content input[type=text i]::-moz-placeholder, .form_content input[type=tel i]::-moz-placeholder, .form_content input[type=email i]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aab7c6; /* 好きな色に変更可能 */
  opacity: 1; /* 透明度が下がっている場合があるので指定しておくと安心 */
}

.form_content input[type=text i]:-ms-input-placeholder, .form_content input[type=tel i]:-ms-input-placeholder, .form_content input[type=email i]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aab7c6; /* 好きな色に変更可能 */
  opacity: 1; /* 透明度が下がっている場合があるので指定しておくと安心 */
}

.form_content input[type=text i]::placeholder,
.form_content input[type=tel i]::placeholder,
.form_content input[type=email i]::placeholder,
textarea::placeholder {
  color: #aab7c6; /* 好きな色に変更可能 */
  opacity: 1; /* 透明度が下がっている場合があるので指定しておくと安心 */
}

textarea::-moz-placeholder {
  padding-top: 20px;
  line-height: 1.5;
}

textarea:-ms-input-placeholder {
  padding-top: 20px;
  line-height: 1.5;
}

textarea::placeholder {
  padding-top: 20px;
  line-height: 1.5;
}

.form__agree__text {
  padding-left: 10px;
  line-height: 1.5;
}

@media (max-width: 530px) {
  .form__agree p {
    font-size: 16px !important;
    margin-top: 0 !important;
  }
}

.form__agree p .sp_only {
  display: none;
}
@media (max-width: 485px) {
  .form__agree p .sp_only {
    display: block;
  }
}

.form__agree__label {
  display: flex;
}

.form__link {
  color: #0068b3;
  text-decoration: underline;
  font-weight: 500;
}

.form__button {
  margin-top: 50px;
  position: relative;
  width: 300px;
  height: 60px;
  border-radius: 9999px;
  background: linear-gradient(45deg, rgba(135, 205, 214, 0.7254901961), rgba(82, 125, 206, 0.7490196078));
}
@media (max-width: 530px) {
  .form__button {
    margin-top: 30px;
  }
}
@media (max-width: 426px) {
  .form__button {
    width: 100%;
  }
}
.form__button:hover .link-with-arrow img.mouse-in {
  transition: translate 0.3s ease-in-out;
  translate: 200% -200%;
  transition: translate 0.3s ease-in-out 0.05s;
  translate: 0 0;
}
.form__button:hover .link-with-arrow img.mouse-out {
  transition: translate 0.3s ease-in-out;
  translate: 225% -225%;
}
.form__button:hover .link-with-arrow .arrow img {
  width: 10px;
  height: 10px;
}
.form__button .link-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 530px) {
  .form__button .link-with-arrow {
    margin-top: 0 !important;
  }
}
.form__button .link-with-arrow .arrow {
  width: 50px;
  flex: 0 0 50px;
  position: relative;
  display: grid;
  place-items: center;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  overflow: hidden;
  transition: background-color 0.3s;
}
.form__button .link-with-arrow .arrow img {
  width: 10px;
  height: 10px;
}
.form__button .link-with-arrow img.mouse-in {
  position: absolute;
  translate: -225% 255%;
}
input[type=submit i] {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  border-radius: 9999px;
  background: linear-gradient(45deg, rgba(135, 205, 214, 0.7254901961), rgba(82, 125, 206, 0.7490196078));
  border: none;
  font-size: 16px;
  padding-left: 25px;
  color: #fff;
}
@media (max-width: 426px) {
  input[type=submit i] {
    width: 100%;
  }
}
input[type=submit i]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(134, 203, 214, 0.6274509804), rgba(109, 166, 210, 0.5764705882));
  content: "";
  z-index: -1;
  border-radius: 9999px;
  opacity: 0;
  transition: 0.5s;
}

.content1 {
  position: relative;
}
.content1:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 13px;
  height: 8px;
  background-image: url(../../images/recruit/select-arrow.svg);
  background-repeat: no-repeat;
  pointer-events: none;
}

.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea::-moz-placeholder {
  transform: translateY(-25px);
}

textarea:-ms-input-placeholder {
  transform: translateY(-25px);
}

textarea::placeholder {
  transform: translateY(-25px);
}

/* ベースのカスタムスタイル */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox .checkmark {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}

.custom-checkbox .checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border-color: transparent;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ベースのカスタムスタイル */
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox .checkmark {
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}

.custom-checkbox .checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border-color: transparent;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 全体の表示調整：ラベル全体をクリック可能に */
.wpcf7-list-item label {
  position: relative;
  padding-left: 30px; /* アイコン用のスペース */
  display: inline-block;
  cursor: pointer;
}

/* デフォルトのチェックボックスを非表示 */
.wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* 擬似チェックボックスの枠 */
.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #AAB7C6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* チェック時のグラデ背景とFontAwesomeアイコン */
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border: none;
}

/* チェックマークをFontAwesomeで表示 */
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "\f00c"; /* FontAwesomeの✓ */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 14px;
  pointer-events: none;
}

/* 親ラベル全体をクリック領域に */
.form__agree__label {
  position: relative;
  padding-left: 30px; /* チェックアイコン用スペース */
  display: inline-block;
  cursor: pointer;
}

/* デフォルトのチェックボックスを非表示 */
.form__agree__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* チェック枠ボックス */
.form__agree__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #AAB7C6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* チェックされたときの背景グラデーション */
.form__agree__input:checked + .form__agree__text::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border: none;
}

/* Font Awesome のチェックアイコン */
.form__agree__input:checked + .form__agree__text::after {
  content: "\f00c"; /* Font Awesome のチェックマーク */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 5px;
  font-size: 14px;
  pointer-events: none;
}

/* 全体の表示調整：ラベル全体をクリック可能に */
label.label_check {
  position: relative;
  padding-left: 30px; /* アイコン用のスペース */
  display: inline-block;
  cursor: pointer;
  width: 310px;
  line-height: 1.25;
  text-align: left;
  vertical-align: top;
  margin: 10px 0;
}
@media (max-width: 895px) {
  label.label_check {
    width: 100%;
    line-height: 1.25;
  }
}

/* デフォルトのチェックボックスを非表示 */
label.label_check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* 擬似チェックボックスの枠 */
label.label_check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #AAB7C6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* チェック時のグラデ背景とFontAwesomeアイコン */
label.label_check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border: none;
}

/* チェックマークをFontAwesomeで表示 */
label.label_check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "\f00c"; /* FontAwesomeの✓ */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 3px;
  font-size: 14px;
  pointer-events: none;
}

/* 親ラベル全体をクリック領域に */
.form__agree__label {
  position: relative;
  padding-left: 30px; /* チェックアイコン用スペース */
  display: inline-block;
  cursor: pointer;
}

/* デフォルトのチェックボックスを非表示 */
.form__agree__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* チェック枠ボックス */
.form__agree__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #AAB7C6;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

/* チェックされたときの背景グラデーション */
.form__agree__input:checked + .form__agree__text::before {
  background: linear-gradient(to left, #527DCE, #87CDD6);
  border: none;
}

/* Font Awesome のチェックアイコン */
.form__agree__input:checked + .form__agree__text::after {
  content: "\f00c"; /* Font Awesome のチェックマーク */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 5px;
  font-size: 14px;
  pointer-events: none;
}

.question_area {
  margin-top: 20px;
}/*# sourceMappingURL=page-contact.css.map */