@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #4A4A4A; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%; }

body {
  line-height: 1;
  background: #FFFBF2; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none; }

img {
  vertical-align: top;
  border-style: none; }

a[href^="tel:"] {
  pointer-events: none; }
  @media screen and (max-width: 1023px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

/* =====================
  事業所詳細ページ誘導
===================== */
@media screen and (max-width: 1023px) {
  .p-office-list {
    margin: 0 10px; } }

.p-office-list li {
  width: 790px;
  height: 184px;
  margin: 0 auto 32px;
  border: 1px solid #555555;
  border-radius: 2px;
  padding-left: 395px;
  box-sizing: border-box;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media screen and (max-width: 1023px) {
    .p-office-list li {
      width: 300px;
      padding: 135px 0 0 0;
      height: 290px; } }
  .p-office-list li div {
    padding: 32px 0 0 24px;
    box-sizing: border-box;
    height: inherit;
    background-image: url("/img/arrow_officelist.png");
    background-position: 357px center;
    background-size: 23px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .p-office-list li div {
        padding: 20px 0 0 18px;
        height: auto; } }
  .p-office-list li:hover {
    opacity: 0.6; }

.p-office-list .p-office-list__nodoka {
  background-image: url("/img/img_officelist_nodoka.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .p-office-list .p-office-list__nodoka {
      background-size: 300px auto; } }
  .p-office-list .p-office-list__nodoka img {
    width: 248px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .p-office-list .p-office-list__nodoka img {
        margin-bottom: 10px; } }

.p-office-list .p-office-list__takashina {
  background-image: url("/img/img_officelist_takashina.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .p-office-list .p-office-list__takashina {
      background-size: 300px auto; } }
  .p-office-list .p-office-list__takashina img {
    width: 301px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .p-office-list .p-office-list__takashina img {
        width: 248px;
        margin-bottom: 10px; } }

.p-office-list .p-office-list__active {
  background-image: url("/img/img_officelist_active.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .p-office-list .p-office-list__active {
      background-size: 300px auto; } }
  .p-office-list .p-office-list__active img {
    width: 234px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .p-office-list .p-office-list__active img {
        width: 216px;
        margin-bottom: 10px; } }

.p-office-list .p-office-list__farm {
  background-image: url("/img/img_officelist_farm.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .p-office-list .p-office-list__farm {
      background-size: 300px auto; } }
  .p-office-list .p-office-list__farm img {
    width: 234px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .p-office-list .p-office-list__farm img {
        width: 216px;
        margin-bottom: 10px; } }

.p-office-list p {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.39px;
  line-height: 21px;
  margin-left: 3px; }

/* =====================
  事業所詳細ページ誘導
===================== */
.p-contact-area {
  background-image: url("/img/img_home_pc.png");
  background-position: center top;
  background-size: 970px auto;
  background-repeat: no-repeat;
  height: 332px;
  position: relative;
  bottom: -55px; }
  @media screen and (max-width: 1023px) {
    .p-contact-area {
      height: 457px;
      margin: 0 20px;
      background: #FFF0CE;
      padding-bottom: 50px; } }
  .p-contact-area h2 {
    font-size: 2.6rem;
    letter-spacing: 1.41px;
    padding: 42px 0 29px;
    margin: 40px auto 0; }
    @media screen and (max-width: 1023px) {
      .p-contact-area h2 {
        font-size: 1.8rem;
        margin: 0 auto; } }
  .p-contact-area .p-contact-area__text {
    overflow: hidden;
    width: 650px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .p-contact-area .p-contact-area__text {
        display: block;
        width: 100%; } }
    .p-contact-area .p-contact-area__text p {
      width: 360px;
      font-size: 1.5rem;
      text-align: left;
      line-height: 29px; }
      @media screen and (max-width: 1023px) {
        .p-contact-area .p-contact-area__text p {
          margin: 0 20px 20px;
          width: auto; } }
    @media screen and (max-width: 1023px) {
      .p-contact-area .p-contact-area__text br {
        display: none; } }
  .p-contact-area .tel {
    width: 264px;
    margin: 0 11px 0 6px;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .p-contact-area .tel {
        margin: 0 auto;
        width: 250px; } }
    .p-contact-area .tel em {
      display: block;
      margin: 0 0 0;
      background-image: url("/img/icn_phone.png");
      background-position: left 3px;
      background-size: 30px auto;
      background-repeat: no-repeat;
      font-family: "Noto Sans", sans-serif;
      padding-left: 40px;
      font-size: 3.2rem;
      color: #444444;
      letter-spacing: 1px;
      line-height: 1; }
      @media screen and (max-width: 1023px) {
        .p-contact-area .tel em {
          font-size: 2.6rem; } }
    .p-contact-area .tel .reception-time {
      font-size: 1.2rem;
      font-weight: normal;
      margin: 3px 0 0 43px;
      display: block; }
      @media screen and (max-width: 1023px) {
        .p-contact-area .tel .reception-time {
          margin: 3px 0 0 37px; } }
  .p-contact-area .btn-wrap {
    display: flex;
    width: 655px;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .p-contact-area .btn-wrap {
        display: block;
        width: 100%; } }
    .p-contact-area .btn-wrap .btn {
      margin-top: 24px;
      width: 313px; }
      @media screen and (max-width: 1023px) {
        .p-contact-area .btn-wrap .btn {
          width: 260px; } }
    .p-contact-area .btn-wrap .btn-mail {
      margin-right: 29px;
      height: 58px; }
      @media screen and (max-width: 1023px) {
        .p-contact-area .btn-wrap .btn-mail {
          margin: 0 auto; } }
      .p-contact-area .btn-wrap .btn-mail a {
        font-size: 1.7rem;
        height: 58px;
        line-height: 59px;
        background-image: url("/img/icn_angle.png");
        background-position: 290px center;
        background-size: 12px auto;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1023px) {
          .p-contact-area .btn-wrap .btn-mail a {
            font-size: 1.5rem; } }
      .p-contact-area .btn-wrap .btn-mail i {
        margin: 18px 10px 0px 23px;
        font-size: 2.2rem; }
    .p-contact-area .btn-wrap .btn-download {
      border: 1px solid #FFA000;
      background: #FFF;
      height: 58px; }
      .p-contact-area .btn-wrap .btn-download a {
        color: #FFA000;
        text-align: left;
        font-size: 1.7rem;
        height: 58px;
        line-height: 59px;
        background-image: url("/img/icn_angle_orange.png");
        background-position: 290px center;
        background-size: 12px auto;
        background-repeat: no-repeat; }
        @media screen and (max-width: 1023px) {
          .p-contact-area .btn-wrap .btn-download a {
            font-size: 1.5rem; } }
        .p-contact-area .btn-wrap .btn-download a:hover {
          background-image: url("/img/icn_angle.png");
          background-position: 290px center;
          background-size: 12px auto;
          background-repeat: no-repeat; }
      .p-contact-area .btn-wrap .btn-download i {
        color: #FFA000;
        margin: 18px 10px 0px 35px;
        font-size: 2.2rem;
        vertical-align: top; }

/* =====================
  テーブル
===================== */
.table-wrap {
  margin: 0 20px 80px; }

.table-wrap table {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 100%;
  max-width: 964px;
  margin: 0 auto; }

.table-wrap th {
  font-size: 1.5rem;
  height: 39px;
  width: 248px;
  background: #FFF0CE;
  text-align: left;
  font-weight: normal;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  padding-left: 29px;
  box-sizing: border-box; }
  @media screen and (max-width: 1023px) {
    .table-wrap th {
      text-align: center;
      padding-left: 0; } }

.table-wrap td {
  font-size: 1.4rem;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 19px 20px 17px 25px;
  background: #FFF;
  word-break: break-all; }

@media only screen and (max-width: 900px) {
  .table-wrap table {
    margin: 0 auto; }
  .table-wrap th {
    display: block;
    height: 36px;
    line-height: 37px;
    width: 100%; }
  .table-wrap th br {
    display: none; }
  .table-wrap td {
    display: block;
    height: auto;
    line-height: 1.6;
    padding: 13px 10px; } }

.expand {
  display: none; }
  @media screen and (max-width: 1023px) {
    .expand {
      display: block;
      width: 80px;
      text-decoration: underline;
      color: #4A721F;
      margin: 5px auto 0; } }

/* =====================
  TOP以外見出し
===================== */
.p-contact-area h1 {
  font-size: 2.6rem;
  letter-spacing: 1.41px;
  padding: 42px 0 29px;
  margin: 40px auto 0; }
  @media screen and (max-width: 1023px) {
    .p-contact-area h1 {
      font-size: 1.8rem;
      margin: 0 auto; } }

/* =====================
  form
===================== */
::-webkit-input-placeholder {
  color: #CCC;
  font-size: 1.6rem; }

:-moz-placeholder {
  color: #CCC; }

input[type="text"] {
  font-size: 1.6rem;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  max-width: 562px;
  width: 64.5%;
  height: 25px;
  line-height: 26px;
  padding: 3px 6px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc; }
  @media screen and (max-width: 1023px) {
    input[type="text"] {
      width: 96%; } }

input[type="text"].mini {
  max-width: 100px;
  width: 20%;
  margin-right: 7px; }

input[type="radio"] {
  display: none; }

.radio li {
  margin-bottom: 10px; }

.radio label {
  padding-left: 28px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  color: #3e4956;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1; }

.radio label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #FFF0CE;
  border-radius: 50%; }

.radio input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #FFA000; }

select {
  width: 104px;
  border: 1px solid #CCC;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-size: 1.6rem;
  height: 25px;
  line-height: 26px;
  padding: 3px 6px 5px;
  box-sizing: content-box; }

textarea {
  -webkit-appearance: none;
  font-size: 18px;
  width: 100%;
  height: 140px;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 6px 5px;
  box-sizing: border-box; }
  @media screen and (max-width: 1023px) {
    textarea {
      height: 80px; } }

.error {
  font-size: 1.6rem;
  color: red;
  text-align: center;
  margin-bottom: 20px; }

.contact h3 {
  margin-top: 60px; }

.contact .table-wrap {
  margin-bottom: 60px; }

.contact .p-section__text {
  text-align: center;
  margin-top: -30px; }
  @media screen and (max-width: 1023px) {
    .contact .p-section__text {
      margin-top: 0; } }

.contact .text_link {
  color: #89AC62;
  text-decoration: underline; }

.contact .btn-send {
  font-size: 1.8rem;
  color: #FFF;
  margin-bottom: 100px !important; }

.contact .btn-send:after {
  display: none; }

.contact .btn-send:hover {
  opacity: 0.7; }

.contact th span {
  background: #FFA000;
  color: #FFF;
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  padding: 0px 9px;
  border-radius: 6px; }
  @media screen and (max-width: 1023px) {
    .contact th span {
      height: 24px;
      line-height: 25px; } }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s; }

.checkbox label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px; }

.checkbox label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5); }

