@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  position: relative; }

main {
  display: block; }

header a img, main a img, footer a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

header a:hover img, main a:hover img, footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 2s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
#wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 90%;
  padding: 0 0 0 10%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100px; }
  #wrap header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #wrap header #header_inner {
      width: calc(100% - 220px);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #wrap header #header_inner h1 {
        width: 400px;
        font-size: 156%; }
        #wrap header #header_inner h1 a {
          color: #fff;
          text-decoration: none; }
          #wrap header #header_inner h1 a:hover, #wrap header #header_inner h1 a:active {
            color: #fff;
            text-decoration: none; }
      #wrap header #header_inner #menuList {
        width: calc(100% - 450px); }
    #wrap header #top_contact {
      height: 100px; }
      #wrap header #top_contact a {
        width: 200px;
        background-color: #84b428;
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-weight: bold;
        height: 100%;
        display: grid;
        place-items: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease; }
        #wrap header #top_contact a:hover, #wrap header #top_contact a:active {
          background-color: #8EC22B;
          text-decoration: none; }

/*メイン*/
#m_top {
  margin: 0;
  width: 100%; }

#m_top_bottom {
  width: 80%;
  background-image: url("../img/top/back01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 5em 10%;
  color: #fff;
  font-size: 130%;
  line-height: 2; }

#business {
  width: 80%;
  margin: 5em auto 0; }
  #business h2 {
    color: #84b428;
    font-size: 187%;
    text-align: center; }
    #business h2 span {
      display: block;
      margin: 2em 0 0; }
  #business ul {
    width: 100%;
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #business ul li {
      width: 23%;
      background-color: #fff;
      box-shadow: 4px 4px 8px #84b428; }
      #business ul li dl {
        padding: 1em 5%; }
        #business ul li dl dt {
          color: #84b428;
          font-size: 130%;
          font-weight: bold; }
        #business ul li dl dd {
          margin: 0.5em 0 0; }

#next {
  width: 80%;
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #next li {
    width: 48%; }

#news {
  width: 60%;
  margin: 5em auto 0; }
  #news h2 {
    font-size: 156%;
    margin: 0 0 1em; }
    #news h2 span {
      margin: 0 0 0 1em;
      vertical-align: middle;
      color: #84b428;
      font-size: 80%; }
  #news ul {
    border-top: 1px solid #000; }
    #news ul li {
      border-bottom: 1px solid #000;
      padding: 1.5em 2%; }
      #news ul li dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #news ul li dl dt {
          width: 200px;
          color: #84b428; }
          #news ul li dl dt span {
            background-color: #84b428;
            color: #fff;
            text-decoration: none;
            padding: 0.5em 5px;
            margin: 0 0 0 10px;
            font-size: 80%; }
        #news ul li dl dd {
          width: calc(100% - 200px); }
  #news figure {
    margin: 5em 0 0; }

/*フッター*/
footer {
  width: 100%;
  margin: 8em 0 0;
  padding: 5em 0 0;
  background-image: url("../img/base/f_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff; }
  footer h2 {
    width: 80%;
    font-size: 130%;
    margin: 0 auto; }
  footer #footer_inner {
    width: 80%;
    margin: 3em auto 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner #f_left {
      width: 400px; }
    footer #footer_inner #f_right {
      width: calc(100% - 500px); }
      footer #footer_inner #f_right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #f_right ul li {
          width: 23%; }
          footer #footer_inner #f_right ul li a {
            color: #fff;
            display: block;
            text-decoration: none;
            margin: 0 0 1em;
            font-weight: bold; }
            footer #footer_inner #f_right ul li a:hover, footer #footer_inner #f_right ul li a:active {
              color: #fff;
              text-decoration: underline; }
          footer #footer_inner #f_right ul li ul {
            width: 100%;
            flex-direction: column; }
            footer #footer_inner #f_right ul li ul li {
              width: 100%;
              list-style: disc;
              list-style-position: outside;
              margin: 1em 0 0 1em; }
              footer #footer_inner #f_right ul li ul li a {
                font-weight: normal;
                margin: 0 0 0.25em; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 1em 2% 1em; }

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; }

a.btn-c {
  position: relative;
  margin: 2em 0 0;
  padding: 1rem 3rem 1rem 2rem;
  color: #000;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #000; }

a.btn-c span {
  position: relative; }

a.btn-c:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff; }

