@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */



/* メインイメージ */
.mainimg {
  position: relative;
}
.slick-slide {
    height: auto; 
}
.mainimg .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainimg .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.mainimg .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.mainimg .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.mainimg .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.mainimg .slick-arrow.slick-prev {
  left: 0;
}
.mainimg .slick-arrow.slick-next {
  right: 0;
}
@media screen and (min-width: 961px) {
  .mainimg {
    padding-bottom: 80px;
  }
}
.mainimg-info {
  display: grid;
}
@media screen and (min-width: 961px) {
  .mainimg-info {
    position: absolute;
    right: 0;
    bottom: 0;
    gap: 5px;
    max-width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info {
    gap: 8px;
    padding-block: 15px;
    padding-inline: 20px;
  }
}
.mainimg-info .box {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .mainimg-info .box {
    padding-block: 30px;
    padding-inline: 70px;
  }
}
@media screen and (min-width: 961px) {
  .mainimg-info {
    border: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info .box {
    width: 345px;
    margin: auto;
    padding-block: 15px;
    padding-inline: 35px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  }
}
.mainimg-info table {
  width: 100%;
}
.mainimg-info table tr + tr th, .mainimg-info table tr + tr td {
  border-top: 1px solid #dfe5eb;
}
.mainimg-info table tr + tr td {
  color: #a3a4c9;
}
.mainimg-info table th, .mainimg-info table td {
  padding-block: 0.3em;
}
.mainimg-info table th {
  padding-right: 1.5em;
  text-align: left;
}
.mainimg-info table td {
  padding-inline: 0.3em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mainimg-info table th, .mainimg-info table td {
    font-size: 12px;
  }
  .mainimg-info table td {
    padding-inline: 0.45em;
  }
}
@media screen and (min-width: 961px) {
  .mainimg-info .week .note {
    font-size: 12rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info .week .note {
    font-size: 9px;
  }
}
.mainimg-info .week dl {
  margin-top: 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}
.mainimg-info .week dl > * {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .mainimg-info .week dl > * {
    font-size: 12px;
  }
}
.mainimg-info .week dt {
  font-weight: bold;
  white-space: nowrap;
}
.mainimg-info .today h3 {
  border-bottom: 1px solid #dfe5eb;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 961px) {
  .mainimg-info .today h3 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info .today h3 {
    font-size: 12px;
  }
}
.mainimg-info .today .note {
  display: inline-block;
  margin-top: 0.8em;
  line-height: 1.35;
}
@media screen and (min-width: 961px) {
  .mainimg-info .today .note {
    font-size: 12rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info .today .note {
    font-size: 9px;
  }
}
.mainimg-info .today dl {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .mainimg-info .today dl > * {
    font-size: 12px;
  }
}
.mainimg-info .today dt {
  border: 1px solid;
  padding: 0 0.5em 0.1em;
  font-weight: bold;
}
.mainimg-info .today .closed {
  color: #d13026;
  border-color: #f6d6d4;
}
.mainimg-info .today .substitute {
  color: #00a23e;
  border-color: #ccecd8;
}
.mainimg-info .fix-height {
  max-height: 110px;
  overflow-y: auto;
}
.mainimg-info .tomorrow {
  margin-top: 1.8em;
  text-align: right;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .mainimg-info .tomorrow {
    font-size: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg-info .tomorrow {
    font-size: 10px;
  }
}
.mainimg-info .tomorrow a {
  text-decoration: none;
}
.mainimg-info .tomorrow a:hover {
  text-decoration: underline;
}

/* アイコン付きメニュー */
.menu-has-icon {
  padding-inline: calc(50% - 550px);
  display: grid;
  gap: 5px;
}
@media screen and (max-width: 1140px) {
  .menu-has-icon {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .menu-has-icon {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .menu-has-icon {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .menu-has-icon {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu-has-icon a {
  display: grid;
  justify-items: center;
  background-color: #dfe5eb;
  text-decoration: none;
  transition: background-color 0.2s;
}
.menu-has-icon a:hover {
  color: #fff;
}
.menu-has-icon a:hover img {
  opacity: 1;
}
.menu-has-icon a:hover.menu1 {
  background-color: #72b5a6;
}
.menu-has-icon a:hover.menu2 {
  background-color: #3da3a5;
}
.menu-has-icon a:hover.menu3 {
  background-color: #6283a5;
}
.menu-has-icon a:hover.menu4 {
  background-color: #9a69a0;
}
.menu-has-icon a:hover.menu5 {
  background-color: #cf5170;
}
.menu-has-icon a:hover.menu6 {
  background-color: #dc5f52;
}
.menu-has-icon a:hover.menu7 {
  background-color: #e08e2f;
}
@media screen and (min-width: 961px) {
  .menu-has-icon a {
    padding-block: 20px 30px;
  }
}
@media screen and (max-width: 960px) {
  .menu-has-icon a {
    padding-block: 17px;
  }
  .menu-has-icon a.access {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .menu-has-icon .icon {
    width: 96px;
  }
}
@media screen and (max-width: 960px) {
  .menu-has-icon .icon {
    width: 70px;
  }
}
.menu-has-icon .text {
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .menu-has-icon .text {
    font-size: 18rem;
  }
}
@media screen and (max-width: 960px) {
  .menu-has-icon .text {
    font-size: 14px;
  }
}

/* お知らせ */
.information {
  background-color: #f8f8f8;
  padding-inline: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .information {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .information {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .information {
    margin-top: 50px;
    padding-block: 80px;
  }
}
@media screen and (max-width: 960px) {
  .information {
    margin-top: 25px;
    padding-block: 50px 85px;
  }
}
.information-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .information-header {
    gap: 40px;
    margin-bottom: 25px;
  }
  .information-header h2 {
    font-size: 35rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .information-header {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 15px;
  }
  .information-header h2 {
    font-size: 24px;
  }
}
.information .tabItems {
  display: flex;
  background-color: #fff;
  border-radius: 2px;
}
.information .tabItems .all {
  color: #4f76a1;
}
.information .tabItems .patient {
  color: #4c9246;
}
.information .tabItems .medical {
  color: #106c98;
}
.information .tabItems .media {
  color: #78528b;
}
.information .tabItems .recruit {
  color: #cb4a63;
}
.bg-news-general {
  background-color: #4c9246;
}
.bg-news-medical {
  background-color: #106c98;
}
.bg-news-media {
  background-color: #78528b;
}
.bg-news-recruit {
  background-color: #cb4a63;
}
@media screen and (min-width: 961px) {
  .information .tabItems {
    width: 920px;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .information .tabItems {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.information .tabItems > * {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.information .tabItems > *.active, .information .tabItems > *:hover {
  color: #fff;
}
.information .tabItems > *.active.all, .information .tabItems > *:hover.all {
  background-color: #4f76a1;
}
.information .tabItems > *.active.patient, .information .tabItems > *:hover.patient {
  background-color: #4c9246;
}
.information .tabItems > *.active.medical, .information .tabItems > *:hover.medical {
  background-color: #106c98;
}
.information .tabItems > *.active.media, .information .tabItems > *:hover.media {
  background-color: #78528b;
}
.information .tabItems > *.active.recruit, .information .tabItems > *:hover.recruit {
  background-color: #cb4a63;
}
.information .tabItems > *::before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  background-color: #eeeeef;
}
@media screen and (min-width: 961px) {
  .information .tabItems > * {
    width: min(100%, 174px);
    height: 52px;
    font-size: 17rem;
  }
  .information .tabItems > * + * {
    position: relative;
  }
  .information .tabItems > * + *::before {
    height: 26px;
  }
}
@media screen and (max-width: 960px) {
  .information .tabItems > * {
    width: 107px;
    height: 30px;
  }
  .information .tabItems > * + * {
    position: relative;
  }
  .information .tabItems > * + *::before {
    height: 18px;
  }
  .information .tabItems > *:last-child::after {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    background-color: #eeeeef;
    height: 18px;
  }
}
.information .tabContents .patient {
  background-color: #82b37d;
}
.information .tabContents .medical {
  background-color: #5898b7;
}
.information .tabContents .media {
  background-color: #a086ae;
}
.information .tabContents .recruit {
  background-color: #db8092;
}
.information .info-list a {
  border-bottom: 1px solid #dfe5eb;
  padding-block: 1em;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.2s;
}
.information .info-list a:hover, .information .info-list a.active {
  color: #4f76a1;
  color: #23548a;
  border-color: #4f76a1;
  opacity: 0.85;
}
.information .info-list a:hover ::after, .information .info-list a.active ::after {
  color: #23548a;
}
@media screen and (min-width: 961px) {
  .information .info-list a {
    /*display: grid;
    grid-template-columns: 6em 100px 1fr;*/
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .information .info-list a {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 1.5em;
    font-size: 13px;
  }
}
.information .info-list .category {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  color: #fff;
  font-weight: 500;
  width: 100px;
}
.information .date {
    padding: 0 1em 0 0;
}
.information .info-list .title {
  position: relative;
  padding-right: 25px;
}
.information .info-list .title::before, .information .info-list .title::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.information .info-list .title::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
  font-size: 11px;
}
@media screen and (min-width: 961px) {
  .information .info-list .category {
    transform: translateY(0.1em);
    height: 22px;
    font-size: 12rem;
  }
  .information .info-list .title {
    margin-left: 2.2em;
  }
}
@media screen and (max-width: 960px) {
  .information .info-list .category {
    width: 88px;
    height: 19px;
    font-size: 11px;
  }
  .information .info-list .title {
    width: 100%;
  }
}
.information .link-archive a {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #6a6ba8, #167a8e);
  border-radius: 3em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}
.information .link-archive a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(-90deg, #6a6ba8, #167a8e);
  opacity: 0;
  transition: 0.3s;
}
.information .link-archive a:hover::after {
  opacity: 1;
}
.information .link-archive i {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.information .link-archive i::before {
  font-size: 13px;
}
.information .link-archive span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .information .link-archive {
    margin-top: 50px;
  }
  .information .link-archive a {
    width: 540px;
    height: 75px;
    font-size: 17rem;
  }
  .information .link-archive i {
    right: 55px;
  }
}
@media screen and (max-width: 960px) {
  .information .link-archive {
    margin-top: 40px;
  }
  .information .link-archive a {
    width: 100%;
    height: 50px;
    font-size: 13px;
  }
  .information .link-archive i {
    right: 35px;
  }
}

/* 地域医療を支える病院へ */
.abuotus {
  padding-inline: calc(50% - 550px);
  display: grid;
  align-items: center;
  align-content: center;
  background: url(../../img/bg-aboutus.jpg) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .abuotus {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .abuotus {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .abuotus {
    padding-block: 125px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .abuotus {
    padding-block: 70px 60px;
    gap: 25px;
  }
}
.abuotus .text h2 {
  margin-bottom: 0.8em;
}
.abuotus .text p {
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (min-width: 961px) {
  .abuotus .text h2 {
    font-size: 39rem;
  }
  .abuotus .text p {
    font-size: 22rem;
  }
}
@media screen and (max-width: 960px) {
  .abuotus .text h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 961px) {
  .abuotus .image {
    grid-area: 1/2/3/3;
    padding-left: 65px;
  }
}
.abuotus .link-page {
  margin-bottom: auto;
}
.abuotus .link-page a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3em;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.abuotus .link-page a::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #6a6ba8, #167a8e);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.abuotus .link-page a:hover {
  color: #23548a;
}
.abuotus .link-page a:hover::after {
  background: #fff;
  mix-blend-mode: inherit;
}
.abuotus .link-page span {
  position: relative;
  z-index: 2;
}
.abuotus .link-page i {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.abuotus .link-page i::before {
  font-size: 13px;
}
@media screen and (min-width: 961px) {
  .abuotus .link-page {
    margin-top: 50px;
  }
  .abuotus .link-page a {
    height: 75px;
    font-size: 17rem;
  }
  .abuotus .link-page i {
    right: 55px;
  }
}
@media screen and (max-width: 960px) {
  .abuotus .link-page a {
    height: 50px;
    font-size: 13px;
  }
  .abuotus .link-page i {
    right: 40px;
  }
}

/* 当院の特長 */
.features {
  padding-inline: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .features {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .features {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .features {
    padding-block: 90px;
  }
}
@media screen and (max-width: 960px) {
  .features {
    padding-block: 60px 50px;
  }
}
.features h2 {
  margin: auto;
  display: grid;
  gap: 0.7em;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .features h2 {
    width: 605px;
    margin-bottom: 35px;
    font-size: 33rem;
  }
}
@media screen and (max-width: 960px) {
  .features h2 {
    margin-bottom: 30px;
    width: 303px;
    font-size: 16px;
  }
}
.features .features-list {
  display: grid;
  gap: 10px;
}
.features .features-list + .features-list {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .features .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.features .features-list a {
  text-decoration: none;
}
.features .features-list a:hover img {
  opacity: 1;
}
.features .has-image {
  position: relative;
}
.features .has-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: currentColor;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: 0.2s;
}
.features .has-image .text {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border-top: 7px solid currentColor;
  transition: 0.2s;
}
.features .has-image .department {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.features .has-image .department i {
  transform: translateY(0.06em);
}
.features .has-image .desc {
  font-weight: 600;
  color: var(--color-text-base);
  line-height: 1.5;
}
.features .has-image:hover::after {
  opacity: 0.3;
}
.features .has-image:hover .text {
  background-color: currentColor;
  border-color: #fff;
}
.features .has-image:hover .department, .features .has-image:hover .desc {
  color: #fff;
}
@media screen and (min-width: 961px) {
  .features .has-image .text {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px 30px;
    min-height: 130px;
  }
  .features .has-image .department {
    font-size: 24rem;
  }
  .features .has-image .desc {
    font-size: 18rem;
  }
}
@media screen and (max-width: 960px) {
  .features .has-image .text {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px 20px 20px;
  }
  .features .has-image .department {
    font-size: 16px;
  }
  .features .has-image .desc {
    font-size: 13px;
  }
}
.features .has-image.department1 {
  color: #6283a5;
}
.features .has-image.department2 {
  color: #9a69a0;
}
.features .has-image.department3 {
  color: #cf5170;
}
.features .has-image.department4 {
  color: #dc5f52;
}
.features .simple {
  display: flex;
  background-color: #eeeeef;
  font-weight: bold;
  position: relative;
  padding-top: 0.2em;
}
.features .simple .department {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.features .simple .department i {
  transform: translateY(0.06em);
}
.features .simple:hover {
  color: #fff;
}
.features .simple:hover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #6a6ba8, #167a8e);
  opacity: 0.7;
}
@media screen and (min-width: 961px) {
  .features .simple {
    height: 110px;
    padding-inline: 50px;
    font-size: 24rem;
  }
}
@media screen and (max-width: 960px) {
  .features .simple {
    height: 65px;
    padding-inline: 30px;
    font-size: 16px;
  }
}

/* ピックアップ */
.pickup {
  position: relative;
  padding-inline: calc(50% - 733px);
  border-top: 2px solid var(--color-text-base);
  border-bottom: 2px solid var(--color-text-base);
  overflow: hidden;
}
@media screen and (max-width: 1506px) {
  .pickup {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .pickup {
    padding-inline: 20px;
  }
}
.pickup .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.pickup .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.pickup .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.pickup .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.pickup .slick-arrow.slick-prev {
  left: 0;
}
.pickup .slick-arrow.slick-next {
  right: 0;
}
@media screen and (min-width: 961px) {
  .pickup {
    padding-block: 90px 110px;
  }
}
@media screen and (max-width: 960px) {
  .pickup {
    padding-block: 45px 35px;
  }
}
.pickup::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(-90deg, #6a6ba8, #167a8e);
  opacity: 0.3;
}
@media screen and (min-width: 961px) {
  .pickup::after {
    height: 290px;
  }
}
@media screen and (max-width: 960px) {
  .pickup::after {
    height: 145px;
  }
}
.pickup h2 {
  display: grid;
  justify-items: center;
  gap: 0.4em;
}
.pickup h2 .en {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-weight: 900;
}
.pickup h2 .en::before, .pickup h2 .en::after {
  content: "";
  background-color: currentColor;
  transform: translateY(0.07em);
}
.pickup h2 .ja {
  color: #808080;
}
@media screen and (min-width: 961px) {
  .pickup h2 .en {
    font-size: 60rem;
  }
  .pickup h2 .en::before, .pickup h2 .en::after {
    width: 44px;
    height: 2px;
  }
  .pickup h2 .ja {
    font-size: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .pickup h2 .en {
    font-size: 30px;
  }
  .pickup h2 .en::before, .pickup h2 .en::after {
    width: 22px;
    height: 1px;
  }
  .pickup h2 .ja {
    font-size: 10px;
  }
}
.pickup .slider-wrap {
  position: relative;
}
@media screen and (min-width: 961px) {
  .pickup .slider-wrap {
    padding-top: 85px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slider-wrap {
    padding-top: 50px;
  }
}
.pickup .slick-list {
  overflow: inherit;
}
.pickup .slick-slide img {
  transition: 0.2s;
}
.pickup .slick-slide.current img {
  scale: 1.25;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.pickup .slick-slide:hover img {
  opacity: 1;
  filter: brightness(1.07);
}
@media screen and (min-width: 961px) {
  .pickup .slick-slide {
    margin: 0 20px;
    width: 254px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slick-slide {
    margin: 0 15px;
    width: 130px;
  }
}
.pickup .slick-arrow {
  background-size: 100%;
  transform: none;
}
.pickup .slick-arrow.slick-prev {
  background-image: url(../../img/btn-prev.svg);
}
.pickup .slick-arrow.slick-next {
  background-image: url(../../img/btn-next.svg);
}
@media screen and (min-width: 961px) {
  .pickup .slick-arrow {
    top: -105px;
    width: 27px;
    height: 27px;
  }
  .pickup .slick-arrow.slick-prev {
    left: inherit;
    right: 140px;
  }
}
@media screen and (max-width: 960px) {
  .pickup .slick-arrow {
    top: inherit;
    bottom: -52px;
    width: 20px;
    height: 20px;
  }
  .pickup .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
  .pickup .slick-arrow.slick-next {
    right: calc(50% - 50px);
  }
}
.pickup .count {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
@media screen and (min-width: 961px) {
  .pickup .count {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 165px;
    height: 27px;
    font-size: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .pickup .count {
    margin-top: 35px;
    font-size: 11px;
  }
}
.pickup .count .current {
  color: var(--color-text-base);
}

/* 採用情報 */
.recruitment {
  padding-inline: calc(50% - 550px);
  background: url(../../img/bg-recruit.jpg) no-repeat right 80px;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .recruitment {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .recruitment {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .recruitment {
    padding-block: 380px 75px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment {
    padding-block: 115px 50px;
    background-position: right 25px;
    background-size: min(115%, 1000px);
  }
}
.recruitment .content {
  position: relative;
  z-index: 2;
  max-width: 815px;
  margin-left: auto;
}
.recruitment .text {
  background-color: #fff;
  border-radius: 4px;
}
.recruitment .text h2 {
  display: grid;
  gap: 0.6em;
  margin-bottom: 0.6em;
}
.recruitment .text .ja {
  color: #287fbd;
  font-weight: 500;
}
.recruitment .text .en {
  color: #808080;
  font-weight: 400;
}
.recruitment .text p {
  font-weight: 500;
  line-height: 1.5;
}
.recruitment .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #00609a, #5eacd5);
  border-radius: 3em;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.recruitment .text a::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(-90deg, #00609a, #5eacd5);
  transition: 0.3s;
  opacity: 0;
}
.recruitment .text a:hover::before {
  opacity: 1;
}
.recruitment .text i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment .text i::before {
  font-size: 0.8em;
}
.recruitment .text span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .recruitment .text {
    padding: 35px 45px;
  }
  .recruitment .text .ja {
    font-size: 17rem;
  }
  .recruitment .text .en {
    font-size: 56rem;
  }
  .recruitment .text p {
    font-size: 18rem;
  }
  .recruitment .text a {
    margin-top: 40px;
    height: 75px;
    font-size: 17rem;
  }
  .recruitment .text i {
    right: 60px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment .text {
    padding: 25px 20px;
  }
  .recruitment .text .ja {
    font-size: 12px;
  }
  .recruitment .text .en {
    font-size: 28px;
  }
  .recruitment .text p {
    font-size: 14px;
  }
  .recruitment .text a {
    margin-top: 20px;
    height: 50px;
    font-size: 14px;
  }
  .recruitment .text i {
    right: 30px;
  }
}
@media screen and (min-width: 961px) {
  .recruitment .slider {
    margin-top: 20px;
  }
  .recruitment .slider .slick-slide {
    margin: 0 5px;
  }
  .recruitment .slider img {
    width: 190px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment .slider {
    margin: 5px -20px 0;
  }
  .recruitment .slider .slick-slide {
    margin: 0 3px;
  }
  .recruitment .slider img {
    width: 130px;
  }
}
@media screen and (min-width: 961px) {
  .recruitment .image {
    position: absolute;
    left: 0;
    top: 160px;
    width: max(1200px, 62.5%);
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 960px) {
  .recruitment .image {
    margin-left: -20px;
    margin-bottom: -150px;
    width: min(655px, 95%);
  }
}