@charset "UTF-8";
/*
last edit: 2026.4.18
*/
/*----------------------------------------------------------
/* define
-----------------------------------------------------------*/
/* base color */
/**************************************************************************/
/*  レイアウト共通
/**************************************************************************/
article > .common-section:nth-child(n+2) {
  margin: 60px 0;
}
article > .common-section.has-bg:nth-child(n+2) {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #DCEFE4;
}
article > .common-section:last-child {
  margin-bottom: 120px;
}

.common-section {
  padding: 0 15px;
}

.common-inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1200px) {
  article > .common-section:nth-child(n+2) {
    margin: 80px 0;
  }
  article > .common-section.has-bg:nth-child(n+2) {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  article > .common-section:last-child {
    margin-bottom: 140px;
  }
}
.common-section.has-bg .common-h4 {
  background: #fff;
}

.page a.text-link {
  color: #EDB73D;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.page a.text-link:hover {
  opacity: 0.6;
}

/**************************************************************************/
/*  ページタイトル
/**************************************************************************/
.hero {
  margin: 0 0 60px 0;
  padding: 40px 15px;
  font-size: 4rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  background-color: #42AA6E;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  .hero {
    padding: 100px 15px;
    font-size: 7rem;
  }
}
/*各ページ背景画像*/
.page-outline .hero {
  background-image: url(./images/hero/bg-outline_sp.jpg);
}

.page-philosophy .hero {
  background-image: url(./images/hero/bg-philosophy_sp.jpg);
}

.page-chief .hero {
  background-image: url(./images/hero/bg-chief_sp.jpg);
}

.page-department .hero {
  background-image: url(./images/hero/bg-department_sp.jpg);
}

.page-company-management .hero,
.page-performance-management .hero,
.page-electronic-declaration .hero {
  background-image: url(./images/hero/bg-company-management_sp.jpg);
}

.page-start-up .hero {
  background-image: url(./images/hero/bg-start-up_sp.jpg);
}

.page-business-succession .hero {
  background-image: url(./images/hero/bg-business-succession_sp.jpg);
}

.page-inheritance .hero {
  background-image: url(./images/hero/bg-inheritance_sp.jpg);
}

.page-strength .hero,
.page-partner .hero {
  background-image: url(./images/hero/bg-why-choose-us_sp.jpg);
}

.page-access .hero {
  background-image: url(./images/hero/bg-access_sp.jpg);
}

.page-contact .hero,
.page-contact-confirm .hero,
.page-contact-thanks .hero {
  background-image: url(./images/hero/bg-contact_sp.jpg);
}

.page-recruit-form .hero,
.page-recruitform-confirm .hero,
.page-recruitform-thanks .hero {
  background-image: url(./images/hero/bg-recruit-form_sp.jpg);
}

.page-event-form .hero,
.page-eventform-confirm .hero,
.page-eventform-thanks .hero {
  background-image: url(./images/hero/bg-event-form_sp.jpg);
}

.page-quality-policy .hero {
  background-image: url(./images/hero/bg-quality-policy_sp.jpg);
}

.blog .hero,
.single-post .hero {
  background-image: url(./images/hero/bg-info_sp.jpg);
}

.post-type-archive-event .hero,
.single-event .hero {
  background-image: url(./images/hero/bg-event_sp.jpg);
}

.post-type-archive-column .hero {
  background-image: url(./images/hero/bg-column_sp.jpg);
}

.single-column .hero {
  background-image: url(./images/hero/bg-column-article_sp.jpg);
}

