@charset "UTF-8";
/*
Template:   shop-isle
Theme Name: えいようJoin
*/
@import url("font-awesome.css");
@import url("css/bootstrap-custom.css");
@import url("css/meeting.css");
@import url("css/faq.css");
@import url("css/privacy.css");
@import url("css/p-flow.css");
@import url("css/form.css");
@import url("css/p-entry.css");
@import url("css/p-everyone.css");

html {
  font-size: 62.5%; }

body {
  font-size: 2rem;
  color: #221815;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif, serif;
  word-wrap: break-word;
  overflow-wrap: break-word; }

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

h2 {
  letter-spacing: 1px; }

i {
  padding-left: 0 !important; }

p {
  letter-spacing: 0.05rem; }

@media (max-width: 991px) {
  body {
    font-size: 1.4rem; } }


/* ヘッダー */
.header {
  border-bottom: 3px solid #a5c435;
  width: 100%;
  height: 80px;
  background: #fff8c6;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 5px 10px rgba(33, 33, 33, 0.19); }

.header-wrapper {
  width: 1200px;
  margin: 0 auto; }

.site-title {
  width: 250px;
  margin: 0;
  padding: 20px 0 0 5px;
  float: left;
  line-height: normal; }
  .site-title img {
    width: 100%;
    vertical-align: top; }

.navigation-button {
  display: none; }

#menu-header_navi {
  width: 880px;
  margin: 0;
  padding: 22px 20px 0;
  float: right;
  text-align: right;
  list-style: none; }
  #menu-header_navi > li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    letter-spacing: 1px; }
  #menu-header_navi li a:hover {
    color: #90aa2e;
    text-decoration: underline; }

/* メインビジュアル */
.mainvisual {
  overflow: hidden; }
  .mainvisual .slider {
    margin: 0 !important; }
  .mainvisual .slick-list {
    overflow: visible;
    max-width: 1000px;
    margin: 0 auto; }
  .mainvisual .slick-prev, .mainvisual .slick-next {
    z-index: 1;
    width: 29px;
    height: 68px;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }
  .mainvisual .slick-prev::before, .mainvisual .slick-next::before {
    font-family: initial;
    display: block;
    height: 68px;
    content: '';
    opacity: 1; }
  .mainvisual .slick-prev::before {
    background-image: url("images-mainvisual/mainvisual-prev.svg");
    background-repeat: no-repeat; }
  .mainvisual .slick-next::before {
    background-image: url("images-mainvisual/mainvisual-next.svg"); }
  .mainvisual .slick-dots {
    line-height: 10px; }
    .mainvisual .slick-dots li {
      width: 8px;
      height: 8px;
      margin: 0 2.5px;
      vertical-align: middle; }
      .mainvisual .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0; }
        .mainvisual .slick-dots li button::before {
          font-family: initial;
          font-size: 8px;
          line-height: 8px;
          width: 8px;
          height: 8px;
          content: '●';
          -webkit-transition: opacity 250ms;
          transition: opacity 250ms; }

.mainvisual-slider {
  display: none; }
  .mainvisual-slider.slick-initialized {
    display: block;
    /*slick-initializedが付与されたら表示*/ }

/* media query */
@media (min-width: 800px) {
  .mainvisual .slick-list {
    max-width: 700px; }
  .mainvisual .slick-slide {
    padding: 0; }

  .ua-nontouch .mainvisual .slick-prev:hover, .ua-nontouch .mainvisual .slick-next:hover {
    opacity: .75; }

  .mainvisual .slick-prev {
    left: 25px; }
  .mainvisual .slick-next {
    right: 25px; } }
@media (min-width: 992px) {
  .mainvisual .slick-list {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .mainvisual .slick-list {
    max-width: 1000px; } }
@media (min-width: 1800px) {
  .mainvisual .slick-list {
    max-width: 1170px; } }
@media (max-width: 799px) {
  .mainvisual .slick-list {
    max-width: 767px; }
  .mainvisual .slick-slide {
    padding: 0; }
  .mainvisual .slick-prev::before, .mainvisual .slick-next::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  .mainvisual .slick-prev {
    left: 5px; }
  .mainvisual .slick-next {
    right: 5px; }
  .mainvisual .slick-dots li {
    display: none; }
    .mainvisual .slick-dots li button {
      display: none; }
      .mainvisual .slick-dots li button::before {
        display: none; } }
@media (min-width: 768px) {
  .mainvisual {
    padding: 80px 0 20px; } }
@media (max-width: 767px) {
  .mainvisual {
    padding: 60px 0 0; } }
#front-page .mv {
  height: 730px;
  padding: 200px 0 0;
  text-align: center;
  background: url("../../../images/mainvisual.png") no-repeat 55% 80px #fff8c6; }
  #front-page .mv img {
    width: 400px;
    height: 400px; }

#static-page .mv {
  margin: 0 0 10px;
  padding: 80px 0 0;
  text-align: center;
  background: #fff8c6;
  overflow: hidden; }

#single-page {
  padding-top: 80px;
  min-height: 100vh; }
  #single-page .mv {
    margin: 0 0 10px;
    padding: 80px 0 0;
    text-align: center;
    background: #fff8c6;
    overflow: hidden; }

#static-page {
  padding-top: 80px;
  min-height: 100vh; }

/* パンくず */
.breadcrumb {
  width: 1200px;
  margin: 0 auto 60px;
  padding: 0;
  background: transparent;
  list-style: none; }
  .breadcrumb li {
    display: inline;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 14px; }
    .breadcrumb li:after {
      font-family: FontAwesome;
      content: "\f105";
      display: inline;
      margin: 0 0 0 15px;
      font-size: 1.4rem; }
    .breadcrumb li:last-child:after {
      content: ".";
      display: none; }
  .breadcrumb > li + li::before {
    display: none;
    content: ".";
    padding: 0;
    visibility: hidden; }

/* container-default（全てBootstrapのグリッドに変更後消す） */
.container-default {
  width: 1010px;
  margin: 0 auto; }

@media (max-width: 991px) {
  #menu-header_navi {
    padding: 22px 0; }

  .container-default {
    width: 96%; } }
/* 幅いっぱい背景ブロック */
.bg-wrap {
  margin-bottom: 180px;
  padding: 60px 0;
  background: #fff8c6; }

@media (max-width: 991px) {
  .bg-wrap {
    padding: 30px 0; } }
.bg-inner {
  width: 980px;
  margin: 0 auto 30px;
  padding: 30px;
  background: #fff; }
  .bg-inner .section_sub_title {
    margin-top: 30px; }

@media (max-width: 991px) {
  .bg-inner {
    width: 96%; } }
/* 見出し */
.section_title_en {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center; }

.section_title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center; }
  .section_title.mb {
    margin: 0 0 60px; }

.section_sub_title {
  margin: 60px 0 30px;
  padding: 0;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center; }

.section_sm_title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold; }

@media (max-width: 991px) {
  .section_sm_title {
    font-size: 1.8rem; } }
/* ボタンBOX */
.section_btn {
  margin-bottom: 30px;
  text-align: center; }
  .section_btn.mb {
    margin: 30px 0 60px 0; }
  .section_btn i {
    padding-left: 5px !important; }

.page .main {
  min-height: 1px !important; }

.single .main {
  min-height: 1px !important;
  width: 980px;
  margin: 0 auto 120px; }
.single .picture {
  margin: 0 auto 30px; }

/* 共通 */
i {
  padding-left: 5px; }

.pl {
  padding-left: 1em;
  text-indent: -1em; }

.mt60 {
  margin-top: 60px; }

.mt180 {
  margin-top: 180px; }

