@charset "UTF-8";
h2, h2.wp-block-heading {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  h2, h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3, h3.wp-block-heading {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  h3, h3.wp-block-heading {
    font-size: 1.8rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

ul.wp-block-list {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  ul.wp-block-list {
    font-size: 1.4rem;
  }
}

/*============================
#title
============================*/
article#title {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  article#title {
    margin-top: 72px;
  }
}
article#title div.bg {
  width: 50%;
  margin-left: auto;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#title div.bg {
    width: 100%;
    min-height: 400px;
  }
}
article#title div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#title div.bg img {
    padding: 0px;
  }
}
article#title section.full {
  position: static;
}
article#title section.full div.wrap {
  position: absolute;
  color: #313131;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 600px;
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    min-width: auto;
    left: 0;
    transform: translate(0%, -50%);
    padding: 80px 20px;
  }
}
article#title section.full div.wrap h1.masthead {
  font-size: 4.8rem;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap h1.masthead {
    font-size: 2.4rem;
    line-height: 1.8 0.2;
  }
}
article#title section.full div.wrap h1.masthead:after {
  content: "";
  width: 80px;
  height: 4px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
}
article#title section.full div.wrap p {
  font-weight: 300;
  letter-spacing: 2px;
}

/*============================
#title
============================*/
article#crossTitle {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  article#crossTitle {
    margin-top: 72px;
  }
}
article#crossTitle div.bg {
  width: 50%;
  margin-left: auto;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#crossTitle div.bg {
    width: 100%;
    min-height: 400px;
  }
}
article#crossTitle div.bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article#crossTitle div.bg img {
    padding: 0px;
  }
}
article#crossTitle section.full {
  position: static;
}
article#crossTitle section.full div.wrap {
  position: absolute;
  color: #313131;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 50%;
  padding: 80px 40px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 580px;
  left: calc(50% - 680px);
}
@media screen and (max-width: 1200px) {
  article#crossTitle section.full div.wrap {
    width: calc(100% - 80px);
    margin: 0 40px;
    min-width: auto;
    left: 0;
    transform: translate(0%, -50%);
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  article#crossTitle section.full div.wrap {
    position: static;
    transform: translate(0);
    margin: 0;
    padding: 40px 20px;
    width: 100%;
  }
}
article#crossTitle section.full div.wrap h1.masthead {
  font-size: 2.4rem;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#crossTitle section.full div.wrap h1.masthead {
    font-size: 2rem;
    text-align: left;
    margin: 0;
    line-height: 1.6;
  }
}
article#crossTitle section.full div.wrap h1.masthead:after {
  content: "";
  width: 80px;
  height: 4px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  bottom: 0;
}
article#crossTitle section.full div.wrap p {
  font-weight: 300;
  letter-spacing: 2px;
}

/*============================
#widemenu
============================*/
article#widemenu {
  background: #ED6D00;
}
article#widemenu section.full div.menu {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.menu {
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.menu div.wp-block-spacer {
    display: none;
  }
}
article#widemenu section.full div.menu div.wp-block-buttons {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.menu div.wp-block-buttons div.wp-block-button {
    margin-right: 0;
    margin-bottom: 0;
    min-width: calc(50% - 10px);
  }
}
article#widemenu section.full div.menu div.wp-block-buttons div.wp-block-button a.wp-block-button__link.wp-element-button {
  color: #313131;
  background: #fff;
  border-radius: 10px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.menu div.wp-block-buttons div.wp-block-button a.wp-block-button__link.wp-element-button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }
}
article#widemenu section.full div.menu div.wp-block-buttons div.wp-block-button a.wp-block-button__link.wp-element-button:before {
  content: "〉";
  position: absolute;
  left: 20px;
}
article#widemenu section.full div.menu div.wp-block-buttons div.wp-block-button:last-child {
  margin-right: 0px;
}
article#widemenu section.full div.crossmenu {
  max-width: 880px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-spacer {
    display: none;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns {
  margin: 0;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns {
    margin-bottom: 40px;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column {
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column:first-child {
    min-width: 80px;
    flex-basis: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column:last-child {
    flex-basis: calc(100% - 80px) !important;
    padding-left: 20px;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column figure.wp-block-image img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  max-width: 120px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column figure.wp-block-image img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column h3.wp-block-heading {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column h3.wp-block-heading {
    font-size: 1.4rem;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column h2.wp-block-heading {
  line-height: 1;
  padding-bottom: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column h2.wp-block-heading {
    font-size: 1.6rem;
  }
}
article#widemenu section.full div.crossmenu div.wp-block-columns div.wp-block-column p {
  font-size: 1.2rem;
  line-height: 1.6;
}

div.flow p.has-text-align-center {
  text-align: center;
  max-width: 800px;
  margin: auto;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  div.flow p.has-text-align-center {
    font-size: 2rem;
    text-align: left;
  }
}
div.flow h3.wp-block-heading em {
  color: #ED6D00;
  font-style: normal;
}
div.flow div.content {
  background: #F4F4F4;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  div.flow div.content {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
div.flow div.content.mb-0 {
  margin-bottom: 0;
}
div.flow div.content div.wp-block-buttons div.wp-block-button a.wp-block-button__link.wp-element-button {
  display: block;
  border-radius: 10px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  letter-spacing: 2px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  div.flow div.content div.wp-block-buttons div.wp-block-button a.wp-block-button__link.wp-element-button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  div.flow .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
}

div.guideline h2.wp-block-heading {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 30px;
}
div.guideline h2.wp-block-heading:after {
  content: "";
  width: 4px;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table {
    margin-bottom: 0;
  }
}
div.guideline figure.wp-block-table table {
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
div.guideline figure.wp-block-table table tbody tr:first-child td {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr:first-child td:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr:last-child {
    margin-bottom: 0;
  }
}
div.guideline figure.wp-block-table table tbody tr td {
  border: none;
  border-bottom: solid #707070 1px;
  padding: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr td {
    border: none;
    border-bottom: solid #707070 1px;
    padding: 20px 10px 20px;
    font-size: 1.4rem;
    width: 100%;
  }
}
div.guideline figure.wp-block-table table tbody tr td:first-child {
  width: 200px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr td:first-child {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
  }
}
div.guideline figure.wp-block-table table tbody tr td:last-child {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr td:last-child {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
div.guideline figure.wp-block-table table tbody tr td strong {
  position: relative;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  div.guideline figure.wp-block-table table tbody tr td strong {
    font-size: 1.6rem;
  }
}
div.guideline figure.wp-block-table table tbody tr td strong:after {
  content: "";
  width: 24px;
  height: 2px;
  background-image: linear-gradient(135deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  bottom: 0;
}

div.faq h2.wp-block-heading {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 30px;
}
div.faq h2.wp-block-heading:after {
  content: "";
  width: 4px;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(237, 109, 0), rgb(224, 164, 112));
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  div.faq h2.wp-block-heading:after {
    font-size: 24px;
    top: 0;
  }
}
div.faq h3.wp-block-heading {
  position: relative;
  padding-left: 36px;
}
div.faq h3.wp-block-heading:before {
  content: "Q";
  color: #ED6D00;
  font-style: normal;
  position: absolute;
  left: 0;
}
div.faq p {
  padding: 40px;
  background: #F4F4F4;
  border-radius: 20px;
  margin: 40px 0 80px;
}
@media screen and (max-width: 768px) {
  div.faq p {
    padding: 40px 20px;
    margin: 20px 0 40px;
  }
}
div.faq p.mb-0 {
  margin-bottom: 0;
}/*# sourceMappingURL=recruit.css.map */