/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 4;
  width: 100%;
}
#page-ttl .__bg-wave {
  bottom: 0;
}
#page-ttl .pgttl-inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    padding-bottom: 60px;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  text-shadow: 2px 2px 8px #fff;
  font-size: max(3.25rem, 2.325em);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.75em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__breadcrumbs {
    margin-top: 1em;
  }
}
#page-ttl .pgttl-inner .__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li::after {
  content: "|";
  margin-left: 1em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li a {
  font-size: 1em;
}
#page-ttl .pgttl-inner .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__1st-sec {
  background-image: linear-gradient(0deg, transparent 80%, #fff5fb);
}

.anchor-link {
  background-color: #fff5fb;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .anchor-link {
    padding-top: 1em;
  }
}
.anchor-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor-link ul li {
  width: calc(16.6666666667% - 0.8333333333em);
  margin-right: 1em;
  margin-bottom: 1em;
}
.anchor-link ul li:nth-of-type(6) {
  margin-right: 0;
}
.anchor-link ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .anchor-link ul li {
    width: calc(33.3333333333% - 0.6666666667em);
  }
  .anchor-link ul li:nth-of-type(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor-link ul li {
    width: 100%;
    margin-right: 0;
  }
}
.anchor-link ul li a span.__arrow::before {
  background-color: #46b176;
}
.anchor-link ul li a span.__arrow img {
  transform: rotate(90deg);
}
.anchor-link.__recruit ul li {
  width: calc(33.3333333333% - 0.6666666667em);
}
.anchor-link.__recruit ul li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .anchor-link.__recruit ul li {
    width: 100%;
  }
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt, .__table-style dl dd {
  font-size: max(1.125rem, 1em);
}
.__table-style dl dt {
  flex-shrink: 0;
  width: 10em;
  padding: 1.2em 0;
  border-bottom: solid 2px #dbdbd3;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    color: #666;
    font-size: 0.95em;
    padding-bottom: 0.6em;
    border-bottom: none;
  }
}
.__table-style dl dd {
  width: 100%;
  padding: 1.2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #dbdbd3;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    padding-top: 0;
    padding-left: 0;
  }
}
.__table-style dl dd > * + * {
  margin-top: 0.6em;
}
.__table-style dl dd span.__num {
  margin-top: 0;
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}

/* service.html
---------------------------------------------------- */
.sec-service_intro .__bg-wave {
  bottom: 0;
}
.sec-service_intro .flex-wrap .txt-wrap {
  margin-bottom: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-service_intro .flex-wrap .txt-wrap {
    margin-bottom: 2em;
  }
}
.sec-service_intro .sub-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .sec-service_intro .sub-content {
    display: block;
    margin-bottom: 3em;
  }
}
.sec-service_intro .sub-content .content-wrap {
  width: calc(50% - max(3.75rem, 2em) * 1 / 2);
}
@media screen and (max-width: 1199px) {
  .sec-service_intro .sub-content .content-wrap {
    width: 100%;
  }
}
.sec-service_intro .sub-content .content-wrap:nth-of-type(1) .content-txt ul li::before {
  color: #6bbf9b;
}
.sec-service_intro .sub-content .content-wrap:nth-of-type(2) {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-service_intro .sub-content .content-wrap:nth-of-type(2) {
    margin-top: 1em;
  }
}
.sec-service_intro .sub-content .content-wrap:nth-of-type(2) .content-txt ul li::before {
  color: #c7e998;
}
.sec-service_intro .sub-content .content-wrap .content-txt {
  margin-top: 1em;
}
.sec-service_intro .sub-content .content-wrap .content-txt ul {
  margin-top: 1em;
}
.sec-service_intro .sub-content .content-wrap .note-txt {
  color: #666;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-service_intro .img-wrap {
    width: min(85%, 480px);
    margin: 0 auto;
  }
}

