@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.page-wrapper {
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding-top: 0.6rem;
  }
}

.page-cover {
  background: #a71e27;
}
.page-cover .inner {
  height: 2.11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-cover .inner {
    height: 1.6rem;
  }
}
.page-cover .page-ttl .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.68rem;
  color: #fff;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-cover .page-ttl .en {
    font-size: 0.45rem;
  }
}
.page-cover .page-ttl .jp {
  color: #a71e27;
  background: #fff;
  padding: 0.05rem 0.1rem 0.07rem;
  font-size: 0.16rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-cover .page-ttl .jp {
    font-size: 0.14rem;
  }
}

.breadcrumb {
  padding: 0.15rem 0 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 0.15rem 0;
  }
}
.breadcrumb li {
  font-size: 0.12rem;
  font-weight: 500;
  color: #909090;
}
.breadcrumb li.disable-link {
  display: none;
}
.breadcrumb li:has(a):after {
  content: "";
  display: inline-block;
  width: 0.0471rem;
  height: 0.07rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
  background-image: url("../images/common/arrow-breadcrumbs.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pager {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 0.8rem;
  }
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul .prev .p-btn,
.pager ul .next .p-btn {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.02rem solid #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul .prev {
  margin-right: 0.2rem;
}
.pager ul .prev .btnVisible img {
  transform: rotate(180deg);
}
.pager ul .prev .btnDisabled {
  cursor: not-allowed;
}
.pager ul .next {
  margin-left: 0.2rem;
}
.pager ul .next .btnDisabled {
  cursor: not-allowed;
  transform: rotate(180deg);
}
.pager ul .pagerItem a,
.pager ul .pagerItem span {
  font-weight: 0.18rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pager ul .pagerItem a,
  .pager ul .pagerItem span {
    width: 0.4rem;
  }
}
.pager ul .pagerItem a {
  color: #cbcbcb;
  transition: linear 0.3s all;
}
.pager ul .pagerItem a:hover {
  color: #2c2c2c;
}
.pager ul .pagerItem.current {
  color: #2c2c2c;
}

.sub-ttl {
  text-align: center;
}
.sub-ttl .en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  padding: 0.02rem 0.12rem 0rem;
  font-size: 0.15rem;
  font-weight: 700;
  color: #d50b1a;
  background: #fff;
  border: 0.02rem solid #d50b1a;
}
.sub-ttl .jp {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #2c2c2c;
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  .sub-ttl .jp {
    font-size: 0.24rem;
    line-height: 1.4583333333;
  }
}

