@charset "UTF-8";
body {
  background-image: url(https://minamiota.com/wp-content/uploads/2023/02/img-TOP-news-back-PC.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  body {
    font-size: 0.89rem;
  }
}

.sp-br {
  display: none;
}
@media (max-width: 640px) {
  .sp-br {
    display: block;
  }
}

@media (max-width: 640px) {
  .sp-sp {
    display: none;
  }
}

.is-layout-constrained > :not(:first-child),
.p-entry-content > :not(:first-child),
.textwidget > :not(:first-child) {
  margin-top: 0;
}

.c-page-header__title {
  color: #834C24;
}

.header__text {
  font-size: 1rem;
}

.reserve {
  position: fixed;
  z-index: 2;
  bottom: 10%;
  right: 14.2%;
}
@media (max-width: 640px) {
  .reserve {
    bottom: 20%;
    right: -10%;
  }
  .reserve img {
    width: 60%;
  }
}

.c-section {
  padding: 0;
}

.smb-section__title {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.smb-section__title span {
  font-family: "M PLUS 1p", sans-serif;
}
.smb-section__title::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 80px;
  display: block;
  background-image: url(https://minamiota.com/wp-content/uploads/2023/02/6ab45d623a3ea2d9d47d8ff7809bb569.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40%;
  left: 0%;
}
.smb-section__title::after {
  background: none;
  position: absolute;
  content: "";
  width: 52px;
  height: 80px;
  display: block;
  background-image: url(https://minamiota.com/wp-content/uploads/2023/02/f83d217087b3754fedff31e8adda8657.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -50%;
  right: 0%;
}
@media (max-width: 640px) {
  .smb-section__title {
    font-size: 18px;
  }
  .smb-section__title::before, .smb-section__title::after {
    width: 30px;
    height: 40px;
  }
}

.l-footer,
.c-copyright {
  background: #f1fffe;
  color: #1F1209;
}

.hero {
  position: relative;
}
.hero__tree {
  position: absolute;
  z-index: 2;
}
.hero__tree--right {
  top: 0;
  right: -1%;
}
.hero__tree--left {
  bottom: -5%;
  left: -11%;
}
.hero__catch-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .hero__tree {
    width: 80%;
  }
  .hero__tree--right {
    top: 0;
    right: -26%;
  }
  .hero__tree--left {
    bottom: -5%;
    left: -25%;
  }
}
@media (max-width: 640px) {
  .hero__tree {
    width: 50%;
  }
  .hero__tree--right {
    top: 0;
    right: -1%;
  }
  .hero__catch-copy {
    width: 80%;
    top: 30%;
  }
}

.swiper-slide {
  /* 表示させる高さの調整 */
  height: 94vh;
  overflow: hidden;
}
.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 9s ease;
}
.swiper-slide-active .main-visual {
  transform: scale(1.2);
}
.swiper-slide-active .hero__title {
  transform: translateX(-50%);
  opacity: 1;
}

