@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*==============================
	基本設定
==============================*/
html, body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 60.0%;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 58.0%;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 55.0%;
  }
}

body {
  font-size: 1.6em !important;
  font-weight: 300;
  color: #111;
  text-underline-position: under;
  padding-top: 85px;
  /*ナビ固定用*/
}
@media screen and (max-width: 1055px) {
  body {
    padding: 0;
  }
}

a {
  color: #359864;
}
a:hover {
  text-decoration: none;
  color: #359864;
}
a img:hover {
  opacity: 0.7;
}

/*レスポンシブ改行*/
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}
/*ページトップへ戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pageTop i {
  padding-top: 6px;
  font-size: 18px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 9px 0 0 0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*==============================
	ヘッダー
==============================*/
#header {
  position: fixed;
  display: block;
  height: 85px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 1055px) {
  #header {
    position: static;
    height: auto;
  }
}
#header #h_nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1055px) {
  #header #h_nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 1055px) {
  #header #h_logo {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    height: 40px;
  }
}
@media screen and (max-width: 660px) {
  #header #h_logo {
    height: 32px;
  }
}
@media screen and (max-width: 1055px) {
  #header #h_logo img {
    max-width: 170px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 660px) {
  #header #h_logo img {
    width: 140px;
  }
}
#header #h_l {
  display: block;
  margin: 0 15px;
}
#header h1 {
  font-size: 0.6rem !important;
  font-weight: 300;
  margin: 5px 0 10px;
  color: #8d8d8d;
}
@media screen and (max-width: 1055px) {
  #header h1 {
    display: none;
  }
}
#header #btn_nav, #header #btn_nav ul {
  display: flex;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1055px) {
  #header #btn_nav, #header #btn_nav ul {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav, #header #btn_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#header #btn_nav ul {
  margin-bottom: 0;
}
#header #btn_nav ul li {
  margin-right: 1px;
}
#header #btn_nav ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1055px) {
  #header #btn_nav ul li {
    width: 16%;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li {
    width: 19.83%;
    margin-right: 0.2%;
    margin-bottom: 0.2%;
  }
  #header #btn_nav ul li:nth-child(5) {
    margin-right: 0;
  }
  #header #btn_nav ul li:nth-child(6) {
    width: 45%;
    margin-right: 0.2%;
  }
  #header #btn_nav ul li:nth-child(7) {
    width: 54.6%;
  }
  #header #btn_nav ul li:nth-child(6), #header #btn_nav ul li:nth-child(7) {
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1055px) {
  #header #btn_nav ul li.n_contact {
    width: 25%;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li.n_contact {
    flex: auto;
  }
}
#header #btn_nav ul li a {
  display: block;
  width: 98px;
  height: 85px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1056px) {
  #header #btn_nav ul li .nav_h50 a {
  width: 140px;
 }
}
@media screen and (max-width: 1055px) {
  #header #btn_nav ul li a {
    width: 100%;
    font-size: 13px;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li a {
    height: 75px;
    font-size: 12px;
  }
}
@media screen and (max-width: 365px) {
  #header #btn_nav ul li a {
    font-size: 11px;
  }
}
#header #btn_nav ul li .nav_h50 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li .nav_h50 {
    flex-direction: row;
    display: inline-flex;
    width: 49.8%;
    margin-right: 0.4%;
  }
}
#header #btn_nav ul li .nav_h50 a {
  height: 42px;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li .nav_h50 a {
    height: 32px;
  }
}
#header #btn_nav ul li .nav_h50:first-child {
  margin-bottom: 1px;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li .nav_h50:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul li .nav_h50:last-child {
    margin-right: 0;
  }
}
#header #btn_nav ul .n_boxA {
  padding-top: 51px;
  transition: all .2s ease;
}
#header #btn_nav ul .n_boxA.n_home {
  background: url("../images/common/ico_home.png") no-repeat center 18px #359864;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxA.n_home {
    background: url("../images/common/ico_home.png") no-repeat center 16px #359864;
  }
}
#header #btn_nav ul .n_boxA.n_intro {
  background: url("../images/common/ico_introduction.png") no-repeat center 18px #359864;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxA.n_intro {
    background: url("../images/common/ico_introduction.png") no-repeat center 16px #359864;
  }
}
#header #btn_nav ul .n_boxA.n_guidance {
  background: url("../images/common/ico_guidance.png") no-repeat center 18px #359864;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxA.n_guidance {
    background: url("../images/common/ico_guidance.png") no-repeat center 17px #359864;
  }
}
#header #btn_nav ul .n_boxA.n_depart {
  background: url("../images/common/ico_departments.png") no-repeat center 19px #359864;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxA.n_depart {
    background: url("../images/common/ico_departments.png") no-repeat center 19px #359864;
  }
}
#header #btn_nav ul .n_boxA.n_access {
  background: url("../images/common/ico_access.png") no-repeat center 17px #359864;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxA.n_access {
    background: url("../images/common/ico_access.png") no-repeat center 16px #359864;
  }
}
#header #btn_nav ul .n_boxA:hover {
  background-color: #24774b;
}
#header #btn_nav ul .n_boxB {
  padding-left: 22px;
  padding-top: 11px;
  transition: all .2s ease;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxB {
    padding-left: 0px;
    padding-top: 8px;
  }
}
#header #btn_nav ul .n_boxB.n_news {
  background: url("../images/common/ico_news.png") no-repeat 12px center #32B06D;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxB.n_news {
    background-color: #32B06D;
    background-image: none;
  }
}
#header #btn_nav ul .n_boxB.n_rec {
  background: url("../images/common/ico_event.png") no-repeat 12px center #32B06D;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxB.n_rec {
    background-color: #32B06D;
    background-image: none;
  }
}
#header #btn_nav ul .n_boxD.n_recruit {
  background: url("../images/common/ico_recruitment.png") no-repeat 12px center #03a996;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxD.n_recruit {
    background-color: #03a996;
    background-image: none;
  }
}
#header #btn_nav ul .n_boxB:hover {
  background-color: #24774b;
}
#header #btn_nav ul .n_boxC {
  background-color: #ef7198;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
