@charset "UTF-8";
/*!
Theme Name: wideroad-wadachi
Description: 堺市堺区の訪問看護・リハビリ・ケアプラン作成は轍（わだち）
Theme URI: wideroad-wadachi
Version: 1.0
License:wideroad-wadachi
License URI: https://www.wideroad-wadachi.com
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


/****************************************


*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  color: #2F2F2F;
  line-height: 1.7;
  min-width: 1180px;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: url("images/page_bg_beige.jpg") center center / cover;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}


/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}


/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
figcaption {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

h1 {
  color: #FFF;
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h2 {
  color: #FFF;
  ;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

h3 {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {

  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #505050;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:active {
  color: #264A97;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img.img_opacity {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.tel_link:link,
a.tel_link:visited,
a.tel_link:hover,
a.tel_link:active {
  color: #2F2F2F;
  text-decoration: none;
}


/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

  #sp_navi,
  #toggle {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  #header {
    width: 100%;
  }

  .header_main {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }

  .header_box .logo {
    width: 380px;
    padding: 10px 0 10px 10px;
  }

  .p_header {
    width: calc(100% + 1000px);
    transform: translateX(-500px);
    background-color: #91C267;
    padding: 2px 0px;
  }

  .p_header p {
    color: #FFF;
    font-size: 12px;
    width: 1020px;
    margin: 0 auto;
  }

  .header_info {
    justify-content: flex-end;

  }


  .header_info_box {
    display: flex;
    justify-content: flex-end;
    height: auto;
  }

  .header_info_box p {
    font-size: 12px;
  }

  .header_info .header_access {
    margin-top: 10px;
    font-size: 14px !important;
  }

  .header_info .header_contact {
    color: #E09043;
    font-size: 16px;
    font-weight: 600;
  }

  .img_tel_header {
    width: 200px;
    height: auto;
  }

  .header_info_box {
    padding-top: 5px;
  }

  .time_tit {
    text-align: center;
    padding: 0px 2px;
    width: 70px;
    background-color: #8CBD62;
    color: #FFF;
    border-radius: 10%;
  }

  .header_info_box p {
    margin: 0 3px;
  }

  .menu-item-has-children>a {
    pointer-events: auto;
    cursor: pointer;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  #header {
    position: relative;
    width: 100%;
  }

  .p_header {
    display: none;
  }

  .header_info {
    display: none;
  }

  .header_box {
    position: relative;
    width: 100%;
  }

  .header_box .logo {
    max-width: 300px;
    padding: 10px 0 10px 10px;
  }

  #toggle {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: #8CBD62;
    cursor: pointer;
    z-index: 9999;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    right: 12px;
    width: 26px;
    height: 2px;
    background: #FFF;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 11px;
  }

  #toggle span:nth-child(2) {
    top: 18px;
  }

  #toggle span:nth-child(3) {
    top: 25px;
  }

  #toggle::after {
    position: absolute;
    content: "メニュー";
    line-height: 1.2;
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
    bottom: 5px;
    left: 0;
    width: 100%;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span {
    background: #FFF;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    -ms-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    -ms-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #8CBD62;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }

  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }

  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #FFF;
    text-decoration: none;
  }

  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }

  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: #669F36;
  }

  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #FFF;
    text-decoration: none;
  }

  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }

  #sp_navi .menu-item-has-children {
    position: relative;
  }

  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}


/****************************************

pc用 横ナビ

*****************************************/
#g_navi {
  width: 1020px;
  margin: 0 auto;

}

#g_navi .menu {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

#g_navi .menu>li {
  position: relative;
  width: 200px;
  height: 70px;
  text-align: center;
  font-weight: 600;
  font-size: 1px;
}

#g_navi .menu>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2F2F2F;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#g_navi .menu>li>a span {
  display: block;
  margin-top: 10px;
  color: #91C267;
  font-size: 1.1rem;
}

#g_navi .menu>li>a:link,
#g_navi .menu>li>a:visited {
  color: #2F2F2F;
}

