@charset "UTF-8";

.l-layout01__contents{
  flex: 1;
  max-width: 72.36%;
}
@media screen and (max-width: 1199px) {
  .l-layout01__contents {
      max-width: 100%;
      width: 100%;
  }
}


 body:not(.home) main a[target="_blank"]:after {
  background: url(../img/common/ico_blank.svg) center center / contain no-repeat;
  content: "";
  display: inline-block; /* アイコンを表示するために必要 */
  height: 0.9375rem;
  width: 0.9375rem;
  margin-left: 0.375rem;
}
ul.loan_list{
  margin-top: clamp(1.5rem, 1.373rem + 0.52vw, 2rem);
}
main ul.wp-block-list,
main .l-layout01__inner ul:not(.p-dataAbout__column3) {
  list-style: none;
  padding: 0;
}
main ul.wp-block-list li,
main .l-layout01__inner ul:not(.p-dataAbout__column3) li {
  position: relative;
  padding-left: 30px; /* 点の幅と余白を考慮 */
}

main ul.wp-block-list li::before,
main:not(.p-data) .l-layout01__inner ul li::before {
  content: "";
  position: absolute;
  left: 0; /* 左に少し余白を追加 */
  top: clamp(1.063rem, 1.015rem + 0.2vw, 1.25rem); /* テキストの中央に配置 */
  transform: translateY(-50%); /* 縦方向の位置調整 */
  width: clamp(0.536rem, 0.513rem + 0.09vw, 0.625rem);
  height: clamp(0.536rem, 0.513rem + 0.09vw, 0.625rem);
  background-color: #5DC4B2;
  border-radius: 50%;
}

main ol.wp-block-list {
  counter-reset: li;
}

main ol.wp-block-list li {
  display: flex;
  align-items: center;
}

