@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
/* line 4, _reset.scss */
html, body, main, nav, section, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, button, figure, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, _reset.scss */
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

/* line 18, _reset.scss */
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 23, _reset.scss */
ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

/* line 29, _reset.scss */
a {
  text-decoration: none;
}

/* line 32, _reset.scss */
address, cite {
  font-style: normal;
}

/* line 35, _reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
/* line 43, _reset.scss */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 53, _reset.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

/* line 57, _reset.scss */
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* 共通スタイル */
/* line 90, style.scss */
html {
  font-size: 50%;
  /* 10px */
}
@media print, screen and (min-width: 768px) {
  /* line 90, style.scss */
  html {
    /*TB*/
    font-size: 56%;
  }
}
@media print, screen and (min-width: 1401px) {
  /* line 90, style.scss */
  html {
    /*PC*/
    font-size: 62.5%;
  }
}

/* line 101, style.scss */
body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #333;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

/* line 115, style.scss */
p, li, dt, dd, td {
  line-height: 1.5;
}

/* line 118, style.scss */
img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 122, style.scss */
span {
  font-weight: inherit;
}

/* line 125, style.scss */
a {
  /*マウスオーバー切り替え秒数*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: inherit;
}

/* common
=================================*/
/* メディア別表示非表示 */
@media screen and (max-width: 575px) {
  /* line 155, style.scss */
  .pc-only {
    display: none;
  }

  /* line 156, style.scss */
  .tb-only {
    display: none;
  }

  /* line 157, style.scss */
  .sp-only {
    display: block;
  }

  /* line 158, style.scss */
  .small-only {
    display: block;
  }

  /* line 159, style.scss */
  .small-none {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  /* line 162, style.scss */
  .pc-only {
    display: none;
  }

  /* line 163, style.scss */
  .tb-only {
    display: none;
  }

  /* line 164, style.scss */
  .sp-only {
    display: block;
  }

  /* line 165, style.scss */
  .sp-none {
    display: none;
  }

  /* line 166, style.scss */
  .small-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  /* line 169, style.scss */
  .pc-only {
    display: none;
  }

  /* line 170, style.scss */
  .tb-only {
    display: block;
  }

  /* line 171, style.scss */
  .tb-none {
    display: none;
  }

  /* line 172, style.scss */
  .sp-only {
    display: none;
  }

  /* line 173, style.scss */
  .small-only {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 176, style.scss */
  .pc-only {
    display: block;
  }

  /* line 177, style.scss */
  .pc-none {
    display: none;
  }

  /* line 178, style.scss */
  .tb-only {
    display: none;
  }

  /* line 179, style.scss */
  .sp-only {
    display: none;
  }

  /* line 180, style.scss */
  .small-only {
    display: none;
  }
}
/* line 183, style.scss */
main.contents-area {
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 993px) {
  /* line 183, style.scss */
  main.contents-area {
    /*TB*/
    padding-bottom: 8rem;
  }
}
/* line 188, style.scss */
main.contents-area section {
  padding: 4rem 0;
}

/* line 193, style.scss */
.cover, .cover2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media print, screen and (min-width: 993px) {
  /* line 193, style.scss */
  .cover, .cover2 {
    /*TB*/
    padding: 0;
  }
}

/* line 202, style.scss */
.cover2 {
  max-width: 992px;
}

/* line 205, style.scss */
.t-center {
  text-align: center;
}

/* line 209, style.scss */
.bg-gray {
  background: #f6f6f6;
}

/* line 214, style.scss */
h2.top-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.5;
}
/* line 219, style.scss */
h2.top-title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  background: #359742;
  margin: .5rem auto 0;
}

/* line 228, style.scss */
h3.top-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
/* line 232, style.scss */
h3.top-title::before, h3.top-title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3px;
  background: #359742;
  margin: 0 1rem;
  vertical-align: middle;
}

