.top-link {
  border-radius: 3.6rem;
  color: #FFFFFF;
  background-color: #5CACC9;
  padding: 2.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 auto 6.4rem;
  display: block;
  width: fit-content;
}

/* ページ内リンク */
.page-nav,
.page-nav__btns {
  display: none;
}

/* ヒーローセクション */
.hero__bg {
  background-color: #F5F5EE;
}
.hero__inner {
  width: 118.3rem;
  height: auto;
  margin: 0 auto;
  padding-top: 12.1rem;
  border-bottom: 0.1rem solid #E08D5B;
}
.hero__title {
  font-size: 4.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: calc(127 / 100);
  letter-spacing: calc(2 / 100 * 45 / 10 * 1rem);
  color: #E08D5B;
}
.hero__title--english {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: calc(183 / 100);
  letter-spacing: calc(2 / 100 * 30 / 10 * 1rem);
  color: #A8A8A8;
}
.hero__breadcrumb {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: calc(114 / 100);
  letter-spacing: calc(2 / 100 * 14 / 10 * 1rem);
}
.hero__breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero__breadcrumb-item {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #747474;
}
.hero__breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 0.8rem;
  color: #747474;
}
.hero__breadcrumb a {
  color: #E08D5B;
  text-decoration: none;
}
.hero__breadcrumb a:hover {
  text-decoration: underline;
}
.hero__nav {
  width: 118.3rem;
  margin: 6rem auto;
}
.hero__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.3rem;
  height: 7rem;
  align-items: center;
}
.hero__nav-item {
  display: flex;
  border: #FF5A1C 0.1rem solid;
  border-radius: 4.2rem;
  overflow: hidden;
}
.hero__nav-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: calc(102 / 100);
  letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
  color: #434343;
  padding: 1.9rem 6.7rem 1.9rem 3.1rem;
  position: relative;
}
.hero__nav-item a::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.9rem;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background-color: #5CACC9;
  border-radius: 1.6rem;
}
.hero__nav-item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.3rem;
  height: 1.4rem;
  top: 1.8rem;
  right: 3.3rem;
  background-color: #5CACC9;
  transform: rotate(-45deg);
  border-radius: 1.6rem;
}
.hero__nav-item a:hover {
  color: #FFF;
  background-color: #FF5A1C;
  transition: all 0.3s ease;
}

/* 求職者の方へ */
.to,
.features,
.jobs,
.contact {
  scroll-margin-top: 5rem;
}

.to {
  width: 118rem;
  margin: 0 auto 8rem;
  padding-top: 1.6rem;
  display: flex;
  letter-spacing: calc(2 / 100 * 25 / 10 * 1rem);
}

.to__title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  margin-right: 8.7rem;
  color: #555555;
  position: relative;
}

.to__title::before,
.features__title::before,
.jobs__title::before,
.contact__title::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 15.3rem;
  height: 0.1rem;
  background-color: #5CACC9;
}

.to__title::after,
.features__title::after,
.jobs__title::after,
.contact__title::after {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 15.3rem;
  width: 103.3rem;
  height: 0.1rem;
  background-color: #A1A1A1;
}

.to__center {
  width: 50rem;
  margin-right: 4rem;


}

.to__text {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  color: #434343;
  line-height: calc(197 / 100);
}

.to__name {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 3.2rem;
  color: #555555;
}

.to__img img {
  width: 40rem;
  height: 56rem;
  border-radius: 1.6rem;
}

/* 当院の特徴 */
.features {
  width: 118rem;
  margin: 0 auto 8rem;
  padding-top: 1.6rem;
  display: flex;
  letter-spacing: calc(2 / 100 * 25 / 10 * 1rem);
  gap: 13.3rem;

}

.features__title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #555555;
  position: relative;
}

.features__inner {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}

.features__img img {
  width: 32rem;
  height: 24rem;
  border-radius: 1.6rem;
}

.features__inner-wrap {
  width: 56rem;
  padding-top: 2.4rem;
}

.features__inner-title {
  font-size: 2.3rem;
  font-family: "Zen Maru Gothic";
  color: #555555;
  font-weight: 500;
  height: 2.8rem;
  border-left: 0.7rem solid #5cacc9;
  padding-left: 2.7rem;
  margin-bottom: 1.6rem;
}

