/*====================================================================================
2. START PAGE contact
====================================================================================*/
@media only screen and (min-width: 768px) {
  .cm_maintitle {
    padding: 10.7rem 0 9.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle {
    padding: 2rem 0;
  }
}
.cm_maintitle_inner {
  max-width: 120rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cm_maintitle_inner {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle_inner {
    padding: 0 2rem;
  }
}
.cm_maintitle_healding_en {
  letter-spacing: 0.075em;
  font-weight: 500;
  color: var(--co-green);
}
@media only screen and (min-width: 768px) {
  .cm_maintitle_healding_en {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle_healding_en {
    font-size: 2.8rem;
  }
}
.cm_maintitle_healding_jp {
  font-weight: 500;
  display: block;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .cm_maintitle_healding_jp {
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm_maintitle_healding_jp {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
}

.cm-breadcrumb {
  padding-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .cm-breadcrumb {
    display: none;
  }
}
.cm-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.01em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0.8rem;
}
.cm-breadcrumb__item {
  padding-right: 1.8rem;
  position: relative;
  margin-right: 10px;
}
.cm-breadcrumb__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.cm-breadcrumb__item:last-child:after {
  content: none;
}
.cm-breadcrumb__item a,
.cm-breadcrumb__item span {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.cm-breadcrumb__item:after {
  content: "/";
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}

.cm-content {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cm-content {
    padding: 8.5rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-content {
    padding: 3rem 0 5rem;
  }
}

.cm-heading {
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cm-heading {
    font-size: 3rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
  }
}
.cm-heading:after {
  content: "";
  border-radius: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--bg-blue);
}
@media only screen and (min-width: 768px) {
  .cm-heading:after {
    width: 5.5rem;
    height: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cm-heading:after {
    width: 3.5rem;
    height: 0.3rem;
  }
}

.p_job_description_list {
  max-width: 90rem;
  margin: 2rem auto 0;
}
.p_job_description_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p_job_description_list a {
    font-size: 1.8rem;
    padding: 3.2rem 0;
  }
  .p_job_description_list a:hover {
    color: var(--co-green);
  }
  .p_job_description_list a:hover .icon {
    background: #fff;
  }
  .p_job_description_list a:hover .icon:before {
    background: var(--bg-green);
  }
  .p_job_description_list a:hover .icon:after {
    border: solid var(--bg-green);
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_list a {
    padding: 1rem 0;
    gap: 1rem;
  }
}
.p_job_description_list a .icon {
  border-radius: 50%;
  background: var(--bg-green);
  position: relative;
  display: block;
  border: 1px solid var(--bg-green);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p_job_description_list a .icon {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_list a .icon {
    width: 3.5rem;
    height: 3.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p_job_description_list a .icon::before {
  content: "";
  height: 0.2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p_job_description_list a .icon::before {
    width: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_list a .icon::before {
    width: 1rem;
  }
}
.p_job_description_list a .icon::after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .p_job_description_list a .icon::after {
    padding: 0.3rem;
    margin-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_list a .icon::after {
    padding: 0.2rem;
    margin-left: 0.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .p_job_description_detail .detail_table {
    margin-top: 4.3rem;
    margin-bottom: 8.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_detail .detail_table {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.p_job_description_detail .detail_table:last-child {
  margin-bottom: 0;
}
.p_job_description_detail .detail_table dl {
  border-bottom: 1px solid #d8d8d8;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .p_job_description_detail .detail_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_job_description_detail .detail_table dl dt {
  border-radius: 1rem;
  background: #f7fdf1;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .p_job_description_detail .detail_table dl dt {
    width: 20rem;
    padding: 1.3rem 3.1rem;
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_detail .detail_table dl dt {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem;
  }
}
.p_job_description_detail .detail_table dl dd {
  letter-spacing: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p_job_description_detail .detail_table dl dd {
    width: calc(100% - 20rem);
    padding-left: 4.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_job_description_detail .detail_table dl dd {
    padding: 1rem;
  }
}