#header #btn_nav ul .n_boxD {
  background-color: #468845;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
#header #btn_nav ul .n_boxC a {
  display: block;
  width: 130px;
  padding-left: 8px;
  padding-top: 11px;
  transition: all .2s ease;
}
#header #btn_nav ul .n_boxD a {
  display: block;
  width: 130px;
  padding-left: 22px;
  padding-top: 11px;
  transition: all .2s ease;
}
#header #btn_nav ul .n_boxC a:hover {
  opacity: .8;
}
#header #btn_nav ul .n_boxD a:hover {
  opacity: .8;
}
@media screen and (max-width: 1055px) {
  #header #btn_nav ul .n_boxC a {
    width: 100%;
  }
  #header #btn_nav ul .n_boxD a {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxC a {
    height: 32px;
    padding: 5px 0 0;
  }
  #header #btn_nav ul .n_boxD a {
    height: 32px;
    padding: 8px 0 0;
  }
}
#header #btn_nav ul .n_boxC a .n_time {
  display: inline-block;
  background: #fff;
  color: #ef7198;
  font-size: .8rem;
  border-radius: 5rem;
  padding: 2px 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxC a .n_time {
    display: none;
  }
}
#header #btn_nav ul .n_boxC a .n_phone {
  font-size: 16px;
}
#header #btn_nav ul .n_boxC a .n_recruit {
  font-size: 14px;
}
@media screen and (max-width: 660px) {
  #header #btn_nav ul .n_boxC a .n_phone {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  #header #btn_nav ul .n_boxC a .n_phone {
    font-size: 13px;
  }
}

/*==============================
	フッター
==============================*/
#footer .footer_nav {
  background: #ededed;
  padding: 5rem 0;
}
#footer .footer_nav .f_list.f_menu li {
  margin-bottom: .8rem;
}
#footer .footer_nav .f_rf {
  background: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575.98px) {
  #footer .footer_nav .f_rf {
    width: 100%;
  }
}
#footer .footer_nav .f_rf li {
  padding: 5px;
}
#footer .footer_nav .f_rf li.f_rf_arrow {
  font-size: 14px;
  color: #fff;
  background-color: #359864;
  padding: 5px 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 575.98px) {
  #footer .footer_nav .f_rf li.f_rf_arrow {
    width: 100%;
    margin-right: 0 !important;
  }
}
#footer .footer_nav .f_rf li.f_rf_arrow::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: -10px;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #359864;
}
@media screen and (max-width: 767.98px) {
  #footer .footer_nav .f_rf li.f_rf_arrow::after {
    border-width: 15px 0 15px 10px;
  }
}
@media screen and (max-width: 575.98px) {
  #footer .footer_nav .f_rf li.f_rf_arrow::after {
    border: none;
  }
}
#footer .footer_nav .f_list {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer_nav .f_list li:not(:last-child) {
  margin-right: 2rem;
}
#footer .footer_nav .f_list li a {
  padding-left: 1.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
#footer .footer_nav .f_list li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #359864;
  left: .8rem;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.4rem;
  transition: all .2s ease;
}
#footer .footer_nav .f_list li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#footer .footer_nav .f_list li a:hover::before {
  left: .6rem;
}
#footer .footer_nav .f_list.f_menu li a {
  color: #111;
}
#footer .footer_nav .f_block {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  color: #359864;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 575.98px) {
  #footer .footer_nav .f_block dl {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
#footer .footer_nav .f_block dl dt {
  font-weight: 500;
  display: block;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #359864;
}
#footer .footer_nav .f_block dl dd {
  display: inline-block;
}
#footer .footer_nav .f_block dl dd span a {
  display: inline-block;
  padding: 0 1.5rem 0 1.2rem;
  font-size: 1.3rem;
  border: 1px solid #359864;
  border-radius: 10rem;
  margin-left: 2rem;
}
#footer .footer_nav .f_block dl dd span a:hover {
  background: #359864;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  #footer .footer_nav .f_block dl dd span a {
    float: right;
  }
}
#footer .footer_nav .f_block dl dd.float-lg-right a:hover {
  text-decoration: underline;
}
#footer .footer_nav .f_block dl dd em {
  font-style: normal;
  font-weight: bold;
}
#footer .footer_copy {
  width: 100%;
  background: #359864;
  text-align: center;
  padding: .5rem;
}
#footer .footer_copy p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #fff;
}