.checkbox label:hover::before {
  background: #fff; }

.checkbox input[type="checkbox"]:checked + label::before {
  background: #FFA000;
  border: 1px solid #FFA000; }

.checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1); }

.l-footer {
  position: relative;
  background: url(/img/grass_green.png) repeat-x left top;
  background-size: 278px auto;
  padding-top: 97px; }
  .l-footer .l-footer__inner {
    background: #698F3E;
    width: 100%;
    height: 205px;
    margin: 0 auto;
    padding-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .l-footer .l-footer__inner {
        height: auto; } }
  .l-footer .l-footer__nav {
    position: relative;
    width: 750px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #FFF;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .l-footer .l-footer__nav {
        width: 100%; } }
    .l-footer .l-footer__nav em {
      font-style: normal;
      margin-bottom: 10px;
      color: #FFF;
      font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .l-footer .l-footer__nav {
        display: block; } }
  .l-footer .l-footer__nav__list {
    width: 190px;
    margin-right: 67px;
    line-height: 1.9; }
    @media screen and (max-width: 1023px) {
      .l-footer .l-footer__nav__list {
        margin: 0 0 24px 20px; } }
  .l-footer .l-footer__nav__item a {
    color: #FFF;
    -webkit-transition-property: text-decoration;
    transition-property: text-decoration;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s; }
  .l-footer .l-footer__nav__item a:hover {
    text-decoration: underline; }
  .l-footer .copyright {
    font-size: 1rem;
    position: absolute;
    right: 17px;
    bottom: 0;
    color: #FFF;
    margin: 30px 0 12px; }
    @media screen and (max-width: 1023px) {
      .l-footer .copyright {
        position: initial;
        width: 100%;
        text-align: center; } }

.l-header {
  position: relative;
  z-index: 1; }

.l-header__inner {
  width: 1024px;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
  z-index: 10; }
  @media screen and (max-width: 1023px) {
    .l-header__inner {
      height: 62px;
      width: 100%;
      background: #FFF;
      box-shadow: 0 2px 4px 0 rgba(204, 204, 204, 0.5);
      position: fixed;
      top: 0; } }

.l-header__logo {
  float: left;
  margin: 14px 0 0 20px; }

.l-header__logo a {
  text-indent: -9999px;
  display: block;
  width: 165px;
  height: 52px;
  background-image: url("/img/logo.png");
  background-position: left top;
  background-size: 165px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .l-header__logo a {
      background-image: url("/img/logo.png");
      background-position: left top;
      background-size: 120px auto;
      background-repeat: no-repeat; } }

.l-header__logo a:hover {
  opacity: 0.7; }

.l-header__menu-icn {
  display: none;
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 57px;
  height: 65px;
  transition: all .4s; }
  @media screen and (max-width: 1023px) {
    .l-header__menu-icn {
      display: block; } }
  .l-header__menu-icn a {
    display: block;
    padding: 24px 16px; }
  .l-header__menu-icn span {
    position: absolute;
    right: 16px;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background-color: #417505;
    transition: all .4s; }
    .l-header__menu-icn span:nth-of-type(1) {
      top: 22px; }
    .l-header__menu-icn span:nth-of-type(2) {
      top: 30px; }
    .l-header__menu-icn span:nth-of-type(3) {
      top: 38px; }
  .l-header__menu-icn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    top: 18px;
    width: 28px; }
  .l-header__menu-icn.is-active span:nth-of-type(2) {
    opacity: 0; }
  .l-header__menu-icn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
    top: 41px;
    width: 28px; }

.l-header__sub-nav-pc {
  float: right;
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .l-header__sub-nav-pc {
      display: none; } }

.l-header__sub-nav-pc__linkBox {
  overflow: hidden;
  margin-right: 19px; }

.l-header__sub-nav-pc__contact {
  width: 222px;
  margin: 11px 11px 0 6px;
  float: left;
  font-weight: bold; }
  .l-header__sub-nav-pc__contact .note {
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    text-align: center; }
  .l-header__sub-nav-pc__contact em {
    display: block;
    margin: 4px 0 4px;
    background-image: url("/img/icn_phone.png");
    background-position: left 3px;
    background-size: 25px 21px;
    background-repeat: no-repeat;
    font-family: "Noto Sans", sans-serif;
    padding-left: 30px;
    font-size: 2.7rem;
    color: #444444;
    letter-spacing: 1px; }
  .l-header__sub-nav-pc__contact .reception-time {
    font-size: 1.1rem;
    letter-spacing: 1.1px;
    font-weight: normal; }

.l-header__sub-nav-pc__list {
  height: 31px; }

.l-header__sub-nav-pc__listitem {
  font-size: 1.2rem;
  display: inline-block;
  margin: 10px 21px 6px 0; }
  .l-header__sub-nav-pc__listitem a {
    padding: 2px 0px 0 17px;
    line-height: 15px; }
    .l-header__sub-nav-pc__listitem a:before {
      content: "";
      display: block;
      margin-top: 1px;
      border-color: transparent;
      border-left-color: #89AC62;
      border-style: solid;
      border-width: 6px;
      content: '';
      height: 0;
      position: absolute;
      width: 0; }

