.job-nav {
  background: linear-gradient(90deg, #399d45 0%, #53a84f 12.78%, #aed880 100%);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .job-nav {
    padding: 30px 0;
  }
}
.job-nav .uk-container * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-nav .uk-container ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .job-nav .uk-container ul {
    gap: 10px;
  }
}
.job-nav .uk-container ul li {
  flex: 0 0 calc((100% - 20px) / 3);
}
@media screen and (max-width: 768px) {
  .job-nav .uk-container ul li {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.job-nav .uk-container ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.7em 1em 0;
  border-radius: 1em;
  border: 2px solid #fff;
  color: #5fae55;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .job-nav .uk-container ul li a {
    padding: 0.5em 0.5em 0;
    font-size: 3.2vw;
  }
}
.job-nav .uk-container ul li a::after {
  content: "\f078";
  display: block;
  font-family: "FontAwesome" !important;
}
.job-nav .uk-container ul li a:hover {
  opacity: 0.8;
}
.job-nav .uk-container ul li.current a,
.job-nav .uk-container ul li.current-menu-item a {
  background: transparent;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #intro {
    overflow: hidden;
  }
}
#intro > .uk-container > .is-layout-flex {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #intro > .uk-container > .is-layout-flex {
    display: block;
  }
}
#intro .wp-container-core-group-is-layout-4 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #intro .wp-container-core-group-is-layout-4 {
    display: block;
  }
}
#intro .intro-ttl p {
  font-size: 27px;
  font-size: 20px !important;
  line-height: 1.2;
  text-align: left;
  color: #ffa133;
  opacity: 0.8;
  margin: 0;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  #intro .intro-ttl p {
    font-size: 16.2px !important;
  }
}
#intro .intro-ttl h1 {
  font-weight: bold;
  font-size: 45px;
  font-size: 40px !important;
  line-height: 1.2;
  color: #753805;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #intro .intro-ttl h1 {
    font-size: 7.2vw !important;
  }
}
#intro .intro-body {
  position: relative;
  padding: 40px 0 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #intro .intro-body {
    padding: 40px 0 20px;
  }
}
#intro .intro-body::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -154px;
  right: -340px;
  left: -20%;
  right: -50%;
  top: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #ffa133 0%, #ffd791 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #intro .intro-body::before {
    height: 120%;
    left: -40px;
    right: -40px;
    border-radius: 0;
  }
}
#intro .intro-body h3.wp-block-heading {
  color: #fff;
  font-size: 28px !important;
}
@media screen and (max-width: 768px) {
  #intro .intro-body h3.wp-block-heading {
    font-size: 5.3333333333vw !important;
  }
  #intro .intro-body h3.wp-block-heading br {
    display: none;
  }
}
#intro .intro-body p {
  line-height: 2;
  font-weight: 600;
  text-align: justify;
}
#intro .intro-pic {
  flex: 0 0 50%;
  margin-right: -40px;
}
@media screen and (max-width: 1280px) {
  #intro .intro-pic {
    margin-right: 0;
  }
}
#intro .intro-pic img {
  border-radius: 20px;
}

#job::before {
  content: "";
  display: block;
  width: 100%;
  height: 416px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffa133 0%, #ffd791 100%);
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #job::before {
    height: 30%;
  }
}
#job .job-ttl {
  color: #fff;
  margin-bottom: 40px;
}
#job .job-ttl > div {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
}
#job .job-ttl > div h2 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #job .job-ttl > div h2 {
    font-size: 22.8px !important;
  }
}
@media screen and (max-width: 768px) {
  #job .job-ttl > div p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  #job .job-ttl > div + p {
    font-size: 16.8px !important;
  }
  #job .job-ttl > div + p br {
    display: none;
  }
}
#job .job-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  #job .job-item {
    margin: 0 -10px 20px !important;
    padding: 20px;
    border: 1px solid #ffd791;
    background-color: #fff;
    border-radius: 20px;
  }
}
#job .job-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 40px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #ffd791;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #job .job-item::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #job .job-item > .is-layout-flex {
    display: block;
  }
}
#job .job-item .job-item-photo-main img {
  border-radius: 20px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #job .job-item .job-item-photo-main img {
    border-radius: 10px;
  }
}
#job .job-item .job-item-body {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  #job .job-item .job-item-body {
    padding: 25px 0 0 0;
  }
}
#job .job-item .job-item-body h3 {
  display: inline-block;
  background: #ffa133;
  padding: 0.4em 1em 0.2em;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #job .job-item .job-item-body h3 {
    font-size: 18px !important;
  }
}
#job .job-item .job-item-body h3 + p {
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #job .job-item .job-item-body h3 + p {
    font-size: 14px !important;
    line-height: 1.76;
  }
}
#job .job-item .job-item-body h3 + p + .is-layout-flex {
  justify-content: flex-start;
}
#job .job-item .job-item-body .job-item-photo-sub img {
  border-radius: 20px;
}
#job .job-item .job-item-body p.job-item-fuki {
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #job .job-item .job-item-body p.job-item-fuki {
    font-size: 14px !important;
    line-height: 1.3 !important;
    white-space: normal;
  }
  #job .job-item .job-item-body p.job-item-fuki br {
    display: none;
  }
}
#job .job-item .job-item-body p.job-item-fuki::before, #job .job-item .job-item-body p.job-item-fuki::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #FFA133;
}
#job .job-item .job-item-body p.job-item-fuki::before {
  top: -0.3em;
  transform: rotate(-10deg);
  transform-origin: left bottom;
}
#job .job-item .job-item-body p.job-item-fuki::after {
  bottom: -0.2em;
  transform: rotate(10deg);
  transform-origin: left top;
}