/*==============================
	共通＆見出し
==============================*/
/**余白**/
.area {
  padding: 6rem 0;
}

.area2 {
  padding: 3rem 0 4rem;
}

/**下層メインビジュアル**/
.secondView {
  background: url("../images/common/bg_secondView.jpg") no-repeat center left;
  background-size: cover;
  display: flex;
  width: 100%;
  height: 126px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.secondView .secondTitle {
  font-size: 2.8rem;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 3px 3px 6px #00000060;
}

/**背景カラー**/
.bg-main {
  background-color: #359864;
}

.bg-main-bg {
  background-color: #f2f8f5;
}

.bg-gyay {
  background-color: #ccc;
}

.bg-gray-l {
  background-color: #f8f8f8;
}

.bg-dot {
  background-color: #fff;
  background-image: radial-gradient(#73e6aa 3%, transparent 7%), radial-gradient(#73e6aa 3%, transparent 7%);
  background-position: 0 0, 10px 10px;
  background-size: 18px 18px;
}

/**テキストカラー**/
.text-cl-main {
  color: #359864;
}

.text-cl-red {
  color: #eb081e;
}

/**テキスト太さ**/
.font-weight-bold {
  font-weight: 500 !important;
}

/**フォントサイズ**/
.font-20 {
  font-size: 2rem;
}

.font-26 {
  font-size: 2.6rem;
}

.font-28 {
  font-size: 2.8rem;
}

.font-30 {
  font-size: 3rem;
}

/*サイズ100%*/
.size-full {
  width: 100%;
  height: auto;
}

/*ulリスト●有り*/
.list-style-inside {
  list-style: inside;
}
.list-style-inside li {
  text-indent: -2.3rem;
  padding-left: 2.3rem;
  line-height: 3rem;
}

/**パンくずリスト**/
#bread ol {
  display: flex;
  font-size: 1.3rem;
  margin-bottom: 0;
  list-style: none;
}
#bread ol li:not(:last-child) {
  margin-right: 1.5rem;
}
#bread ol li:not(:last-child)::after {
  content: ">";
  margin-left: 1.5rem;
}
#bread ol li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/**桜アイコン有り**/
h3 {
  text-align: center;
  margin: 1rem auto 2.5rem;
}
h3 .h3-sakura {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  color: #164D31;
  z-index: 13;
}
h3 .h3-sakura span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 2px;
  color: #359864;
}
h3 .h3-sakura::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -1.1rem;
  left: -3.3rem;
  width: 4.5rem;
  height: 4.5rem;
  background: url("../images/common/h3_bg_sakura.png") center center no-repeat;
  background-size: contain;
}

/**詳細はこちらボタン**/
.btn_warp {
  text-align: center;
  margin-top: 2.5rem;
  /**ダウンロードボタン**/
}
.btn_warp .more_btn, .btn_warp .download_btn {
  display: inline-block;
  padding: 1.8rem 9.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #359864;
  border-radius: 3.5rem;
  box-shadow: 2px 5px 0px rgba(17, 17, 17, 0.16);
  position: relative;
  transition: all .2s ease;
}
.btn_warp .more_btn:hover, .btn_warp .download_btn:hover {
  background-color: #24774b;
}
.btn_warp .more_btn:hover::after, .btn_warp .download_btn:hover::after {
  right: 1.7rem;
}
.btn_warp .more_btn::after, .btn_warp .download_btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 2rem;
  top: 50%;
  font-size: 1.4rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all .2s ease;
}
.btn_warp .download_btn:hover {
  background-color: #24774b;
}
.btn_warp .download_btn:hover::after {
  right: 2.5rem;
}
.btn_warp .download_btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  font-size: 1.6rem;
}

/**左線見出し**/
.ttl_l_border {
  display: block;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #359864;
  border-left: 3px #359864 solid;
}

.ttl_l_border20 {
  display: block;
  vertical-align: middle;
  padding-left: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 3px #111 solid;
}

/**背景メインカラー角丸見出し**/
.ttl_bg_rd {
  display: inline-block;
  text-align: center;
  padding: 1.7rem;
  width: 40%;
  min-width: 400px;
  font-size: 2.3rem;
  font-weight: 400;
  background: #359864;
  border-radius: 3rem;
  color: #fff;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 500px) {
  .ttl_bg_rd {
    min-width: inherit;
    width: 80%;
  }
}
@media screen and (max-width: 380px) {
  .ttl_bg_rd {
    padding: 1rem;
    width: 100%;
  }
}

/**メインカラー背景色ボックス**/
.box_maincl {
  display: inline-block;
  padding: .3rem 2rem;
  font-size: 1.8rem;
  color: #359864;
  background: #f2f8f5;
}

