@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 1.6;
  background: #ffffff;
  color: #262626;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}

.wrap {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 1100px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 1099px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    display: block;
    pointer-events: painted;
  }
}

/*デバイスごとの表示切り替え*/
@media (max-width: 1099px) {
  .pc-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.tab-below {
  display: none;
}
@media (max-width: 1099px) {
  .tab-below {
    display: block;
  }
}

@media (min-width: 1100px) {
  .tab-only {
    display: none;
  }
}
@media (max-width: 1099px) {
  .tab-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

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

/*************************************************************************************
インナー幅
**************************************************************************************/
.common-width {
  max-width: 1100px;
  width: 98%;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 1099px) {
  .common-width {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .common-width {
    width: 90%;
  }
}

/*************************************************************************************
ページタイトル
**************************************************************************************/
.page-title__recruit {
  min-height: 600px;
  position: relative;
  padding-top: 180px;
  background: url(../img/recruit/pagetitle-recruit.jpg) no-repeat top 150px center/cover;
}
@media (max-width: 1099px) {
  .page-title__recruit {
    padding-top: 0;
    background-position: center;
    background-size: cover;
    min-height: 390px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .page-title__recruit {
    min-height: 240px;
    background: url(../img/recruit/pagetitle-recruit-sp.jpg) no-repeat center/cover;
  }
}

.page-title__title--recruit {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 117px;
  color: #55AF79;
  font-family: "Montserrat", serif;
}
@media (max-width: 767px) {
  .page-title__title--recruit {
    font-size: 52px;
    top: 50%;
  }
}

.page-title__under {
  position: relative;
  background-color: #F7F7F7;
  padding: 60px 0;
  padding-top: 250px;
}
@media (max-width: 1099px) {
  .page-title__under {
    padding-top: 80px;
    margin-top: 72px;
  }
}
.page-title__under img {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-title__under img {
    width: 50px;
    margin-bottom: 15px;
  }
}
.page-title__under h1 {
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 32px;
}
@media (max-width: 767px) {
  .page-title__under h1 {
    font-size: 20px;
  }
}
.page-title__under h1::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -40px;
  width: 25px;
  height: 18px;
  background: url(../img/common/quote-start.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title__under h1::before {
    width: 15px;
    height: 8px;
    top: -5px;
    left: -20px;
  }
}
.page-title__under h1::after {
  position: absolute;
  content: "";
  bottom: 25px;
  right: -40px;
  width: 25px;
  height: 18px;
  background: url(../img/common/quote-end.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title__under h1::after {
    width: 15px;
    height: 8px;
    bottom: 20px;
    right: -20px;
  }
}
.page-title__under h1 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #8C8C8C;
}
@media (max-width: 767px) {
  .page-title__under h1 span {
    font-size: 12px;
  }
}
.page-title__under::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../img/common/under-sectiontitle__wave.png) no-repeat center/cover;
}

/*************************************************************************************
下層共通のセクションタイトル
**************************************************************************************/
.section-title__common {
  font-size: 28px;
}
@media (max-width: 767px) {
  .section-title__common {
    font-size: 22px;
  }
}
.section-title__common span {
  display: block;
  font-size: 14px;
  color: #55AF79;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*************************************************************************************
PCヘッダー
**************************************************************************************/
.header-container {
  position: relative;
}
@media (max-width: 1099px) {
  .header-container {
    position: static;
  }
}

.header {
  padding-top: 10px;
  width: 100%;
  height: 170px;
  background-color: #ffffff;
  position: absolute;
  top: -100px;
  margin-top: 100px;
  -webkit-transition: top 300ms;
  transition: top 300ms;
  z-index: 9997;
}
@media (max-width: 1099px) {
  .header {
    position: fixed;
    margin-top: 0;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
  }
}

/* スティッキー時に.stickyクラスを追加 */
.header.sticky {
  position: fixed; /* 上に固定 */
  top: -65px; /* 上からスッと表示させる（重要！） */
  margin-top: 0; /* 0にすることでtopで上に配置 */
  height: 50px; /* 小さく変化させる */
}
@media (max-width: 1099px) {
  .header.sticky {
    top: 0;
    height: 75px;
  }
}
.header.sticky .header__nav {
  padding-top: 70px;
  padding-bottom: 5px;
}

.header__logo {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .header__logo {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    max-width: 160px;
    width: 48%;
  }
}

.header__nav {
  padding-top: 60px;
  background-color: #ffffff;
}
@media (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  max-width: 1100px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 120%;
}
.header__nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 35px;
  position: relative;
}
.header__nav ul li a::before {
  position: absolute;
  content: "";
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 60px;
}
.header__nav ul li a span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .header__nav ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__nav ul li a:hover::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 63px;
    height: 63px;
  }
  .header__nav ul li a:hover span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #55AF79;
  }
}
.header__nav ul li:not(:last-of-type) {
  position: relative;
}
.header__nav ul li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  width: 1px;
  height: 33px;
  background-color: #55AF79;
}
.header__nav ul li .child-menu__wrap .child-menu .child-menu__link::before {
  display: none;
}
.header__nav ul li .child-menu__wrap .child-menu:not(:last-of-type)::after {
  display: none;
}
.header__nav ul .header__list1 a::before {
  background: url(../img/header/header-icon1.png) no-repeat center/cover;
}
.header__nav ul .header__list2 a::before {
  background: url(../img/header/header-icon2.png) no-repeat center/cover;
}
.header__nav ul .header__list3 a::before {
  background: url(../img/header/header-icon3.png) no-repeat center/cover;
}
.header__nav ul .header__list4 a::before {
  background: url(../img/header/header-icon4.png) no-repeat center/cover;
}
.header__nav ul .header__list5 a::before {
  background: url(../img/header/header-icon5.png) no-repeat center/cover;
}
.header__nav ul .header__list6 a::before {
  background: url(../img/header/header-icon6.png) no-repeat center/cover;
}
.header__nav ul .header__list7 a::before {
  background: url(../img/header/header-icon7.png) no-repeat center/cover;
}
.header__nav ul .header__list8 a::before {
  background: url(../img/header/header-icon8.png) no-repeat center/cover;
}

.parent-menu {
  position: relative;
}
.parent-menu .child-menu__wrap {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  background: #55AF79;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.parent-menu:hover .child-menu__wrap,
.parent-menu .child-menu__wrap:hover {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: visible;
  opacity: 1;
}

.child-menu__wrap {
  top: 55px;
  visibility: visible;
  opacity: 1;
}

.child-menu:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.child-menu .child-menu__link {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 1100px) {
  .child-menu .child-menu__link:hover {
    opacity: 0.6;
  }
}

/*************************************************************************************
ドロワーメニュー
**************************************************************************************/
#drawer-nav {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: -120%;
  width: 375px;
  height: 100%;
  background: #55AF79;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
}
@media (min-width: 1100px) {
  #drawer-nav {
    display: none;
  }
}
@media (max-width: 1099px) {
  #drawer-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  #drawer-nav {
    width: 100%;
  }
}

#drawer-nav.panelactive {
  right: 0;
}

.drawer-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#drawer-nav ul {
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  padding-bottom: 48px;
}

#drawer-nav .drawer__list {
  list-style: none;
}
#drawer-nav .drawer__list a {
  text-decoration: none;
  padding: 19px 0;
  display: block;
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
#drawer-nav .drawer__tel-fax {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 18px 8px;
  margin-top: 34px;
}
#drawer-nav .drawer__tel-fax a {
  display: block;
  text-align: center;
  color: #55AF79;
  font-family: "Montserrat", serif;
  text-decoration: none;
  font-size: 26px;
}
#drawer-nav .drawer__tel-fax a span {
  font-size: 14px;
  margin-right: 5px;
}

/*************************************************************************************
ハンバーガーボタン
**************************************************************************************/
.hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}
@media (max-width: 1099px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
  height: 3px;
  border-radius: 2px;
  background-color: #55AF79;
  width: 33px;
}

.hamburger span:nth-of-type(1) {
  top: 20px;
}

.hamburger span:nth-of-type(2) {
  top: 28px;
}

.hamburger span:nth-of-type(3) {
  top: 36px;
}

.hamburger.active span:nth-of-type(1) {
  top: 23px;
  left: 14px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 33px;
  background-color: #fff;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 35px;
  left: 14px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 33px;
  background-color: #fff;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
}
@media (min-width: 1100px) {
  #overlay {
    position: static;
  }
}

/* Prevent background scrolling when menu is active */
body.panelactive {
  overflow: hidden;
}
@media (min-width: 1100px) {
  body.panelactive {
    overflow: auto;
  }
}

.footer {
  border-top: 1px solid #D0D0D0;
}