#message {
  position: relative;
  padding-top: 40px;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #message {
    padding-top: 20px;
  }
}
#message h2 {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #message h2 {
    font-size: 5.0666666667vw !important;
  }
}
#message h2 + p {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #message h2 + p {
    font-size: 12px;
  }
}
#message .uk-container {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  #message .uk-container > .is-layout-flex {
    display: block;
  }
}
#message .uk-container > div {
  border-radius: 20px;
  overflow: hidden;
}
#message .uk-container > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #message .uk-container > div > div {
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #message .uk-container > div > div figure {
    margin: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #message .uk-container > div > div figure img {
    display: block;
    width: 100px !important;
    margin: auto;
  }
}
#message .uk-container > div > div figure + p {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #message .uk-container > div > div figure + p {
    font-size: 12px !important;
    margin-top: 10px;
  }
}
#message .uk-container > div div + div {
  padding: 50px 6% 50px 3% !important;
}
@media screen and (max-width: 768px) {
  #message .uk-container > div div + div {
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  #message .uk-container > div div + div :first-child {
    font-size: 18.75px !important;
  }
}
#message .uk-container > div div + div p + p {
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin-top: 0.5em;
}

#welcome h2 {
  font-family: "tk-takumi-yururi-font-minip", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #welcome h2 {
    font-size: 6.9333333333vw !important;
  }
}
@media screen and (max-width: 768px) {
  #welcome h2 + p {
    font-size: 14px !important;
  }
}

#contact h2 {
  background: linear-gradient(90deg, #399d45 0%, #53a84f 12.78%, #aed880 100%);
}
@media screen and (max-width: 768px) {
  #contact h2 {
    font-size: 6.6666666667vw !important;
    padding: 1.5em 0;
  }
}
#contact .contact-phone {
  font-family: "Jost", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 90px;
  letter-spacing: 0.04em;
  line-height: 0.6;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #contact .contact-phone {
    font-size: 10.6666666667vw !important;
  }
}
#contact .contact-phone a {
  text-decoration: none;
  color: #5fae55;
}
#contact .contact-phone a[href*=tel] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #contact .contact-phone a[href*=tel] {
    gap: 2.6666666667vw;
  }
}
#contact .contact-phone a[href*=tel]::before {
  content: "";
  display: inline-block;
  background: url(../img/icon-freedial.svg) no-repeat center;
  background-size: cover;
  aspect-ratio: 6/4;
  width: 70px;
}
@media screen and (max-width: 768px) {
  #contact .contact-phone a[href*=tel]::before {
    width: 7.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact-phone + p {
    font-size: 14px !important;
  }
}
#contact a.wp-block-button__link {
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #contact a.wp-block-button__link strong {
    font-size: 0.7em;
  }
}
#contact a.wp-block-button__link:hover {
  color: #fff;
  opacity: 0.8;
}

.form-dl {
  border-top: 1px solid #eee;
  padding: 3em 10%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .form-dl {
    display: flex;
    flex-direction: column !important;
    gap: 0.5em !important;
    padding: 2em 20px !important;
    margin: 0 -20px;
  }
}
.form-dl dt {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .form-dl dt {
    padding: 0 !important;
    flex: auto !important;
  }
}
.form-dl.flex {
  display: flex;
  gap: 2em;
}
.form-dl.flex dt {
  flex: 0 0 10em;
  padding-bottom: 0;
  padding-top: 0.5em;
}
.form-dl:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.form-dl:nth-child(even) input,
.form-dl:nth-child(even) select {
  background: #fff;
}