#g_navi .menu>li>a:hover,
#g_navi .menu>li>a:active {
  color: #91C267;
}



#g_navi .menu>li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 40px;
  border-right: 2px dotted #B4A884;
  transform: translateY(-50%);
}

/* 最初だけ左線を追加 */
#g_navi .menu>li:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  height: 40px;
  border-left: 2px dotted #B4A884;
  transform: translateY(-50%);
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 400;
}


#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  background-color: #FFF;
  color: #2F2F2F;
  font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 400;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background-color: #669F36;
  color: #FFF;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 400;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print,
screen and (min-width: 768px) {
  .menu>li>a {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before,
  .menu>li>a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #91C267;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .menu>li>a::before {
    left: 50%;
  }

  .menu>li>a::after {
    right: 50%;
  }

  .menu>li>a:hover::before,
  .menu>li>a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

@media screen and (max-width: 1280px) {
  #g_navi {
    width: 1000px;
  }

  #g_navi .menu>li {
    width: 180px;
  }
}

@media screen and (max-width: 1180px) {
  #g_navi {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}


/****************************************

メインビジュアル

*****************************************/
#slider {
  width: 100%;
  height: 620px;
  background: url(images/slider.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#slider .metaslider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#slider .metaslider img {
  width: 100%;
}


@media print,
screen and (min-width: 768px) {
  #slider .metaslider img {
    border-radius: 20px;
  }
}

#slider .slider_txt {
  text-align: center;
  padding-top: 60px;
}

#slider .slider_txt img {
  width: 50vw;
  max-width: 874px;
  height: auto;
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 130px;
  background: url(images/home_bg_green.fw.png) no-repeat center center/cover;
}

@media print,
screen and (min-width: 768px) {
  #mv {
    overflow: hidden;
  }
}

#mv .mv_txt {
  width: 1020px;
  text-align: center;
  padding-top: 45px;
}

@media screen and (max-width: 1180px) {
  #slider .metaslider {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.ms-edit-frontend {
  display: none;
}

@media screen and (max-width: 767px) {
  #slider .metaslider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    margin: 0;
    overflow: hidden;
  }

  #slider {
    width: auto;
    height: 200px;
  }

  #slider .slider_txt {
    width: 100%;
    height: auto;
    padding: 15px;
  }

  #slider .slider_txt img {
    width: 100%;
    height: auto;
  }

  #mv {

    overflow: hidden;
    text-align: center;
  }

  #mv .mv_txt {
    margin: auto;
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .mv_img01 {
    height: 25px;
    width: auto;
  }

  .mv_img02 {
    height: 25px;
    width: auto;
  }

  .mv_img03 {
    height: 25px;
    width: auto;
  }

  .mv_img04 {
    height: 25px;
    width: auto;
  }

  .mv_img05 {
    height: 25px;
    width: auto;
  }

  .mv_img06 {
    height: 25px;
    width: auto;
  }
}






/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 1020px;
  margin: 0 auto 60px;
}

main#single_main {
  width: 920px;
  margin: 0 auto 60px;
}

.breadcrumb_area {
  width: 1020px;
  margin: 0 auto 30px;
  padding-top: 20px;
}

.breadcrumb_area .breadcrumb {
  text-align: right;
}

.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}

.breadcrumb_area .breadcrumb p a {
  color: #2F2F2F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2F2F2F;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 15px
  }

  main#page_main,
  main#single_main {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 15px;
  }

  .breadcrumb_area {
    width: 100%;
    margin-bottom: 20px;
  }

  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}


/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: calc(100% + 20px);
  transform: translateX(-10px);
  margin: 0 auto;
  background: url(images/home_bg_green.fw.png) no-repeat center center / cover;
  text-align: center;
  padding: 50px 0;
}

.div_topbox01 {
  width: 1020px;
  margin: 0 auto;
}

.txt_topbox01 {
  width: 900px;
  color: #FFF;
  margin: 0 auto;
}

