@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;
  }
}
/*                leyout
======================================================= */
/*                header
======================================================= */
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .header_inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .content_left {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .site_logo {
  max-width: 208px;
  display: block;
}
header .site_logo img:first-child {
  width: 208px;
}
header .site_logo img:last-child {
  width: 170px;
}
header .header_nav .header_nav_inner {
  display: flex;
  gap: 24px;
}
header .header_nav .main_menu {
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
header .header_nav .main_menu:hover {
  color: #FFA019;
}
header .header_nav .parent_menu {
  position: relative;
}
header .header_nav .parent_menu:hover .child_menu {
  opacity: 1;
  visibility: visible;
}
header .header_nav .child_menu {
  position: absolute;
  width: 180px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
header .header_nav .child_menu.child_menu_d {
  width: 185px;
}
header .header_nav .child_menu.child_menu_d li:last-child a::before {
  right: -8px;
}
header .header_nav .child_menu .child_menu_inner {
  background-color: #9B7337;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
header .header_nav .child_menu .child_menu_inner::before {
  content: "";
  background: url(../images/common/fukidashi.webp) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
header .header_nav .child_menu .child_menu_inner li {
  width: 100%;
}
header .header_nav .child_menu .child_menu_inner li:not(:last-child) {
  margin-bottom: 10px;
}
header .header_nav .child_menu .child_menu_inner li a {
  width: 100%;
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
header .header_nav .child_menu .child_menu_inner li a:hover {
  color: #C8C82D;
}
header .header_nav .child_menu .child_menu_inner li a:hover::before {
  background: url(../images/common/nav-arw_green.webp) no-repeat center center/contain;
}
header .header_nav .child_menu .child_menu_inner li a::before {
  content: "";
  background: url(../images/common/nav-arw_white.webp) no-repeat center center/contain;
  width: 8px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
header .header_cta {
  display: flex;
  gap: 8px;
}
header .header_cta a {
  height: 60px;
  border-radius: 30px;
}
header .header_cta a .btn_inner {
  gap: 5px;
}
header .header_cta a.c-tel {
  width: 240px;
}
header .header_cta a.c-tel .btn_text .tel_num {
  transform: translateY(4px);
}
header .header_cta a.c-entry {
  width: 190px;
}
header .sp_nav_icon,
header .sp_nav_menu {
  display: none;
}
@media only screen and (max-width: 1200px) {
  header .header_nav,
  header .header_cta {
    display: none;
  }
  header .sp_nav_icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
  }
  header .sp_nav_icon .sp_nav_icon_inner {
    position: relative;
  }
  header .sp_nav_icon img:last-child {
    display: none;
  }
  header .sp_nav_icon.is-open img:first-child {
    display: none;
  }
  header .sp_nav_icon.is-open img:last-child {
    display: block;
  }
  header .sp_nav_menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #FAF5E6;
    z-index: 99;
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  header .sp_nav_menu.is-open {
    right: 0;
  }
  header .sp_nav_menu .sp_nav_menu_inner {
    padding: 40px 30px 50px;
    margin: 0 auto;
    max-width: 560px;
    width: 100%;
  }
  header .sp_nav_menu .heading_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  header .sp_nav_menu .btn_wrap a {
    max-width: 340px;
    width: 100%;
    height: 72px;
    border-radius: 40px;
    margin: 0 auto;
  }
  header .sp_nav_menu .btn_wrap a .btn_inner {
    gap: 12px;
  }
  header .sp_nav_menu .btn_wrap a.c-tel {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  header .sp_nav_menu .btn_wrap a.c-tel .btn_text {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  header .sp_nav_menu .btn_wrap a.c-tel .btn_text .tel_num {
    font-weight: bold;
  }
  header .sp_nav_menu .btn_wrap a.c-entry .btn_text {
    font-weight: bold;
  }
  header .sp_nav_menu .c-nav_wrap {
    margin-top: 36px;
  }
}

/*                sp_menu
======================================================= */
/*                ページ共通
======================================================= */
.common_view {
  width: 100%;
  padding: 45px 0 80px;
}
.common_view .common_view_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
.common_view .common_view_inner .title_area {
  height: 40vh;
  max-height: 300px;
  background: url(../images/about/mv-bg@2x.webp) no-repeat center center/cover;
  border-radius: 10px;
  align-content: center;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .common_view .common_view_inner .title_area {
    max-height: inherit;
  }
}
.common_view .common_view_inner .title_area h1 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.common_view .common_view_inner .title_area h1 span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .common_view .common_view_inner .title_area h1 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .common_view .common_view_inner .title_area h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .common_view .common_view_inner .title_area h1 {
    font-size: 30px;
  }
}
.common_view .common_view_inner .pankuzu a {
  padding-right: 25px;
  position: relative;
}
.common_view .common_view_inner .pankuzu a:not(:last-child)::after {
  content: "＞";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #9B7337;
  position: absolute;
  right: 0;
  top: 0;
}
.common_view .common_view_inner.staff_view_inner .title_area {
  background: url(../images/staff/mv-bg@2x.webp) no-repeat center center/cover;
}
.common_view .common_view_inner.entry_view_inner .title_area {
  background: url(../images/common/fv_entry.webp) no-repeat left 35% center/cover;
}

section.wave-bg_block {
  position: relative;
  margin: 100px 0;
  background: #FFFAF0;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  section.wave-bg_block {
    margin: 80px 0;
    padding: 0 0;
  }
}
section.wave-bg_block::before {
  content: "";
  background: url(../images/common/wave_top.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section.wave-bg_block::before {
    top: -80px;
    height: 80px;
    background-size: cover;
  }
}
section.wave-bg_block::after {
  content: "";
  background: url(../images/common/wave_bottom.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section.wave-bg_block::after {
    bottom: -80px;
    height: 80px;
    background-size: cover;
  }
}
section .section-ttl_wrap {
  text-align: center;
  margin-bottom: 42px;
  padding: 0 30px;
}
section .section-ttl_wrap .icon {
  margin-bottom: 16px;
}
section .section-ttl_wrap h2 {
  font-size: 32px;
  font-weight: bold;
}
section h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 52px;
}
section h3::after {
  content: "";
  background: #FFA019;
  width: 100px;
  height: 2px;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
section h3 + .heading_txt {
  text-align: center;
}
section .content_block {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  section .content_block {
    padding-top: 80px;
  }
}
section .content_block.first {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section .content_block.first {
    padding-bottom: 80px;
  }
}
section .content_block.last {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section .content_block.last {
    padding-bottom: 80px;
  }
}
section .content_block.wave-bg_block {
  position: relative;
  margin: 100px 0;
  background: #FFFAF0;
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  section .content_block.wave-bg_block {
    margin: 80px 0;
    padding: 0 30px;
  }
}
section .content_block.wave-bg_block::before {
  content: "";
  background: url(../images/common/wave_top.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section .content_block.wave-bg_block::before {
    top: -80px;
    height: 80px;
    background-size: cover;
  }
}
section .content_block.wave-bg_block::after {
  content: "";
  background: url(../images/common/wave_bottom.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  section .content_block.wave-bg_block::after {
    bottom: -80px;
    height: 80px;
    background-size: cover;
  }
}
section .content_block.job_panel_block {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section .content_block.job_panel_block {
    padding-bottom: 80px;
  }
}
section .content_block.policy_txt_block {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  section .content_block.policy_txt_block {
    padding-bottom: 80px;
  }
}

.txt_base p:not(:last-child) {
  margin-bottom: 0.6em;
}

/*                各下層ページスタイル
======================================================= */
.section_about .content_block.first .content_wrap {
  max-width: 760px;
  margin: 0 auto;
}
.section_about .content_block.first .care_block {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(155, 115, 55, 0.1450980392);
  padding: 32px 0;
  margin-top: 42px;
}
.section_about .content_block.first .care_block .inner {
  width: 74.0789473684%;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}
.section_about .content_block.first .care_block .inner div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section_about .content_block.first .care_block .inner div img {
  display: block;
  width: 115px;
  height: auto;
}
.section_about .content_block.first .care_block .inner div p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.first .care_block {
    padding: 32px 32px;
    margin-top: 32px;
  }
  .section_about .content_block.first .care_block .inner {
    width: 100%;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
  .section_about .content_block.first .care_block .inner div {
    width: 50%;
  }
}
.section_about .content_block.no_2 .content_wrap {
  max-width: 710px;
  margin: 0 auto;
}
.section_about .content_block.no_2 .column-img_wrap {
  display: flex;
  gap: 36px;
  margin-top: 42px;
  position: relative;
  z-index: 2;
}
.section_about .content_block.no_2 .column-img_wrap img {
  display: block;
  width: calc((100% - 72px) / 3);
}
.section_about .content_block.no_2 .column-img_wrap img:nth-of-type(2) {
  transform: translateY(20px);
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.no_2 .column-img_wrap {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
  }
  .section_about .content_block.no_2 .column-img_wrap img {
    width: calc(50% - 4px);
  }
  .section_about .content_block.no_2 .column-img_wrap img:nth-of-type(2) {
    transform: translateY(0);
  }
}
.section_about .content_block.no_2 .wave_decoration {
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section_about .content_block.no_2 .wave_decoration img {
  display: block;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.no_2 .wave_decoration {
    height: 166px;
    bottom: 20%;
  }
  .section_about .content_block.no_2 .wave_decoration img {
    height: 166px;
  }
}
.section_about .content_block.no_3 .content_wrap {
  max-width: 798px;
  margin: 0 auto;
}
.section_about .content_block.no_3 .column-content_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_about .content_block.no_3 .column-content_block .img_area {
  width: 45.3634085213%;
}
.section_about .content_block.no_3 .column-content_block .txt_area {
  width: 50.1253132832%;
}
.section_about .content_block.no_3 .column-content_block .txt_area .note {
  font-size: 14px;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.no_3 .column-content_block {
    flex-direction: column;
    gap: 24px;
  }
  .section_about .content_block.no_3 .column-content_block .img_area,
  .section_about .content_block.no_3 .column-content_block .txt_area {
    width: 100%;
  }
}
.section_about .content_block.last {
  position: relative;
}
.section_about .content_block.last::after {
  content: "";
  background: url(../images/common/gradation_wave.webp) no-repeat center center/100% 100%;
  width: 100%;
  height: 250px;
  top: 100px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.last::after {
    height: 166px;
    top: 50%;
    background: url(../images/common/gradation_wave_sp.webp) no-repeat center center/100% 100%;
  }
}
.section_about .content_block.last .content_wrap {
  max-width: 798px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section_about .content_block.last .content_wrap .containar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_about .content_block.last .content_wrap .containar .img_area {
  width: 38.5964912281%;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(1) {
  padding-left: 0;
  margin-bottom: 10px;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(1) img:first-child {
  width: 51.9480519481%;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(1) img:last-child {
  width: 45.4545454545%;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(2) {
  padding-right: 0;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(2) img:first-child {
  width: 45.4545454545%;
}
.section_about .content_block.last .content_wrap .containar .img_area .column_img_wrap:nth-of-type(2) img:last-child {
  width: 51.9480519481%;
}
.section_about .content_block.last .content_wrap .containar .txt_area {
  width: 57.3934837093%;
}
@media only screen and (max-width: 768px) {
  .section_about .content_block.last .content_wrap .containar {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .section_about .content_block.last .content_wrap .containar .img_area,
  .section_about .content_block.last .content_wrap .containar .txt_area {
    width: 100%;
  }
}

.section_interview .content_block.first .content_wrap,
.section_outlook .content_block.first .content_wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.section_interview .content_block.first .content_wrap .container,
.section_outlook .content_block.first .content_wrap .container {
  display: flex;
  justify-content: space-between;
}
.section_interview .content_block.first .content_wrap .container .img_area,
.section_outlook .content_block.first .content_wrap .container .img_area {
  width: 28.2692307692%;
}
.section_interview .content_block.first .content_wrap .container .txt_area,
.section_outlook .content_block.first .content_wrap .container .txt_area {
  width: 68.2692307692%;
}
@media only screen and (max-width: 768px) {
  .section_interview .content_block.first .content_wrap .container,
  .section_outlook .content_block.first .content_wrap .container {
    flex-direction: column;
    gap: 24px;
  }
  .section_interview .content_block.first .content_wrap .container .img_area,
  .section_interview .content_block.first .content_wrap .container .txt_area,
  .section_outlook .content_block.first .content_wrap .container .img_area,
  .section_outlook .content_block.first .content_wrap .container .txt_area {
    width: 100%;
  }
}

.section_interview .content_block.last .content_wrap {
  max-width: 770px;
  margin: 0 auto;
}
.section_interview .content_block.no_2 {
  padding: 20px 0;
}
.section_interview .content_block.no_2 .content_wrap {
  padding: 0 30px;
  max-width: 830px;
  margin: 0 auto;
}
.section_interview .content_block.no_2 .full_wide_area {
  width: 100%;
  overflow: hidden;
  margin-top: 52px;
}
.section_interview .content_block.no_2 .full_wide_area .inner {
  min-width: 1280px;
}
@media only screen and (max-width: 768px) {
  .section_interview .content_block.no_2 .full_wide_area {
    margin-top: 32px;
  }
}

.section_staff .section-ttl_wrap h2 span {
  padding-left: 20px;
}
.section_staff .content_block .staff_column_block {
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}
.section_staff .content_block .staff_column_block .img_area {
  width: 28.2692307692%;
}
.section_staff .content_block .staff_column_block .txt_area {
  width: 68.2692307692%;
}
@media only screen and (max-width: 768px) {
  .section_staff .content_block .staff_column_block {
    flex-direction: column;
    gap: 24px;
  }
  .section_staff .content_block .staff_column_block .img_area,
  .section_staff .content_block .staff_column_block .txt_area {
    width: 100%;
  }
}
.section_staff .content_block .message_block {
  max-width: 770px;
  margin: 0 auto;
}
.section_staff .content_block.no_3 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section_staff .content_block.no_3 {
    padding-bottom: 80px;
  }
}

.policy_txt_block .content_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.policy_txt_block .content_wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .policy_txt_block {
    padding-bottom: 80px;
  }
  .policy_txt_block .content_wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}

.section_404 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section_404 {
    padding-bottom: 80px;
  }
}
.section_404 .content_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
.section_404 .content_wrap .txt_base {
  text-align: center;
}
.section_404 .content_wrap .txt_base a {
  border-bottom: 1px solid #9B7337;
}/*# sourceMappingURL=page.css.map */