.l-header__nav-wrap {
  display: block;
  border-top: 5px solid #89AC62; }
  @media screen and (max-width: 1023px) {
    .l-header__nav-wrap {
      border-top: none;
      display: none;
      background: #FFF; } }

.l-header__grobal-nav {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.09); }
  @media screen and (max-width: 1023px) {
    .l-header__grobal-nav {
      height: 100%;
      box-shadow: none;
      padding-top: 62px; } }

.l-header__grobal-nav__inner {
  width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .l-header__grobal-nav__inner {
      width: 100%; } }

.l-header__sub-nav-sp {
  display: none; }
  @media screen and (max-width: 1023px) {
    .l-header__sub-nav-sp {
      display: block;
      margin: 0 20px;
      padding-bottom: 20px; } }
  .l-header__sub-nav-sp h3 {
    font-size: 1.4rem;
    color: #333;
    margin: 33px 0 15px;
    text-align: center;
    font-weight: bold; }
  .l-header__sub-nav-sp .btn {
    width: 100%;
    margin-bottom: 10px; }
  .l-header__sub-nav-sp .btn-tel a {
    background-image: url(/img/icn_angle_sp.png) !important;
    background-position: right center !important;
    background-size: 16px auto !important; }
  .l-header__sub-nav-sp .btn-mail {
    height: 58px; }
    .l-header__sub-nav-sp .btn-mail a {
      line-height: 59px;
      font-size: 1.6rem;
      text-align: center;
      background-image: url(/img/icn_angle_sp.png) !important;
      background-position: right center !important;
      background-size: 16px auto !important; }
  .l-header__sub-nav-sp .btn-download {
    border: 1px solid #FFA000; }
    .l-header__sub-nav-sp .btn-download a {
      text-align: center !important;
      background-image: url(/img/icn_angle_orange_sp.png) !important;
      background-position: right center !important;
      background-size: 16px auto !important;
      color: #FFA000; }

.l-header__sub-nav-sp__list {
  display: flex;
  width: 196px;
  margin: 33px auto 0; }
  .l-header__sub-nav-sp__list li {
    width: 80px; }
    .l-header__sub-nav-sp__list li:first-child {
      margin-right: 36px; }
    .l-header__sub-nav-sp__list li a {
      width: inherit;
      box-sizing: border-box;
      font-size: 1.5rem;
      padding-left: 19px; }
      .l-header__sub-nav-sp__list li a:before {
        content: "";
        display: block;
        margin-top: 1px;
        border-color: transparent;
        border-left-color: #89AC62;
        border-style: solid;
        border-width: 6px;
        content: '';
        height: 0;
        position: absolute;
        width: 0; }

.l-header__grobal-nav__home {
  text-indent: -9999px; }

.l-header__grobal-nav__first {
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .l-header__grobal-nav__first {
      padding: 3px 20px 0; } }
  .l-header__grobal-nav__first > li {
    position: relative;
    float: left;
    text-indent: -9999px;
    transition: opacity 0.3s; }
    @media screen and (max-width: 1023px) {
      .l-header__grobal-nav__first > li {
        text-indent: 0;
        width: 100%;
        line-height: 25px;
        border-bottom: 1px solid #CCC;
        background-image: url("/img/icn_angle_black.png");
        background-position: right center;
        background-size: 7px auto;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 1025px) {
      .l-header__grobal-nav__first > li:hover {
        opacity: 0.7; } }
  .l-header__grobal-nav__first a {
    display: block;
    width: inherit;
    height: inherit;
    padding: 16px 33px; }
    @media screen and (max-width: 1023px) {
      .l-header__grobal-nav__first a {
        background: none !important;
        font-size: 1.5rem;
        font-weight: bold;
        box-sizing: border-box;
        height: inherit !important;
        width: 100% !important;
        padding: 16px 7px; } }
  .l-header__grobal-nav__first .l-header__grobal-nav__home {
    text-indent: 0; }
    .l-header__grobal-nav__first .l-header__grobal-nav__home a {
      padding: 13px 7px 13px 30px; }
      @media screen and (max-width: 1023px) {
        .l-header__grobal-nav__first .l-header__grobal-nav__home a {
          padding: 16px 7px; } }
    .l-header__grobal-nav__first .l-header__grobal-nav__home i {
      color: #444;
      display: inline-block;
      font-size: 2.1rem;
      vertical-align: top; }
      @media screen and (max-width: 1023px) {
        .l-header__grobal-nav__first .l-header__grobal-nav__home i {
          display: none; } }
    .l-header__grobal-nav__first .l-header__grobal-nav__home span {
      display: none; }
      @media screen and (max-width: 1023px) {
        .l-header__grobal-nav__first .l-header__grobal-nav__home span {
          display: block; } }
  .l-header__grobal-nav__first .l-header__grobal-nav__about a {
    width: 108px;
    height: 14px;
    background-image: url("/img/nav_about.png");
    background-position: center center;
    background-size: 108px auto;
    background-repeat: no-repeat; }
  .l-header__grobal-nav__first .l-header__grobal-nav__horticulturaltherapy a {
    width: 99px;
    height: 15px;
    background-image: url("/img/nav_horticulturaltherapy.png");
    background-position: center center;
    background-size: 99px auto;
    background-repeat: no-repeat; }
  .l-header__grobal-nav__first .l-header__grobal-nav__careoffice {
    width: 117px;
    height: 22px;
    padding: 12px 33px;
    cursor: pointer;
    background-image: url("/img/nav_careoffice.png");
    background-position: center center;
    background-size: 117px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .l-header__grobal-nav__first .l-header__grobal-nav__careoffice {
        background-image: url("/img/icn_plus.png");
        background-position: right 21px;
        background-size: 13px auto;
        background-repeat: no-repeat;
        font-size: 1.5rem;
        font-weight: bold;
        width: 100%;
        padding: 16px 7px;
        box-sizing: border-box;
        height: 57px; }
        .l-header__grobal-nav__first .l-header__grobal-nav__careoffice.is-open {
          background-image: url("/img/icn_minus.png");
          background-position: right 25px;
          background-size: 13px auto;
          background-repeat: no-repeat; } }
  .l-header__grobal-nav__first .l-header__grobal-nav__voice a {
    width: 113px;
    height: 16px;
    background-image: url("/img/nav_voice.png");
    background-position: center center;
    background-size: 113px auto;
    background-repeat: no-repeat; }
  .l-header__grobal-nav__first .l-header__grobal-nav__flow a {
    width: 68px;
    height: 15px;
    background-image: url("/img/nav_flow.png");
    background-position: center center;
    background-size: 68px auto;
    background-repeat: no-repeat; }
  .l-header__grobal-nav__first .l-header__grobal-nav__contact a {
    width: 94px;
    height: 15px;
    background-image: url("/img/nav_contact.png");
    background-position: center center;
    background-size: 94px auto;
    background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .l-header__grobal-nav__first .l-header__grobal-nav__contact {
      display: none; } }
  .l-header__grobal-nav__first .l-header__grobal-nav__diary a {
    width: 80px;
    height: 15px;
    background-image: url("/img/nav_diary.png");
    background-position: center center;
    background-size: 80px auto;
    background-repeat: no-repeat; }
  .l-header__grobal-nav__first .l-header__grobal-nav__second {
    display: none; }
    .l-header__grobal-nav__first .l-header__grobal-nav__second .nodoka {
      margin-top: 12px; }
    .l-header__grobal-nav__first .l-header__grobal-nav__second a {
      display: none;
      background-image: url(/img/icn_angle_black.png) !important;
      background-position: right center !important;
      background-size: 7px auto !important;
      background-repeat: no-repeat !important; }

/*  ヘッダードロップダウン		
------------------------*/
.l-header__dropdown {
  background: rgba(0, 0, 0, 0.5);
  height: 232px;
  opacity: 0;
  transition: transform 0.4s,opacity 0.3s;
  display: block;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: center top; }

.l-header__dropdown.show {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1); }

.l-header__dropdown__careoffice {
  margin: 0 auto;
width: 944px;
  padding: 18px 0; }
  .l-header__dropdown__careoffice > li {
    width: 290px;
    float: left;
    height: 198px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 1.2rem;
    background: #FFF;
    transition: opacity 0.3s;
    cursor: pointer; }
    .l-header__dropdown__careoffice > li a {
      padding: 141px 16px 0;
      width: inherit;
      height: inherit;
      box-sizing: border-box;
      display: block;
      border-radius: 2px; }
    .l-header__dropdown__careoffice > li.nodoka {
      margin-right: 37px; }
      .l-header__dropdown__careoffice > li.nodoka a {
        background: url(../img/img_nodoka_dropdown.png) no-repeat left top #FFF;
        background-size: 290px auto; }
      .l-header__dropdown__careoffice > li.nodoka span {
        display: block;
        background-image: url("/img/logo_nodoka.png");
        background-position: left top;
        background-size: 183px auto;
        background-repeat: no-repeat; }
    .l-header__dropdown__careoffice > li.takashina {
      margin-right: 37px; }
      .l-header__dropdown__careoffice > li.takashina a {
        background: url(../img/img_takashina_dropdown.png) no-repeat left top #FFF;
        background-size: 290px auto; }
      .l-header__dropdown__careoffice > li.takashina span {
        display: block;
        background-image: url("/img/logo_takashina.png");
        background-position: left top;
        background-size: 226px auto;
        background-repeat: no-repeat; }
    .l-header__dropdown__careoffice > li.active a {
      background: url(../img/img_active_dropdown.png) no-repeat left top #FFF;
      background-size: 290px auto; }
    .l-header__dropdown__careoffice > li.active span {
      display: block;
      background-image: url("/img/logo_active.png");
      background-position: left top;
      background-size: 178px auto;
      background-repeat: no-repeat; }
    .l-header__dropdown__careoffice > li.farm a {
      background: url(../img/img_farm_dropdown.png) no-repeat left top #FFF;
      background-size: 290px auto; }
    .l-header__dropdown__careoffice > li.farm span {
      display: block;
      background-image: url("/img/logo_farm.png");
      background-position: left top;
      background-size: 178px auto;
      background-repeat: no-repeat; }

    .l-header__dropdown__careoffice > li span {
      color: #000;
      text-indent: -9999px;
      margin-top: 10px;
      height: 23px; }
    .l-header__dropdown__careoffice > li:hover {
      opacity: 0.7; }

/* =====================
  recruitment
===================== */
.recruitment .l-main,
.flow .l-main,
.company .l-main,
.download .l-main,
.about .l-main,
.privacy .l-main,
.horticulturaltherapy .l-main,
.contact .l-main,
.careoffice .l-main {
  top: 131px;
  padding-top: 60px;
  background: #FFFBF2; }
  @media screen and (max-width: 1023px) {
    .recruitment .l-main,
    .flow .l-main,
    .company .l-main,
    .download .l-main,
    .about .l-main,
    .privacy .l-main,
    .horticulturaltherapy .l-main,
    .contact .l-main,
    .careoffice .l-main {
      padding-top: 42px;
      top: 62px; } }

.recruitment .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_recruit.png");
  background-position: left center;
  background-size: 98px auto;
  background-repeat: no-repeat;
  width: 98px;
  height: 45px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .recruitment .p-main-visual h1 {
      background-image: url("/img/h_recruit.png");
      background-position: left center;
      background-size: 84px auto;
      background-repeat: no-repeat;
      width: 84px; } }

.recruitment .p-main-visual img {
  margin: 0 auto 55px;
  width: 1280px;
  display: block; }
  @media screen and (max-width: 1023px) {
    .recruitment .p-main-visual img {
      width: 100%;
      margin: 0 auto 45px; } }

.recruitment .table-wrap .p-section__title {
  text-align: left;
  margin: 50px auto 28px; }

.recruitment .txt-link {
  color: #FFA000;
  text-decoration: underline; }

.flow .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_flow.png");
  background-position: left center;
  background-size: 98px auto;
  background-repeat: no-repeat;
  width: 98px;
  height: 45px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .flow .p-main-visual h1 {
      background-image: url("/img/h_flow.png");
      background-position: left center;
      background-size: 84px auto;
      background-repeat: no-repeat;
      width: 84px;
      margin: 0 auto 33px; } }

.flow .p-flow-usage ol {
  width: 100%;
  display: block; }

.flow .p-flow-usage li {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 2px 2px 0 #CCCCCC;
  width: 964px;
  margin: 0 auto 60px;
  position: relative;
  box-sizing: border-box; }
  .flow .p-flow-usage li:before {
    position: absolute;
    bottom: -58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent;
    border-top-color: #F5A623;
    border-style: solid;
    border-width: 18px;
    content: '';
    height: 0;
    position: absolute;
    width: 0; }
  .flow .p-flow-usage li:last-child:before {
    display: none; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage li {
      width: auto;
      margin: 0 20px 60px; } }

.flow .p-flow-usage .title {
  background: #FFF0CE;
  width: 100%;
  height: 53px;
  font-size: 1.9rem;
  color: #333333;
  line-height: 54px; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .title {
      font-size: 1.6rem; } }

.flow .p-flow-usage .txt {
  padding: 27px 75px 29px;
  line-height: 1.6; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .txt {
      padding: 27px 20px;
      font-size: 1.4rem;
      line-height: 1.7; } }

.flow .p-flow-usage span {
  background: #F5A623;
  width: 30px;
  height: 30px;
  line-height: 31px;
  color: #FFF;
  font-size: 1.8rem;
  margin: 0 12px 0 16px;
  display: inline-block;
  border-radius: 30px;
  text-align: center; }

.flow .p-flow-usage .tel {
  width: 265px;
  margin: 0 24px 0 0;
  font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .tel {
      margin: 0 auto 20px;
      width: 235px; } }
  .flow .p-flow-usage .tel em {
    display: block;
    margin: 0 0 0;
    background-image: url("/img/icn_phone.png");
    background-position: left 3px;
    background-size: 30px auto;
    background-repeat: no-repeat;
    font-family: "Noto Sans", sans-serif;
    padding-left: 40px;
    font-size: 3.2rem;
    color: #444444;
    letter-spacing: 1px;
    line-height: 32px;
    height: 29px; }
    @media screen and (max-width: 1023px) {
      .flow .p-flow-usage .tel em {
        font-size: 2.4rem; } }
  .flow .p-flow-usage .tel .reception-time {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 3px 0 0 54px;
    display: block; }
    @media screen and (max-width: 1023px) {
      .flow .p-flow-usage .tel .reception-time {
        margin: 3px 0 0 40px; } }

.flow .p-flow-usage .btn-wrap {
  display: flex;
  width: 597px;
  margin: 12px auto 50px; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .btn-wrap {
      display: block;
      width: 100%;
      margin: 0 auto 40px; } }

.flow .p-flow-usage .btn {
  margin-top: 0px;
  width: 313px; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .btn {
      width: 260px; } }

.flow .p-flow-usage .btn-mail {
  height: 58px; }
  @media screen and (max-width: 1023px) {
    .flow .p-flow-usage .btn-mail {
      margin: 0 auto; } }
  .flow .p-flow-usage .btn-mail a {
    font-size: 1.7rem;
    height: 58px;
    line-height: 59px;
    background-image: url("/img/icn_angle.png");
    background-position: 290px center;
    background-size: 12px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .flow .p-flow-usage .btn-mail a {
        font-size: 1.5rem; } }
  .flow .p-flow-usage .btn-mail i {
    margin: 18px 10px 0px 23px;
    font-size: 2.2rem; }

.company .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_company.png");
  background-position: left center;
  background-size: 119px auto;
  background-repeat: no-repeat;
  width: 119px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .company .p-main-visual h1 {
      background-image: url("/img/h_company.png");
      background-position: left center;
      background-size: 84px auto;
      background-repeat: no-repeat;
      width: 84px;
      margin: 0 auto 33px; } }

.download .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_download.png");
  background-position: left center;
  background-size: 302px auto;
  background-repeat: no-repeat;
  width: 302px;
  height: 46px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .download .p-main-visual h1 {
      background-image: url("/img/h_download.png");
      background-position: left center;
      background-size: 230px auto;
      background-repeat: no-repeat;
      width: 230px;
      margin: 0 auto 33px; } }

@media screen and (max-width: 1023px) {
  .download .p-download-list {
    margin: 0 10px; } }

.download .p-download-list li {
  width: 790px;
  height: 184px;
  margin: 0 auto 83px;
  border-radius: 2px;
  padding-left: 395px;
  box-sizing: border-box;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list li {
      width: 300px;
      padding: 135px 0 0 0;
      height: 290px;
      margin: 0 auto 123px; } }
  .download .p-download-list li:last-child {
    margin: 0 auto 70px; }
  .download .p-download-list li .p-section__inner-wrap {
    padding: 32px 0 0 24px;
    box-sizing: border-box;
    height: inherit; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list li .p-section__inner-wrap {
        padding: 20px 0 0 0;
        height: auto; } }

.download .p-download-list .p-office-list__nodoka {
  background-image: url("/img/img_officelist_nodoka.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list .p-office-list__nodoka {
      background-size: 300px auto; } }
  .download .p-download-list .p-office-list__nodoka img {
    width: 248px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .p-office-list__nodoka img {
        margin: 0 auto 10px;
        display: block; } }

.download .p-download-list .p-office-list__takashina {
  background-image: url("/img/img_officelist_takashina.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list .p-office-list__takashina {
      background-size: 300px auto; } }
  .download .p-download-list .p-office-list__takashina img {
    width: 301px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .p-office-list__takashina img {
        width: 248px;
        margin: 0 auto 10px;
        display: block; } }

.download .p-download-list .p-office-list__active {
  background-image: url("/img/img_officelist_active.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list .p-office-list__active {
      background-size: 300px auto; } }
  .download .p-download-list .p-office-list__active img {
    width: 226px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .p-office-list__active img {
        width: 216px;
        margin: 0 auto 10px;
        display: block; } }

.download .p-download-list .p-office-list__farm {
  background-image: url("/img/img_officelist_farm.png");
  background-position: left top;
  background-size: 395px auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list .p-office-list__farm {
      background-size: 300px auto; } }
  .download .p-download-list .p-office-list__farm img {
    width: 226px;
    margin-bottom: 14px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .p-office-list__farm img {
        width: 216px;
        margin: 0 auto 10px;
        display: block; } }

.download .p-download-list p {
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.39px;
  line-height: 21px;
  margin-left: 3px; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list p {
      text-align: center; } }

.download .p-download-list .btn-wrap {
  display: flex;
  width: 448px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .download .p-download-list .btn-wrap {
      display: block;
      width: 100%; } }
  .download .p-download-list .btn-wrap .btn {
    margin: 24px 20px 0 0;
    width: 191px;
    height: 44px;
    text-align: center; }
  .download .p-download-list .btn-wrap a {
    line-height: 45px; }
  .download .p-download-list .btn-wrap .btn-download {
    width: 228px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .btn-wrap .btn-download {
        margin: 24px auto 0; } }
  .download .p-download-list .btn-wrap .btn-detail {
    width: 191px; }
    @media screen and (max-width: 1023px) {
      .download .p-download-list .btn-wrap .btn-detail {
        width: 228px;
        margin: 24px auto 0; } }

.about .l-main {
  background-image: url(/img/bg_about.jpg);
  background-position: center -250px;
  background-size: 1280px auto;
  background-repeat: no-repeat; }

.about .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_about.png");
  background-position: left center;
  background-size: 169px auto;
  background-repeat: no-repeat;
  width: 169px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .about .p-main-visual h1 {
      background-image: url("/img/h_about.png");
      background-position: left center;
      background-size: 157px auto;
      background-repeat: no-repeat;
      width: 157px;
      margin: 0 auto 33px; } }