/**写真アイコン有り見出し**/
.ttl_l_photo {
  font-size: 2rem;
  display: inline-block;
  padding: .5rem 1.5rem .5rem 4rem;
  color: #359864;
  background-color: #f2f8f5;
  position: relative;
}
.ttl_l_photo::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 17%;
  left: 1.5rem;
}

/**文字に右側だけにライン**/
.ttl-border-right {
  display: flex;
  align-items: center;
}
.ttl-border-right::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1.5rem;
}

/**水平線_ドットライン**/
hr.hr_dot {
  margin: 1.5rem 0;
  border-top: 1px dotted #359864;
}

/**途中で色の変わる線**/
.ttl-news-line {
  border-bottom: solid 2px #ccc;
  position: relative;
  color: #359864;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-size: 2.8rem;
}
.ttl-news-line::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #359864;
  bottom: -2px;
  width: 15%;
}

/**太字大きめ・span囲みで文字下に小さく**/
.ttl_rec {
  font-size: 3rem;
  font-weight: 500;
  color: #359864;
  margin-bottom: 2rem;
}
.ttl_rec span {
  display: block;
  font-weight: 300;
  font-size: 1.5rem;
  margin-top: .3rem;
}

/*==============================
	メインスライダー
==============================*/
.slider {
  overflow: hidden;
}
.slider #slider01 {
  width: 100%;
}
.slider #slider01 img {
  width: 100%;
  height: auto;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #359864;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '●';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #359864;
}

/*==============================
	トップページ
==============================*/
.main-v img {
  width: 100%;
  height: auto;
}

h2.intro {
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 4rem;
  margin: 3rem 0 4rem;
}
@media screen and (max-width: 1055px) {
  h2.intro {
    font-size: 2rem;
    line-height: 3rem;
    margin: 2rem 0 3rem;
  }
}
@media screen and (max-width: 660px) {
  h2.intro {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin: 1rem 0 2rem;
  }
}
h2.intro span {
  color: #359864;
}

#sec01 .box3_ft:nth-child(1) p {
  font-size: 1.8rem;
  margin-top: 2.3rem;
  padding-left: 25%;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(1) p {
    padding-left: 20%;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
  }
}
#sec01 .box3_ft:nth-child(1) p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  display: block;
  width: 20%;
  height: 5rem;
  background: url("../images/top/sec01_number01.png") no-repeat center left;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(1) p::before {
    width: 15%;
    background-position: center center;
  }
}
#sec01 .box3_ft:nth-child(2) p {
  font-size: 1.8rem;
  margin-top: 2.3rem;
  padding-left: 25%;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(2) p {
    padding-left: 20%;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
  }
}
#sec01 .box3_ft:nth-child(2) p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  display: block;
  width: 20%;
  height: 5rem;
  background: url("../images/top/sec01_number02.png") no-repeat center left;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(2) p::before {
    width: 15%;
    background-position: center center;
  }
}
#sec01 .box3_ft:nth-child(3) p {
  font-size: 1.8rem;
  margin-top: 2.3rem;
  padding-left: 25%;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(3) p {
    padding-left: 20%;
    margin-bottom: 4rem;
    margin-top: 1.5rem;
  }
}
#sec01 .box3_ft:nth-child(3) p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  display: block;
  width: 20%;
  height: 5rem;
  background: url("../images/top/sec01_number03.png") no-repeat center left;
  background-size: contain;
}
@media screen and (max-width: 575.98px) {
  #sec01 .box3_ft:nth-child(3) p::before {
    width: 15%;
    background-position: center center;
  }
}
#sec01 .box3_ft img {
  width: 100%;
  height: auto;
}

#sec02 .inner-box {
  display: block;
  padding: 2.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 2px #359864;
  border-radius: 5px;
  box-shadow: 2px 2px 0px #359864;
}
#sec02 .inner-box .inner-title {
  font-size: 2rem;
  font-weight: 500;
  color: #359864;
  padding-bottom: .5rem;
  border-bottom: 1px dotted #359864;
}
#sec02 .inner-box .inner-list {
  list-style: disc;
  margin-left: 24px;
}
#sec02 .inner-box .inner-list li {
  margin-bottom: .5rem;
}
@media screen and (max-width: 767.98px) {
  #sec02 .sec02_bg {
    background: url("../images/top/sec02_img01.jpg") no-repeat center center;
    background-size: cover;
  }
}

#sec03 .news-box {
  display: block;
  background: #fff;
  border: solid 2px #359864;
  border-radius: 5px;
  padding: 1rem .5rem;
}
#sec03 .news-box .news-list {
  margin-bottom: 0;
  padding: 1rem 4rem;
  height: 200px;
  overflow: auto;
}
@media screen and (max-width: 575.98px) {
  #sec03 .news-box .news-list {
    padding: .5rem 2rem;
  }
}
#sec03 .news-box .news-list li {
  margin-bottom: 1rem;
}
#sec03 .news-box .news-list li a {
  padding-left: 3rem;
  font-size: 1.8rem;
  position: relative;
}
#sec03 .news-box .news-list li a::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #359864;
  left: 0;
  top: 20%;
  font-size: 1.3rem;
}
#sec03 .news-box .news-list li a p {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #sec03 .news-box .news-list li a p {
    display: block;
  }
}
#sec03 .news-box .news-list li a p:hover {
  text-decoration: underline;
  opacity: 0.7;
}
#sec03 .news-box .news-list li a time {
  color: #111;
  margin-right: 3rem;
}
#sec03 .news-box .news-list::-webkit-scrollbar {
  width: 14px;
}
#sec03 .news-box .news-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ddd;
}
#sec03 .news-box .news-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #359864;
  border: solid #ddd 2px;
}