.adopt-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.28rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .adopt-list {
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.35rem;
    padding: 0 0.14rem;
  }
}
.adopt-list .adopt-items {
  width: calc((100% - 0.28rem * 2) / 3);
  border: 0.02rem solid #2c2c2c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .adopt-list .adopt-items {
    width: 100%;
  }
}
.adopt-list .adopt-items figure {
  width: 100%;
}
.adopt-list .adopt-items figure img {
  aspect-ratio: 308/196;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .adopt-list .adopt-items figure img {
    width: 100%;
  }
}
.adopt-list .adopt-items .txt-area {
  padding: 0.12rem 0.21rem 0.28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.adopt-list .adopt-items .txt-area h3 {
  font-size: 0.18rem;
  line-height: 1.3888888889;
  color: #000;
  font-weight: 700;
  border-bottom: 0.01rem solid #cdd6dd;
  padding-bottom: 0.1rem;
}
.adopt-list .adopt-items .txt-area .adopt-info {
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
.adopt-list .adopt-items .txt-area .adopt-info div {
  display: flex;
  gap: 0.12rem;
}
.adopt-list .adopt-items .txt-area .adopt-info div dt {
  width: 0.64rem;
  height: 0.23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.13rem;
  background: #e0e0e0;
  color: #454545;
}
.adopt-list .adopt-items .txt-area .adopt-info div dd {
  width: calc(100% - 0.64rem - 0.12rem);
  font-size: 0.15rem;
  line-height: 1.5333333333;
}
.adopt-list .adopt-items .txt-area .btn-more {
  width: 2.13rem;
  height: 0.45rem;
  background: #a71e27;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin: 0.24rem auto 0;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}

.form-btn {
  max-width: 2.91rem;
  width: 100%;
  height: 0.7rem;
  background: #2e2e2e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 700;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 768px) {
  .form-btn {
    max-width: 2.9rem;
    height: 0.6rem;
    margin-top: 0.65rem;
  }
}

.wpcf7-submit {
  max-width: 2.91rem;
  width: 100%;
  height: 0.7rem;
  background: #2e2e2e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  font-weight: 700;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
  margin: 0.66rem auto 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .wpcf7-submit {
    max-width: 2.9rem;
    height: 0.6rem;
    margin-top: 0.5rem;
  }
}

/*/////////////////////////////////////////
//  カテゴリ一覧
/////////////////////////////////////////*/
.page-adopt-result {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-result {
    padding-bottom: 1.15rem;
  }
}

#result-area {
  margin-top: 0.46rem;
}

/*/////////////////////////////////////////
//  採用情報一覧
/////////////////////////////////////////*/
.page-adopt-list {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-list {
    padding-bottom: 1.15rem;
  }
}

.search-box {
  border: 0.02rem solid #2c2c2c;
  padding: 0.55rem 0.68rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-box {
    padding: 0.44rem 0.285rem 0.4rem;
  }
}
.search-box .search-ttl {
  text-align: center;
  font-size: 0.27rem;
  font-weight: 700;
  line-height: 1.4444444444;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 0 0.2rem;
  position: absolute;
  top: -0.23rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .search-box .search-ttl {
    font-size: 0.2rem;
    line-height: 1.45;
    padding: 0 0.12rem;
    top: -0.18rem;
  }
}
.search-box .search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.18rem 0.22rem;
}
@media screen and (max-width: 768px) {
  .search-box .search-list {
    flex-direction: column;
    gap: 0.1rem;
  }
}
.search-box .search-list li {
  width: calc((100% - 0.22rem * 2) / 3);
}
@media screen and (max-width: 768px) {
  .search-box .search-list li {
    width: 100%;
  }
}
.search-box .search-list li a {
  height: 0.6233rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .search-box .search-list li a {
    height: 0.58rem;
    font-size: 0.16rem;
  }
}

#search-purpose {
  margin-top: 1.14rem;
}
@media screen and (max-width: 768px) {
  #search-purpose {
    margin-top: 0.67rem;
  }
}
#search-purpose .search-list a {
  background: #2d96b5;
}

#search-job {
  margin-top: 0.72rem;
}
@media screen and (max-width: 768px) {
  #search-job {
    margin-top: 0.57rem;
  }
}
#search-job .search-list a {
  background: #84ba2b;
}

#search-office {
  margin-top: 0.72rem;
}
@media screen and (max-width: 768px) {
  #search-office {
    margin-top: 0.57rem;
  }
}
#search-office .search-list a {
  background: #b7845f;
}

#new-adopt {
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  #new-adopt {
    margin-top: 0.6rem;
  }
}

/*/////////////////////////////////////////
//  採用情報詳細
/////////////////////////////////////////*/
.page-adopt-post {
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post {
    padding-bottom: 1.15rem;
  }
}
.page-adopt-post .adopt-single {
  margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-single {
    margin-top: 0.35rem;
  }
}
.page-adopt-post .article-ttl {
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1.44;
  color: #2c2c2c;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #d9d9d9;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .article-ttl {
    font-size: 0.2rem;
    line-height: 1.4;
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.page-adopt-post .article-contents {
  margin-top: 0.4rem;
}
.page-adopt-post .article-contents .adopt-inner {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .article-contents .adopt-inner {
    flex-direction: column-reverse;
    gap: 0.25rem;
  }
}
.page-adopt-post .article-contents .adopt-inner img {
  width: initial;
  max-width: 4.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .article-contents .adopt-inner img {
    max-width: 100%;
    width: initial;
    display: block;
    margin: 0 auto;
  }
}
.page-adopt-post .article-contents .adopt-inner .adopt-title {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #3b4043;
  border-left: 0.1rem solid #d50b1a;
  padding-left: 0.1rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .article-contents .adopt-inner .adopt-title {
    font-size: 0.17rem;
    line-height: 1.4117647059;
  }
}
.page-adopt-post .article-contents .adopt-inner .txt-area {
  font-size: 0.15rem;
  color: #333;
}
.page-adopt-post .adopt-left {
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-left {
    padding-top: 0;
  }
}
.page-adopt-post .bottom-contents {
  margin-top: 0.4rem;
  border-top: 0.01rem solid #d9d9d9;
  padding-top: 0.5rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .bottom-contents {
    padding-top: 0;
    border: none;
    margin-top: 0.1rem;
  }
}
.page-adopt-post .adopt-table {
  margin-top: 0.45rem;
  border-top: 0.02rem solid #d0d0d0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-table {
    margin-top: 0.55rem;
  }
}
.page-adopt-post .adopt-table th,
.page-adopt-post .adopt-table td {
  border-bottom: 0.01rem solid #d9d9d9;
  padding: 0.2rem 0;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-table th,
  .page-adopt-post .adopt-table td {
    display: block;
  }
}
.page-adopt-post .adopt-table th {
  width: 2.2rem;
  padding-left: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.625;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-table th {
    border: none;
    width: 100%;
    padding-left: 0.18rem;
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
    font-size: 0.14rem;
  }
}
.page-adopt-post .adopt-table td {
  color: #333;
  width: calc(100% - 2.2rem);
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .page-adopt-post .adopt-table td {
    width: 100%;
    padding-left: 0.18rem;
    padding-top: 0;
    padding-bottom: 0.15rem;
    font-size: 0.14rem;
  }
}
.page-adopt-post .sup-link {
  display: inline-block;
  margin-top: 0.16rem;
}

