@charset "UTF-8";
.heading-2 {
  font-size: 30px;
  position: relative;
  padding: 0.5rem 0 2rem;
  margin-bottom: 55px;
  font-weight: bold;
  font-size: 26px;
  background: linear-gradient(90deg, #e72f6e 0% 100%);
  background-repeat: no-repeat;
  background-size: 100px 6px;
  background-position: bottom;
  color: #353535;
  text-align: center;
  border: none;
  font-family: serif;
  color: #ea4477;
}

.pb-15 {
  padding-bottom: 15px;
}

.fw-500 {
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 30px;
}

.heading-3 {
  font-family: serif;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 31px;
}

.heading-3 h3 {
  font-size: 26px;
}

.heading-3 p {
  display: none;
}
@media (max-width: 767.98px) {
  .heading-3 {
    display: flex;
    flex-direction: column;
  }
  .heading-3 p {
    display: block;
    margin-bottom: 0;
  }
  .heading-3 h3 {
    display: none;
  }
}

.icon {
  position: relative;
  padding: 0.3em 0.3em 0.3em 1.3em;
}
.icon.type-1::after {
  position: absolute;
  content: "";
  top: 0.6em;
  left: 0.4em;
  width: 12px;
  height: 12px;
  background-color: #da3c3c;
  transform: rotate(45deg);
}

.content-structure {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}

.content-structure.first div.title {
  display: flex;
  justify-content: center;
  color: #EA4477;
  font-size: 26px;
  font-weight: 700;
  font-family: serif;
  margin-bottom: 15px;
  line-height: 31px;
  margin-top: 10px;
}

.content-structure.first div.title p {
  margin: 0;
}
.content-structure.first div.line {
  height: 6px;
  width: 100px;
  background: #E72F6E;
  margin: 0 auto;
  margin-bottom: 73px;
}
.content-structure.first div.title.point-1 {
  margin-top: 20px;
  margin-bottom: 80px;
  flex-direction: column;
  align-items: center;
}
.content-structure.first div.title.point-1 p{
  margin-bottom: 15px;
  white-space: nowrap;
}
.content-structure.first div.title.point-1 .line{
  margin-bottom: 0;
}
.content-structure.first p.content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content-structure.first p.content.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .content-structure {
    width: auto;
    margin: 0 10px;
  }
  .content-structure.first div.title {
    flex-direction: column;
    align-items: center;
  }
  .content-structure img {
    width: 100%;
  }
  .content-structure.first p.content.pc {
    display: none;
  }
  .content-structure.first p.content.sp {
    display: block;
    margin-bottom: 15px;
  }
}

.key_visual-wrapper {
  height: 555px;
  background: url("/images/lp/arita/keyvisual_02.jpg") repeat-x;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .key_visual-wrapper {
    height: 230px;
  }
}

.key_visual-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 110px;
  background-color: rgba(231, 135, 166, 0.7);
}
@media (max-width: 767.98px) {
  .key_visual-bottom {
    height: auto;
    position: relative;
    background-color: rgba(231, 135, 166, 0.7);
  }
}
.key_visual-bottom-inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 5px;
  gap: 20px;
  padding-left: 230px;
}
@media (max-width: 767.98px) {
  .key_visual-bottom-inner {
    gap: 15px;
    width: 100%;
    padding: 10px;
  }
}
.key_visual-bottom-inner .key_visual-bottom-label_title {
  color: #fff;
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .key_visual-bottom-inner .key_visual-bottom-label_title {
    margin-top: 10px;
  }
  .key_visual-bottom-inner .key_visual-bottom-label_title img {
    width: 80px;
  }
}
.key_visual-bottom-inner .key_visual-bottom-label_job {
  font-size: 44px;
  line-height: 1.1;
  color: #ffffff;
  font-family: serif;
}