.about .p-main-visual .p-main-visual__inner {
  margin: 0 20px; }

.about .p-main-visual .lead {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 52px 105px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.73); }
  @media screen and (max-width: 1023px) {
    .about .p-main-visual .lead {
      padding: 52px 20px; } }
  .about .p-main-visual .lead h2 {
    font-weight: bold;
    font-size: 2.6rem;
    letter-spacing: 3.03px;
    line-height: 41px;
    text-align: center;
    text-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 54px; }
    @media screen and (max-width: 1023px) {
      .about .p-main-visual .lead h2 {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 25px; } }
    @media screen and (max-width: 1023px) {
      .about .p-main-visual .lead h2 br {
        display: none; } }
  .about .p-main-visual .lead p {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 29px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .about .p-main-visual .lead p {
        font-size: 1.5rem; } }

.about .operation-policy h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 1;
  margin-bottom: 23px; }
  @media screen and (max-width: 1023px) {
    .about .operation-policy h3 {
      position: absolute;
      top: 38px;
      font-size: 1.8rem; } }

.about .operation-policy .p-section__inner,
.about .feature .p-section__inner,
.about .timeofday .p-section__inner {
  margin: 0 20px; }

.about .p-policy-list {
  background-image: url("/img/img_policy.jpg");
  background-position: 677px center;
  background-size: 249px auto;
  background-repeat: no-repeat;
  max-width: 964px;
  width: 100%;
  margin: 60px auto 150px;
  padding: 40px 300px 40px 40px;
  border: 0 solid #CCCCCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 #CCCCCC;
  box-sizing: border-box;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .about .p-policy-list {
      padding: 320px 20px 20px;
      background-image: url("/img/img_policy.jpg");
      background-position: center 70px;
      background-size: 249px auto;
      background-repeat: no-repeat;
      margin: 60px auto 0px; } }
  .about .p-policy-list ol {
    max-width: 612px;
    width: 100%; }
  .about .p-policy-list li {
    margin-bottom: 17px;
    line-height: 1.4;
    font-size: 1.4rem; }