/*/////////////////////////////////////////
//  entry
/////////////////////////////////////////*/
.entry-footer {
  border-top: 0.01rem solid #c6c6c6;
}

.page-entry-form {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-entry-form {
    padding-bottom: 1.15rem;
  }
}

.page-contact-form {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact-form {
    padding-bottom: 1.15rem;
  }
}
.page-contact-form .entry-header {
  padding-top: 0;
  border: none;
}

.entry-contents,
.contact-contents {
  max-width: 7.8rem;
  width: 100%;
  margin: 0 auto;
}

.entry-top {
  margin-top: 0.5rem;
}
.entry-top p {
  text-align: center;
  font-size: 0.15rem;
  line-height: 1.6;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .entry-top p {
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}

.entry-header {
  margin-top: 0.67rem;
  border-top: 0.01rem solid #b9b9b9;
  padding-top: 0.58rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .entry-header {
    margin-top: 0.35rem;
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
}
.entry-header h2 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 0.25rem;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-header h2 {
    font-size: 0.24rem;
    line-height: 1.4583333333;
  }
}
.entry-header p {
  font-size: 0.15rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .entry-header p {
    text-align: left;
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin-top: 0.24rem;
  }
}

.entry-tel {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0.9rem;
  width: 3.69rem;
  margin: 0.24rem auto 0;
  border: 0.03rem solid #d50b1a;
}
@media screen and (max-width: 768px) {
  .entry-tel {
    width: 100%;
    margin-top: 0.32rem;
  }
}
.entry-tel .txt {
  font-size: 0.13rem;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.entry-tel .tel {
  font-size: 0.31rem;
  line-height: 1;
  color: #d50b1a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
.entry-tel .tel:before {
  content: "";
  display: inline-block;
  width: 0.2501rem;
  height: 0.2591rem;
  margin-bottom: 0.05rem;
  background-image: url("../images/common/tel-icon-r.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.entry-tel .date {
  font-size: 0.13rem;
  font-weight: 700;
  text-align: center;
  color: #2c2c2c;
  line-height: 1;
}

.entry-form {
  width: 100%;
}
.entry-form div {
  display: flex;
  border-left: 0.01rem solid #b7b7b7;
  border-right: 0.01rem solid #b7b7b7;
  border-top: 0.01rem solid #b7b7b7;
}
@media screen and (max-width: 768px) {
  .entry-form div {
    flex-direction: column;
  }
}
.entry-form div:nth-last-child(1) {
  border-bottom: 0.01rem solid #b7b7b7;
}
.entry-form div:nth-last-child(1) dt {
  align-items: flex-start;
}
.entry-form div dt {
  width: 2.65rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #2c2c2c;
  background: #f5f5f5;
  border-right: 0.01rem solid #b7b7b7;
  padding: 0.3rem 0 0.3rem 0.3rem;
}
@media screen and (max-width: 768px) {
  .entry-form div dt {
    width: 100%;
    font-size: 0.15rem;
    padding: 0.16rem 0.15rem;
    border-right: none;
  }
}
.entry-form div dd {
  padding: 0.2rem;
  display: flex;
  align-items: center;
  width: calc(100% - 2.65rem);
}
@media screen and (max-width: 768px) {
  .entry-form div dd {
    width: 100%;
    font-size: 0.15rem;
    padding: 0.16rem 0.15rem;
  }
}
.entry-form div dd p {
  width: 100%;
}
.entry-form div input[type=text],
.entry-form div input[type=email] {
  width: 3.83rem;
  height: 0.43rem;
  padding-left: 1em;
  border: 0.01rem solid #c6c6c6;
  font-size: 0.14rem;
}
@media screen and (max-width: 768px) {
  .entry-form div input[type=text],
  .entry-form div input[type=email] {
    width: 100%;
  }
}
.entry-form div input[type=text].job-type, .entry-form div input[type=text].recruit-url,
.entry-form div input[type=email].job-type,
.entry-form div input[type=email].recruit-url {
  width: 4.74rem;
}
@media screen and (max-width: 768px) {
  .entry-form div input[type=text].job-type, .entry-form div input[type=text].recruit-url,
  .entry-form div input[type=email].job-type,
  .entry-form div input[type=email].recruit-url {
    width: 100%;
  }
}
.entry-form div input[type=text]::-moz-placeholder, .entry-form div input[type=email]::-moz-placeholder {
  color: #a9adb1;
}
.entry-form div input[type=text]::placeholder,
.entry-form div input[type=email]::placeholder {
  color: #a9adb1;
}
.entry-form div select {
  width: 2.69rem;
  height: 0.43rem;
  padding-left: 1em;
  border: 0.01rem solid #c6c6c6;
  font-size: 0.14rem;
  color: #a9adb1;
}
.entry-form div textarea {
  width: 4.74rem;
  height: 2.06rem;
  border: 0.01rem solid #c6c6c6;
  padding: 1em;
  font-size: 0.14rem;
}
.entry-form div textarea::-moz-placeholder {
  color: #a9adb1;
}
.entry-form div textarea::placeholder {
  color: #a9adb1;
}
@media screen and (max-width: 768px) {
  .entry-form div textarea {
    width: 100%;
    display: block;
  }
}
.entry-form div .required {
  display: inline-flex;
  width: 0.6rem;
  height: 0.3rem;
  background: #ec6558;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
.entry-form div .arbitrarily {
  display: inline-flex;
  width: 0.6rem;
  height: 0.3rem;
  background: transparent;
  color: #ec6558;
  font-size: 0.14rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  border: 0.01rem solid #ec6558;
}
.entry-form div .wpcf7-radio {
  display: flex;
}
.entry-form div .wpcf7-radio > span {
  display: flex;
  align-items: center;
}
.entry-form div .wpcf7-radio label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.07rem;
       column-gap: 0.07rem;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1;
  color: #2c2c2c;
  cursor: pointer;
}
.entry-form div .wpcf7-radio label:not(:last-of-type) {
  margin-right: 0.32rem;
}
.entry-form div .wpcf7-radio input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.01rem solid #707070;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
}
.entry-form div .wpcf7-radio input:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0.14rem;
  height: 0.14rem;
  margin: auto;
  border-radius: 9999px;
  background-color: #707070;
}

.agree {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  font-size: 0.12rem;
  color: #3b4043;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .agree {
    margin-top: 0.3rem;
  }
}
.agree a {
  text-decoration: underline;
}
.agree .wpcf7-list-item {
  margin: 0;
}
.agree label {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.04rem;
       column-gap: 0.04rem;
  line-height: 1;
  cursor: pointer;
}
.agree input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid #656565;
  background-color: #ffffff;
  cursor: pointer;
  margin: 0;
  margin-right: 0.14rem;
}
.agree input:checked {
  background-color: #717171;
}
.agree input:checked::after {
  content: "";
  position: absolute;
  top: 0.055rem;
  left: 0.055rem;
  width: 0.17rem;
  height: 0.1rem;
  border-bottom: 0.03rem solid #ffffff;
  border-left: 0.03rem solid #ffffff;
  transform: rotate(-45deg);
}

.entry-complete {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .entry-complete {
    margin-top: 0.3rem;
  }
}
.entry-complete h2 {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.4666666667;
  color: #2c2c2c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-complete h2 {
    font-size: 0.24rem;
    line-height: 1.4583333333;
  }
}
.entry-complete .txt-area {
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .entry-complete .txt-area {
    margin-top: 0.3rem;
  }
}
.entry-complete .txt-area p {
  font-size: 0.15rem;
  line-height: 1.7333333333;
  color: #2c2c2c;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-complete .txt-area p {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    text-align: left;
  }
}
.entry-complete .txt-area p:not(:first-of-type) {
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .entry-complete .txt-area p:not(:first-of-type) {
    margin-top: resm(20);
  }
}
.entry-complete .form-btn {
  margin-top: 0.5rem;
}/*# sourceMappingURL=page.css.map */