@media print, screen and (min-width: 768px) {
  .page-outline .hero {
    background-image: url(./images/hero/bg-outline_pc.jpg);
  }
  .page-philosophy .hero {
    background-image: url(./images/hero/bg-philosophy_pc.jpg);
  }
  .page-chief .hero {
    background-image: url(./images/hero/bg-chief_pc.jpg);
  }
  .page-department .hero {
    background-image: url(./images/hero/bg-department_pc.jpg);
  }
  .page-company-management .hero,
  .page-performance-management .hero,
  .page-electronic-declaration .hero {
    background-image: url(./images/hero/bg-company-management_pc.jpg);
  }
  .page-start-up .hero {
    background-image: url(./images/hero/bg-start-up_pc.jpg);
  }
  .page-business-succession .hero {
    background-image: url(./images/hero/bg-business-succession_pc.jpg);
  }
  .page-inheritance .hero {
    background-image: url(./images/hero/bg-inheritance_pc.jpg);
  }
  .page-strength .hero,
  .page-partner .hero {
    background-image: url(./images/hero/bg-why-choose-us_pc.jpg);
  }
  .page-access .hero {
    background-image: url(./images/hero/bg-access_pc.jpg);
  }
  .page-contact .hero,
  .page-contact-confirm .hero,
  .page-contact-thanks .hero {
    background-image: url(./images/hero/bg-contact_pc.jpg);
  }
  .page-recruit-form .hero,
  .page-recruitform-confirm .hero,
  .page-recruitform-thanks .hero {
    background-image: url(./images/hero/bg-recruit-form_pc.jpg);
  }
  .page-event-form .hero,
  .page-eventform-confirm .hero,
  .page-eventform-thanks .hero {
    background-image: url(./images/hero/bg-event-form_pc.jpg);
  }
  .page-quality-policy .hero {
    background-image: url(./images/hero/bg-quality-policy_pc.jpg);
  }
  .blog .hero,
  .single-post .hero {
    background-image: url(./images/hero/bg-info_sp.jpg);
  }
  .post-type-archive-event .hero,
  .single-event .hero {
    background-image: url(./images/hero/bg-event_pc.jpg);
  }
  .post-type-archive-column .hero {
    background-image: url(./images/hero/bg-column_pc.jpg);
  }
  .single-column .hero {
    background-image: url(./images/hero/bg-column-article_pc.jpg);
  }
}
/**************************************************************************/
/*  スタッフ紹介
/**************************************************************************/
.page-department .staff-list {
  padding: 0;
}
.page-department .staff-list:not(.officer) > div {
  padding: 20px 15px;
  background: #f0f0f0;
}
.page-department .staff-list:not(.officer) > div:empty {
  background: none;
}
.page-department .staff-list h3 {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  border-bottom: 1px solid #42AA6E;
}
.page-department .staff-list h3 + p > span {
  display: block;
  margin: 0 auto 4px;
  text-align: center;
}
.page-department .staff-list p {
  margin: 0;
}
.page-department .staff-list .staff-comment {
  position: relative;
  margin: 40px 0 0 0;
  padding: 10px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 6px;
}
.page-department .staff-list .staff-comment::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 15px;
  border-left: 16px solid transparent;
  border-bottom: 16px solid #fff;
}

.page-department .staff-list.officer > div {
  padding: 0;
}
.page-department .staff-list.officer .officer-inner {
  padding: 20px 15px;
  background: #f0f0f0;
}

@media screen and (max-width: 781px) {
  .staff-list > div:empty {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .page-department .staff-list h3 {
    font-size: 3rem;
  }
}
/**************************************************************************/
/*  当初の強み
/**************************************************************************/
.strength-block {
  margin: 0;
  padding: 0;
}
.strength-block .img-box {
  padding: 0;
}
.strength-block .text-box {
  padding: 30px 15px;
  color: #fff;
  background: linear-gradient(180deg, #42AA6E, #2F774E);
}
.strength-block .text-box h2 {
  position: relative;
  margin: 0 0 30px 0;
  font-size: 2.8rem;
}
.strength-block .text-box h2::before {
  content: "";
  width: 120px;
  height: 100px;
  position: absolute;
  top: 0;
}
.strength-block .text-box p {
  margin: 0;
}

article > section:first-of-type h2::before {
  background: url(./images/strength/strength-num_01.svg) no-repeat center center/contain;
}

article > section:nth-of-type(2) h2::before {
  background: url(./images/strength/strength-num_02.svg) no-repeat center center/contain;
}

article > section:nth-of-type(3) h2::before {
  background: url(./images/strength/strength-num_03.svg) no-repeat center center/contain;
}

article > section:last-of-type h2::before {
  background: url(./images/strength/strength-num_04.svg) no-repeat center center/contain;
}

@media screen and (max-width: 781px) {
  .strength-inner.reverse .strength-block > div:first-child {
    order: 1;
  }
  .strength-block .text-box h2 {
    padding: 120px 0 0 0;
  }
  .strength-block .text-box h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 782px) {
  .strength-block .text-box {
    padding: 40px 30px;
  }
  .strength-block .text-box h2 {
    margin: 0 0 40px 0;
    padding: 0 0 0 120px;
    font-size: 3.2rem;
  }
  .strength-block .text-box h2::before {
    width: 100px;
    height: 90px;
    left: 0;
  }
}
/**************************************************************************/
/*  サービス共通
/**************************************************************************/
.service-inner > .wp-block-group__inner-container > div:nth-child(n+2) {
  margin-top: 40px;
}

@media print, screen and (min-width: 1200px) {
  .service-inner > .wp-block-group__inner-container > div:nth-child(n+2) {
    margin-top: 60px;
  }
}
.service-figure-box {
  margin: 0.5em 0 30px 0;
}

@media print, screen and (min-width: 782px) {
  .service-figure-box {
    margin: 0.5em 0 50px 0;
  }
}
/**************************************************************************/
/*  会社経営・会計・税務のご相談
/**************************************************************************/
@media screen and (max-width: 781px) {
  .company-management-block.reverse > div:first-child {
    order: 1;
  }
}
/**************************************************************************/
/*  業績管理のご相談
/**************************************************************************/
.page-id-29 strong,
.page-id-33 strong {
  color: #42AA6E;
}

.medium-term-plan {
  gap: 4em;
}

.medium-term-plan > div {
  position: relative;
  padding: 20px;
  border: 2px solid #42AA6E;
}
.medium-term-plan > div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.medium-term-plan > div:last-of-type::before {
  content: none;
}
.medium-term-plan > div h4 {
  margin: 0 0 10px 0;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-size: 2.4rem;
  color: #42AA6E;
}
.medium-term-plan > div ul.wp-block-list {
  margin: 0;
}
.medium-term-plan > div ul.wp-block-list li {
  padding-left: 1.5em;
}
.medium-term-plan > div ul.wp-block-list li::before {
  content: "■";
}

@media screen and (max-width: 781px) {
  .medium-term-plan > div::before {
    bottom: calc(-2em - 13px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 26px 20px 0 20px;
    border-color: #42AA6E transparent transparent transparent;
  }
}
@media print, screen and (min-width: 782px) {
  .medium-term-plan > div::before {
    top: 50%;
    right: calc(-2em - 13px);
    transform: translateY(-50%);
    border-width: 20px 0 20px 26px;
    border-color: transparent transparent transparent #42AA6E;
  }
}
@media print, screen and (min-width: 1200px) {
  .medium-term-plan > div {
    padding: 30px;
  }
  .medium-term-plan > div h4 {
    font-size: 3.2rem;
  }
  .pdca-cycle figure img {
    max-width: 700px;
  }
}
.medium-term-goal > div {
  padding: 20px 15px;
  background: #EDB73D;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
}
.medium-term-goal > div p {
  margin: 0;
}

@media screen and (max-width: 781px) {
  .medium-term-goal {
    gap: 1em;
  }
}
@media print, screen and (min-width: 1200px) {
  .medium-term-goal > div {
    font-size: 2rem;
  }
}
/**************************************************************************/
/*  書面添付・電子申告の推進
/**************************************************************************/
.financial-list {
  font-size: 1.4rem;
}
.financial-list strong {
  color: #A61527;
}
.financial-list p {
  margin-bottom: 10px;
}

.electronic-filing-project {
  padding: 20px;
  border: 2px solid #42AA6E;
}
.electronic-filing-project h4 {
  margin: 0 0 10px 0;
  font-weight: bold !important;
  font-size: 2rem;
}
.electronic-filing-project p {
  margin: 0;
}

@media print, screen and (min-width: 1200px) {
  .electronic-filing-project {
    padding: 30px;
  }
}
/**************************************************************************/
/*  創業支援・経営革新のご相談
/**************************************************************************/
@media screen and (max-width: 781px) {
  .start-up-inner.reverse .start-up-block > div:first-child {
    order: 1;
  }
}
/**************************************************************************/
/*  パートナー企業
/**************************************************************************/
.ap-group-list {
  margin: 20px 0 0 0;
}
.ap-group-list > div {
  padding: 0 0 0 15px;
  border-left: 3px solid #42AA6E;
}
.ap-group-list > div p {
  margin: 0;
}
.ap-group-list > div p:first-of-type {
  margin: 0 0 10px 0;
  font-weight: bold;
}

@media print, screen and (min-width: 782px) {
  .wp-block-columns.is-layout-flex.ap-group-list > div {
    flex-basis: auto;
  }
}
@media only screen and (min-width: 782px) and (max-width: 1199px) {
  .wp-block-columns.is-layout-flex.ap-group-list {
    flex-wrap: wrap !important;
    gap: 2em 1em !important;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-columns.is-layout-flex.ap-group-list {
    gap: 1.5em;
  }
}
.case-study h4 {
  position: relative;
  margin: 0.5em 0 20px 0 !important;
  padding: 8px 8px;
  line-height: 1.2;
  font-size: 2rem;
  color: #42AA6E;
  background-color: #DCEFE4;
}
.case-study h4 strong {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  padding: 8px 10px;
  background: #42AA6E;
  font-family: "Jost", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.case-study h4 span {
  display: inline-block;
  margin: 0 0 6px 0;
  font-weight: bold;
}
.case-study h5 {
  margin: 0.5em 0 15px 0 !important;
  font-weight: bold !important;
  font-size: 1.8rem;
  color: #42AA6E;
}
.case-study .details-box {
  position: relative;
  margin: 70px 0 0 0;
  padding: 20px;
  border: 2px solid #42AA6E;
}
.case-study .details-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  border-style: solid;
  transform: translateX(-50%);
  border-width: 30px 35px 0 35px;
  border-color: #42AA6E transparent transparent transparent;
}
.case-study .details-box h5 {
  margin: 0 0 10px 0;
  font-weight: bold !important;
  font-size: 2rem;
}
.case-study .details-box p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .case-study h4 {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .case-study h4 {
    padding-left: 60px;
    font-size: 2.6rem;
  }
  .case-study h4 strong {
    padding: 8px 16px;
  }
  .case-study h5 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .case-study .details-box {
    padding: 30px;
  }
}
/**************************************************************************/
/*  アクセス
/**************************************************************************/
@media screen and (max-width: 781px) {
  .access-inner.reverse .access-block > div:first-child {
    order: 1;
  }
}
.gmap-box > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gmap-box > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 768px) {
  .gmap-box > div {
    padding-top: 56.25%;
  }
}
/**************************************************************************/
/*  フッター ページ固定ボタン
/**************************************************************************/
.fix-btn-wrap {
  position: fixed;
  z-index: 99;
}
.fix-btn-wrap .fix-btn > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #42aa6e;
  color: #fff;
  transition: all 0.2s ease-out;
}
.fix-btn-wrap .fix-btn > div a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.fix-btn-wrap .fix-btn > div a img {
  display: block;
}
.fix-btn-wrap .fix-btn > div a span {
  font-size: 1.6rem;
}
.fix-btn-wrap .fix-btn > div.fix-recruit a {
  background: #dd7d1e;
}

@media screen and (max-width: 991px) {
  .fix-btn-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fix-btn-wrap .fix-btn {
    display: flex;
  }
  .fix-btn-wrap .fix-btn > div {
    width: 50%;
  }
  .fix-btn-wrap .fix-btn > div a {
    width: 100%;
    height: 52px;
  }
  .fix-btn-wrap .fix-btn > div a img {
    width: 46px;
    padding: 0 6px 0 0;
  }
  .fix-btn-wrap .fix-btn .fix-contact {
    order: 1;
  }
  .fix-btn-wrap .fix-btn.recruit-page > div {
    width: 100%;
  }
  .fix-btn-wrap .fix-btn.recruit-page > div a img {
    width: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .fix-btn-wrap {
    top: 170px;
    right: 0;
  }
  .fix-btn-wrap .fix-btn > div a {
    flex-direction: column;
    border-radius: 10px 0 0 10px;
  }
  .fix-btn-wrap .fix-btn > div a img {
    margin-bottom: 6px;
  }
  .fix-btn-wrap .fix-btn .fix-recruit {
    margin-top: 20px;
  }
  .fix-btn-wrap .fix-btn:not(.recruit-page) > div a {
    width: 110px;
    height: 110px;
  }
  .fix-btn-wrap .fix-btn.recruit-page > div a {
    width: 110px;
    height: 300px;
    border: 2px solid #fff;
  }
  .fix-btn-wrap .fix-btn.recruit-page > div a span {
    padding-top: 10px;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 2.4rem;
  }
}
/**************************************************************************/
/*  お問合せフォーム
/**************************************************************************/
.contact-section {
  margin: -60px 0 0 0 !important;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #DCEFE4;
}
.contact-section .contact-inner {
  max-width: 1000px;
}
.contact-section .contact-inner .contact-intro {
  margin: 0 auto 60px auto;
  max-width: 780px;
}
.contact-section .contact-inner h2 {
  padding: 15px 10px;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  background: #42AA6E;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

@media print, screen and (min-width: 1200px) {
  .contact-section {
    padding-top: 80px;
    padding-bottom: 140px;
  }
  .contact-section .contact-inner h2 {
    font-size: 3.6rem;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
}
/*フォーム本体*/
.cmn-form {
  margin: 60px 0 0 0;
}
.cmn-form > div:nth-child(n+2) {
  margin: 30px 0 0 0;
}
.cmn-form dt p {
  margin: 0;
  font-weight: normal;
}
.cmn-form dt p span {
  display: inline-block;
  padding: 0 16px;
  margin: 0 10px 0 0;
  background: #42AA6E;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border: 1px solid #42AA6E;
  border-radius: 100vh;
}
.cmn-form dt p span.optional {
  color: #42AA6E;
  background: #fff;
}
.cmn-form dd p {
  margin: 0;
}
.cmn-form dd .notes {
  display: block;
  margin: 8px 0 0 0;
  font-size: 1.4rem;
}
.cmn-form input:not([type=radio]),
.cmn-form textarea {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .cmn-form dd {
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .cmn-form > div {
    display: flex;
    justify-content: space-between;
  }
  .cmn-form > div:nth-child(n+2) {
    margin: 40px 0 0 0;
  }
  .cmn-form > div dt {
    width: 25%;
  }
  .cmn-form > div dt p span {
    margin: 0 20px 0 0;
  }
  .cmn-form > div dd {
    width: 71%;
  }
}
.contact-section .contact-inner .wpcf7 form .wpcf7-response-output {
  margin: 30px 0;
  padding: 10px;
  border: 2px solid #42AA6E;
}
.contact-section .contact-inner .wpcf7 form.invalid .wpcf7-response-output,
.contact-section .contact-inner .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-section .contact-inner .wpcf7 form.payment-required .wpcf7-response-output {
  background: #A61527;
  color: #fff;
  font-weight: bold;
  border-color: #fff !important;
}
.contact-section .contact-inner .btn-part p {
  max-width: 380px;
  margin: 60px auto 0 auto;
}
.contact-section .contact-inner .btn-part p input {
  display: block;
  width: 100%;
  padding: 30px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  border: 2px solid #fff;
  background: #42AA6E;
  border-radius: 100vh;
  transition: all 0.2s ease-out;
}
.contact-section .contact-inner .btn-part p input:hover {
  opacity: 0.6;
}
.contact-section .contact-inner .btn-part p input.wpcf7-previous {
  background: #fff;
  color: #42AA6E;
  border-color: #42AA6E;
}

@media screen and (min-width: 768px) {
  .contact-section .contact-inner .wpcf7 form .wpcf7-response-output {
    text-align: center;
  }
}
/*イベント申込みフォーム*/
.contact-section .contact-inner .address-part dd p > span {
  display: block;
}
.contact-section .contact-inner .address-part dd p > span:first-of-type {
  position: relative;
  padding-left: 40px;
}
.contact-section .contact-inner .address-part dd p > span:first-of-type::before {
  content: "〒";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 34.8px;
  color: #fff;
  border: 1px solid #444;
  border-right: none;
  background: #9DCEB2;
}
.contact-section .contact-inner .address-part dd p > span:nth-of-type(2) {
  margin-top: 20px;
}

.form-privacy-policy {
  margin: 60px 0;
  padding: 15px;
  background: #fff;
}
.form-privacy-policy p {
  margin: 0;
}
.form-privacy-policy p:first-of-type {
  margin: 0 0 10px 0;
  color: #42AA6E;
}

@media print, screen and (min-width: 768px) {
  .form-privacy-policy {
    padding: 20px;
  }
}
/*採用エントリーフォーム*/
.contact-section.recruit-form-section {
  background: linear-gradient(180deg, #FFEF72, #FFDB43);
}
.contact-section.recruit-form-section .contact-inner h2 {
  background: #DD581E;
}
.contact-section.recruit-form-section .contact-inner .wpcf7 form .wpcf7-response-output {
  border-color: #DD581E;
}
.contact-section.recruit-form-section .contact-inner .btn-part input {
  background: #DD581E;
}
.contact-section.recruit-form-section .contact-inner .btn-part input.wpcf7-previous {
  color: #DD581E;
  border-color: #DD581E;
}
.contact-section.recruit-form-section .cmn-form dt span {
  background: #DD581E;
  border-color: #DD581E;
}
.contact-section.recruit-form-section .cmn-form dt span.optional {
  color: #DD581E;
}

/**************************************************************************/
/*  
/**************************************************************************//*# sourceMappingURL=style2.css.map */