@charset "UTF-8";
html {
  font-size: 62.5%;
  --clr-white: #fff;
  --clr-ttl-black: #333333;
  --clr-black: #000;
  --clr-red: #ed2446;
  --clr-glay: #f1f1f1;
  --clr-bg-glay: #bdbdbd;
  --clr-header-bg: rgba(0, 0, 0, 0.25);
  --clr-footer-bg: #222222;
}

.ttl_h2_eng {
  margin-bottom: min(80px, calc(80/1440*100vw));
}

.ttl_h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--clr-black);
  margin-bottom: 3rem;
}
.ttl_h3 + ._eng {
  font-size: 2.4rem;
  color: var(--clr-red);
  text-decoration: underline;
  text-decoration-thickness: 0.793em;
  text-decoration-color: rgba(237, 36, 70, 0.1);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
  margin-bottom: 2.7rem;
}

._text {
  line-height: 150%;
}

.section_recruit {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* gap: 5.2rem; */
  border-top: 13.17px solid var(--clr-red);
  background: #f1f1f1;
  padding: 6.2rem 0 4.9rem;
  margin-top: 9.7rem;
  margin-bottom: 18.1rem;
}
.section_recruit_ttl {
  max-width: 100px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
}
.section_recruit_text {
  max-width: 426px;
  width: 100%;
  line-height: 150%;
}
._linkitem {
  width: min(555px, calc(555/1440*100vw));
  background: var(--clr-white);
}
._linkitem a {
  transition: all .3s;
}
._linkitem a:hover {
  color: var(--clr-red);
}
._linkitem._01 {
  margin-bottom: 2.3rem;
}
._linkitem._01 a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* gap: 4.5rem; */
  padding: 4.5rem 0;
}
._linkitem._01 ._linkimg {
  max-width: 228px;
  width: 100%;
  border: 1px solid var(--clr-black);
  padding: 2rem 0;
}
._linkttl {
  font-size: 2.4rem;
  font-weight: bold;
}
._linkitem._01 ._linkimg img {
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
._linkitem._02 a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* gap: 6.8rem; */
  padding: 6.6rem 0;
}
._btn {
  background: var(--clr-red);
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  color: var(--clr-white);
  line-height: 4.8rem;
}
._linkitem a:hover ._btn {
  position: relative;
  right: -0.5rem;

}

@media screen and (max-width: 1280px) {
.section_recruit {
  flex-direction: column;
  gap: 4rem;
  padding: 6.2rem 1.7rem 4.9rem;
}
.section_recruit_ttl {
  max-width: 100%;
  text-align: left;
}
.section_recruit_text {
  max-width: 100%;
}
._linkwrap {
  width: 100%;
}
._linkitem {
  width: 100%;
}
}

@media screen and (max-width:767px) {
.ttl_h2_eng {
  font-size: calc(18/375*100vw);
  margin-bottom: calc(47/375*100vw);
}
.ttl_h3 {
  font-size: calc(20/375*100vw);
  margin-bottom: calc(20/375*100vw);
}
.ttl_h3 + ._eng {
  margin-bottom: calc(20/375*100vw);
}
.section_recruit {
  padding: calc(31/375*100vw) calc(17/375*100vw) calc(102/375*100vw);
  margin-top: calc(76/375*100vw);
  margin-bottom: calc(66/375*100vw);
}
.section_recruit_ttl {
  font-size: calc(20/375*100vw);
}
.section_recruit_text {
  font-size: calc(12/375*100vw);
}
._linkttl {
    font-size: calc(14/375*100vw);
}
._linkitem._01 a {
  padding: calc(34/375*100vw) 0;
}
._linkitem._01 ._linkimg {
  max-width: 100%;
  width: calc(131/375*100vw);
  padding: calc(12 / 375 * 100vw) 0;
}
._linkitem._01 ._linkimg img {
  max-width: 100%;
  width: calc(87 / 375 * 100vw);
}
._linkitem._02 a {
  padding: calc(36/375*100vw) 0;
}
._btn {
  width: calc(48 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  line-height: calc(48 / 375 * 100vw);
}
}