.features__inner-text {
  font-size: 1.8rem;
  line-height: calc(197 / 100);
  color:#434343;
}

/* 募集職種 */
.jobs {
  width: 118rem;
  margin: 0 auto 8rem;
  padding-top: 1.6rem;
  display: flex;
  letter-spacing: calc(2 / 100 * 25 / 10 * 1rem);
  justify-content: space-between;
}

.jobs__title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #555555;
  position: relative;
}

.jobs__list {
  width: 92rem;
}

.jobs__content {
  width: 92rem;
  min-height: 11.2rem;
  padding: 2rem 2.8rem 2rem 5.4rem;
  background-color: #FFF5ED;
  border-radius: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

.work__summary {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  min-width: 0;
}

.work__style-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  flex-shrink: 0;
}

.work__style {
  width: auto;
  min-height: 3rem;
  padding: 0.4rem 2.4rem;
  border-radius: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #FF5A1C;
  background-color: #FE7A411A;
}

.work__title {
  font-size: 2.3rem;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  line-height: calc(125 / 100);
  padding-left: 2.1rem;
  border-left: 0.7rem solid #5cacc9;
  margin: 0;
  color: #555555;
  min-width: 0;
}

.work__pdf-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 17.7rem;
  min-height: 7.4rem;
  padding: 2.4rem 5.9rem 2.4rem 2.8rem;
  border-radius: 4rem;
  background-color: #5CACC9;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: calc(112 / 100);
  letter-spacing: calc(2 / 100 * 18 / 10 * 1rem);
}

.work__pdf-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 1.6rem;
  background-color: #fff;
  transform: translateY(-50%);
}

.work__pdf-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2.5rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}

/* 応募方法 */
.contact {
  width: 118rem;
  margin: 0 auto 8rem;
  padding-top: 1.6rem;
  display: flex;
  letter-spacing: calc(2 / 100 * 25 / 10 * 1rem);
  gap: 15.8rem;
}

.contact__title {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  color: #555555;
  position: relative;
}

.tel__title,
.mail__contact-title {
  font-family: "Zen Maru Gothic";
  font-size: 2.3rem;
  font-weight: 500;
  color: #555555;
  height: 2.9rem;
  padding-left: 1.7rem;
  border-left: 0.7rem solid #5cacc9;
  margin-bottom: 1.6rem;
}

.contact__content {
  display: flex;
  gap: 4rem;
  margin-bottom: 8rem;
}

.contact__content-left {
  width: 38.7rem;
  padding-top: 4rem;
}

.tel {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color:#555555;
}

.tel__icon img {
  width: 3.6rem;
  height: 3.6rem;
}

.tel__reception {
  font-size: 1.8rem;
  line-height: calc(197 / 100);
  color: #434343;
}

.contact__img img {
  width: 32rem;
  height: 24rem;
  border-radius: 1.6rem;
}

.mail__contact-title {
  margin-bottom: 3.2rem;
}

/* お問い合わせフォーム */
.form {
  width: 92rem;
  height: auto;
  padding: 4rem 12rem;
  background-color: #FFF5ED;
  border-radius: 3.2rem;
}

.name__info {
  display: flex;
  gap: 4rem;
}

.contact__item,
.contact__item--width,
.contact__item--area {
  margin-bottom: 3.2rem;
}

.contact__item input,
.contact__item--width input,
.contact__item--area textarea,
.contact__item select {
  background-color: white;
  border: 0.1rem solid #434343;
  border-radius: 1.6rem;
  padding: 1.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  width: 68.3rem;
  height: 5.4rem;
}

.contact__item select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23434343' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.8rem center;
  background-size: 1.2rem 0.7rem;
  padding-right: 4.8rem;
}

.contact__item--width input {
  width: 32rem;
  height: 5.4rem;
}

.contact__item label,
.contact__item--width label,
.contact__item--area label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #434343;
  margin-bottom: 0.8rem;
  display: block;
}

.contact__item label span,
.contact__item--width label span {
  color: red;
}

.contact__item--area textarea {
  width: 68.3rem;
  height: 24rem;
  resize: none;
}

.submit input {
  width: 25rem;
  height: 6.8rem;
  background-color: #FF5A1C;
  color: white;
  padding: 2rem;
  border-radius: 3.6rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic";
  font-size: 1.8rem;
  margin: 0 auto;
  display: block;
}

