@charset "UTF-8";
/*                共通
======================================================= */
/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video,
input, textarea, select, button,
option, optgroup,
fieldset, legend, label, datalist,
output, progress, meter):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-padding-top: 85px;
}

body {
  -webkit-text-size-adjust: 100%; /* 勝手に文字が拡大されるのを防ぐ */
  /* 以下、案件ごとに適宜変更 */
  color: #9B7337;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  font-size: 1rem;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1.7;
}

button {
  cursor: pointer;
}

figure {
  margin: 0px;
}

img,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top; /* 意図しない余白の削除 */
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  /* 以下、案件ごとに適宜変更 */
  letter-spacing: 0.05em;
  color: #9B7337;
  cursor: pointer;
  transition: 0.3s;
}
a::before {
  transition: 0.3s;
}

/*                leyout
======================================================= */
.pc_only {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.txt_orange {
  color: #FFA019;
  font-weight: bold;
}

.txt_green {
  color: #C8C82D;
}

.txt_bold {
  font-weight: bold;
}

/*                見出し
======================================================= */
/*                本文テキスト
======================================================= */
/*                Utility
======================================================= */
.c-tel,
.c-entry {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-tel .btn_inner,
.c-entry .btn_inner {
  display: flex;
  align-items: center;
}
.c-tel .btn_inner .btn_icon img,
.c-entry .btn_inner .btn_icon img {
  transition: 0.3s;
}
.c-tel .btn_inner .btn_icon img:first-child,
.c-entry .btn_inner .btn_icon img:first-child {
  display: block;
}
.c-tel .btn_inner .btn_icon img:last-child,
.c-entry .btn_inner .btn_icon img:last-child {
  display: none;
}
.c-tel .btn_inner .btn_text,
.c-entry .btn_inner .btn_text {
  font-weight: bold;
  line-height: 1.2;
}
.c-tel:hover .btn_icon img:first-child,
.c-entry:hover .btn_icon img:first-child {
  display: none;
}
.c-tel:hover .btn_icon img:last-child,
.c-entry:hover .btn_icon img:last-child {
  display: block;
}

.c-tel {
  background-color: #FFA019;
}
.c-tel .btn_text {
  text-align: center;
}
.c-tel .btn_text .tel_num {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  line-height: normal;
}
.c-tel .btn_text .tel_time {
  font-size: 0.8125rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.c-tel:hover {
  background-color: #fff;
  color: #FFA019;
}

.c-entry {
  background-color: #C8C82D;
}
.c-entry:hover {
  background-color: #fff;
  color: #C8C82D;
}

.effect_filter {
  transition: 0.3s;
}
.effect_filter:hover {
  filter: opacity(0.5);
}

main {
  margin-top: 70.22px;
}

.c-nav_wrap {
  display: flex;
  justify-content: space-between;
}
.c-nav_wrap .cta_area .c-site_logo {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
.c-nav_wrap .cta_area .c-site_logo img {
  display: block;
}
.c-nav_wrap .cta_area .c-site_logo img:first-child {
  width: 208px;
}
.c-nav_wrap .cta_area .c-site_logo img:last-child {
  width: 170px;
}
.c-nav_wrap .cta_area .cta_btn a {
  width: 202px;
  height: 60px;
  border-radius: 5px;
}
.c-nav_wrap .cta_area .cta_btn a.c-tel {
  margin-bottom: 10px;
}
.c-nav_wrap .cta_area .cta_btn a .btn_inner {
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .c-nav_wrap .cta_area .c-site_logo {
    margin-bottom: 0;
  }
  .c-nav_wrap .cta_area .cta_btn {
    display: none;
  }
}
.c-nav_wrap .nav_area {
  width: 760px;
}
.c-nav_wrap .nav_area .nav_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.c-nav_wrap .nav_area .nav_inner a:hover {
  filter: opacity(0.5);
}
.c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(1) li:nth-of-type(1), .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(2) li:nth-of-type(1) {
  margin-bottom: 24px;
}
.c-nav_wrap .nav_area .nav_inner .parent_menu {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #9B7337;
  padding-bottom: 5px;
  position: relative;
  letter-spacing: normal;
}
.c-nav_wrap .nav_area .nav_inner .parent_menu::before {
  content: "";
  background: url(../images/common/nav-arw_brown.webp) no-repeat center center/contain;
  width: 9px;
  height: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.c-nav_wrap .nav_area .nav_inner .child_menu {
  margin-top: 10px;
}
.c-nav_wrap .nav_area .nav_inner .child_menu li a {
  font-size: 14px;
  font-weight: 600;
}
.c-nav_wrap .nav_area .clinic_btn {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}
.c-nav_wrap .nav_area .clinic_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  position: relative;
  border: 2px solid #9B7337;
  border-radius: 30px;
  font-weight: bold;
  font-family: Noto Sans JP;
}
.c-nav_wrap .nav_area .clinic_btn a::before {
  content: "";
  background: url(../images/common/nav-arw_brown.webp) no-repeat center center/contain;
  width: 9px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  position: absolute;
}
.c-nav_wrap .nav_area .clinic_btn a:nth-of-type(1):hover {
  border-color: #FFA019;
  color: #FFA019;
}
.c-nav_wrap .nav_area .clinic_btn a:nth-of-type(1):hover::before {
  background: url(../images/common/nav-arw_orange.webp) no-repeat center center/contain;
}
.c-nav_wrap .nav_area .clinic_btn a:nth-of-type(2):hover {
  border-color: #C8C82D;
  color: #C8C82D;
}
.c-nav_wrap .nav_area .clinic_btn a:nth-of-type(2):hover::before {
  background: url(../images/common/nav-arw_green.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 1200px) {
  .c-nav_wrap {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-nav_wrap .nav_area {
    width: 100%;
  }
  .c-nav_wrap .nav_area .nav_inner {
    display: block;
  }
  .c-nav_wrap .nav_area .nav_inner .nav_item_wrap {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
  }
  .c-nav_wrap .nav_area .nav_inner .nav_item_wrap li {
    width: calc(50% - 8px);
    margin-bottom: 0 !important;
  }
  .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(3), .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(4) {
    display: block;
  }
  .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(3) .child_menu, .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(4) .child_menu {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(3) .child_menu li, .c-nav_wrap .nav_area .nav_inner .nav_item_wrap:nth-of-type(4) .child_menu li {
    width: auto;
  }
  .c-nav_wrap .nav_area .clinic_btn {
    flex-direction: column;
    gap: 10px;
  }
  .c-nav_wrap .nav_area .clinic_btn a {
    width: 100%;
  }
}

.job_panel {
  max-width: 1198px;
  margin: 0 auto;
}
.job_panel .hpt_btn_wrap {
  display: flex;
  justify-content: end;
  gap: 24px;
  margin-bottom: 32px;
}
.job_panel .hpt_btn_wrap .hos_btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.job_panel .hpt_btn_wrap .hos_btn .icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
.job_panel .hpt_btn_wrap .hos_btn .icon.wms.active::before, .job_panel .hpt_btn_wrap .hos_btn .icon.wms:hover::before {
  content: "";
  background-color: #FFA019;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.job_panel .hpt_btn_wrap .hos_btn .icon.ivf.active::before, .job_panel .hpt_btn_wrap .hos_btn .icon.ivf:hover::before {
  content: "";
  background-color: #C8C82D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.job_panel .hpt_btn_wrap .hos_btn p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .job_panel .hpt_btn_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.job_panel .job_tab_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 35px;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .job_panel .job_tab_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .job_panel .job_tab_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job_panel .job_tab_wrap .job_tab {
  display: block;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(155, 115, 55, 0.15);
  padding: 10px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s all;
}
.job_panel .job_tab_wrap .job_tab::before {
  content: "";
  background: url(../images/common/menu-arw_orange.webp) no-repeat center center/contain;
  width: 16px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  position: absolute;
}
.job_panel .job_tab_wrap .job_tab:hover, .job_panel .job_tab_wrap .job_tab.active {
  background-color: #FFA019;
}
.job_panel .job_tab_wrap .job_tab:hover::before, .job_panel .job_tab_wrap .job_tab.active::before {
  background: url(../images/common/menu-arw_white.webp) no-repeat center center/contain;
}
.job_panel .job_tab_wrap .job_tab:hover span, .job_panel .job_tab_wrap .job_tab.active span {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .job_panel .job_tab_wrap .job_tab {
    border-radius: 20px;
  }
}
.job_panel .job_item_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .job_panel .job_item_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .job_panel .job_item_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.job_panel .job_item_wrap .job_item {
  position: relative;
  min-height: 340px;
  border-radius: 5px;
  overflow: hidden;
}
.job_panel .job_item_wrap .job_item .job_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.job_panel .job_item_wrap .job_item .job_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job_panel .job_item_wrap .job_item .job_detail {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment {
  padding: 5px 20px 5px 15px;
  border-radius: 0 20px 20px 0;
  display: inline-block;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment span {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.urgent {
  background-color: #FF7D4D;
  color: #fff;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.urgent span::before {
  background: url(../images/common/urgent-icon.webp) no-repeat center center/contain;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.open {
  background-color: #FFFAF0;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.open span::before {
  background: url(../images/common/recruiting-icon.webp) no-repeat center center/contain;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.closed {
  background-color: #FFFAF0;
}
.job_panel .job_item_wrap .job_item .job_detail .recruitment.closed span::before {
  background: url(../images/common/closed_icon.webp) no-repeat center center/contain;
}
.job_panel .job_item_wrap .job_item .job_detail .job_info {
  padding: 15px 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .job_panel .job_item_wrap .job_item .job_detail .job_info {
    padding: 2px 10px 5px;
  }
}
.job_panel .job_item_wrap .job_item .job_detail .job_info .job_name {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.job_panel .job_item_wrap .job_item .job_detail .job_info .hospital {
  font-size: 0.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .job_panel .job_item_wrap .job_item {
    min-height: 240px;
  }
  .job_panel .job_item_wrap .job_item .job_img {
    width: 50%;
    left: auto;
    right: 0;
  }
  .job_panel .job_item_wrap .job_item .job_img img {
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (max-width: 480px) {
  .job_panel .job_item_wrap .job_item {
    min-height: 135px;
  }
  .job_panel .job_item_wrap .job_item .job_img img {
    -o-object-position: top;
       object-position: top;
  }
}

.job_item.wms_hospital::before {
  content: "";
  background: linear-gradient(to bottom, transparent 0%, #FFBB59 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.job_item.ivf_clinic::before {
  content: "";
  background: linear-gradient(to bottom, transparent 0%, #DCDC3C 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.job_item.is-hidden {
  display: none;
}
@media only screen and (max-width: 768px) {
  .job_item.wms_hospital {
    background-color: #FFD497;
  }
  .job_item.ivf_clinic {
    background-color: #DCDC3C;
  }
}

/*                footer
======================================================= */
footer .footer_cta_block {
  aspect-ratio: 1280/515; /* = 約 2.4854... */
  width: 100%;
  position: relative;
  background: url(../images/common/footer-cta-bg.webp) no-repeat top center/cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  footer .footer_cta_block {
    background-image: url(../images/common/footer-cta-bg@2x.webp);
  }
}
footer .footer_cta_block .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10vw;
}
footer .footer_cta_block .txt_area p {
  font-weight: bold;
}
footer .footer_cta_block .txt_area p:first-child {
  font-size: 1.5rem;
  margin-bottom: 20px;
  -webkit-text-stroke: 4px #FFFAF0;
  text-stroke: 4px #FFFAF0;
  paint-order: stroke;
}
footer .footer_cta_block .btn_area {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
footer .footer_cta_block .btn_area a {
  width: 380px;
  height: 130px;
  border-radius: 70px;
  position: relative;
}
footer .footer_cta_block .btn_area a::before {
  content: "";
  background: url(../images/common/nav-arw_white.webp) no-repeat center center/contain;
  width: 12px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
  position: absolute;
}
footer .footer_cta_block .btn_area a.c-tel .btn_inner {
  gap: 8px;
}
footer .footer_cta_block .btn_area a.c-tel .btn_text {
  line-height: 1.2;
}
footer .footer_cta_block .btn_area a.c-tel .btn_text .tel_num {
  font-size: 1.5rem;
  font-weight: bold;
}
footer .footer_cta_block .btn_area a.c-tel .btn_text .tel_time {
  font-size: 1rem;
}
footer .footer_cta_block .btn_area a.c-tel:hover::before {
  background: url(../images/common/nav-arw_orange.webp) no-repeat center center/contain;
}
footer .footer_cta_block .btn_area a.c-entry .btn_inner {
  gap: 16px;
}
footer .footer_cta_block .btn_area a.c-entry .btn_text {
  font-size: 1.5rem;
}
footer .footer_cta_block .btn_area a.c-entry:hover::before {
  background: url(../images/common/nav-arw_green.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 1200px) {
  footer .footer_cta_block {
    aspect-ratio: 768/515; /* = 約 1.4912... */
    background-position: top right;
  }
  footer .footer_cta_block .btn_area {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
  footer .footer_cta_block .btn_area a {
    width: 100%;
    height: 72px;
  }
  footer .footer_cta_block .btn_area a::before {
    right: 24px;
    width: 9px;
    height: 16px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  footer .footer_cta_block .btn_area a.c-tel .btn_text {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  footer .footer_cta_block .btn_area a.c-tel .btn_text .tel_num {
    font-size: 1.25rem;
  }
  footer .footer_cta_block .btn_area a.c-tel .btn_text .tel_time {
    font-size: 0.875rem;
  }
  footer .footer_cta_block .btn_area a.c-entry .btn_text {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_cta_block {
    background: url(../images/common/footer-cta-bg_sp.webp) no-repeat top center/cover;
    aspect-ratio: 400/577; /* = 約 1.4912... */
    max-height: 577px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi) {
  footer .footer_cta_block {
    background-image: url(../images/common/footer-cta-bg_sp@2x.webp);
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_cta_block .inner {
    left: 30px;
    padding-right: 30px;
    top: auto;
    transform: translateY(0);
    bottom: 5vh;
  }
  footer .footer_cta_block .txt_area p {
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
}
footer .footer_nav_block {
  background-color: #FAF5E6;
  padding: 40px 0 47px;
}
@media only screen and (max-width: 768px) {
  footer .footer_nav_block {
    padding: 48px 0 33px;
  }
}
footer .footer_nav_block .c-nav_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
footer .footer_copyright {
  display: block;
  background-color: #DE870C;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  footer .footer_copyright {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

/* アニメーションの定義 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px); /* 下から30pxずらす */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 対象要素に付与するクラス */
.fadein {
  opacity: 0; /* アニメ開始前は非表示 */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show {
  animation: fadeUp 0.5s ease-out forwards;
}

/* 遅延アニメーション */
.fadein.delay-02 {
  animation-delay: 0.2s;
}

.fadein.delay-04 {
  animation-delay: 0.4s;
}

.fadein.delay-06 {
  animation-delay: 0.6s;
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*               電話番号リンクをspのみ有効
======================================================= */
@media only screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ttl_wrap .sub_ttl {
  font-size: 1.25rem;
  line-height: normal;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl_wrap .sub_ttl {
    margin-bottom: 0.8em;
  }
}
.ttl_wrap .sub_ttl::before {
  content: "";
  background: url(../images/common/sub-ttl-icon.webp) no-repeat center center/contain;
  width: 21px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.ttl_wrap h2 {
  font-size: 2rem;
  color: #FFA019;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .ttl_wrap h2 {
    font-size: 24px;
  }
}

.home_btn {
  display: block;
  position: relative;
  text-align: center;
  align-content: center;
  max-width: 380px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 0 25px 2px rgba(155, 115, 55, 0.1019607843);
  background-color: #fff;
}
.home_btn::before {
  content: "";
  background: url(../images/common/nav-arw_green.webp) no-repeat center center/contain;
  width: 9px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  position: absolute;
}
.home_btn span {
  color: #9B7337;
  font-weight: bold;
  font-size: 1.25rem;
}
.home_btn:hover {
  background-color: #C8C82D;
}
.home_btn:hover::before {
  background: url(../images/common/nav-arw_white.webp) no-repeat center center/contain;
}
.home_btn:hover span {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home_btn {
    max-width: 100%;
  }
}

.fadein_four_img .column_img_wrap {
  display: flex;
  justify-content: space-between;
}
.fadein_four_img .column_img_wrap:nth-of-type(1) {
  padding-left: 36px;
  margin-bottom: 16px;
}
.fadein_four_img .column_img_wrap:nth-of-type(1) img:first-child {
  width: 46.64%;
}
.fadein_four_img .column_img_wrap:nth-of-type(1) img:last-child {
  width: 50.37%;
}
.fadein_four_img .column_img_wrap:nth-of-type(2) {
  padding-right: 36px;
}
.fadein_four_img .column_img_wrap:nth-of-type(2) img:first-child {
  width: 50.37%;
}
.fadein_four_img .column_img_wrap:nth-of-type(2) img:last-child {
  width: 46.64%;
}

/*                トップページ用
======================================================= */
/*                content
======================================================= */
.home_introduction {
  padding-top: 15vh;
  padding-bottom: 85px;
}
.home_introduction .slider_txt {
  display: flex;
  overflow: hidden;
  margin-bottom: 48px;
}
.home_introduction .slider_txt ul {
  padding: 0 20px;
  animation: scroll 30s infinite linear 0.5s both;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home_introduction .slider_txt ul li {
  width: 1199px;
}
.home_introduction .content_wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
}
.home_introduction .container {
  display: flex;
  justify-content: space-between;
}
.home_introduction .container .img_area {
  width: 51.5315315315%;
  transform: translateY(50px);
}
.home_introduction .container .ttl_area {
  width: 43.2432432432%;
}
.home_introduction .container .ttl_area .ttl_wrap {
  margin-bottom: 48px;
}
.home_introduction .container .btn_wrap a:not(:last-child) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .home_introduction {
    padding-top: 30vh;
  }
  .home_introduction .container {
    flex-direction: column;
    gap: 35px;
  }
  .home_introduction .container .img_area,
  .home_introduction .container .ttl_area {
    width: 100%;
  }
  .home_introduction .container .ttl_area .ttl_wrap {
    margin-bottom: 0;
  }
  .home_introduction .container .ttl_area .btn_wrap {
    display: none;
  }
  .home_introduction .container .img_area {
    transform: translateY(0);
  }
  .home_introduction .container .btn_wrap.sp_only a {
    margin: 0 auto 12px;
  }
}
@media only screen and (max-width: 480px) {
  .home_introduction {
    padding-top: 27vh;
  }
}

.home_feature {
  position: relative;
  margin: 165px 0 170px;
  padding: 20px 0 80px;
  background: url(../images/home/bg-feature.webp) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .home_feature {
    margin: 60px 0 60px;
  }
}
.home_feature::before {
  content: "";
  background: url(../images/home/bg-wave_top.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 165px;
  top: -165px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .home_feature::before {
    top: -60px;
    height: 60px;
  }
}
.home_feature::after {
  content: "";
  background: url(../images/home/bg-wave_bottom.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 170px;
  bottom: -170px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .home_feature::after {
    bottom: -60px;
    height: 60px;
  }
}
.home_feature .content_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}
.home_feature .content_wrap .ttl_wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .home_feature .content_wrap .ttl_wrap {
    margin-bottom: 40px;
  }
}
.home_feature .container .feature_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 36px;
}
@media only screen and (max-width: 480px) {
  .home_feature .container .feature_item {
    padding: 32px 24px;
  }
}
.home_feature .container .feature_item .heading {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 0 16px;
  position: relative;
  margin-bottom: 1em;
  line-height: normal;
}
.home_feature .container .feature_item .heading::before {
  content: "";
  background: #FFA019;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home_feature .container .feature_item .heading .note {
  font-size: 14px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .home_feature .container .feature_item .heading .note {
    padding-left: 0;
  }
}
.home_feature .container .feature_item:nth-of-type(1) img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.home_feature .container_inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .home_feature .container_inner {
    flex-direction: column;
  }
}
.home_feature .container_inner .feature_item {
  width: calc(50% - 8px);
}
@media only screen and (max-width: 768px) {
  .home_feature .container_inner .feature_item {
    width: 100%;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(1) img, .home_feature .container_inner .feature_item:nth-of-type(2) img {
  display: block;
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home_feature .container_inner .feature_item:nth-of-type(1) img, .home_feature .container_inner .feature_item:nth-of-type(2) img {
    max-width: 100%;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(1) .heading .note, .home_feature .container_inner .feature_item:nth-of-type(2) .heading .note {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .home_feature .container_inner .feature_item:nth-of-type(1) .heading .note, .home_feature .container_inner .feature_item:nth-of-type(2) .heading .note {
    padding-left: 0;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(3) .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content .img_area {
  max-width: 180px;
  width: 51.724137931%;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content .txt_area {
  font-size: 22px;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content .txt_area p {
  font-weight: bold;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content .txt_area p:last-child {
  margin-top: 8px;
}
.home_feature .container_inner .feature_item:nth-of-type(3) .content .txt_area .note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .home_feature .container_inner .feature_item:nth-of-type(3) .txt_area p {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .home_feature .container_inner .feature_item:nth-of-type(3) .txt_area .note {
    font-size: 14px !important;
    margin-bottom: 0;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(4) div {
  display: flex;
  gap: 12px;
}
.home_feature .container_inner .feature_item:nth-of-type(4) div img:first-child {
  width: 50%;
}
.home_feature .container_inner .feature_item:nth-of-type(4) div img:last-child {
  width: 47.247706422%;
}
@media only screen and (max-width: 768px) {
  .home_feature .container_inner .feature_item:nth-of-type(4) div {
    flex-direction: column;
    gap: 20px;
  }
  .home_feature .container_inner .feature_item:nth-of-type(4) div img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .home_feature .container_inner .feature_item:nth-of-type(4) div img:first-child {
    width: 100%;
    max-width: 218px;
  }
  .home_feature .container_inner .feature_item:nth-of-type(4) div img:last-child {
    width: 100%;
    max-width: 206px;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(5) .heading + p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .home_feature .container_inner .feature_item:nth-of-type(5) .heading + p {
    font-size: 16px;
  }
}
.home_feature .container_inner .feature_item:nth-of-type(6) .content {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.home_feature .container_inner .feature_item:nth-of-type(6) .content .img_area {
  width: 20.3592814371%;
  max-width: 68px;
}
.home_feature .container_inner .feature_item:nth-of-type(6) .content .txt_area p {
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
  line-height: 1;
}
.home_feature .container_inner .feature_item:nth-of-type(6) .content .txt_area p .holiday {
  font-size: 4rem;
  font-family: "Open Sans", Arial, sans-serif;
}
.home_feature .container_inner .feature_item:nth-of-type(6) .content .txt_area p .holiday_sub {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .home_feature .container_inner .feature_item:nth-of-type(6) .content {
    gap: 3px;
  }
  .home_feature .container_inner .feature_item:nth-of-type(6) .content .img_area {
    width: 17.0818505338%;
    min-width: 48px;
  }
  .home_feature .container_inner .feature_item:nth-of-type(6) .content .txt_area p .holiday {
    font-size: 48px;
  }
}

.home_support {
  padding: 80px 0 128px;
}
@media only screen and (max-width: 768px) {
  .home_support {
    padding: 80px 0 100px;
  }
}
.home_support .content_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home_support .content_wrap {
    flex-direction: column;
    gap: 35px;
  }
}
.home_support .content_wrap .img_area {
  width: 39.2156862745%;
}
@media only screen and (max-width: 768px) {
  .home_support .content_wrap .img_area {
    width: 100%;
  }
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(1) {
  padding-left: 0;
  margin-bottom: 10px;
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(1) img:first-child {
  width: 50.37%;
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(1) img:last-child {
  width: 46.64%;
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(2) {
  padding-right: 0;
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(2) img:first-child {
  width: 46.64%;
}
.home_support .content_wrap .fadein_four_img .column_img_wrap:nth-of-type(2) img:last-child {
  width: 50.37%;
}
.home_support .content_wrap .ttl_area {
  width: 52.9411764706%;
}
@media only screen and (max-width: 768px) {
  .home_support .content_wrap .ttl_area {
    width: 100%;
  }
}
.home_support .content_wrap .ttl_area h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .home_support .content_wrap .ttl_area h2 {
    margin-bottom: 25px;
  }
}
.home_support .content_wrap .ttl_area .txt_base p {
  font-weight: 600;
}
.home_support .content_wrap .ttl_area .txt_base p:not(:last-child) {
  margin-bottom: 1em;
}

.home_staff {
  padding-bottom: 200px;
  overflow: hidden;
  /* ナビ（← ドット → を横並び） */
  /* ドット（小さな淡色丸） */
}
.home_staff .content_wrap {
  margin-left: 9.8039215686%;
  margin-right: 9.8039215686%;
}
.home_staff .ttl_wrap {
  margin-bottom: 60px;
  padding: 0 30px;
}
.home_staff .staff_slider_wrap {
  width: 1200px;
  position: relative;
}
.home_staff .slick-list {
  min-height: 480px;
}
.home_staff .slick-list .staff_item:nth-of-type(2n) {
  transform: translateY(40px);
}
@media only screen and (max-width: 768px) {
  .home_staff .slick-list {
    min-height: auto;
  }
  .home_staff .slick-list .staff_item:nth-of-type(2n) {
    transform: translateY(0);
  }
}
.home_staff .slick-prev,
.home_staff .slick-next {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.home_staff .staff_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px; /* 矢印とドットの間 */
  margin-top: 60px;
}
.home_staff .slick-dots {
  display: flex !important;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home_staff .slick-dots li {
  line-height: 0;
}
.home_staff .slick-dots li.slick-active .dot {
  background: #c6c83a;
}
.home_staff .slick-dots button {
  display: none;
}
.home_staff .slick-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eed;
  opacity: 0.9;
}
.home_staff .staff_item {
  display: block;
  margin: 0 12px;
}
.home_staff .staff_item .staff_img {
  width: 100%;
  aspect-ratio: 82/85;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home_staff .staff_item .staff_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home_staff .staff_item .staff_txt .post_name {
  font-weight: bold;
  display: inline-block;
  background-color: #F0E6CD;
  padding: 5px 24px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.home_staff .staff_item .staff_txt .message {
  font-weight: 600;
}
@media only screen and (min-width: 1301px) {
  .home_staff .staff_slider_wrap {
    width: 100%;
  }
  .home_staff .staff_item_wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .home_staff .staff_item {
    width: calc(20% - 16px);
    margin: 0;
  }
  .home_staff .staff_item:nth-of-type(2n) {
    transform: translateY(50px);
  }
  .home_staff .staff_nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home_staff {
    padding-bottom: 100px;
  }
  .home_staff .ttl_wrap {
    padding: 0;
    margin-bottom: 40px;
  }
  .home_staff .content_wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
  .home_staff .staff_slider_wrap {
    width: auto;
  }
  .home_staff .staff_nav {
    justify-content: center;
    margin-top: 20px;
  }
}

.home_job {
  padding-bottom: 128px;
}
@media only screen and (max-width: 768px) {
  .home_job {
    padding-bottom: 100px;
  }
}
.home_job .content_wrap {
  padding: 0 30px;
}
.home_job .content_wrap .ttl_wrap {
  max-width: 1020px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .home_job .content_wrap .ttl_wrap {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=home.css.map */