.pt130 {
  padding-top: 130px; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

hr {
  height: 0;
  border: solid 1px #221815; }

.orange {
  color: #f06930; }

.caution {
  color: #f00; }

.underline {
  text-decoration: underline; }

.bg_gray {
  color: #666;
  background: #dadada; }

.align_left {
  float: left; }

.align_right {
  float: right; }

.clear {
  height: 1px;
  clear: both;
  overflow: hidden; }

.nav > li > a {
  padding: 10px 8px; }

.bullet-text, .bullet-list li {
  padding-left: 1em;
  text-indent: -1em; }

/* anchor */
.anchor-destination {
  padding-top: 100px;
  margin-top: -100px; }

.top-bnr {
  padding: 30px 0; }
  .top-bnr ul li a {
    box-shadow: 3px 3px 3px #888888;
    display: block; }

/*えいようJoinができること*/
.ability {
  margin: 0 0 90px;
  padding: 80px 0 60px 0;
  background: #fff8c6; }

.ability .section_title {
  margin-bottom: 60px; }

.ability-list {
  text-align: center; }
  .ability-list li a {
    background: #9bb142;
    color: #fff;
    display: block;
    border: 3px solid #9bb142;
    margin-bottom: 30px;
    padding: 8px 0;
    font-size: 1.8rem;
    font-weight: bold; }
    .ability-list li a:hover {
      background: #FFFFFF;
      color: #9bb142; }

.ability-text p {
  font-size: 1.6rem;
  margin-bottom: 60px; }

@media (max-width: 991px) {
  .ability-text {
    width: 96%;
    margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: left; }

  .service_image {
    width: 180px;
    height: auto;
    margin: 0 auto 15px;
    float: none;
    line-height: 100px; }

  .ability {
    margin: 0 0 90px;
    padding: 30px 0; }

  .check_image {
    width: 96%; }

  .ablity-list {
    padding: 10px; } }
@media (max-width: 767px) {
  .ability-text p {
    font-size: 1.4rem;
    margin-bottom: 30px; }

  .ability-title {
    font-size: 1.4rem; }

  .check_text, .check_lead {
    font-size: 1.4rem; }

  .ability-list li a {
    margin-bottom: 20px;
    font-size: 1.4rem;
    border: 1px solid; } }
@media (max-width: 575px) {
  .ability {
    margin: 0 0 60px 0; }

  .ability .section_title {
    margin-bottom: 30px; }

  .ability-list li a {
    font-size: 1.2rem; } }
/* News & Facebook */
.newstop_fb {
  margin-bottom: 90px; }

.news_fb {
  margin: 0 auto 120px; }
  .news_fb:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.news_navi {
  margin: 0 0 10px;
  font-size: 1.2rem;
  text-align: right; }
  .news_navi a:hover {
    color: #90aa2e; }

.newstop ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .newstop ul li {
    padding: 12px 15px;
    border-top: solid 1px #999; }
    .newstop ul li:last-child {
      border-bottom: solid 1px #999; }
.newstop .news_date {
  font-size: 1.2rem;
  line-height: 1.2; }
.newstop .news_title a {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #90aa2e;
  display: block; }

@media (max-width: 991px) {
  .newstop_fb {
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .newstop .news_title a {
    font-size: 1.4rem; } }
.fb .title {
  margin: 0 0 60px;
  padding: 0;
  font-size: 4rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center; }

.fb_content {
  height: 370px;
  text-align: center; }

/* 404 */
.text_404 {
  width: 800px;
  margin: 0 auto 60px;
  font-size: 2.0rem; }

/* ボタン */
.link_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #221815;
  text-decoration: none;
  background: #fff;
  border-top: solid 1px #4c4948;
  border-right: solid 1px #4c4948;
  border-bottom: solid 6px #4c4948;
  border-left: solid 1px #4c4948; }
  .link_btn:hover {
    color: #90aa2e;
    border-top: solid 1px #90aa2e;
    border-right: solid 1px #90aa2e;
    border-bottom: solid 6px #90aa2e;
    border-left: solid 1px #90aa2e;
    text-decoration: none; }

.black_btn {
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #4c4948; }
  .black_btn:visited {
    padding: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #4c4948; }
  .black_btn:hover {
    color: #fff;
    background: #90aa2e;
    text-decoration: none; }

.nutritionist ul li .contact_btn .link_btn {
  font-size: 1.2rem; }

.link {
  color: #1111cc;
  text-decoration: underline;
  font-weight: bold; }
.fw-normal{
  font-weight:normal;
}

/* フッター */
footer.footer {
  background: #fff8c6;
  font-size: 0;
  padding: 0;
  border-bottom: 3px solid #a5c435; }

.footer_wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }
  .footer_wrap::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.footer_logo {
  width: 300px;
  /*float: left;*/
  line-height: 100px;
  margin: 0 auto;
}
  .footer_logo img {
    width: 100%;
    vertical-align: middle; }

.footer .row {
  text-align: center;
  margin-right: 15px; }

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
  text-align: left;
}
.footer-nav li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.footer-nav>li {
  width: 25%;
  padding: 10px;
}
@media (max-width: 991px) {
  .footer-nav>li {
    width: 100%;
    text-align: center;
  }
}

.footer-nav>li>a{
  display: block;
  margin-top: 10px;
  color: #90aa2e;
  margin-bottom: 10px;
  border-bottom: 1px solid #90aa2e;
}
ul.sub-menu{
  margin: 0 auto;
  padding: 0;
}
.footer-nav .sub-menu li{
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.footer-nav .sub-menu li:first-child{
  margin-left: 0;
}
.footer-nav .sub-menu .sub-menu .sub-menu li{
  font-size: 1rem;
}
.footer-nav .sub-menu .sub-menu .sub-menu li:before{
  content: '/';
  color: #221815;
  padding-right: 10px;
}
.footer-nav .sub-menu .sub-menu li:first-child:before{
  content: '';
  padding-right: 0;
}

.footer-nav .sub-menu li a{
  white-space: nowrap;
  color: #221815;
}


.bg-dark a:hover {
  color: #90aa2e !important;
  text-decoration: underline !important; }

.copyright {
  margin: 0;
  font-size: 11px;
  color: #333;
  text-align: center;
  padding: 5px 30px 5px 0;
  display: block;
  text-transform: none; }

.footer_social {
  width: 33%;
  margin: 0;
  padding: 0;
  float: left;
  text-align: right;
  list-style: none; }
  .footer_social li {
    display: inline;
    margin: 0;
    padding: 0 0 0 10px; }

.scroll-up a {
  width: 40px;
  height: 40px;
  color: #221815;
  border: none;
  border-radius: 50%;
  line-height: 35px; }
  .scroll-up a i {
    padding-left: 0; }

/* recaptcha */
.grecaptcha-badge{
  bottom: 60px!important;
}

@media (max-width: 1199px) {
  /* ヘッダー */
  .header-wrapper {
    display: table;
    width: 100%;
    margin: 0; }

  .site-title {
    display: table-cell;
    width: 250px;
    padding: 20px 0 0 10px;
    float: none;
    font-size: 36px;
    line-height: normal; }

  #menu-header_navi {
    display: table-cell;
    width: auto;
    padding: 0 10px 0 0;
    float: none;
    vertical-align: middle; }
    #menu-header_navi > li {
      padding: 0 0 0 10px; }

  /* フッター */
  .footer_wrap {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .footer_logo {
    /*display: table-cell;
    width: 300px;
    float: none;*/
    vertical-align: middle; }

  .footer .row {
    /*display: table-cell;
    width: auto;
    float: none;
    padding: 0;
    text-align: right;*/
    vertical-align: middle; }

  .footer-nav {
    padding: 0; } }
@media (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto; }

  /* ヘッダー（スマホ版） */
  .header {
    height: 60px; }

  .header-wrapper {
    display: block; }

  .site-title {
    display: block;
    width: 60%;
    margin: 0;
    padding: 0 0 0 2%;
    float: left;
    line-height: 48px;
    max-width: 250px; }
    .site-title img {
      vertical-align: middle;
      width: 100%; }

  .navigation-button {
    display: block;
    width: 40%;
    margin: 0 0 -10px 0;
    padding: 0 2% 0 0;
    float: right;
    color: #221815;
    text-align: right;
    vertical-align: bottom;
    line-height: 70px; }

  #menu-header_navi {
    display: none;
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    text-align: left;
    vertical-align: middle;
    background: #fff8c6; }
    #menu-header_navi li {
      display: block !important;
      margin: 0;
      padding: 10px 2%;
      font-size: 1.4rem;
      border-top: solid 1px #4c4948; }
      #menu-header_navi li:last-child {
        border-bottom: solid 1px #4c4948; }
      #menu-header_navi li a {
        visibility: visible;
        display: block !important; }

  /* メインビジュアル（スマホ版） */
  #front-page .mv {
    height: 400px;
    padding: 130px 0 0;
    background: url("../../../images/mainvisual.png") no-repeat -200px 60px #fff8c6;
    background-size: cover; }
    #front-page .mv img {
      width: 200px;
      height: 200px; }

  #single-page {
    padding-top: 60px; }

  #static-page {
    padding-top: 60px; }
    #static-page .mv {
      height: auto;
      padding: 60px 0 0;
      margin: 0 0 10px;
      overflow: hidden; }

  #single-page .mv {
    height: auto;
    padding: 60px 0 0;
    margin: 0 0 10px;
    overflow: hidden; }

  #static-page .mv img, #single-page .mv img {
    max-width: 150%;
    margin-left: -25%; }

  /* パンくず（スマホ版） */
  .breadcrumb {
    width: 96%;
    margin: 10px auto 30px auto; }
    .breadcrumb li {
      font-size: 1.2rem; }
      .breadcrumb li:after {
        font-size: 1.2rem; }

  /* 見出し（スマホ版） */
  .section_title_en {
    font-size: 1.2rem; }

  .section_title {
    font-size: 2.4rem;
    line-height: 1.3; }
    .section_title.mb {
      margin: 0 0 30px; }

  .section_sub_title {
    font-size: 2.4rem; }

  /* ボタンBOX（スマホ版） */
  .section_btn.mb {
    margin-bottom: 60px; }

  .single .main {
    width: 96%;
    margin: 0 auto 90px; }

  /* 共通（スマホ版） */
  .pl {
    padding-left: 15px; }

  .mt60 {
    margin-top: 30px; }

  .mt180 {
    margin-top: 90px; }

  /* News & Facebook（スマホ版） */
  .news_fb {
    width: 96%;
    margin: 0 auto 90px; }

  .newstop {
    width: auto;
    margin: 0 0 90px;
    float: none; }

  #static-page .newstop {
    width: 96%;
    margin: 0 auto 90px; }

  .newstop .title {
    font-size: 3rem; }
  .newstop ul li {
    padding: 10px 15px; }

  .news_single_title {
    font-size: 2.4rem; }

  .news_single_date {
    font-size: 1.2rem;
    color: #4c4948; }

  .fb {
    margin-bottom: 60px;
    width: auto;
    float: none; }
    .fb .title {
      margin: 0 0 30px;
      font-size: 3rem; }

  .fb_content {
    height: auto; }

  /* 404 */
  .text_404 {
    width: 96%;
    margin: 0 auto 30px;
    font-size: 1.4rem; }

  /* ボタン（スマホ版） */
  .link_btn, .black_btn {
    font-size: 1.4rem; }

  /* フッター（スマホ版） */
  .footer_logo {
    /*width: 50%;*/
    width: 100%;
    margin: 0;
    padding: 0 0 0 2%;
    display: block;
    vertical-align: middle;
    text-align: center; }

  .footer .row {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    vertical-align: middle;
    text-align: center; }

  .footer_logo img {
    max-width: 200px;
    text-align: center; }
/*
  .footer-nav li {
    padding: 0 0 0 10px;
    font-size: 1.2rem;
    white-space: nowrap; }
    .footer-nav li a {
      font-weight: bold;
      color: #90aa2e !important;
      text-decoration: underline; }
*/
  .footer_wrap {
    display: block; }

  .footer_social {
    width: auto;
    float: none;
    text-align: center; }
    .footer_social li {
      padding: 0 10px; }

  .copyright {
    padding: 0;
    margin: 0 0 5px 0; }

  .footer-social-links, .shop-isle-poweredby-box {
    margin: 0; } }
/*ページナビ*/
.wp-pagenavi {
  margin: 30px 0;
  text-align: center; }
  .wp-pagenavi span, .wp-pagenavi .page, .wp-pagenavi a {
    background: #FFFFFF;
    color: #333;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid transparent; }
  .wp-pagenavi .current {
    border: 1px solid #a5c435 !important;
    background: #a5c435;
    color: #FFFFFF; }
  .wp-pagenavi a:hover, .wp-pagenavi .page:hover, .wp-pagenavi li a.active {
    border: 1px solid #a5c435; }

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 0 0 60px 0; } }
.contact-sidebox {
  margin-bottom: 30px;
  border: 1px solid #a5c435; }
  .contact-sidebox h3 {
    line-height: 1.4;
    font-weight: bold;
    margin-top: 0;
    color: #333;
    padding: 10px 0 10px 0;
    background: #e4f4ba;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1px; }

.contactbox {
  width: 90%;
  margin: 15px auto 10px auto;
  text-align: center; }
  .contactbox p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333; }
  .contactbox a {
    display: block;
    padding: 8px 0;
    font-weight: bold;
    color: #fff !important;
    font-size: 1.7rem;
    background: #ed831c;
    box-shadow: 2px 2px 3px #a85d08;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .contactbox i {
    padding-left: 0; }
  .contactbox a:hover {
    background: #d8501a; }

.module-small {
  padding: 0;
  display: none !important; }
  .module-small a:hover {
    text-decoration: none !important;
    color: #fff !important; }

.contact-bnr {
  margin: 30px;
  text-align: center; }
  .contact-bnr a {
    display: inline-block; }

@media (max-width: 1199px) {
  .contactbox a {
    line-height: 1.2;
    font-size: 1.6rem; }

  .contact-bnr {
    margin: 15px; }
    .contact-bnr a img {
      margin-bottom: 0; } }
@media (max-width: 767px) {
  .contact-sidebox {
    width: 95%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .contact-sidebox h3 {
      padding: 10px 0;
      font-size: 2rem; }

  .contactbox a {
    margin-bottom: 15px;
    font-size: 2rem; } }
@media (max-width: 575px) {
  .contact-sidebox {
    width: 100%; }
    .contact-sidebox h3 {
      font-size: 1.8rem; }

  .contactbox a {
    padding: 10px 0;
    font-size: 1.7rem; }

  .module-small {
    display: block !important; } }
#menu-static_page_navi {
  border-bottom: none; }
  #menu-static_page_navi > li {
    font-size: 1.6rem;
    padding: 8px 5px;
    line-height: 1.4;
    border-bottom: 1px dotted #ccc; }
  #menu-static_page_navi a {
    color: #555555; }
  #menu-static_page_navi > li > a {
    display: block;
    font-weight: bold; }
  #menu-static_page_navi li a:hover {
    text-decoration: underline; }

.header .sub-menu li:not(:first-child) {
  /*padding:8px 5px;*/
  border-top: 1px dotted #cccccc; }
.header .sub-menu li a {
  display: block; }

.widget ul li {
  border: none;
  padding: 5px; }
  .widget ul li:not(:first-child) {
    border-top: 1px dotted #cccccc; }
  .widget ul li:last-child {
    border-bottom: 1px solid #cccccc; }

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

/* 子 */
.header .sub-menu {
  position: absolute;
  z-index: 10000;
  top: 90%;
  left: -1em;
  visibility: hidden;
  width: 100%;
  -webkit-transition: 250ms;
  transition: 250ms;
  opacity: 0;
  box-shadow: 0 0 3px #ccc; }

.menu-item-has-children:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1; }

.header .sub-menu a {
  display: block;
  padding: 10px 0;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  text-align: center;
  border-top: 1px solid #f3f3f3;
  background-color: #fff;
  color: #333; }
  .header .sub-menu a[href]:hover {
    color: #8e2940;
    background-color: #fff8c6; }

/* hamburger */
.nav-hamburger {
  display: none; }

@media (min-width: 1199px) {
  .nav-parent-title {
    padding: 10px 20px;
    font-size: 1.6rem; } }
/* nav sp*/
@media (max-width: 991px) {
  .nav .container-fluid {
    padding: 0; }

  .nav-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    opacity: 0;
    right: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    color: white;
    background-color: rgba(51, 51, 51, 0.95);
    -webkit-overflow-scrolling: touch;
    display: none; }
    .nav-container._active {
      opacity: 1;
      display: block; }

  /* 親 */
  .menu-item-has-children a {
    /*display: block;*/
    padding: 10px;
    border-top-width: 1px; }
  .menu-item-has-children:last-child .menu-item-has-children a {
    border-bottom-width: 1px; }

  .nav-overlay {
    position: fixed;
    z-index: 9999;
    /* over .bx-wrapper .bx-controls-direction a */
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%; }

  .nav-container._active + .nav-overlay {
    left: 0; }

  .menu-item-has-children .nav-parent-title {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu-item-has-children .nav-parent-title::after {
      font-family: 'fontello-custom';
      font-size: 14px;
      line-height: 1;
      display: table-cell;
      width: 1em;
      content: '\e804';
      -webkit-transition: -webkit-transform 500ms;
      transition: transform 500ms;
      text-align: center;
      vertical-align: middle; }
  .menu-item-has-children._active .nav-parent-title::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  .header .sub-menu {
    position: inherit;
    display: block;
    box-shadow: none;
    visibility: visible;
    opacity: 1; }
    .header .sub-menu li {
      padding: 0 !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: none !important;
      border-top: 1px dotted #4c4948 !important; }
      .header .sub-menu li a {
        text-align: left;
        background: transparent;
        border: none !important; }
        .header .sub-menu li a::before {
          content: "- ";
          width: 1em;
          height: 1em; }

  .menu-item-has-children, .sub-menu {
    position: inherit;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    top: 100%;
    visibility: visible;
    opacity: 1; }

/*  .menu-item-has-children {
    padding: 5px 2% !important; }*/
    .menu-item-has-children a {
      margin: 0;
      padding: 5px 0 !important; } }
.sitemap .menu li {
  display: block;
  border-top: 1px solid #f3f3f3;
  color: #333; }
  .sitemap .menu li ul li {
    border-top: 1px solid #f3f3f3 !important; }
  .sitemap .menu li a {
    -webkit-transition: ease .5s;
    transition: ease .5s;
    font-size: 1.6rem;
    padding: 5px 0;
    display: block; }
  .sitemap .menu li a:hover {
    background: #fafafa;
    color: #90aa2e; }

@media (max-width: 575px) {
  .sitemap .menu li a {
    font-size: 1.4rem; } }
.top_concept_text {
  width: 100%;
  max-width: 880px;
  margin: 30px auto; }
  .top_concept_text h2 {
    font-size: 3.6rem;
    color: #90aa2e;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center; }
  .top_concept_text p {
    font-size: 1.6rem; }

.top-bnr {
  padding-top: 0; }
  .top-bnr li a {
    color: #90aa2e;
    background-color: #f4fbde;
    display: block;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 5px #ccc;
    border-bottom: 2px solid #a5c435; }
    .top-bnr li a:hover {
      background: #a5c435;
      color: #FFF; }
  .top-bnr img {
    padding: 10px; }
  .top-bnr li p {
    letter-spacing: 1px;
    margin-bottom: 10px; }

.conceptbox {
  margin-bottom: 30px; }

.top_concept {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 90px;
  background: #fff8c6;
  display: block;
  overflow: hidden;
  border: 3px solid #fff8c6;
  transition: .5s ease;
  -webkit-transition: .5s ease; }

.top_concept:hover {
  opacity: 0.9;
  border: 3px solid #ed831c; }

.top_concept:hover .inquiry-btn {
  background: #d8501a !important; }

.top_concept_left {
  width: 490px;
  float: left;
  margin: 0;
  padding: 30px 0 0 0; }

.top_concept_left p {
  text-align: center; }

.top_concept_left img {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  display: block; }

.inquiry-btn {
  display: block;
  margin: 0 auto;
  background: #ed831c;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 75%;
  font-weight: bold;
  font-size: calc(18px + 0.25vw);
  letter-spacing: 1px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  box-shadow: 2px 2px 5px #aaa; }

.top_concept_right {
  max-width: 476px;
  width: 100%;
  float: right; }

.dietitian-num {
  font-weight: bold;
  color: #d8501a;
  font-size: calc(20px + 0.25vw) !important;
  margin-bottom: 0;
  letter-spacing: 1px; }

.dietitian-num span {
  font-size: calc(30px + 0.25vw) !important; }

@media (max-width: 991px) {
  .conceptbox,
  .top_concept_text p {
    margin-bottom: 0; }

  .top-bnr li a {
    max-width: 480px;
    margin: 0 auto; }

  .conceptbox h2 {
    font-size: 3rem; }

  .top_concept {
    width: 95%;
    margin: 0 auto 60px auto; }

  .top_concept_left,
  .top_concept_right {
    width: 50%; }

  .top_concept_left {
    padding-top: 3%; }

  .top_concept_left img {
    max-width: 250px;
    margin: 0 auto; }

  .top_concept_left p {
    margin-bottom: 5px; }

  .dietitian-num {
    font-size: calc(18px + 0.25vw) !important; }

  .dietitian-num span {
    font-size: calc(28px + 0.25vw) !important; }

  .top_concept_text {
    max-width: 780px;
    width: 95%; } }
@media (max-width: 767px) {
  .top_concept_left {
    padding-top: 4%; }

  .top_concept_left img {
    margin: 0 auto 5px auto;
    max-width: 175px; }

  .top-bnr li p {
    font-size: 2rem; }

  .dietitian-num {
    font-size: calc(16px + 0.25vw) !important; }

  .dietitian-num span {
    font-size: calc(20px + 0.25vw) !important; }

  .inquiry-btn {
    font-size: calc(14px + 0.25vw) !important;
    padding: 3px; }

  .top_concept_left p {
    margin-bottom: 0 !important; }

  .top_concept_text {
    font-size: 1.4rem; } }
@media (max-width: 575px) {
  .conceptbox {
    margin-bottom: 0; }
    .conceptbox h2 {
      font-size: 2rem;
      margin: 5px 0; }
    .conceptbox p {
      font-size: 1.4rem;
      margin-bottom: 20px;
      line-height: 1.6; }

  .top_concept {
    height: auto;
    margin: 0 auto 60px auto;
    padding-bottom: 10px; }

  .top-bnr li p {
    font-size: 1.6rem; }

  .top_concept_left {
    width: auto;
    float: none;
    text-align: center;
    padding: 0; }

  .top_concept_left img {
    margin: 0 auto; }

  .top_concept_left p {
    padding: 5px 0;
    font-size: 1.4rem; }

  .top_concept_right {
    width: 95%;
    max-width: 100%;
    margin: 10px auto;
    float: none;
    text-align: center; }

  .top_concept_text {
    width: 95%;
    display: block;
    margin: 0 auto; } }
.top-service {
  background: #fff8c6;
  margin: 0 0 60px;
  padding: 60px 0 0 0; }

.top-service-text {
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 1.8rem;
  text-align: center; }

.top-service-content {
  max-width: 980px;
  margin: 0 auto; }
  .top-service-content ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around; }
  .top-service-content li {
    width: calc(100% / 3); }
  .top-service-content a {
    background: #a5c435;
    padding: 10px 5px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 1.8rem; }
    .top-service-content a:hover {
      background: #90aa2e; }

.top-service-content li:nth-child(1) a,
.top-service-content li:nth-child(2) a,
.top-service-content li:nth-child(4) a,
.top-service-content li:nth-child(5) a {
  margin-right: 15px; }

@media (max-width: 991px) {
  .top-service {
    margin-bottom: 60px; } }
@media (max-width: 767px) {
  .top-service-content li {
    width: calc(100% / 2); }
  .top-service-content a {
    font-size: 1.6rem; }

  .top-service-content li:nth-child(1) a,
  .top-service-content li:nth-child(3) a,
  .top-service-content li:nth-child(5) a {
    margin-right: 15px; }

  .top-service-content li:nth-child(2) a,
  .top-service-content li:nth-child(4) a {
    margin-right: 0; } }
@media (max-width: 575px) {
  .top-service-text {
    font-size: 1.4rem; }

  .top-service-content ul {
    margin: 0; }

  .top-service-content li {
    width: 100%; }
  .top-service-content li a {
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: middle; }

  .top-service-content li:nth-child(1) a,
  .top-service-content li:nth-child(3) a,
  .top-service-content li:nth-child(5) a {
    margin: 0; }

  .top-service {
    margin-bottom: 60px; } }
/*えいようJoinができること*/
.training {
  margin: 0 0 90px;
  padding: 30px 0;
  background: #fff8c6; }

.training_text {
  width: 940px;
  margin: 0 auto 30px;
  font-size: 1.8rem;
  text-align: center; }

.training_content > li:last-child {
  margin: 0; }

.training_title, .training_list li:nth-child(3n) {
  margin: 0 0 30px; }

.check_image {
  width: 96%; }

.t-list {
  padding: 10px; }

.training_content > li {
  margin-bottom: 30px; }

.training_content > li:last-child {
  margin: 0; }

.training-inner {
  background: #FFF;
  padding: 0 0 30px 0; }

.training_content > li h3 {
  height: 60px;
  margin: 0;
  letter-spacing: 1px;
  padding: 0;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #a5c435; }

.training_content > li p.pl {
  margin: 0;
  font-size: 1.6rem; }

.t-list {
  padding: 15px; }

.training_title {
  margin: 60px 0 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center; }

.training_list {
  margin: 0 auto;
  padding: 0;
  list-style: none; }

.training_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.training_list > li {
  width: 306px;
  height: 60px;
  margin: 0 30px 30px 0;
  padding: 0;
  float: left;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #a5c435;
  border-radius: 10px; }

.training_list > li:nth-child(3n) {
  margin: 0 0 30px; }

@media (max-width: 991px) {
  .training_text {
    width: 96%;
    margin: 0 auto 30px;
    font-size: 1.6rem;
    text-align: left; } }
@media (max-width: 767px) {
  .training_text {
    font-size: 1.4rem; }

  .check_text, .check_lead {
    font-size: 1.4rem; }

  .training_content {
    height: auto; }

  .training_content > li {
    width: auto;
    height: auto;
    margin: 0 0 30px;
    float: none; }

  .training_content > li h3 {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px; }

  .training_title {
    font-size: 1.8rem; }

  .training_list li {
    width: auto;
    height: 40px;
    margin: 0 0 30px;
    float: none;
    font-size: 1.8rem;
    line-height: 40px; }

  .training_list li:nth-child(3n) {
    margin: 0 0 30px; }

  .training_content > li p.pl {
    padding: 0 20px; } }
@media (max-width: 575px) {
  .training {
    margin-bottom: 40px; }

  .training-inner {
    padding: 0 0 5px 0; }

  .training_content > li p.pl {
    font-size: 1.4rem; }

  .training_content > li h3 {
    font-size: 1.6rem; } }
@media (max-width: 991px) {
  .service_image {
    width: 180px;
    height: auto;
    margin: 0 auto 15px;
    float: none;
    line-height: 100px; } }
.service_text {
  width: 800px;
  margin: 0 auto 60px;
  font-size: 2.0rem;
  text-align: center; }

.service_list {
  width: 980px;
  margin: 0 auto 60px;
  padding: 0;
  list-style: none; }

.service_list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.service_list li {
  width: 460px;
  margin: 0 60px 60px 0;
  padding: 0;
  float: left; }

.service_list li:nth-child(even) {
  margin: 0 0 60px; }

.service_list li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.service_list li h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold; }

.service_image {
  width: 185px;
  height: 160px;
  float: left;
  text-align: center;
  line-height: 160px;
  background: #ccc; }

.service_body {
  position: relative;
  float: right;
  min-height: 185px;
  width: 245px; }

@media (max-width: 991px) {
  .service_body {
    float: none;
    width: auto;
    min-height: auto;
    text-align: center; } }
@media (max-width: 767px) {
  .service_body {
    text-align: left; } }
.service_description {
  font-size: 1.6rem;
  line-height: 1.4;
}

.service_body .performance_btn {
  position: absolute;
  bottom: 0;
  margin: 0; }

.service_body .performance_btn a {
  display: inline-block; }

@media (max-width: 991px) {
  .service_body .performance_btn {
    position: relative;
    text-align: center; } }
.service-return-btn {
  margin-top: 60px; }

@media (max-width: 991px) {
  .service_text {
    width: 96%;
    margin: 0 auto 30px;
    text-align: left; }

  .service_list {
    width: 96%;
    margin: 0 auto 60px; }

  .service_list li {
    width: auto;
    margin: 0 0 30px;
    float: none; }

  .service_list li:nth-child(even) {
    margin: 0 0 30px; }

  .service_list li h2 {
    margin: 0 0 15px;
    font-size: 1.8rem;
    text-align: center; }

  .service_image {
    width: 180px;
    height: auto;
    margin: 0 auto 15px;
    float: none;
    line-height: 100px; }

  .training {
    margin: 0 0 90px;
    padding: 30px 0; }

  .training_content > li:last-child {
    margin: 0; }

  .training_content > li h3 {
    font-size: 2.0rem; }

  .training_content > li p.pl {
    padding: 10px 20px 0; }

  .training_title {
    margin: 0 0 30px; }

  .training_list li:nth-child(3n) {
    margin: 0 0 30px; }

  .check_image {
    width: 96%; }

  .t-list {
    padding: 10px; } }
@media (max-width: 767px) {
  .service_text {
    font-size: 1.4rem; }

  .service_list li {
    padding: 15px; }

  .training_content {
    height: auto; }

  .training_content > li {
    width: auto;
    height: auto;
    margin: 0 0 30px;
    float: none; }

  .training_content > li h3 {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px; }

  .training_title {
    font-size: 1.8rem; }

  .training_list li {
    width: auto;
    height: 40px;
    margin: 0 0 30px;
    float: none;
    font-size: 1.8rem;
    line-height: 40px; }

  .training_list li:nth-child(3n) {
    margin: 0 0 30px; }

  .training_content > li p.pl {
    padding: 0 20px; } }
@media (max-width: 575px) {
  .training {
    margin-bottom: 40px; }

  .check_text {
    font-size: 1.4rem; } }
.q-check {
  margin: 60px 0; }

@media (max-width: 767px) {
  .q-check {
    margin: 30px 0; } }
/*サービス詳細*/
.detail-service h2, .detail-ex h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #90aa2e !important;
  margin: 0 0 10px 0; }

.detail-service {
  background: #f4fbde;
  padding: 60px 0; }
/*
.detail-text, .bullet-list li {
  font-size: 1.6rem; }
*/
.detail-ex {
  padding-top: 60px; }

@media (max-width: 991px) {
  .detail-text {
    font-size: 1.4rem; }

  .detail-service img, .detail-ex img {
    max-width: 400px;
    width: 100%; } }
@media (max-width: 575px) {
  .detail-service h2, .detail-ex h2 {
    font-size: 2rem; }

  .detail-text {
    font-size: 1.4rem; }

  .detail-service {
    padding: 30px 0; } }
.service-bnr {
  padding: 60px 0 0 0; }
  .service-bnr .service-bnrinner h3 {
    text-align: center;
    margin-bottom: 30px; }
  .service-bnr li a {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    letter-spacing: 1px;
    background: #90aa2e;
    color: white;
    padding: 10px 0;
    margin-bottom: 30px;
    font-weight: bold; }

@media (max-width: 575px) {
  .service-bnr {
    padding: 30px 0 0 0; }
    .service-bnr li a {
      font-size: 1.4rem;
      margin-bottom: 10px; } }
.worklink {
  margin-top: 60px; }
  .worklink a {
    font-size: 1.6rem;
    padding: 15px;
    font-weight: bold; }

.performance {
  padding: 60px 0;
  margin-bottom: 60px;
  background: #fff8c6; }

.performance_lead {
  margin: 0 auto 60px;
  font-size: 1.8rem; }

.performance_list {
  margin: 0 auto;
}
.performance_list--front{
  margin-bottom:20px;
}

.performance_list ul {
  list-style: none; }
.performance_list ul li a {
  display: block;
  border: 2px solid transparent;
  margin: 0 0 30px;
  padding: 30px;
  /*background: #fff;*/
}
.performance_list ul li a:hover {
  border: 2px solid #90aa2e; }

.performance_list ul li a {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
}
.performance_list ul li a:hover {
  border: none;
  color: #90aa2e;
  text-decoration: underline;
}

.performance_list ul li a p {
  margin-bottom: 0;
  line-height: 1.4; }
.performance_list ul li:last-child {
  margin: 0; }

.performance_list__panel {
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  margin: 0 10px 30px;
  padding: 30px;
  background: #fff;
}
/*.performance_list__panel:hover {
  cursor: grab; 
}*/
.performance_list__panel p {
  margin-bottom: 0;
  line-height: 1.4; 
}
.performance_list__panel ul li:last-child {
  margin: 0; 
}


.performance_list .slick-list{
  overflow: visible;
}

.performance_title {
  min-height: 3em;
  margin: 0 0 10px 0;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #90aa2e; }

.performance_img {
  position: relative;
  margin-bottom: 120px;
}

.performance_img__pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 61.8%;
}
.performance_img__pic img {
  position: absolute;
  top: 0;
  left: 0;
}

.performance_img__logo {
  position: absolute;
  bottom:-75px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;  
  justify-content: center;
}

@media (max-width: 575px) {
  .performance_img__logo {
    width: 75px;
    height: 75px;
    bottom: -40px;
  }
}

.performance_img__logo img{
  padding: 6px;
}

.performance_list ul li .thumbnail {
  padding: 0;
  border-radius: 0;
}

.performance_th,
.performance_td {
  font-size: 1.2rem;
  vertical-align: middle!important;
}
.performance_th{
  min-width: 5.5em;
}
.performance_list .slick-slide img{
  box-shadow: none;
  margin-bottom: 0;
}


.performance_text {
  font-size: 1.4rem;
}

.performance_list ul li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.performance_single_title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 3.6rem;
}

.performance_list .black_btn {
  float: right;
}

@media (max-width: 991px) {
  .performance {
    margin: 0 0 60px;
    padding: 60px 0; }

  .performance_lead, .performance_list {
    width: 96%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .performance_list ul li .thumbnail img {
    width: 100%;
  }
  .performance_list ul li .performance_content {
    width: auto;
    max-width: 100%;
    overflow: hidden;
    float: none;
  }
  .performance_list ul li .performance_content .performance_btn {
    text-align: center;
  }

  .performance_lead {
    font-size: 1.4rem;
  }

  .performance_list ul li .performance_title {
    font-size: 2rem;
  }
  .performance_title a {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .performance_list {
    margin-bottom: 0;
  }
  .performance_list ul {
    margin-bottom: 0;
  }
  .performance_list ul li a {
    padding: 20px;
  }
  .performance_list .performance_img__logo a,
  .performance_list .performance_td a{
    padding: 0!important;
    border: 0;
  }
  .performance_list ul li .performance_title {
    font-size: 1.6rem;
  }
}
.diet-box p {
  font-size: 1.6rem;
  margin-bottom: 30px; }

.diet {
  padding: 60px 0 0 0; }

.diet-list li:last-child {
  margin-bottom: 0; }

.diet_text {
  margin-bottom: 60px;
  text-align: center; }

.diet-link {
  box-shadow: 0 0 5px #ccc;
  display: block;
  margin-bottom: 10px;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease; }
  .diet-link:hover {
    opacity: 0.7; }

.diet-tbox {
  font-size: 1.6rem;
  padding: 10px;
  background: #f88b3c;
  color: #FFFFFF;
  overflow: hidden; }
  .diet-tbox i {
    float: right; }

.diet-title {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2; }

.diet-text {
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 0; }

.recipe-note {
  font-size: 1.4rem; }

@media (max-width: 991px) {
  .diet_text {
    margin: 0 0 30px 0;
    font-size: 1.8rem;
    text-align: left; } }
@media (max-width: 575px) {
  .page-id-32 .textwidget {
    margin: 60px 0; } }
.d-menu {
  margin: 90px 0;
  padding: 90px 0 70px 0;
  background: #fff7e6; }

.d-menu-txt {
  margin-bottom: 30px;
  font-size: 1.6rem; }

.instagram {
  margin-bottom: 120px; }

@media (max-width: 991px) {
  .instagram {
    margin-bottom: 60px; } }
.nutritionist {
  width: 970px;
  margin: 0 auto 60px; }
  .nutritionist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .nutritionist ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .nutritionist ul li {
      width: 220px;
      margin: 0 30px 0 0;
      /* padding: 0 0 4em; */
      position: relative; }

#static-page .nutritionist ul li {
  margin: 0 30px 30px 0; }

.nutritionist ul li:nth-child(4n), #static-page .nutritionist ul li:nth-child(4n) {
  margin-right: 0; }

.nutritionist__genre{
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
.nutritionist__genre-name{
  margin-top: 5px;
  font-size: 2.6rem;
}
.nutritionist__genre--recipe{
  background: #DA535C;
}
.nutritionist__genre--writing{
  background: #2B5391;
}
.nutritionist__genre--planning{
  background: #DC5538;
}
.nutritionist__genre--casting{
  background: #DBCD22;
}
.nutritionist__genre--support{
  background: #217541;
}
.nutritionist__genre--marketing{
  background: #7A6E54;
}

.nutritionist ul li .picture {
  height: 293px;
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  line-height: 293px;
  background: #4c4948;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .nutritionist ul li .picture img {
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
.nutritionist ul li .name {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.6; }
.nutritionist ul li .area, .nutritionist ul li .field {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4rem;
  color: #a5c435;
  line-height: 1.6; }
.nutritionist ul li .icon {
  display: inline-block;
  padding: 0 10px 0 0; }
.nutritionist ul li .contact_btn {
  height: 4em;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .nutritionist ul li .contact_btn .black_btn {
    display: inline-block; }

@media (max-width: 991px) {
  .nutritionist {
    width: 96%;
    max-width: 970px;
    margin: 0 auto 60px; }
    .nutritionist ul li {
      width: 22%;
      margin: 0 4% 0 0; }

  #static-page .nutritionist ul li {
    margin: 0 4% 30px 0; }

  .nutritionist ul li .picture {
    height: auto;
    margin: 0 0 15px; }
    .nutritionist ul li .picture:before {
      content: "";
      display: block;
      padding-top: 125%; }
  .nutritionist ul li .contact_btn .black_btn {
    padding: 15px 5px;
    font-size: 1.0rem; } }
@media (max-width: 767px) {
  .nutritionist {
    width: 96%;
    max-width: 96%;
    margin: 0 auto 30px; }
    .nutritionist ul {
      display: block; }
      .nutritionist ul li {
        width: 80%;
        margin: 0 auto 30px;
        padding: 0;
        position: static; }
      .nutritionist ul .nutritionist__genre{
        padding: 10px;
      }

  #static-page .nutritionist ul li, .nutritionist ul li:nth-child(4n), #static-page .nutritionist ul li:nth-child(4n) {
    margin: 0 auto 30px; }

  .nutritionist ul li:last-child {
    margin: 0 auto; }
  .nutritionist ul li .picture {
    width: 220px;
    height: 293px;
    margin: 0 auto 15px; }
    .nutritionist ul li .picture:before {
      display: none; }
  .nutritionist ul li .name {
    margin: 0;
    font-size: 1.8rem;
    text-align: center; }
  .nutritionist ul li .area, .nutritionist ul li .field {
    text-align: center; }
  .nutritionist ul li .contact_btn {
    height: auto;
    position: static; }
    .nutritionist ul li .contact_btn .black_btn {
      padding: 15px;
      font-size: 1.2rem; } }
.flow-text {
  max-width: 880px;
  margin: 0 auto 60px auto;
  display: block;
  font-size: 1.6rem;
  padding: 0 15px; }

.flow-list {
  margin-bottom: 60px; }
  .flow-list dl {
    display: block; }
    .flow-list dl dt {
      background: #fff8c6;
      padding: 15px 1em;
      line-height: 1;
      display: block;
      color: #333333;
      margin-bottom: 20px;
      border-left: 3px solid #a5c435; }
      .flow-list dl dt span {
        margin-right: 0.5em; }
    .flow-list dl dd {
      line-height: 1.6;
      letter-spacing: .05em;
      font-size: 1.6rem; }
  .flow-list li:not(:last-child)::after {
    display: block;
    margin: 30px auto;
    width: 50px;
    height: 30px;
    content: "";
    background-size: 50px 30px;
    background: url("/images/flow/arrows.svg") no-repeat; }

@media (max-width: 991px) {
  .flow-list dt {
    font-size: 1.6rem; }
  .flow-list dd {
    margin-bottom: 0; }

  li:not(:last-child)::after {
    margin: 0 auto; } }
@media (max-width: 767px) {
  .flow-text {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .flow-list dl dt {
    padding: 15px .5em; }
  .flow-list dl dd {
    margin: 0;
    font-size: 1.4rem; }
  .flow-list dl li:not(:last-child)::after {
    width: 40px;
    height: 20px; }

  .flow-text {
    font-size: 1.4rem; } }
.articles {
  width: 980px;
  margin: 0 auto; }
  .articles ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .articles ul li {
      margin: 0 0 30px; }
      .articles ul li:last-child {
        margin: 0; }
      .articles ul li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }

.article_image {
  width: 160px;
  height: 160px;
  float: left;
  background: #000;
  position: relative;
  overflow: hidden; }
  .article_image img {
    max-width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.article_content {
  width: 780px;
  float: right; }

.article_date {
  margin: 0 0 15px;
  color: #4c4948;
  font-size: 1.4rem; }

.article_title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 2.0rem;
  font-weight: bold; }

.article_body {
  font-size: 1.4rem; }

@media (max-width: 991px) {
  .articles {
    width: 96%;
    margin: 0 auto 30px; }

  .article_image {
    width: 20%;
    height: auto;
    text-align: left;
    position: relative; }
    .article_image:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .article_image img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }

  .article_date {
    margin: 0 0 10px;
    font-size: 1.2rem; }

  .article_content {
    width: 78%; }

  .article_title {
    margin: 0 0 10px;
    font-size: 1.4rem; }

  .article_body {
    font-size: 1.2rem; } }
@media (max-width: 767px) {
  .article_date {
    font-size: 1.2rem; }

  .article_content {
    width: 78%; }

  .article_title {
    font-size: 1.4rem; }

  .article_body {
    display: none; } }
.voice_box,
.comment_box {
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.6; }
  .voice_box p,
  .comment_box p {
    font-size: 1.6rem;
    margin-bottom: 0; }

.voice_box {
  background: #FFF8C6; }

.comment_box {
  background: #f4fbde; }

.voice {
  margin-top: 60px;
  margin-bottom: 30px; }

.table tr {
  font-size: 1.6rem; }
  .table tr:last-child {
    border-bottom: 1px solid #ddd; }

.table--author th {
  min-width: 5em;
}

.workOverview {
  font-size: 1.6rem; }

.campaign-top-category {
  text-align: center; }

.cat_label {
  font-size: 1.1rem;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: bold; 
  white-space: nowrap;
}
  .cat_label:hover {
    color: #FFFFFF; }

.work-single p {
  font-size: 1.6rem; }

.single-work .section_title {
  font-size: 3rem;
  margin-bottom: 10px; }

.tax-work .section_title span {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  display: block; }

.work-inner {
  padding: 60px 0 0px 0;
  background: #fff8c6; }

.work-single .section_btn a {
  margin: 30px 60px; }

@media (max-width: 575px) {
  .voice_box p,
  .comment_box p {
    font-size: 1.4rem; }

  .voice {
    margin-top: 30px; }

  .workOverview {
    font-size: 1.4rem; }

  .single-work .section_title {
    font-size: 2.4rem; } }
.quality,
.purpose {
  margin-top: 60px; }

/*コンセプト*/
.concept {
  margin-bottom: 60px; }

.concept_text {
  width: 100%;
  max-width: 880px;
  margin: 30px auto;
  font-size: 2.0rem; }

.concept_visual {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center; }

.concept_message {
  margin: 30px auto;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  padding: 30px 0; }

.green {
  color: #138414; }

.orange {
  color: #f06930; }

.green, .orange {
  letter-spacing: 1px;
  font-size: 3rem; }

@media (max-width: 1199px) {
  .concept_message {
    font-size: 3rem;
    margin: 60px auto; } }
@media (max-width: 991px) {
  .concept_text {
    margin: 0 auto 30px auto; }

  .concept_visual {
    width: auto;
    margin: 0 auto 30px; }

  .concept_message {
    font-size: 2.4rem; }

  .orange,
  .green {
    font-size: 2.4rem; } }
@media (max-width: 767px) {
  .concept {
    margin-bottom: 30px; }

  .concept_text {
    font-size: 1.4rem; }

  .concept_message {
    margin: 30px auto;
    font-size: 2rem;
    line-height: 1.6; } }
@media (max-width: 575px) {
  .concept_message {
    font-size: 1.6rem;
    margin: 0;
    padding-top: 0; }

  .orange,
  .green {
    font-size: 2.2rem; } }
/*仕組み*/
.structure_text {
  font-size: 1.6rem; }

@media (max-width: 991px) {
  .structure_text {
    text-align: left; } }
/*ポイント*/
.points {
  padding: 90px 0 30px 0; }

.points-num {
  width: 50px;
  margin: 30px auto 0 auto;
  display: block; }

.point-list {
  max-width: 350px;
  margin: 0 auto; }
  .point-list h3 {
    letter-spacing: 1px;
    color: #f06930;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold; }
  .point-list p {
    line-height: 1.8;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05rem; }
  .point-list em {
    font-weight: bold;
    font-style: normal;
    color: #90aa2e; }

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

@media (max-width: 1199px) {
  .point-list h3 {
    font-size: 2rem; }
  .point-list p {
    font-size: 1.4rem; }

  .point-img {
    margin: 0 auto 10px auto;
    display: block; } }
@media (max-width: 991px) {
  .points {
    padding: 60px 0 30px 0; }

  .point-box {
    margin: 0 auto;
    max-width: 890px; }

  .point-img {
    max-width: 90%; }

  .point-list {
    margin-bottom: 30px; } }
@media (max-width: 575px) {
  .points {
    padding: 60px 0 0 0; }

  .point-box {
    margin: 0 auto; }

  .point-img {
    max-width: 100%; }

  .point-list {
    width: 100%; }
    .point-list h3 {
      margin-top: 10px;
      margin-bottom: 20px; }

  .point-list:not(:last-child) {
    margin-bottom: 30px; } }
/*目的*/
.purpose {
  font-size: 1.6rem; }
  .purpose p {
    letter-spacing: 0.05rem; }

@media (max-width: 991px) {
  .purpose {
    margin: 0 auto 30px; } }
/*共通*/
.structure,
.purpose {
  background: #f4fbde;
  padding: 60px 0; }

@media (max-width: 767px) {
  .structure_text,
  .purpose {
    font-size: 1.4rem; }

  .structure,
  .purpose {
    padding: 60px 0 30px 0; } }
/* business*/
/*--------------------------------------------------*/
.column {
  margin-bottom: 30px; }

.business-text {
  margin-bottom: 60px; }

.category-badge-list {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px; }

.business-subttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px; }

.business-text-li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

.business-list-link {
  margin: 30px auto 0 auto;
  text-align: center;
  width: 10em; }
  .business-list-link a {
    font-size: 12px;
    border-radius: 0;
    padding: 8px 0;
    display: block;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
    .business-list-link a:hover {
      background: #333;
      color: #fff; }

.business-left {
  width: 25%;
  margin-right: 10px;
  max-width: 300px;
  float: left; }

.business-right {
  width: 72%;
  float: left; }

.business-right2 {
  width: 100%; }

.business-date {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #333; }

.business-demo-url, .business-explain {
  color: #fff;
  font-size: 9px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 3px; }

.business-title {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  margin-bottom: 10px; }
  .business-title:hover {
    color: #a5c435; }

.business-excerpt {
  font-size: 1.4rem;
  line-height: 1.4; }
  .business-excerpt p {
    margin-bottom: 0; }

.widget input[type="submit"], .widget button[type="submit"] {
  padding: 8px 16px !important; }

.widget_search form label::after {
  color: #FFFFFF !important;
  background: #333 !important;
  padding-left: 0; }

.author-avatar {
  text-align: right;
  font-size: 12px;
  margin-bottom: 0; }
  .author-avatar img {
    margin-left: 5px;
    border-radius: 50%; }

.author-description p{
  font-size: 1.2rem!important;
}

.business h1 {
  border-bottom: 2px solid #90aa2e;
  margin: 0 0 30px 0;
  padding: 0 5px 10px 5px;
  font-size: 2.4rem;
  color: #90aa2e; }

/* 768～∞（md）*/
.tabs {
  display: table;
  border-bottom: 1px solid transparent;
  width: 100%; }

.tab-li {
  display: table-cell;
  line-height: 1;
  width: 33.33%;
  text-align: center;
  height: 40px;
  background-color: #8e2940;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 5px 5px 0 0; }
  .tab-li:not(:last-child) {
    border-right: 2px solid #fff; }
  .tab-li.active {
    color: #fff;
    background: #333; }
    .tab-li.active .tabs {
      border-bottom: 1px solid red; }

.tab-content {
  display: none; }

.tab-content1 {
  display: inherit; }

.business-imgbox {
  position: relative;
  overflow: hidden; }

.business-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s; }
.business-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.business-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background-color 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.business-meta {
  margin-bottom: 5px;
  font-size: 1.2rem; }
  .business-meta a {
    padding: 2px 5px;
    border-radius: 3px !important; }

@media (max-width: 991px) {
  .category-badge-list {
    display: none; }

  .business-title {
    line-height: 1.2;
    font-size: 1.6rem; }

  .tab-li {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .tab-li {
    font-size: 1.3rem;
    line-height: 1; }

  .business-title {
    display: block;
    font-size: 1.8rem; }

  .business-text {
    margin-bottom: 60px; } }
@media (max-width: 575px) {
  .column {
    margin-bottom: 0; }

  .business h1 {
    font-size: 1.8rem; }

  .business-left {
    width: 30%;
    float: left; }

  .business-right {
    width: 65%;
    float: left; }

  .business-date {
    margin-bottom: 0;
    font-size: 1.1rem; }

  .kotei .business-date2 {
    margin-top: 5px; }

  .business-title {
    font-size: 1.4rem; }

  .business h1 {
    font-size: 2rem;
    padding-bottom: 5px; } }
.widget-title {
  background: #fff8c6;
  padding: 8px !important;
  border-bottom: 0 !important; }

.widget ul {
  margin-bottom: 30px; }
  .widget ul li {
    border-bottom: 1px dotted #ccc;
    font-size: 1.4rem; }
    .widget ul li::before {
      display: none; }
    .widget ul li a {
      display: block; }
      .widget ul li a:hover {
        color: #90aa2e; }

.widget_search form label::after {
  top: 6px; }

.post_content h2 {
  background: #fff8c6;
  padding: 8px;
  font-size: 2.2rem;
  color: #555555;
  margin-top: 90px;
  margin-bottom: 30px;
  border-left: 5px solid #90aa2e; }
.post_content h3 {
  color: #90aa2e;
  font-weight: bold;
  margin-top: 60px;
  font-size: 2rem;
  border-bottom: 1px solid #90aa2e; }
.post_content h4 {
  font-weight: bold;
  color: #90aa2e;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 2rem; }
.post_content h5 {
  color: #555555;
  font-size: 1.8rem; }
.post_content p {
  letter-spacing: 0.05rem;
  font-size: 1.6rem; }
.post_content blockquote {
  background: #f3f3f3;
  padding: 15px;
  font-style: normal; }
.post_content .amp-display-block,
.post_content .amp-display-inline {
  display:none;
}

/*目次*/
.ez-toc-title {
  text-align: center !important;
  padding: 15px !important;
  color: #555;
  font-size: 1.6rem !important;
  background: #ccc; }

.ez-toc-title-container, .ez-toc-list > li {
  margin-bottom: 10px !important; }

#ez-toc-container a {
  color: #555 !important; }

.ez-toc-list li a {
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem; }

/*詳細ページネーション*/
.single-arrow {
  display: none;
  margin: 60px 0;
  /* 次の記事 */ }

.single-arrow-prev, .single-arrow-next {
  padding: 0; }

.single-arrow a {
  color: #333;
  display: block;
  padding: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .single-arrow a:hover {
    background: #a6c534;
    color: #fff; }

.single-arrow-next {
  text-align: right; }

.single-arrow-prev {
  border-right: 1px solid #ccc; }

.single-meta-left {
  float: left; }

.single-meta-right {
  float: right; }

@media (max-width: 767px) {
  .single-arrow a {
    font-weight: bold;
    padding: 15px; } }
@media (max-width: 575px) {
  .single-arrow {
    margin-bottom: 30px; }
    .single-arrow a {
      padding: 10px; }

  .post_content h2 {
    padding: 5px;
    line-height: 1.3;
    font-size: 2rem;
    margin-top: 30px;
    border-left: 3px solid #90aa2e; }
  .post_content h3 {
    color: #90aa2e;
    font-size: 1.8rem;
    border-bottom: 1px solid #90aa2e; }
  .post_content h4 {
    color: #90aa2e;
    font-size: 1.6rem; }
  .post_content h5 {
    color: #555555;
    font-size: 1.4rem; }
  .post_content p {
    font-size: 1.4rem; } }
/*ライター*/
.author-avatarbox {
  margin-bottom: 30px;
  background: #f3f3f3;
  padding: 15px; }
  .author-avatarbox h3 {
    font-size: 1.8rem;
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
    color: #555555; }

.writer {
  font-size: 1.2rem; }

.author-avatar-detail {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .author-avatar-detail p {
    font-size: 1.2rem;
    margin-bottom: 5px;
    line-height: 1; }

.post-author {
  min-width: 50px;
  max-width: 50px;
  margin: 0 5px 10px 0;
  font-size: 18px; }

.author-desc {
  font-size: 1.4rem;
  margin: 0; }

@media (max-width: 575px) {
  .post-author {
    min-width: 50px; }

  .business-date a {
    display: none; }

  .single-time a {
    display: block; } }
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

/* news*/
/*--------------------------------------------------*/
.news-text {
  margin-bottom: 90px; }

.category-badge-list {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px; }

.news-subttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 18px; }

.news-text-li {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden; }

.news-list-link {
  margin: 30px auto 0 auto;
  text-align: center;
  width: 10em; }
  .news-list-link a {
    font-size: 12px;
    border-radius: 0;
    padding: 8px 0;
    display: block;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    -webkit-transition: .5s ease;
    transition: .5s ease; }
    .news-list-link a:hover {
      background: #333;
      color: #fff; }

.news_content {
  padding: 8px 15px 20px 15px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  overflow: hidden; }

.news-date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #333; }

.news-demo-url, .news-explain {
  color: #fff;
  font-size: 9px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 3px; }

.news_title {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #90aa2e;
  margin-top: 5px; }
  .news_title:hover {
    text-decoration: underline; }

.news_excerpt {
  font-size: 1.4rem;
  line-height: 1.4; }
  .news_excerpt p {
    margin-bottom: 0; }

.widget input[type="submit"], .widget button[type="submit"] {
  padding: 8px 16px !important; }

.widget_search form label::after {
  color: #FFFFFF !important;
  background: #333 !important;
  padding-left: 0; }

.news h1 {
  border-bottom: 2px solid #90aa2e;
  margin: 0 0 30px 0;
  padding: 0 5px 10px 5px;
  font-size: 2.4rem;
  color: #90aa2e; }

.news-meta {
  margin-bottom: 5px;
  font-size: 1.2rem; }
  .news-meta a {
    padding: 2px 5px;
    border-radius: 3px !important; }

@media (max-width: 991px) {
  .category-badge-list {
    display: none; }

  .news-title {
    line-height: 1.2;
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .news_content {
    padding: 8px;
    margin-bottom: 0; }

  .news_title {
    display: block;
    font-size: 1.6rem;
    margin: 0; }

  .news-text {
    margin-bottom: 60px; }

  .news-date {
    margin-bottom: 3px;
    font-size: 1.2rem; } }
@media (max-width: 575px) {
  .news h1 {
    font-size: 1.8rem; }

  .news-date {
    margin-bottom: 0;
    font-size: 1.1rem; }

  .kotei .news-date2 {
    margin-top: 5px; }

  .news_title {
    font-size: 1.4rem; }

  .news-date a {
    display: none; }

  .single-time a {
    display: block; } }
.contact_wrap {
  width: 980px;
  margin: 0 auto; }

.contact-info {
  margin: 0 auto;
  padding: 0 15px;
  font-size: 1.4rem; }


.contact-form {
  margin: 0 0 60px;
  border: solid 1px #d0d0d0;
  table-layout: fixed; }
  .contact-form th {
    width: 250px;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: normal;
    background: #fff8c6;
    border: solid 1px #d0d0d0; }
  .contact-form td {
    padding: 10px 15px;
    font-size: 1.4rem;
    border: solid 1px #d0d0d0; }
  .contact-form .input01, .contact-form .input02 {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    font-size: 1.4rem;
    border: 1px solid #d0d0d0; }
  .contact-form .input-horizon {
    width: 100%; }
  .contact-form input[type="file"] {
    width: 100%;
    font-size: 1.4rem; }
  .contact-form textarea {
    width: 100%;
    padding: 0 10px;
    font-size: 1.4rem;
    border: 1px solid #d0d0d0; }
  .contact-form select {
    font-size: 1.4rem; }
  .contact-form .mwform-radio-field label, .contact-form .mwform-checkbox-field label {
    display: inline-block;
    margin-right: 10px; }

@media (max-width: 991px) {
  .contact-form .input-horizon {
    width: 100%; } }
.section_btn .submit_btn {
  padding: 15px 20px;
  font-size: 1.8rem;
  color: #221815;
  font-weight: bold;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  background: #fff;
  border-top: solid 1px #4c4948;
  border-right: solid 1px #4c4948;
  border-bottom: solid 6px #4c4948;
  border-left: solid 1px #4c4948;
  cursor: pointer; }
  .section_btn .submit_btn:first-child {
    margin-right: 10px; }
  .section_btn .submit_btn:hover {
    color: #90aa2e;
    background: #FFF;
    border-top: solid 1px #90aa2e;
    border-right: solid 1px #90aa2e;
    border-bottom: solid 6px #90aa2e;
    border-left: solid 1px #90aa2e;
    border-bottom: solid 6px #90aa2e;
    text-decoration: none; }
.section_btn .submit_btn:disabled{
  opacity: 0.6;
}

.contact-form label{
  font-weight: normal;
}
.contact-form p,
.p-privacy p{
  margin-bottom: 0;
}

.contact_flow {
  width: 980px;
  margin: 0 auto 60px; }
.contact-form  .input01--hasfix {
  width: calc(100% - 5em);
}
.flow_text {
  margin: 0 0 30px; }

.flow {
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }
  .flow li {
    margin: 0 0 30px;
    padding: 0; }
    .flow li:last-child {
      margin: 0; }
    .flow li h3 {
      margin: 0 0 30px;
      padding: 0;
      font-size: 2.4rem;
      font-weight: bold; }
    .flow li p {
      margin: 0;
      padding: 0;
      font-size: 2.0rem; }

.contact_thanks {
  margin: 0 0 120px;
  font-size: 2.0rem; }

@media (max-width: 991px) {
  .contact_wrap {
    width: auto;
    margin: 0;
    padding: 0 15px; }

  .contact-form {
    display: block; }
    .contact-form thead, .contact-form tbody, .contact-form tr, .contact-form th, .contact-form td {
      display: block; }
    .contact-form th {
      width: auto; }

  .section_btn input[type="submit"] {
    -webkit-appearance: none;
    height: auto;
    font-size: 1.4rem;
    border-radius: 0; }

  .contact_flow {
    width: 96%;
    margin: 0 auto 30px; }

  .flow li h3 {
    font-size: 1.8rem; }
  .flow li p {
    font-size: 1.4rem; }

  .contact_thanks {
    margin: 0 0 60px;
    font-size: 1.4rem; } }
.use-rule {
  height: 250px;
  padding: 10px 30px;
  border: 1px solid #c9c3c0;
  background: #fff;
  overflow-y: scroll;
  resize: vertical; }
  .use-rule h2 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: none; }
    .use-rule h2:after {
      border-bottom: none; }
  .use-rule h3 {
    font-size: 1.6rem;
    margin-bottom: 20px; }
  .use-rule .block p {
    text-indent: -1em;
    margin-bottom: 5px; }
  .use-rule p, .use-rule li {
    padding-left: 1em;
    font-size: 1.3rem; }
  .use-rule p, .use-rule ul {
    margin-bottom: 0; }
  .use-rule .block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc; }

#signature {
  font-size: 1.3rem; }
  #signature p {
    text-align: right; }

.checkbox {
  text-align: center; }

.check {
  font-size: 1.8rem; }
  .check input {
    margin-top: 8px; }

.check-text {
  text-align: center;
  font-size: 1.2rem; }

.submit_btn2:hover {
  background-color: #8e2940;
  color: #fff; }

.section_btn .submit_btn:hover {
  color: #221815;
  border-top: solid 1px  #4c4948;
  border-right: solid 1px  #4c4948;
  border-bottom: solid 6px  #4c4948;
  border-left: solid 1px  #4c4948;
  border-bottom: solid 6px  #4c4948;
  text-decoration: none; }

.mw_wp_form_confirm .submit_btn:hover, .section_btn .submit_btn2:hover {
  color: #90aa2e;
  background: #FFF;
  border-top: solid 1px #90aa2e;
  border-right: solid 1px #90aa2e;
  border-bottom: solid 6px #90aa2e;
  border-left: solid 1px #90aa2e;
  border-bottom: solid 6px #90aa2e;
  text-decoration: none; }

.mw_wp_form_confirm .use-rule, .mw_wp_form_confirm .checkbox {
  display: none; }


/* wpcf7 */
.wpcf7-list-item{
  margin-right: 10px;
  margin-left: 0;
}
.wpcf7-spinner{
  display: none;
}

.back_btn {
  background: transparent !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  padding: 10px 5px !important;
  margin-right: 25px !important; }

@media (max-width: 575px) {
  .use-rule {
    padding: 10px; }
    .use-rule h2 {
      margin-top: 20px; }

  .back_btn {
    padding: 10px 25px !important;
    margin: 10px 10px 30px 10px !important; } }


.header .sub-menu {
    top: 90%;
    left: -25%;
    width: 125%;
}

.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
  margin-right: 10px;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 0;
}

/* 2021.08.27 追加 */

.p-workcolumn__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.p-workcolumn__tabs-item.j-tabs__handle--active {
  background: #ed831c;
  position: relative;
}

.p-workcolumn__tabs-item.j-tabs__handle--active::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ed831c transparent transparent transparent;
  content: '';
  top: calc(100%);
  left: calc(50% - 5px);
}

.p-workcolumn__tabs-item {
  width: 50%;
  text-align: center;
  background: #a5c435;
  color: #FFF;
  margin: 0 5px;
  line-height: 1.2;
  padding: 10px 0 7px 0;
}
.p-workcolumn__tabs-item--sub {
  display: block;
  font-size: 80%;
}
.p-workcolumn__tabs-item--main {
  display: block;
}
.p-workcolumn__tabs-item:hover {
  cursor: pointer;
}

.p-workcolumn__contents {
  display: none;
  margin-top: 30px;
}

.p-workcolumn__contents--def-active {
  display: block;
}

.p-workcolumn__nopaged-link {
  text-decoration: underline;
}
.p-workcolumn__nopaged-link:hover {
  text-decoration: none;
}




#Download_comfirm-mess {
  display: none;
  color: #f00;
}
.document-download__wrap {
  text-align: center;
}
.document-download {
  display: inline-block;
  text-align: left;
  margin-top: 15px;
}
.document-download__item {
  margin-bottom: 30px;
}
.document-download__item a {
  background : rgb(165, 197, 54);
  color: #FFF;
  padding: 0.5em 1em;
}
.document-download__item a:hover {
  background : rgba(165, 197, 54, 0.7);
}



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




.btn-side-download {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  font-size: 2.0rem;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.btn-side-download.btn-side-download--active {
  opacity: 1.0;
}

@media (max-width: 575px) {
  .btn-side-download {
    display: none;
  }
}
.btn-side-download__link {
  display: block;
  width: 100%;
  height: 100%;
  background: #a5c536;
  margin-top: calc(-50% - 70px);
  color: #FFF;
}

.btn-side-download__icon {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #ed831c;
}

.btn-side-download__main {
  display: block;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.75em 0.25em;
}

.btn-side-download__icon {
  position: relative;
}

.btn-side-download__icon::after {
  content: '';
  display: block;
  width: 60%;
  padding-bottom: 60%;
  background-image: url(/eiyoujoin/images/icon-document.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20%;
  left: 20%;
}
.btn-side-download__icon--tomato::after {
  background-image: url(/eiyoujoin/images/cta_tomato.png);
}

.btn-side-download:hover .btn-side-download__icon {
  color: #FFF;
  background: rgba(237, 131, 28, 0.7);
}

.btn-side-download:hover .btn-side-download__link {
  color: #FFF;
  background: rgba(165, 197, 54, 0.7);
}

@media (min-width: 576px) {
  .btn-side-download-sp {
    display: none;
  }
}
.btn-side-download-sp {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  width: 100%;
/*  background: rgba(0, 0, 0, 0.7);*/
}

.btn-side-download-sp__link {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
  position: absolute;
}

.btn-side-download-sp__img {
  max-height: 100%;
}

@media (max-width: 576px) {
  .btn-side-download-sp {
    padding-bottom: 24%;
  }

  body {
    padding-bottom: 23.5%;
  }
}

.author-sns,
.author-hp{
  margin-bottom: 0;
}
.author-sns li{
  display: inline-block;
  margin: 0 5px;
}
.author-sns li a{
  font-size: 2.4rem;
}
.author-hp li{
  display: block;
  line-height: 1.1;
}
.author-hp li a{
  text-decoration: underline;
  font-size: 1.2rem;
}
2
/* 2021.10.28 */

.contact-form-2 {
  margin: -10px -15px;
  width: calc(100% + 30px);
  margin-top: 0;
}
.contact-form-2 th,
.contact-form-2 td {
  border: none;
  background: none;
}
.contact-form-2 th {
  width: 340px;
  position: relative;
}
.contact-form-2 th::after {
  content: '';
  width: 1px;
  height: 40%;
  top: 30%;
  background: #d0d0d0;
  position: absolute;
  right: 0;
}




@media (max-width: 991px) {
  .contact-form-2 {
      display: table;
  }
  .contact-form-2 th {
    width: 175px;
  }
  .contact-form-2 th, .contact-form-2 td {
      display: table-cell;
  }
}
@media (max-width: 767px) {
  .contact-form-2 th {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .contact-form-2 th {
    width: 120px;
  }
}
