@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMincho-Bold";
  src: url(/fonts/ShipporiMincho/ShipporiMincho-Bold.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* policy */
/*========*/
.policy {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .policy {
    margin-bottom: 80px;
  }
}
.policy .about-sec {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .policy .about-sec {
    margin-bottom: 80px;
  }
}
.policy .about-sec .about-area {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .policy .about-sec .about-area {
    font-size: 16px;
  }
}
.policy .point-sec .com-wrap {
  align-items: stretch;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .policy .point-sec .com-wrap {
    flex-direction: column-reverse;
    max-width: 540px;
    margin: 64px auto 0;
  }
}
.policy .point-sec .com-wrap .img {
  width: 320px;
}
@media (max-width: 1023px) {
  .policy .point-sec .com-wrap .img {
    width: 100%;
  }
}
.policy .point-sec .com-wrap .txt {
  width: calc(100% - 320px);
  padding: 24px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .policy .point-sec .com-wrap .txt {
    width: 100%;
  }
}
.policy .prof-sec {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .policy .prof-sec {
    margin-bottom: 80px;
  }
}
.policy .prof-sec .com-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .policy .prof-sec .com-wrap {
    display: block;
  }
}
.policy .prof-sec .com-wrap .img {
  width: 28.833%;
}
@media (max-width: 767px) {
  .policy .prof-sec .com-wrap .img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 24px;
  }
}
.policy .prof-sec .com-wrap .txt {
  width: 70%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .policy .prof-sec .com-wrap .txt {
    width: 100%;
  }
}
.policy .prof-sec .sns-area {
  text-align: center;
}
.policy .prof-sec .list-sns {
  display: flex;
  gap: 0 16px;
  justify-content: center;
  margin: 32px 0 40px;
}
@media (max-width: 767px) {
  .policy .prof-sec .list-sns {
    margin: 16px 0 24px;
  }
}
.policy .prof-sec .list-sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 2px 0px rgba(102, 102, 102, 0.5);
}
.policy .prof-sec .list-sns li a img {
  width: 100%;
  max-width: 32px;
}

/*=========*/
/* profile */
/*=========*/
.profile {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .profile {
    margin-bottom: 80px;
  }
}
.profile .title-area {
  margin-bottom: 0;
}
.profile .bg-gray {
  margin-bottom: 120px;
}
.profile .com-wrap {
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .profile .com-wrap {
    display: block;
  }
}
.profile .com-wrap .img {
  width: 28.833%;
}
@media (max-width: 767px) {
  .profile .com-wrap .img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 24px;
  }
}
.profile .com-wrap .txt {
  width: 70%;
  max-width: 720px;
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .profile .com-wrap .txt {
    width: 100%;
  }
}
.profile .com-wrap .txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .profile .table {
    display: block;
  }
  .profile .table td {
    display: block;
    border-top: none;
  }
  .profile .table tr {
    display: block;
  }
  .profile .table tr:not(:last-child) td {
    border-bottom: none;
  }
}
.profile .table th {
  width: 240px;
}
@media (max-width: 767px) {
  .profile .table th {
    display: block;
    width: 100%;
  }
}

/*=========*/
/* yachiyo */
/*=========*/
.yachiyo {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .yachiyo {
    margin-bottom: 80px;
  }
}
.yachiyo .img-area {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 10%;
  height: 614px;
  padding-top: 40px;
  background-color: #4295e0;
}
@media (max-width: 1023px) {
  .yachiyo .img-area {
    max-width: 750px;
    height: auto;
    padding-top: 70%;
    padding-bottom: 32px;
  }
}
.yachiyo .img-area .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 662px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .yachiyo .img-area .bg-img {
    height: auto;
  }
}
.yachiyo .img-area .bg-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 1023px) {
  .yachiyo .img-area .bg-img img {
    width: 100%;
    max-height: 614px;
    -o-object-position: top;
    object-position: top;
  }
}
.yachiyo .img-area .txt-area {
  position: relative;
  max-width: 563px;
  width: 40%;
  padding: 48px 24px;
  background: url(/images/yachiyo/yachiyo_bg01.png) no-repeat;
  background-size: 104% 104%;
  background-position: center center;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.25));
  z-index: 2;
}
@media (max-width: 1023px) {
  .yachiyo .img-area .txt-area {
    width: 100%;
    padding: 24px 20px;
    margin: 0 auto;
  }
}
.yachiyo .img-area .txt-area .heading01 {
  margin: 0 0 24px;
}
.yachiyo .img-area .txt-area .sub-txt {
  margin-bottom: 32px;
  font-family: "NotoSansJP-Medium", sans-serif;
}
.yachiyo .btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .yachiyo .btn {
    margin-top: 40px;
  }
}