.top_box02 {
  width: 1020px;
  margin: 50px auto;
}

.top_box02 div {
  text-align: center;
}

.sp_img_top02 {
  display: none;
}

.btn01_img {
  margin-top: 45px;
}

.top_box03 {
  width: 100%;
  background: #FFF;
  padding: 60px 0;
}

.top_box03 div {
  width: 1020px;
  margin: 0 auto;

}

.bnr_top {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;

}

.bnr_top02 {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 60px auto;
}

.btn_img02 {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    margin: 0 auto;
    text-align: left;
    padding: 20px 15px;
  }

  .div_topbox01 {
    width: 100%;
  }

  .txt_topbox01 {
    width: 100%;
  }

  .top_box02 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  .pc_img_top02 {
    display: none;
  }

  .sp_img_top02 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp_img_x-2 {
    width: 65%;
  }

  .top_box02 div {
    text-align: center;
  }

  .btn01_img {
    margin-top: 30px;
    width: 250px;
    height: auto;
  }

  .btn01_img {}

  .top_box03 {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    padding: 30px 15px;
  }

  .top_box03 div {
    width: 100%;

  }

  .bnr_top {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;

  }

  .bnr_top02 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 30px auto;
    padding: 0 10px;
  }

}


/****************************************

news トップ用

*****************************************/
#news_top {
  width: 1020px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #505050;
  gap: 30px;
  margin-bottom: 60px;
}


.news_list div {
  display: flex;
  gap: 20px;
  height: auto;
}

.news_tit {
  color: #505050;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.date {
  display: block;
  color: #828282;
  font-size: 16px !important;
  font-weight: normal;
}

.news_post {
  width: 700px;
  height: auto;
}

.news_box {
  overflow-y: scroll;
  height: 400px;
}

.news_list {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);

}

#news_top .news_post_txt {
  font-size: 14px !important;
}

.news_post h3 a {
  color: #2F2F2F;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.news_post h3 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2F2F2F;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news_list h3 a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #news_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
  }


  .news_list div {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .news_tit {
    text-align: left;
    margin-bottom: 10px;
  }

  .date {
    text-align: left;
    font-size: 14px !important;
    margin-bottom: 10px;
  }

  .news_post {
    width: 100%;
    height: auto;
  }

  .news_box {
    overflow-y: scroll;
    height: 400px;
  }

  .news_list {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);

  }

  .news_box .news_post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 4%;
  }

  .news_list .date {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .news_list h3 {
    font-size: 1.4rem;
  }
}


/****************************************

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {

  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}


/* 02轍について */
.greeting_box01 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.greeting_box01_txt {
  width: 600px;
  height: auto;
}

.img_greeting {
  text-align: center;
}

.img_name {
  margin-top: 20px;
}

.point_box {
  margin-bottom: 60px;
}

.point_list {
  margin-bottom: 20px;
}

.btn_about {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {

  .greeting_box01 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 5px;
  }

  .greeting_box01_txt {
    width: 100%;
    height: auto;
  }

  .img_350 {
    width: 100%;
    max-width: 350px;
  }

  .img_name {
    max-width: 146px;
  }

  .point_box {
    margin-bottom: 30px;
  }

  .btn_about {
    flex-direction: column;
    align-items: center;
  }

  .btn_about img {
    max-width: 225px;
  }
}


/* 03訪問介護 */
.home_care_box01 {
  margin: 0 auto;
  width: 1000px;
}

.home_care_box02 {
  margin: 0 auto;
  width: 1000px;
}

.home_care_box03 {
  margin: 0 auto;
  width: 1000px;
}

.txt_home_care {
  width: 580px;
}

