@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/sNotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}
/*--------------------------
 ブレークポイント設定
----------------------------*/
:focus {
  outline: none;
}

/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "Yu Gothic", YuGothic, "NotoSansCJKjp", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #111;
  font-style: normal;
  font-weight: 400;
}
body img {
  width: 100%;
}
body .wrap {
  position: relative;
  overflow: hidden;
}
body .uk-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 25px;
}
body .uk-container.narrow {
  max-width: 900px;
}
@media (min-width: 1200px) {
  body .uk-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .uk-container.wide {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 767px) {
  body .uk-container {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Yu Gothic", YuGothic, "NotoSansCJKjp", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #111;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 72.5%;
}

body {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  text-align: left !important;
  position: relative;
}
@media (max-width: 479px) {
  body {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  transition: all 0.5s ease 0s;
}

/* リンク img ------*/
.hv {
  transition: all 0.5s ease 0s;
}
.hv:hover {
  transition: all 0.5s ease 0s;
}

@media (min-width: 1200px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}
@media (min-width: 1200px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 479px) {
  .uk-hidden-xs {
    display: none !important;
  }
}
/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .uk-visible-xs {
    display: block !important;
  }
}
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* 横並び　flex */
/* 変数 -----*/
.svg-wrap {
  height: 0;
  position: relative;
}
.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* アニメーション調整 -----*/
[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

/* linear */
a {
  transition: all 0.5s ease 0s;
  color: #90c31f;
}
a:hover {
  transition: all 0.5s ease 0s;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  width: 100%;
  height: 60px;
  /*ロゴ -----*/
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}
header h1 {
  margin-left: 0;
  width: calc(30% - 50px);
  float: left;
  margin-bottom: 0;
  line-height: 1;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 767px) {
  header h1 {
    width: 100%;
    float: none;
  }
}
header h1 a {
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  header h1 a {
    padding: 10px;
  }
}
header h1 a img {
  height: 40px;
  width: auto;
}
header h1 a img.top {
  display: none;
}
header h1 a img.normal {
  display: block;
}
header .right {
  float: right;
  width: 70%;
  /*グローバルナビ -----*/
  /*問い合わせ -----*/
}
@media (max-width: 767px) {
  header .right {
    float: none;
  }
}
header .right .gnavi {
  text-align: right;
  float: right;
  box-sizing: border-box;
  padding-right: 150px;
}
header .right .gnavi ul {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
header .right .gnavi ul li {
  float: left;
  text-align: left;
  position: relative;
}
header .right .gnavi ul li a {
  display: inline-block;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding: 24px 15px;
  text-align: center;
  /*hoverアクション -----*/
}
header .right .gnavi ul li a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
header .right .gnavi ul li a:hover {
  filter: brightness(100%);
}
header .right .gnavi ul li a:hover::after {
  transform: scale(1, 1);
}
header .right .gnavi ul li a::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  background: #21a269;
}
header .right .gnavi ul li.active a::after {
  transform: scale(1, 1);
  background: #90c31f;
}
header .right .mail {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 99;
}
header .right .mail a {
  display: block;
  background: #90c31f;
  padding: 20px 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
header .right .mail a span {
  display: block;
  position: relative;
  font-size: 15px;
  text-align: center;
}
header .right .mail a span::before {
  content: "";
  background: url(../img/common/ico_mail.svg) no-repeat center/contain;
  width: 47px;
  height: 32px;
  display: block;
  margin: 0 auto 10px;
}
header .right .mail a:hover {
  filter: brightness(110%);
}

/*--------------------------
 ヘッダー固定（sticky）
----------------------------*/
.uk-sticky-placeholder .uk-active header {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  background: #fff;
}

/*--------------------------
 HOMEのヘッダー
----------------------------*/
#home header {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  /*ロゴ -----*/
}
#home header h1 {
  margin-left: 50px;
}
@media (max-width: 767px) {
  #home header h1 {
    margin-left: 20px;
  }
}
#home header h1 a {
  background: #fff;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  #home header h1 a {
    padding: 20px;
  }
}
#home header h1 a img {
  height: 200px;
}
@media (max-width: 767px) {
  #home header h1 a img {
    height: 120px;
  }
}
#home header h1 a img.normal {
  display: none;
}
#home header h1 a img.top {
  display: block;
}
#home header .right {
  /*グローバルナビ -----*/
}
#home header .right .gnavi {
  background: #fff;
  border-radius: 30px 0 0 30px;
  margin-top: 30px;
}
#home header .right .gnavi ul li a {
  padding: 15px 25px;
}
#home header .right .gnavi ul li a::after {
  bottom: -5px;
}
#home .uk-sticky-placeholder .uk-active header h1 {
  margin-left: 0;
}
#home .uk-sticky-placeholder .uk-active header h1 a {
  background: none;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  #home .uk-sticky-placeholder .uk-active header h1 a {
    padding: 10px;
  }
}
#home .uk-sticky-placeholder .uk-active header h1 a img {
  height: 40px;
}
#home .uk-sticky-placeholder .uk-active header h1 a img.top {
  display: none;
}
#home .uk-sticky-placeholder .uk-active header h1 a img.normal {
  display: block;
}
#home .uk-sticky-placeholder .uk-active header .gnavi {
  margin-top: 0;
  background: none;
}
#home .uk-sticky-placeholder .uk-active header .gnavi ul li a {
  padding: 24px 25px;
}
#home .uk-sticky-placeholder .uk-active header .gnavi ul li a::after {
  bottom: 4px;
}