/*========*/
/* genzei */
/*========*/
.genzei .com-wrap {
  align-items: center;
}
@media (max-width: 767px) {
  .genzei .com-wrap {
    display: block;
  }
  .genzei .com-wrap .img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 24px;
  }
  .genzei .com-wrap .txt {
    width: 100%;
  }
}
.genzei .list-step {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .genzei .list-step {
    margin-top: 24px;
    gap: 8px 2%;
  }
}
.genzei .list-step li {
  background-color: #4295e0;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .genzei .list-step li {
    width: 48%;
    margin-right: 0;
  }
}
.genzei .list-step li .num {
  padding: 8px 4px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
}
.genzei .list-step li figcaption {
  padding: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .genzei .list-step li figcaption {
    font-size: 12px;
    line-height: 1.4;
  }
}
.genzei .btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .genzei .btn {
    margin-top: 40px;
  }
}
.genzei .step-area .com-bt span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .genzei .step-area .com-bt span {
    font-size: 16px;
  }
}
.genzei .step-area .com-bt span img {
  margin-left: 16px;
}
.genzei .bn-area {
  margin-top: 64px;
}
.genzei .bn-area .bn {
  max-width: 674px;
  margin: 40px auto 0;
}
.genzei .bn-area .bn a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
}

/*=========*/
/* support */
/*=========*/
.support .title-area {
  margin-bottom: 0;
}
.page-volunteer .support .title-area {
  margin-bottom: 120px;
}
.page-donation .support .title-area {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page-volunteer .support .title-area {
    margin-bottom: 72px;
  }
  .page-donation .support .title-area {
    margin-bottom: 72px;
  }
}
.support .btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .btn {
    margin-top: 16px;
  }
}
.support .btn .com-bt {
  min-width: 420px;
}
@media (max-width: 767px) {
  .support .btn .com-bt {
    display: block;
    width: 100%;
    min-width: 280px;
  }
}
.support .btn .com-bt span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .support .btn .com-bt span {
    font-size: 16px;
  }
}
.support .btn .com-bt span img {
  margin-left: 16px;
}
.support .nv-area {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .support .nv-area {
    padding-top: 80px;
  }
}
.support .nv-area .note {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .support .nv-area .note {
    font-size: 14px;
  }
}
.support .nv-area .list-nv {
  max-width: 960px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .support .nv-area .list-nv {
    display: block;
    margin-top: 24px;
  }
  .support .nv-area .list-nv li {
    width: 100%;
    margin: 0 0 8px;
  }
}
.support .nv-area .list-nv a {
  display: block;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
}
.support .nv-area .list-nv a:hover {
  box-shadow: none;
}
.support .nv-area .list-nv a:hover img {
  opacity: 1;
}
.support .volunteer-area {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .support .volunteer-area {
    padding-bottom: 80px;
  }
}
.support .donation-area {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .support .donation-area {
    padding-bottom: 80px;
  }
}
.support .donation-area .link-donation {
  margin-top: 24px;
}
.support .donation-area .link-donation li .com-bt02 {
  display: block;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .support .donation-area .link-donation li .com-bt02 {
    min-width: auto;
  }
  .support .donation-area .link-donation li .com-bt02 span {
    padding: 12px 4px;
    line-height: 1.3;
  }
}
.support .donation-area .box {
  margin: 24px 0;
  padding: 32px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .support .donation-area .box {
    padding: 24px 16px;
  }
}
.support .donation-area .list-step {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .support .donation-area .list-step {
    margin-top: 24px;
    gap: 0 2%;
  }
}
.support .donation-area .list-step li {
  background-color: #4295e0;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .support .donation-area .list-step li {
    width: 48%;
    margin-right: 0;
  }
}
.support .donation-area .list-step li .num {
  padding: 8px 4px;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
}
.support .donation-area .list-step li figcaption {
  padding: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .support .donation-area .list-step li figcaption {
    font-size: 12px;
    line-height: 1.4;
  }
}

/*=========*/
/* privacy */
/* error   */
/*=========*/
.privacy,
.error {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .privacy,
  .error {
    margin-bottom: 80px;
  }
}
.privacy .num-list,
.error .num-list {
  margin-left: 1em;
}