.key_visual-bottom-inner .key_visual-bottom-label_job.ads .first {
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter";
  margin-bottom: 10px;
  margin-top: 16px;
}
.key_visual-bottom-inner .key_visual-bottom-label_job.ads .second p {
  font-size: 28px;
  font-weight: 500;
  font-family: "Inter";
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .key_visual-bottom-inner .key_visual-bottom-label_job {
    line-height: 1.4;
    font-size: 22px;
  }
}
.key_visual-bottom-inner .key_visual-bottom-label_job span {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .key_visual-bottom-inner .key_visual-bottom-label_job span {
    font-size: 18px;
  }
}
.key_visual-bottom-right {
  flex-grow: 1;
  margin-right: 30px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .key_visual-bottom-right {
    width: 100%;
    padding: 0 30px;
  }
}
.key_visual-bottom-right .btn-base {
  background-color: #e72f6e;
}
.key_visual-bottom-right .btn-base:after, .key_visual-bottom-right .btn-base:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.key_visual-bottom-right .btn-base:after {
  right: 27px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e72f6e;
  border-right: 1px solid #e72f6e;
  transform: rotate(45deg);
  z-index: 2;
}
.key_visual-bottom-right .btn-base:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  right: 20px;
}
.key_visual-bottom-right .btn-base a {
  color: #ffffff !important;
}

