@charset "utf-8";

/*
Theme Name: Toys
*/

/*-------------------------------

    hd

    -------------------------------*/
.hd {
  background-color: #c3ecff;
  height: 190px;
  background: linear-gradient(180deg, #f4f9fe, #f4f9fe, #8be0ff);
  position: sticky;
  top: 0;
  z-index: 12;
}
.hd .container {
  width: 1200px;
  max-width: 100%;
}
.hd__inner {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
  padding: 0 10px;
  justify-content: center;
}
.hd__logo {
  width: 110px;
}
.hd__upper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}
.hd__sitettl {
  width: 420px;
}
.hd__tel {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd__tel img {
  width: 150px;
}
.hd__navarea {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.hd-navlist__ic img {
  height: 23px;
}
.hd-navlist__ic--mail {
  height: 23px;
}
.hd-navlist__ic--mail img {
  width: 23px;
  height: auto;
}
.hd-navlist {
  display: flex;
  flex-direction: row;
  margin-top: 17px;
}
.hd-navlist__item {
  width: 130px;
  border-left: 1px solid var(--blue);
}
.hd-navlist__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd-navlist__ttlarea {
  font-family: var(--genju);
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 7px;
}
.hd-navlist__ttl {
  color: var(--blue);
  font-size: 14.5px;
  font-weight: var(--heavy);
}
.hd-navlist__subttl {
  color: var(--orange);
  font-size: 8.5px;
  font-weight: var(--bold);
  margin-top: 3px;
}
.fv {
  width: 700px;
  margin: 0 auto;
  margin-top: 55px;
  max-width: 100%;
}

/*-------------------------------

    news

    -------------------------------*/
.newsarea__ttl {
  font-family: var(--genju);
  font-weight: bold;
  margin-top: 55px;
  font-weight: var(--heavy);
  color: var(--blue);
  font-size: 24px;
  letter-spacing: 0.3em;
}
.newsarea {
  margin-top: 45.5px;
  background: #d7edf9;
  display: flex;
}
.newsarea__ttlarea {
  text-align: center;
}
.newsarea__subttl {
  color: var(--orange);
  font-family: var(--genju);
  font-weight: var(--bold);
  font-size: 14px;
  margin-top: 7px;
}
.newsarea__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 78px;
	margin-top:15px;
}
.news {
  font-size: 12px;
  width: 192px;
}
.news__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.newsarea__inner div:nth-of-type(2n + 1) .news__img {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}
.newsarea__inner div:nth-of-type(2n) .news__img {
  clip-path: polygon(
    50% 100%,
    90% 80%,
    100% 40%,
    75% 0%,
    25% 0%,
    0% 40%,
    10% 80%
  );
}
.news__date {
  font-family: var(--genju);
  color: #898989;
  margin-top: 22px;
}
.news__ttl {
  color: var(--orange);
  font-weight: 700;
  margin-top: 10px;
}
.news__txt {
  margin-top: 8px;
  margin-bottom: 55px;
  line-height: 1.6;
}

/*-------------------------------

    about

    -------------------------------*/
.about {
  text-align: center;
  padding-top: 190px;
  margin-top: -190px;
}
.about__logo img {
  width: 240px;
}
.about__ttl {
  margin-top: 75px;
}
.about__lead {
  margin-top: 43px;
  font-family: var(--genju);
  font-weight: var(--heavy);
  font-size: 42px;
  color: var(--orange);
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.about__lead-br {
  display: none;
}
.about__txt {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
.about__place-txt {
  color: var(--green);
  font-size: 19px;
  letter-spacing: 0.075em;
  font-weight: 800;
  margin-top: 46px;
}
.about__place-img {
  width: 887px;
  margin: 15px auto 0;
  max-width: 100%;
}
.about__place-img--sp {
  display: none;
}
/*-------------------------------

    important

    -------------------------------*/
.important__ttl {
  margin-top: 97.5px;
}
.important__ttl-mini {
  font-size: 23.5px;
  letter-spacing: 0;
}
.important__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 428.5px);
  color: var(--pink);
  text-align: center;
  gap: 43px;
  justify-content: center;
  align-items: center;
  margin: 60px auto 106px;
  max-width: 900px;
}
.important__item {
  background: #fcede9;
  width: 428.5px;
  height: 140px;
  font-family: var(--genju);
  font-weight: var(--heavy);
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4.5px 4.5px 0px 0px var(--pink);
  position: relative;
}
.important__item--1::after,
.important__item--2::after,
.important__item--3::after,
.important__item--4::after {
  position: absolute;
}
.important__item--1::after {
  content: url(img/p_important-star_1.svg);
  width: 44px;
  top: -9px;
  left: 23.5px;
}
.important__item--2::after {
  content: url(img/p_important-star_2.svg);
  width: 40px;
  top: -9px;
  left: 12px;
}
.important__item--3::after {
  content: url(img/p_important-star_3.svg);
  width: 44px;
  top: -10px;
  left: 31px;
}
.important__item--4::after {
  content: url(img/p_important-star_4.svg);
  width: 40px;
  top: -7px;
  left: 22px;
}
.important__img {
  margin: 60px auto 106px;
  max-width: 900px;
}
/*-------------------------------

    problem

    -------------------------------*/
.problem {
  text-align: center;
  text-align: center;
  background: #feefcd;
  display: flex;
}
.problem__ttl {
  color: var(--orange);
  font-size: 28.5px;
  font-family: var(--genju);
  font-weight: var(--heavy);
  margin-top: 56.5px;
}
.problem__img img {
  width: 893px;
  margin-top: 18.5px;
}
.problem__txt {
  margin-top: 26px;
  margin-bottom: 55px;
  line-height: 1.9;
}

/*-------------------------------

    office

    -------------------------------*/
.office__ttl {
  margin-top: 83px;
}
.office__table {
  font-size: 17.5px;
  margin: 40px auto 0;
  max-width: 821px;
}
.office__tr {
  border-bottom: 0.5px solid #333;
}
.office__tr--first {
  border-top: 0.5px solid #333;
}
.office__th {
  text-align: justify;
  text-align-last: justify;
  font-weight: normal;
  width: 150px;
  padding: 14px 0 14px 30px;
}
.office__td {
  padding: 14px 0 14px 80px;
}
.office__link{
	text-decoration:underline;
}
.office-location {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin: 59px auto 0;
  max-width: 900px;
}
/* .office__map iframe {
  max-width: 100%;
  width: 519px;
  height: 345px;
} */
.office__map {
  max-width: 100%;
  width: 519px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.office__map-txt {
  height: 20px;
  font-size: 15px;
  margin-top: 10px;
  color: var(--blue);
  text-decoration: underline;
}
.office-location__slider {
  max-width: 330px;
  width: 100%;
  margin: 0 auto 30px;
}
.office-location__slider-item img {
  max-width: 330px;
  width: 100%;
  aspect-ratio: 161/212;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.office-location__slider .slick-prev {
  left: 0;
  z-index: 1;
}
.office-location__slider .slick-next {
  translate: -50% 0;
  right: 0;
}
/* .office-location__img img {
  width: 330px;
  height: 250px;
  object-fit: cover;
} */
.office__btn {
  margin: 53.5px auto 0;
  display: block;
  width: 356px;
}
.office__th--tel {
  width: 10px;
}
/*-------------------------------

    recruit

    -------------------------------*/

.recruit {
  margin-top: 97px;
  text-align: center;
  /* background: #fbecf3; */
  display: flex;
  padding-top: 90px;
  margin-top: -90px;
}
.recruit__pink {
  background: #fbecf3;
  margin: 100px calc(50% - 50vw) 0;
  width: 100vw;
}
.recruit__ttl {
  margin-top: 63px;
}
.recruit__subttl {
  color: #ea613b;
  font-family: var(--genju);
  font-weight: var(--heavy);
  letter-spacing: 0.1em;
  font-size: 29px;
  margin-top: 42px;
}
.recruit__txt {
  line-height: 1.8;
  margin-top: 33px;
}
.recruit__btn {
  margin: 37.5px auto 70px;
  width: 571px;
  display: block;
}

/*-------------------------------

    contact

    -------------------------------*/
.contact {
  margin-top: 73px;
  text-align: center;
}
.contact__ttl {
  font-size: 29px;
  color: #ea613b;
  font-family: var(--genju);
  font-weight: var(--heavy);
  letter-spacing: 0.1em;
}
.contact__txt {
  line-height: 1.7;
  margin-top: 30px;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact__txt::after {
  position: absolute;
  content: url(img/p_contact-star.svg);
  width: 62px;
  right: -125px;
  top: -21px;
}
.contact__btnarea {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 34px auto 83px;
  align-items: center;
  gap: 55px;
  max-width: 887px;
}
.contact-btn {
  width: 407px;
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s ease-in-out;
}
.tel-btn__img img {
  width: 27px;
  margin-top: 18px;
}
.tel-btn__tel {
  font-size: 41.5px;
  margin-top: 10px;
  position: relative;
}
.tel-btn__tel::after {
  position: absolute;
  content: "トイズ";
  font-size: 10px;
  letter-spacing: 1em;
  top: -5px;
  right: 15px;
}
.tel-btn__txt {
  margin-top: 10px;
}
.tel-btn__hour {
  font-size: 22px;
  margin-top: 3px;
}
.tel-btn__hour-mini {
  font-size: 17px;
}
.mail-btn__img img {
  width: 46.5px;
  margin-top: 20px;
}
.mail-btn__lead {
  margin-top: 20px;
  font-size: 17.5px;
  position: relative;
}
.mail-btn__lead::before,
.mail-btn__lead::after {
  position: absolute;
  content: "";
  width: 2.5px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
}
.mail-btn__lead::before {
  left: -13px;
  transform: rotate(-20deg);
}
.mail-btn__lead::after {
  right: -13px;
  transform: rotate(20deg);
}
.mail-btn__ttl {
  font-size: 32px;
  margin-top: 18.5px;
}
.mail-btn__txt {
  margin-top: 10px;
}

/*-------------------------------

    ft

    -------------------------------*/
.ft {
  background: #c3ecff;
  color: var(--blue);
  font-family: var(--genju);
  text-align: center;
  background: linear-gradient(180deg, #f4f9fe, #83e4ff, #83e4ff);
}
.ft .container {
  width: 1200px;
  max-width: 100%;
}
.ft__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 890px;
  margin: 25px auto 0;
  padding: 0 10px;
}
.ft__logo img {
  width: 300px;
}
.ft-nav {
  margin-top: 32px;
}
.ft-navlist {
  display: flex;
  flex-direction: row;
  font-weight: var(--heavy);
  gap: 20px;
  font-size: 13px;
  letter-spacing: 0.15em;
}
.ft__copyright {
  font-weight: var(--bold);
  font-size: 14px;
  margin-top: 89px;
  margin-bottom: 68px;
}

/*-------------------------------

    feature

    -------------------------------*/
.feature .container {
  width: 100%;
  max-width: 100%;
}

.feature__ttl {
  margin-top: 77px;
  white-space: nowrap;
}
.feature__inner {
  background: #fbe2ce;
}
.feature__lead {
  text-align: center;
  color: var(--blue);
  font-weight: 700;
  font-size: 30px;
  width: 80%;
  padding: 72px 0 50px;
  line-height: 2.3;
  margin: 48.5px auto 0;
}
.feature__lead--big {
  font-size: 38px;
  position: relative;
  display: inline-block;
  line-height: 0;
}
.feature__lead--big::after {
  content: "・・・・";
  position: absolute;
  top: -30px;
  left: 37px;
  color: var(--orange);
}

/*-------------------------------

    flow

    -------------------------------*/
.flow {
  color: var(--blue);
  margin: 89px auto 0;
}
.flow__ttl {
  width: 263px;
  margin: 0 auto;
}
.flow__lead {
  font-weight: 600;
  font-size: 22.5px;
  text-align: center;
  margin-top: 29px;
}
.flow__img {
  margin: 40px auto 0;
  width: 900px;
  max-width: 100%;
}
.flow-figure {
  display: grid;
  grid-template-columns: repeat(4, 203px);
  justify-content: center;
  align-items: flex-end;
  margin-top: 38px;
  column-gap: 62px;
}
.flow-figure__item {
  position: relative;
}
.flow-figure__item--1::after,
.flow-figure__item--2::after,
.flow-figure__item--3::after {
  content: url(img/p_program-flow-arrow.svg);
  width: 30px;
  position: absolute;
  top: 65px;
}
.flow-figure__item--1::after {
  right: -30px;
}
.flow-figure__item--2::after {
  right: -40px;
}
.flow-figure__item--3::after {
  right: -45px;
}
/*-------------------------------

    content

    -------------------------------*/
.content {
  color: var(--blue);
  text-align: center;
}
.content__ttl {
  width: 318px;
  margin: 108px auto 0;
}
.content__lead {
  font-weight: 600;
  margin-top: 29px;
  font-size: 22.5px;
}
.content__img {
  margin: 52.5px auto 0;
  width: 873px;
  position: relative;
  max-width: 100%;
}
.content__pic {
  position: absolute;
  left: 293px;
  bottom: 12px;
}
.content__pic img {
  border-radius: 5px;
  width: 308px;
  height: 190.5px;
  object-fit: cover;
}

/*-------------------------------

    aim

    -------------------------------*/
.aim {
  margin-top: 107px;
  color: var(--blue);
  text-align: center;
}
.aim__ttl {
  width: 329px;
  margin: 0 auto;
}
.aim__lead {
  font-weight: 600;
  margin-top: 29px;
  font-size: 22.5px;
}
.aim__img img {
  margin-top: 15px;
  width: 909px;
}
.aim-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 49.5px;
  gap: 48.5px;
}
.aim-inner__img img {
  object-fit: cover;
  border-radius: 5px;
  width: 302px;
  aspect-ratio: 302/187;
}
.aim-inner__star {
  width: 105px;
}
.aim-inner__example {
  background: #fcecd9;
  border-radius: 5px;
  padding: 10px 10px 5px;
}
.example__ttl {
  font-size: 24.5px;
  font-family: var(--genju);
  font-weight: var(--heavy);
}
.example__txt {
  margin-top: 7px;
  font-size: 19px;
  text-align: left;
  line-height: 1.5;
}
.example__star--pink {
  color: #ed85a4;
}
.example__star--purple {
  color: #9989bf;
}

/*-------------------------------

    use

    -------------------------------*/
.use {
  /* margin-top: 127.5px; */
  text-align: center;
  padding-top: 90px;
  margin-top: -90px;
}
.use__ttl {
  width: 308px;
  margin: 127.5px auto 0;
}
.use__img {
  width: 863px;

    margin: 100px auto 0;
  max-width: 100%;
}
.use__txt {
  margin-top: 39px;
  color: var(--blue);
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

/*-------------------------------

    contact

    -------------------------------*/
.program .contact {
  margin-top: 135px;
}

/*-------------------------------

    cf

    -------------------------------*/

/*---------- cf ----------*/
.cf {
  color: var(--blue);
  padding-bottom: 100px;
}
.cf .container {
  overflow: visible;
}
.cf__ttl {
  margin-top: 106px;
}
.cf__table {
  margin: 20px auto 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.cf__tr {
  width: fit-content;
  height: 85px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.cf__tr--last {
  align-items: flex-start;
  height: fit-content;
  margin-top: 15px;
}
.cf__table tr:nth-of-type(1) th:before {
  content: url(img/p_contact-star_1.svg);
}
.cf__table tr:nth-of-type(2) th:before {
  content: url(img/p_contact-star_2.svg);
}
.cf__table tr:nth-of-type(3) th:before {
  content: url(img/p_contact-star_3.svg);
}
.cf__table tr:nth-of-type(4) th:before {
  content: url(img/p_contact-star_4.svg);
}
.cf__table tr:nth-of-type(5) th:before {
  content: url(img/p_contact-star_5.svg);
}
.cf__table tr:nth-of-type(6) th:before {
  content: url(img/p_contact-star_6.svg);
}
.cf__table tr:nth-of-type(7) th:before {
  content: url(img/p_contact-star_7.svg);
}
.cf__table tr:nth-of-type(8) th:before {
  content: url(img/p_contact-star_8.svg);
}
.cf__table tr:nth-of-type(9) th:before {
  content: url(img/p_contact-star_9.svg);
}
.cf__table tr:nth-of-type(10) th:before {
  content: url(img/p_contact-star_10.svg);
}
.cf__th {
  font-size: 22px;
  font-family: var(--genju);
  font-weight: var(--heavy);
  white-space: nowrap;
  width: 220px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.cf__th--first {
  padding: 0;
}
.ch__th--mini {
  font-size: 18px;
}
.cf__table th:before {
  width: 36.5px;
  display: block;
}
.cf__td {
  width: calc(100% - 240px);
}
.cf__td--first {
  padding: 0;
}
.cf__td--certificate p {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cf__td--certificate .wpcf7-form-control-wrap {
  white-space: nowrap;
}
.cf__txt {
  text-align: center;
  margin: 30px auto 0;
  font-size: 16px;
}
.cf__btnarea {
  position: relative;
}
.cf__btnarea p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
.cf__caution {
  display: block;
  font-size: 16px;
  margin-left: 58.5px;
  position: relative;
}
.cf__caution::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: -1em;
}
.cf-thanks {
  color: var(--blue);
}
.cf-thanks .container {
  height: 100vh;
}

/*---------- input ----------*/
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
select {
  border: 1px solid var(--blue);
  height: 57px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  min-width: 180px;
}
textarea {
  border: 1px solid var(--blue);
  border-radius: 5px;
  width: 100%;
  height: 141px;
  padding: 10px;
}
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid var(--blue);
  vertical-align: -1px;
  margin-right: 10px;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  content: "";
}
input[type="submit"].confirm {
  background: url(img/btn-confirm.svg);
  width: 185px;
  background-repeat: no-repeat;
  height: 48px;
  color: transparent;
  margin: 39px auto 0;
  display: block;
}
input[type="button"].back {
  background: url(img/btn-back.svg);
  width: 185px;
  background-repeat: no-repeat;
  height: 48px;
  color: transparent;
  margin: 39px 0 0;
}
input[type="submit"].send {
  background: url(img/btn-send.svg);
  width: 185px;
  background-repeat: no-repeat;
  height: 48px;
  color: transparent;
  margin: 39px 0 0;
  display: block;
}
input[type="hidden"] {
  display: none !important;
}

/*---------- wpcf ----------*/
.wpcf7-list-item-label {
  font-family: var(--genju);
  font-weight: var(--heavy);
  font-size: 22px;
}
.wpcf7-list-item {
  margin-right: 30px;
}
.wpcf7-spinner {
  position: absolute !important;
  bottom: 0;
}
.gurdians-certificate .wpcf7-radio {
  width: 200px;
  display: block;
}

/*-------------------------------

    archive-news

    -------------------------------*/
.ac-news {
  padding-bottom: 113px;
}
.ac-news__ttl {
  margin-top: 76.5px;
}
.ac-news__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, 192px);
  gap: 77px;
  justify-content: center;
  margin-top: 100px;
}
.ac-news__inner div:nth-of-type(2n + 1) .news__img {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}
.ac-news__inner div:nth-of-type(2n) .news__img {
  clip-path: polygon(
    50% 100%,
    90% 80%,
    100% 40%,
    75% 0%,
    25% 0%,
    0% 40%,
    10% 80%
  );
}
.ac-news .news__txt {
  margin-bottom: 0;
}
.ac-news__btnarea {
  display: flex;
  flex-direction: row;
  gap: 75px;
  justify-content: center;
  margin-top: 145px;
}
.ac-news__prev,
.ac-news__next {
  width: 143px;
}
.page-numbers {
  display: none;
}
.page-numbers.next {
  text-indent: -9999px;
  display: block;
  width: 7.9em;
  height: 2.7em;
  background: url(img/btn-next.svg) no-repeat;
  background-size: cover;
}
.page-numbers.prev {
  text-indent: -9999px;
  display: block;
  width: 7.9em;
  height: 2.7em;
  background: url(img/btn-prev.svg) no-repeat;
  background-size: cover;
}

/*-------------------------------

    single-new

    -------------------------------*/
.sin-news__pagettl {
  margin-top: 71px;
}
.sin-news__date {
  font-size: 16.5px;
  font-family: var(--genju);
  color: #898989;
  margin-top: 54px;
}
.sin-news__ttl {
  color: var(--orange);
  font-size: 28.5px;
  font-weight: 700;
  margin-top: 17px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.sin-news__img {
  margin: 0 auto 75px;
  width: fit-content;
}
.sin-news__img img {
  width: 800px;
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 50px;
}
.sin-news__content {
  /*   margin-top: 75px; */
  line-height: 1.6;
}
.sin-news__content p {
  margin-top: 1em;
}
.sin-news__btnarea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 150px;
  max-width: 600px;
}
.sin-news__prev,
.sin-news__next {
  width: 7.9em;
}
.sin-news__prev a {
  text-indent: -9999px;
  display: block;
  width: 7.9em;
  height: 2.6em;
  background: url(img/btn-prev.svg) no-repeat;
  background-size: cover;
}
.sin-news__next a {
  text-indent: -9999px;
  display: block;
  width: 7.9em;
  height: 2.6em;
  background: url(img/btn-next.svg) no-repeat;
  background-size: cover;
}
.sin-news__back {
  width: 186.5px;
  font-family: var(--genju);
  font-size: 22.5px;
  text-align: center;
}
.sin-news__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
}
.info-page-wrap {
  text-align: center;
  padding: 30vh 0;
}
.info-page-wrap .title {
  font-size: 1.3em;
  color: var(--blue);
  margin-bottom: 1em;
}
.info-page-wrap a {
  font-size: 0.9em;
  display: block;
  text-decoration: underline;
  margin-top: 2em;
}
.wpcf7-form-control-wrap span:nth-of-type(3) {
  position: relative;
}
.wpcf7-form-control-wrap span:nth-of-type(3)::after {
  position: absolute;
  top: -10px;
  right: -15px;
  font-size: 14px;
  display: block;
  color: #ed85a4;
  content: "★";
}
.cf__td--first {
  position: relative;
}
.cf__tr--first::after {
  content: "★「応募・採用」に関しては、お名前・ご連絡先・メールアドレスを記載の上、ご送信ください。";
  position: absolute;
  bottom: 0px;
  left: 260px;
  font-size: 14px;
  display: block;
  white-space: pre;
  color: #ed85a4;
}
.cf__tr--first {
  margin-bottom: 20px;
  position: relative;
}

 .wpcf7-turnstile {
  margin: 0 auto;
  width: fit-content;
  margin-top: 60px;
}