/*======*/
/* news */
/*======*/
.news {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 80px;
  }
}
.news .main-wrap {
  display: flex;
  justify-content: space-between;
}
.news .main-wrap .cell {
  width: 100%;
}
.news .main-wrap .cell .list-news .title {
  height: 1.6em;
  overflow-y: clip;
}
@media (max-width: 1023px) {
  /* .news .main-wrap .cell .list-news a {
    padding: 0;
  }
  .news .main-wrap .cell .list-news a figure {
    max-width: 204px;
    width: 90%;
    margin: 0 auto 8px;
    padding-right: 0;
    float: none;
  }
  .news .main-wrap .cell .list-news a .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 8px;
    width: 100%;
  } */
  .news .main-wrap .cell .list-news a .wrap .date {
    width: auto;
    font-size: 10px;
  }
  .news .main-wrap .cell .list-news a .wrap .label {
    width: 100px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
  }
  .news .main-wrap .cell .list-news a .title {
    padding-right: 16px;
    padding-left: 0;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .news .main-wrap .cell .list-news a::after {
    bottom: 16px;
  }
}
.news .menu-data {
  padding: 20px;
  margin-bottom: 24px;
  background-color: #f7f8f9;
}
@media (max-width: 1023px) {
  .news .menu-data {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.news .menu-data dt {
  margin-bottom: 16px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1;
}
.news .menu-data .list-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.news .menu-data .list-menu li a {
  display: block;
  padding: 0 16px;
  border-radius: 24px;
  border: 1px solid #999;
  background-color: #ddd;
  font-family: "NotoSansJP-Medium", sans-serif;
  text-align: center;
  color: #333;
  line-height: 32px;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 1023px) {
  .news .menu-data .list-menu li a {
    padding: 0 12px;
    background-color: #fff;
    line-height: 28px;
    font-size: 14px;
  }
}
.news .menu-data .list-menu li a:hover {
  border-color: #1d49a7;
  background-color: #1d49a7;
  color: #fff;
}
.news .menu-data .list-menu li.current a {
  background-color: #1d49a7;
  color: #fff;
}

/*=========*/
/* contact */
/*=========*/
.contact {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 100px;
  }
}
.contact .txt-area {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .contact .txt-area {
    margin-bottom: 32px;
  }
}
.contact .txt-area p {
  margin-bottom: 24px;
}
.contact .txt-area .note-list li span {
  font-family: "NotoSansJP-Bold", sans-serif;
}
.contact .wq-Form > *:not(:last-child) {
  margin-bottom: 168px;
}
@media (max-width: 767px) {
  .contact .wq-Form > *:not(:last-child) {
    margin-bottom: 60px;
  }
}
.contact .wq-Form .wq-Attributes > *:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Attributes > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact .wq-Form .wq-Control .wq--header {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 228px;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Control .wq--header {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
}
.contact .wq-Form .wq-Control .wq--header > *:not(:last-child) {
  margin: 0;
}
.contact .wq-Form .wq-Control .wq--header > *:last-child {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Control .wq--header > *:last-child {
    margin-right: 12px;
  }
}
.contact .wq-Form .wq-Control .wq--header .wq--label {
  padding-right: 24px;
  font-size: 16px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Control .wq--header .wq--label {
    font-size: 14px;
  }
}
.contact .wq-Form .wq-Control .wq--header .wq--required {
  padding: 2px 6px;
  border-radius: 2px;
  background: #4294df;
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Control .wq--header .wq--required {
    padding: 0 6px;
    font-size: 12px;
  }
}
.contact .wq-Form .wq-Control .wq--header .wq--required.wq-is-optional {
  display: block;
  padding: 1px 6px;
  border: 1px solid #999;
  background: #fff;
  color: #999;
}
.contact .wq-Form .wq-Control .wp--body > .wq--message {
  top: -24px;
}
.contact .wq-Form .wq-TextInput {
  background: #f7f8f9;
  border: 1px solid #ddd;
}
.contact .wq-Form .wq-TextInput.wq-size-small {
  width: calc(50% - 2px);
}
.contact .wq-Form .wq-TextInput.wq-belongs-name,
.contact .wq-Form .wq-TextInput.wq-belongs-text,
.contact .wq-Form .wq-TextInput.wq-belongs-tel {
  width: 100%;
  max-width: 484px;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-TextInput.wq-belongs-name,
  .contact .wq-Form .wq-TextInput.wq-belongs-text,
  .contact .wq-Form .wq-TextInput.wq-belongs-tel {
    max-width: 100%;
  }
}
.contact .wq-Form .wq-TextInput:hover {
  box-shadow: none;
}
.contact .wq-Form .wq-TextInput:focus {
  -webkit-animation: none;
  animation: none;
  border: 1px solid #ddd;
  box-shadow: none;
}
.contact .wq-Form .wq-Checkbox > label {
  height: initial;
  white-space: break-spaces;
  padding-left: 24px;
  text-indent: -12px;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-Checkbox > label {
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 1.3;
  }
}
.contact .wq-Form .wq-for-radio .wq-InputGroup > *:not(:last-child) {
  margin-right: 36px;
}
.contact .wq-Form .wq-for-radio .wq-Radio > input:checked + label::before {
  -webkit-animation: none;
  animation: none;
  transform: scale(1);
}
.contact .wq-Form .wq-for-radio .wq-Radio > input:checked + label::after {
  opacity: 1;
}
.contact .wq-Form .wq-for-radio .wq-Radio > label {
  position: relative;
  overflow: initial;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-for-radio .wq-Radio > label {
    font-size: 14px;
  }
}
.contact .wq-Form .wq-for-radio .wq-Radio > label::before {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background: #f7f8f9;
}
.contact .wq-Form .wq-for-radio .wq-Radio > label::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 14px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1d49a7;
  transition: 0.3s all;
}
.contact .wq-Form .wq-for-radio .wq-Radio > label:hover {
  box-shadow: none;
}
.contact .wq-Form .wq-for-action .wq--header {
  display: none;
}
.contact .wq-Form .wq-for-action .wq--body .wq-InputGroup {
  justify-content: center;
}
.contact .wq-Form .wq-for-action .wq-Button {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 318px;
  width: initial;
  padding: 22px 40px;
  border: none;
  border-radius: 32px;
  background: linear-gradient(90deg, #1d49a7 30%, #4295e0 100%);
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-for-action .wq-Button {
    min-width: 240px;
    padding: 16px 32px;
    font-size: 14px;
  }
}
.contact .wq-Form .wq-for-action .wq-Button::before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(-45deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .contact .wq-Form .wq-for-action .wq-Button::before {
    right: 16px;
  }
}
.contact .wq-Form .wq-for-action .wq-Button:hover {
  background: linear-gradient(90deg, #1d49a7 30%, #4295e0 100%);
  color: #fff;
  text-decoration: none;
}
.contact .wq-Form .wq-for-action .wq-Button:hover input {
  color: #fff;
}
.contact .wq-Form .wq-for-action .wq-Button:hover img {
  opacity: 1 !important;
}
.contact .wq-Form.wq-is-confirming {
  margin-bottom: 152px;
}
@media (max-width: 767px) {
  .contact .wq-Form.wq-is-confirming {
    margin-bottom: 80px;
  }
}
.contact .wq-Form.wq-is-confirming .wq-Echo {
  padding-top: 0;
}
.contact .wq-Form.wq-is-confirming .wq--lead {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact .wq-Form.wq-is-confirming .wq--lead {
    margin-bottom: 48px;
  }
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq--leadText {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contact .wq-Form.wq-is-confirming .wq--lead .wq--leadText {
    font-size: 14px;
  }
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq-Button {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 318px;
  width: initial;
  padding: 22px 40px;
  border: none;
  border-radius: 32px;
  background: linear-gradient(90deg, #638195 30%, #a4cae0 100%);
  color: #fff;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .contact .wq-Form.wq-is-confirming .wq--lead .wq-Button {
    min-width: 240px;
    padding: 16px 32px;
    font-size: 14px;
  }
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq-Button::before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  top: 50%;
  margin-top: -6.5px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 9px;
  vertical-align: middle;
  width: 9px;
  transform: rotate(135deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .contact .wq-Form.wq-is-confirming .wq--lead .wq-Button::before {
    right: 16px;
  }
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq-Button:hover {
  background: linear-gradient(90deg, #638195 30%, #a4cae0 100%);
  color: #fff;
  text-decoration: none;
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq-Button:hover input {
  color: #fff;
}
.contact .wq-Form.wq-is-confirming .wq--lead .wq-Button:hover img {
  opacity: 1 !important;
}
.contact .wq-Form.wq-is-confirming .wq-Control .wq--header .wq--required {
  display: none;
}
/*# sourceMappingURL=contents.css.map */
header .list-link a {
  font-size: calc(18px * 1.1);
}
header .h-bt .com-bt span {
  font-size: calc(18px * 1.1);
}
.front-page .index .message-sec .wrap .msg-txt dd,
.front-page section .contents p {
  font-size: 24px;
}
.front-page .index .pickup-sec .slide-area .list-slide a .txt-area dt {
  font-size: calc(26px * 1.25);
  margin-bottom: calc(8px * 1.25);
}
.front-page .index .pickup-sec .slide-area .list-slide a .txt-area dd {
  font-size: calc(16px * 1.25);
}
.front-page .index .news-sec .wrap .cell .list-news .title,
.news .main-wrap .cell .list-news .title {
  font-size: 24px;
}
.blog section .contents .pnkz ul li,
.page section .contents .pnkz ul li {
  font-size: 20px;
}
.page-policy section .contents p,
.page-support section .contents p,
.page-volunteer section .contents p,
.page-donation section .contents p,
.page-profile section .contents p,
.page-genzei section .contents p,
.page-yachiyo section .contents p,
.page-privacy section .contents p,
.page-privacy li,
.page-support .nv-area .note {
  font-size: 20px;
}
.list-news li .title {
  font-size: 24px;
}
.page-profile .table th,
.page-profile .table td {
  font-size: 24px;
}
.page-contact .contact .wq-Form .wq-Control .wq--header .wq--required {
  font-size: 20px;
}
.page-contact .contact .wq-Form .wq-Control .wq--header .wq--label {
  font-size: 20px;
}
.page-contact .contact .wq-Form .wq-TextArea,
.page-contact .contact .wq-Form .wq-TextInput {
  font-size: 20px;
}
.page-contact .contact .wq-Form .wq-InputGroup > :not(:last-child) {
  font-size: 20px;
}
.page-contact .contact wq-Form .wq-Checkbox > label,
.page-contact .contact .wq-Form .wq-Radio > label {
  font-size: 20px;
}
.page-contact .contact .contact .wq-Form .wq-Checkbox > label {
  font-size: 20px;
}
.page-contact .contact .wq-Form .wq-TextArea::placeholder,
.page-contact .contact .wq-Form .wq-TextInput::placeholder {
  font-size: 20px;
}
nav.g-nv .faq-area .ttl {
  font-size: 26px;
}
nav.g-nv .faq-area .faq-txt {
  font-size: 20px;
}
@media (max-width: 1023px) {
  header .h-bt .com-bt span {
    font-size: 12px;
  }
  .front-page .index .message-sec .wrap .msg-txt dd,
  .front-page section .contents p {
    font-size: 16px;
  }
  .front-page .index .news-sec .wrap .cell .list-news .title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .front-page .index .pickup-sec .slide-area .list-slide a .txt-area dt {
    margin-bottom: 0;
    font-size: 13px;
  }
  .page-policy section .contents ul li,
  .page-support section .contents ul li {
    font-size: 14px;
  }
  .page-policy section .contents p,
  .page-support section .contents p,
  .page-volunteer section .contents p,
  .page-donation section .contents p,
  .page-profile section .contents p,
  .page-genzei section .contents p,
  .page-yachiyo section .contents p,
  .page-privacy section .contents p,
  .page-privacy li,
  .page-support .nv-area .note {
    font-size: 14px;
  }
  .list-news li .title {
    font-size: 14px;
  }
  .page-profile .table th,
  .page-profile .table td {
    font-size: 14px;
  }
  .page-contact .contact .wq-Form .wq-Control .wq--header .wq--required {
    font-size: 14px;
  }
  .page-contact .contact .wq-Form .wq-Control .wq--header .wq--label {
    font-size: 14px;
  }
  .page-contact .contact .wq-Form .wq-TextArea,
  .page-contact .contact .wq-Form .wq-TextInput {
    font-size: 16px;
  }
  .page-contact .contact .wq-Form .wq-InputGroup > :not(:last-child) {
    font-size: 16px;
  }
  .page-contact .contact wq-Form .wq-Checkbox > label,
  .page-contact .contact .wq-Form .wq-Radio > label {
    font-size: 16px;
  }
  .page-contact .contact .wq-Form .wq-Checkbox > label {
    font-size: 16px;
  }
  .page-contact .contact .wq-Form .wq-TextArea::placeholder,
  .page-contact .contact .wq-Form .wq-TextInput::placeholder {
    font-size: 16px;
  }
}