.service_list {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.service_list_r {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}

.service_list div {
  width: 710px;
}

.service_list_r div {
  width: 710px;
}

.flow_list {
  width: 1000px;
  margin-bottom: 20px;
  padding-bottom: 70px;
  background: url(images/step_arrow.png) center bottom no-repeat;
}

.flow_list_end {
  margin-bottom: 20px;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .home_care_box01 {
    width: 100%;
  }

  .home_care_box01 img {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .home_care_box02 {
    width: 100%;
  }

  .home_care_box02 img {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .home_care_box03 {
    width: 100%;
  }

  .txt_home_care {
    width: 100%;
  }

  .service_list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
  }

  .service_list_r {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .service_list div {
    width: 100%;
  }

  .service_list_r div {
    width: 100%;
  }

  .service_list img {
    max-width: 220px;
  }

  .service_list_r img {
    max-width: 220px;
  }

  .flow_list {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 50px;
    background-size: 50px;
  }

  .flow_list_end {
    width: 100%;
  }
}


/* 04ケアプラン */
.service_list02 {
  width: 1000px;
  gap: 30px;
  background: #FFF;
  padding: 20px;
  margin-bottom: 30px;
}

.txt_fee {
  text-align: center;
}

@media screen and (max-width: 767px) {


  .plan_box img {
    margin-bottom: 20px;
  }

  .service_list02 {
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }

  .txt_fee {
    text-align: left;
  }
}


/*05スタッフ紹介*/
.staff_list li {
  padding-bottom: 20px;
}

.staff_list p {
  padding-left: 20px;
}


/*06求人情報*/

.p_recruit {
  color: #cc0000;
  margin-bottom: 20px;
}

.btn_contact {
  text-align: center;
}

.recruit_box01 {
  margin-bottom: 60px;
}

.recruit_box02 {
  margin-bottom: 60px;
}

@media print,
screen and (min-width: 768px) {
  .pc_tit_recruit {
    text-align: center;
    margin-bottom: 30px;
  }

  .sp_tit_recruit {
    display: none;
  }
}

@media print,
screen and (max-width: 768px) {
  .p_recruit {
    margin-bottom: 20px;
  }

  .sp_tit_recruit {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin: 20px auto;
    background: url(images/footer_img.png), url(images/footer_img.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom left;
  }

  .sp_tit_recruit p {
    font-size: 18px;
    color: #6AA13B;
    font-weight: 400;
  }

  .pc_tit_recruit {
    display: none;
  }

  .recruit_box01 {
    width: 100%;
    margin-bottom: 30px;
  }

  .recruit_box02 {
    width: 100%;
    margin-bottom: 30px;
  }

  .btn_contact {
    width: 250px;
    height: auto;
    max-width: 360px;
    margin: 0 auto;
  }
}




/* 07事業所情報・アクセス */
.googlemap {
  width: 100%;
  height: 400px;
}

.googlemap iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .googlemap {
    width: 100%;
    height: 250px;
  }

  .googlemap iframe {
    width: 100%;
    height: 250px;
  }
}

/* 08お問い合わせ */
.txt_contact {
  text-align: center;
  margin-bottom: 40px;
}

.contact_box {
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.site_policy {
  padding: 30px;
  background: #FFF;
  margin-bottom: 40px;
}

.site_policy p {
  font-size: 14px;
}



@media screen and (max-width: 767px) {
  .txt_contact {
    text-align: left;
    margin-bottom: 20px;
  }

  .contact_box {
    width: 300px;
    height: auto;
    margin: 20px auto;
  }

  .site_policy {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 767px) {}

/* 09スタッフブログ */
.blog_parts {
  width: 100%;
  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;
  gap: 30px;
  border-bottom: 2px dotted #669F36;
  padding-bottom: 20px;
  padding-top: 20px;
}

.blog_tit {
  position: relative;
  color: #669F36;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 25px;
}

.blog_tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(images/images/blog_ttl_icon.png);
  width: 18px;
  height: 34px;
  top: 0;
  left: 0;
}

.blog_parts figure {
  width: 200px;
}

.blog_parts {
  position: relative;
}

.blog_txt {
  margin-bottom: 20px;
}

.btn_blog {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin-top: 20px;
}

.img_blog {
  width: 200px;
}

.img_blog img {
  width: 200px;
}

.old_blog {
  text-align: center;
  margin-top: 40px;
}

@media print,
screen and (min-width: 768px) {}


@media screen and (max-width: 767px) {
  .blog_tit {
    font-size: 20px;
  }

  .blog_tit::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(images/images/blog_ttl_icon.png) no-repeat;
    background-size: 14px;
    height: 30px;
    top: 0;
    left: 0;
  }

  .blog_wrap {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .blog_parts {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 10px;
  }

  .blog_txt {
    padding-bottom: 30px;
  }

  .img_blog {
    width: 100%;
    margin: 0 auto;
  }

  .old_blog {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .old_blog img {
    max-width: 260px;
  }
}


/****************************************

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.5rem;
}

.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 70px auto 0;
}

.nav-below .list {
  width: 250px;
  background: #6AA13B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
}

.nav-below .list:hover {
  background: #669F36;
}

.nav-below>a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  background: #8CBD62;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-below>a:hover {
  background: #91C267;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:link,
a.page-numbers:visited {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.page-numbers:hover,
a.page-numbers:active {
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }

  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }

  .nav-below {
    width: 100%;
    margin-top: 50px;
  }

  .nav-below .list {
    width: 40%;
  }

  .nav-below .list a {
    font-size: 1.3rem;
  }

  .nav-below>a {
    width: 30%;
    font-size: 1.3rem;
  }
}


/****************************************

aside

*****************************************/
#bottom_area {
  width: 1020px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #FFF;
  border: #8CBD62 dotted 2px;
  display: flex;
  justify-content: space-between;
}

.bottom_contact {
  color: #E09043;
  font-size: 24px;
  font-weight: 600;
}

.btn_bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  gap: 30px;
}

#bottom_area .header_info_box p {
  font-size: 12px;
  padding: 3px;
}

#bottom_area .bottom_box01 .logo {
  margin-bottom: 20px;
}

#bottom_area .header_info_box {}

@media screen and (max-width: 767px) {
  #bottom_area {
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
  }

  .bottom_contact {
    font-size: 18px;
  }

  .btn_bottom {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
  }

  #bottom_area .bottom_box01 .logo {
    margin-bottom: 10px;
  }


  #bottom_area .header_info_box {
    display: flex;
    justify-content: flex-end;
    height: auto;
    padding-top: 5px;
  }

  .bottom_info_box {
    margin-bottom: 10px;
  }

  #bottom_area .time_tit {
    text-align: center;
    padding: 0px 2px;
    width: 70px;
    background-color: #8CBD62;
    color: #FFF;
    border-radius: 5px;
  }

  #bottom_area .header_info_box p {
    margin: 0 3px;
  }
}