.content-merit {
  background: #f7f7f7;
  gap: 30px;
  padding: 0 10px;
}
.content-merit-box {
  margin-bottom: 35px;
  font-family: "Inter";
}
.content-merit-box .content-merit-inner .point-1-content {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  gap: 20px;
  padding-bottom: 0px;
}
.content-merit-box .content-merit-inner .line {
  width: 100px;
  height: 6px;
  background: #E72F6E;
  margin: 0 auto;
  margin-bottom: 54px;
}
.content-merit-box h3 {
  background: #e72f6e;
  color: #fff;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.content-merit-box h4 {
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  font-family: "Inter";
  white-space: nowrap;
}
.content-merit-box h4 span {
  font-size: 16px;
  font-weight: normal;
}
.content-merit-box p {
  font-size: 16px;
}
.content-merit-box p.note {
  font-size: 12px;
}
.content-merit-box div.point-title {
  display: flex;
  justify-content: center;
}
.content-merit-box p.type1 {
  padding: 0 30px;
}
/* point-1 */
@media (max-width: 767.98px) {
  .content-merit-box .content-merit-inner .point-1-content .paragraph-1, .paragraph-3 {
    margin-bottom: 30px;
  }
  .content-merit-box.shadow-sm.point-1 {
    margin-bottom: 25px;
  }
  .content-merit-box.shadow-sm.point-1 .content-merit-inner .d-flex {
    margin-bottom: 16px;
  }
  .content-merit-box.shadow-sm.point-1 .content-merit-inner .point-1-content .paragraph-2 {
    margin-bottom: 25px;
  }
}
/* point-2 */
@media (max-width: 767.98px) {
  .content-merit-box.shadow-sm.point-2 {
    margin-bottom: 39px;
  }
  .content-merit-box.shadow-sm.point-2 .content-merit-inner figure {
    margin-bottom: 7px;
  }
  .content-merit-box.shadow-sm.point-2 .content-merit-inner .d-flex {
    padding-bottom: 0;
  }
  .content-merit-box.shadow-sm.point-2 .content-merit-inner .mb-25 {
    margin-bottom: 25px;
  }
}
/* point-3 */
@media (max-width: 767.98px) {
    .content-merit-box.shadow-sm.point-3 {
      margin-bottom: 39px;
    }
    .content-merit-box.shadow-sm.point-3 .content-merit-inner .point-title h4:nth-child(2) {
      margin-bottom: 25px;
    }
    .content-merit-box.shadow-sm.point-3 .content-merit-inner .d-flex {
      margin-bottom: 0;
      padding-bottom: 10px;
    }
    .content-merit-box.shadow-sm.point-3 .content-merit-inner .mb-25 {
      margin-bottom: 25px;
    }
}
/* point-4 */
@media (max-width: 767.98px) {
  .content-merit-box.shadow-sm.point-4 .content-merit-inner .point-title h4:nth-child(4) {
    margin-bottom: 25px;
  }
  .content-merit-box.shadow-sm.point-4 .content-merit-inner .d-flex p:nth-child(1) {
    margin-top: 2px;
  }
  .content-merit-box.shadow-sm.point-4 .content-merit-inner .d-flex .mb-25 {
    margin-bottom: 25px;
  }
}
/* point-5 */
@media (max-width: 767.98px) {
  .content-merit-box.shadow-sm.point-5 .content-merit-inner .d-flex figure {
    margin-bottom: 10px;
  }
  .content-merit-box.shadow-sm.point-5 .content-merit-inner .d-flex .mb-25 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .content-merit-box div.point-title {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .content-merit-box p.type1 {
    padding: 0px;
  }
}
.content-merit-box p.type2 {
  padding: 0 100px;
}
@media (max-width: 767.98px) {
  .content-merit-box p.type2 {
    padding: 0px;
  }
}
.content-merit-box p.type3 {
  padding: 0 180px;
}
@media (max-width: 767.98px) {
  .content-merit-box p.type3 {
    padding: 0px;
  }
}
.content-merit-box p.style1 {
  color: #ea4477;
  font-weight: bold;
  font-size: 18px;
}
.content-merit-box a {
  color: #e72f6e;
}
.content-merit-inner {
  padding: 50px 30px;
}
@media (max-width: 767.98px) {
  .content-merit-inner {
    padding: 50px 20px 20px;
  }
}
.content-merit-inner.type1 {
  padding: 50px 90px 50px 110px;
}
@media (max-width: 767.98px) {
  .content-merit-inner.type1 {
    padding: 50px 20px 20px;
  }
}
.content-merit-inner.type2 {
  padding: 50px 90px 50px 130px;
}
@media (max-width: 767.98px) {
  .content-merit-inner.type2 {
    padding: 50px 20px 20px;
  }
}
.content-merit-inner.type3 {
  padding: 50px 90px 50px 150px;
}
@media (max-width: 767.98px) {
  .content-merit-inner.type3 {
    padding: 50px 20px 20px;
  }
}
.content-merit-inner .d-flex {
  gap: 30px;
}
@media (max-width: 767.98px) {
  .content-merit {
    padding: 0;
  }
}
.content-merit li {
  text-align: left;
}
.content-merit-item {
  background-color: #fff;
  font-family: serif;
}

.content-about {
  gap: 30px;
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .content-about {
    padding: 0;
    margin: 0 20px;
  }
}
.content-about .arrow-1 {
  display: inline-block;
  width: auto;
  padding: 0 50px 0 20px;
}

.content-job_list {
  background: #f7f7f7;
}
.content-job_list .content-job_list-item {
  background-color: #ffffff;
  margin: 0 60px;
}
@media (max-width: 767.98px) {
  .content-job_list .content-job_list-item {
    margin: 0;
  }
}
.content-job_list .job-list-box-header {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 20px;
  padding: 20px;
}
.content-job_list .job-list-box-header .job-list-box-header-upper .job-list-box-header-upper-label {
  font-size: 12px;
  gap: 5px;
}
.content-job_list .job-list-box-header .job-list-box-header-upper .job-list-box-header-upper-label li {
  padding: 0 5px;
}
.content-job_list .job-list-box-header .job-list-box-header-upper .job-list-box-header-upper-label .back-primary-label {
  background-color: #e72f6e;
  color: #ffffff;
  border: #e72f6e 1px solid;
  width: 90px;
  text-align: center;
}
.content-job_list .job-list-box-header .job-list-box-header-upper .job-list-box-header-upper-label .back-light-label {
  background-color: #ffffff;
  color: #e72f6e;
  border: #e72f6e 1px solid;
}
.content-job_list .job-list-box-header .job-list-box-header-upper .job-list-box-header-upper-date {
  font-size: 12px;
  color: #939393;
}
.content-job_list .job-list-box-content {
  padding: 0 20px 20px 20px;
  gap: 30px;
}
.content-job_list .job-list-box-content figure {
  width: 230px;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-content figure {
    width: auto;
  }
}
.content-job_list .job-list-box-content figure img {
  width: 100%;
}
.content-job_list .job-list-box-content .job-list-box-content-inner {
  width: 670px;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-content .job-list-box-content-inner {
    width: auto;
  }
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item {
  gap: 10px;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item dt {
  background-color: #f7f7f7;
  color: #e72f6e;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px 10px 5px 20px;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item dt {
    width: 30%;
  }
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item dd {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item dd {
    flex: 1;
  }
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item .job-list-box-content-inner-item-facility:before {
  background: url(/images/common/icon_facility.png) no-repeat center center;
  background-size: contain;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item .job-list-box-content-inner-item-map:before {
  background: url(/images/common/icon_map.png) no-repeat center center;
  background-size: contain;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item .job-list-box-content-inner-item-salary:before {
  background: url(/images/common/icon_salary.png) no-repeat center center;
  background-size: contain;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item .job-list-box-content-inner-item-job + dd {
  font-size: 12px;
}
.content-job_list .job-list-box-content .job-list-box-content-inner .job-list-box-content-inner-item .job-list-box-content-inner-item-job:before {
  background: url(/images/common/icon_job.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-content figure {
    text-align: center;
  }
}
.content-job_list .job-list-box-footer {
  padding: 20px;
  background-color: #f7f7f7;
}
.content-job_list .job-list-box-footer .d-flex {
  gap: 35px;
}
.content-job_list .job-list-box-footer a {
  width: 230px;
  position: relative;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .content-job_list .job-list-box-footer a {
    width: 100%;
  }
}
.content-job_list .job-list-box-footer .job-list-box-footer-item {
  position: relative;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item:after, .content-job_list .job-list-box-footer .job-list-box-footer-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item:after {
  right: 27px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e72f6e;
  border-right: 1px solid #e72f6e;
  transform: rotate(45deg);
  z-index: 2;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  right: 20px;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item.item-left:before {
  background-color: #fbd2e0;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item .job-list-box-footer-item-detail {
  border: #e72f6e 1px solid;
  color: #e72f6e;
  background-color: #ffffff;
  padding: 10px 0;
  font-weight: bold;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item .job-list-box-footer-item-entry {
  font-weight: bold;
  border: #e72f6e 1px solid;
  color: #ffffff;
  background-color: #e72f6e;
  padding: 10px 0;
}
.content-job_list .job-list-box-footer .job-list-box-footer-item .job-list-box-footer-item-staff {
  color: #ffffff;
  background-color: #ca9035;
  padding: 10px 0;
}

.content-flow {
  margin-bottom: 50px;
}
.content-flow ul {
  gap: 30px;
  margin: 0 70px;
}
@media (max-width: 767.98px) {
  .content-flow ul {
    flex-wrap: wrap;
    column-gap: 10%;
    row-gap: 20px;
    margin: 0 20px;
  }
}
.content-flow ul li {
  position: relative;
}
@media (max-width: 767.98px) {
  .content-flow ul li {
    width: 40%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .content-flow ul li:nth-child(3) {
    margin-left: 10%;
  }
}
.content-flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 15px solid #e72f6e;
}
@media (max-width: 767.98px) {
  .content-flow ul li:not(:last-child)::after {
    right: -40px;
  }
}

.btn-base {
  border-radius: 5px;
  position: relative;
  width: 100%;
  border: 2px solid #e72f6e;
  text-align: center;
}
.btn-base.arrow-1 a {
  display: block;
  color: #e72f6e;
  padding: 10px 0;
}
.btn-base.arrow-1 a:after, .btn-base .arrow-1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-base.arrow-1 a:after {
  right: 27px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #e72f6e;
  border-right: 1px solid #e72f6e;
  transform: rotate(45deg);
  z-index: 2;
}
.btn-base.arrow-1 a:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
  right: 20px;
}

.fs-size-1 {
  font-size: 0.9em;
}

.fs-size-2 {
  font-size: 0.8em;
}

.border-bottom-solid {
  padding-bottom: 40px;
}

#footer_floating_links {
  z-index: 400;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.5s;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
}

#footer_floating_links.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

#footer_floating_links > .links {
  padding: 0.5rem;
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#footer_floating_links > .links > .link {
  display: flex;
  width: 49.25%;
  width: calc(50% - 0.25rem);
  background-color: black;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  text-decoration: none;
  color: #fff;
}

#footer_floating_links > .links > .link:before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#to_top_btn {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  position: fixed;
  bottom: 75px;
  right: 80px;
  padding: 1rem;
  line-height: 1;
  background-color: #e72f6e;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  z-index: 500;
}

#to_top_btn:after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/images/common/chevron-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 40%;
}

#to_top_btn:hover {
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.2);
}

#to_top_btn.active {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  #to_top_btn {
    bottom: 5.5rem;
    right: 1rem;
    padding: 0.8rem;
  }
  #to_top_btn:after {
    width: 1rem;
    height: 1rem;
  }
}
#footer_floating_links > .links > .link:hover {
  opacity: 0.85;
}

#footer_floating_links > .links > .link.tel {
  background-color: #4471c2;
}

#footer_floating_links > .links > .link.tel:before {
  background-image: url(/images/common/tel_icon.png);
}

#footer_floating_links > .links > .link.web {
  background-color: #d14f74;
}

#footer_floating_links > .links > .link.web:before {
  background-image: url(/images/common/memo_icon.png);
}

@media (max-width: 768px) {
  #footer_floating_links > .links {
    font-size: 120%;
  }
  #footer_floating_links > .links > .link {
    padding: 1rem 0;
  }
}