/*--------------------------
 スマホヘッダー
----------------------------*/
.spn__toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: #90c31f;
  width: 60px;
  height: 60px;
  padding: 11px 12.5px 0;
  box-sizing: border-box;
  z-index: 99;
  text-align: center;
}
.spn__toggle .text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}
.spn__toggle__btn {
  position: relative;
  width: 35px;
  height: 26px;
  padding: 0;
  z-index: 999;
}
.spn__toggle__btn::after {
  display: none;
}
.spn__toggle__btn span {
  display: inline-block;
  transition: all 0.3s ease;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.spn__toggle__btn span:nth-of-type(1) {
  top: 0px;
}
.spn__toggle__btn span:nth-of-type(2) {
  top: 11px;
}
.spn__toggle__btn span:nth-of-type(3) {
  bottom: 0px;
}

/* offcanvas　開いている時 メニューボタン -----*/
.uk-offcanvas-page .spn__toggle__btn span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.uk-offcanvas-page .spn__toggle__btn span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.uk-offcanvas-page .spn__toggle__btn span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
@media (max-width: 479px) {
  .uk-offcanvas-page .spn__toggle__btn span:nth-of-type(2)::after {
    height: 3px;
  }
}
.uk-offcanvas-page .spn__toggle__btn span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

/*--------------------------
 スマホ下固定
----------------------------*/
.spn__contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.spn__contact ul {
  margin: 0;
}
.spn__contact ul li {
  width: 100%;
  float: left;
}
.spn__contact ul li a {
  display: block;
  height: 80px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  background: #118a55;
}
@media (max-width: 767px) {
  .spn__contact ul li a {
    height: 60px;
  }
}
.spn__contact ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  top: 50%;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 479px) {
  .spn__contact ul li a span {
    font-size: 18px;
  }
}
.spn__contact ul li a span:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../img/common/ico_mail.svg) no-repeat center/contain;
}
.spn__contact ul li a:hover {
  filter: brightness(120%);
}

/*--------------------------
offcanvas
----------------------------*/
.uk-offcanvas-bar {
  background: #fff;
}
.uk-offcanvas-bar .offcanvas__navArea ul.gnavi li {
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.uk-offcanvas-bar .offcanvas__navArea ul.gnavi li a {
  padding: 15px;
  display: block;
  position: relative;
  font-weight: 700;
  color: #111;
  position: relative;
  font-size: 15px;
  line-height: 1;
}
.uk-offcanvas-bar .offcanvas__navArea ul.gnavi li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 8px;
  height: 14px;
  display: block;
  background: url(../img/common/icon_arrow_green.svg) no-repeat center/contain;
  transition: all 0.5s ease 0s;
}

/*--------------------------
 共通事項
----------------------------*/
section {
  padding: 100px 0;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  section {
    padding: 50px 0;
  }
}
@media (max-width: 479px) {
  section {
    padding: 30px 0;
  }
}

#home {
  /*--------------------------
   メインビジュアル
  ----------------------------*/
  /*--------------------------
   各コンテンツ共通
  ----------------------------*/
  /*--------------------------
   あたごで働くこと暮らすこと
  ----------------------------*/
  /*--------------------------
   あたごで働くこと暮らすこと
  ----------------------------*/
  /*--------------------------
   メイド　イン　あたご
  ----------------------------*/
  /*--------------------------
   あたご人達
  ----------------------------*/
  /*--------------------------
   access
  ----------------------------*/
}
#home .mainvisual {
  position: relative;
  z-index: 1;
  padding: 0;
  height: 100vh;
}
@media (max-width: 767px) {
  #home .mainvisual {
    padding-top: 0;
    height: calc(100vh - 100px) !important;
  }
}
#home .mainvisual h2 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 10;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  #home .mainvisual h2 {
    left: auto;
    bottom: 20px;
    right: 20px;
    width: auto;
  }
}
@media (max-width: 479px) {
  #home .mainvisual h2 {
    left: 20px;
    right: auto;
  }
}
#home .mainvisual h2 span {
  font-size: 36px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  margin: 5px 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #home .mainvisual h2 span {
    font-size: 3vw;
  }
}
@media (max-width: 479px) {
  #home .mainvisual h2 span {
    font-size: 6vw;
  }
}
#home .mainvisual .img ul li {
  overflow: hidden;
}
@media (max-width: 767px) {
  #home .mainvisual .img ul li {
    height: calc(100vh - 100px) !important;
  }
}
#home .top__cnts {
  padding: 150px 0;
}
@media (max-width: 767px) {
  #home .top__cnts {
    padding: 80px 0;
  }
}
#home .clms {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
#home .clms .img {
  width: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
}
@media (max-width: 767px) {
  #home .clms .img {
    width: 100%;
    position: relative;
    left: auto !important;
    top: auto !important;
    margin: 0 auto;
  }
}
#home .clms .text {
  width: calc(50% - 60px);
}
@media (max-width: 767px) {
  #home .clms .text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
  }
}
#home .clms .text h3 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #home .clms .text h3 {
    margin-top: -80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
}
#home .clms .text p {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #home .clms .text p {
    text-align: center;
  }
}
#home .clms .text p.textbox {
  text-align: left !important;
}
#home .newstopics {
  padding: 20px 0px 0px 0px;
  position: relative;
  z-index: 100;
}
#home .newstopics__inner {
  width: 1500px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  #home .newstopics__inner {
    width: 100%;
  }
}
#home .newstopics__inner__block {
  width: 50%;
  background: url(../img/top/topics_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin: -75px 0px 0px auto;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #home .newstopics__inner__block {
    width: 90%;
    margin: 10px auto;
  }
}
#home .newstopics__inner__block__waku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #c6a37c;
}
#home .newstopics__inner__block__waku h3 {
  display: block;
  width: 25%;
  margin: 0px;
  padding: 50px;
}
@media (max-width: 767px) {
  #home .newstopics__inner__block__waku h3 {
    padding: 20px;
  }
}
#home .newstopics__inner__block__waku h3 img {
  width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  #home .newstopics__inner__block__waku h3 img {
    width: 100%;
  }
}
#home .newstopics__inner__block__waku .note {
  width: 60%;
  padding: 50px 60px 50px 0px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #home .newstopics__inner__block__waku .note {
    padding: 20px;
  }
}
#home .newstopics__inner__block__waku .note a {
  display: block;
  color: #333;
}
#home .newstopics__inner__block__waku .note a:hover {
  color: #e61874;
}
#home .towork {
  position: relative;
  z-index: 1;
}
#home .towork::before {
  content: "";
  background: url(../img/top/towork_illust02.svg) no-repeat center/contain;
  padding-top: 15%;
  position: absolute;
  left: -60px;
  bottom: -90px;
  width: 30%;
}
@media (max-width: 767px) {
  #home .towork::before {
    padding-top: 20%;
    width: 50%;
    bottom: -40px;
  }
}
@media (max-width: 479px) {
  #home .towork::before {
    padding-top: 30%;
    width: 70%;
    bottom: -20px;
  }
}
#home .towork .uk-container {
  position: relative;
}
#home .towork .uk-container::before {
  content: "";
  background: url(../img/top/towork_illust.svg) no-repeat center/contain;
  width: 225px;
  height: 110px;
  display: block;
  position: absolute;
  left: -50px;
  top: -110px;
}
#home .towork .img {
  top: 150px;
}
@media (max-width: 767px) {
  #home .towork .img {
    top: auto;
  }
}
#home .towork .img .svg-wrap {
  padding-top: 10%;
  margin-top: 10px;
  width: 80%;
}
@media (max-width: 767px) {
  #home .towork .img .svg-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
#home .towork .img .slidImg {
  width: 100%;
  height: auto;
}
#home .madein {
  position: relative;
  padding-top: 0;
  z-index: 2;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #home .madein {
    padding-bottom: 50px;
  }
}
#home .madein .uk-container {
  position: relative;
}
#home .madein .img {
  top: 60px;
  left: 0;
}
#home .madein .text {
  margin-left: calc(50% + 60px);
  position: relative;
  margin-top: -80px;
}
#home .madein .text h3 img {
  width: 85%;
  height: auto;
}
@media (max-width: 767px) {
  #home .madein .text h3 {
    text-align: center;
  }
}
#home .madein .text p img {
  width: 90%;
  max-width: 350px;
  margin-top: -50px;
}
#home .people {
  padding-top: 0;
  margin-top: 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home .people {
    margin-top: -50px;
  }
}
#home .people::before {
  content: "";
  background: url(../img/top/access_bg.png) no-repeat center/contain;
  width: 40%;
  max-width: 600px;
  padding-top: 47%;
  position: absolute;
  bottom: -20%;
  left: -5%;
}
@media (max-width: 767px) {
  #home .people::before {
    width: 35%;
    padding-top: 65%;
    bottom: -50%;
  }
}
@media (max-width: 479px) {
  #home .people::before {
    width: 90%;
    padding-top: 110%;
    bottom: -35%;
  }
}
#home .people::after {
  content: "";
  background: url(../img/top/madein_illust01.svg) no-repeat center/contain;
  width: 15%;
  max-width: 600px;
  padding-top: 35%;
  position: absolute;
  top: -70%;
  right: 0;
}
@media (max-width: 767px) {
  #home .people::after {
    width: 20%;
    padding-top: 60%;
    top: -70%;
  }
}
@media (max-width: 479px) {
  #home .people::after {
    width: 30%;
    top: -40%;
  }
}
#home .people .uk-container {
  position: relative;
  max-width: 1500px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  #home .people .uk-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#home .people .uk-container::after {
  content: "";
  background: url(../img/common/img_tree.svg) no-repeat center/contain;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -110px;
  left: 0px;
}
@media (max-width: 767px) {
  #home .people .uk-container::after {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 479px) {
  #home .people .uk-container::after {
    width: 120px;
    height: 120px;
    bottom: -100px;
  }
}
#home .people h3 {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #home .people h3 {
    text-align: center;
    width: 100%;
  }
}
#home .people h3 img {
  height: 220px;
  width: auto;
}
@media (max-width: 767px) {
  #home .people h3 img {
    height: auto;
    width: 300px;
  }
}
@media (max-width: 479px) {
  #home .people h3 img {
    height: auto;
    width: 80%;
  }
}
#home .people .img {
  margin-top: -50px;
}
@media (max-width: 767px) {
  #home .people .img {
    margin-top: -30px;
  }
}
#home .access {
  padding: 0;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #home .access {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#home .access .map {
  height: 460px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  top: 40%;
}
#home .access .map iframe {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
}
@media (max-width: 767px) {
  #home .access .map {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    position: relative;
    height: 350px;
    margin-top: 30px;
  }
}
#home .access .text h3 {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  #home .access .text h3 {
    text-align: center;
    margin-bottom: 50px;
  }
}
#home .access .text h3::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: -50px;
  background: url(../img/common/img_atagotree.svg) no-repeat center/contain;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  #home .access .text h3::after {
    right: 0;
    bottom: -10px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 479px) {
  #home .access .text h3::after {
    right: 0;
    top: -50px;
    bottom: auto;
    width: 100px;
    height: 100px;
  }
}
#home .access .text h3 img {
  width: auto;
  height: 85px;
}
@media (max-width: 479px) {
  #home .access .text h3 img {
    height: auto;
    width: 120px;
  }
}
#home .access .text p {
  margin: 15px 0;
  line-height: 1.8;
  font-size: 18px;
}

/*--------------------------
 下層ページ　共通
----------------------------*/
.pagehead {
  background: url(../img/common/pagehead.jpg) no-repeat center/cover;
  padding: 80px 0 !important;
  position: relative;
}
@media (max-width: 959px) {
  .pagehead {
    padding: 50px 0 !important;
  }
}
.pagehead::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(6, 52, 31, 0.2);
  z-index: 1;
}
.pagehead h2 {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 0;
}
.pagehead h2 img {
  height: 75px;
  width: auto;
}
@media (max-width: 479px) {
  .pagehead h2 img {
    width: 70%;
    height: auto;
  }
}
.pagehead h2 span {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  color: #111;
  padding: 5px;
  background: #fff;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .pagehead h2 span {
    font-size: 18px;
  }
}
.page section {
  padding: 120px 0;
}
@media (max-width: 479px) {
  .page section {
    padding: 60px 0;
  }
}
.page section.bg-pt {
  background: url(../img/common/bg_pt.jpg) repeat center/130px 130px;
  position: relative;
}
@media (max-width: 479px) {
  .page section.bg-pt {
    padding: 80px 0 0;
  }
}
.page section.bg-pt h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .page section.bg-pt h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.page section.bg-pt .contents {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
}
@media (max-width: 479px) {
  .page section.bg-pt .contents {
    padding: 20px;
  }
}
.page section .img .uk-slidenav-position .uk-slidenav {
  display: block;
  width: 30px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.9);
}
.page section .img .uk-slidenav-position .uk-slidenav.uk-slidenav-previous {
  left: 0;
}
.page section .img .uk-slidenav-position .uk-slidenav.uk-slidenav-next {
  right: 0;
}
.page section .img .uk-slidenav-position .uk-dotnav li a {
  background: rgba(255, 255, 255, 0.6);
  width: 15px;
  height: 15px;
}
.page section .img .uk-slidenav-position .uk-dotnav li.uk-active a {
  background: rgb(255, 255, 255);
}

/*--------------------------
 あたごについて　#about
----------------------------*/
#about {
  /* 事業概要と沿革共通  */
  /*事業概要 */
  /*沿革 */
}
#about .message h3 {
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  #about .message h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
#about .message h3 img {
  width: auto;
  height: 160px;
}
@media (max-width: 479px) {
  #about .message h3 img {
    bottom: 10px;
    width: 70%;
    height: auto;
  }
}
#about .message p {
  line-height: 2;
}
#about .message p .rijiPht {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  width: 375px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #about .message p .rijiPht {
    display: block;
    float: none !important;
    margin: 0px auto 30px auto;
    width: 275px;
    border-radius: 20px;
  }
}
#about .message p.name {
  text-align: right;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 50px;
}
#about .message p.name img {
  height: 40px;
  width: auto;
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}
#about .philosophy h3 {
  width: 30%;
  float: left;
}
@media (max-width: 479px) {
  #about .philosophy h3 {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
}
#about .philosophy .text {
  width: 65%;
  margin-top: 50px;
  float: right;
}
@media (max-width: 479px) {
  #about .philosophy .text {
    float: none;
    width: 100%;
  }
}
#about .philosophy .text .svg-wrap {
  padding-top: 28.5%;
}
#about .bg-pt .contents {
  padding: 40px 40px 50px;
}
@media (max-width: 479px) {
  #about .bg-pt .contents {
    padding: 20px 20px 25px;
  }
}
#about .bg-pt .contents table {
  width: 100%;
}
#about .bg-pt .contents table th, #about .bg-pt .contents table td {
  border-bottom: 1px dotted #ccc;
}
@media (max-width: 767px) {
  #about .bg-pt .contents table th, #about .bg-pt .contents table td {
    display: block;
  }
}
#about .bg-pt .contents table th {
  vertical-align: top;
}
@media (max-width: 767px) {
  #about .bg-pt .contents table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#about .business::before {
  content: "";
  background: url(../img/common/bg_jagg.png) repeat-x bottom center/auto 45px;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 1;
  height: 45px;
  width: 100%;
}
#about .business table th, #about .business table td {
  padding: 40px 15px 20px;
}
@media (max-width: 479px) {
  #about .business table th, #about .business table td {
    padding-top: 20px;
  }
}
#about .business table th {
  width: 14em;
}
#about .business table th span {
  font-size: 20px;
  width: 8em;
  background: #90c31f;
  line-height: 1;
  color: #fff;
  padding: 5px 10px;
}
@media (max-width: 479px) {
  #about .business table th span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #about .business table td {
    padding-top: 20px;
  }
}
#about .business table td ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 15px;
}
#about .business table td ul li::before {
  content: "●";
  color: #21a269;
  position: absolute;
  left: 0;
  top: 0;
}
#about .business table td ul li p.small {
  margin: 5px 0 0;
  font-size: 90%;
}
#about .history {
  padding-bottom: 150px;
}
@media (max-width: 479px) {
  #about .history {
    padding-bottom: 100px;
  }
}
#about .history table th, #about .history table td {
  padding: 20px 15px;
}
#about .history table th::before {
  content: "●";
  color: #21a269;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #about .history table td {
    padding-top: 7px;
    padding-left: 35px;
  }
}

/*--------------------------
 スタッフ紹介　#staff
----------------------------*/
#staff .staff__list {
  margin-left: -80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  #staff .staff__list {
    margin-left: 0px;
  }
}
#staff .staff__list__box {
  width: 33.33%;
  padding-left: 80px;
  box-sizing: border-box;
  margin-bottom: 100px;
  height: auto !important;
  /* 黄色 */
  /* 濃い緑 */
  /* ピンク */
  /* 水色 */
  /* 黄緑 */
  /* あか */
}
@media (max-width: 959px) {
  #staff .staff__list__box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #staff .staff__list__box {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    max-width: 500px;
    margin: 0 auto 50px;
    border-bottom: 1px dotted #ccc;
  }
}
@media (max-width: 479px) {
  #staff .staff__list__box {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#staff .staff__list__box .img {
  position: relative;
}
#staff .staff__list__box .img::after {
  content: "";
  background: no-repeat center/contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 2;
}
#staff .staff__list__box .img .photo {
  overflow: hidden;
  border-radius: 50%;
  width: 85%;
  margin-bottom: 50px;
}
#staff .staff__list__box .img .post {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#staff .staff__list__box .img .post.twopost {
  margin-top: -21px;
}
#staff .staff__list__box .img .post span {
  font-size: 13px;
}
#staff .staff__list__box .img .name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
#staff .staff__list__box .img .motto {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#staff .staff__list__box .img .fgapMark {
  position: absolute;
  top: 215px;
  right: 75px;
  width: 65px;
  height: auto;
}
@media (max-width: 767px) {
  #staff .staff__list__box .img .fgapMark {
    top: 220px;
  }
}
#staff .staff__list__box .text {
  margin-top: 15px;
  box-sizing: border-box;
  position: relative;
}
#staff .staff__list__box .text label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 80px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 70%);
}
#staff .staff__list__box .text label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: "\f13a" " 続きを見る";
  font-size: 13px;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #ae7b44;
}
#staff .staff__list__box .text .cont__box {
  overflow: hidden;
  height: 100px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
#staff .staff__list__box .text .cont__box p {
  line-height: 1.8;
  font-size: 16px;
}
#staff .staff__list__box .text input {
  display: none;
}
#staff .staff__list__box .text input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
#staff .staff__list__box .text input:checked + label::after {
  font-family: FontAwesome;
  content: "\f139" " 閉じる";
}
#staff .staff__list__box .text input:checked ~ .cont__box {
  height: auto;
  padding-bottom: 50px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
#staff .staff__list__box:first-child .img::after, #staff .staff__list__box:nth-child(7) .img::after, #staff .staff__list__box:nth-child(13) .img::after {
  background-image: url(../img/common/hb_yellow.svg) !important;
}
#staff .staff__list__box:nth-child(2) .img::after, #staff .staff__list__box:nth-child(8) .img::after, #staff .staff__list__box:nth-child(14) .img::after {
  background-image: url(../img/common/hb_green01.svg) !important;
}
#staff .staff__list__box:nth-child(3) .img::after, #staff .staff__list__box:nth-child(9) .img::after, #staff .staff__list__box:nth-child(15) .img::after {
  background-image: url(../img/common/hb_pink.svg) !important;
}
#staff .staff__list__box:nth-child(4) .img::after, #staff .staff__list__box:nth-child(10) .img::after, #staff .staff__list__box:nth-child(16) .img::after {
  background-image: url(../img/common/hb_blue.svg) !important;
}
#staff .staff__list__box:nth-child(5) .img::after, #staff .staff__list__box:nth-child(11) .img::after, #staff .staff__list__box:nth-child(17) .img::after {
  background-image: url(../img/common/hb_green02.svg) !important;
}
#staff .staff__list__box:nth-child(6) .img::after, #staff .staff__list__box:nth-child(12) .img::after, #staff .staff__list__box:nth-child(18) .img::after {
  background-image: url(../img/common/hb_red.svg) !important;
}

/*--------------------------
 施設紹介　#facility
----------------------------*/
#facility .map {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
#facility .map h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  #facility .map h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#facility .map .ld {
  line-height: 1.8;
}
@media (max-width: 479px) {
  #facility .map .ld {
    text-align: left;
  }
}
#facility .map::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/facility/img_green.png) no-repeat bottom right/contain;
  padding-top: 38.3%;
  width: 50%;
}
#facility .map img {
  max-width: 950px;
}
#facility .detail {
  padding: 50px 0;
}
@media (max-width: 479px) {
  #facility .detail {
    padding: 30px 0;
  }
}
#facility .detail .contents {
  text-align: left;
  margin: 60px 0;
}
@media (max-width: 767px) {
  #facility .detail .contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media (max-width: 479px) {
  #facility .detail .contents {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#facility .detail .contents .img {
  width: 45%;
  float: left;
}
@media (max-width: 767px) {
  #facility .detail .contents .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
#facility .detail .contents .text {
  width: 50%;
  float: right;
}
@media (max-width: 767px) {
  #facility .detail .contents .text {
    width: 100%;
    float: none;
  }
}
#facility .detail .contents .text h4 {
  font-size: 20px;
  font-weight: bold;
}
#facility .detail .contents .text ul li {
  margin: 20px 0 0;
}
#facility .detail .contents .text ul li h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
#facility .detail .contents .text ul li h5::before {
  content: "●";
  color: #90c31f;
  display: inline-block;
  margin-right: 5px;
}
#facility .detail .contents .text ul li p {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 15px;
}

/*--------------------------
 事業内容　#product
----------------------------*/
#product section {
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  #product section {
    padding: 40px 0 20px;
  }
}
#product .product__box {
  background: #fff;
  padding: 50px;
  position: relative;
  width: calc(100% - 100px);
  margin: 180px auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #product .product__box {
    width: 100%;
    margin: 90px auto;
  }
}
@media (max-width: 479px) {
  #product .product__box {
    padding: 50px 30px 30px;
    width: 100%;
    margin: 50px auto;
  }
}
#product .product__box .img {
  width: 45%;
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: 1;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  #product .product__box .img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 500px;
  }
}
#product .product__box .text {
  width: 55%;
  padding-left: 45%;
}
@media (max-width: 767px) {
  #product .product__box .text {
    width: 100%;
    padding: 0;
  }
}
#product .product__box .text h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #product .product__box .text h3 {
    text-align: center;
  }
}
#product .product__box .text p {
  line-height: 2;
}
#product .product__box .text p.num {
  margin-top: -110px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  #product .product__box .text p.num {
    margin: 0 auto;
    text-align: center;
  }
}
#product .product__box .text p.num img {
  height: 100px;
  width: auto;
}
@media (max-width: 959px) {
  #product .product__box .text p.num img {
    height: 80px;
  }
}
@media (max-width: 479px) {
  #product .product__box .text p.num img {
    height: auto;
    width: 80%;
    max-width: 400px;
  }
}
#product .product__box .text p.btn {
  line-height: 1;
  display: inline-block;
}
@media (max-width: 479px) {
  #product .product__box .text p.btn {
    display: block;
  }
}
#product .product__box .text p.btn a {
  color: #fff;
  padding: 10px 30px 10px 10px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  font-weight: bold;
  background: #90c31f;
  transition: all 0.5s ease 0s;
}
#product .product__box .text p.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 8px;
  height: 14px;
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}
#product .product__box .text p.btn a:hover {
  background: #21a269;
}
#product .product__box .movBlock {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 75px;
}
@media (max-width: 767px) {
  #product .product__box .movBlock {
    margin-top: 35px;
  }
}
#product .product__box .movBlock iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#product .product__box.pt2 .img {
  left: auto;
  right: -50px;
}
@media (max-width: 767px) {
  #product .product__box.pt2 .img {
    right: auto;
  }
}
#product .product__box.pt2 .text {
  padding-left: 0;
}
#product .product__box.farm .text {
  position: relative;
}
@media (max-width: 767px) {
  #product .product__box.farm .text {
    text-align: center;
  }
}
#product .product__box.farm .text .fgap {
  position: absolute;
  top: 10px;
  left: 80%;
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1200px) {
  #product .product__box.farm .text .fgap {
    width: 130px;
    left: 75%;
  }
}
@media (max-width: 767px) {
  #product .product__box.farm .text .fgap {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    border: 1px solid #efefef;
  }
}
#product .product__box.foods .text {
  position: relative;
}
@media (max-width: 767px) {
  #product .product__box.foods .text {
    text-align: center;
  }
}
#product .product__box.foods .text .fgap {
  position: absolute;
  top: 10px;
  right: 80%;
  width: 100px;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
@media (min-width: 1200px) {
  #product .product__box.foods .text .fgap {
    width: 130px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  #product .product__box.foods .text .fgap {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
    margin-top: -10px;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    border: 1px solid #efefef;
  }
}
#product .insta {
  width: 60px;
  float: right;
}
@media (max-width: 479px) {
  #product .insta {
    margin-top: 20px;
    margin-left: 15px;
    width: 60px;
  }
}

/*--------------------------
 お問い合わせ　#contact
----------------------------*/
#contact .uk-container {
  text-align: center;
}
#contact .ld {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 479px) {
  #contact .ld {
    font-size: 6vw;
  }
}
#contact .box {
  background: #efefef;
  padding: 50px;
  display: inline-block;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  #contact .box {
    padding: 50px 30px;
    display: block;
  }
}
@media (max-width: 479px) {
  #contact .box {
    padding: 30px;
  }
}
#contact .box a {
  font-family: "Montserrat", sans-serif;
  color: #21a269;
  font-weight: bold;
  padding-left: 55px;
  position: relative;
}
@media (max-width: 479px) {
  #contact .box a {
    padding-left: 35px;
  }
}
#contact .box a::before {
  content: "";
  width: 45px;
  height: 65px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 479px) {
  #contact .box a::before {
    width: 30px;
    height: 40px;
  }
}
#contact .box div {
  margin: 0 40px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .box div {
    display: block;
    text-align: left;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #contact .box div.tel {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  #contact .box div.tel {
    margin-bottom: 25px;
  }
}
#contact .box div.tel a {
  font-size: 40px;
}
#contact .box div.tel a::before {
  background: url(../img/contact/ico_tel.svg) no-repeat center/contain;
}
@media (max-width: 479px) {
  #contact .box div.tel a {
    font-size: 9vw;
  }
}
#contact .box div.mail a {
  font-size: 30px;
}
#contact .box div.mail a:hover {
  color: #29bb85;
}
#contact .box div.mail a::before {
  background: url(../img/contact/ico_mail.svg) no-repeat center/contain;
}
@media (max-width: 479px) {
  #contact .box div.mail a {
    font-size: 5vw;
  }
}

/*--------------------------
 トピックス　#topics
----------------------------*/
@media (max-width: 767px) {
  #topics .pagehead h2 img {
    width: 160px;
  }
}
#topics section {
  padding: 80px 0 50px;
}
@media (max-width: 767px) {
  #topics section {
    padding: 40px 0 20px;
  }
}
#topics .topics__box {
  background: #fff;
  padding: 50px;
  position: relative;
  width: calc(100% - 100px);
  margin: 0px auto 30px auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #topics .topics__box {
    width: 100%;
    margin: 90px auto;
  }
}
@media (max-width: 479px) {
  #topics .topics__box {
    padding: 50px 30px 30px;
    width: 100%;
    margin: 50px auto;
  }
}
#topics .topics__box h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  #topics .topics__box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
  }
}
#topics .topics__box p {
  line-height: 1.8;
}

/*--------------------------
 情報公開　#disclosure
----------------------------*/
#disclosure .disclosureBlock {
  background: url(../img/common/bg_pt.jpg) repeat center/130px 130px;
}
#disclosure .disclosureBlock h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #disclosure .disclosureBlock h3 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
#disclosure .disclosureBlock h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #e7e3b6;
  margin: 15px auto 0px auto;
}
#disclosure .disclosureBlock .inner {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #disclosure .disclosureBlock .inner {
    padding: 25px;
  }
}
#disclosure .disclosureBlock .inner table {
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  #disclosure .disclosureBlock .inner table {
    width: 100%;
  }
}
#disclosure .disclosureBlock .inner table th,
#disclosure .disclosureBlock .inner table td {
  font-weight: normal;
  padding: 15px;
  border: 1px solid #ccc;
}
#disclosure .disclosureBlock .inner table th {
  background: #f5f5f5;
}
#disclosure .disclosureBlock .inner ul li {
  margin: 10px 0px;
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #21a269;
  text-align: center;
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 100px;
  }
}
footer p {
  font-size: 13px;
  margin: 0;
}
footer p.logo {
  margin-bottom: 30px;
}
footer p.logo img {
  width: auto;
  height: 100px;
}
footer p.copy {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}
footer .ft__navi {
  margin: 30px 0;
}
@media (max-width: 767px) {
  footer .ft__navi {
    display: none;
  }
}
footer .ft__navi li {
  display: inline-block;
  padding: 0 15px;
}
footer .ft__navi li a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
  display: block;
  position: relative;
}
footer .ft__navi li a:hover {
  filter: opacity(0.7);
}
footer .ft__navi li a::after {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
}
footer .ft__navi li:last-child a::after {
  content: none;
}
footer address {
  color: #fff;
  text-align: center;
}

/*--------------------------
 ページのトップへ
----------------------------*/
#pageTop {
  position: fixed;
  right: 20px;
  z-index: 999;
  margin: 0;
}
@media (max-width: 767px) {
  #pageTop {
    right: 15px;
  }
}
#pageTop.normal {
  bottom: 20px !important;
}
@media (max-width: 959px) {
  #pageTop.normal {
    bottom: 90px !important;
  }
}
#pageTop a {
  display: block;
  position: relative;
}
#pageTop a img {
  width: 60px;
  height: auto;
}/*# sourceMappingURL=style.css.map */