/****************************************

テーブル

*****************************************/

.overview_table {
  width: 1000px;
  border-collapse: collapse;
}

.overview_table th,
.overview_table td {
  padding: 12px 20px;
  border: 1px solid #6AA13B;
  text-align: left;
  vertical-align: middle;
}

.overview_table th {
  width: 30%;
  background: #EDF7E5;
  color: #505050;
  font-weight: normal;
}

.overview_table td {
  width: 70%;
  background: #FFF;
}

@media screen and (max-width: 767px) {

  .overview_table {
    width: 100%;
  }

  .overview_table th,
  .overview_table td {
    display: block;
    width: 100%;
    padding: 12px 15px;
  }

  .overview_table th {
    border-bottom: none;
  }

  .overview_table tr:not(:last-child) td {
    margin-bottom: 10px;
  }

  .fee_table01 th,
  .fee_table01 td {
    padding: 12px 15px;
  }

  .fee_table02 th,
  .fee_table02 td {
    padding: 12px 15px;
  }

  .fee_table02 th.thead {
    padding: 8px 15px;
    font-size: 1.4rem;
  }

  .fee_table02 th {
    width: 60%;
  }

  .fee_table02 td {
    width: 40%;
  }
}


/****************************************

ボタン

*****************************************/
.btn01 {
  width: 270px;
  border: 2px solid #6AA13B;
  border-radius: 12px;
  background: #6AA13B;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.btn01 a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FDE459;
  border-right: 3px solid #FDE459;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.btn01:hover {
  background: #FFF;
}