a.btn-c:after {
  font-family: "Font Awesome 5 Free";
  line-height: 1.5;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a.btn-c:hover {
  color: #000; }

a.btn-c:hover:before {
  opacity: 0; }

a.btn-c:hover:after {
  right: 0.5rem; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-color: #84b428;
    border-radius: 6px;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  #wrap {
    width: 95%;
    padding: 0 0 0 5%; }
    #wrap header #header_inner {
      width: calc(100% - 200px); }
      #wrap header #header_inner h1 {
        width: 350px;
        font-size: 120%; }
      #wrap header #header_inner #menuList {
        width: calc(100% - 350px); }
    #wrap header #top_contact {
      height: 100px; }
      #wrap header #top_contact a {
        width: 180px; }

  /*メイン*/
  .sp {
    display: none; }

  /*フッター*/
  footer #footer_inner {
    width: 80%;
    margin: 3em auto 5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner #f_left {
      width: 300px; }
    footer #footer_inner #f_right {
      width: calc(100% - 320px); }
      footer #footer_inner #f_right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        footer #footer_inner #f_right ul li {
          width: 20%; }
          footer #footer_inner #f_right ul li a {
            color: #fff;
            display: block;
            text-decoration: none;
            margin: 0 0 1em;
            font-weight: bold; }
            footer #footer_inner #f_right ul li a:hover, footer #footer_inner #f_right ul li a:active {
              color: #fff;
              text-decoration: underline; }
          footer #footer_inner #f_right ul li ul {
            width: 100%;
            flex-direction: column; }
            footer #footer_inner #f_right ul li ul li {
              width: 100%;
              list-style: disc;
              list-style-position: outside;
              margin: 1em 0 0 1em; }
              footer #footer_inner #f_right ul li ul li a {
                font-weight: normal;
                margin: 0 0 0.25em; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 1em 2% 1em; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  #wrap {
    width: 100%;
    padding: 0;
    height: 50px; }
    #wrap header {
      width: 100%; }
      #wrap header #header_inner {
        width: calc(100% - 200px); }
        #wrap header #header_inner h1 {
          width: 350px;
          font-size: 120%;
          margin: 0 0 0 5%; }
        #wrap header #header_inner #menuList {
          width: calc(100% - 350px); }
      #wrap header #top_contact {
        height: 50px; }
        #wrap header #top_contact a {
          width: 180px; }

  /*メイン*/
  .pc {
    display: none; }

  #m_top_bottom {
    width: 90%;
    padding: 3em 5%;
    font-size: 130%;
    line-height: 1.5; }

  #business {
    width: 90%; }
    #business ul li {
      width: 48%; }
      #business ul li:nth-child(n+3) {
        margin: 2em 0 0; }

  #next {
    width: 90%; }

  #news {
    width: 80%; }

  /*フッター*/
  footer {
    width: 100%;
    margin: 8em 0 0;
    padding: 5em 0 0;
    background-image: url("../img/base/f_back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff; }
    footer h2 {
      width: 90%; }
    footer #footer_inner {
      width: 90%;
      flex-direction: column; }
      footer #footer_inner #f_left {
        width: 100%; }
      footer #footer_inner #f_right {
        width: 100%;
        margin: 3em 0 0; }
        footer #footer_inner #f_right ul li {
          width: 22%; }

  a.btn-c {
    display: block;
    width: 200px;
    color: #000;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .pc {
    display: none; }

  #wrap {
    width: 100%;
    padding: 0;
    height: 50px; }
    #wrap header {
      width: 100%; }
      #wrap header #header_inner {
        width: calc(100% - 120px); }
        #wrap header #header_inner h1 {
          width: 100%;
          font-size: 110%;
          margin: 0 0 0 5%; }
      #wrap header #top_contact {
        height: 50px; }
        #wrap header #top_contact a {
          width: 100px; }

  /*メイン*/
  #m_top_bottom {
    width: 90%;
    padding: 2.5em 5%;
    color: #fff;
    font-size: 110%;
    line-height: 1.5; }

  #business {
    width: 90%;
    margin: 2.5em auto 0; }
    #business h2 {
      font-size: 156%; }
      #business h2 span {
        display: block;
        margin: 1em 0 0; }
    #business ul {
      margin: 1.5em 0 0;
      flex-direction: column; }
      #business ul li {
        width: 100%; }
        #business ul li:nth-child(n+2) {
          margin: 2em 0 0; }
        #business ul li dl dt {
          font-size: 120%; }

  #next {
    width: 90%;
    margin: 2.5em auto 0;
    flex-direction: column; }
    #next li {
      width: 100%; }
      #next li:nth-child(n+2) {
        margin: 2em 0 0; }

  #news {
    width: 90%;
    margin: 2.5em auto 0; }
    #news h2 {
      font-size: 130%; }
      #news h2 span {
        font-size: 80%; }
    #news ul li dl {
      flex-direction: column; }
      #news ul li dl dt {
        width: 100%; }
      #news ul li dl dd {
        width: 100%;
        margin: 1em 0 0; }
    #news figure {
      margin: 2.5em 0 0; }

  /*フッター*/
  footer {
    margin: 4em 0 0;
    padding: 2.5em 0 0; }
    footer h2 {
      width: 90%;
      font-size: 130%;
      margin: 0 auto; }
    footer #footer_inner {
      width: 90%;
      margin: 1.5em auto 2.5em;
      flex-direction: column; }
      footer #footer_inner #f_left {
        width: 100%; }
      footer #footer_inner #f_right {
        display: none; }

  .btn,
  a.btn,
  button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.5rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  a.btn-c {
    position: relative;
    margin: 2em 0 0;
    padding: 1rem 3rem 1rem 2rem;
    color: #000;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000; }

  a.btn-c span {
    position: relative; }

  a.btn-c:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff; }

  a.btn-c:after {
    font-family: "Font Awesome 5 Free";
    line-height: 1.5;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: "\f30b";
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  a.btn-c:hover {
    color: #000; }

  a.btn-c:hover:before {
    opacity: 0; }

  a.btn-c:hover:after {
    right: 0.5rem; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