.about .p-feature-list {
  max-width: 964px;
  width: 100%;
  margin: 0 auto; }
  .about .p-feature-list li {
    min-height: 134px;
    padding-left: 236px;
    margin: 0 0 25px; }
    @media screen and (max-width: 1023px) {
      .about .p-feature-list li {
        padding: 0 0 230px 0; } }
    .about .p-feature-list li.therapy {
      background-image: url("/img/img_feature_1.jpg");
      background-position: left top;
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .about .p-feature-list li.therapy {
          background-image: url("/img/img_feature_1.jpg");
          background-position: center bottom;
          background-size: 300px auto;
          background-repeat: no-repeat; } }
    .about .p-feature-list li.handmade {
      background-image: url("/img/img_feature_2.jpg");
      background-position: left top;
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .about .p-feature-list li.handmade {
          background-image: url("/img/img_feature_2.jpg");
          background-position: center bottom;
          background-size: 300px auto;
          background-repeat: no-repeat; } }
    .about .p-feature-list li.training {
      background-image: url("/img/img_feature_3.jpg");
      background-position: left top;
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .about .p-feature-list li.training {
          background-image: url("/img/img_feature_3.jpg");
          background-position: center bottom;
          background-size: 300px auto;
          background-repeat: no-repeat; } }
    .about .p-feature-list li.facility {
      background-image: url("/img/img_feature_4.jpg");
      background-position: left top;
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .about .p-feature-list li.facility {
          background-image: url("/img/img_feature_4.jpg");
          background-position: center bottom;
          background-size: 300px auto;
          background-repeat: no-repeat; } }
    .about .p-feature-list li.staff {
      background-image: url("/img/img_feature_5.jpg");
      background-position: left top;
      background-size: 200px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .about .p-feature-list li.staff {
          background-image: url("/img/img_feature_5.jpg");
          background-position: center bottom;
          background-size: 300px auto;
          background-repeat: no-repeat; } }
  .about .p-feature-list h4 {
    padding-top: 13px;
    margin-bottom: 5px;
    color: #4A721F;
    font-size: 2.1rem;
    font-weight: bold; }
    @media screen and (max-width: 1023px) {
      .about .p-feature-list h4 {
        font-size: 1.8rem; } }
  .about .p-feature-list p {
    font-size: 1.5rem;
    line-height: 1.6; }
    @media screen and (max-width: 1023px) {
      .about .p-feature-list p {
        margin: 0; } }

@media screen and (max-width: 1023px) {
  .about .timeofday img {
    margin-top: 30px; } }

.privacy .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_privacy.png");
  background-position: left center;
  background-size: 254px auto;
  background-repeat: no-repeat;
  width: 254px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .privacy .p-main-visual h1 {
      background-image: url("/img/h_privacy.png");
      background-position: left center;
      background-size: 230px auto;
      background-repeat: no-repeat;
      width: 230px;
      margin: 0 auto 33px; } }

.privacy .privacy-text .p-section__inner {
  max-width: 964px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .privacy .privacy-text .p-section__inner {
      margin: 0 20px;
      max-width: 100%;
      width: auto; } }

.privacy .p-privacy-list p,
.privacy .p-privacy-list dd {
  font-size: 1.6rem;
  line-height: 1.4; }

@media screen and (max-width: 768px) and (min-width: 1px) {
  .privacy .p-privacy-list p,
  .privacy .p-privacy-list dd {
    font-size: 1.3rem; } }

.privacy .p-privacy-list dl {
  margin: 60px 0 55px; }

@media screen and (max-width: 768px) and (min-width: 1px) {
  .privacy .p-privacy-list dl {
    margin: 50px 0 80px; } }

.privacy .p-privacy-list dt {
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: bold; }

@media screen and (max-width: 768px) and (min-width: 1px) {
  .privacy .p-privacy-list dt {
    font-size: 15px;
    font-size: 1.3rem; } }

.privacy .p-privacy-list dd {
  margin: 10px 0 45px; }
  .privacy .p-privacy-list dd a {
    text-decoration: underline;
    color: #89AC62; }

.horticulturaltherapy .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_horticulturaltherapy.png");
  background-position: left center;
  background-size: 201px auto;
  background-repeat: no-repeat;
  width: 201px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .horticulturaltherapy .p-main-visual h1 {
      background-image: url("/img/h_horticulturaltherapy.png");
      background-position: center center;
      background-size: 160px auto;
      background-repeat: no-repeat;
      width: 160px;
      margin: 0 auto 33px; } }

.horticulturaltherapy .p-main-visual img {
  margin: 0 auto 60px;
  width: 1280px;
  display: block; }
  .horticulturaltherapy .p-main-visual img.sp {
    display: none; }
  .horticulturaltherapy .p-main-visual img.pc {
    display: block; }
  @media screen and (max-width: 1023px) {
    .horticulturaltherapy .p-main-visual img {
      width: 100%;
      margin: 0 auto 45px; }
      .horticulturaltherapy .p-main-visual img.sp {
        display: block; }
      .horticulturaltherapy .p-main-visual img.pc {
        display: none; } }

.horticulturaltherapy .ourway .p-section__inner,
.horticulturaltherapy .purpose .p-section__inner,
.horticulturaltherapy .effect .p-section__inner,
.horticulturaltherapy .season .p-section__inner,
.horticulturaltherapy .farm .p-section__inner {
  margin: 0 20px; }

.horticulturaltherapy .ourway .p-section__text,
.horticulturaltherapy .purpose .p-section__text,
.horticulturaltherapy .effect .p-section__text,
.horticulturaltherapy .season .p-section__text,
.horticulturaltherapy .farm .p-section__text {
  max-width: 964px;
  width: 100%;
  margin: 0 auto 0; }

@media screen and (max-width: 1023px) {
  .horticulturaltherapy .p-section h2 {
    margin: 50px auto 30px; } }

.horticulturaltherapy .p-section h4 {
  margin-bottom: 15px;
  color: #4A721F;
  font-size: 2.1rem;
  font-weight: bold;
  max-width: 964px;
  width: 100%;
  margin: 0 auto 12px; }
  @media screen and (max-width: 1023px) {
    .horticulturaltherapy .p-section h4 {
      font-size: 1.8rem; } }

.horticulturaltherapy .p-section .p-section__text-wrap {
  max-width: 964px;
  width: 100%;
  margin: 0 auto 60px;
  box-sizing: border-box; }

.horticulturaltherapy .p-section.img-right {
  min-height: 134px;
  margin: 0 0 25px; }
  .horticulturaltherapy .p-section.img-right.purpose .p-section__text-wrap {
    background-image: url("/img/img_horticulturaltherapy_1.jpg");
    background-position: left top;
    background-size: 414px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-right.purpose .p-section__text-wrap {
        background-image: url("/img/img_horticulturaltherapy_1.jpg");
        background-position: center bottom;
        background-size: 300px auto;
        background-repeat: no-repeat; } }
  .horticulturaltherapy .p-section.img-right.ourway .p-section__text-wrap {
    min-height: 270px;
    background-image: url("/img/img_horticulturaltherapy_3.jpg");
    background-position: left top;
    background-size: 414px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-right.ourway .p-section__text-wrap {
        background-image: url("/img/img_horticulturaltherapy_3.jpg");
        background-position: center bottom;
        background-size: 300px auto;
        background-repeat: no-repeat; } }
  .horticulturaltherapy .p-section.img-right .p-section__text-wrap {
    padding-left: 460px; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-right .p-section__text-wrap {
        padding: 0 0 244px 0; } }

.horticulturaltherapy .p-section.img-left {
  min-height: 134px;
  margin: 0 0 25px; }
  .horticulturaltherapy .p-section.img-left.effect .p-section__text-wrap {
    min-height: 270px;
    background-image: url("/img/img_horticulturaltherapy_2.jpg");
    background-position: right top;
    background-size: 414px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-left.effect .p-section__text-wrap {
        background-image: url("/img/img_horticulturaltherapy_2.jpg");
        background-position: center bottom;
        background-size: 300px auto;
        background-repeat: no-repeat; } }
  .horticulturaltherapy .p-section.img-left.farm .p-section__text-wrap {
    min-height: 270px;
    background-image: url("/img/img_horticulturaltherapy_4.jpg");
    background-position: right top;
    background-size: 414px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-left.farm .p-section__text-wrap {
        background-image: url("/img/img_horticulturaltherapy_4.jpg");
        background-position: center bottom;
        background-size: 300px auto;
        background-repeat: no-repeat; } }
  .horticulturaltherapy .p-section.img-left .p-section__text-wrap {
    padding-right: 460px; }
    @media screen and (max-width: 1023px) {
      .horticulturaltherapy .p-section.img-left .p-section__text-wrap {
        padding: 0 0 234px 0; } }

.contact .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_contact.png");
  background-position: left center;
  background-size: 283px auto;
  background-repeat: no-repeat;
  width: 283px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .contact .p-main-visual h1 {
      background-image: url("/img/h_contact.png");
      background-position: left center;
      background-size: 184px auto;
      background-repeat: no-repeat;
      width: 184px;
      margin: 0 auto 33px; } }

@media screen and (max-width: 1023px) {
  .contact .table-wrap {
    margin-bottom: 30px; } }

.contact h3.p-section__title {
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 14px;
  padding-left: 6px; }
  @media screen and (max-width: 1023px) {
    .contact h3.p-section__title {
      font-size: 1.5rem;
      width: 100%;
      margin: 0 20px 8px; } }

.contact .relation li {
  display: inline-block;
  margin-right: 60px; }
  @media screen and (max-width: 1023px) {
    .contact .relation li {
      display: block; } }

.contact .p-contact-area {
  display: none; }

.contact.thanks .p-section__inner {
  margin-bottom: 340px; }
  @media screen and (max-width: 1023px) {
    .contact.thanks .p-section__inner {
      margin-bottom: 0; } }

.careoffice .p-main-visual h1 {
  text-indent: -9999px;
  background-image: url("/img/h_careoffice.png");
  background-position: left center;
  background-size: 181px auto;
  background-repeat: no-repeat;
  width: 181px;
  height: 51px;
  margin: 0 auto 46px; }
  @media screen and (max-width: 1023px) {
    .careoffice .p-main-visual h1 {
      background-image: url("/img/h_careoffice.png");
      background-position: left center;
      background-size: 140px auto;
      background-repeat: no-repeat;
      width: 140px;
      margin: 0 auto 33px; } }

.careoffice .p-section h4 {
  max-width: 964px;
  width: 100%;
  padding-top: 23px;
  margin: 0 auto 5px;
  color: #4A721F;
  font-size: 2.1rem;
  font-weight: bold; }
  @media screen and (max-width: 1023px) {
    .careoffice .p-section h4 {
      font-size: 1.8rem; } }

.careoffice .p-section.lead .p-section__inner {
  margin: 0 20px; }

.careoffice .p-section.lead .p-section__text {
  max-width: 964px;
  width: 100%;
  margin: 0 auto 0; }