.btn01:hover a {
  color: #6AA13B;
}

.btn01:hover a::before {
  right: 15px;
  border-top-color: #6AA13B;
  border-right-color: #6AA13B;
}




.b_btn {
  width: 350px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #6AA13B;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.b_btn a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.b_btn a:before {
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FDE459;
  border-right: 3px solid #FDE459;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.b_btn:hover {
  background: #FFF;
}

.b_btn:hover a {
  color: #6AA13B;
}

.b_btn:hover a::before {
  right: 15px;
  border-top-color: #6AA13B;
  border-right-color: #6AA13B;
}

@media screen and (max-width: 767px) {

  .btn01 a,
  .btn02 a {
    padding: 11px 0;
    font-size: 1.3rem;
  }

  .btn01 a::before,
  .btn02 a::before {
    width: 6px;
    height: 6px;
  }

  .b_btn {
    width: 270px;
  }

  .b_btn a {
    padding: 11px 0;
    font-size: 1.3rem;
  }

  .b_btn a::before {
    width: 6px;
    height: 6px;
  }
}


/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml15 {
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}

.txt580 {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 40px;
  }

  .txt580 {
    width: 100%;
  }
}


/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

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

  .br-sp {
    display: block;
  }
}

/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.red {
  color: #D80700;
}

.blue {
  color: #6AA13B;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}

/* 位置 */
@media print,
screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}


/****************************************

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}

figure.img_zoom a {
  display: block;
  position: relative;
  background: #6AA13B;
}

figure.img_zoom a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

figure.img_zoom:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.img400 {
  width: 400px;
}

.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }

  .img400 {
    width: 100%;
    max-width: 400px;
  }
}


/****************************************

トップページタイトル

*****************************************/
.pc_top_headline {
  margin-bottom: 30px;
  text-align: center;
}


.top_subhead01 {
  margin-bottom: 20px;
  text-align: center;
}

.top_subhead02 {
  margin-bottom: 50px;
  text-align: center;
}

.top_subhead03 {
  color: #505050;
  font-size: 28px;
  border-bottom: #8CBD62 2px solid;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .sp_top_headline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_top_headline {
    margin-bottom: 20px;
    font-size: 32px;
    color: #FFF;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.04em;
    font-family: "Zen Kaku Gothic New", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  }

  .pc_top_headline {
    display: none;
  }

  .top_subhead01 {
    margin-bottom: 20px;
  }

  .top_subhead02 {
    margin-bottom: 20px;
  }

  .top_subhead03 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }
}



/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: 32px;
  font-weight: 400;
  color: #669F36;
  margin: 30px auto;
  padding-top: 53px;
  background: url(images/h3_bg.png) center top no-repeat;
  text-align: center;
}


.single_tit {
  font-size: 32px;
  font-weight: 400;
  color: #669F36;
  margin: 30px auto;
  padding-top: 53px;
  background: url(images/h3_bg.png) center top no-repeat;
  text-align: center;
}

.h2_headline {
  font-size: 32px;
  font-weight: 400;
  color: #669F36;
  margin: 30px auto;
  padding-top: 53px;
  background: url(images/h3_bg.png) center top no-repeat;
  text-align: center;
}

.h2_subhead01 {
  color: #FFF;
  font-size: 24px;
  padding: 8px 0px 5px 45px;
  background: url(images/h4_bg.png) left top no-repeat;
  margin-bottom: 20px;
  height: 54px;
}


.h3_subhead01 {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  border-bottom: #8CBD62 2px solid;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.h3_subhead02 {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  border-top: #8CBD62 2px solid;
  width: 100%;
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 5px 15px 7px;
}