#article .rec-box {
  border: solid #359864 1px;
}
#article .rec-box .rec-r {
  padding: 3.5rem 5.5rem;
}
#article .rec-box .rec-r dl {
  color: #359864;
}
#article .rec-box .rec-r dl dt {
  font-size: 3.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
#article .rec-box .rec-r dl dd {
  font-size: 1.4rem;
}
#article .rec-box .rec-r .btn_warp {
  margin-top: 2rem;
}
#article .rec-box .rec-bg {
  background: url("../images/top/bg_rec-box.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1199.98px) {
  #article .rec-box .rec-bg {
    height: 200px;
  }
}
#article .rec-box .rec-bg p {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 5px #4B7962;
}
@media screen and (max-width: 767.98px) {
  #article .rec-box .rec-bg p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  #article .rec-box .rec-bg p {
    font-size: 2.3rem;
  }
}

#sec04 .rf-box {
  background-color: #fff;
  border: solid #359864 1px;
  box-shadow: 3px 3px 0px #22844C24;
  position: relative;
  transition: all .2s ease;
}
#sec04 .rf-box:hover {
  opacity: .7;
}
#sec04 .rf-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 6px;
  right: 6px;
  background: url("../images/common/ico_link.png") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 450px) {
  #sec04 .rf-box::after {
    width: 15px;
    height: 15px;
  }
}
#sec04 .rf-box.rf-none:hover {
  opacity: inherit;
}
#sec04 .rf-box.rf-none::after {
  background-image: none;
}
#sec04 .rf_img_t {
  width: 100%;
  height: auto;
  border-bottom: solid #359864 1px;
}
@media screen and (max-width: 767.98px) {
  #sec04 .rf_img_t {
    border-bottom: none;
    border-right: solid #359864 1px;
  }
}
#sec04 .rf_img_b {
  padding: .5rem;
}

/*==============================
	下層ページ
==============================*/
#sec01_intro p + p {
  font-size: 1.9rem;
}

#sec02_intro dl.intro_dl dt {
  font-weight: normal;
  color: #359864;
}
#sec02_intro dl.intro_dl dd {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: dotted 1px #ccc;
}
#sec02_intro ol.intro_ol {
  padding: 3rem;
  background: #fff;
  border: 1px solid #359864;
  border-radius: 10px;
  list-style: none;
}
#sec02_intro ol.intro_ol li:not(:last-child) {
  margin-bottom: 2rem;
}
#sec02_intro ol.intro_ol li span {
  background: #359864;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 3rem;
  padding: .2rem 2.8rem;
  margin-right: 2rem;
}

#sec03_intro img {
  width: 100%;
  height: auto;
}
#sec03_intro img + p {
  text-align: center;
  margin: .5rem auto 2rem;
}
#sec03_intro a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

#sec01_guid .guid_box {
  display: inline-block;
  padding: .3rem 2rem;
  font-size: 2rem;
  background: #e2f4eb;
  color: #359864;
}

/*診療時間*/
.table01 {
  width: 100%;
  text-align: center;
  color: #359864;
}
.table01table, .table01 td, .table01 th {
  border: 1px solid #359864;
}
.table01 th, .table01 td {
  width: 10%;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  .table01 th, .table01 td {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .table01 th, .table01 td {
    padding: .5rem;
  }
}
.table01 th:first-child, .table01 td:first-child {
  width: 30%;
}
.table01 th {
  background: #e2f4eb;
}
.table01 .batsu {
  background: #f8f8f8;
  color: #8d8d8d;
}

#sec03_guid .flow-box {
  display: block;
  border: 1px solid #359864;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
}
#sec03_guid .flow-box .flowTitle {
  color: #359864;
  font-size: 2rem;
}
#sec03_guid .flow-box .flowFax i {
  font-size: 1.8rem;
}
#sec03_guid .flow-box .flowNumber01 {
  position: relative;
}
#sec03_guid .flow-box .flowNumber01::before {
  position: absolute;
  content: "01";
  top: 0;
  left: 12%;
  font-size: 3rem;
  font-weight: bold;
  color: #359864;
}
@media screen and (max-width: 575.98px) {
  #sec03_guid .flow-box .flowNumber01::before {
    left: 8%;
  }
}
#sec03_guid .flow-box .flowNumber02 {
  position: relative;
}
#sec03_guid .flow-box .flowNumber02::before {
  position: absolute;
  content: "02";
  top: 0;
  left: 12%;
  font-size: 3rem;
  font-weight: bold;
  color: #359864;
}
@media screen and (max-width: 575.98px) {
  #sec03_guid .flow-box .flowNumber02::before {
    left: 8%;
  }
}
#sec03_guid .flow-box .flowNumber03 {
  position: relative;
}
#sec03_guid .flow-box .flowNumber03::before {
  position: absolute;
  content: "03";
  top: 0;
  left: 12%;
  font-size: 3rem;
  font-weight: bold;
  color: #359864;
}
@media screen and (max-width: 575.98px) {
  #sec03_guid .flow-box .flowNumber03::before {
    left: 8%;
  }
}
#sec03_guid .flow-box .flowNumber04 {
  position: relative;
}
#sec03_guid .flow-box .flowNumber04::before {
  position: absolute;
  content: "04";
  top: 0;
  left: 12%;
  font-size: 3rem;
  font-weight: bold;
  color: #359864;
}
@media screen and (max-width: 575.98px) {
  #sec03_guid .flow-box .flowNumber04::before {
    left: 8%;
  }
}

/**部門紹介・タブ**/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  position: relative;
}
.tab-wrap::after {
  content: "";
  height: 80%;
  width: 2px;
  background: #359864;
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 991.98px) {
  .tab-wrap::after {
    display: none;
  }
}

.tab-label {
  color: #fff;
  background: #359864;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  padding: 10px 1.5rem 15px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 2px #359864 solid;
  margin-bottom: -2px;
  margin-top: 4px;
}
@media screen and (max-width: 991.98px) {
  .tab-label {
    padding: 5px 1.5rem 20px;
    flex: auto;
  }
  .tab-label::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font: 1.4rem;
    top: 25px;
    left: 45%;
  }
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
@media screen and (max-width: 991.98px) {
  .tab-label:not(:last-of-type) {
    margin-right: 2px;
  }
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #359864;
  border-bottom-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .tab-switch:checked + .tab-label {
    border-bottom-color: #359864;
  }
}
.tab-switch:checked + .tab-label::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: #d9e8d5;
  top: 38px;
  left: 16%;
}
@media screen and (max-width: 991.98px) {
  .tab-switch:checked + .tab-label::before {
    display: none;
  }
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 5rem;
  opacity: 1;
  transition: .5s opacity;
  border: 2px #359864 solid;
  box-shadow: 4px 4px 0px rgba(17, 17, 17, 0.1);
}
@media screen and (max-width: 991.98px) {
  .tab-switch:checked + .tab-label + .tab-content {
    padding: 5rem 2rem;
    overflow: hidden;
  }
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/**スタッフ**/
.table_stafflist {
  border: 1px solid #359864;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .table_stafflist {
    font-size: 1.2rem;
  }
}
.table_stafflist tr:not(:last-child) {
  border-bottom: solid #359864 1px;
}
.table_stafflist tr th, .table_stafflist tr td {
  padding: .8rem 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 575.98px) {
  .table_stafflist tr th, .table_stafflist tr td {
    padding: .8rem .5rem;
  }
}
.table_stafflist tr th {
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 575.98px) {
  .table_stafflist tr th {
    width: 20%;
  }
}
.table_stafflist tr td:not(:last-child) {
  border-right: dotted #359864 1px;
  border-left: dotted #359864 1px;
}
@media screen and (max-width: 575.98px) {
  .table_stafflist tr td:not(:last-child) {
    width: 20%;
  }
}
.table_stafflist tr td:last-child {
  text-align: left;
}
.table_stafflist .bg-th-gray {
  background: #A7B4AD;
}
.table_stafflist .bg-sb-gray {
  background: #F2F2F2;
}

#sec01_departments ol {
  padding-left: 15px;
}

#sec01_access address p {
  font-size: 2.2rem;
}
#sec01_access address a {
  position: relative;
}
#sec01_access address a::before {
  content: "";
  background: url("../images/common/ico_link.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: .5rem;
  width: 1.3rem;
  height: 1.3rem;
}
#sec01_access address a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.access_box {
  padding: 2.5rem;
  background: #fff;
  border: 1px #359864 solid;
  border-radius: 10px;
  height: 100%;
}
.access_box h5 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #359864;
  margin-bottom: 1rem;
}