.sec-service-list {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-service-list {
    padding-top: 48px;
  }
}
.sec-service-list .service-list {
  margin-top: -40px;
}
.sec-service-list .service-list ul .service-list-item {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .sec-service-list .service-list ul .service-list-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list .service-list ul .service-list-item {
    margin-top: 60px;
  }
}
.sec-service-list .service-list ul .service-list-item .__bg-wave {
  top: 50%;
  transform: translateY(-50%);
}
.sec-service-list .service-list ul .service-list-item .__inner {
  align-items: center;
}
.sec-service-list .service-list ul .service-list-item .txt-wrap {
  margin-top: -1em;
}
.sec-service-list .service-list ul .service-list-item .txt-wrap .item-num {
  margin-bottom: -3em;
  margin-left: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-service-list .service-list ul .service-list-item .txt-wrap .item-num {
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.sec-service-list .service-list ul .service-list-item .txt-wrap dl:not(:nth-of-type(1)) {
  margin-top: 1.2em;
}
@media screen and (max-width: 1199px) {
  .sec-service-list .service-list ul .service-list-item .txt-wrap dl {
    display: flex;
  }
  .sec-service-list .service-list ul .service-list-item .txt-wrap dl dt {
    flex-shrink: 0;
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service-list .service-list ul .service-list-item .txt-wrap dl {
    display: block;
  }
  .sec-service-list .service-list ul .service-list-item .txt-wrap dl dt {
    width: 100%;
  }
}
.sec-service-list .service-list ul .service-list-item .txt-wrap ul.__note {
  margin-top: 1em;
}

.sec-service_feature .__bg-wave {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-service_feature .sec-inner {
    padding-bottom: 20px;
  }
}
.sec-service_feature .sec-content {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-service_feature .sec-content {
    margin-top: 1em;
  }
}
.sec-service_feature .sec-content dl {
  color: #444;
  text-shadow: none;
  background-color: #fff;
  border-radius: 1em;
  padding: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-service_feature .sec-content dl {
    padding: 1em 16px;
  }
}
.sec-service_feature .sec-content dl dt {
  color: #46b176;
}
.sec-service_feature .sec-content dl dd {
  margin-top: 0.6em;
}

.sec-service_flow {
  background-color: #f7f7f5;
}
.sec-service_flow .flow-list {
  margin-top: 2em;
}
.sec-service_flow .flow-list ul .flow-list-item {
  position: relative;
  overflow: clip;
  margin-top: max(1.875rem, 1em);
}
.sec-service_flow .flow-list ul .flow-list-item .item-num {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/shape03_pink.png);
  background-size: 120% 120%;
  background-position: 100% 100%;
}
.sec-service_flow .flow-list ul .flow-list-item .item-num p {
  margin-top: -16%;
  margin-left: -16%;
}
.sec-service_flow .flow-list ul .flow-list-item .item-illust {
  width: 3.5em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-service_flow .flow-list ul .flow-list-item .item-illust {
    width: 3em;
  }
}
.sec-service_flow .flow-list ul .flow-list-item .item-illust img {
  width: 100%;
  height: auto;
}
.sec-service_flow .flow-list ul .flow-list-item .item-content {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sec-service_flow .flow-list ul .flow-list-item .item-content .item-txt p a {
  display: inline;
}

/* about.html
---------------------------------------------------- */
.sec-about_Philosophy {
  overflow-x: clip;
}
.sec-about_Philosophy .__spin-txt {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  margin-right: -4em;
  margin-bottom: -4em;
}
.sec-about_Philosophy .sec-catch {
  margin-top: 2em;
}
.sec-about_Philosophy .sec-catch h4 {
  font-weight: 700;
  font-size: max(2rem, 1.5em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_Philosophy .sec-catch h4 {
    font-size: 1.25em;
  }
}
.sec-about_Philosophy .sec-txt {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-about_Philosophy .sec-txt {
    margin-top: 1em;
  }
}

.sec-about_Policy .__bg-wave {
  bottom: 0;
}
.sec-about_Policy .sec-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-about_Policy .sec-content {
    margin-top: 0;
  }
}
.sec-about_Policy .sec-content dl {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-about_Policy .sec-content dl {
    display: block;
  }
}
.sec-about_Policy .sec-content dl dt {
  flex-shrink: 0;
  width: 18em;
}

.sec-about_Company {
  z-index: 1;
  background-color: #f7f7f5;
}
.sec-about_Company .__bg-wave {
  bottom: 0;
}
.sec-about_Company .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-about_Company .sec-inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_Company .sec-inner {
    padding: 20px;
  }
}
.sec-about_Company .sec-inner .sec-ttl {
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-about_Company .sec-inner .sec-ttl {
    position: relative;
    top: 0 !important;
    width: 100%;
  }
}
.sec-about_Company .sec-inner .table-content {
  width: calc(100% - 15 * 1rem - max(7.5rem, 3em));
}
@media screen and (max-width: 1199px) {
  .sec-about_Company .sec-inner .table-content {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_Company .sec-inner .table-content {
    margin-top: 1em;
  }
}

.sec-about_History .__bg-wave {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-about_History .sec-inner {
    padding: 20px;
  }
}
.sec-about_History .sec-inner .sec-ttl h3 span.__en {
  color: #5c354b;
}
.sec-about_History .sec-inner .sec-ttl h3 span.__jp {
  color: #ec73b7;
}
.sec-about_History .sec-inner .history-content {
  margin-top: 2em;
  border-bottom: solid 1px #dbdbd3;
}
.sec-about_History .sec-inner .history-content dl {
  display: flex;
  padding-top: 2em;
  padding-bottom: 2.4em;
  border-top: solid 1px #dbdbd3;
}
@media screen and (max-width: 767px) {
  .sec-about_History .sec-inner .history-content dl {
    display: block;
    padding-top: 1.6em;
    padding-bottom: 2em;
  }
}
.sec-about_History .sec-inner .history-content dl dt, .sec-about_History .sec-inner .history-content dl dd {
  font-size: max(1.125rem, 1em);
}
.sec-about_History .sec-inner .history-content dl dt {
  flex-shrink: 0;
  color: #ec73b7;
  width: 12em;
}
@media screen and (max-width: 767px) {
  .sec-about_History .sec-inner .history-content dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
}
.sec-about_History .sec-inner .history-content dl dd {
  width: 100%;
}
.sec-about_History .sec-inner .history-content dl dd img {
  width: min(100%, 480px);
  height: auto;
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  margin-top: 2em;
}

.sec-about_Office_Information {
  overflow-x: clip;
}
.sec-about_Office_Information .office-list {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list {
    margin-top: 40px;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item {
  position: relative;
  display: grid;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item {
    margin-top: 48px;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .shape-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(12.5rem, 60px);
  opacity: 0.85;
}
.sec-about_Office_Information .office-list ul .office-list-item .shape-img img {
  width: 100%;
  height: auto;
}
.sec-about_Office_Information .office-list ul .office-list-item .shape-img img:nth-of-type(2) {
  width: 80%;
  margin-top: -50%;
  margin-left: -10%;
}
.sec-about_Office_Information .office-list ul .office-list-item:nth-of-type(odd) .shape-img {
  left: 0;
  margin-left: -6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item:nth-of-type(odd) .shape-img {
    margin-left: -30px;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item:nth-of-type(odd) .shape-img img:nth-of-type(2) {
  margin-left: 40%;
}
.sec-about_Office_Information .office-list ul .office-list-item:nth-of-type(even) .shape-img {
  right: 0;
  margin-right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item:nth-of-type(even) .shape-img {
    margin-right: -30px;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item .item-img {
    order: 2;
    display: block;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .item-img .map-wrap {
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  aspect-ratio: 5/2;
  border-radius: max(1.875rem, 1em);
  border: solid 0.6em #fff;
  overflow: clip;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sec-about_Office_Information .office-list ul .office-list-item .item-img .map-wrap {
    aspect-ratio: 3/2;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .item-img .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-about_Office_Information .office-list ul .office-list-item .item-content {
  position: relative;
  z-index: 2;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item .item-content {
    order: 1;
    margin-top: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item .item-content .item-name h4 {
    font-size: 1em;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .item-content .item-name h4 em {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information .office-list ul .office-list-item .item-content .item-name h4 em {
    font-size: 1.375em;
    line-height: 1.6em;
  }
}
.sec-about_Office_Information .office-list ul .office-list-item .item-content .item-address {
  text-align: center;
}
.sec-about_Office_Information .office-list ul .office-list-item .item-content .item-txt {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #dbdbd3;
}
.sec-about_Office_Information .office-list ul .office-list-item .item-content .item-txt p {
  text-align: center;
}
.sec-about_Office_Information {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-about_Office_Information {
    padding-bottom: 0;
  }
}

.sec-about_Information_Disclosure {
  background-image: linear-gradient(0deg, #f7f7f5, transparent);
}
.sec-about_Information_Disclosure .sec-txt {
  margin-top: 2em;
}
.sec-about_Information_Disclosure .link-list {
  margin-top: 2em;
}
.sec-about_Information_Disclosure .link-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1em;
}
.sec-about_Information_Disclosure .link-list ul li {
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  margin-top: 1em;
}
.sec-about_Information_Disclosure .link-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-about_Information_Disclosure .link-list ul li {
    width: calc(50% - 0.5em);
  }
  .sec-about_Information_Disclosure .link-list ul li:nth-of-type(3n) {
    margin-right: 1em;
  }
  .sec-about_Information_Disclosure .link-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about_Information_Disclosure .link-list ul li {
    width: 100%;
    margin-right: 0;
  }
  .sec-about_Information_Disclosure .link-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit_Atmosphere .__bg-wave {
  bottom: 0;
}
.sec-recruit_Atmosphere .sec-ttl span.__en {
  color: #5c354b;
}
.sec-recruit_Atmosphere .sec-ttl span.__jp {
  color: #ec73b7;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_Atmosphere .atmosphere-list {
    margin-top: -24px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Atmosphere .atmosphere-list {
    margin-top: 0;
  }
}
.sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(1) {
  margin-top: 4em;
}
.sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(2) {
  margin-top: 0;
}
.sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(2) .item-img img {
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
.sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(3) {
  margin-top: -4em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(1), .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(2), .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(3) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(1), .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(2), .sec-recruit_Atmosphere .atmosphere-list ul .atmosphere-list-item:nth-of-type(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .sec-recruit_Training {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Training {
    margin-top: 20px;
  }
}
.sec-recruit_Training .__bg-wave:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}
.sec-recruit_Training .__bg-wave:nth-of-type(2) {
  bottom: 0;
}
.sec-recruit_Training .training-list {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_Training .training-list {
    margin-top: -10px;
  }
}
.sec-recruit_Training .training-list ul .training-list-item {
  align-items: center;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_Training .training-list ul .training-list-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Training .training-list ul .training-list-item {
    margin-top: 52px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-recruit_Training .training-list ul .training-list-item .txt-wrap {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Training .training-list ul .training-list-item .txt-wrap {
    margin-bottom: 1.6em;
  }
}

.sec-recruit_Job_Description {
  background-color: #f7f7f5;
}
.sec-recruit_Job_Description .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-recruit_Job_Description .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_Job_Description .flex-wrap .tab-btn-list {
    margin-top: 2em;
  }
}
.sec-recruit_Job_Description .flex-wrap .tab-btn-list ul {
  display: flex;
}
.sec-recruit_Job_Description .flex-wrap .tab-btn-list ul li {
  cursor: pointer;
  color: #390824;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: 2px 2px 8px rgba(57, 8, 36, 0.1);
  padding: 0.48em 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec-recruit_Job_Description .flex-wrap .tab-btn-list ul li {
    font-size: 0.95em;
  }
}
.sec-recruit_Job_Description .flex-wrap .tab-btn-list ul li.__current {
  color: #fff;
  background-image: linear-gradient(0deg, #ec73b7, #ffb7df);
}
.sec-recruit_Job_Description .tab-content-wrap {
  position: relative;
  transition: height 0.36s ease, opacity 1.2s cubic-bezier(0.19, 0.23, 0.15, 0.93) 0.4s, transform 1.2s cubic-bezier(0.19, 0.23, 0.15, 0.93) 0.4s;
  margin-top: 2em;
}
.sec-recruit_Job_Description .tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.36s ease;
}
.sec-recruit_Job_Description .tab-content-wrap .tab-content.__visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.sec-recruit_Job_Description .tab-content-wrap dl:nth-of-type(1) {
  margin-top: -1em;
}
.sec-recruit_Job_Description .tab-content-wrap dl dt {
  width: 13em;
}
.sec-recruit_Job_Description .tab-content-wrap dl dd ul:not(.__note) li::before {
  color: #c7e998;
}/*# sourceMappingURL=sub.css.map */