body.sdd #intro .intro-ttl p,
body.sdd #message h2,
body.sdd #message h2 + p,
body.sdd #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.sdd #job > div figure + p,
body.sdd #welcome h2,
body.sdd #welcome h2 + p {
  color: #67BEA0 !important;
}
body.sdd #job .job-item .job-item-body h3,
body.sdd #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #67BEA0 !important;
}
body.sdd #intro .intro-body::before,
body.sdd #job::before,
body.sdd #job .job-item .job-item-body p.job-item-fuki::before,
body.sdd #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #67bea0 0%, rgba(103, 190, 160, 0.55) 100%);
}
body.sdd #job .job-item,
body.sdd #job .job-item::before {
  border-color: #67BEA0;
}
body.sdd #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #67bea0 0%, rgba(103, 190, 160, 0.55) 100%);
}

body.pdt #intro .intro-ttl p,
body.pdt #message h2,
body.pdt #message h2 + p,
body.pdt #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.pdt #job > div figure + p,
body.pdt #welcome h2,
body.pdt #welcome h2 + p {
  color: #A2C981 !important;
}
body.pdt #job .job-item .job-item-body h3,
body.pdt #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #A2C981 !important;
}
body.pdt #intro .intro-body::before,
body.pdt #job::before,
body.pdt #job .job-item .job-item-body p.job-item-fuki::before,
body.pdt #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #A2C981 0%, rgba(162, 201, 129, 0.55) 100%);
}
body.pdt #job .job-item,
body.pdt #job .job-item::before {
  border-color: #A2C981;
}
body.pdt #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #A2C981 0%, rgba(162, 201, 129, 0.55) 100%);
}

body.cm #intro .intro-ttl p,
body.cm #message h2,
body.cm #message h2 + p,
body.cm #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.cm #job > div figure + p,
body.cm #welcome h2,
body.cm #welcome h2 + p {
  color: #F39C12 !important;
}
body.cm #job .job-item .job-item-body h3,
body.cm #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #F39C12 !important;
}
body.cm #intro .intro-body::before,
body.cm #job::before,
body.cm #job .job-item .job-item-body p.job-item-fuki::before,
body.cm #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #F39C12 0%, rgba(243, 156, 18, 0.55) 100%);
}
body.cm #job .job-item,
body.cm #job .job-item::before {
  border-color: #F39C12;
}
body.cm #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #F39C12 0%, rgba(243, 156, 18, 0.55) 100%);
}

body.sales #intro .intro-ttl p,
body.sales #message h2,
body.sales #message h2 + p,
body.sales #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.sales #job > div figure + p,
body.sales #welcome h2,
body.sales #welcome h2 + p {
  color: #FFA0A0 !important;
}
body.sales #job .job-item .job-item-body h3,
body.sales #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #FFA0A0 !important;
}
body.sales #intro .intro-body::before,
body.sales #job::before,
body.sales #job .job-item .job-item-body p.job-item-fuki::before,
body.sales #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #FFA0A0 0%, rgba(255, 160, 160, 0.55) 100%);
}
body.sales #job .job-item,
body.sales #job .job-item::before {
  border-color: #FFA0A0;
}
body.sales #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #FFA0A0 0%, rgba(255, 160, 160, 0.55) 100%);
}

body.ow #intro .intro-ttl p,
body.ow #message h2,
body.ow #message h2 + p,
body.ow #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.ow #job > div figure + p,
body.ow #welcome h2,
body.ow #welcome h2 + p {
  color: #69A2C6 !important;
}
body.ow #job .job-item .job-item-body h3,
body.ow #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #69A2C6 !important;
}
body.ow #intro .intro-body::before,
body.ow #job::before,
body.ow #job .job-item .job-item-body p.job-item-fuki::before,
body.ow #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #69A2C6 0%, rgba(105, 162, 198, 0.55) 100%);
}
body.ow #job .job-item,
body.ow #job .job-item::before {
  border-color: #69A2C6;
}
body.ow #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #69A2C6 0%, rgba(105, 162, 198, 0.55) 100%);
}

body.pdm #intro .intro-ttl p,
body.pdm #message h2,
body.pdm #message h2 + p,
body.pdm #message .wp-block-group-is-layout-flex div:nth-of-type(2) p,
body.pdm #job > div figure + p,
body.pdm #welcome h2,
body.pdm #welcome h2 + p {
  color: #CFA2E2 !important;
}
body.pdm #job .job-item .job-item-body h3,
body.pdm #message .wp-block-group-is-layout-flex div:nth-of-type(1) {
  background: #CFA2E2 !important;
}
body.pdm #intro .intro-body::before,
body.pdm #job::before,
body.pdm #job .job-item .job-item-body p.job-item-fuki::before,
body.pdm #job .job-item .job-item-body p.job-item-fuki::after {
  background: linear-gradient(90deg, #CFA2E2 0%, rgba(207, 162, 226, 0.55) 100%);
}
body.pdm #job .job-item,
body.pdm #job .job-item::before {
  border-color: #CFA2E2;
}
body.pdm #message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.15;
  background: linear-gradient(90deg, #CFA2E2 0%, rgba(207, 162, 226, 0.55) 100%);
}