/* パンくずリスト */
/* line 244, style.scss */
.pankuzu {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 248, style.scss */
.pankuzu ul {
  color: #606060;
  background: #FFF;
  padding: 10px 20px 30px;
}
/* line 252, style.scss */
.pankuzu ul li {
  float: left;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* line 256, style.scss */
.pankuzu ul li a {
  text-decoration: underline;
}
/* line 258, style.scss */
.pankuzu ul li a:hover {
  color: #359742;
}
/* line 262, style.scss */
.pankuzu ul li:first-child::before {
  content: none;
  padding: 0;
}
/* line 266, style.scss */
.pankuzu ul li::before {
  content: ">";
  padding: 0 0.5em;
}
/* line 269, style.scss */
.pankuzu ul li::before:last-child {
  content: "";
  padding: 0;
}

/* line 279, style.scss */
.contents-header-area {
  position: relative;
}
/* line 285, style.scss */
.contents-header-area .image {
  position: relative;
  height: 10rem;
}
@media print, screen and (min-width: 993px) {
  /* line 285, style.scss */
  .contents-header-area .image {
    /*TB*/
    height: 260px;
  }
}
/* line 291, style.scss */
.contents-header-area .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 260px;
}
/* line 298, style.scss */
.contents-header-area .contents-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  /* line 298, style.scss */
  .contents-header-area .contents-title {
    /*TB*/
    height: 4rem;
  }
}
/* line 309, style.scss */
.contents-header-area .contents-title h1 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  padding: 0 4rem;
  color: #FFF;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
  animation: fadeup2 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@media print, screen and (min-width: 768px) {
  /* line 309, style.scss */
  .contents-header-area .contents-title h1 {
    /*TB*/
    font-size: 4rem;
    padding: 0 8rem;
  }
}

@keyframes fadeup2 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =================================
header
===================================*/
/* line 6, _header.scss */
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background: #FFF;
}
@media print, screen and (min-width: 993px) {
  /* line 6, _header.scss */
  #header {
    /*TB*/
    position: relative;
    height: auto;
  }
}

/* line 21, _header.scss */
#header.fixed-header {
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 100;
}
@media print, screen and (min-width: 993px) {
  /* line 21, _header.scss */
  #header.fixed-header {
    /*TB*/
  }
  /* line 27, _header.scss */
  #header.fixed-header .logo-area {
    display: none;
  }
}

/* line 34, _header.scss */
.logo-area {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  margin: .5rem .5rem 1rem;
}
/* line 41, _header.scss */
.logo-area h1, .logo-area .header-h1 {
  width: calc(100% - 6rem);
}
@media print, screen and (min-width: 993px) {
  /* line 41, _header.scss */
  .logo-area h1, .logo-area .header-h1 {
    /*TB*/
    width: 100%;
  }
}
/* line 46, _header.scss */
.logo-area h1 .sp-header, .logo-area .header-h1 .sp-header {
  margin-left: auto;
  width: 35px;
  height: 35px;
}

/* line 53, _header.scss */
.gloval-navi-area {
  display: none;
}
@media print, screen and (min-width: 993px) {
  /* line 53, _header.scss */
  .gloval-navi-area {
    /*TB*/
    display: block;
    border-top: solid 1px #359742;
    border-bottom: solid 1px #359742;
  }
}

/* line 62, _header.scss */
.gloval-navi-area .menu-list {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}
@media print, screen and (min-width: 993px) {
  /* line 62, _header.scss */
  .gloval-navi-area .menu-list {
    /*TB*/
    flex-flow: row nowrap;
    align-items: stretch;
  }
}
/* line 70, _header.scss */
.gloval-navi-area .menu-list li {
  width: 100%;
  flex: 1 1 auto;
  text-align: center;
  padding: 0 .05rem;
  /* 矢印 */
}
/* line 75, _header.scss */
.gloval-navi-area .menu-list li a {
  position: relative;
  display: block;
  color: #333;
  padding: 1.5rem 1rem;
  transition: .3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 993px) {
  /* line 75, _header.scss */
  .gloval-navi-area .menu-list li a {
    /*TB*/
  }
  /* line 86, _header.scss */
  .gloval-navi-area .menu-list li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border: solid 4px transparent;
    right: 0;
    display: inline-block;
    position: relative;
    margin-left: 1rem;
    margin-right: 0;
    border-left: solid 4px;
  }
}
/* line 102, _header.scss */
.gloval-navi-area .menu-list li a:hover {
  background: #d6f6e9;
  color: #359742;
}

/* 現在のページ */
/* line 140, _header.scss */
.toppage .gloval-navi-area .menu-list .menu-toppage a::after,
.toppage .gloval-navi-area .menu-list .menu-about a::after,
.toppage .gloval-navi-area .menu-list .menu-overview a::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: .3rem;
  border-left: solid 4px transparent;
  border-top: solid 4px;
}

/* line 156, _header.scss */
.material .gloval-navi-area .menu-list .menu-material a,
.contact .gloval-navi-area .menu-list .menu-contact a {
  background: #d6f6e9;
  color: #359742;
}
/* line 159, _header.scss */
.material .gloval-navi-area .menu-list .menu-material a::after,
.contact .gloval-navi-area .menu-list .menu-contact a::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: .3rem;
  border-left: solid 4px transparent;
  border-top: solid 4px;
}

/* スマホ用ヘッダー設定
---------------------------------------------- */
/* line 177, _header.scss */
body.sp-mode {
  overflow: hidden;
}
@media print, screen and (min-width: 993px) {
  /* line 177, _header.scss */
  body.sp-mode {
    /*TB*/
  }
  /* line 180, _header.scss */
  body.sp-mode #menu-trigger {
    display: block;
  }
}

/* line 183, _header.scss */
.sp-mode #header {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1200;
  position: fixed;
}
/* line 190, _header.scss */
.sp-mode #header .gloval-navi-area {
  display: block;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
/* line 195, _header.scss */
.sp-mode #header #main-navi {
  display: block;
}
/* line 197, _header.scss */
.sp-mode #header #main-navi .menu-list {
  flex-flow: column wrap;
}
/* line 199, _header.scss */
.sp-mode #header #main-navi .menu-list > li {
  text-align: center;
  font-size: 2rem;
  border-bottom: solid 1px #9f9f9f;
}
/* line 204, _header.scss */
.sp-mode #header #main-navi .menu-list > li a {
  display: block;
}
/* line 210, _header.scss */
.sp-mode #header .contact-menu_area {
  display: block;
}
/* line 212, _header.scss */
.sp-mode #header .contact-menu_area p {
  text-align: center;
  font-size: 2rem;
  padding: 2rem 0;
  border-bottom: solid 1px #9f9f9f;
}

/* line 222, _header.scss */
#main-navi.open .menu-list {
  transform: translate(0%);
}

/*-------------------------------------------------
ハンバーガーメニュー
-------------------------------------------------*/
/* line 230, _header.scss */
#menu-trigger {
  line-height: 0;
  display: block;
}
/* line 236, _header.scss */
#menu-trigger a, #menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
/* line 241, _header.scss */
#menu-trigger a {
  position: relative;
  width: 35px;
  height: 30px;
}
/* line 247, _header.scss */
#menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #359742;
  border-radius: 2px;
}
/* line 256, _header.scss */
#menu-trigger span:nth-of-type(1) {
  top: 0px;
}
/* line 257, _header.scss */
#menu-trigger span:nth-of-type(2) {
  top: 14px;
}
/* line 258, _header.scss */
#menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

/* line 263, _header.scss */
.sp-mode #menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
/* line 267, _header.scss */
.sp-mode #menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
/* line 270, _header.scss */
.sp-mode #menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

@media print, screen and (min-width: 993px) {
  /*TB*/
  /* line 277, _header.scss */
  #menu-trigger {
    display: none;
  }
}
/* toppage */
/* キービジュアル
===================================== */
/* line 8, _toppage.scss */
.visual-area {
  position: relative;
}
/* line 14, _toppage.scss */
.visual-area .image {
  position: relative;
}
/* line 16, _toppage.scss */
.visual-area .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 800px;
}
/* line 23, _toppage.scss */
.visual-area .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 29, _toppage.scss */
.visual-area .message p {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2.8rem;
  line-height: 1.6;
  padding: 4rem;
  color: #FFF;
  text-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 577px) {
  /* line 29, _toppage.scss */
  .visual-area .message p {
    /*SP*/
    font-size: 3.6rem;
    padding: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  /* line 29, _toppage.scss */
  .visual-area .message p {
    /*TB*/
    font-size: 3.6rem;
    padding: 4rem;
  }
}
@media print, screen and (min-width: 993px) {
  /* line 29, _toppage.scss */
  .visual-area .message p {
    /*TB*/
    font-size: 4rem;
    padding: 4rem 6rem;
  }
}
@media print, screen and (min-width: 1401px) {
  /* line 29, _toppage.scss */
  .visual-area .message p {
    /*PC*/
    padding: 8rem;
  }
}
/* line 51, _toppage.scss */
.visual-area .message p br {
  display: none;
}
@media screen and (min-width: 577px) {
  /* line 51, _toppage.scss */
  .visual-area .message p br {
    /*SP*/
    display: block;
  }
}
/* line 57, _toppage.scss */
.visual-area .message p span {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  display: inline;
}
@media screen and (min-width: 577px) {
  /* line 57, _toppage.scss */
  .visual-area .message p span {
    /*SP*/
    display: inline-block;
  }
}
/* line 64, _toppage.scss */
.visual-area .message p .text1 {
  opacity: 0;
  animation-delay: .5s;
}
/* line 68, _toppage.scss */
.visual-area .message p .text2 {
  opacity: 0;
  animation-delay: 1s;
}
/* line 72, _toppage.scss */
.visual-area .message p .text3 {
  opacity: 0;
  animation-delay: 1.5s;
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* トップコンテンツここから */
/* line 98, _toppage.scss */
.toppage-contents section {
  padding: 6rem 0;
}

/* 共通 */
/* line 103, _toppage.scss */
.about-text {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
}

/* line 108, _toppage.scss */
.about-logo {
  text-align: center;
  margin-bottom: 4rem;
}

/* 事業内容 */
/* line 114, _toppage.scss */
.project {
  padding-top: 4rem;
}

/* line 117, _toppage.scss */
.project-list {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
}
/* line 122, _toppage.scss */
.project-list li {
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
}

/* line 128, _toppage.scss */
.project p {
  font-size: 2rem;
}

/* line 132, _toppage.scss */
.overview-table {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  border-bottom: solid 1px #333;
}
/* line 138, _toppage.scss */
.overview-table > dt, .overview-table > dd {
  padding: 1rem 2rem;
  border-top: solid 1px #333;
  line-height: 1.5;
}
/* line 143, _toppage.scss */
.overview-table > dt {
  width: 25%;
}
/* line 146, _toppage.scss */
.overview-table > dd {
  width: 75%;
}
/* line 149, _toppage.scss */
.overview-table a {
  color: #359742;
}
/* line 151, _toppage.scss */
.overview-table a:hover {
  text-decoration: underline;
}

/* line 157, _toppage.scss */
.yakuin {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: .5rem;
}
/* line 161, _toppage.scss */
.yakuin dt {
  width: 6em;
}
/* line 164, _toppage.scss */
.yakuin dd {
  width: calc(100% - 6em);
}

/* line 170, _toppage.scss */
.link-button-area a {
  display: block;
  width: 20rem;
  margin: 0 auto;
  text-align: center;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: rgba(53, 151, 66, 0.6);
  margin: 0 auto 1rem;
  transition: .3s;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
/* line 185, _toppage.scss */
.link-button-area a p {
  padding: 1rem;
}
/* line 187, _toppage.scss */
.link-button-area a p img {
  width: 40%;
}
/* line 191, _toppage.scss */
.link-button-area a span {
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
/* line 200, _toppage.scss */
.link-button-area a:hover {
  background: #f2b852;
}

/* line 4, _material.scss */
.material-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: dashed 1px #9f9f9f;
}
@media print, screen and (min-width: 768px) {
  /* line 4, _material.scss */
  .material-list {
    /*TB*/
  }
}
@media screen and (min-width: 577px) {
  /* line 11, _material.scss */
  .material-list > dt, .material-list > dd {
    /*SP*/
    margin: 1rem 0;
  }
}
/* line 17, _material.scss */
.material-list > dt {
  font-size: 1.8rem;
  width: 100%;
  font-weight: bold;
  padding: .5rem 0;
  margin: .5rem 0;
}
@media screen and (min-width: 577px) {
  /* line 17, _material.scss */
  .material-list > dt {
    /*SP*/
    width: 40%;
  }
}
@media print, screen and (min-width: 768px) {
  /* line 17, _material.scss */
  .material-list > dt {
    /*TB*/
    width: 100%;
  }
}
@media print, screen and (min-width: 993px) {
  /* line 17, _material.scss */
  .material-list > dt {
    /*TB*/
    width: 40%;
  }
}
/* line 33, _material.scss */
.material-list > dd {
  width: 100%;
}
@media screen and (min-width: 577px) {
  /* line 33, _material.scss */
  .material-list > dd {
    /*SP*/
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) {
  /* line 33, _material.scss */
  .material-list > dd {
    /*TB*/
    width: 100%;
  }
}
@media print, screen and (min-width: 993px) {
  /* line 33, _material.scss */
  .material-list > dd {
    /*TB*/
    width: 60%;
  }
}

/* line 47, _material.scss */
.dl-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  /* line 47, _material.scss */
  .dl-list {
    /*TB*/
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  /* line 54, _material.scss */
  .dl-list dt, .dl-list dd {
    /*TB*/
    border-right: solid 1px #9f9f9f;
  }
}
/* line 59, _material.scss */
.dl-list dt {
  width: 100%;
  padding: .5rem 0;
}
@media print, screen and (min-width: 768px) {
  /* line 59, _material.scss */
  .dl-list dt {
    /*TB*/
    width: 20%;
  }
}
/* line 66, _material.scss */
.dl-list dd {
  min-width: 35%;
  padding: .5rem 1rem;
}
/* line 70, _material.scss */
.dl-list dd a {
  color: #359742;
}
/* line 72, _material.scss */
.dl-list dd a::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 83, _material.scss */
.dl-list dd a.pdf::before {
  background-image: url(../img/icon_pdf.png);
}
/* line 86, _material.scss */
.dl-list dd a.word::before {
  background-image: url(../img/icon_word.png);
}
/* line 89, _material.scss */
.dl-list dd a:hover {
  text-decoration: underline;
}

/* line 96, _material.scss */
.get-acrobatreader {
  border: solid 1px #9f9f9f;
  padding: 1rem;
  background: #f6f6f6;
}
/* line 100, _material.scss */
.get-acrobatreader dl {
  display: flex;
  flex-flow: row wrap;
}
/* line 103, _material.scss */
.get-acrobatreader dl dd {
  padding-left: 1rem;
  font-size: 1.2rem;
}

/* line 4, _contact.scss */
.contact-form {
  display: flex;
  flex-flow: row wrap;
  max-width: 900px;
  margin: 0 auto;
}
/* line 9, _contact.scss */
.contact-form dt, .contact-form dd {
  margin: .5rem 0;
}
/* line 12, _contact.scss */
.contact-form dt {
  width: 100%;
  padding: 1.5rem;
  background: #f6f6f6;
}
@media print, screen and (min-width: 768px) {
  /* line 12, _contact.scss */
  .contact-form dt {
    /*TB*/
    width: 25%;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
  }
}
/* line 23, _contact.scss */
.contact-form dd {
  width: 100%;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  /* line 23, _contact.scss */
  .contact-form dd {
    /*TB*/
    width: 75%;
  }
}
/* line 29, _contact.scss */
.contact-form dd p {
  border: solid 1px rgba(159, 159, 159, 0.8);
  font-size: 1.6rem;
  padding: 1rem .5rem;
}
/* line 33, _contact.scss */
.contact-form dd p.tel {
  margin: 0 0 .5rem .5rem;
  display: inline-block;
}

/* line 40, _contact.scss */
.policy, .btn-area {
  text-align: center;
}

/* line 44, _contact.scss */
.policy a {
  color: #359742;
}

/* line 48, _contact.scss */
.btn-area {
  margin: 2rem 0 0;
}
/* line 50, _contact.scss */
.btn-area input {
  background: #359742;
  color: #FFF;
  padding: 1rem 2rem;
  border-radius: .5rem;
  transition: .3s;
}
/* line 56, _contact.scss */
.btn-area input:hover {
  background: #f2b852;
}

/* line 62, _contact.scss */
.contact-form .must {
  position: relative;
}
/* line 64, _contact.scss */
.contact-form .must::after {
  display: inline-block;
  content: "必須";
  font-size: 1.2rem;
  position: absolute;
  right: 1.5rem;
  color: #b30b00;
}
/* line 73, _contact.scss */
.contact-form input, .contact-form textarea {
  border: solid 1px rgba(159, 159, 159, 0.8);
  font-size: 1.6rem;
  padding: 1rem .5rem;
}
/* line 78, _contact.scss */
.contact-form input[type="text"], .contact-form input[type="email"] {
  width: 100%;
}
/* line 81, _contact.scss */
.contact-form input[name="zip11"] {
  margin: 0 0 .5rem .5rem;
}
@media screen and (min-width: 577px) {
  /* line 61, _contact.scss */
  .contact-form {
    /*SP*/
  }
}
/* line 89, _contact.scss */
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 10em;
  min-height: 10em;
}

/* line 98, _contact.scss */
#doui {
  display: none;
}
/* line 100, _contact.scss */
#doui + label {
  position: relative;
  padding-left: 1.5em;
}
/* line 103, _contact.scss */
#doui + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: solid 1px #9f9f9f;
  border-radius: 3px;
  background: #FFF;
}
/* line 116, _contact.scss */
#doui.doui + label::after, #doui:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 4px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 4px solid #359742;
  border-right: 4px solid #359742;
}

/* line 5, _policy.scss */
.policy-contents h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #9f9f9f;
  margin-bottom: 1rem;
}
/* line 13, _policy.scss */
.policy-contents .cover2 section {
  padding: 2rem 0;
}
/* line 15, _policy.scss */
.policy-contents .cover2 section:first-of-type {
  padding-top: 4rem;
}
/* line 20, _policy.scss */
.policy-contents .address-box {
  display: inline-block;
  padding: 1rem 2rem;
  border: solid 1px #9f9f9f;
  margin: 2rem 0 0 1rem;
}
/* line 26, _policy.scss */
.policy-contents a {
  color: #359742;
}
/* line 28, _policy.scss */
.policy-contents a:hover {
  text-decoration: underline;
}

/* line 3, _footer.scss */
.topBtn {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #359742;
}
/* line 11, _footer.scss */
.topBtn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFF;
  border-left: solid 1px #FFF;
  transform: rotate(45deg);
}

/* line 28, _footer.scss */
.footer-contents {
  background: #fbfbf1;
  padding: 1rem 0;
}
/* line 31, _footer.scss */
.footer-contents .footer-contents-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 577px) {
  /* line 31, _footer.scss */
  .footer-contents .footer-contents-inner {
    /*SP*/
    flex-flow: row nowrap;
  }
}
/* line 40, _footer.scss */
.footer-contents .footer-contents-inner .footer-logo-area img {
  width: 100%;
  max-width: 160px;
}
@media print, screen and (min-width: 768px) {
  /* line 40, _footer.scss */
  .footer-contents .footer-contents-inner .footer-logo-area img {
    /*TB*/
    max-width: 100%;
    width: auto;
  }
}

/* line 52, _footer.scss */
.footer-contents-area {
  flex: 0 1 auto;
}
@media screen and (min-width: 577px) {
  /* line 52, _footer.scss */
  .footer-contents-area {
    /*SP*/
    padding-left: 4rem;
  }
}

/* line 58, _footer.scss */
.footer-navi {
  padding: 2rem 0 1rem;
}
@media screen and (min-width: 577px) {
  /* line 58, _footer.scss */
  .footer-navi {
    /*SP*/
    padding: 2rem 0;
  }
}
/* line 63, _footer.scss */
.footer-navi .menu-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 577px) {
  /* line 63, _footer.scss */
  .footer-navi .menu-list {
    /*SP*/
    justify-content: flex-start;
  }
}
/* line 71, _footer.scss */
.footer-navi .menu-list li {
  flex: 0 1 auto;
  text-align: center;
  border-right: solid 1px #9f9f9f;
  margin-bottom: 1rem;
}
@media screen and (min-width: 577px) {
  /* line 71, _footer.scss */
  .footer-navi .menu-list li {
    /*SP*/
    margin-bottom: 0;
  }
}
/* line 79, _footer.scss */
.footer-navi .menu-list li a {
  position: relative;
  display: block;
  color: #333;
  padding: 0 1rem;
  transition: .3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 89, _footer.scss */
.footer-navi .menu-list li a:hover {
  text-decoration: underline;
}

/* line 96, _footer.scss */
.footer-contact-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (min-width: 577px) {
  /* line 96, _footer.scss */
  .footer-contact-area {
    /*SP*/
    justify-content: flex-start;
  }
}
/* line 103, _footer.scss */
.footer-contact-area .ft-contact {
  margin-bottom: 2rem;
}
@media screen and (min-width: 577px) {
  /* line 103, _footer.scss */
  .footer-contact-area .ft-contact {
    /*SP*/
    margin-right: 4rem;
    margin-bottom: 1rem;
  }
}
/* line 110, _footer.scss */
.footer-contact-area .ft-contact a {
  background: #359742;
  display: block;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  border-radius: .5rem;
  padding: 1rem 3rem;
}
/* line 118, _footer.scss */
.footer-contact-area .ft-contact a::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/icon_mail.png") no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
/* line 129, _footer.scss */
.footer-contact-area .ft-contact a:hover {
  background: #f2b852;
}

/* line 135, _footer.scss */
.copy {
  background: #d6f6e9;
}
/* line 137, _footer.scss */
.copy p {
  text-align: center;
  line-height: 50px;
}

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