html {
  font-size: 100%;
  margin-top: 0 !important;
}

:root {
  --color-blk: #343434;
  --color-gry: #808080;
  --color-grn: #7ca38c;
  --color-lgn: #efefeb;
  --color-wht: #ffffff;
  --color-bge: #f1f0ea;
  --color-bg: #f4f4f1;
  --color-border: #edede8;
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-size: 16px;
  color: var(--color-gry);
  line-height: 160%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  transition: 0.5s;
  color: var(--color-gry);
}
a:hover {
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
}

figure {
  line-height: 1;
  width: 100%;
}

img {
  width: 100%;
}

ul {
  line-height: 1em;
}
ul li {
  list-style: none;
  text-align: justify;
  line-height: 160%;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  ul li {
    font-size: 14px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

span.en {
  font-family: "Caveat", cursive;
  font-weight: 500;
}
span.blue {
  color: var(--color-blu);
}

.ttlBox p {
  text-align: center;
  padding: 32px 0 0;
  margin: 0 0 48px;
  background: url(../images/common/ico_mark.svg) center top no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 600px) {
  .ttlBox p {
    margin-bottom: 24px;
  }
}
.ttlBox p span.en {
  font-size: 24px;
  line-height: 1em;
  color: var(--color-grn);
}
.ttlBox h4 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  line-height: 1em;
  color: var(--color-grn);
}

th,
td {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.w1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .w1000 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .w1000 {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

/* header */
.header {
  position: fixed;
  top: 0;
  padding: 32px 56px 32px 69px;
  box-sizing: border-box;
  z-index: 9999;
  transition: 0.5s;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 18px;
  }
}

.navFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .navFlex {
    background: none;
    padding: 0;
    line-height: 1em;
  }
}
.navFlex .navLeft {
  width: 150px;
}
.navFlex .navLeft .logo {
  display: inline-block;
  line-height: 1em;
  width: 100%;
}
.navFlex .navLeft .logo a {
  display: inline-block;
  width: 100%;
}
.navFlex .navRight {
  width: calc(100% - 160px);
  display: flex;
  justify-content: flex-end;
  gap: 48px;
}
@media screen and (max-width: 1280px) {
  .navFlex .navRight {
    display: none;
  }
}
.navFlex .navRight .navBox {
  display: flex;
  gap: 24px;
  align-items: center;
}
.navFlex .navRight .navBox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px 24px;
  width: 478px;
}
.navFlex .navRight .navBox ul li {
  line-height: 1em;
}
.navFlex .navRight .navBox ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  cursor: pointer;
}
.navFlex .navRight .navBox ul.sns {
  gap: 12px;
  justify-content: flex-start;
  width: 385px;
}
.navFlex .navRight .navBox ul.sns li a {
  display: flex;
  gap: 6px;
  background: var(--color-wht);
  padding: 23px 19px;
  box-sizing: border-box;
  border-radius: 21px;
  align-items: center;
}
.navFlex .navRight .navBox ul.sns li a span {
  color: var(--color-grn);
  font-size: 14px;
}
.navFlex .navRight .navBox ul.sns li a span.ico {
  display: inline-block;
  width: 16px;
}
.navFlex .navRight .navBox ul.sns li a span.ico img {
  vertical-align: middle;
}
.navFlex .navRight .navBox ul.sns li:nth-of-type(2) a span.ico {
  width: 17px;
}
.navFlex .navRight .navBox ul.sns li:nth-of-type(3) a span.ico {
  width: 10px;
}
.navFlex .navRight .btnHeaderBox {
  line-height: 1;
  max-width: 76px;
}
.navFlex .navRight .btnHeaderBox a {
  width: 100%;
  font-size: 16px;
  line-height: 1em;
  color: var(--color-grn);
  display: flex;
  gap: 18px;
  flex-direction: column;
  letter-spacing: 0;
  align-items: center;
}
.navFlex .navRight .btnHeaderBox a span.ico {
  width: 76px;
  display: block;
}
.navFlex .navRight .btnHeaderBox a span.ico img {
  width: 100%;
}

