@charset "UTF-8";
body.under:not(.contact, .confirm, .privacy, .is-post) {
  background: url(../img/front/front_body_bg.png) no-repeat center top/auto;
}
@media only screen and (min-width: 1920px) {
  body.under:not(.contact, .confirm, .privacy, .is-post) {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1366px) {
  body.under:not(.contact, .confirm, .privacy, .is-post) {
    background-size: auto 100%;
  }
}
body.under.company {
  background-image: url(../img/under/body_bg_company.png);
}
@media only screen and (min-width: 1920px) {
  body.under.company {
    background-size: 192rem auto;
  }
}
@media only screen and (max-width: 1366px) {
  body.under.company {
    background-size: 150% auto;
    background-position: top right;
  }
}
body.under.recruit {
  background-image: url(../img/under/body_bg_recruit.png);
}
@media only screen and (min-width: 1920px) {
  body.under.recruit {
    background-size: 192rem auto;
  }
}
@media only screen and (max-width: 1366px) {
  body.under.recruit {
    background-size: 150% auto;
    background-position: top right;
  }
}

section {
  position: relative;
}
section.kv {
  padding: 10rem 1em 8rem;
}
@media only screen and (max-width: 1023px) {
  section.kv {
    padding: 5rem 1em 10rem;
  }
}
.contact section.kv, .confirm section.kv {
  padding: 3rem 1em 6rem;
  margin-top: 1rem;
}
.contact section.kv > .wrapper, .confirm section.kv > .wrapper {
  max-width: 108rem;
  margin: auto;
}
.privacy section.kv {
  padding: 3rem 1em;
  margin-top: 4rem;
}
.is-post section.kv {
  padding: 10rem 1em;
}
@media only screen and (max-width: 1023px) {
  .is-post section.kv {
    padding: 5rem 1em 10rem;
  }
}
section.kv > .wrapper {
  max-width: 108rem;
  margin: auto;
}
section.kv > .wrapper .content-wrap .section-ttl-wrap .section-ttl.rev-simple .ja {
  font-size: 2.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  section.kv > .wrapper .content-wrap .section-ttl-wrap .section-ttl.rev-simple .ja {
    font-size: 1.6rem;
  }
}
.company section.company-philosophy {
  padding: 10rem 1em 8rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .company section.company-philosophy {
    padding: 5rem 1em;
  }
}
.company section.company-philosophy::before {
  content: "";
  width: 192rem;
  height: 100%;
  background: url(../img/front/front_section_bg_center@2x.png) no-repeat center/100% auto;
  display: block;
  position: absolute;
  bottom: -22rem;
  left: 50%;
  translate: -50% 0;
  aspect-ratio: 1920/637;
}
.company section.company-philosophy > .wrapper {
  max-width: 108rem;
  margin: auto;
  position: relative;
}
.company section.company-philosophy > .wrapper .flex-col2 {
  gap: 2rem 12.6rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .company section.company-philosophy > .wrapper .flex-col2 {
    margin-top: 2rem;
  }
}
.company section.company-philosophy > .wrapper .flex-col2 .content-wrap {
  width: 100%;
  max-width: 48rem;
}
@media only screen and (max-width: 1023px) {
  .company section.company-philosophy > .wrapper .flex-col2 .content-wrap {
    max-width: 100%;
  }
}
.company section.company-philosophy > .wrapper .flex-col2 .img-wrap {
  width: 100%;
  max-width: 47.3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.company section.company-philosophy > .wrapper .flex-col2 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company section.company-profile {
  padding: 7rem 1em;
}
@media only screen and (max-width: 1023px) {
  .company section.company-profile {
    padding: 5rem 1em;
  }
}
.company section.company-profile > .wrapper {
  max-width: 108rem;
  margin: auto;
}
.company section.company-history {
  padding: 8rem 1em;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history {
    padding: 5rem 1em;
  }
}
.company section.company-history > .wrapper {
  max-width: 108rem;
  margin: auto;
}
.company section.company-history > .wrapper .table-wrap {
  margin: calc(4rem - 1em) auto 0;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap {
    margin-top: calc(2rem - 1em);
  }
}
.company section.company-history > .wrapper .table-wrap table {
  width: 100%;
  border-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr {
    display: block;
    position: relative;
    overflow: hidden;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr th, .company section.company-history > .wrapper .table-wrap table tbody tr td {
  border-bottom: 0.1rem solid var(--bdr_gray);
  padding: 0.8em 0;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr th, .company section.company-history > .wrapper .table-wrap table tbody tr td {
    display: block;
    padding: 1em 0 1em 2em;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr th p, .company section.company-history > .wrapper .table-wrap table tbody tr td p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr th p, .company section.company-history > .wrapper .table-wrap table tbody tr td p {
    font-size: 1.4rem;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr th {
  width: 20rem;
  padding-right: 7rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr th {
    width: 100%;
    border: none;
    position: static;
    overflow: visible;
    padding-bottom: 0.5em;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr th::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: var(--c_primary);
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  right: 5rem;
  translate: 0 -50%;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr th::before {
    right: auto;
    left: 0;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr th::after {
  content: "";
  width: 0.1rem;
  height: 100%;
  background: var(--c_primary);
  position: absolute;
  top: 50%;
  right: 5rem;
  translate: calc(50% - 0.6rem) -50%;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr th::after {
    right: auto;
    left: 0;
    translate: calc(50% + 0.5rem) -50%;
  }
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr td {
    padding-top: 0;
    padding-left: 3em;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr td p {
  line-height: 2;
}
.company section.company-history > .wrapper .table-wrap table tbody tr:first-child th::after {
  translate: calc(50% - 0.6rem) 0;
}
@media only screen and (max-width: 1023px) {
  .company section.company-history > .wrapper .table-wrap table tbody tr:first-child th::after {
    translate: calc(50% + 0.5rem) 0;
  }
}
.company section.company-history > .wrapper .table-wrap table tbody tr:last-child th::after {
  top: auto;
  bottom: 0;
}
.recruit section.recruit-guideline {
  padding: 10rem 1em 8rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-guideline {
    padding: 5rem 1em;
  }
}
.recruit section.recruit-guideline::before {
  content: "";
  width: 192rem;
  height: 61.9rem;
  background: url(../img/front/front_section_bg_right@2x.png) no-repeat center top/100% auto;
  display: block;
  position: absolute;
  bottom: 25.3rem;
  left: 50%;
  translate: -50% 0;
}
.recruit section.recruit-guideline > .wrapper {
  max-width: 108rem;
  margin: auto;
  position: relative;
}
.recruit section.recruit-guideline > .wrapper .fill-box {
  max-width: 94rem;
  border-radius: 1rem;
  margin: 6rem auto 0;
  padding: 4rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-guideline > .wrapper .fill-box {
    margin: 2rem auto 0;
    padding: 1.5em 1em;
  }
}
.recruit section.recruit-our-work {
  padding: 8rem 1em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-work {
    padding: 5rem 1em;
  }
}
.recruit section.recruit-our-work::before {
  content: "";
  width: 192rem;
  height: 61.9rem;
  background: url(../img/front/front_section_bg_left@2x.png) no-repeat center top/100% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruit section.recruit-our-work > .wrapper {
  max-width: 108rem;
  margin: auto;
  position: relative;
}
.recruit section.recruit-our-work > .wrapper .flex-col2.recruit-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-work > .wrapper .flex-col2.recruit-content {
    margin-top: 2rem;
  }
}
.recruit section.recruit-our-people {
  padding: 8rem 1em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people {
    padding: 5rem 1em;
  }
}
.recruit section.recruit-our-people::before {
  content: "";
  width: 192rem;
  height: 61.9rem;
  background: url(../img/front/front_section_bg_right@2x.png) no-repeat center top/100% auto;
  display: block;
  position: absolute;
  top: 25rem;
  left: 50%;
  translate: -50% 0;
}
.recruit section.recruit-our-people > .wrapper {
  max-width: 108rem;
  margin: auto;
  position: relative;
}
.recruit section.recruit-our-people > .wrapper .flex-col2.recruit-content {
  margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .flex-col2.recruit-content {
    margin-top: 2rem;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap {
  margin: 5rem auto 0;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap {
    margin-top: 2rem;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box {
  width: 100%;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 4rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box {
    padding: 1.5em 1em;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box + .fill-box {
  margin-top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box + .fill-box {
    margin-top: 2rem;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box:nth-child(odd) .flex-col2 .img-icon:empty::before {
  background-image: url(../img/under/under_recruit_img_icon_01@2x.png);
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box:nth-child(even) .flex-col2 .img-icon:empty::before {
  background-image: url(../img/under/under_recruit_img_icon_02@2x.png);
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse row-reverse;
          flex-flow: wrap-reverse row-reverse;
  gap: 2rem 3rem;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap {
  width: 100%;
  max-width: 79rem;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap {
    gap: 0.5em;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--c_primary);
  border-radius: 100vw;
  aspect-ratio: 1/1;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap .name-ttl span {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap .name-ttl span {
    font-size: 1.3rem;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap .name-ttl span.name {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .name-ttl-wrap .name-ttl span.name {
    font-size: 1.6rem;
  }
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .content-wrap .txt-wrap {
  margin-top: 1em;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .img-icon {
  width: 100%;
  max-width: 16.7rem;
  height: 100%;
  max-height: 16.7rem;
  background: var(--c_white);
  border-radius: 100vw;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .img-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit section.recruit-our-people > .wrapper .fill-box-wrap .fill-box .flex-col2 .img-icon:empty::before {
  content: "";
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
  display: block;
}
.contact section .contact-wrap, .confirm section .contact-wrap, .complete section .contact-wrap {
  padding: 7rem 0 0;
}
.contact section .contact-wrap > .wrapper, .confirm section .contact-wrap > .wrapper, .complete section .contact-wrap > .wrapper {
  max-width: 94rem;
  margin: auto;
}
.contact section .contact-wrap > .wrapper .fill-box-wrap .fill-box, .confirm section .contact-wrap > .wrapper .fill-box-wrap .fill-box, .complete section .contact-wrap > .wrapper .fill-box-wrap .fill-box {
  width: 100%;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 4rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .fill-box-wrap .fill-box, .confirm section .contact-wrap > .wrapper .fill-box-wrap .fill-box, .complete section .contact-wrap > .wrapper .fill-box-wrap .fill-box {
    padding: 1.5em 1em;
  }
}
.contact section .contact-wrap > .wrapper .txt-wrap p + p, .confirm section .contact-wrap > .wrapper .txt-wrap p + p, .complete section .contact-wrap > .wrapper .txt-wrap p + p {
  margin-top: 1em;
}
.contact section .contact-wrap > .wrapper .txt-wrap p a, .confirm section .contact-wrap > .wrapper .txt-wrap p a, .complete section .contact-wrap > .wrapper .txt-wrap p a {
  width: auto;
  text-decoration: underline;
  color: var(--c_primary);
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .contact section .contact-wrap > .wrapper .txt-wrap p a, .confirm section .contact-wrap > .wrapper .txt-wrap p a, .complete section .contact-wrap > .wrapper .txt-wrap p a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact section .contact-wrap > .wrapper .txt-wrap p a:hover, .confirm section .contact-wrap > .wrapper .txt-wrap p a:hover, .complete section .contact-wrap > .wrapper .txt-wrap p a:hover {
    color: var(--c_txt);
  }
}
.contact section .contact-wrap > .wrapper .table-wrap, .confirm section .contact-wrap > .wrapper .table-wrap, .complete section .contact-wrap > .wrapper .table-wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap, .confirm section .contact-wrap > .wrapper .table-wrap, .complete section .contact-wrap > .wrapper .table-wrap {
    margin-top: 3rem;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap + .txt-wrap, .confirm section .contact-wrap > .wrapper .table-wrap + .txt-wrap, .complete section .contact-wrap > .wrapper .table-wrap + .txt-wrap {
  margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap + .txt-wrap, .confirm section .contact-wrap > .wrapper .table-wrap + .txt-wrap, .complete section .contact-wrap > .wrapper .table-wrap + .txt-wrap {
    margin-top: 3rem;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form, .confirm section .contact-wrap > .wrapper .table-wrap .def-form, .complete section .contact-wrap > .wrapper .table-wrap .def-form {
  width: 100%;
  border-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form, .confirm section .contact-wrap > .wrapper .table-wrap .def-form, .complete section .contact-wrap > .wrapper .table-wrap .def-form {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr {
    display: block;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child th, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child td, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child th, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child td, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child th, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr:first-child td {
  padding-top: 0;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td {
  border-bottom: 0.1rem solid var(--bdr_gray);
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td {
    display: block;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p {
    font-size: 1.4rem;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th {
  width: 39rem;
  vertical-align: top;
  padding: 1em 0 1em 7rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th {
    width: 100%;
    border-bottom: none;
    padding: 1em 0 1rem 0;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p::before, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p::before, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p::before {
  content: "任意";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  background: var(--bdr_gray);
  border-radius: 0.4rem;
  padding: 0.334em 0.668em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p.require::before, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p.require::before, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr th p.require::before {
  content: "必須";
  color: var(--c_white);
  background: var(--c_primary);
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td {
  padding: 1em 7rem 1em 3rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td {
    padding: 0 0 1em 0;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col > span, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col > span, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .col > span {
  margin: 0;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap {
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-template-areas: ". .";
  gap: 0 3rem;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap > span, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap > span, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p .grid-wrap > span {
  margin: 0;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text], .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email], .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel], .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text], .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email], .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel], .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text], .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email], .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel], .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea {
  width: 100%;
  font-size: 1em;
  background: var(--bg_base);
  border: none;
  border-radius: 0.4rem;
  padding: 0.75em 1em;
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bdr_gray);
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bdr_gray);
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bdr_gray);
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bdr_gray);
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--bdr_gray);
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-webkit-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-moz-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]:-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::-ms-input-placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=text]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=email]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=tel]::placeholder, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea::placeholder {
    font-size: 1.4rem;
  }
}
.contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea, .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea, .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p textarea {
  resize: vertical;
}
@media only screen and (min-width: 1920px) {
  .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=radio], .contact section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=checkbox], .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=radio], .confirm section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=checkbox], .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=radio], .complete section .contact-wrap > .wrapper .table-wrap .def-form tbody tr td p input[type=checkbox] {
    width: 0.6771vw;
    height: 0.6771vw;
    aspect-ratio: 1/1;
  }
}
.contact section .contact-wrap > .wrapper .agree-wrap, .confirm section .contact-wrap > .wrapper .agree-wrap, .complete section .contact-wrap > .wrapper .agree-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .agree-wrap, .confirm section .contact-wrap > .wrapper .agree-wrap, .complete section .contact-wrap > .wrapper .agree-wrap {
    margin-top: 3rem;
  }
}
.contact section .contact-wrap > .wrapper .agree-wrap p, .confirm section .contact-wrap > .wrapper .agree-wrap p, .complete section .contact-wrap > .wrapper .agree-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.contact section .contact-wrap > .wrapper .agree-wrap p.require::before, .confirm section .contact-wrap > .wrapper .agree-wrap p.require::before, .complete section .contact-wrap > .wrapper .agree-wrap p.require::before {
  content: "必須";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--c_white);
  background: var(--c_primary);
  border-radius: 0.4rem;
  padding: 0.334em 0.668em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contact section .contact-wrap > .wrapper .agree-wrap p span, .confirm section .contact-wrap > .wrapper .agree-wrap p span, .complete section .contact-wrap > .wrapper .agree-wrap p span {
  margin: 0;
}
@media only screen and (min-width: 1920px) {
  .contact section .contact-wrap > .wrapper .agree-wrap p input[type=checkbox], .confirm section .contact-wrap > .wrapper .agree-wrap p input[type=checkbox], .complete section .contact-wrap > .wrapper .agree-wrap p input[type=checkbox] {
    width: 0.6771vw;
    height: 0.6771vw;
    aspect-ratio: 1/1;
  }
}
.contact section .contact-wrap > .wrapper .btn-wrap, .confirm section .contact-wrap > .wrapper .btn-wrap, .complete section .contact-wrap > .wrapper .btn-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap row-reverse;
          flex-flow: wrap row-reverse;
  gap: 4rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1023px) {
  .contact section .contact-wrap > .wrapper .btn-wrap, .confirm section .contact-wrap > .wrapper .btn-wrap, .complete section .contact-wrap > .wrapper .btn-wrap {
    gap: 2rem;
    margin-top: 3rem;
  }
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn, .confirm section .contact-wrap > .wrapper .btn-wrap .btn, .complete section .contact-wrap > .wrapper .btn-wrap .btn {
  min-width: 28rem;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn, .confirm section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn, .complete section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn {
  width: 100%;
  height: 100%;
  color: var(--c_white);
  background: var(--c_primary);
  border: 0.1rem solid var(--c_primary);
  border-radius: 100vw;
  display: block;
  padding: 1em 2em;
  cursor: pointer;
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn:disabled, .confirm section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn:disabled, .complete section .contact-wrap > .wrapper .btn-wrap .btn .submit-btn:disabled {
  color: var(--c_white);
  background: var(--bdr_gray);
  border: 0.1rem solid var(--bdr_gray);
  pointer-events: none;
  cursor: not-allowed;
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn .wpcf7-spinner, .confirm section .contact-wrap > .wrapper .btn-wrap .btn .wpcf7-spinner, .complete section .contact-wrap > .wrapper .btn-wrap .btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .contact section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn, .complete section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:hover, .contact section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:focus-visible, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:hover, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:focus-visible, .complete section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:hover, .complete section .contact-wrap > .wrapper .btn-wrap .btn.hov-action .submit-btn:focus-visible {
    color: var(--c_primary);
    background: var(--c_white);
  }
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn.fill-base, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.fill-base, .complete section .contact-wrap > .wrapper .btn-wrap .btn.fill-base {
  width: auto;
  min-width: 20.4rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.contact section .contact-wrap > .wrapper .btn-wrap .btn.fill-base .back-btn, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.fill-base .back-btn, .complete section .contact-wrap > .wrapper .btn-wrap .btn.fill-base .back-btn {
  width: 100%;
  height: 100%;
  color: var(--c_txt);
  background: var(--bg_base);
  border: 0.1rem solid var(--bdr_gray);
  border-radius: 100vw;
  display: block;
  padding: 0.5em 2em;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .contact section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn, .complete section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contact section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:hover, .contact section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:focus-visible, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:hover, .confirm section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:focus-visible, .complete section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:hover, .complete section .contact-wrap > .wrapper .btn-wrap .btn.fill-base.hov-action .back-btn:focus-visible {
    background: var(--bdr_gray);
  }
}
.privacy section.privacy-policy-wrap {
  padding: 4rem 1em 10rem;
}
.privacy section.privacy-policy-wrap > .wrapper {
  max-width: 94rem;
  margin: auto;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block + .block {
  margin-top: 2em;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .block-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .block-ttl::before {
  width: 1.5em;
  content: counter(number) ".";
  display: inline-block;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .block-ttl + .txt-wrap {
  margin-top: 1em;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .txt-wrap p + p {
  margin-top: 2em;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .indent-1 {
  padding-left: 1em;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .bold {
  font-weight: 700;
}
.privacy section.privacy-policy-wrap > .wrapper .block-wrap .block .list-dot + p {
  margin-top: 2em;
}
.is-post section .news-post {
  padding: 8rem 0 0;
}
@media only screen and (max-width: 1023px) {
  .is-post section .news-post {
    padding: 10rem 0 0;
  }
}
.is-post section .news-post > .wrapper {
  max-width: 94rem;
  margin: auto;
}
.is-post section .news-post > .wrapper .news-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3rem;
}
.is-post section .news-post > .wrapper .news-post-inner .btn-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 10rem;
}
.is-post section .news-post > .wrapper .news-post-inner .btn-wrap .btn {
  min-width: auto;
  font-size: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.is-post section .news-post > .wrapper .news-post-inner .btn-wrap .btn.inactive {
  font-size: 1.4rem;
  outline-color: var(--bdr_gray);
}
.is-post section .news-post > .wrapper .cate-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem 3.5rem;
}
@media only screen and (max-width: 1023px) {
  .is-post section .news-post > .wrapper .cate-date-wrap {
    gap: 1rem;
  }
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap {
  width: 100%;
  max-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category {
  font-size: 1.3rem;
  text-align: center;
  color: var(--c_white);
  background: var(--cat_01);
  border-radius: 100vw;
  padding: 0.25em 1em;
}
@media only screen and (max-width: 1023px) {
  .is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category {
    font-size: 1.2rem;
  }
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category.cat-01 {
  background: var(--cat_01);
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category.cat-02 {
  background: var(--cat_02);
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category.cat-03 {
  background: var(--cat_03);
}
.is-post section .news-post > .wrapper .cate-date-wrap .category-wrap .category.cat-04 {
  background: var(--cat_04);
}
.is-post section .news-post > .wrapper .cate-date-wrap .news-date {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .is-post section .news-post > .wrapper .cate-date-wrap .news-date {
    font-size: 1.4rem;
  }
}
section.page-404 {
  padding: 4rem 1em 10rem;
}
section.page-404 > .wrapper {
  max-width: 94rem;
  margin: auto;
}
section.page-404 > .wrapper .content-ttl-wrap .content-ttl::before {
  content: none;
}
section.page-404 > .wrapper .fill-box-wrap .fill-box {
  width: 100%;
  border-radius: 1rem;
  margin: auto;
  padding: 4rem;
}
@media only screen and (max-width: 1023px) {
  section.page-404 > .wrapper .fill-box-wrap .fill-box {
    padding: 1.5em 1em;
  }
}
section.page-404 > .wrapper .fill-box-wrap .txt-wrap p + p {
  margin-top: 1em;
}
section.page-404 > .wrapper .fill-box-wrap .btn-wrap {
  margin-top: 4rem;
}

.flex-col2.recruit-content {
  gap: 2rem 5rem;
}
.flex-col2.recruit-content .content-wrap {
  width: 100%;
  max-width: 54rem;
}
@media only screen and (max-width: 1023px) {
  .flex-col2.recruit-content .content-wrap {
    max-width: 100%;
  }
}
.flex-col2.recruit-content .content-wrap .catch-wrap {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 1023px) {
  .flex-col2.recruit-content .content-wrap .catch-wrap {
    font-size: 1.6rem;
  }
}
.flex-col2.recruit-content .img-wrap {
  width: 100%;
  max-width: 49rem;
}
.flex-col2.recruit-content .img-wrap img {
  width: 100%;
}

.sec-count-wrap {
  counter-reset: number 0;
}
.sec-count-wrap .sec-count {
  counter-increment: number 1;
}

.anchor-wrap {
  padding: 0 1em;
}
.anchor-wrap .anchor {
  max-width: 108rem;
  margin: 0 auto;
}
.post-editor h1 {
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .post-editor h1 {
    font-size: 2.1rem;
    font-weight: 900;
  }
}
.post-editor h2 {
  font-size: 2.1rem;
  font-weight: 900;
}
@media only screen and (max-width: 1023px) {
  .post-editor h2 {
    font-size: 2rem;
  }
}
.post-editor h3 {
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .post-editor h3 {
    font-size: 2rem;
  }
}
.post-editor h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .post-editor h4 {
    font-size: 1.8rem;
  }
}
.post-editor h5 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .post-editor h5 {
    font-size: 1.6rem;
  }
}
.post-editor h6 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .post-editor h6 {
    font-size: 1.4rem;
  }
}
.post-editor ul li + li, .post-editor ol li + li {
  margin-top: 0.5em;
}
.post-editor ul li ul, .post-editor ul li ol, .post-editor ol li ul, .post-editor ol li ol {
  margin-top: 0.5em;
}
.post-editor ul li {
  position: relative;
  padding-left: 1.5em;
}
.post-editor ul li::before {
  width: 1.5em;
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.post-editor ol {
  counter-reset: number 0;
}
.post-editor ol li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: number 1;
}
.post-editor ol li::before {
  min-width: 1.5em;
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.post-editor a {
  display: inline;
  color: var(--c_primary);
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .post-editor a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .post-editor a:hover {
    color: var(--c_txt);
    text-decoration: none;
  }
}
.post-editor strong {
  font-weight: 700;
}
.post-editor em {
  font-style: italic;
}
.post-editor blockquote {
  background: var(--bg_base);
  border-radius: 1rem;
  font-size: 1.4rem;
  padding: 1em 2em;
  position: relative;
}
.post-editor blockquote::before, .post-editor blockquote::after {
  font-family: var(--f_montserrat);
  font-size: 2rem;
  list-style: 1;
  color: var(--bdr_gray);
  position: absolute;
}
.post-editor blockquote::before {
  content: "“";
  top: 0;
  left: 0.5em;
}
.post-editor blockquote::after {
  content: "”";
  bottom: 0;
  right: 0.5em;
}
.post-editor img {
  margin: auto;
}
.post-editor * + * {
  margin-top: 1em;
}