.careoffice .p-section.lead .btn-download {
  width: 313px;
  border: 1px solid #FFA000;
  background: #FFF;
  height: 58px; }
  @media screen and (max-width: 1023px) {
    .careoffice .p-section.lead .btn-download {
      width: 280px; } }
  .careoffice .p-section.lead .btn-download a {
    color: #FFA000;
    text-align: left;
    font-size: 1.7rem;
    height: 58px;
    line-height: 59px;
    background-image: url("/img/icn_angle_orange.png");
    background-position: 290px center;
    background-size: 12px auto;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .careoffice .p-section.lead .btn-download a {
        font-size: 1.5rem; } }
    .careoffice .p-section.lead .btn-download a:hover {
      background-image: url("/img/icn_angle.png");
      background-position: 290px center;
      background-size: 12px auto;
      background-repeat: no-repeat; }
  .careoffice .p-section.lead .btn-download i {
    color: #FFA000;
    margin: 18px 10px 0px 35px;
    font-size: 2.2rem;
    vertical-align: top; }

.careoffice .p-section.basicinfo .table-wrap {
  margin: 0; }

.careoffice .p-section.basicinfo th {
  background: #E0EBD5; }

.careoffice .p-section.expense .table-wrap {
  margin: 0; }

@media screen and (max-width: 1023px) {
  .careoffice .p-section.staff .p-section__inner, .careoffice .p-section.basicinfo .p-section__inner, .careoffice .p-section.greeting .p-section__inner, .careoffice .p-section.price .p-section__inner, .careoffice .p-section.expense .p-section__inner {
    margin: 0 20px; }
  .careoffice .p-section.staff .p-section__title, .careoffice .p-section.basicinfo .p-section__title, .careoffice .p-section.greeting .p-section__title, .careoffice .p-section.price .p-section__title, .careoffice .p-section.expense .p-section__title {
    margin: 40px auto 8px; } }

.careoffice .p-section h3.p-section__title {
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 14px;
  padding-left: 6px; }

.careoffice .p-section table + p {
  font-size: 1.4rem;
  max-width: 964px;
  width: 100%;
  margin: 20px auto 60px;
  line-height: 1.5; }

.careoffice .p-office-name {
  width: 100%;
  max-width: 830px;
  margin: 0 auto 28px;
  overflow: hidden;
  position: relative; }
  .careoffice .p-office-name h2 {
    width: 256px;
    height: auto;
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      .careoffice .p-office-name h2 {
        width: 236px;
        margin: 0 auto;
        display: block; } }
  .careoffice .p-office-name img {
    width: inherit;
    height: auto; }
  .careoffice .p-office-name .address {
    font-size: 1.4rem;
    margin-top: 15px; }
    @media screen and (max-width: 1023px) {
      .careoffice .p-office-name .address {
        text-align: center; } }
  .careoffice .p-office-name .tel {
    font-weight: bold;
    margin: 4px 0 4px;
    background-image: url(/img/icn_phone.png);
    background-position: left 3px;
    background-size: 25px 21px;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 2.7rem;
    color: #444444;
    letter-spacing: 1px;
    position: absolute;
    right: 6px;
    top: 13px; }
    @media screen and (max-width: 1023px) {
      .careoffice .p-office-name .tel {
        font-size: 2.4rem;
        background-image: url(/img/icn_phone.png);
        background-position: left 1px;
        background-size: 25px 21px;
        background-repeat: no-repeat;
        display: block;
        margin: 17px auto 0px;
        width: 175px;
        position: inherit;
        top: 0;
        right: 0; } }
    .careoffice .p-office-name .tel em {
      font-family: "Noto Sans", sans-serif; }

.careoffice .basicinfo h3,
.careoffice .staff h3 {
  margin-top: 0; }

@media screen and (max-width: 1023px) {
  .careoffice .basicinfo h2,
  .careoffice .staff h2 {
    margin-bottom: -35px !important; } }

.careoffice .greeting .p-section__text-wrap {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 2px 2px 0 #CCCCCC;
  width: 964px;
  margin: 0 auto 60px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  padding: 40px; }
  @media screen and (max-width: 1023px) {
    .careoffice .greeting .p-section__text-wrap {
      width: 100%;
      height: auto;
      display: inherit;
      padding: 25px; } }

.careoffice .greeting .p-section__quote {
  color: #000000;
  font-size: 2.1rem;
  line-height: 2;
  font-weight: bold;
  width: 393px;
  margin-right: 50px; }
  @media screen and (max-width: 1023px) {
    .careoffice .greeting .p-section__quote {
      width: 100%;
      margin-right: 0;
      font-size: 1.7rem; } }

.careoffice .greeting span {
  display: block;
  font-size: 1.6rem;
  text-align: right;
  font-weight: normal;
  margin-top: 30px; }
  @media screen and (max-width: 1023px) {
    .careoffice .greeting span {
      margin: 0 0 20px;
      font-size: 1.4rem; } }

.careoffice .greeting .p-section__text {
  width: 406px;
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .careoffice .greeting .p-section__text {
      width: 100%;
      margin: 0;
      font-size: 1.5rem; } }

@media screen and (max-width: 1023px) {
  .careoffice .map .p-section__title {
    margin-top: 50px; } }

.careoffice #gm {
  width: 100%;
  height: 400px;
  border: 1px solid #CCC; }
  @media screen and (max-width: 1023px) {
    .careoffice #gm {
      width: 100%;
      height: 180px; } }

.careoffice .slider-for,
.careoffice .slider-nav {
  width: 850px;
  margin: 0 auto 33px; }
  @media screen and (max-width: 1023px) {
    .careoffice .slider-for,
    .careoffice .slider-nav {
      width: 100%; } }

.careoffice .p-slick__item {
  margin: 0 9px; }

/*  slick-slide
------------------------*/
.p-slick {
  overflow: hidden; }

.slick-slide img {
  width: 100%; }

.slick-prev,
.slick-next {
  width: 34px;
  height: 68px;
  z-index: 10; }

.slick-prev {
  background-image: url("/img/arrow_topslide_prev.png");
  background-position: left top;
  background-size: 34px auto;
  background-repeat: no-repeat;
  left: 20px; }
  @media screen and (max-width: 1023px) {
    .slick-prev {
      background: none; } }

.slick-next {
  background-image: url("/img/arrow_topslide_next.png");
  background-position: left top;
  background-size: 34px auto;
  background-repeat: no-repeat;
  right: 20px; }
  @media screen and (max-width: 1023px) {
    .slick-next {
      background: none; } }

/*  main
------------------------*/
.toppage .p-main-visual {
  position: relative; }
  .toppage .p-main-visual:after {
    content: "";
    width: 100%;
    height: 103px;
    position: absolute;
    bottom: -1px;
    background-image: url("/img/grass.png");
    background-position: left top;
    background-size: 402px auto;
    background-repeat: repeat-x; }
    @media screen and (max-width: 1023px) {
      .toppage .p-main-visual:after {
        height: 59px;
        background-image: url("/img/grass.png");
        background-position: left top;
        background-size: 231px auto;
        background-repeat: repeat-x; } }
  .toppage .p-main-visual .p-slick__item {
    position: relative; }
    .toppage .p-main-visual .p-slick__item p {
      position: absolute;
      text-indent: -9999px;
      top: 56%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .toppage .p-main-visual .p-slick__item img {
        width: 100%; } }
    @media screen and (max-width: 508px) {
      .toppage .p-main-visual .p-slick__item img {
        max-height: 280px;
        width: auto; } }
    .toppage .p-main-visual .p-slick__item.nodoka .p-slick__item__text {
      right: 200px;
      width: 290px;
      height: 275px;
      background-image: url("/img/txt_topslide_nodoka.png");
      background-position: left top;
      background-size: 275px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .toppage .p-main-visual .p-slick__item.nodoka .p-slick__item__text {
          left: 23px;
          top: 46%;
          width: 200px;
          height: 120px;
          background-image: url("/img/txt_topslide_nodoka.png");
          background-position: left top;
          background-size: 173px auto;
          background-repeat: no-repeat; } }
    .toppage .p-main-visual .p-slick__item.takashina .p-slick__item__text {
      left: 200px;
      width: 245px;
      height: 275px;
      background-image: url("/img/txt_topslide_takashina.png");
      background-position: left top;
      background-size: 247px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .toppage .p-main-visual .p-slick__item.takashina .p-slick__item__text {
          left: 20px;
          top: 45%;
          width: 147px;
          height: 80px;
          background-image: url("/img/txt_topslide_takashina.png");
          background-position: left top;
          background-size: 121px auto;
          background-repeat: no-repeat; } }
    .toppage .p-main-visual .p-slick__item.active .p-slick__item__text {
      left: 150px;
      width: 290px;
      height: 275px;
      top: 60%;
      background-image: url("/img/txt_topslide_active.png");
      background-position: left top;
      background-size: 275px auto;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .toppage .p-main-visual .p-slick__item.active .p-slick__item__text {
          left: 20px;
          top: 45%;
          width: 147px;
          height: 80px;
          background-image: url("/img/txt_topslide_active.png");
          background-position: left top;
          background-size: 147px auto;
          background-repeat: no-repeat; } }
  .toppage .p-main-visual + .p-section {
    margin-top: -84px; }