.check {
  appearance: auto;
  display: inline-block;
  
  margin: 0 auto 3.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #434343;
  line-height: calc(170 / 100);

}
.wpcf7-list-item span{
  font-size: 1.6rem;
}
.check__wrap{
  margin:0 auto;
  width:fit-content;
}
/* 追加 */
.text{
  margin-bottom: 5rem;
    margin-top: -6rem;
    margin-left: 5rem;
    font-size: 1.5rem;
}
@media screen and (max-width:699.98px) {

  /* ヒーローセクション */
  .hero__inner {
    width: 37.5rem;
    height: 14.5rem;
    padding-top: 2.1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .hero__title {
    font-size: 3.2rem;
    line-height: calc(125 / 100);
    letter-spacing: calc(2 / 100 * 32 / 10 * 1rem);
    margin-bottom: 0.8rem;
  }
  .hero__title--english {
    font-size: 2rem;
    line-height: calc(114 / 100);
    letter-spacing: calc(2 / 100 * 20 / 10 * 1rem);
  }
  .hero__breadcrumb {
    padding: 2.8rem 0 1.2rem 0;
  }
  .hero__nav {
    width: 37.5rem;
    margin: 6rem auto;
  }
  .guidance {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  /* 求職者の方へ */
  .to{
    flex-direction:column;
    padding:1.6rem  0;
    margin:8rem 1rem;
    margin-bottom:5.6rem;
    width:auto;
  }
  .to__title{
    margin-bottom:2.4rem;
    font-size:2.4rem;
    margin-right:0;
  }
  .to__title::before,
  .features__title::before,
  .jobs__title::before,
  .contact__title::before {
    width: 4.5rem;
  }
  .to__title::after,
  .features__title::after,
  .jobs__title::after,
  .contact__title::after {
    left: 4.5rem;
    width: 31.5rem;
  }
  .to__center{
    display:contents;
    width:auto;
    margin-right:0;
  }
  .to__left{
    order:1;
  }
  .to__text{
    order:2;
  }
  .to__right{
    order:3;
  }
  .to__name{
    order:4;
  }
  .to__img{
    margin-bottom:4rem;
  }
  .to__img img{
    width:35.5rem;
    height:56rem;
  }
  /* 当院の特徴 */
  .features{
    flex-direction:column;
    gap:4.8rem;
    padding:1.6rem  0;
    margin:0 1rem;
    margin-bottom:5.6rem;
    width:auto;
  }
  .features__title{
    margin-bottom:0;
    font-size:2.4rem;
    margin-right:0;
  }
  .features__inner{
    flex-direction:column-reverse;
  }
  .features__inner-wrap{
    width:33.9rem;
  }
  .features__img img{
    width:auto;
  }
  .features__inner-title{
    height:3.2rem;
    padding-left:1rem;
  }
  /* 募集職種 */
  .jobs{
    flex-direction:column;
    padding:1.6rem  0;
    margin:0 1rem;
    margin-bottom:5.6rem;
    width:auto;
  }
  .jobs__title{
    margin-bottom:4rem;
  }
  .jobs__list{
    width:auto;
  }
  .jobs__content{
    width:auto;
    min-height:auto;
    padding:2.4rem;
    flex-direction:column;
    align-items:flex-start;
    border-radius:2.4rem;
  }
  .work__summary{
    flex-direction:column;
    align-items:flex-start;
    gap:1.6rem;
  }
  .work__title{
    font-size:2.2rem;
  }
  .work__pdf-link{
    align-self:flex-end;
    min-width:16rem;
    min-height:6.4rem;
    padding:2rem 5.2rem 2rem 2.4rem;
  }
  /* 応募方法 */
  .contact{
    flex-direction:column;
    padding:1.6rem  0;
    margin:0 1rem;
    width:auto;
    gap:6rem;
  }
  .contact__content{
    flex-direction:column;
  }
  .contact__img img{
    width:auto;
  }
  .contact__content-left{
    width:auto;
  }
  .tel__title{
    height:3.4rem;
    padding-left:1rem;
  }
  .mail__contact-title{
    padding-left:2rem;
    border-left:none;
    position:relative;
    margin-bottom:6.2rem;
  }
  .mail__contact-title::before{
    content:"";
    position:absolute;
    left:0;
    top:111%;
    width:0.7rem;
    height:2.9rem;
    background-color:#5cacc9;
    transform:translateY(-50%);
  }
  /* お問い合わせフォーム */
  .form{
    width:auto;
    padding:4rem 1.75rem;
  }
  .name__info{
    display:block;
  }
  .contact__item input,.contact__item select{
    width:32rem;
  }
  .contact__item--area textarea{
    width:32rem;
    height:24rem;
  }

  /* ページ内リンク */
  .page-nav {
    display: block;
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: 37.5rem;
    overflow: hidden;
    z-index: 10;
    background-color: #E08D5BCC;
    visibility: hidden;
    transition: top 0.3s ease, bottom 0.3s ease, visibility 0s linear 0.3s;
  }

  .page-nav.active {
    top: 0;
    bottom: 0;
    visibility: visible;
    transition: top 0.3s ease, bottom 0.3s ease, visibility 0s linear 0s;
  }

  .page-nav__list {
    height: calc(100vh - 25rem);
    overflow: auto;
    width: 28rem;
    margin: 6.4rem auto 17.5rem;
    border-top: 1px solid #fff;
  }

  .page-nav__item a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 28rem;
    height: 5.8rem;
    padding: 0.8rem 0;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #fff;
    background-image: url('../img/header_footer/page-nav_item_icon1.svg');
    background-repeat: no-repeat;
    background-position: center right 0.8rem;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    line-height: calc(112 / 100);
  }

  .page-nav__top {
    position: absolute;
    right: 3.2rem;
    bottom: 16.1rem;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    line-height: calc(112 / 100);
  }

  .page-nav__btns {
    display: block;
    position: fixed;
    right: 3.2rem;
    bottom: 6rem;
    z-index: 11;
  }

  .page-nav__btn {
    display: block;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: top 2.1rem center;
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
    line-height: calc(112 / 100);
    padding: 3rem 0 0;
  }

  .page-nav__btn--open {
    color: #fff;
    background-color: #E08D5B;
    background-image: url('../img/header_footer/page-nav_btn_icon1.svg');
    background-size: 4.6rem 2rem;
  }

  .page-nav__btn--close {
    display: none;
    color: #E08D5B;
    background-color: #fff;
    background-image: url('../img/header_footer/page-nav_btn_icon2.svg');
    background-size: 2.2rem 2.2rem;
  }

  .page-nav__btns.active .page-nav__btn--open {
    display: none;
  }

  .page-nav__btns.active .page-nav__btn--close {
    display: block;
  }

  .header.off,
  .guidance.off {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

/* front-page guidance final override */
.guidance {
  --g-rem: clamp(10px, calc(10 / 1280 * 100vw), 12.5px);
  left: calc(2.5 * var(--g-rem));
  right: auto;
  width: calc(33.1 * var(--g-rem));
  height: calc(4.8 * var(--g-rem));
  padding: calc(1.2 * var(--g-rem)) calc(1.2 * var(--g-rem)) calc(1.6 * var(--g-rem));
  transition: height 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.guidance.open {
  height: calc(100vh - calc(12.8 * var(--g-rem)));
}
.guidance__content::-webkit-scrollbar {
  display: none;
}
.guidance__btn {
  padding-bottom: calc(2.4 * var(--g-rem));
}
.guidance__title {
  font-size: calc(1.8 * var(--g-rem));
  background-size: calc(1.8 * var(--g-rem)) auto;
  padding-left: calc(3 * var(--g-rem));
}
.guidance__list {
  gap: calc(1.5 * var(--g-rem));
  margin-bottom: calc(1.1 * var(--g-rem));
}
.guidance__list a {
  width: calc(14.6 * var(--g-rem));
  height: calc(8 * var(--g-rem));
  font-size: calc(1.8 * var(--g-rem));
  padding: calc(0.5 * var(--g-rem));
}
.guidance__item--recruit a,
.guidance__reservation {
  width: calc(30.6 * var(--g-rem));
}
.guidance__reservation {
  height: calc(11.7 * var(--g-rem));
}

@media (min-width: 1920px) {
  .guidance {
    --g-rem: 12px;
  }
}

@media screen and (max-width: 699.98px) {
  .guidance.off,
  .guidance.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .guidance {
    --g-rem: clamp(8px, calc(10 / 375 * 100vw), 20px);
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