a.btn {
  max-width: 320px;
  width: 100%;
  padding: 16px 5.5px;
  display: block;
  color: #1F1209;
  background: #D5E4ED;
  filter: drop-shadow(3px 3px 6px rgba(221, 223, 224, 0.7));
  text-decoration: none;
  font-size: 20px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
a.btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 0 0 15px;
  background: url("https://minamiota.com/wp-content/uploads/2023/02/migi.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn:hover {
  background: #99D1E5;
  transition: 0.3s;
}
a.btn--active {
  background: #FDE994;
}
a.btn--active:hover {
  background: #D6C680;
  transition: 0.3s;
}
a.btn__right {
  margin-right: 0;
}
a.btn__left {
  margin-left: 0;
}
@media (max-width: 640px) {
  a.btn__right, a.btn__left {
    margin: 0 auto;
  }
}

.p-global-nav .menu-item span {
  font-size: 18px;
  font-weight: bold;
}
.p-global-nav .menu-item::before {
  position: absolute;
  top: 50%;
  content: "/";
  display: block;
  transform: translate(-50%, -50%);
}
.p-global-nav .menu-item-116::before {
  display: none;
}
.p-global-nav .menu-item-118 {
  margin-right: 80px;
}
.p-global-nav .menu-item-119 {
  margin-left: 80px;
}

.l-header {
  background: #fff;
  opacity: 0.8;
}
.l-header .c-row {
  opacity: 1;
}

.c-drawer {
  background-color: #d5e3ed;
  color: #333;
}

.l-center-header .c-site-branding--has-logo img {
  margin-bottom: -50px;
}
@media (max-width: 1023px) {
  .l-center-header .c-site-branding--has-logo img {
    margin: 0;
  }
}

.header__right {
  font-size: 24px;
  font-weight: bold;
}

/**カレンダー
--------------------------------------------------------------------------------------------------------- */
.calendar__sp img {
  display: none;
}
@media (max-width: 640px) {
  .calendar__pc img {
    display: none;
  }
  .calendar__sp img {
    display: block !important;
  }
}

/**top-news
--------------------------------------------------------------------------------------------------------- */
.top-news .smb-section__background {
  border-radius: 30px;
}
.top-news .c-entries--simple,
.top-news .c-entries--text,
.top-news .c-entries--text2 {
  border-top: none;
}
.top-news .c-entries--simple .c-entries__item,
.top-news .c-entries--text .c-entries__item,
.top-news .c-entries--text2 .c-entries__item {
  border-bottom: 1px dashed #99d1e5;
}

/**message
--------------------------------------------------------------------------------------------------------- */
.top-message {
  position: relative;
}
.top-message .smb-section__contents-wrapper {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 80px 40px;
}
.top-message__img {
  position: absolute;
  top: 0%;
  right: 0%;
}
@media (max-width: 640px) {
  .top-message .smb-media-text__title span {
    font-size: 18px;
  }
  .top-message .smb-section__contents-wrapper {
    padding: 80px 15px;
  }
}

.single-message {
  color: #1F1209;
}
.single-message .smb-section__contents-wrapper {
  background: #FCFCFC;
}

/**top-feature
--------------------------------------------------------------------------------------------------------- */
.top-features .smb-media-text__title span {
  font-size: 18px;
}

/**top-symptoms
--------------------------------------------------------------------------------------------------------- */
.top-symptoms .smb-panels__item__title {
  position: relative;
}
.top-symptoms .smb-panels__item__title::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(https://minamiota.com/wp-content/uploads/2023/02/5ee25691a3a53976daf709547c8c1f00.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0%;
  right: 0%;
}
@media (max-width: 1023px) {
  .top-symptoms .smb-panels__item__title::after {
    right: 0%;
  }
}
@media (max-width: 414px) {
  .top-symptoms .smb-panels__item__title::after {
    right: -10%;
  }
}
.top-symptoms .smb-panels__item__content {
  text-align: start;
}

.c-meta__item--author {
  display: none;
}

@media (max-width: 640px) {
  .content-fv__title span {
    font-size: 1.33rem;
  }
}

.header__tel {
  position: absolute;
  font-size: 20px;
  top: 10%;
  left: 10%;
}

.menu-item-902 {
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  background: #D5E4ED;
}

.menu-item-1353,
.menu-item-1410 {
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  background: #D5E4ED;
}
@media (max-width: 1023px) {
  .menu-item-1353,
  .menu-item-1410 {
    margin-top: 10px !important;
  }
}

.menu-item-902:hover {
  background: #eee;
}

.menu-item-1353:hover,
.menu-item-1410:hover {
  background: #eee;
}

.content-equipment .smb-panels__item__content {
  text-align: start;
}

.c-page-header__title {
  font-size: 40px;
}

@media (max-width: 640px) {
  .symptoms__title span {
    font-size: 1.14rem !important;
  }
}

/*求人
-----------------------------------------------*/
/* VK求人情報テーブル編集  */
.vk_jobInfo th {
  color: #ffffff;
  font-weight: bold;
  background-color: #75D09F;
  opacity: 0.9;
  min-width: 80px;
  max-width: 100%;
}

.vk_jobInfo_table td {
  color: #4a4a4a;
  background-color: #eee;
  padding: 20px 15px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .vk_jobInfo {
    overflow: auto;
    white-space: nowrap;
  }
  .vk_jobInfo::-webkit-scrollbar {
    height: 15px;
  }
  .vk_jobInfo::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .vk_jobInfo::-webkit-scrollbar-thumb {
    background: #bbb;
  }
  .vk_jobInfo th {
    min-width: 40px;
    font-size: 12px;
  }
  .vk_jobInfo_table td {
    font-size: 14px;
    padding: 15px 10px;
  }
}/*# sourceMappingURL=style.css.map */