main ol.wp-block-list li::before {
  display: inline-block;
  min-width: 1.875em;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #5dc4b2;
  color: #fff;
  font-weight: bold;
  line-height: 1.875rem;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  align-self: flex-start;
}
main ol.wp-block-list li::before {
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
main ol.wp-block-list li::before {
  width: 1.875em;  /* 幅 */
  height: 1.875em; /* 高さ */
}
/* 二行目以降を文頭にそろえる */
main .l-layout01__inner ul:not(.p-dataAbout__column3) li {
  display: block;
  text-indent: 0;
  padding-left: clamp(1.25rem, 1.091rem + 0.65vw, 1.875rem);
}

main .wp-block-list li:not(:first-of-type) {
  margin-top: 1rem;
}

.p-comment4 {
  background-color: #5DC4B2;
  border-radius: 0.625rem;
  margin-left: 1rem;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-comment4::before {
  background: url(../img/common/triangle3.svg) center center/contain no-repeat;
  bottom: 0.6875rem;
  content: "";
  height: 1.6875rem;
  left: -1rem;
  position: absolute;
  width: 1.6875rem;
}

.p-comment2 ol {
  counter-reset: li;
}

.p-comment2 ol li {
  display: flex;
  align-items: center;
}
.p-comment2 ol li:not(:first-of-type) {
  margin-top: 1rem;
}

.p-comment2 ol li::before {
  display: inline-block;
  min-width: 1.875em;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #F2ABB7;
  color: #fff;
  font-weight: bold;
  line-height: 1.875rem;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  align-self: flex-start;
}
.p-comment2 ol li::before {
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-comment2 ol li::before {
  width: 1.875em;  /* 幅 */
  height: 1.875em; /* 高さ */
}

@media screen and (max-width: 1199px) {
  .p-interview__img img {
    -o-object-fit: cover;
    aspect-ratio: 362 / 363;
    border-radius: 5rem 0 0 0;
    height: auto;
    object-fit: cover;
}
  .p-interview__img.--right img {
      border-radius: 0 5rem 0 0;
  }
}
.p-comment4__txtWrap {
  align-items: flex-start;
  color: #fff;
  display: flex;
  gap: 0.375rem;
}

.p-comment4__qa {
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  translate: 0 -0.1875rem;
}

.p-comment4__txt {
  font-weight: 700;
  line-height: 1.4705882353;
}

/* ===============================================
先輩メッセージのプロフィールテキスト
=============================================== */

@media screen and (max-width: 1199px) {
    .p-interviewMv__box {
        bottom: auto;
        margin-right: auto;
        margin-left: auto;
        max-width: clamp(39.125rem, 21.529rem + 36.66vw, 49rem);
        padding: 0;
        position: relative;
    }
}

@media screen and (max-width: 833px) {
  .p-interviewMv__img img {
    -o-object-fit: cover;
    aspect-ratio: 390/358;
    border-radius: 5rem 0 0 0;
    height: auto;
    object-fit: cover;
  }
  .p-interviewMv__block {
    bottom: 1.25rem;
  }
  .p-interviewMv__box {
    margin-left: 0;
    max-width: 92.2651933702%;
  }
  .p-interviewMv__flex {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
  }
  .p-interviewMv__wrapSp {
    display: flex;
    margin-left: 0.625rem;
  }
    .p-interviewMv__job {
    margin-right: 0;
  }
  .p-interviewMv__job.--pc {
    display: none;
  }
  .p-interviewMv__job.--sp {
    display: flex;
  }
}

/* ===============================================
テーブル
=============================================== */
.wp-block-table td, .wp-block-table th{
  border: none;
}
main:not(.p-recruitment) table th,main:not(.p-recruitment) table td {
  border: solid 1px #DDDDDD !important;              /* 枠線指定 */
}

main:not(.p-recruitment) table th{
  width: 26% !important;
  background-color: #F5F6EF;
  padding: 1.563rem !important;
  text-align: left !important;
  align-content: start !important;
} 
main:not(.p-recruitment) table td {
  width: 74% !important;
  padding: 1.75rem !important;
}

main:not(.p-recruitment) table {
  border-collapse:  collapse;     /* セルの線を重ねる */
}

main.p-recruitment table td {
  width: 85% !important;
}
main.p-recruitment table th {
  width: 15%;
}
@media screen and (max-width: 834px) {

  main:not(.p-recruitment) table td {
    width: 74% !important;
    padding: 0.625rem !important;
}
main:not(.p-recruitment) table th {
  padding: 0.625rem !important;
}
}
@media screen and (max-width: 834px) {
  
  main:not(.p-recruitment) table td {
    width: 74% !important;
    padding: 0.625rem !important;
}
main:not(.p-recruitment) table th {
  padding: 0.625rem !important;
  width: 31% !important;
}
}
/* ===============================================
教育・研修制度
=============================================== */
section:not(#hospital_cert) > .p-education__media.p-media {
  margin-top: 2.5rem;
}
.mobile-scroll img{
  max-width:100%;
  width: 100%;
}
.p-education {
  overflow: hidden;
  overflow-x: hidden;
}
.p-educationMore:first-of-type {
  padding-top: 7.2rem;
}
.p-educationMore {
  padding-top: clamp(7.875rem, 7.333rem + 2.22vw, 10rem);
}

.p-educationMore__bg {
  padding-bottom: 5rem;
  position: relative;
}
.p-educationMore__bg::after {
  background: url(../img/data/data_bg.png) center center/cover no-repeat;
  border-radius: 5rem 0 0 0;
  content: "";
  height: calc(100% - 2.5rem);
  left: -25vw;
  position: absolute;
  top: 2.5rem;
  width: 103vw;
  z-index: -1;
}

.p-educationMore__inner {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.p-educationMore__inner::before {
  background: url(../img/data/data12.png) center center/cover no-repeat;
  content: "";
  height: 25.5625rem;
  position: absolute;
  right: 0;
  top: -8.875rem;
  width: 20.1875rem;
  z-index: 1;
}

.p-educationMore__title {
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1489361702;
  margin-left: 8.5625rem;
  padding-inline: 0.75rem;
  padding-top: 0.75rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-educationMore__title::before, .p-educationMore__title::after {
  background: url(../img/common/title_deco.svg) center center/contain no-repeat;
  content: "";
  height: 1.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.p-educationMore__title::before {
  -webkit-transform: scaleX(-1);
  left: 0;
  transform: scaleX(-1);
}
.p-educationMore__title::after {
  right: 0;
}

.p-educationMore__box {
  margin-top: 2.5rem;
}

.p-educationMore__box.--02 {
  margin-top: 4.5rem;
}

.p-educationMore__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-educationMore__subtitle::after {
  background: url(../img/common/title_deco.svg) center center/contain no-repeat;
  content: "";
  height: 1.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.0625rem;
}
.p-educationMore__subtitle span {
  position: relative;
}
.p-educationMore__subtitle span::after {
  background-image: linear-gradient(to right, #38BBA4 0.625rem, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1.25rem 3px;
  bottom: -0.625rem;
  content: "";
  display: flex;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-educationMore__slider {
  margin-top: 0.75rem;
}
.p-educationAbout {
  margin-top: 4.063rem;
  overflow: hidden;
}

.p-educationAbout__container {
  margin-top: 3rem;
}

.p-educationAbout__column3 {
  display: grid;
  gap: 2.5rem 2.1875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-educationAbout__pcSp {
  display: block;
}

.p-educationAbout__tab {
  display: none;
}

.p-education h3.catch{
  font-size: clamp(1.438rem, 1.326rem + 0.46vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.9117647059;
  margin: 3rem 0 2.5rem;
  }
  .education_sp{
    display: none;
  }
.education_pc{
  display: block;
}
#welcome_event .p-media{
  margin-top: 2.5rem;
}
.cls-program {
    display: block;
    align-self: flex-start;
}
  @media screen and (max-width: 1850px) {
    .p-educationMore__inner::before {
      display: none;
    }
  }
  @media screen and (max-width: 1199px) {
      .p-pageLink__items {
          row-gap: 1rem;
      }
      .p-pageLink__item {
        min-width: 10rem;
    }
    #cls .p-media:first-of-type {
      gap: 2.5rem !important;
      margin-top: 2.5rem;
  }
    #welcome_event .p-media{
      margin-top: 0;
    }
    .mobile-scroll img{
      max-width: 968px;
      width: 968px;
    }
    .p-education .p-media {
      gap: 0;
  }
    .cls-program {
      display: grid
    ;
      gap: 0.625rem;
      grid-template-columns: repeat(2, 1fr);
    }
    .cls-program img:not(:first-of-type) {
      margin-top: 0 !important;
  }
    .p-educationMore {
    padding-top: 7.875rem;
  }
  .p-educationMore__bg {
    padding-bottom: 3.5rem;
  }
  .p-educationMore__bg::after {
    height: calc(100% - 3.5rem);
    left: -7.6738609113vw;
    top: 3.5rem;
    width: 100vw;
  }
  .p-educationMore__inner::before {
    display: block;
    height: 14.375rem;
    right: -2rem;
    top: 2.375rem;
    width: 11.3125rem;
  }
  .p-educationMore__title {
    font-size: 1.8125rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.25rem;
    translate: -1rem 0;
  }
  .p-educationMore__title::before, .p-educationMore__title::after {
    height: 1.0625rem;
    width: 1.0625rem;
  }
  .p-educationMore__box {
    margin-top: 4rem;
  }
  .p-educationMore__subtitle {
    font-size: 1.375rem;
  }
  .p-educationMore__slider {
    margin-top: 2rem;
  }
   div:not(.level01):not(.welcome_event) > .p-education__media {
        display: flex;
        flex-direction: column-reverse;
    }
    section#vr_training div > .p-education__media,
section#hospital_cert div > .p-education__media {
    flex-direction: column;
}
.education_sp{
  display: block;
}
.education_pc{
  display: none;
}}
  @media screen and (max-width: 768px) {
    
    .cls-program {
      display: grid;
      gap: 0.5rem;
      grid-template-columns: repeat(2, 1fr);
    }}
  @media screen and (max-width: 599px) {
    .p-education .p-media {
      gap: 0;
    }
  .p-educationMore__title {
    line-height: 1.3448275862;
    margin-inline: auto;
    padding-inline: 2.3125rem;
    padding-top: 0.9375rem;
    translate: 0 0;
  }
  .p-educationMore__box {
    margin-top: 4.5rem;
  }
  .p-educationMore__box.--02 {
    margin-top: 3.25rem;
  }
  .p-educationMore__subtitle.--lsSm {
    letter-spacing: 0;
  }
  }
.dlBlock {
  position: relative;
}

.dlBlock:before {
  position: absolute;
  display: block;
  content: "";
  background: #ff8585;
  width: 1px;
  height: 93%;
  z-index: -1;
}

.dlBlock .dlInner {
  display: flex;
  align-items: flex-start; /*なくても問題ない？？*/
}

.dlBlock dt {
  text-align: right;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  word-break: break-all;
}

.dlBlock dt:before {
  position: absolute;
  display: block;
  content: "";
  top: 1.5em;
  right: -70px;
  width: 20px;
  height: 20px;
  background: #ff8585;
  border-radius: 50%;
  transform: translateY(-50%);
}

.dlBlock dd {
  line-height: 1.5;
  flex: 1;
}

.dlBlock:before {
  top: 16px;
  left: 130px;
}
.dlBlock .dlInner {
  padding-bottom: 32px;
}
.dlBlock dt {
  text-align: right;
  width: 71px;
  margin-right: 60px;
  font-size: 16px;
}
.dlBlock dt span {
  font-size: 36px;
  font-weight: 600;
}
.dlBlock dd {
  margin-left: 73px;
  font-size: 16px;
  top: 0.8rem;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .dlBlock {
    position: relative;
  }

  .dlBlock:before {
    position: absolute;
    display: block;
    content: "";
    background: #ff8585;
    width: 1px;
    height: 98%;
    z-index: -1;
  }

  .dlBlock .dlInner {
    display: flex;
    align-items: flex-start; /*なくても問題ない？？*/
  }

  .dlBlock dt {
    text-align: right;
    position: relative;
    line-height: 1;
    box-sizing: border-box;
    word-break: break-all;
  }

  .dlBlock dt:before {
    position: absolute;
    display: block;
    content: "";
    top: 1.5em;
    right: -45px;
    width: 20px;
    height: 20px;
    background: #ff8585;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  .dlBlock dd {
    line-height: 1.5;
    flex: 1;
  }

  .dlBlock:before {
    top: 16px;
    left: 95px;
  }
  .dlBlock .dlInner {
    padding-bottom: 32px;
  }
  .dlBlock .dlInner:last-of-type {
    padding-bottom: 0;
  }
  .dlBlock dt {
    text-align: right;
    width: 60px;
    margin-right: 49px;
    font-size: 16px;
  }
  .dlBlock dt span {
    font-size: 36px;
    font-weight: 600;
  }
  .dlBlock dd {
    margin-left: 50px;
    font-size: 16px;
    top: 0.8rem;
    position: relative;
  }
}
@media screen and (max-width: 834px) {
  .dlBlock:before {
    position: absolute;
    display: block;
    content: "";
    background: #ff8585;
    width: 1px;
    height: 97%;
    z-index: -1;
}
  .dlBlock:before {
    top: 12px;
    left: 54px;
  }
  .dlBlock dt:before {
    position: absolute;
    display: block;
    content: "";
    top: 1em;
    right: -18px;
    width: 13px;
    height: 13px;
    background: #ff8585;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  }
@media screen and (max-width: 834px) {

  .dlBlock dt {
    text-align: left;
    width: 40px;
    margin-right: 21px;
    font-size: 26px;
    margin-left: 3px;
  }

  .dlBlock dd {
    margin-left: 16px;
    font-size: 16px;
  }
  .dlBlock dd {
    margin-left: 21px;
    font-size: 16px;
    top: 0;
  }
  .dlBlock dt {
    font-size: 14px;
  }
  .dlBlock dt span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .dlBlock:before {
    top: 12px;
    left: 54px;
  }
  .dlBlock dt:before {
    position: absolute;
    display: block;
    content: "";
    top: 1em;
    right: -18px;
    width: 13px;
    height: 13px;
    background: #ff8585;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .dlBlock dt {
    text-align: left;
    width: 40px;
    margin-right: 12px;
    font-size: 26px;
    margin-left: 3px;
  }

  .dlBlock dd {
    margin-left: 16px;
    font-size: 16px;
  }
  .dlBlock dd {
    margin-left: 21px;
    font-size: 16px;
    top: 0;
  }
  .dlBlock dt {
    font-size: 14px;
  }
  .dlBlock dt span {
    font-size: 24px;
  }
}

.flow-table {
  width: 60%;
  margin: 20px auto;
  border-collapse: collapse;
}
.flow-table th,
.flow-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.flow-table th {
  background-color: #f4f4f4;
}
.month {
  width: 20%;
  text-align: left;
  padding-left: 10px; /* 必要に応じて調整 */
  font-weight: bold;
}

.l-education1 {
  margin-top: 10.5rem;
}

.l-education2 {
  margin-top: 8.5rem;
}

.l-education3 {
  margin-top: 8rem;
}

.l-educationInner {
  margin-inline: auto;
  max-width: 59.6875%;
  width: 100%;
}

.p-educationWrap {
  overflow: hidden;
}

.p-educationBg {
  padding-top: 5.625rem;
  position: relative;
}
.p-educationBg::before {
  background: url(../img/five_min/bg.png) top center/cover no-repeat;
  content: "";
  height: 702.4375rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* ===============================================
  # MV
  =============================================== */

.p-educationMv__imgWrap {
  position: relative;
}

.p-educationMv__titleWrap {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: clamp(6.25rem, -10rem + 20.313vw, 14.375rem);
  transform: translateX(-50%);
}

.p-educationMv__title {
  margin-inline: auto;
  max-width: 34rem;
  width: 100%;
}

.p-educationMv__txt {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 3.75rem;
  text-align: center;
}
.p-educationMv__txt span {
  background-color: white;
  display: inline-block;
  line-height: 1.4285714286;
  padding: 0.375rem;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* ===============================================
  # Msg
  =============================================== */
.p-educationMsg__container {
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  padding-block: 3.75rem;
  padding-inline: 7.625rem 5rem;
  position: relative;
}
.p-educationMsg__container::before,
.p-educationMsg__container::after {
  background: url(../img/five_min/pin.svg) center center/contain no-repeat;
  content: "";
  height: 2.625rem;
  position: absolute;
  top: 0.375rem;
  width: 2.625rem;
}
.p-educationMsg__container::before {
  left: 1.25rem;
}
.p-educationMsg__container::after {
  right: 0.875rem;
}

.p-educationMsg__flex {
  display: flex;
  gap: 4.25rem;
}

.p-educationMsg__img {
  max-width: 8.625rem;
  width: 100%;
}

.p-educationMsg__body {
  flex: 1;
}

.p-educationMsg__flexSp {
  display: contents;
}

.p-educationMsg__title {
  color: #38bba4;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4666666667;
  padding-right: 2.875rem;
}

.p-educationMsg__txt {
  margin-top: 2.125rem;
}

/* ===============================================
  # education
  =============================================== */
.p-education__season {
  display: grid;
  gap: 0.8125rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1.5rem;
}

/* ===============================================
  # Attractive
  =============================================== */
.p-educationAtt {
  overflow: hidden;
}

.p-educationAtt__bg {
  padding-block: 3.6875rem 2.3125rem;
}

.p-educationAtt__txt {
  line-height: 1.875;
  margin-top: 1.875rem;
}

.p-educationAtt__sliderWrap {
  padding-left: 4.125rem;
  position: relative;
}

.p-educationAtt__slider {
  margin-top: 3.3125rem;
}

/* ===============================================
  # Number
  =============================================== */
.p-educationNumber {
  margin-top: 8.125rem;
}

.p-educationNumber__bg {
  padding-block: 3.8125rem 5.1875rem;
}

/* ===============================================
  # Training
  =============================================== */
.p-educationTraining {
  margin-top: 7.75rem;
}

.p-educationTraining__bg {
  padding-block: 5.25rem 5rem;
}

/* ===============================================
  # Local
  =============================================== */
.p-labelWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.3125rem;
}

.p-educationLocal__block {
  margin-top: 3.1875rem;
}
.p-educationLocal__block + .p-educationLocal__block {
  margin-top: 3.125rem;
}

.p-educationLocal__subTitle {
  align-items: center;
  color: #38bba4;
  display: flex;
  font-size: clamp(1.5rem, 1.404rem + 0.39vw, 1.875rem);
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.25;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}
.p-educationLocal__subTitle::after {
  background-color: #dfdfdf;
  content: "";
  flex: 1;
  height: 2px;
  margin-left: 1.5rem;
  width: 100%;
}

.p-educationLocal__txt {
  margin-top: 1.5rem;
}

.p-educationLocal__column2 {
  display: grid;
  gap: 4.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}

.p-educationLocal__img {
  border-radius: 1.25rem;
}

/* ===============================================
  # Welfare
  =============================================== */
.p-educationWelfare {
  margin-top: 8rem;
}

.p-educationWelfare__bg {
  padding-block: 4.875rem 3.25rem;
}

.p-educationIns__label.p-labelWrap {
  margin-top: 0.9375rem;
}

.p-educationIns__txt {
  margin-top: 2.625rem;
}

.p-educationIns__column3 {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.6875rem;
}

.p-educationIns__img {
  border-radius: 1.25rem;
}

.p-educationIns__caption {
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
}

/* ===============================================
  # Welcome
  =============================================== */
.p-educationWelcome {
  margin-top: 6.5rem;
  position: relative;
}
.p-educationWelcome::after {
  -webkit-transform: translateX(-50%);
  background-color: #ddd;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80vw;
}

.p-educationWelcome__title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-educationWelcome__title::before,
.p-educationWelcome__title::after {
  background: url(../img/five_min/title_deco.svg) center center/contain no-repeat;
  content: "";
  height: 4.5rem;
  position: absolute;
  top: 0;
  width: 4.5rem;
}
.p-educationWelcome__title::before {
  left: 100%;
}
.p-educationWelcome__title::after {
  -webkit-transform: scaleX(-1);
  right: 100%;
  transform: scaleX(-1);
}

.p-educationWelcome__img {
  margin-inline: auto;
  margin-top: 1.3125rem;
  max-width: 53.6875rem;
  translate: -2.125rem 0;
  width: 100%;
}

/* ===============================================
  # related
  =============================================== */
.p-educationRelated {
  background-color: #fff;
}

.p-slidereducation.swiper {
  overflow: visible;
  position: static;
}

.p-slidereducation .swiper-slide {
  height: auto;
  width: 63.75rem;
}

.p-slidereducation__button-wrap {
  -webkit-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 71.625rem;
  z-index: 1;
}

.p-slidereducation__button-wrap .swiper-button-prev::after,
.p-slidereducation__button-wrap .swiper-button-next::after {
  display: none;
}

.p-slidereducation__button-wrap .swiper-button-prev,
.p-slidereducation__button-wrap .swiper-button-next {
  position: relative;
}

.p-slidereducation__button-wrap .swiper-button-prev {
  -webkit-transform: scaleX(-1);
  left: 0;
  transform: scaleX(-1);
}

.p-slidereducation__button-wrap .swiper-button-next {
  right: 0;
}

.p-slidereducation__arrow {
  height: 4.125rem;
  width: 4.125rem;
}
.p-slidereducation__arrow img {
  height: 4.125rem;
  width: 4.125rem;
}

.p-slidereducation__pagination {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination{
  padding-bottom: clamp(8rem, 7.49rem + 2.09vw, 10rem);
}
.p-training {
  border-top: 1px solid #DDDDDD;
  padding-top: 6rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 1199px) {
  .p-training {
    border-top: none;
    padding-top: 0;
    margin-top: 3rem;
  }
  .p-education .p-media__img{
    margin-top: 2.5rem;
  }
  .l-education1 {
    margin-top: 6rem;
  }
  .l-education2 {
    margin-top: 7.0625rem;
  }
  .l-education3 {
    margin-top: 4rem;
  }
  .l-educationInner {
    max-width: 75.0599520384%;
  }
  .l-educationInner.--tabSm {
    padding-inline: 2.5rem;
  }
  .l-educationInner.--tabSmRight {
    padding-inline: 2.5rem;
  }
  .p-educationBg {
    padding-top: 2.625rem;
  }
  .p-educationBg::before {
    background: url(../img/five_min/bg_sp2.png) top center/cover no-repeat;
    height: 960rem;
    height: 100%;
  }
  .p-educationMv__titleWrap {
    top: 16.875rem;
  }
  .p-educationMv__title {
    max-width: 25.875rem;
  }
  .p-educationMv__txt {
    font-size: 1.125rem;
  }
  .p-educationMv__txt span {
    padding-block: 0.3125rem;
    padding-inline: 0.25rem;
  }
  .p-educationMsg__container {
    padding-block: 3.75rem 3.25rem;
    padding-inline: 2.5rem;
  }
  .p-educationMsg__container::before {
    left: 0.5rem;
  }
  .p-educationMsg__container::after {
    right: -0.5rem;
  }
  .p-educationMsg__flex {
    flex-direction: column-reverse;
    gap: 2.125rem;
  }
  .p-educationMsg__img {
    margin-inline: auto;
    max-width: 3.625rem;
  }
  .p-educationMsg__flexSp {
    align-items: center;
    display: flex;
    gap: 2.1875rem;
  }
  .p-educationMsg__title {
    font-size: 1.4375rem;
    padding-right: 0;
  }
  .p-educationMsg__txt {
    line-height: 1.95;
    margin-top: 1.6875rem;
  }
  .p-education__season {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    max-width: 34.125rem;
    width: 100%;
  }
  .p-educationAtt__bg {
    padding-block: 3.125rem 2.5rem;
  }
  .p-educationAtt__txt {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .p-educationAtt__sliderWrap {
    padding-left: 0;
  }
  .p-educationAtt__slider {
    margin-top: 3.625rem;
  }
  .p-educationNumber {
    margin-top: 7.0625rem;
  }
  .p-educationNumber__bg {
    padding-block: 3.125rem 2.5rem;
  }
  .p-educationTraining {
    margin-top: 7.0625rem;
  }
  .p-educationTraining__bg {
    padding-block: 3.125rem 2.5rem;
  }
  .p-labelWrap {
    gap: 0.5rem 0.375rem;
    margin-top: 1.25rem;
  }
  .p-educationLocal__block {
    margin-top: 2rem;
  }
  .p-educationLocal__block + .p-educationLocal__block {
    margin-top: 4rem;
  }
  .p-educationLocal__subTitle {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }
  .p-educationLocal__subTitle:first-of-type {
    padding-top: 3rem;
  }
  .p-educationLocal__subTitle::after {
    flex: auto;
    margin-left: 0;
  }
  .p-educationLocal__txt {
    line-height: 1.95;
  }
  .p-educationLocal__column2 {
    gap: 0.75rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.875rem;
  }
  .p-educationLocal__img {
    border-radius: 1rem;
  }
  .p-educationWelfare {
    margin-top: 7.0625rem;
  }
  .p-educationWelfare__bg {
    padding-block: 3.125rem;
  }
  .p-educationIns__label.p-labelWrap {
    gap: 0.5rem 0.375rem;
    margin-top: 0.75rem;
  }
  .p-educationIns__txt {
    margin-top: 2rem;
  }
  .p-educationIns__column3 {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
  }
  .p-educationIns__caption {
    font-size: 1.1875rem;
    margin-top: 0.625rem;
  }
  .p-educationWelcome::after {
    width: 100vw;
  }
  .p-educationWelcome {
    margin-top: 6rem;
  }
  .p-educationWelcome__title {
    font-size: 1.3125rem;
  }
  .p-educationWelcome__title::before,
  .p-educationWelcome__title::after {
    height: 2.375rem;
    width: 2.375rem;
  }
  .p-educationWelcome__img {
    translate: -0.5rem 0;
  }
  .p-slidereducation .swiper-slide {
    width: 34.125rem;
  }
  .p-slidereducation__button-wrap {
    -webkit-transform: translate(-49%, -50%);
    height: 2.5rem;
    left: 50%;
    transform: translate(-49%, -50%);
    width: 82.7338129496vw;
  }
  .p-slidereducation__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-slidereducation__arrow img {
    height: 2.5rem;
    width: 2.5rem;
  }
  .p-slidereducation__pagination {
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .l-education2 {
    margin-top: 6rem;
  }
  .l-education3 {
    margin-top: 6rem;
  }
  .l-educationInner {
    max-width: 89.7435897436%;
  }
  .l-educationInner.--lg {
    max-width: 94.8717948718%;
  }
  .l-educationInner.--tabSm {
    padding-inline: 0.875rem 0.375rem;
  }
  .l-educationInner.--tabSmRight {
    padding-inline: 0.375rem 0.75rem;
  }
  .l-educationInner.--sm {
    padding-inline: 0.5rem;
  }
  .p-slidereducation .swiper-slide {
    width: 18.75rem;
  }
  .p-slidereducation__button-wrap {
    width: 94.8717948718vw;
  }
  .p-benefitsWorking__block
 {
    border-top: none;
}
}
.cls-program img:not(:first-of-type){
margin-top: 16px;
}
.p-media {
  gap: 3.5rem;
}
#cls .p-media:first-of-type {
  gap: 5.65rem;
  margin-top: 2.5rem;
}
.top_sp {
  display: none;
}
.top_pc {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .top_sp {
    display: block;
  }
  .top_pc {
    display: none;
  }
}
#cls figure.p-media__img,
#e_learning figure.p-media__img,
#vr_training figure.p-media__img{
  max-width: 30rem;
}
#hospital_cert figure.p-media__img{
  max-width: 19.25rem;
}
#cls figure.p-media__img,
#e_learning figure.p-media__img,
#vr_training figure.p-media__img,
#hospital_cert figure.p-media__img
 {
  align-items: flex-start;
  display: flex;
  gap: 3.25rem;
}

.p-media.year-flow{
  gap: 3.5rem;
}
#cls .p-comment3,
#e_learning .p-comment3,
#vr_training .p-comment3,
#hospital_cert .p-comment3,
#welcome_event .p-comment3 {
  margin-top: 2.5rem;
}

#hospital_cert table {
margin-top: 2rem;
}

/* ===============================================
募集要項
=============================================== */
#job_description{
margin-top:clamp(4.5rem, 3.098rem + 5.75vw, 10rem)
}
#faq{
  margin-top: clamp(8rem, 5.865rem + 8.76vw, 16.375rem);
}

.p-recruitment__head {
  font-size: clamp(1.438rem, 1.262rem + 0.719vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9117647059;
}


.p-recruitment {
  overflow: hidden;
}

.p-recruitmentAbout {
  margin-top: 6.9375rem;
  overflow: hidden;
}

.p-recruitmentAbout__container {
  margin-top: 3rem;
}

.p-recruitmentAbout__column3 {
  display: grid;
  gap: 2.5rem 2.1875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-recruitmentAbout__pcSp {
  display: block;
}

.p-recruitmentAbout__tab {
  display: none;
}

.p-recruitmentMore {
  padding-top: clamp(7.875rem, 7.333rem + 2.22vw, 10rem);
}

.p-recruitmentMore__bg {
  padding-bottom: 5rem;
  position: relative;
}
.p-recruitmentMore__bg::after {
  background: url(../img/data/data_bg.png) center center/cover no-repeat;
  border-radius: 5rem 0 0 0;
  content: "";
  height: calc(100% - 2.5rem);
  left: -25vw;
  position: absolute;
  top: 2.5rem;
  width: 103vw;
  z-index: -1;
}

.p-recruitmentMore__inner {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.p-recruitmentMore__inner::before {
  background: url(../img/data/data12.png) center center/cover no-repeat;
  content: "";
  height: 25.5625rem;
  position: absolute;
  right: 0;
  top: -8.875rem;
  width: 20.1875rem;
  z-index: 1;
}

.p-recruitmentMore__title {
  font-size: 2.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1489361702;
  margin-left: 8.5625rem;
  padding-inline: 0.75rem;
  padding-top: 0.75rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-recruitmentMore__title::before, .p-recruitmentMore__title::after {
  background: url(../img/common/title_deco.svg) center center/contain no-repeat;
  content: "";
  height: 1.5rem;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.p-recruitmentMore__title::before {
  -webkit-transform: scaleX(-1);
  left: 0;
  transform: scaleX(-1);
}
.p-recruitmentMore__title::after {
  right: 0;
}

.p-recruitmentMore__box {
  margin-top: 2.5rem;
}

.p-recruitmentMore__box.--02 {
  margin-top: 4.5rem;
}

.p-recruitmentMore__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6875;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-recruitmentMore__subtitle::after {
  background: url(../img/common/title_deco.svg) center center/contain no-repeat;
  content: "";
  height: 1.0625rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.0625rem;
}
.p-recruitmentMore__subtitle span {
  position: relative;
}
.p-recruitmentMore__subtitle span::after {
  background-image: linear-gradient(to right, #38BBA4 0.625rem, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 1.25rem 3px;
  bottom: -0.625rem;
  content: "";
  display: flex;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-recruitmentMore__slider {
  margin-top: 0.75rem;
}

.recruitment_outline{
  margin-top: clamp(1.5rem, 1.277rem + 0.92vw, 2.375rem);
}


@media screen and (max-width: 1199px) {
  .p-educationMore:first-of-type {
    padding-top: 4.5rem;
}
  .p-recruitment .l-layout01,
  .p-education .l-layout01 {
      gap: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment .l-layout01,
  .p-education .l-layout01 {
      gap: 0 !important;
      max-width: 85.641025641%;
  }
  .p-educationMore:first-of-type {
    padding-top: 4.5rem;
}
}

/* よくあるご質問（共通）
---------------------------------------------------------------------------------------------------------*/
.p-recruitment .c-headline2__main {
  margin-bottom: 3rem;
}
.accordion:not(:first-of-type) {
  padding-top: 1em;
}
.accordion .faqBox {
  padding: 1.8rem 2.6rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
.accordion .faqBox:first-child {
  margin-top: 0;
}
.accordion .faqBox h3 {
  position: relative;
  line-height: normal;
  display: block;
  font-size: clamp(1.438rem, 1.374rem + 0.26vw, 1.688rem); /* min23px max27px */
  font-weight: 600;
  padding: 0px;
  cursor: pointer;
}
.accordion .faqBox .answer h3 {
color:#F64545;
font-size: 1.0625rem;
  position: relative;
  display: inline-block;
  padding: 0px;
  cursor: default;
}
.accordion .faqBox h4 {
  position: relative;
  display: block;
  font-size: clamp(1.125rem, 1.083rem + 0.19vw, 1.313rem); /* min18px max21px */
  font-weight: 600;
  padding: 0px;
  cursor: pointer;
line-height: normal;}
#faq .accordion .faqBox h4 {
  padding: 0 50px;
  transition: 0.3s;
  border-bottom: transparent;
}
#faq .accordion .faqBox h4::before {
  position: absolute;
  top: -0.15em;
  left: 0;
  content: "\0051";
  font-size: 28px;
  font-weight: 600;
  color: #ff8585;
  font-family: "Outfit", sans-serif;
}
.accordion .faqBox h4::after {
  display: none;
}
.accordion .faqBox h3::after {
  display: none;
}
.accordion .faqBox h3 span::after,
.accordion .faqBox h3 span::before,
.accordion .faqBox h4 span::after,
.accordion .faqBox h4 span::before {
  position: absolute;
  top: 0.3em;
  right: 1rem;
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: #5dc4b2;
  font-weight: 600;
  transition: all 0.3s;
}
#faq .accordion .faqBox h4.close {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: normal;
  border-bottom: 1px solid #DDDDDD; /* 線の色と太さを調整 */
  padding-bottom: 1.5rem; /* テキストと線の間隔を調整 */
  transition: 0.3s;
}
.accordion .faqBox h3 span::after,
.accordion .faqBox h4 span::after {
  transform: rotate(90deg);
}
.accordion .faqBox h3.close span::before,
.accordion .faqBox h4.close span::before {
  transform: rotate(90deg) !important;
}
#faq .accordion .faqBox .answer {
  position: relative;
  display: none;
  padding: 1.5em 50px 0 50px;
}
.accordion .faqBox .answer {
  position: relative;
  display: none;
  padding: 1em 50px 1em 0px;
}
#faq .accordion .faqBox .answer::before {
  position: absolute;
  top: 0.5em;
  left: 0.1em;
  content: "\0041";
  font-size: 28px;
  font-weight: 600;
  color: #5dc4b2;
  font-family: "Outfit", sans-serif;
}
.accordion .faqBox .answer h5 {
  position: inherit;
  font-size: clamp(1.125rem, 1.055rem + 0.32vw, 1.438rem); /* min18px max23px */
  color: #38a1db;
  padding-left: 0;
  margin: 0 0 0.5em;
}
.accordion .faqBox .answer h5:before {
  display: none;
}
@media screen and (max-width: 1199px) {
.p-recruitmentAbout {
  margin-top: 4rem;
}
}
@media screen and (max-width: 979px) {
  .accordion .faqBox {
    padding: 1.5rem 1rem;
  }
  .accordion .faqBox h3 span::after,
.accordion .faqBox h3 span::before,
.accordion .faqBox h4 span::after,
.accordion .faqBox h4 span::before {
  top: 0.5em;
  right: 0.75em;
  height: 0.938rem;
}
  .accordion .faqBox h4 {
    padding: 0 35px 0 40px;
  }
  .accordion .faqBox h4 span::after,
  .accordion .faqBox h4 span::before {
    top: 0.3em;
    right: 0.75em;
    height: 0.938rem;
  }
  .accordion .faqBox .answer {
    padding: 0;
  }
  .accordion .faqBox .answer::before {
    top: 0.05em;
  }
}

.recruitment_details tr {
  border-bottom: 1px solid #dddddd;
  display: flex;
  padding: 1rem 0;
}
.recruitment_details tr:last-of-type {
  border-bottom: none;
}

.recruitment_details th {
  text-align: left;
}

.recruitment_details tbody {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .recruitment_details td:first-child {
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruitment_details tr {
    display: block;
  }
  .recruitment_details td {
    width: inherit !important;
  }
  .recruitment_details th {
    display: flex;
    padding: 10px 8px;
    width: inherit !important;
  }
}
i {
  color: #E68484;
font-style: normal;
}
.recruitment_details i {
  color: #f64545;
  font-style: normal;
}
.recruitment_details strong {
  font-size: 19px;
}

.entry-btn a {
  margin-inline: auto;
}

.entry-btn {
  background-color: #38bba4;
  border: 1px solid #38bba4;
  border-radius: 100vh;
  display: block;
  display: grid;
  max-width: 100%;
  min-height: 4.125rem;
  padding: 0 0.625rem;
  place-content: center;
  transition: 0.5s all;
  width: 20.75rem;
}
.entry-btn span {
  color: #fff;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2352941176;
  transition: 0.5s all;
}
@media (any-hover: hover) {
  .entry-btn:hover span {
    color: #38bba4;
    transition: 0.5s all;
  }
  .entry-btn:hover {
    background-color: transparent;
    color: #38bba4;
    transition: 0.5s all;
  }
}

/* =====================================================
  子要素を画面幅いっぱいにするためのCSS
=======================================================*/

/* 画面幅いっぱいに表示 */
.p-content__body[data-overDirection~="full"] {
  width: 92vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 10.7rem;
}
@media screen and (max-width: 1199px) {
  .p-content__body[data-overDirection~="full"] {
      width: 100vw;
  padding-left: 0;
}
}
/* 左側いっぱいに表示 */
.p-content__body[data-overDirection~="left"] {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* 右側いっぱいに表示 */
.p-content__body[data-overDirection~="right"] {
  width: 100vw;
  margin-right: calc(60% - 50vw);
}

/* ===============================================================
  以下、装飾・レイアウト用
=================================================================*/

.l-spacer[data-space~="xxs:large"] {
  padding: 5rem 0;
}

.p-pageTitle {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
}

.p-content + .p-content {
  margin-top: 5rem;
}

.p-content__inner {
  display: flex;
}

.p-content__inner[data-direction~="row"] {
  flex-direction: row;
  align-items: center;
}
.p-content__inner[data-direction~="column"] {
  flex-direction: column;
  text-align: center;
}

.p-content__inner[data-direction="column"] > * + * {
  margin-top: 1.5rem;
}

.p-content__title {
  font-size: 1.5rem;
}

.p-content__header {
  min-width: 200px;
}

.p-content__body {
  text-align: center;
  z-index: -1;
}

.p-content__body[data-overDirection~="left"] {
  order: -1;
  margin-right: 1rem;
}

.p-content__text {
  padding: 1em;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}

@media not all and (min-width: 514px) {
  .p-content__header {
    min-width: 150px;
  }

  .p-content__title {
    font-size: 1rem;
  }
  .p-content__text {
    font-size: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .p-pageTitle {
    font-size: 1.5rem;
  }
}


/* ===============================================
お知らせ一覧
=============================================== */

.l-newsInner{
  margin-inline: auto;
  width: 100%;
  padding-left: clamp(0rem, -4rem + 8.33vw, 6rem);
  padding-right: clamp(0rem, -4rem + 8.33vw, 6rem);
  width: 82.6041666667%;
}
@media (max-width: 768px) {
  .l-newsInner{
    margin-inline: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 82.6041666667%;
  }
}
.news-title{
  font-size: clamp(1.063rem, 0.705rem + 0.56vw, 1.375rem);
  transition: 0.3s;
}
.news-category a.news-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.current-cat {
  color:#ffff;
  background-color: #474747;
}
.news-category-list li:first-of-type{
  margin-left: 0;
}

.news-list{
  border-top: 1px solid #DDDDDD;
  margin-bottom: 41px;
  margin-top:3.563rem;
}
.p-newsArchive ul li.news-category {
  display: flex;
  align-items: center;
}

.p-newsArchive ul li.news-category:hover {
  cursor: pointer;
}
.p-newsArchive ul li.news-category:hover .news-title{
  color: #38BBA4;
  transition: 0.3s;
}
li.news-category {
  position: relative;
}
.p-newsArchive ul li.news-category{
  padding: 2.625rem 0;
  padding: 2em calc(2em + 40px) 2em 0.5em;
  border-bottom: 1px solid #DDDDDD;
}
.p-newsArchive ul li.news-category:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: clamp(0rem, -1.417rem + 2.95vw, 2.125rem);
    display: block;
    content: "";
    width: 62px;
    height: 62px;
    background-image: url(../img/common/pc_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    border-radius: 50%;
}
@media (hover: hover) {
  .p-newsArchive ul li.news-category:hover:after {
      background-image: url(../img/common/pc_arrow_purple.svg);
  }
}

.news-info{
  display: flex;
}
.p-newsArchive ul.news-category-list li{
  border-radius: 50px;
  border: 1px solid #C1C1C1;
  transition: 0.3s;
}

.p-newsArchive ul.news-category-list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.p-newsArchive ul.news-category-list li:hover {
  color:#ffff;
  background-color: #474747;
  border: 1px solid ;
  transition: 0.3s;
}
.p-newsArchive ul.news-category-list{
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
}
.p-newsArchive ul.news-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
  gap: 10px; /* カテゴリー間のスペースを設定 */
  justify-content: start;
}

.p-newsArchive ul.news-category-list li {
  text-align: center;
  white-space: nowrap; /* 必要ならテキストの折り返しを防ぐ */
    line-height: normal;
}

.p-newsArchive ul.news-category-list li:hover {
  color: #fff;
  background-color: #474747;
  border: 1px solid;
  transition: 0.3s;
}

.p-newsArchive ul.news-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* カテゴリー間のスペース */
  justify-content: start;
}

.p-newsArchive ul.news-category-list li {
      display: block;
    height: 100%;
    width: 100%;
  white-space: nowrap; /* テキストの折り返し防止 */
  border-radius: 50px;
  border: 1px solid #C1C1C1;
  transition: 0.3s;
  width: auto; /* 文字サイズに応じた自動調整 */
}
.cat-item-none,
.p-newsArchive ul.news-category-list li a {  padding: 0.5rem 2rem;
  display: block;
  text-decoration: none;
  
}
.none_data{
  margin: 4rem 0;
}
.news-date{
  font-family: "Outfit", sans-serif;
  margin-right: 2rem;
}

.category-label{
  margin-right: 2.125rem;
  border-radius: 2px;
  color:#ffff;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 13px;
  width: 100%;
  text-align: center;
  max-width: 100px;
}

.category-label a{
  padding: 0 7px;
}

.p-news__cardMore {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .p-newsArchive ul li.news-category{
    display: block;
  }
  .p-newsArchive ul li.news-category {
    padding: 2.625rem 0;
    padding: 2em calc(2em + 25px) 2em 0.5em;
    border-bottom: 1px solid #DDDDDD;
}
.category-label {
  margin-right: 1.125rem;
}
.news-date {
  margin-right: 1rem;
}}
@media only screen and (max-width: 768px) {
  .p-newsArchive ul li.news-category {
    padding: 2.625rem 0;
    padding: 2em calc(2em + 40px) 2em 0em;
    border-bottom: 1px solid #DDDDDD;
}
  .news-date {
    margin-right: 1rem;
}
  .category-label {
    margin-right:0;
}
  .p-newsArchive ul li.news-category{
    display: block;
  }}

  @media only screen and (max-width: 425px) {
  .p-newsArchive ul li.news-category:after {
    transition: 0.3s;
    right: -1.25rem;
}
.p-newsArchive ul li.news-category {
  padding: 2.625rem 0;
  padding: 2em calc(2em + 15px) 2em 0em;
  border-bottom: 1px solid #DDDDDD;
}
}

.wp-pagenavi a.previous, .wp-pagenavi a.next {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

 #pageTitle:before{ background-image: url("../img/news/pagetitle_index.jpg"); }
 #category{ padding-top: 50px; }
 #category li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	margin-bottom: 1em;
}
 #category li a{
	display: block;
	font-size: clamp(0.813rem, 0.771rem + 0.19vw, 1rem); /* min13px max16px */
	font-weight: 500;
	border: solid thin #D9E5E9;
	border-radius: 100vh;
	padding: 0.5em 1.5em;
}
 .articleWrap{
	padding-top: 45px;
	padding-bottom: 50px;
}
 .article{
	position: relative;
	border-bottom: solid thin #D9E5E9;
	padding: 30px 80px 30px 20px;
}
 .article:first-child{ border-top: solid thin #D9E5E9; }
 .article.image{
	display: flex;
	justify-content: space-between;
}
 .article.linkOn:after{
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	content: "";
	width: 20px;
	height: 10px;
  background: url(../img/common/pc_arrow_black.svg) no-repeat center;
	transition: all .3s;
}
 .article:hover{ background-color: #F9FBFC; }
 .article.linkOn:hover::after{ right: 20px; }
 .article.image .text{ width: calc(100% - 250px); }
 .article .date{
	display: inline-block;
	font-family: 'Figtree', serif;
	font-size: 85%;
	font-weight: 400;
	color: #758797;
	vertical-align: middle;
	margin-right: 1em;
}
 .article .icon{
	display: inline-block;
	vertical-align: middle;
}
 .article .icon li{
	display: inline-block;
	font-size: 75%;
	font-weight: 500;
	color: #FFF;
	background-color: #96BEEC;
	border-radius: 3px;
	vertical-align: middle;
	letter-spacing: normal;
	padding: 0.2em 0.75em 0;
}
 .article .icon li.n0{ background-color: #FFA631; }
 .article .icon li.n1{ background-color: #EC96A5; }
 .article .icon li.n2{ background-color: #44CBB4; }
 .article .title{
	font-size: clamp(1.063rem, 0.993rem + 0.32vw, 1.375rem); /* min17px max22px */
	font-weight: 600;
	padding-top: 1em;
}
 .article:hover .title a{ color: #5390D6; }
 .article .img{
	width: 224px;
	height: 161px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
 .article .img img{ transition: 0.3s all; }
 .article.linkOn:hover .img img{
	transform: scale(1.2,1.2);
	transition: 0.3s all;
}
 .wp-pagenavi{
	position: relative;
	text-align: center;
	padding-top: 20px;
}
 .wp-pagenavi .page,
 .wp-pagenavi .first,
 .wp-pagenavi .last,
 .wp-pagenavi span.current,
 .wp-pagenavi span.extend,
 .wp-pagenavi .previouspostslink:before,
 .wp-pagenavi .nextpostslink:after{
	display: inline-block;
	width: 3.875rem;
	height: 3.875rem;
	font-family: 'Figtree', serif;
	font-weight: 400 !important;
	border-radius: 100vh;
	vertical-align: middle;
	margin: 0.5em;
  align-content: center;
  transition: 0.3s;
}

.wp-pagenavi a:hover,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current{
  border: none !important;
}


 .wp-pagenavi .page:hover,
 .wp-pagenavi .first:hover,
 .wp-pagenavi .last:hover,
 .wp-pagenavi span.current{
	color: #FFF;
	background:url(../img/common/purple.svg) no-repeat center;
  transition: 0.3s;
}
 .wp-pagenavi .previouspostslink,
 .wp-pagenavi .nextpostslink{
	position: absolute;
  top: 16px;
}

 .wp-pagenavi .previouspostslink{ left: 0; }
 .wp-pagenavi .nextpostslink{ right: 0; }
 .wp-pagenavi .previouspostslink:before,
 .wp-pagenavi .nextpostslink:after,
 .btn_next a:after{
	content: "";
	background: url(../img/common/pc_arrow_black.svg) no-repeat center;
  transition: 0.3s;
}
 .wp-pagenavi .previouspostslink:before{
	transform: scale(-1, 1);
	margin-right: 1.5em;
}
 .wp-pagenavi .nextpostslink:after{ margin-left: 1.5em; }
 .wp-pagenavi .previouspostslink:hover::before,
 .wp-pagenavi .nextpostslink:hover::after{ background-image: url(../img/common/pc_arrow_purple.svg); transition: 0.3s;}
@media screen and (max-width: 1199px){
  .news-list{
  margin-top:4.5rem;
}
ul.news-category-list {
  margin-top: 4rem;
}
	 #category{ padding-top: 40px; }
	 #category li{
		margin-right: 0.25em;
		margin-bottom: 1em;
  }
	 #category li a{ padding: 0.5em 1.25em; }
	 .wp-pagenavi .first,
	 .wp-pagenavi .last,
	 .wp-pagenavi span.extend,
	 .wp-pagenavi .previouspostslink:before,
	 .wp-pagenavi .nextpostslink:after{
		width: 2.75em;
		height: 2.75em;
		padding: 0.5em 0 0 0;
	}
  .wp-pagenavi span.current,
  .wp-pagenavi .page{
		width: 2.75em;
    height: 2.75em;
  }
	 .wp-pagenavi .previouspostslink,
	 .wp-pagenavi .nextpostslink{
		top: -30px;
		bottom: auto;
	}
	 .wp-pagenavi .previouspostslink:before{ margin-right: 0.75em; }
	 .wp-pagenavi .nextpostslink:after{ margin-left: 0.75em; }

}
@media screen and (max-width: 768px){
	 #category li{ margin-right: 0; }
	 .articleWrap{ padding-top: 30px; }
	 .article{ padding: 20px 0; }
	 .article.image{ display: block; }
	 .article.linkOn:after{
		top: 4.5em;
		right: 0;
	}
	 .article.linkOn:hover::after{ right: 0; }
	 .article.image .text{ width: 100%; }
	 .article .title{ padding-right: 30px; }
	 .article .img{ margin: 1em auto auto; }
}

@media (any-hover: hover) {
  li.news-category:hover .c-icon .c-icon__img img:nth-of-type(1) {
  opacity: 0;
  transition: 0.5s opacity;
}
li.news-category:hover .c-icon .c-icon__img img:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity;
}
li.news-category:hover .c-icon .c-icon__img.--purple:before {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s transform, 0.5s opacity;
  transition: 0.5s transform, 0.5s opacity, 0.5s -webkit-transform;
}
li.news-category:hover .c-icon .c-icon__img img {
  border: 1px solid transparent;
}
li.news-category:hover .c-icon .c-icon__ttl::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}


/* ===============================================================
  お知らせ詳細
=================================================================*/

.single-post.l-inner {
  max-width: 63.1%;
  width: 100%;
}

.wp-block-gallery-3 img{
width: 363px !important;
height: 363px !important;
}

.single-contents{
  margin-top: clamp(1.406rem, 0.896rem + 2.09vw, 3.406rem);
  padding-top: clamp(1.406rem, 0.992rem + 1.7vw, 3.031rem);
  border-top: 1px solid #707070;
}
.p-news-single .news-date {
  color: #8A8A8A;
  font-weight: 500;
}

p.category-label {
  align-self: center;
}
.single-info{
  display: flex;
}

.news .category-label {
  background-color: #A0D1A1; /* Newsの背景色 */
}

.scholarship .category-label{
  background-color: #F5B9C7; /* Scholarshipの背景色 */
}
.briefing .category-label{
  background-color: #86C9DB; /* Briefingの背景色 */
}

.p-news-single h2.page-title {
  font-size: clamp(1.875rem, 1.556rem + 1.31vw, 3.125rem);
  font-weight: 500;
}
.p-news-single h1.wp-block-heading {
  align-items: center;
  color: #38bba4;
  display: flex;
  font-size: 1.875rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-top: 8rem;
  margin-bottom: 2.5rem;
  padding: 0;
}
.p-news-single h1.wp-block-heading::after {
  background-color: #dfdfdf;
  content: "";
  flex: 1;
  height: 2px;
  margin-left: 1.5rem;
  width: 100%;
}
.p-news-single h2.wp-block-heading {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4545454545;
  padding-left: 0.625rem;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 2rem;
}
.p-news-single h2.wp-block-heading::before {
  -webkit-transform: translateY(-50%);
  background-color: #5DC4B2;
  border-radius: 100vh;
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
.p-news-single h3.wp-block-heading {
 font-size: 1.125rem;
 color:#38BBA4;
 margin-top: 4rem;
 margin-bottom: 1rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: transparent;
  box-sizing: border-box;
  color: #222222;
  font-size: 15px;
  margin: 0;
  overflow: unset;
  padding: 0;
  scrollbar-color: unset;
  scrollbar-gutter: unset;
  scrollbar-width: unset;
  text-align: left;
  text-shadow: unset;
  will-change: unset;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: unset;
  content: "";
  height: auto;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: unset;
  max-height: unset;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: unset;
  left: unset;
  max-height: unset;
  position: unset;
}
@media screen and (max-width: 1199px) {
  .p-news-single h1.wp-block-heading {
    font-size: 1.5rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}
.p-news-single h1.wp-block-heading::after {
  flex: auto;
  margin-left: 0;
}
.p-news-single h2.wp-block-heading {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.p-news-single h2.wp-block-heading::before {
  height: 1.8125rem;
}
.p-news-single h3.wp-block-heading {
  font-size: 1.125rem;
  color:#38BBA4;
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
 }
}
.single-post #btnWrap{
  margin-top: 8rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 90%;
	font-weight: 500;
	border-top: solid 2px #E9E9E9;
	padding-top: clamp(2.188rem, 1.909rem + 1.27vw, 3.438rem); /* min35px max55px */
  padding-bottom: clamp(7.875rem, 7.333rem + 2.22vw, 10rem);
}
.single-post #btnWrap p{ flex-basis: 50%; }
.single-post #btnWrap .btn_list{
  display: flex;
  max-width: 10.5rem;
  width: 100%;
	text-align: center;
	margin: auto;
  justify-content: space-between;
  align-items: center;
}

.single-post #btnWrap .btn_list a{
	display: block;
	border: solid thin #E9E9E9;
	border-radius: 100vh;
	padding: 1em;
	margin: auto;
}

.single-post #btnWrap .btn_list a span{
	display: inline-block;
	background: url("../img/common/arrow_blue.svg") no-repeat right center;
  background: url(../img/common/pc_arrow_black.svg) no-repeat right center;
	padding-right: 30px;
}
.single-post #btnWrap .btn_list a:hover span{ background-image: url("../img/common/arrow_white.svg"); }
.single-post #btnWrap .btn_next{ text-align: right; }
.single-post #btnWrap .btn_prev a:before,
.single-post #btnWrap .btn_next a:after,
.single-post #btnWrap .btn_list:after{
	display: inline-block;
	content: "";
	width: 3.75em;
	height: 3.75em;
	background: url("../img/common/pc_arrow_black.svg") no-repeat center;
	border-radius: 100vh;
	vertical-align: middle;
  transition: 0.3s;
}
.single-post #btnWrap .btn_prev a:before{
	margin-right: 1.25em;
	transform: scale(-1, 1);
}
.single-post #btnWrap .btn_next a:after{ margin-left: 1.25em; }
.single-post #btnWrap .btn_prev a:hover::before,
.single-post #btnWrap .btn_next a:hover::after{
	background-image: url("../img/common/pc_arrow_purple.svg");
  transition: 0.3s;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px){
	.single-post .titleWrap .date{ margin-right: 1em; }
	.single-post .titleWrap .icon li{ font-size: 70%; }
	.single-post #btnWrap{ padding-bottom: 80px; }
	.single-post #btnWrap .btn_list{ bottom: 0; }
	.single-post #btnWrap .btn_prev a:before,
	.single-post #btnWrap .btn_next a:after{
		width: 3em;
		height: 3em;
	}
	.single-post #btnWrap .btn_prev a:before{ margin-right: 1em; }
	.single-post #btnWrap .btn_next a:after{ margin-left: 1em; }
}

/* ショートコード
-------------------------------------------------------------------------------*/
/* .clm */
 .clm2 .wrap,
 .clm3 .wrap,
 .clm4 .wrap{ margin-bottom: 20px !important; }
/* .btnLink */
 .btnLink{
	font-family: 'Zen Maru Gothic', serif;
	font-size: clamp(1rem, 0.972rem + 0.13vw, 1.125rem); /*16-18 350-1920*/
	font-weight: 600;
	text-align: center;
	border-style: solid;
	border-width: thin;
	border-radius: 100vh;
	margin: 2em auto;
}
.btnLink.sizeM{
	max-width: 350px;
	padding: 1em;
}
.btnLink.sizeL{
	max-width: 820px;
	padding: 1.5em 1em;
}
.btnLink.type1,
.btnLink.type2:hover{
	background-color: transparent;
	border-color: #D2CABF;
}
.btnLink.type1:hover,
.btnLink.type2{
	background-color: #4B4233;
	border-color: #4B4233;
}
.btnLink a{ text-decoration: none; }
.btnLink.type1 a,
.btnLink.type2:hover a{ color: #68491B; }
.btnLink.type2 a,
.btnLink.type1:hover a{ color: #FFF; }
.btnLink.type1:hover a.blank:after,
.btnLink.type2 a.blank:after{ background-image: url(../img/common/icon_blank_white.svg); }
.btnLink.type1:hover a.pdf:after,
.btnLink.type2 a.pdf:after{ background-image: url(../img/common/icon_file_pdf_white.svg); }
.btnLink.type1:hover a.xls:after,
.btnLink.type2 a.xls:after{ background-image: url(../img/common/icon_file_xls_white.svg); }
.btnLink.type1:hover a.doc:after,
.btnLink.type2 a.doc:after{ background-image: url(../img/common/icon_file_doc_white.svg); }
.btnLink.type2:hover a.blank:after{ background-image: url(../img/common/icon_blank.svg); }
.btnLink.type2:hover a.pdf:after{ background-image: url(../img/common/icon_file_pdf.svg); }
.btnLink.type2:hover a.xls:after{ background-image: url(../img/common/icon_file_xls.svg); }
.btnLink.type2:hover a.doc:after{ background-image: url(../img/common/icon_file_doc.svg); }
/* .LList */
.LList{
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
.LList li{
	padding: 0;
	margin: 0;
}
 .LList li:before{ display: none; }
 .LList li a{
	display: block;
	text-decoration: none;
	background: url("../img/common/icon_arrow_on.svg") no-repeat 0.25em 2.25em;
	background-size: 1em auto;
	border-top: solid thin #D2CABF;
	padding: 2em;
}
 .LList li:last-child a{ border-bottom: solid thin #D2CABF; }
 .LList li a:hover{
	color: #574C3A;
	text-decoration: underline;
}
/* .dList */
 .dList{
	border-left: solid thin #D2CABF;
	padding-left: 2.5em;
	margin: clamp(1.25rem, 0.971rem + 1.27vw, 2.5rem) 0 clamp(2.5rem, 1.943rem + 2.55vw, 5rem); /*20-40 350-1920*/ /*40-80 350-1920*/
}
 .dList dt{
	font-family: 'Zen Maru Gothic', serif;
	font-size: clamp(1.375rem, 1.291rem + 0.38vw, 1.75rem); /*22-28 350-1920*/
	font-weight: 600;
	margin-bottom: 1em;
}
 .dList dd{ font-size: 95%; }
 .dList dd ul,
 .dList dd ol{ padding: 0; }
/* .bkColor */
 .bkColor{
	background-color: #EEEBDC;
	border-radius: 20px;
	padding: 2em clamp(0.938rem, 0.45rem + 2.23vw, 3.125rem) 1em; /*15-50 350-1920*/
	margin: 1em 0 2em;
}
 .bkColor h2,
 .bkColor h3,
 .bkColor h4,
 .bkColor h5{ margin: 0.75em 0; }
 @media screen and (max-width: 1199px) {
  .single-post.l-inner {
      max-width: 75.0599520384%;
  }}
@media screen and (max-width: 1199px){
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
    width: 100%;
  }
	 .dList{ padding-left: 1.25em; }
	 .smpScroll{
		white-space: nowrap;
	}
main:not(.p-recruitment) .smp1row table th,
main:not(.p-recruitment) .smp1row table td{
		display: block;
		width: 100% !important;
	}
}
@media screen and (max-width: 599px) {
  .single-post.l-inner{
      max-width: 100%;
  }
}

/* link
-------------------------------------------------------------------------------*/
.single-contents a:not(.wp-block-button__link.wp-element-button){
	color: #1C9098;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: underline;
}
.single-contents a:hover{
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.single-contents a::before,
.single-contents a::after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}
.single-contents .linkOn{ cursor: pointer; }
.single-contents a[href$=".pdf"]:after,
.single-contents a[href$=".xls"]:after,
.single-contents a[href$=".doc"]:after,
.single-contents a[href$=".docx"]:after{
	display: inline-block;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 0.4em;
}
.single-contents a[href$=".pdf"]:after,
.single-contents a[href$=".xls"]:after,
.single-contents a[href$=".doc"]:after,
.single-contents a[href$=".docx"]:after{
	width: 1em;
	max-width: 18px;
	height: 1.25em;
	vertical-align: middle;
}
.single-contents a[href$=".pdf"]:after {
  background-image: url(../img/common/icon_file_pdf.svg);
}
.single-contents a[href$=".xls"]:after {
  background-image: url(../img/common/icon_file_xls.svg);
}
.single-contents a[href$=".doc"]:after,
.single-contents a[href$=".docx"]:after {
  background-image: url(../img/common/icon_file_docs.svg);
}

/* ===============================================
ボタンリンク
=============================================== */

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 2.5rem 0;
  max-width: 533px;
  width: 100%;
  font-weight: 600;
}

.wp-block-button__link {
  color: #fff;
  background-color: #38BBA4;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  border: 1px solid #38BBA4;
  transition: 0.3s;
}
.wp-block-button__link:hover {
  color: #38BBA4;
  background-color: transparent;
  border: 1px solid #38BBA4;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  transition: 0.3s;
}

.single-post #btnWrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 90%;
	font-weight: 500;
	border-top: solid 2px #D9E5E9;
	padding-top: clamp(2.188rem, 1.909rem + 1.27vw, 3.438rem); /* min35px max55px */
}
.single-post #btnWrap p{ flex-basis: 50%; }
.single-post #btnWrap .btn_list{
	position: absolute;
	left: 0;
	right: 0;
	max-width: 148px;
	text-align: center;
	margin: auto;
}
@media screen and (max-width: 768px){
  .single-post #btnWrap{
margin-bottom: 8rem;}
}
.single-post #btnWrap .btn_list a{
	display: block;
	border: solid thin #D9E5E9;
	border-radius: 100vh;
	padding: 1em;
	margin: auto;
}

.single-post #btnWrap .btn_list a span{
	display: inline-block;
  background: url(../img/common/pc_arrow_black.svg) no-repeat right center;
	padding-right: 30px;
}
.single-post #btnWrap .btn_list a:hover span{ background-image: url("../img/common/arrow_white.svg"); }
.single-post #btnWrap .btn_next{ text-align: right; }
.single-post #btnWrap .btn_prev a:before,
.single-post #btnWrap .btn_next a:after{
	display: inline-block;
	content: "";
	width: 3.75em;
	height: 3.75em;
  background: url(../img/common/pc_arrow_black.svg) no-repeat right center;
	border: solid thin #D9E5E9;
	border-radius: 100vh;
	vertical-align: middle;
}
.single-post #btnWrap .btn_prev a:before{
	margin-right: 1.25em;
	transform: scale(-1, 1);
}
.single-post #btnWrap .btn_next a:after{ margin-left: 1.25em; }
.single-post #btnWrap .btn_prev a:hover::before,
.single-post #btnWrap .btn_next a:hover::after,
.single-post #btnWrap .btn_index a:hover::after{
  background-image: url(../img/common/pc_arrow_purple.svg);
  transition: 0.3s;
}
@media screen and (max-width: 768px){
	.single-post .titleWrap .date{ margin-right: 1em; }
	.single-post .titleWrap .icon li{ font-size: 70%; }
	.single-post #btnWrap{ padding-bottom: 80px; }
	.single-post #btnWrap .btn_list{ bottom: 0; }
	.single-post #btnWrap .btn_prev a:before,
	.single-post #btnWrap .btn_next a:after{
		width: 3em;
		height: 3em;
	}
	.single-post #btnWrap .btn_prev a:before{ margin-right: 1em; }
	.single-post #btnWrap .btn_next a:after{ margin-left: 1em; }
}


/* ===============================================
奨学金制度
=============================================== */



/* IDがあるdiv */
.p-scholarship div[id] {
  padding-top: clamp(8rem, 7.49rem + 2.09vw, 10rem); 
}

.p-benefitsDorm__comment:not(:first-of-type){
  margin-top: 4rem;
}

main.p-scholarship .loan table th:nth-child(3),
main.p-scholarship .loan table td:nth-child(3) {
    width: 9% !important;
}
#voice h4.wp-block-heading{
  font-size: clamp(1.188rem, 1.124rem + 0.26vw, 1.438rem);
  margin-bottom: clamp(1rem, 0.865rem + 0.56vw, 1.531rem);
}
.c-marker02 {
  background: linear-gradient(transparent 64%, #64E6D0 0%);
  display: inline;
}
.scholarship_category{
  margin-top: clamp(4.5rem, 3.815rem + 2.81vw, 7.188rem);
}
.p-scholarship h3.catch{
  font-size: clamp(1.438rem, 1.326rem + 0.46vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9117647059;
  margin:clamp(1rem, 0.888rem + 0.46vw, 1.438rem) 0 clamp(2.5rem, 2.373rem + 0.52vw, 3rem);
  }
p.contact-department {
  line-height: normal;
  margin-top: 1.3rem;
}
.contact-info {
  font-weight: 500;
  line-height: normal;
font-size: 1.625rem;
font-family: "Outfit", sans-serif;
margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: start;
}

.flow-list{
grid-template-columns: repeat(4, 1fr);
    column-gap: 2.5rem;
    row-gap: 48px;
    margin: 0;
    display: grid;
    margin-top: 3rem;
}

.flow-card{
  background-color: #F6F7F2;
  border-radius: 10px;
  padding: 30px 24px;
  width: 100%;
  
}
.flow-heading{
  padding-bottom: 1.25rem;
}
.step_heading{
  line-height: normal;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  color: #FF8585;
  margin-bottom: clamp(0.375rem, 0.295rem + 0.33vw, 0.688rem);
}
p.pink_heading {
  font-size: clamp(0.813rem, 0.653rem + 0.65vw, 1.438rem);
  display: inline-block;
  line-height: normal;
  background-color: #FF8585;
  border-radius: 50px;
  color: #ffff;
  padding: 6px 22px;
  white-space: nowrap; /* 必要なら改行を防ぐ */
  font-weight: 600;
}
.step_heading span{
  font-size: 25px;
}
.flowtxt-heading{
  font-size: clamp(1.125rem, 1.029rem + 0.39vw, 1.5rem);
  font-weight: 600;
  line-height: 2rem;
}
.scholarship_contact{
background-color: #F5F6EF;
padding: 2.5rem;
margin-top: 3rem;
border-radius: 16px;
}
  main.p-scholarship .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    margin-left: unset !important;
    margin-right: unset !important;
}
.wp-block-group-is-layout-constrained {
    max-width: none !important;
}

@media screen and (max-width: 1199px) {
  p.contact-info {
    margin-top: 1rem;}

  .flow-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
}
@media screen and (max-width: 768px) {
  .scholarship_contact {
    background-color: #F5F6EF;
    padding: 2rem 1rem;
    margin-top: 4.5rem;
}
  .flow-list {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 684px) {
p.scholarship_tel,
p.scholarship_fax
{
  max-width: 16rem;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
    font-feature-settings: "tnum";
}
}

@media screen and (max-width: 599px) {
  .flow-card {
      padding: 24px;
    width: 100%;
}
  .flow-list {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
}
}
/* ===============================================
お問い合わせ・エントリー
=============================================== */

.contact_wrap{
  font-family: "Outfit", sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: normal;
  margin-top: 3rem;
}

p.contact_tel {
font-size: clamp(2.313rem, 2.225rem + 0.44vw, 2.75rem);
}

p.contact_fax{
  font-size: clamp(1.688rem, 1.6rem + 0.44vw, 2.125rem);
  margin-left: 1.5rem;
}
p.mail_outline {
  margin: 3rem 0 3.75rem 0;
}
.wpcf7-form .required {
  display: inline-block;
  width: 3.5em;
  font-size: 71%;
  text-align: center;
  color: #FFF;
  background-color: #E85F5F;
  padding: 0.1em 0;
  margin-left: 1em;
  margin-right: 1em;
  align-content: center;
  border-radius: 3px;
}
.wpcf7-form table th .required {
  right: 0;
  float: right;
  position: absolute;
}
.entry table {
  width: 100%;
}
.entry table th, .entry table td {
  border-bottom: solid 1px #D9DCD0;
  border-right: solid 1px #D9DCD0;
  padding: 0.8em;
}
.entry table th {
  position: relative;
  background-color: #F0F2EA;
  text-align: left;
  font-weight: normal;
}
main:not(.p-recruitment) .entry table td,
main:not(.p-recruitment) .entry table th {
  border-bottom: solid 1px #D9DCD0;
  border-right: solid 1px #D9DCD0;
  padding: 0.75rem 0  !important;
}
input#addr {
  margin-top: 10px;
}
textarea {
  height: 298px;
}
.wpcf7-form table tr{
    vertical-align: middle;
    display: flex;
}
.wpcf7-form table th {
  width: 30%;
  background-color: transparent !important;
  font-weight: bold !important;
}
  main:not(.p-recruitment) .wpcf7-form table th {
    width: 26% !important;
    background-color: #F5F6EF;
    text-align: left !important;
    display: flex;
}
main:not(.p-recruitment) .wpcf7-form table th.message,
main:not(.p-recruitment) .wpcf7-form table th:has(.required) {
    width: 26% !important;
    background-color: #F5F6EF;
    align-items: center;
    text-align: left !important;
    display: flex;
}
.wpcf7-form table th, .wpcf7-form table td {
  border-right: none !important;
  vertical-align: top;
}
main:not(.p-recruitment) table th, main:not(.p-recruitment) table td {
  border: solid 1px #DDDDDD !important;
}
main.entry table th, main.entry  table td {
  border: none !important;
}
main.p-recruitmen table th{
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}

::placeholder {
  color: #777777;
}
input, textarea {
  background-color: #F5F6EF;
  border-radius: 5px;
  padding: 0.8em;
}
textarea, input[type="text"]:not(.aiowps-captcha-answer), input[type="email"], input[type="tel"], input[type="search"] {
  width: 100%;
}
.wpcf7-form table td label {
  display: inline-block;
}
.wpcf7-list-item:first-of-type {
  margin: 0;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type=radio] + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

input[type=radio] + span::after,
input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

input[type=radio] + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio] + span::after {
  border: none;
  background-color: #38BBA4;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span::after {
  display: block;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 ;
}
input[type="checkbox"] {
  display: none;
}
.wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  transition: 0.3s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 2.6px solid #ffffff;
  border-right: 2.6px solid #ffffff;
  transform: rotate(135deg);
  position: absolute;
  left: 7px;
  top: 8px;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #38BBA4;
  transition: 0.3s;
}
select.wpcf7-form-control.wpcf7-select {
  background-color: #F5F6EF;
  border-radius: 5px;
  padding: 0.8em;
  max-width: 34.563rem;
  width: 100%;
  position: relative;
}
select.wpcf7-form-control.wpcf7-select::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: clamp(0rem, -1.417rem + 2.95vw, 2.125rem);
  display: block;
  content: "";
  width: 62px;
  height: 62px;
  background-image: url(../img/common/dropdown_menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
  border-radius: 50%;
}
.wpcf7-form table td input#your-old,
.wpcf7-form table td input#working_years,
.wpcf7-form table td input#graduation_fiscal_year,
.wpcf7-form table td input#zip {
  width: 8rem;
}
span.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
span.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 395px;
}
span.wpcf7-form-control-wrap {
  display: ruby;
}
@media screen and (min-width: 768px) {
label[for="your-email"],
label[for="your-message"] {
  display: block;
  padding-right: clamp(2.5rem, 1.568rem + 4.66vw, 5.063rem);
}
}
input[name="acceptance-policy"]{
  margin: 0 auto;
}
input#acceptance-policy > span :hover {
  color: #38BBA4 !important;
}
.acceptance-policy {
  text-align: center;
  background-color: #F5F5F5;
  padding: 16px 0;
  margin-bottom: 4rem;
}
.privacy_policy{
  text-align: center;
  margin: 1.5rem 0;
}
p.terms-description,
p.submission-notice,
p.recaptcha-notice {
  text-align: center;
}
p.recaptcha-notice {
font-size: clamp(0.75rem, 0.688rem + 0.31vw, 1.063rem);
}
.btnWrap input[type=submit] {
  background-color: #263F5A;
  color: #ffff;
  border-radius: 5px;
  padding: 0.8em;
  border-radius: 50px;
  max-width: 432px;
  width: 100%;
  margin: 1.5rem auto;
  text-align: center;
  display: block;
  font-size: 20px;
}
.btnWrap{
  text-align: center;
      margin: 2rem 0;
}
.aiowps-captcha-equation.hide-when-displaying-tfa-input strong{
  font-weight: 700;
}
.wpcf7 .wpcf7-submit:disabled{
  color: #ffffff;
  opacity: 0.5; /* 0.0 (完全透明) 〜 1.0 (不透明) */
}
.acceptanceWrap {
  margin: 3.25rem 0 8.375rem 0;
}
.acceptanceWrap a{
color:#1C9098;
border-bottom: 1px solid;
}
.acceptanceWrap a:hover {
  border-bottom: none;
}
.wpcf7-spinner {
  display: none;
}
.sp_text{
  display: none;
}
.working_years {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .pc_text {
    margin-top: 4rem;
  }
  .sp_text,.pc_text {
      max-width: 84.6522781775%;
  }
  span.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
}
.p-educationAbout {
  margin-top: 3.125rem !important;
  overflow: hidden;
}
}
@media screen and (max-width: 767px) {
  main:not(.p-recruitment) .wpcf7-form table th.message, main:not(.p-recruitment) .wpcf7-form table th:has(.required) {
    width: 100% !important;
}
  .wpcf7-form table tr {
    display: block;
  }
  p.terms-description,
  p.submission-notice {
    text-align: left;
  }
  .wpcf7-form table th .required {
    right: unset;
        position: relative;

}
  .p-educationAbout {
    margin-top: 4rem ;
}

  .entry .p-pageLink {
    margin-top: 0;
    position: relative;
    width: 100%;
}
  .pc_text{
    display: none;
  }
  .sp_text{
    margin-top: 4rem;
    display: block;
    margin-inline: auto;
  }
  .p-recruitment .sp_text{
    margin-top: 0;
    display: block;
    margin-inline: unset;
    max-width: 100%;
  }
  main:not(.p-recruitment) .wpcf7-form table th
  ,main:not(.p-recruitment) .wpcf7-form table td {
    width: 100% !important;
    display: block;
  }
  span.wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.75rem;
  }
  main:not(.p-recruitment) .wpcf7-form table td {
    width: 100% !important;
    padding: 0;
}
main:not(.p-recruitment) .entry table th {
  padding-top: 20px !important;
  padding-bottom: 0.75rem !important;
}
main:not(.p-recruitment) .entry table td{
padding-top: 0px !important;
padding-bottom: 20px !important;
}
}
@media screen and (max-width: 728px) {
  .contact_wrap{
    text-align: center;
    display: block;
}
.contact_wrap{
  margin-bottom: 1.5rem;
  letter-spacing: 0px;
}
p.contact_fax{
  margin-left: 0;
}
}
@media screen and (max-width: 694px) {
.working_years {
  margin-top: 16px;
}
}
@media screen and (max-width: 599px) {
  .sp_text,.pc_text {
      padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  span.wpcf7-radio {
    width:100%;
  }
}


/* ===============================================
メッセージ
=============================================== */

.p-philosophy{
  font-size: clamp(1.188rem, 1.06rem + 0.52vw, 1.688rem);
}

@media screen and (max-width: 767px) {
  .p-philosophy{
    text-align: left;
  }
  .p-philosophy br{
    display: none;
  }
}

.policy_list ol {
  counter-reset: list-counter;
}

.policy_list ol li {
  line-height: normal;
  counter-increment: list-counter;
  list-style: none;
  font-size: clamp(1.063rem, 0.919rem + 0.59vw, 1.625rem);
    padding-left: 4rem;
    text-indent: -4rem;
    margin-left: clamp(0rem, -1.529rem + 6.27vw, 6rem);
}
.policy_list ol li:not(:first-of-type){
  padding-top: 2.5rem;
}
.policy_list ol li::before {
  margin-right: clamp(1.563rem, 1.515rem + 0.2vw, 1.75rem);
  content: "0" counter(list-counter) ". ";
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: clamp(1.625rem, 1.466rem + 0.65vw, 2.25rem);
}

.p-message__title {
  font-size: clamp(1.438rem, 1.262rem + 0.719vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9117647059;
}
main .p-message,
main .p-message__name{
  padding-top: clamp(2.5rem, 2.118rem + 1.57vw, 4rem);
}
.p-message__name{
  font-size: 33px;
  line-height: normal;
  text-align: right;
}
.p-message__name span{
  font-size: 16px;
  display: block;
}
#philosophy,
#policy{
padding-top: clamp(7.875rem, 7.333rem + 2.22vw, 10rem);}
.p-messageAbout__container {
  margin-top: clamp(3.5rem, 3.118rem + 1.57vw, 5rem);
}

.p-education__media
 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

#hospital_cert .p-education__media {
    gap: 42px;
}

.p-media__body {
  flex: 1;
}

.p-media__img {
  flex: 1;
}

/* スマホ表示で上下の順番を入れ替える */
@media screen and (max-width: 1199px) {
  #hospital_cert .p-education__media {
    gap: 0;
}

  .p-message .p-education__media {
    flex-direction: column-reverse; /* 上下を逆にする */
  }

  .p-message .p-media__img {
    order: -1; /* 画像を先に表示 */
  }
}