.ul_gr-square {
  margin-bottom: 0;
}
.ul_gr-square li {
  padding-left: 1rem;
  text-indent: -1rem;
}
.ul_gr-square li::before {
  content: "■";
  color: #359864;
  margin-right: 0.5rem;
}
.ul_gr-square li:not(:last-child) {
  margin-bottom: 2rem;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/**職員行事**/
.row-cards-wrap {
  padding: 0 15px;
}
.row-cards-wrap .cards-box {
  padding: 0;
  border: 1px solid #359864;
}
.row-cards-wrap .cards-box:nth-child(3n+2), .row-cards-wrap .cards-box:nth-child(3n+3) {
  border-left: none;
}
@media screen and (max-width: 575.98px) {
  .row-cards-wrap .cards-box:nth-child(3n+2), .row-cards-wrap .cards-box:nth-child(3n+3) {
    border-left: 1px solid #359864;
  }
}
@media screen and (min-width: 576px) {
  .row-cards-wrap .cards-box:nth-child(n+4) {
    border-top: none;
  }
}
@media screen and (max-width: 575.98px) {
  .row-cards-wrap .cards-box:nth-child(n+3) {
    border-top: none;
  }
  .row-cards-wrap .cards-box:nth-child(2n) {
    border-left: none;
  }
}
.row-cards-wrap a .card {
  border: none;
  border-radius: 0;
  color: #111;
  position: relative;
}
.row-cards-wrap a .card::after {
  position: absolute;
  content: "";
  opacity: 0;
  background: rgba(17, 17, 17, 0.1);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all .2s ease;
}
.row-cards-wrap a .card:hover::after {
  opacity: 1;
}
.row-cards-wrap a .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  border-bottom: 2em solid transparent;
  border-left: 2em solid #359864;
}
.row-cards-wrap a img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.row-cards-wrap a img:hover {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .row-cards-wrap a img {
    height: 100px;
  }
}

.card-body {
  padding: 0;
}

.card-title {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  min-height: 80px;
  height: 100%;
  width: 100%;
  line-height: 2rem;
  padding: 1.5rem;
  margin-bottom: 0;
}

.card-text {
  padding: .5rem 1.5rem;
  background: #f8f8f8;
  line-height: 2rem;
}

/*採用情報内職員行事*/
.row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+2), .row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+3), .row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+4) {
  border-left: none;
}
@media screen and (max-width: 575.98px) {
  .row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+2), .row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+3), .row-cards-wrap.rec-card-wrap .cards-box:nth-child(3n+4) {
    border-left: 1px solid #359864;
  }
}
@media screen and (min-width: 576px) {
  .row-cards-wrap.rec-card-wrap .cards-box:nth-child(n+5) {
    border-top: none;
  }
  .row-cards-wrap.rec-card-wrap .cards-box:nth-child(5) {
    border-left: 1px solid #359864;
  }
}
@media screen and (max-width: 575.98px) {
  .row-cards-wrap.rec-card-wrap .cards-box:nth-child(n+3) {
    border-top: none;
  }
  .row-cards-wrap.rec-card-wrap .cards-box:nth-child(2n) {
    border-left: none;
  }
}

/**↑職員行事**/
/**投稿フィード欄**/
.ttl_feed {
  font-weight: 500;
  padding-bottom: .5rem;
  color: #414141;
  border-bottom: 2px solid #ccc;
  margin-bottom: 0;
}

.feed-list {
  margin-bottom: 4rem;
}
.feed-list li {
  border-bottom: 1px solid #ccc;
}
.feed-list li a {
  color: #414141;
  display: block;
  padding: .8rem 3rem .8rem 0;
  position: relative;
  transition: all .2s ease;
}
.feed-list li a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
  color: #ccc;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.feed-list li a:hover {
  background: #f8f8f8;
}

.recently-list li a time {
  font-size: 1.1rem;
  color: #359864;
  display: block;
  margin-bottom: .2rem;
}
.recently-list li a time::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  margin-right: .5rem;
}
.recently-list li a p {
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

/**↑投稿フィード欄**/
/**お知らせ一覧**/
.info-list li {
  border-bottom: 1px solid #ccc;
  transition: all .2s ease;
}
.info-list li:hover {
  background: #EBEBEB;
}
.info-list li a {
  color: #111;
  display: block;
  padding: 1.5rem 0;
}
.info-list li a dl {
  display: block;
  padding-left: 2rem;
}
.info-list li a dl time {
  font-size: 1.5rem;
  font-weight: 300;
  color: #359864;
}
.info-list li a dl time::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-right: .5rem;
}
.info-list li a dl dt {
  font-size: 1.8rem;
  margin-bottom: .3rem;
}
.info-list li a dl dd {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.info-list li img:hover {
  opacity: 1;
}

/**ページボタン**/
.page-item {
  margin: .3rem;
}

.page-link {
  padding: 1rem;
  color: #111;
  border-color: #b3b3b3;
}
.page-link:hover {
  color: #111;
  border-color: #b3b3b3;
}

/*採用情報*/
.bg-rectop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 450px;
  background: url("../images/recruit/bg_rec_img01.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 1rem;
}
@media screen and (max-width: 1800px) {
  .bg-rectop {
    height: 350px;
  }
}
@media screen and (max-width: 1199.98px) {
  .bg-rectop {
    height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  .bg-rectop {
    height: 200px;
  }
}
.bg-rectop p {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 5rem;
  margin-bottom: 0;
}
.bg-rectop p span {
  font-size: 6rem;
}

.box_rqmt {
  display: block;
  background: #fff;
  width: 100%;
  padding: 1.2rem 1rem 1.2rem 1rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  border-radius: 2px;
  position: relative;
}
.box_rqmt::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 2rem;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.7rem;
  transition: all .2s ease;
}
@media screen and (max-width: 400px) {
  .box_rqmt::before {
    font-size: 1.5rem;
  }
}
.box_rqmt:hover {
  opacity: 0.7;
}
.box_rqmt:hover::before {
  left: 2.3rem;
}

.btn_recruit {
  background: #fff;
  border: solid 1px #359864;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  box-shadow: 3px 4px 0px rgba(17, 17, 17, 0.16);
  transition: all .2s ease;
}
.btn_recruit:hover {
  background: #359864;
  color: #fff;
}
.btn_recruit i {
  font-size: 4rem;
  padding: 1rem 2rem 1rem 0;
}
.btn_recruit p {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2.6rem;
}
.btn_recruit span {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
}

.award-list p {
  font-weight: 500;
  color: #359864;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.award-list ul {
  display: flex;
  flex-wrap: wrap;
}
.award-list ul li {
  margin: 1rem 1rem 0 0;
}
.award-list ul li a {
  display: inline-block;
  padding: .7rem 1.2rem;
  background: #359864;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  transition: all .2s ease;
}
.award-list ul li a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
.award-list ul li a span {
  font-weight: 300;
  font-size: 1.2rem;
}
.award-list ul li a:hover {
  background: #24774b;
}

#sec05_recruit em {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-size: 1.6rem;
  margin: .5em 0;
  padding: 7px 25px;
  min-width: 120px;
  max-width: 100%;
  color: #111;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #111;
  border-radius: 25px;
  box-sizing: border-box;
}
#sec05_recruit em:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 0;
}
#sec05_recruit em:after {
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #111 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  z-index: -1;
}