.menu {
  position: fixed;
  z-index: 999;
  opacity: 0;
  height: auto;
  background: var(--color-grn);
  overflow-y: scroll;
  transition: 0.5s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.menu .menuBox {
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  box-sizing: border-box;
  transition: 0.5s;
}
.menu .menuBox .logo {
  width: 164px;
  margin-bottom: 60px;
  line-height: 1em;
}
.menu .menuBox ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
  width: min(86%, 800px);
  margin: 0 auto 40px;
}
.menu .menuBox ul li {
  width: 100%;
}
.menu .menuBox ul li a {
  display: block;
  text-align: center;
  background: var(--color-wht);
  padding: 16px;
  font-size: 15px;
  box-sizing: border-box;
  color: var(--color-grn);
  border-radius: 18px;
  line-height: 1em;
}
.menu .menuBox ul.detail {
  gap: 12px 18px;
  flex-direction: inherit;
}
.menu .menuBox ul.detail li {
  width: auto;
}
.menu .menuBox ul.detail li a {
  background: none;
  padding: 0;
  color: var(--color-wht);
  font-size: 12px;
}
.menu .menuBox .contactBox {
  background: var(--color-wht);
  border-radius: 64px;
  padding: 64px 30px;
  box-sizing: border-box;
  width: min(96%, 800px);
  margin: 0 auto 40px;
}
.menu .menuBox .contactBox .ttlBox {
  margin-bottom: 36px;
}
.menu .menuBox .contactBox .ttlBox p {
  line-height: 1em;
}
.menu .menuBox .contactBox .ttlBox p.subTtl {
  font-size: 24px;
  background: none;
  font-weight: 400;
  color: var(--color-grn);
}
.menu .menuBox .contactBox .btnFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu .menuBox .contactBox .btnFlex a {
  width: 100%;
  padding: 23px;
  box-sizing: border-box;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background: var(--color-grn);
  border-radius: 24px;
  font-size: 18px;
  color: var(--color-wht);
  text-align: center;
  line-height: 1em;
}
.menu .menuBox .contactBox .btnFlex a:last-child {
  background: var(--color-wht);
  color: var(--color-grn);
  border: 1px solid var(--color-grn);
  padding: 14px;
  margin-top: 12px;
}
.menu .menuBox .contactBox .btnFlex a:last-child span {
  text-align: center;
  display: block;
}
.menu .menuBox .contactBox .btnFlex a:last-child span.fontS {
  font-size: 12px;
}
.menu .menuBox .snsBox {
  display: flex;
  justify-content: space-between;
  width: min(86%, 800px);
  margin: 0 auto 30px;
}
.menu .menuBox .snsBox .snsSet {
  width: 30.8%;
}
.menu .menuBox .snsBox .snsSet a {
  height: 60px;
  display: flex;
  gap: 6px;
  background: var(--color-wht);
  padding: 13px;
  box-sizing: border-box;
  border-radius: 21px;
  align-items: center;
  flex-direction: column;
}
.menu .menuBox .snsBox .snsSet a span {
  color: var(--color-grn);
  font-size: 12px;
  line-height: 1em;
}
.menu .menuBox .snsBox .snsSet a span.ico {
  display: inline-block;
  width: 16px;
}
.menu .menuBox .snsBox .snsSet a span.ico img {
  vertical-align: middle;
}
.menu .menuBox .snsBox .snsSet:nth-of-type(2) a span.ico {
  width: 17px;
}
.menu .menuBox .snsBox .snsSet:nth-of-type(3) a span.ico {
  width: 10px;
}

.menu--isOpen {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

.menuTriggerBox {
  position: fixed;
  z-index: 9999;
  top: 17px;
  right: 18px;
  z-index: 999999999;
  width: 64px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1280px) {
  .menuTriggerBox {
    display: block;
  }
}

.menuTrigger {
  position: relative;
  cursor: pointer;
  width: 64px;
  height: 50px;
  box-sizing: border-box;
}

/* footer */
footer {
  position: relative;
  z-index: 2;
  background: var(--color-bg) url(../images/common/bg.png) center;
  background-size: cover;
}
footer .footLinkBox {
  width: min(90%, 1174px);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background: var(--color-wht);
  border-radius: 120px;
  padding: 108px 154px;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox {
    border-radius: 64px;
    padding: 64px 30px;
  }
}
footer .footLinkBox .ttlBox {
  margin-bottom: 63px;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .ttlBox {
    margin-bottom: 36px;
  }
}
footer .footLinkBox .ttlBox p {
  text-align: center;
  padding: 32px 0 0;
  margin: 0 0 48px;
  background: url(../images/common/ico_mark.svg) center top no-repeat;
  background-size: 24px auto;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .ttlBox p {
    margin-bottom: 24px;
  }
}
footer .footLinkBox .ttlBox p span.en {
  font-size: 24px;
  line-height: 1em;
  color: var(--color-grn);
}
footer .footLinkBox .ttlBox p.ttl {
  background: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  line-height: 1em;
  color: var(--color-grn);
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .ttlBox p.ttl {
    font-size: 24px;
  }
}
footer .footLinkBox .footLinkFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footLinkBox .footLinkFlex .footLinkSet {
  width: 48.6%;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .footLinkFlex .footLinkSet {
    width: 100%;
  }
}
footer .footLinkBox .footLinkFlex .footLinkSet a {
  width: 100%;
  padding: 48px;
  box-sizing: border-box;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background: var(--color-grn);
  border-radius: 24px;
  font-size: 24px;
  color: var(--color-wht);
  text-align: center;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .footLinkFlex .footLinkSet a {
    padding: 23px;
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .footLinkFlex .footLinkSet:last-child {
    margin-top: 12px;
  }
}
footer .footLinkBox .footLinkFlex .footLinkSet:last-child a {
  background: var(--color-wht);
  color: var(--color-grn);
  border: 1px solid var(--color-grn);
  padding: 35px;
}
@media screen and (max-width: 834px) {
  footer .footLinkBox .footLinkFlex .footLinkSet:last-child a {
    padding: 14px;
  }
}
footer .footLinkBox .footLinkFlex .footLinkSet:last-child a span {
  text-align: center;
  display: block;
}
footer .footLinkBox .footLinkFlex .footLinkSet:last-child a span.fontS {
  font-size: 12px;
  font-weight: 400;
}
footer .footerBox {
  width: 100%;
  padding: 408px 0 183px;
  position: absolute;
  top: 246px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: var(--color-bge) url(../images/common/bg_footer.png) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  footer .footerBox {
    padding: 344px 0 124px;
    top: 120px;
  }
}
footer .footerBox::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  background: url(../images/common/footer_bottom.png) center top no-repeat;
  background-size: cover;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  footer .footerBox::after {
    height: 96px;
  }
}
footer .footerBox .footerFlex {
  width: min(90%, 1033px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footerBox .footerFlex .leftBox {
  width: 422px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox {
    width: 100%;
  }
}
footer .footerBox .footerFlex .leftBox .logoBox {
  width: 173px;
  margin-bottom: 49px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .logoBox {
    margin-bottom: 64px;
  }
}
footer .footerBox .footerFlex .leftBox .logoBox a {
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
}
footer .footerBox .footerFlex .leftBox .logoBox a img {
  width: 100%;
  margin-top: 22px;
}
footer .footerBox .footerFlex .leftBox .addressBox {
  margin-bottom: 49px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .addressBox {
    margin-bottom: 24px;
  }
}
footer .footerBox .footerFlex .leftBox .addressBox address {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .addressBox address {
    font-size: 14px;
    margin-bottom: 0;
  }
}
footer .footerBox .footerFlex .leftBox .addressBox address p {
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .addressBox address p {
    margin-bottom: 6px;
    display: flex;
  }
}
footer .footerBox .footerFlex .leftBox .addressBox address p span {
  font-size: 16px;
  line-height: 1em;
  color: var(--color-gry);
  display: inline-block;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .addressBox address p span {
    font-size: 14px;
    line-height: 160%;
  }
}
footer .footerBox .footerFlex .leftBox .addressBox address p span.ttl {
  width: 96px;
  color: var(--color-grn);
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .addressBox address p span.ttl {
    width: 84px;
  }
}
footer .footerBox .footerFlex .leftBox .snsBox {
  gap: 12px;
  justify-content: flex-start;
  display: flex;
  width: 91%;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .snsBox {
    width: 100%;
  }
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet {
  width: 31.2%;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .snsBox .snsSet {
    width: 30.8%;
  }
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet a {
  display: flex;
  gap: 6px;
  background: var(--color-wht);
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 21px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .snsBox .snsSet a {
    flex-direction: column;
    padding: 13px;
    height: 60px;
  }
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet a span {
  color: var(--color-grn);
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox .snsBox .snsSet a span {
    font-size: 12px;
    line-height: 1em;
  }
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet a span.ico {
  display: inline-block;
  width: 16px;
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet a span.ico img {
  vertical-align: middle;
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet:nth-of-type(2) a span.ico {
  width: 17px;
}
footer .footerBox .footerFlex .leftBox .snsBox .snsSet:nth-of-type(3) a span.ico {
  width: 10px;
}
footer .footerBox .footerFlex .leftBox nav.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex .leftBox nav.sp {
    display: block;
    margin: 0 0 68px;
  }
}
footer .footerBox .footerFlex .leftBox nav.sp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  margin: 0;
}
footer .footerBox .footerFlex .leftBox nav.sp ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  color: var(--color-gry);
}
footer .footerBox .footerFlex nav {
  width: calc(100% - 537px);
  margin-top: 86px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex nav {
    width: 100%;
    margin-top: 68px;
    flex-direction: inherit;
    justify-content: flex-start;
  }
}
footer .footerBox .footerFlex nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
}
footer .footerBox .footerFlex nav ul li {
  line-height: 1em;
}
footer .footerBox .footerFlex nav ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  color: var(--color-gry);
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex nav ul.pc {
    display: none;
  }
}
footer .footerBox .footerFlex nav ul:last-child {
  margin-top: 108px;
  gap: 24px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex nav ul:last-child {
    margin: 0;
    gap: 18px 12px;
  }
}
footer .footerBox .footerFlex nav ul:last-child li a {
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  footer .footerBox .footerFlex nav ul:last-child li a {
    font-size: 12px;
  }
}

.formBox .form {
  width: 100%;
}
.formBox .form p {
  line-height: 1em;
}
.formBox .form tr {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 600px) {
  .formBox .form tr {
    margin-bottom: 30px;
  }
}
.formBox .form tr th {
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  white-space: normal;
  width: 160%;
  color: var(--color-gry);
}
.formBox .form tr th p {
  margin-bottom: 15px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-gry);
}
@media screen and (max-width: 600px) {
  .formBox .form tr th p {
    margin-bottom: 10px;
    gap: 5px;
  }
}
.formBox .form tr th p span.required {
  font-size: 12px;
  background: var(--color-grn);
  color: var(--color-wht);
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .formBox .form tr th p span.required {
    padding: 3px 8px;
    font-size: 14px;
  }
}
.formBox .form tr th p span.any {
  font-size: 12px;
  background: #788482;
  color: var(--color-wht);
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .formBox .form tr th p span.any {
    padding: 3px 8px;
    font-size: 14px;
  }
}
.formBox .form tr td {
  font-size: 16px;
  color: var(--color-gry);
  line-height: 1em;
  white-space: normal;
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .formBox .form tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.formBox .form tr td p {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td p {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.formBox .form tr td p [data-name=your-name01] {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td p [data-name=your-name01] {
    width: 100%;
  }
}
.formBox .form tr td p [data-name=your-name02] {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td p [data-name=your-name02] {
    width: 100%;
  }
}
.formBox .form tr td p [data-name=date-36] {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td p [data-name=date-36] {
    width: 100%;
  }
}
.formBox .form tr td p [data-name=your-time] {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td p [data-name=your-time] {
    width: 100%;
  }
}
.formBox .form tr td .wpcf7-spinner {
  display: none !important;
}
.formBox .form tr td .wpcf7-list-item {
  margin: 0;
}
.formBox .form tr td option:first-child {
  display: none;
}
.formBox .form tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.formBox .form tr td .wpcf7-form-control-wrap {
  width: 100%;
}
.formBox .form tr td input,
.formBox .form tr td textarea,
.formBox .form tr td select {
  -webkit-appearance: auto !important;
  width: 100%;
  padding: 17px 20px;
  box-sizing: border-box;
  color: var(--color-gry);
  border: none;
  font-size: 16px;
  line-height: 1.3em;
  border-radius: 12px;
  background: var(--color-wht);
}
@media screen and (max-width: 600px) {
  .formBox .form tr td input,
  .formBox .form tr td textarea,
  .formBox .form tr td select {
    padding: 15px;
  }
}
.formBox .form tr td input[type=date]::placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.formBox .form tr td input::placeholder,
.formBox .form tr td textarea::placeholder,
.formBox .form tr td select::placeholder {
  color: rgba(128, 128, 128, 0.3);
}
.formBox .form tr td textarea {
  height: 250px;
}
@media screen and (max-width: 600px) {
  .formBox .form tr td textarea {
    height: 200px;
  }
}
.formBox p.detail {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .formBox p.detail {
    font-size: 12px;
  }
}
.formBox p.detail a {
  text-decoration: underline;
}
.formBox input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formBox .wpcf7-radio {
  display: flex;
  gap: 20px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .formBox .wpcf7-radio {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.formBox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.formBox .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background: var(--color-wht);
  width: 30px;
  height: 30px;
}
.formBox .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--color-grn);
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: none;
}
.formBox input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.formBox [data-name=acceptance-597] .wpcf7-list-item {
  display: block;
  margin: 0;
}
.formBox [data-name=acceptance-597] input[type=checkbox] {
  display: none;
}
.formBox [data-name=acceptance-597] .wpcf7-list-item-label {
  position: relative;
  height: 32px;
  padding-left: 42px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .formBox [data-name=acceptance-597] .wpcf7-list-item-label {
    height: 28px;
    padding-left: 38px;
  }
}
.formBox [data-name=acceptance-597] .wpcf7-list-item-label a {
  text-decoration: underline;
}
.formBox [data-name=acceptance-597] .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .formBox [data-name=acceptance-597] .wpcf7-list-item-label::before {
    width: 28px;
    height: 28px;
  }
}
.formBox [data-name=acceptance-597] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  background: url(../images/common/ico_check.svg) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  left: 4px;
}
@media screen and (max-width: 600px) {
  .formBox [data-name=acceptance-597] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    width: 23px;
    height: 17px;
  }
}
.formBox .wpcf7-submit {
  max-width: 274px;
  margin: 80px auto 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 22px;
  line-height: 1em;
  background: var(--color-wht);
  color: var(--color-grn);
  font-size: 16px;
  border-radius: 21px;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 600px) {
  .formBox .wpcf7-submit {
    font-size: 14px;
    padding: 17px;
    border-radius: 18px;
    margin: 50px auto 0;
    max-width: 324px;
  }
}
.formBox .wpcf7-spinner {
  display: none;
}
.formBox p br {
  display: none;
}
.formBox .confirmForm {
  width: 100%;
}
.formBox .confirmForm p {
  line-height: 1em;
}
.formBox .confirmForm tr {
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 600px) {
  .formBox .confirmForm tr {
    margin-bottom: 20px;
  }
}
.formBox .confirmForm tr th {
  text-align: left;
  font-size: 16px;
  line-height: 1em;
  white-space: normal;
  width: 100%;
  color: var(--color-gry);
}
@media screen and (max-width: 600px) {
  .formBox .confirmForm tr th {
    font-size: 14px;
  }
}
.formBox .confirmForm tr th p {
  margin-bottom: 22px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: var(--color-gry);
}
@media screen and (max-width: 600px) {
  .formBox .confirmForm tr th p {
    margin-bottom: 10px;
    gap: 8px;
  }
}
.formBox .confirmForm tr th p span.required {
  font-size: 12px;
  background: var(--color-blu);
  color: var(--color-wht);
  padding: 3px 6px;
  line-height: 1em;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .formBox .confirmForm tr th p span.required {
    padding: 2px 5px;
    font-size: 12px;
  }
}
.formBox .confirmForm tr td {
  font-size: 14px;
  color: #c1c1c1;
  line-height: 1em;
  white-space: normal;
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .formBox .confirmForm tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 12px;
  }
}
.formBox .confirmForm tr td .wpcf7-spinner {
  display: none !important;
}
.formBox .confirmForm tr td .wpcf7-list-item {
  margin: 0;
}
.formBox .confirmForm tr td option:first-child {
  display: none;
}
.formBox .confirmForm tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.formBox .confirmForm tr td input,
.formBox .confirmForm tr td textarea,
.formBox .confirmForm tr td select {
  -webkit-appearance: auto !important;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: var(--color-gry);
  border: none;
  font-size: 14px;
  line-height: 1.3em;
  border-radius: 3px;
  background: var(--color-gry);
}
@media screen and (max-width: 600px) {
  .formBox .confirmForm tr td input,
  .formBox .confirmForm tr td textarea,
  .formBox .confirmForm tr td select {
    padding: 18px 15px;
    font-size: 12px;
  }
}
.formBox .confirmForm tr td input::placeholder,
.formBox .confirmForm tr td textarea::placeholder,
.formBox .confirmForm tr td select::placeholder {
  color: #c1c1c1;
}
.formBox .confirmForm tr td select {
  width: 200px;
  background: var(--color-gry) url(../images/common/ico_form_bottom.svg) center right 10px no-repeat;
  background-size: 12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c1c1c1;
}
.formBox .confirmForm tr td select::-ms-expand {
  display: none;
}
.formBox .confirmForm tr td textarea {
  height: 150px;
}
.formBox .confirmForm input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formBox .confirmForm .wpcf7-list-item.first {
  margin-left: 0;
}
.formBox .confirmForm span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formBox .confirmForm span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid green;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.formBox .confirmForm span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: orange;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.formBox .confirmForm input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.formBox .confirmForm .wpcf7-spinner {
  display: none;
}
.formBox .confirmForm p br {
  display: none;
}

.thanks {
  width: 100%;
}
.thanks__inner {
  width: min(90%, 500px);
  margin: 0 auto;
  padding: 0 0 140px;
}
@media screen and (max-width: 600px) {
  .thanks__inner {
    padding: 0 0 100px;
  }
}
.thanks__inner .thanksBox p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .thanks__inner .thanksBox p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.thanks__inner .thanksBox .btnBox {
  width: 300px;
  margin: 0 auto;
}
.thanks__inner .thanksBox .btnBox a {
  background: var(--color-wht);
  color: var(--color-grn);
  border: 1px solid var(--color-grn);
  padding: 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .thanks__inner .thanksBox .btnBox a {
    padding: 14px;
  }
}
.thanks__inner .thanksBox .btnBox a span {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  .thanks__inner .thanksBox .btnBox a span {
    font-size: 18px;
  }
}
.thanks__inner .thanksBox .btnBox a span.fontS {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}