.toppage .p-section.horticulturaltherapy .flex__left img {
  display: none; }
  @media screen and (max-width: 1023px) {
    .toppage .p-section.horticulturaltherapy .flex__left img {
      display: block;
      margin-bottom: 50px; } }

.toppage .p-section.horticulturaltherapy .flex__right {
  display: block; }
  @media screen and (max-width: 1023px) {
    .toppage .p-section.horticulturaltherapy .flex__right {
      display: none; } }

.toppage .p-service-list {
  width: 964px;
  margin: 0 auto 49px; }
  @media screen and (max-width: 1023px) {
    .toppage .p-service-list {
      width: 100%; } }
  .toppage .p-service-list li {
    padding-top: 270px;
    width: 250px;
    vertical-align: top;
    display: inline-block;
    margin: 0 34px; }
    .toppage .p-service-list li.handmade {
      background-image: url("/img/top_handmade.png");
      background-position: left top;
      background-size: 249px auto;
      background-repeat: no-repeat; }
    .toppage .p-service-list li.rec {
      background-image: url("/img/top_rec.png");
      background-position: left top;
      background-size: 249px auto;
      background-repeat: no-repeat; }
    .toppage .p-service-list li.training {
      background-image: url("/img/top_training.png");
      background-position: left top;
      background-size: 249px auto;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1023px) {
      .toppage .p-service-list li {
        display: block;
        margin: 50px auto 0; } }
  .toppage .p-service-list h3 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin: 11px 0 12px; }
  .toppage .p-service-list p {
    line-height: 30px;
    width: 260px; }
  .toppage .p-service-list small {
    font-size: 1.2rem; }

/* =====================
  ボタン
===================== */
.btn {
  cursor: pointer;
  background-color: transparent;
  display: block;
  width: 258px;
  height: 58px;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 2px;
  border: 1px solid #4A4A4A; }
  .btn a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    line-height: 59px;
    font-size: 1.6rem;
    background-image: url("/img/icn_angle_black.png");
    background-position: 236px center;
    background-size: 9px auto;
    background-repeat: no-repeat; }
  .btn.orange {
    background-color: #FFA000;
    border: none; }
    .btn.orange a {
      color: #FFF;
      background-image: url("/img/icn_angle.png");
      background-position: 236px center;
      background-size: 9px auto;
      background-repeat: no-repeat; }

.btn__container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.btn__content {
  position: relative; }

.btn:after {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFA000;
  border-radius: 2px;
  content: '';
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.btn.orange:after {
  background-color: #FF8200; }

@media screen and (min-width: 1023px) {
  .btn:hover:after {
    width: 100%; } }

@media screen and (min-width: 1023px) {
  .btn.transparent:hover {
    border: 1px solid #FFA000; }
    .btn.transparent:hover a {
      color: #ffffff !important;
      background-image: url("/img/icn_angle.png");
      background-position: 236px center;
      background-size: 12px auto;
      background-repeat: no-repeat; } }

.download .btn {
  box-sizing: border-box; }
  @media screen and (min-width: 1023px) {
    .download .btn:hover {
      border: none; }
      .download .btn:hover a {
        color: #ffffff !important; } }

@media screen and (min-width: 1023px) {
  .btn-download:hover a {
    color: #ffffff !important; }
  .btn-download:hover i {
    color: #ffffff !important; } }

.btn-mail {
  width: 180px;
  height: 40px; }
  .btn-mail a {
    line-height: 41px;
    font-size: 1.5rem;
    text-align: left;
    background-image: url("/img/icn_angle.png");
    background-position: 156px center;
    background-size: 9px auto;
    background-repeat: no-repeat; }
  .btn-mail i {
    color: #FFF;
    display: inline-block;
    font-size: 2.1rem;
    margin: 10px 8px 0 23px;
    vertical-align: top;
    z-index: 3; }

.btn-brog {
  cursor: pointer;
  background-color: transparent;
  display: block;
  width: 260px;
  height: 60px;
  margin: 0 auto -4px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .btn-brog a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    line-height: 59px;
    text-indent: -9999px;
    background-image: url("/img/btn_blog.jpg");
    background-position: left top;
    background-size: 260px auto;
    background-repeat: no-repeat; }
  @media screen and (min-width: 1023px) {
    .btn-brog:hover {
      opacity: 0.7; } }

.btn-wrap {
  display: flex; }

/* =====================
  テキストリンクアニメーション
===================== */
a.border_animation::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.3s;
  border-bottom: 1px solid #89AC62; }

a.border_animation:hover::after {
  width: 100%; }

/* =====================
  l-main
===================== */
.l-main {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 85px; }
  @media screen and (max-width: 1023px) {
    .l-main {
      top: 62px; } }

/* =====================
  l-page
===================== */
.l-page {
  background: #FFF; }

/* =====================
  p-section
===================== */
.p-section {
  line-height: 2;
  font-size: 1.6rem; }
  .p-section .btn {
    margin: 40px auto 0; }

.p-section__title {
  width: 964px;
  margin: 90px auto 28px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.18em; }
  @media screen and (max-width: 1023px) {
    .p-section__title {
      width: 100%;
      font-size: 1.8rem; } }

.p-section__title.border {
  color: #333333;
  font-size: 2.8rem;
  font-weight: bold;
  width: 964px;
  text-align: left;
  padding-left: 7px;
  margin-bottom: 58px; }
  @media screen and (max-width: 1023px) {
    .p-section__title.border {
      width: 100%;
      margin: 50px auto 10px;
      font-size: 2.2rem;
      padding-left: 0; } }
  .p-section__title.border:after {
    content: "";
    display: block;
    width: 58px;
    height: 5px;
    background: #89AC62;
    margin: 7px 0 0 -6px; }
    @media screen and (max-width: 1023px) {
      .p-section__title.border:after {
        margin: 7px 0 0 -2px; } }

.p-section__text {
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 2;
  max-width: 964px;
  margin-bottom: 37px;
  word-break: break-all; }
  .p-section__text.center {
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .p-section__text.center {
        text-align: left; } }
  @media screen and (max-width: 1023px) {
    .p-section__text {
      font-size: 1.6rem;
      margin: 0 20px 37px; } }

.p-section__image {
  display: block;
  width: 964px;
  margin: 0 auto;
  width: 100%;
  max-width: 964px;
  height: auto;
  margin: 0 auto; }
  .p-section__image.w100 {
    max-width: 100%; }

/* =====================
  flex
===================== */
.p-section__inner.flex {
  display: flex;
  width: 964px;
  margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    .p-section__inner.flex {
      display: inline-block;
      width: 100%; } }
  .p-section__inner.flex .flex__right {
    width: 50%;
    margin-top: 90px; }
    @media screen and (max-width: 1023px) {
      .p-section__inner.flex .flex__right {
        margin: 90px auto 0;
        width: 100%; } }
  .p-section__inner.flex .flex__left {
    width: 50%;
    padding: 0 40px 0 0;
    box-sizing: border-box; }
    @media screen and (max-width: 1023px) {
      .p-section__inner.flex .flex__left {
        margin: 90px auto 0;
        padding-right: 0;
        width: 100%; } }
  .p-section__inner.flex h2 {
    width: auto;
    margin: 90px auto 30px; }