#sec07_recruit em {
  position: relative;
  font-size: 1.5rem;
  font-style: normal;
  text-align: center;
  padding: .6rem 4rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #111;
}
#sec07_recruit em::after, #sec07_recruit em::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#sec07_recruit em::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#sec07_recruit em::before {
  border-color: rgba(17, 17, 17, 0);
  border-top-color: #111;
  border-width: 11px;
  margin-left: -11px;
}
#sec07_recruit h4 {
  text-align: center;
  font-size: 3rem;
  color: #359864;
}

.rec_un_wrap {
  margin-top: 5rem;
}

.rec_unit {
  width: 100%;
  height: 100%;
  margin-bottom: 4rem;
  background-color: #f2f8f5;
  padding: 4.3rem 2.3rem 0;
  position: relative;
}
.rec_unit i {
  color: #95D0B2;
  font-size: 5rem;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: -1%;
  left: 50%;
}
.rec_unit h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.rec_unit p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

/**求人詳細**/
table.job_wrap {
  width: 100%;
}
table.job_wrap tr {
  border: 1px #ccc solid;
}
table.job_wrap tr th {
  background: #f8f8f8;
  font-weight: 500;
  width: 140px;
}
@media screen and (max-width: 767.98px) {
  table.job_wrap tr th {
    width: 100px;
  }
}
@media screen and (max-width: 400px) {
  table.job_wrap tr th {
    width: 80px;
  }
}
table.job_wrap tr th, table.job_wrap tr td {
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  table.job_wrap tr th, table.job_wrap tr td {
    font-size: 1.4rem;
  }
}

table.gift_wrap tr {
  border: 2px #ef7198 solid;
}
table.gift_wrap tr th {
  background: #ef7198;
  color: #fff;
}
table.gift_wrap tr td {
  color: #ef7198;
}

/*お問合せ*/
.contact_tel {
  text-align: center;
  margin-top: -2rem;
}
.contact_tel p {
  margin-bottom: 0;
  line-height: 3.5rem;
}
.contact_tel a {
  font-size: 4.5rem;
  font-weight: 500;
}
.contact_tel a i {
  font-size: 3.5rem;
}

/**お問合せフォーム**/
.contact_form label {
  font-size: 1.5rem;
  font-weight: 500;
}
.contact_form label .required {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.2rem;
  background: #eb081e;
  color: #fff;
  margin-left: 1rem;
}
.contact_form .form-control {
  height: calc(2.5em + 1rem + 2px);
  font-size: 1.5rem;
  padding: 1.5rem;
}
.contact_form textarea.form-control {
  height: auto;
}
.contact_form input::placeholder, .contact_form textarea::placeholder {
  color: #ccc;
}
.contact_form .btn_form {
  display: block;
  margin: 2rem auto;
  padding: 1.5rem 7rem;
  color: #359864;
  border: 1px solid #359864 !important;
  border-radius: 5px;
  background: #f2f8f5;
  position: relative;
}
.contact_form .btn_form::after {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  right: 1.5rem;
}
.contact_form .btn_form:hover {
  background-color: #E0F6EB;
}

/*記事詳細*/
.ttl_dtl {
  font-size: 3rem;
  color: #359864;
}
.ttl_dtl + p {
  color: #359864;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.link_dtl {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 3rem 0;
  display: block;
}
.link_dtl::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
  font-size: 1.6rem;
}
.link_dtl:hover {
  opacity: 0.7;
}

.gairai_top{
	 text-align: center;
    font-size: 2.2rem;
    text-decoration: underline;
    text-decoration-color: #359864;
    margin-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