@media (max-width: 1099px) {
  .footer__inner {
    max-width: 800px;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    max-width: 500px;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 120px 0;
}
@media (max-width: 1099px) {
  .footer__wrap {
    padding-top: 80px;
    padding-bottom: 40px;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.footer__logo a {
  display: block;
  width: 200px;
}
@media (max-width: 767px) {
  .footer__logo a {
    width: 153px;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1099px) {
  .footer__nav {
    display: block;
    margin-top: 30px;
  }
}

.footer__nav__block-item {
  position: relative;
}
.footer__nav__block-item::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -15px;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #55AF79;
}

.footer__nav__item a {
  display: block;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (min-width: 1100px) {
  .footer__nav__item a:hover {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #55AF79;
  }
}
@media (max-width: 767px) {
  .footer__nav__item a {
    padding: 5px;
  }
}

.footer__copy {
  display: block;
  margin-bottom: 20px;
}

.page-top a {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 105px;
  height: 50px;
  z-index: 999;
}
@media (max-width: 767px) {
  .page-top a {
    bottom: 20px;
    right: 10px;
    width: 80px;
    height: 40px;
  }
}

.fv {
  max-width: 1440px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 180px;
}
@media (max-width: 1099px) {
  .fv {
    margin-top: 70px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .fv {
    width: 100%;
  }
}

.fv__img {
  display: block;
}
.fv__img img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .fv__img img {
    border-radius: 0;
  }
}

.fv__message {
  position: absolute;
  top: 250px;
  right: 15%;
  max-width: 223px;
  width: 18%;
}
@media (max-width: 1099px) {
  .fv__message {
    top: 2%;
    max-width: 160px;
    width: 18%;
  }
}
@media (max-width: 767px) {
  .fv__message {
    top: 32px;
    right: 5%;
    width: 40%;
  }
}

/*************************************************************************************
ニュース&トピックス
**************************************************************************************/
.news {
  margin-top: 60px;
  width: 90%;
  background-color: #F7F7F7;
  border-radius: 30px 0 0 0;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .news {
    width: 100%;
    margin-top: 34px;
  }
}
.news::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: calc(50% - 600px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 180px;
  background: url(../img/top/news__illust.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .news::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .news::after {
    display: block;
    left: -20px;
    -webkit-transform: none;
            transform: none;
    width: 120px;
    height: 100px;
  }
}

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
  gap: 60px;
}
@media (max-width: 767px) {
  .news__wrap {
    display: block;
    padding-top: 20px;
  }
}

.news__section-title {
  font-size: 14px;
}
.news__section-title span {
  font-family: "Montserrat", serif;
  display: block;
  font-size: 33px;
  color: #55AF79;
}
@media (max-width: 767px) {
  .news__section-title span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news__section-title {
    text-align: center;
    font-size: 12px;
  }
}

.btn a {
  display: block;
  background-color: #ffffff;
  padding: 12px 70px;
  border-radius: 50px;
  border: 1px solid #262626;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow-green.png) no-repeat center/cover;
}
@media (min-width: 1100px) {
  .btn a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #55AF79;
    color: #ffffff;
  }
  .btn a:hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/common/arrow-white.png) no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .btn a {
    padding: 10px 70px;
  }
}

.top-news__btn a {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .top-news__btn a {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__lists {
  max-width: 700px;
  width: 90%;
}
@media (max-width: 1099px) {
  .news__lists {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .news__lists {
    max-width: 650px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

.news__list {
  border-top: 1px dashed #55AF79;
}
.news__list:last-of-type {
  border-bottom: 1px dashed #55AF79;
}
.news__list a {
  display: block;
  padding: 22px 0;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .news__list a {
    padding: 16px 0;
  }
}
.news__list a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(../img/common/arrow-white.png) no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .news__list a::after {
    width: 25px;
    height: 25px;
    right: 0;
  }
}
@media (min-width: 1100px) {
  .news__list a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .news__list a:hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 10px;
  }
}

.news__data {
  color: #9A9A9A;
  font-family: "Montserrat", serif;
  font-size: 12px;
  margin-right: 5px;
}

.news__category {
  font-size: 11px;
  background-color: #55AF79;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 3px;
}

.news__title {
  font-size: 15px;
  width: 85%;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .news__title {
    font-size: 14px;
    width: 90%;
  }
}

/*************************************************************************************
営業時間
**************************************************************************************/
.timetable {
  padding-top: 80px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .timetable {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

.timetable__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 1099px) {
  .timetable__wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .timetable__wrap {
    margin-top: 24px;
  }
}

.timetable__title {
  text-align: center;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.09em;
}
@media (max-width: 767px) {
  .timetable__title {
    font-size: 22px;
  }
}
.timetable__title span {
  font-size: 14px;
  color: #55AF79;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .timetable__title span {
    font-size: 12px;
  }
}

.timetable__table table {
  max-width: 714px !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 10px !important;
  border: 1px solid #D0D0D0 !important;
}
@media (max-width: 1099px) {
  .timetable__table table {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
.timetable__table table tbody tr th {
  border: 1px solid #D0D0D0 !important;
}
.timetable__table table tbody tr .green {
  background-color: #55AF79 !important;
  color: #ffffff;
  padding: 15px 10px !important;
}
.timetable__table table tbody tr .green:first-of-type {
  border-radius: 10px 0 0 0;
}
.timetable__table table tbody tr .green:last-of-type {
  border-radius: 0 10px 0 0;
}
@media (max-width: 767px) {
  .timetable__table table tbody tr .green {
    font-size: 12px;
    padding: 10px 0 !important;
  }
}
.timetable__table table tbody tr .th-hour {
  font-family: "Montserrat", serif;
  font-weight: 500;
  white-space: nowrap;
  padding: 15px 10px !important;
}
@media (max-width: 767px) {
  .timetable__table table tbody tr .th-hour {
    font-size: 13px;
    padding: 10px !important;
  }
}
.timetable__table table tbody tr td {
  border: 1px solid #D0D0D0 !important;
  color: #909090;
  padding: 3px 5px !important;
}
.timetable__table table tbody tr:last-of-type .th-hour {
  border-radius: 0 0 0 10px;
}
.timetable__table table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}

.timetable__map {
  width: 330px;
}
@media (max-width: 1099px) {
  .timetable__map {
    margin-top: 40px;
    max-width: 650px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .timetable__map {
    margin-top: 24px;
  }
}
.timetable__map iframe {
  width: 100%;
  aspect-ratio: 330/352;
  -o-object-fit: cover;
     object-fit: cover;
}

/*************************************************************************************
お問い合わせ
**************************************************************************************/
.cta {
  padding-top: 160px;
  margin-top: -100px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0;
    padding-top: 100px;
    margin-top: -40px;
  }
}

.cta__container {
  background-color: #FFFDF1;
  background-image: radial-gradient(#FAEFAF 2px, transparent 2px);
  background-size: 20px 20px;
  border-radius: 30px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .cta__container {
    padding-bottom: 30px;
  }
}

.cta__title {
  color: #55AF79;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 12px;
  }
}
.cta__title span {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 767px) {
  .cta__title span {
    font-size: 28px;
  }
}

.contact__wrap {
  max-width: 812px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1099px) {
  .contact__wrap {
    display: block;
    max-width: 384px;
  }
}

.contact__item a {
  background-color: #55AF79;
  color: #ffffff;
  border: 1px solid #262626;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  padding: 42px;
  width: 384px;
  text-align: center;
  font-size: 24px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  cursor: default;
}
@media (max-width: 767px) {
  .contact__item a {
    max-width: 384px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
  }
}
.contact__item a span {
  font-size: 17px;
  font-family: "Montserrat", serif;
}
@media (max-width: 1099px) {
  .contact__item:first-of-type {
    margin-bottom: 20px;
  }
}

/*************************************************************************************
各種処方箋を受け付けています
**************************************************************************************/
.prescription-round {
  width: 100vw;
  display: block;
  margin-bottom: -3px;
  position: relative;
}
.prescription-round::before {
  position: absolute;
  content: "";
  top: -240px;
  left: calc(50% - 540px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 118px;
  height: 300px;
  background: url(../img/top/prescription-illust-left.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .prescription-round::before {
    left: calc(50% - 260px);
  }
}
@media (max-width: 767px) {
  .prescription-round::before {
    width: 64px;
    height: 163px;
    top: -120px;
    left: calc(50% - 150px);
  }
}
.prescription-round::after {
  position: absolute;
  content: "";
  top: -240px;
  right: calc(50% - 600px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 295px;
  background: url(../img/top/prescription-illust-right.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .prescription-round::after {
    right: calc(50% - 350px);
  }
}
@media (max-width: 767px) {
  .prescription-round::after {
    width: 55px;
    height: 162px;
    top: -120px;
    right: calc(50% - 200px);
  }
}
.prescription-round img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prescription {
  position: relative;
  background-color: #55AF79;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prescription {
    padding-bottom: 50px;
  }
}
.prescription::before {
  position: absolute;
  content: "";
  top: -115px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../img/top/prescription-round.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .prescription::before {
    top: -78px;
    height: 80px;
    background: url(../img/top/prescription-round-sp.png) no-repeat top center/cover;
  }
}

.prescription__title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .prescription__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .prescription__title {
    padding: 0 15px;
  }
}
.prescription__title::before, .prescription__title::after {
  content: "";
  display: inline-block;
  background: #ffffff;
  width: 2px;
  position: absolute;
  height: 40px;
  bottom: 0;
}
@media (max-width: 767px) {
  .prescription__title::before, .prescription__title::after {
    height: 25px;
  }
}
.prescription__title::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.prescription__title::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.prescription__fax {
  font-family: "Montserrat", serif;
  font-size: 28px;
  text-align: center;
  margin-top: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .prescription__fax {
    font-size: 24px;
    margin-top: 10px;
  }
}

.prescription__bg {
  background-color: #FFFDF1;
  background-image: radial-gradient(#FAEFAF 2px, transparent 2px);
  background-size: 20px 20px;
  border-radius: 30px;
  padding: 35px 43px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .prescription__bg {
    padding: 24px 12px;
    margin-top: 20px;
  }
}

.prescription__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .prescription__wrap {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.prescription__wrap::after {
  position: absolute;
  content: "";
  bottom: -60px;
  right: -100px;
  width: 176px;
  height: 134px;
  background: url(../img/top/cta-illust.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .prescription__wrap::after {
    bottom: -45px;
    width: 120px;
    height: 90px;
    bottom: -55px;
    right: -30px;
  }
}

.prescription__link a {
  background-color: #E3EFE7;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 30px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 184px;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .prescription__link a {
    height: 142px;
    padding: 15px 20px;
  }
}
.prescription__link a span {
  position: absolute;
  bottom: 20px;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .prescription__link a span {
    bottom: 35px;
    left: 50%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prescription__link a span {
    font-size: 14px;
  }
}
.prescription__link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow-green.png) no-repeat center/cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1099px) {
  .prescription__link a span::after {
    width: 16px;
    height: 16px;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.prescription__link a::before {
  position: absolute;
  content: "";
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .prescription__link a::before {
    top: 32%;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1100px) {
  .prescription__link a:hover::before {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 85px;
    height: 85px;
  }
  .prescription__link a:hover span::after {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    right: -45px;
  }
}
.prescription__link:nth-of-type(1) a::before {
  background: url(../img/top/prescription1.png) no-repeat center/cover;
}
.prescription__link:nth-of-type(2) a::before {
  background: url(../img/top/prescription2.png) no-repeat center/cover;
}
.prescription__link:nth-of-type(3) a::before {
  background: url(../img/top/prescription3.png) no-repeat center/cover;
}
.prescription__link:nth-of-type(4) a::before {
  background: url(../img/top/prescription4.png) no-repeat center/cover;
}
.prescription__link:nth-of-type(5) a::before {
  background: url(../img/top/prescription5.png) no-repeat center/cover;
}
.prescription__link:nth-of-type(6) a::before {
  background: url(../img/top/prescription6.png) no-repeat center/cover;
}

/*************************************************************************************
はるか薬局について
**************************************************************************************/
.top-about {
  background-color: #55AF79;
  padding-bottom: 80px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .top-about {
    padding-bottom: 60px;
  }
}

.top-about__title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
}
.top-about__title span {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .top-about__title {
    font-size: 22px;
  }
}

.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .top-about__wrap {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .top-about__wrap {
    display: block;
    max-width: 650px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .top-about__card:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.top-about__card a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #262626;
  min-height: 360px;
}
@media (max-width: 1099px) {
  .top-about__card a {
    padding: 15px 0;
    min-height: 330px;
  }
}
@media (max-width: 767px) {
  .top-about__card a {
    padding-top: 25px;
    border-radius: 40px;
    min-height: 350px;
  }
}
.top-about__card a figure {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1099px) {
  .top-about__card a figure {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .top-about__card a figure {
    width: 88%;
  }
}
.top-about__card a figure img {
  width: 100%;
  aspect-ratio: 298/221;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top-about__card a h3 {
  text-align: center;
  font-size: 18px;
}
.top-about__card a h3 span {
  display: block;
  color: #55AF79;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 1099px) {
  .top-about__card a h3 {
    font-size: 16px;
  }
}
.top-about__card a p {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1100px) {
  .top-about__card a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*************************************************************************************
リクルート
**************************************************************************************/
.top-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-recruit {
    display: block;
    width: 100% !important;
  }
}

.top-recruit__imgs {
  margin-right: calc(50% - 50vw);
  width: 70%;
}
@media (max-width: 1099px) {
  .top-recruit__imgs {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .top-recruit__imgs {
    width: 100%;
  }
}
.top-recruit__imgs img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-recruit__img {
  text-align: center;
  width: 100%;
}
.top-recruit__img img {
  vertical-align: top;
  width: 100%;
  aspect-ratio: 282/290;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-recruit__contents {
  width: 30%;
  margin-right: 20px;
  margin-top: 10vh;
  position: relative;
}
.top-recruit__contents::after {
  position: absolute;
  content: "";
  bottom: 40px;
  left: -100px;
  width: 120px;
  height: 120px;
  background: url(../img/top/top-recruit-illust-under.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .top-recruit__contents::after {
    display: none;
  }
}
@media (max-width: 1099px) {
  .top-recruit__contents {
    width: 45%;
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .top-recruit__contents {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.top-recruit__title {
  font-size: 14px;
  position: relative;
}
.top-recruit__title span {
  font-size: 62px;
  font-family: "Montserrat", serif;
  color: #55AF79;
  display: block;
  line-height: 120%;
}
@media (max-width: 1099px) {
  .top-recruit__title span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .top-recruit__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-recruit__title::after {
  position: absolute;
  content: "";
  top: 0;
  right: -50px;
  width: 114px;
  height: 78px;
  background: url(../img/top/top-recruit__illust.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .top-recruit__title::after {
    width: 81px;
    right: -80px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .top-recruit__title::after {
    top: -40px;
    right: -110px;
  }
}

.recruit__text {
  max-width: 350px;
  margin: 40px 0;
}
@media (max-width: 1099px) {
  .recruit__text {
    margin: 20px 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .top-recruit__btn a {
    margin: 30px auto;
  }
}

/*************************************************************************************
薬剤師募集中
**************************************************************************************/
.recruitment {
  max-width: 1012px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  background-color: #F5F4F2;
  padding: 52px 80px;
  position: relative;
  margin-top: 60px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1099px) {
  .recruitment {
    padding: 60px;
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .recruitment {
    padding: 15px;
    padding-top: 30px;
    margin-top: 30px;
    width: 95%;
  }
}

.recruitment__wrap {
  background-color: #ffffff;
  padding: 40px 0;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .recruitment__wrap {
    padding: 20px;
    padding-bottom: 50px;
  }
}
.recruitment__wrap:before, .recruitment__wrap:after {
  position: absolute;
  content: "";
}
.recruitment__wrap::before {
  width: 90px;
  height: 250px;
  bottom: -40px;
  left: -40px;
  background: url(../img/recruit/recruitment-illust-left.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .recruitment__wrap::before {
    width: 65px;
    height: 180px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .recruitment__wrap::before {
    width: 58px;
    height: 172px;
    bottom: -30px;
    left: -20px;
  }
}
.recruitment__wrap::after {
  width: 86px;
  height: 255px;
  bottom: -40px;
  right: -40px;
  background: url(../img/recruit/recruitment-illust-right.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .recruitment__wrap::after {
    width: 60px;
    height: 180px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .recruitment__wrap::after {
    width: 55px;
    height: 165px;
    bottom: -35px;
    right: -15px;
  }
}
.recruitment__wrap h2 {
  display: block;
  max-width: 576px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 130%;
  color: #55AF79;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .recruitment__wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .recruitment__wrap h2 {
    font-size: 20px;
  }
}
.recruitment__wrap p {
  max-width: 576px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #55AF79;
  border-radius: 28px;
  padding: 20px;
}
@media (max-width: 767px) {
  .recruitment__wrap p {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.recruitment-btn {
  margin-top: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recruitment-btn a {
    padding: 10px 60px;
  }
}

/*************************************************************************************
学生の皆さんへ
**************************************************************************************/
.for-student {
  padding-top: 80px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .for-student {
    padding-bottom: 160px;
  }
}

.for-student__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
@media (max-width: 1099px) {
  .for-student__wrap {
    display: block;
    max-width: 720px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}

.for-student__message {
  width: 288px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  background-color: #ffffff;
  padding-bottom: 120px;
}
@media (max-width: 1099px) {
  .for-student__message {
    padding-bottom: 0;
  }
}
.for-student__message::after {
  position: absolute;
  content: "";
  top: 680px;
  left: -80px;
  width: 210px;
  height: 188px;
  background: url(../img/recruit/for-student-illust.png) no-repeat center/cover;
  z-index: 0;
}
@media (max-width: 1099px) {
  .for-student__message::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .for-student__message::after {
    display: none;
  }
}
@media (max-width: 1099px) {
  .for-student__message {
    position: static;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .for-student__message {
    width: 325px;
  }
}
.for-student__message h2 {
  font-size: 32px;
}
.for-student__message h2 span {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 14px;
  color: #55AF79;
}
@media (max-width: 1099px) {
  .for-student__message h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .for-student__message h2 {
    font-size: 22px;
  }
}
.for-student__message p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .for-student__message p {
    margin-top: 24px;
  }
}

.for-student__contents {
  width: 720px;
}
@media (max-width: 1099px) {
  .for-student__contents {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .for-student__contents {
    max-width: 350px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.for-student__capsule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #262626;
  border-radius: 295px;
  min-height: 340px;
}
.for-student__capsule:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .for-student__capsule:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .for-student__capsule:nth-of-type(2) {
    position: relative;
  }
  .for-student__capsule:nth-of-type(2)::after {
    position: absolute;
    content: "";
    background: url(../img/recruit/for-student-illust.png) no-repeat center/cover;
    width: 120px;
    height: 107px;
    right: 0;
    bottom: -30px;
  }
}
.for-student__capsule:nth-of-type(4) p {
  font-size: 14px;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .for-student__capsule:nth-of-type(4) p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .for-student__capsule {
    display: block;
    border: none;
  }
}

.capsule__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.capsule__reverse .fot-student__label {
  border-radius: 0 295px 295px 0;
  border-left: 1px solid #262626;
}
.capsule__reverse .fot-student__label span {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .capsule__reverse .fot-student__label span {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .capsule__reverse .fot-student__label {
    border-radius: 295px 295px 0 0;
    border-left: none;
    border-bottom: 1px solid #262626;
  }
}
.capsule__reverse .for-student__text {
  border-radius: 295px 0 0 295px;
}
@media (max-width: 767px) {
  .capsule__reverse .for-student__text {
    border-radius: 0 0 295px 295px;
  }
}

.fot-student__label {
  width: 302px;
  background-color: #55AF79;
  color: #ffffff;
  border-radius: 295px 0 0 295px;
  padding: 55px;
  border-right: 1px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fot-student__label {
    width: 100%;
    border-radius: 295px 295px 0 0;
    border: 1px solid #262626;
    font-size: 18px;
    padding: 40px;
  }
}
.fot-student__label span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  line-height: 180%;
  position: relative;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .fot-student__label span {
    margin: 0;
  }
}
.fot-student__label span::before {
  position: absolute;
  content: "";
  top: -20px;
  right: -20px;
  width: 18px;
  height: 12px;
  background: url(../img/recruit/capsule-label__start.png) no-repeat center/cover;
}
.fot-student__label span::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -20px;
  width: 18px;
  height: 12px;
  background: url(../img/recruit/capsule-label__end.png) no-repeat center/cover;
}

.for-student__text {
  width: calc(100% - 302px);
  background-color: #FFFDF1;
  padding: 68px 52px;
  border-radius: 0 295px 295px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 180%;
  font-size: 15px;
}
@media (max-width: 767px) {
  .for-student__text {
    width: 100%;
    border-radius: 0 0 295px 295px;
    padding: 0;
    padding-top: 17px;
    border: 1px solid #262626;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .for-student__text span {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    font-size: 14px;
  }
}

/*************************************************************************************
はるか薬局の薬剤師研修
**************************************************************************************/
.pharmacist-training {
  background-color: #55AF79;
  width: 90%;
  border-radius: 100px 0 0 0;
  margin-left: auto;
  position: relative;
  padding-bottom: 180px;
}
@media (max-width: 1099px) {
  .pharmacist-training {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .pharmacist-training {
    width: 100%;
    padding-bottom: 154px;
  }
}

.pharmacist-training__title {
  background: url(../img/recruit/pharmacist-title-bg.png) no-repeat center/cover;
  border-radius: 20px;
  padding: 40px 80px;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
@media (max-width: 1099px) {
  .pharmacist-training__title {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .pharmacist-training__title {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 20px;
    background: url(../img/recruit/pharmacist-title-bg-sp.jpg) no-repeat center/cover;
    border-radius: 0;
  }
}
.pharmacist-training__title p {
  width: 520px;
  margin-top: 30px;
}
@media (max-width: 1099px) {
  .pharmacist-training__title p {
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pharmacist-training__title p {
    margin-top: 0;
    width: 83%;
  }
}

.pharmacist-training__title__title span {
  font-size: 14px;
  color: #55AF79;
  font-family: "Montserrat", serif;
  display: block;
}
@media (max-width: 767px) {
  .pharmacist-training__title__title {
    padding-top: 40px;
    font-size: 22px;
  }
}

.pharmacist-training__list {
  padding-top: 300px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.pharmacist-training__list::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -150px;
  width: 218px;
  height: 162px;
  background: url(../img/recruit/pharmacist-illust.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .pharmacist-training__list::after {
    width: 150px;
    height: 110px;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .pharmacist-training__list::after {
    width: 100px;
    height: 75px;
    right: -20px;
  }
}
@media (max-width: 1099px) {
  .pharmacist-training__list {
    width: 80%;
    padding-top: 220px;
  }
}
@media (max-width: 767px) {
  .pharmacist-training__list {
    padding-top: 30px;
    width: 90%;
  }
}

.pharmacist-training__box {
  background-color: #ffffff;
  border: 1px solid #262626;
  border-radius: 20px;
  padding: 20px 48px;
}
.pharmacist-training__box:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pharmacist-training__box {
    padding: 20px;
  }
}
.pharmacist-training__box span {
  font-size: 14px;
  color: #55AF79;
  font-family: "Montserrat", serif;
}
.pharmacist-training__box h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pharmacist-training__box h3 {
    font-size: 20px;
  }
}
.pharmacist-training__box ul {
  list-style: disc;
  list-style-position: inside;
  color: #55AF79;
}
.pharmacist-training__box ul li {
  border-bottom: 1px dashed #D0D0D0;
  padding: 8px 0;
  text-indent: -1em;
  padding-left: 1em;
}
.pharmacist-training__box ul li span {
  color: #262626;
  font-family: "Zen Maru Gothic", serif;
}

.pharmacist-training__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 55vw);
  margin-top: 40px;
  gap: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pharmacist-training__imgs {
    margin-top: 54px;
  }
}
.pharmacist-training__imgs img:not(:last-of-type) {
  width: 28%;
  aspect-ratio: 300 / 200;
  object-fit: cover;
}
@media (max-width: 767px) {
  .pharmacist-training__imgs img:not(:last-of-type) {
    width: 50%;
  }
}
.pharmacist-training__imgs img:last-of-type {
  width: 17%;
}
@media (max-width: 767px) {
  .pharmacist-training__imgs img:last-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .pharmacist-training__imgs img:first-of-type {
    display: none;
  }
}

/*************************************************************************************
募集要項
**************************************************************************************/
.recruitments-detail {
  background-color: #F7F7F7;
  padding: 60px 0;
  border-radius: 0 100px 0 0;
  margin-top: -100px;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .recruitments-detail {
    padding: 40px 0;
  }
}

.recruit-detail__wrap {
  max-width: 900px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .recruit-detail__wrap {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .recruit-detail__wrap {
    width: 92%;
  }
}

.recruit-detail__title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 1099px) {
  .recruit-detail__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .recruit-detail__title {
    font-size: 20px;
    text-align: left;
  }
}
.recruit-detail__title span {
  font-size: 14px;
  color: #55AF79;
}

.recruit-detail__table {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .recruit-detail__table {
    margin-top: 24px;
  }
}
.recruit-detail__table table {
  max-width: 100% !important;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #D0D0D0 !important;
}
.recruit-detail__table table tbody tr th {
  background-color: #E4F3E9 !important;
  border: 1px solid #D0D0D0 !important;
  font-weight: 500;
}
.recruit-detail__table table tbody tr td {
  border: 1px solid #D0D0D0 !important;
  padding: 18px !important;
}

.recruit-detail__attention {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .recruit-detail__attention {
    font-size: 14px;
  }
}

/*************************************************************************************
薬局宣言
**************************************************************************************/
.declaration {
  max-width: 900px;
  width: 98%;
  margin-right: auto !important;
  margin-left: auto !important;
  background-color: #FFFDF1;
  border-radius: 20px;
  border: 10px solid #FFFADA;
  padding: 30px;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .declaration {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .declaration {
    width: 92%;
  }
}
.declaration h2 {
  font-size: 28px;
  background: url(../img/about/declaration-title-bg.png) no-repeat center/cover;
  width: 262px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .declaration h2 {
    font-size: 20px;
    width: 175px;
    height: 38px;
  }
}

.declaration__lists {
  list-style: disc;
  max-width: 720px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
.declaration__lists li {
  font-size: 18px;
  font-weight: 500;
  line-height: 220%;
}
@media (max-width: 767px) {
  .declaration__lists li {
    font-size: 14px;
  }
}
.declaration__lists li::marker {
  color: #55AF79;
}
.declaration__lists li span {
  color: #55AF79;
}

/*************************************************************************************
10年ビジョン
**************************************************************************************/
.vision {
  position: relative;
  margin-top: 160px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .vision {
    margin-top: 120px;
  }
}
.vision::before {
  position: absolute;
  content: "";
  top: -118px;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../img/top/prescription-round.png) no-repeat top center/cover;
}
@media (max-width: 767px) {
  .vision::before {
    background: url(../img/top/prescription-round-sp.png) no-repeat top center/cover;
    top: -78px;
    height: 80px;
  }
}
.vision .vision__wrap {
  padding-bottom: 100px;
  position: relative;
}
.vision .vision__wrap::before {
  position: absolute;
  content: "";
  top: -350px;
  left: calc(50% - 500px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 118px;
  height: 300px;
  background: url(../img/top/prescription-illust-left.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .vision .vision__wrap::before {
    top: -200px;
    left: calc(50% - 150px);
    width: 64px;
    height: 163px;
  }
}
@media (max-width: 767px) {
  .vision .vision__wrap::before {
    top: -120px;
    left: calc(50% - 150px);
  }
}
.vision .vision__wrap::after {
  position: absolute;
  content: "";
  top: -350px;
  right: calc(50% - 595px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 295px;
  background: url(../img/top/prescription-illust-right.png) no-repeat center/cover;
}
@media (max-width: 1099px) {
  .vision .vision__wrap::after {
    top: -200px;
    right: calc(50% - 200px);
    width: 55px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  .vision .vision__wrap::after {
    top: -120px;
    right: calc(50% - 200px);
  }
}
.vision .vision__wrap h2 {
  font-size: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .vision .vision__wrap h2 {
    font-size: 20px;
  }
}
.vision .vision__wrap figure {
  max-width: 864px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 36px;
}
@media (max-width: 1099px) {
  .vision .vision__wrap figure {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .vision .vision__wrap figure {
    width: 92%;
  }
}
.vision .vision__wrap figure img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.vision__contents {
  max-width: 908px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  margin-top: 80px;
}
@media (max-width: 1099px) {
  .vision__contents {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .vision__contents {
    width: 92%;
  }
}
.vision__contents h2 {
  text-align: center;
  font-size: 28px;
}
@media (max-width: 767px) {
  .vision__contents h2 {
    font-size: 20px;
  }
}
.vision__contents p {
  margin-top: 20px;
}

#about-disclosure {
  padding-top: 280px;
  margin-top: -230px !important;
  margin: 0;
  background-color: #F7F7F7;
}

.disclosure-info {
  padding-bottom: 40px;
  background-color: #F7F7F7;
}
.disclosure-info h2 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure-info h2 {
    font-size: 20px;
  }
}
.disclosure-info .disclosure-info__wrap {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 767px) {
  .disclosure-info .disclosure-info__wrap {
    padding: 40px 30px;
  }
}
.disclosure-info .disclosure-info__wrap ul {
  max-width: 808px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 44px;
}
@media (max-width: 767px) {
  .disclosure-info .disclosure-info__wrap ul {
    display: block;
    width: 100%;
  }
}
.disclosure-info .disclosure-info__wrap ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #262626;
  padding: 15px 25px 5px 40px;
  position: relative;
}
.disclosure-info .disclosure-info__wrap ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/about/pdf-icon.png) no-repeat center/cover;
}
.disclosure-info .disclosure-info__wrap ul li a::after {
  position: absolute;
  content: "";
  top: 55%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/about/disclosure-link-icon.png) no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .disclosure-info .disclosure-info__wrap ul li a:hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
}

.pagination {
  margin-top: 30px;
}
.pagination .pages, .pagination .extend, .pagination .first, .pagination .last {
  display: none;
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .wp-pagenavi .page {
  color: #55AF79;
  background-color: #ffffff;
  border: 1px solid #55AF79;
  width: 40px;
  border-radius: 30px;
  padding: 9px 15px;
  font-family: "Montserrat", serif;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 400;
  margin: 5px;
}
.pagination .wp-pagenavi .page:hover {
  background-color: #55AF79;
  color: #ffffff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pagination .wp-pagenavi .current {
  background-color: #55AF79;
  color: #ffffff;
  border: 1px solid #55AF79;
  border-radius: 30px;
  padding: 9px 17px;
  font-family: "Montserrat", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pagination .wp-pagenavi .current {
    padding: 9px 16px;
  }
}
.pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
  color: #55AF79;
  border: 1px solid #55AF79;
  padding: 9px 16px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .pagination .wp-pagenavi .nextpostslink, .pagination .wp-pagenavi .previouspostslink {
    padding: 9px 15px;
  }
}

.disclosure-info__post {
  margin-top: 230px;
  max-width: 1100px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .disclosure-info__post {
    margin-top: 70px;
  }
}
.disclosure-info__post h1 {
  text-align: center;
  padding-bottom: 20px;
}

/*************************************************************************************
理念
**************************************************************************************/
.philosophy {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .philosophy {
    margin-top: 30px;
  }
}
.philosophy h2 {
  text-align: center;
}

.philosophy__wrap {
  background-color: #FFFDF1;
  background-image: radial-gradient(#FAEFAF 2px, transparent 2px);
  background-size: 20px 20px;
  border: 1px solid #262626;
  border-radius: 30px;
  padding: 35px 65px;
  padding-top: 45px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .philosophy__wrap {
    padding: 30px;
    padding-right: 18px;
    margin-top: 20px;
  }
}
.philosophy__wrap h3 {
  color: #55AF79;
  font-size: 20px;
}
@media (max-width: 767px) {
  .philosophy__wrap h3 {
    text-align: center;
  }
}
.philosophy__wrap ul li {
  padding: 10px 0;
  font-weight: 500;
  text-indent: -2em;
  padding-left: 1em;
}

/*************************************************************************************
社長あいさつ
**************************************************************************************/
.greetings {
  max-width: 1100px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media (max-width: 1099px) {
  .greetings {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .greetings {
    width: 92%;
    margin-bottom: 20px;
  }
}
.greetings .wp-block-columns {
  margin-top: 30px;
}

.greetings__img {
  max-width: 453px;
  width: 31%;
}
@media (max-width: 1099px) {
  .greetings__img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .greetings__img {
    max-width: 650px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.greetings__img figure {
  width: 100%;
}
.greetings__img figure img {
  width: 100%;
  aspect-ratio: 453/607;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.greetings__img .name {
  font-size: 15px;
  color: #262626 !important;
}
.greetings__img .name:first-of-type {
  margin-top: 20px;
}
.greetings__img .name:last-of-type {
  margin-top: 10px;
}
.greetings__img .name code {
  font-size: 20px;
  margin-left: 10px;
  font-family: "Zen Maru Gothic", serif;
}

.greetings__img h3{
	margin-top: 15px;
}

.greetings__img p {
  color: #8C8C8C;
  margin-top: 5px !important;
}

@media (max-width: 781px) {
  .greetings__wrap {
    display: block !important;
    gap: 0;
    max-width: 650px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .greetings__right {
    margin-top: 0 !important;
  }
  .greetings__contents {
    margin-top: 0 !important;
  }
}
.greetings__right {
  margin-right: calc(50% - 50vw) !important;
  margin-left: -200px !important;
  margin-top: 100px !important;
  border-radius: 0 0 0 90px;
  z-index: -1;
}
@media (max-width: 767px) {
  .greetings__right {
    margin-top: 30px !important;
  }
}

.greetings__contents {
  max-width: 800px;
  width: 98%;
  padding: 0 20px;
  padding-left: 200px;
  margin-top: -60px !important;
}
@media (max-width: 767px) {
  .greetings__contents {
    margin-top: 0 !important;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
  }
}
.greetings__contents h3 {
  font-size: 30px;
  color: #55AF79;
  margin-bottom: 60px;
}
@media (max-width: 1099px) {
  .greetings__contents h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .greetings__contents h3 {
    font-size: 20px;
  }
}
.greetings__contents p {
  margin: 30px 0;
}

/*************************************************************************************
会社概要
**************************************************************************************/
.profile {
  max-width: 909px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .profile {
    width: 95%;
  }
}
@media (max-width: 1099px) and (max-width: 767px) {
  .profile {
    width: 92%;
  }
}
.profile h2 {
  text-align: center;
}

.profile__table {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .profile__table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.profile__table table {
  max-width: 100% !important;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #D0D0D0 !important;
}
.profile__table table tbody tr th {
  background-color: #E4F3E9 !important;
  border: 1px solid #D0D0D0 !important;
  font-weight: 500;
  width: 30%;
}
@media (max-width: 767px) {
  .profile__table table tbody tr th {
    width: 30% !important;
    font-size: 15px;
  }
}
.profile__table table tbody tr td {
  border: 1px solid #D0D0D0 !important;
  padding: 18px !important;
}
@media (max-width: 767px) {
  .profile__table table tbody tr td {
    padding: 10px !important;
    font-size: 15px;
  }
}

.history {
  margin-bottom: 0;
  position: relative;
}
.history::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/common/under-sectiontitle__wave.png) no-repeat center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.history h2 {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .history h2 {
    margin-top: 60px;
  }
}

.history__table {
  margin-top: 40px;
  max-width: 909px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 150px;
}
@media (max-width: 1099px) {
  .history__table {
    width: 95%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .history__table {
    width: 92%;
    margin-bottom: 80px;
  }
}
.history__table table {
  max-width: 100% !important;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 1px solid #D0D0D0 !important;
}
.history__table table tbody tr th {
  background-color: #E4F3E9 !important;
  border: 1px solid #D0D0D0 !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  .history__table table tbody tr th {
    width: 30% !important;
    font-size: 15px;
  }
}
.history__table table tbody tr td {
  border: 1px solid #D0D0D0 !important;
  padding: 18px !important;
}
@media (max-width: 767px) {
  .history__table table tbody tr td {
    padding: 10px !important;
    font-size: 15px;
  }
}

.haruka {
  max-width: 908px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
  border-radius: 20px;
  position: relative;
  margin-top: 100px;
  padding: 52px;
}
@media (max-width: 1099px) {
  .haruka {
    width: 95%;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .haruka {
    width: 92%;
    padding: 52px 15px;
    margin-top: 40px;
  }
}
.haruka h2 {
  font-size: 24px;
  color: #ffffff;
  background-color: #55AF79;
  padding: 5px 15px;
  border-radius: 30px;
  display: block;
  width: 200px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .haruka h2 {
    font-size: 18px;
  }
}
.haruka ul {
  max-width: 717px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .haruka ul {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .haruka ul {
    width: 92%;
  }
}
.haruka ul li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
  position: relative;
}
.haruka ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/about/disclosure-link-icon.png) no-repeat center/cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .haruka ul li a:hover::after {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*************************************************************************************
はるか通信(PDF)
**************************************************************************************/
.haruka-pdf {
  background-color: #E4F3E9;
}
.haruka-pdf ul li a::before {
  position: absolute;
  content: "";
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/about/pdf-icon.png) no-repeat center/cover;
}

/*************************************************************************************
動画
**************************************************************************************/
.haruka-movie {
  background-color: #F7F7F7;
}
.haruka-movie ul li a::before {
  position: absolute;
  content: "";
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url(../img/haruka/movie-icon.png) no-repeat center/cover;
}

/*************************************************************************************
アクセス
**************************************************************************************/
.access {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .access {
    padding-top: 40px;
  }
}
.access h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .access h2 {
    font-size: 20px;
  }
}
.access h3 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .access h3 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .access h3 img {
    width: 150px !important;
  }
}

.access__map {
  margin-top: 20px;
}
.access__map iframe {
  border-radius: 20px;
}

.bus {
  margin-top: 80px;
  padding: 60px 0;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .bus {
    padding: 40px 0;
  }
}
.bus::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background: url(../img/access/bus-icon.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .bus::before {
    width: 60px;
    height: 60px;
  }
}
.bus h3 {
  margin-top: 0;
}
.bus p {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bus p {
    margin-top: 20px;
    padding: 0 20px;
  }
}

/*************************************************************************************
関連リンク
**************************************************************************************/
.link {
  margin-top: 60px;
}
.link h2 {
  text-align: center;
}

.link__container {
  background-color: #FFFDF1;
  background-image: radial-gradient(#FAEFAF 2px, transparent 2px);
  background-size: 20px 20px;
  border-radius: 30px;
  padding: 70px 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .link__container {
    padding: 40px 0;
  }
}

.link__wrap {
  max-width: 1100px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .link__wrap {
    width: 95%;
    gap: 10px !important;
  }
}
@media (max-width: 767px) {
  .link__wrap {
    max-width: 400px;
    width: 92%;
    gap: 20px;
  }
}

@media (max-width: 781px) {
  .link__wrap {
    max-width: 400px;
    width: 92%;
  }
}
.link__link p a {
  display: block;
  width: 100 .link__link p a;
  padding: 45px 0;
  background-color: #E3EFE7;
  border-radius: 20px;
  border: 1px solid #262626;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
.link__link p a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow-green.png) no-repeat center/cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .link__link p a:hover::after {
    right: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media (max-width: 1099px) {
  .link__link p a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .link__link p a {
    font-size: 16px;
  }
}

/*************************************************************************************
プライバシーポリシー
**************************************************************************************/
.privacy-policy {
  max-width: 818px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 1099px) {
  .privacy-policy {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .privacy-policy {
    width: 92%;
  }
}
.privacy-policy .privacy-policy__block {
  margin-top: 40px;
}
.privacy-policy .privacy-policy__block h2 {
  font-size: 18px;
}
.privacy-policy .privacy-policy__block p {
  margin-top: 10px;
}

.contact__block {
  max-width: 908px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  position: relative;
  margin-top: 100px;
  padding: 45px;
  border: 1px solid #262626;
  border-radius: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1099px) {
  .contact__block {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .contact__block {
    width: 92%;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 32px 15px;
  }
}
.contact__block h2 {
  font-size: 24px;
  color: #ffffff;
  background-color: #55AF79;
  padding: 5px 15px;
  border-radius: 30px;
  display: block;
  width: 480px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .contact__block h2 {
    font-size: 18px;
    width: 300px;
  }
}

/*************************************************************************************
お電話・FAXでのお問い合わせ
**************************************************************************************/
.contact__tel {
  background-color: #FFFDF1;
  background-image: radial-gradient(#FAEFAF 2px, transparent 2px);
  background-size: 20px 20px;
}
.contact__tel .contact__telfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}
@media (max-width: 767px) {
  .contact__tel .contact__telfax {
    display: block;
    max-width: 230px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
.contact__tel .contact__telfax dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", serif;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 500;
}
.contact__tel .contact__telfax dl dt {
  margin: 0;
}
.contact__tel .contact__telfax dl dd {
  margin: 0;
  font-size: 34px;
}
@media (max-width: 767px) {
  .contact__tel .contact__telfax dl dd {
    font-size: 28px;
  }
}

/*************************************************************************************
メールでのお問い合わせ
**************************************************************************************/
.contact__mail {
  background-color: #F7F7F7;
}
.contact__mail .mail-form {
  max-width: 718px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}
@media (max-width: 1099px) {
  .contact__mail .mail-form {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .contact__mail .mail-form {
    width: 92%;
  }
}
.contact__mail .mail-form .input-check .smf-checkboxes-control__control {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 767px) {
  .contact__mail .mail-form .input-check .smf-checkboxes-control__control {
    display: block;
  }
}
.contact__mail .mail-form .smf-checkboxes-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}
.contact__mail .mail-form .smf-checkboxes-control__control .smf-checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact__mail .mail-form .smf-checkboxes-control__control .smf-checkbox-control {
    font-size: 15px;
  }
}
.contact__mail .mail-form .smf-checkboxes-control__control .smf-checkbox-control input {
  padding: 12px;
  border: 1px solid lightgray;
}
.contact__mail .mail-form .smf-checkboxes-control__control .smf-checkbox-control input:checked {
  background-color: #ffffff;
}
.contact__mail .mail-form .smf-checkboxes-control__control .smf-checkbox-control input::before {
  border-color: #55AF79;
  height: 20px;
  width: 10px;
  top: calc(50% - 12px);
  border-width: 0 3px 3px 0;
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item {
  padding: 5px 0;
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label {
  padding-bottom: 5px;
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text {
    display: block;
    font-size: 15px;
  }
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text strong {
  background-color: #55AF79;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  padding: 1px 10px 2px 10px;
  margin: 0 8px;
  font-weight: 400;
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text code {
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact__mail .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text code {
    display: block;
    font-size: 12px;
  }
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item input, .contact__mail .mail-form .wp-block-snow-monkey-forms-item textarea {
  border: none;
  padding: 15px;
}
.contact__mail .mail-form .wp-block-snow-monkey-forms-item textarea {
  resize: none;
  min-height: 268px;
}
.contact__mail .smf-button-control {
  display: block;
  width: 220px;
  margin-right: auto !important;
  margin-left: auto !important;
  border-radius: 30px !important;
  margin-top: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .contact__mail .smf-button-control {
    margin-top: 20px;
  }
}
.contact__mail .smf-button-control::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/common/arrow-green.png) no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .contact__mail .smf-button-control:hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 15px;
    background: url(../img/common/arrow-white.png) no-repeat center/cover;
  }
}
.contact__mail .smf-button-control button {
  width: 220px;
  margin-right: auto !important;
  margin-left: auto !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff !important;
  border-radius: 30px !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  border: 1px solid #262626;
  white-space: nowrap;
  font-size: 16px;
  padding: 15px 60px;
  padding-left: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1100px) {
  .contact__mail .smf-button-control button:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #55AF79 !important;
    color: #ffffff;
  }
}
.contact__mail [data-screen=confirm] .mail-form {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contact__mail [data-screen=confirm] .mail-form {
    width: 100%;
  }
}
.contact__mail [data-screen=confirm] .mail-form .wp-block-snow-monkey-forms-item {
  padding: 15px 0;
}
.contact__mail [data-screen=confirm] .mail-form .wp-block-snow-monkey-forms-item .input-check {
  display: none;
}
.contact__mail [data-screen=confirm] .mail-form .wp-block-snow-monkey-forms-item .smf-item__label {
  padding-bottom: 5px;
}
.contact__mail [data-screen=confirm] .mail-form .wp-block-snow-monkey-forms-item .smf-item__label .smf-item__label__text code {
  display: none;
}
.contact__mail [data-screen=confirm] .mail-form .privacy-check {
  display: none;
}
.contact__mail [data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.contact__mail [data-screen=confirm] .smf-action::before {
  position: absolute;
  content: "上記の内容でよろしければ、送信ボタンを押してください";
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__mail [data-screen=confirm] .smf-action {
    display: block;
  }
}
.contact__mail [data-screen=confirm] .smf-action .smf-button-control {
  margin-top: 20px;
}
.contact__mail [data-screen=confirm] .smf-action .smf-button-control:first-of-type button {
  background: gray !important;
  color: #ffffff;
}

.contact-thanks__title {
  font-size: 20px;
}

.contact-thanks__text {
  max-width: 420px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-thanks__text {
    margin-top: 30px;
  }
}

/*************************************************************************************
投稿一覧ページ
**************************************************************************************/
.main {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1099px) {
  .main {
    width: 95%;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .main {
    width: 92%;
    display: block;
    max-width: 600px;
  }
}

.archive {
  width: calc(100% - 236px);
}
@media (max-width: 767px) {
  .archive {
    width: 100%;
  }
}

.archive__article a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  border-bottom: 1px dashed #55AF79;
  position: relative;
}
.archive__article a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow-white.png) no-repeat center/cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1100px) {
  .archive__article a:hover::after {
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.archive__article a data {
  font-size: 12px;
  color: #9A9A9A;
}
.archive__article a h2 {
  font-size: 15px;
  width: 90%;
}

.sidebar {
  max-width: 236px;
  width: 100%;
}
@media (max-width: 767px) {
  .sidebar {
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}

.sidebar__archive {
  width: 100%;
}
.sidebar__archive h2 {
  background-color: #55AF79;
  color: #ffffff;
  padding: 17px 0;
  border: 1px solid #55AF79;
  border-radius: 20px 20px 0 0;
  font-size: 18px;
  text-align: center;
}

.archive__archive {
  border: 1px solid #D0D0D0;
  border-radius: 0 0 20px 20px;
}
.archive__archive ul {
  width: 184px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .archive__archive ul {
    width: 75%;
  }
}
.archive__archive ul li a {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #d0d0d0;
  text-decoration: none;
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}
.archive__archive ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../img/post/archive-icon.png) no-repeat center/cover;
}

/*************************************************************************************
記事詳細ページ
**************************************************************************************/
.article__title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #D0D0D0;
}
.article__title h1 {
  font-size: 26px;
  line-height: 130%;
}
@media (max-width: 767px) {
  .article__title h1 {
    font-size: 18px;
  }
}
.article__title data {
  font-size: 12px;
  color: #9A9A9A;
  font-family: "Montserrat", serif;
}

.article__content {
  padding-top: 10px;
  padding-bottom: 40px;
}
.article__content p {
  padding: 10px 0;
}
.article__content figure {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}
.article__content figure img {
  width: 100%;
}

/*ページ送り*/
.single-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .single-pagination {
    padding-bottom: 60px;
    gap: 7px;
  }
}

.prev-link a, .arichive-link a, .next-link a {
  text-decoration: none;
  color: #55AF79;
}
@media (max-width: 767px) {
  .prev-link a, .arichive-link a, .next-link a {
    font-size: 14px;
  }
}

.arichive-link a {
  padding: 6px 20px;
  border: 2px solid #55AF79;
}
@media (max-width: 767px) {
  .arichive-link a {
    padding: 6px 10px;
  }
}

.prev-link a {
  padding: 6px 20px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1099px) {
  .prev-link a {
    padding: 6px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .prev-link a {
    padding-left: 20px;
  }
}
.prev-link a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../img/post/arrow-icon.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .prev-link a::before {
    width: 15px;
    height: 15px;
  }
}

.next-link a {
  padding: 6px 20px;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 1099px) {
  .next-link a {
    padding: 6px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .next-link a {
    padding-right: 20px;
  }
}
.next-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 22px;
  height: 22px;
  background: url(../img/post/archive-icon.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .next-link a::after {
    width: 15px;
    height: 15px;
  }
}

/* 記事がない時はリンクごと非表示 */
.single-pagination .prev-link:empty {
  display: none;
}