.h3_subhead03 {
  color: #505050;
  font-size: 18px;
  font-weight: bold;
  background: url(images/staff_icon.png) left center no-repeat;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 20px auto;
    background-size: 35px;
    padding-top: 40px;
  }

  .h2_headline {
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin: 20px auto;
    background-size: 35px;
    padding-top: 40px;
  }

  .single_tit {
    font-size: 24px;
    font-weight: 400;
    margin: 20px auto;
    background-size: 35px;
    padding-top: 40px;
  }

  .h2_subhead01 {
    font-size: 18px;
    margin-bottom: 20px;
    height: auto;
    border-radius: 12px;
    background: url(images/home_bg_green.fw.png) left center no-repeat;
    padding: 5px 10px 5px 10px;
  }

  /*
  .h2_subhead01 {
    font-size: 18px;
    margin-bottom: 20px;
    background-size: cover;
    height: auto;
    border-radius: 12px;
    padding: 8px 10px 5px 50px;
  }

*/

  .h3_subhead01 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .h3_subhead02 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 15px 7px;
  }

  .h3_subhead03 {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(images/staff_icon.png) left top no-repeat;
    background-position: 0 10px;
  }

}


/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }

  #sp_footer {
    position: relative;
  }

  #sp_footer .sp_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  #sp_footer .sp_bnr .sp_bnr_parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 25%;
    background: #8CBD62;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }

  #sp_footer .sp_bnr .sp_bnr_parts>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }

  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }

  #sp_footer .sp_footer_box {
    padding: 30px 10px 70px;
  }

  #sp_footer .sp_footer_box .sp_logo {
    width: 260px;
    margin: 0 auto 15px;
  }

  #sp_footer .sp_footer_box .sp_add {
    margin-bottom: 10px;
    text-align: center;
  }

  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    font-size: 1.1rem;
    text-align: center;
  }
}


/****************************************

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }

  #pc_footer {
    position: relative;
    width: 100%;
    background: url(images/footer_img.png) top center no-repeat;
    margin-top: 100px;
  }

  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }

  .pagetop:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .pc_footer_box {
    padding: 50px 0;
  }

  .footer_nav {
    display: flex;
    flex-wrap: wrap;
    /* スマホで折り返し */
    justify-content: center;
    list-style: none;
    padding: 30px 0;
    margin: 0;
  }

  .footer_nav li {
    position: relative;
    padding: 0 12px;
  }

  .footer_nav li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }

  .footer_nav li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #B4A884;
  }

  .footer_nav li a:hover {
    text-decoration: underline;
  }

  .pc_footer_box .footer_logo {
    margin-bottom: 25px;
    text-align: center;
  }


  .pc_copyright {
    display: block;
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: center;
  }
}


/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #6AA13B solid;
  border-radius: 8px;
  background-color: #6AA13B;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  background-color: #fff;
  color: #6AA13B;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #6AA13B solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #6AA13B;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #6AA13B;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox]+span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #6AA13B;
  border-right: 3px solid #6AA13B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span {
  color: #002565;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:before {
  opacity: 1;
  border: 1px solid #6AA13B;
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  background-color: #6AA13B;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7 .form_input input[type=radio]+span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked+span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
  box-shadow: 0 0 2px 2px rgba(25, 103, 165, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked+span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6AA13B;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #6AA13B;
  border-right: 1px solid #6AA13B;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6AA13B;
  border-right: 1px solid #6AA13B;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #6AA13B;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 103, 165, 0.7)), to(rgba(25, 103, 165, 0.7)));
  background-image: linear-gradient(90deg, rgba(25, 103, 165, 0.7), rgba(25, 103, 165, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
  box-shadow: 0 0 1px 1px rgba(25, 103, 165, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }

  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }

  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_row .form_input {
    width: 100%;
  }

  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 10px;
  }

  .ajax-loader {
    width: auto;
  }

  .wpcf7-response-output {
    font-size: 1.3em;
  }
}


/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */