@charset "UTF-8";
/*----------------------------------------------
 * * reset styles
 * *----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 * * formatting styles
 * *----------------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #D2FFDC;
  min-width: 1180px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #534741;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
}

.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

a {
  color: inherit;
  transition-duration: 0.3s;
}
_::-webkit-full-page-media, _:future, :root a {
  text-underline-offset: 2px;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
@media (any-pointer: coarse) {
  a:active {
    text-decoration: none;
  }
}

/*----------------------------------------------
 * * clearfix
 * *----------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ----------------------------------------------
 * *header
 * *----------------------------------------------*/
header {
  display: flex;
  height: 115px;
  position: absolute;
  width: 100%;
  min-width: 1180px;
  padding-right: 760px;
  left: 0;
  top: 0;
  z-index: 1;
}
header .logo {
  flex: 0 1 453px;
  margin-top: 11px;
  margin-left: 40px;
  max-width: 453px;
}
header::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  width: 100%;
  height: 196px;
  background: url(../img/hd-curtain.png) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  header .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  header {
    min-width: 320px;
    padding-right: 0;
  }
  header .logo {
    flex-shrink: 0;
    flex-basis: 226px;
    margin-top: 10px;
    margin-left: 10px;
  }
  header::after {
    background-image: url(../img/hd-curtain-sp.png);
    background-size: 781px 130px;
    height: 130px;
  }
}
@media (any-pointer: coarse) {
  header .logo a:active {
    opacity: 0.7;
  }
}

/* ----------------------------------------------
 * *nav
 * *----------------------------------------------*/
#hamburgerSwitch {
  display: none;
}

.btnMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .btnMenu {
    display: block;
    position: fixed;
    z-index: 100;
    right: 10px;
    top: 10px;
    font-size: 1rem;
    text-align: center;
    color: #998675;
  }
  .btnMenu label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #998675;
    background-color: #E3FFF5;
    cursor: pointer;
  }
  .btnMenu label::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 34px;
    height: 4px;
    border: 1px solid #998675;
    background-color: #BEEB46;
    transition-duration: 0.3s;
  }
  .btnMenu label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 25px;
    width: 34px;
    height: 4px;
    border: 1px solid #998675;
    background-color: #BEEB46;
    transition-duration: 0.3s;
  }
  .btnMenu span {
    flex: 0 0 100%;
    height: 100%;
    padding-top: 32px;
    display: block;
  }
  .btnMenu span::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 16px;
    width: 34px;
    height: 4px;
    border: 1px solid #998675;
    background-color: #BEEB46;
    transition-duration: 0.3s;
  }

  #hamburgerSwitch:checked ~ nav .btnMenu label::before {
    top: 16px;
    transform: rotate(45deg);
  }
  #hamburgerSwitch:checked ~ nav .btnMenu label::after {
    top: 16px;
    transform: rotate(-45deg);
  }
  #hamburgerSwitch:checked ~ nav .btnMenu label span::before {
    opacity: 0;
  }
}
nav {
  position: relative;
  z-index: 10;
}
nav .menubox {
  position: absolute;
  right: 0;
  top: 0;
}
nav .menubox > ul {
  display: flex;
  list-style: none;
  margin-right: 50px;
}
nav li {
  flex: 0 0 auto;
}
nav li:nth-child(n+2) {
  margin-left: 20px;
}
nav .img {
  display: block;
  position: relative;
  overflow: hidden;
}
nav .img::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -30px;
  height: 22px;
  width: 2px;
  background-color: #998675;
  transform: rotate(-48deg);
  transition-duration: 0.3s;
}
nav .img::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -30px;
  height: 22px;
  width: 2px;
  background-color: #998675;
  transform: rotate(48deg);
  transition-duration: 0.3s;
}
nav .text {
  display: none;
}
nav .home {
  display: none;
}
nav .introduction {
  position: relative;
}
nav .menu02 {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%) scale(1, 0);
  transform-origin: center top;
  width: 166px;
  border: 1px solid #8CDC00;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #754C24;
  transition-duration: 0.3s;
}
nav .menu02 li:nth-child(n+2) {
  margin-left: 0;
  background: url(../img/navi-line.png) no-repeat center top;
  padding-top: 2px;
}
nav .menu02 a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  nav li:hover .img::before, nav li:hover .img::after {
    bottom: 0;
  }
  nav .introduction:hover .menu02 {
    transform: translateX(50%) scale(1, 1);
  }
  nav .contact a:hover .img::before, nav .contact a:hover .img::after {
    bottom: 4px;
  }
  nav .menu02 a:hover {
    color: #2ea9ff;
  }
}
@media screen and (max-width: 767px) {
  nav .menubox {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transform-origin: center top;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background-color: #e1ffff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    transition-duration: 0.3s;
  }
  nav .menubox > ul {
    display: block;
    margin: 0 5.3% 60px;
  }
  nav li {
    border-bottom: 1px dashed #998675;
    color: #009245;
    font-size: 1.6rem;
  }
  nav li:nth-child(n+2) {
    margin-left: 0;
  }
  nav li:first-child {
    border-top: 1px dashed #998675;
  }
  nav li a {
    display: block;
    padding: 14px 20px 14px 8px;
    text-decoration: none;
    background: url(../img/header-arrow.svg) no-repeat right 8px center;
    background-size: 12px 15px;
  }
  nav li > div {
    padding: 14px 8px;
  }
  nav .img {
    display: none;
  }
  nav .text {
    display: block;
  }
  nav .home {
    display: list-item;
  }
  nav .menu02 {
    position: static;
    transform: translateX(0) scale(1, 1);
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
  }
  nav .menu02 li {
    border-bottom: none;
  }
  nav .menu02 li:nth-child(n+2) {
    background-image: none;
    border-top: 1px dashed #998675;
  }
  nav .menu02 a {
    padding: 14px 20px;
  }
  #hamburgerSwitch:checked ~ nav .menubox {
    transform: translateY(0);
  }
}
@media (any-pointer: coarse) {
  nav li:active .img::before, nav li:active .img::after {
    bottom: 0;
  }
  nav li a:active {
    color: #2ea9ff;
  }
  nav .introduction:active .menu02 {
    transform: translateX(50%) scale(1, 1);
  }
  nav .contact a:active .img::before, nav .contact a:active .img::after {
    bottom: 4px;
  }
  nav .menu02 a:active {
    color: #2ea9ff;
  }
}
@media screen and (max-width: 767px) and (any-pointer: coarse) {
  nav .introduction:active .menu02 {
    transform: translateX(0) scale(1, 1);
  }
}

/* ----------------------------------------------
 * *main
 * *----------------------------------------------*/
main > :last-child {
  padding-bottom: 67px;
}
@media screen and (max-width: 767px) {
  main > :last-child {
    padding-bottom: 95px;
  }
}

.pageTitle {
  background: url(../img/header-sky.png) no-repeat center bottom;
  padding-top: 144px;
  height: 288px;
  text-align: center;
  position: relative;
}
.pageTitle::before {
  content: "";
  width: 100%;
  height: 178px;
  background: url(../img/header-bird.png) no-repeat center bottom;
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: -64px;
  transform: translateX(50%);
}
.pageTitle h1::before, .pageTitle h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  width: 230px;
  height: 448px;
  background: url(../img/header-tree.png) left top no-repeat;
  background-size: 230px auto;
}
.pageTitle h1::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    background-image: url(../img/header-sky-sp.png);
    background-size: 561px 200px;
    height: 200px;
    padding-top: 98px;
  }
  .pageTitle::before {
    background-image: url(../img/header-bird-sp.png);
    background-size: 375px 70px;
    height: 70px;
    bottom: -30px;
  }
  .pageTitle h1 {
    padding: 0 64px;
  }
  .pageTitle h1::before, .pageTitle h1::after {
    width: 17.066%;
    max-width: 64px;
    height: auto;
    padding-top: 164px;
    background-image: url(../img/header-tree-sp.png);
    background-size: 100% auto;
    top: 80px;
  }
}
@media screen and (max-width: 360px) {
  .pageTitle h1 {
    padding: 0 17%;
  }
  .pageTitle h1::before, .pageTitle h1::after {
    padding-top: 43.733%;
  }
}

.bg_green01 {
  background-color: #E3FFF5;
}

h2 {
  text-align: center;
}

.group {
  padding-top: 80px;
}
.group ul {
  max-width: 980px;
  margin: 62px auto 109px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.group li {
  flex: 0 0 236px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-top: 34px;
  font-size: 1.5rem;
  line-height: 1.533;
}
.group li:nth-child(-n+4) {
  margin-top: 0;
}
.group li:nth-child(4n+1) {
  margin-left: 0;
}
.group a {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 6px) repeat 0 0;
  background-size: 25px 25px;
  border-radius: 20px;
  padding: 10px 10px 18px;
  text-decoration: none;
}
_:-ms-lang(x)::-ms-backdrop, .group a {
  max-width: 100%;
}

.group a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  border: 4px solid #BEEB46;
  opacity: 0;
  transition-duration: 0.3s;
}
.group .newopen {
  position: absolute;
  right: 50%;
  top: -6px;
  transform: translateX(50%);
  width: 100%;
  text-align: center;
}
.group .photo img {
  border-radius: 20px;
}
.group h3 {
  background: url(../img/line.svg) no-repeat center bottom;
  padding: 22px 0 12px;
  margin-bottom: 18px;
  text-align: center;
}
.group .address {
  padding: 0 5px;
}
.group .telfax {
  margin-top: 12px;
  padding: 0 5px;
}
.group .telfax > span {
  display: block;
  font-size: 1.4rem;
}
.group .telfax > span span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .group a:hover {
    background: #FFFA96 repeating-linear-gradient(-45deg, white 0px, white 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 6px) repeat 0 0;
  }
  .group a:hover::before {
    opacity: 1;
  }
}
@media (any-pointer: coarse) {
  .group a:active {
    background: #FFFA96 repeating-linear-gradient(-45deg, white 0px, white 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 6px) repeat 0 0;
  }
  .group a:active::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .group {
    padding: 50px 10px 0;
  }
  .group ul {
    margin: 45px 0 100px;
  }
  .group li {
    flex-basis: 48.45%;
    margin-left: 0;
    margin-top: 0;
    font-size: 1.3rem;
  }
  .group li:nth-child(n+3) {
    margin-top: 18px;
  }
  .group li:nth-child(even) {
    margin-left: auto;
  }
  .group a {
    padding: 5px 5px 12px;
    border-radius: 15px;
  }
  .group a::before {
    border-radius: 15px;
    border-width: 3px;
  }
  .group .photo img {
    border-radius: 15px;
    width: 100%;
  }
  .group h3 {
    padding: 16px 0 10px;
    margin-bottom: 14px;
  }
  .group .telfax {
    margin-top: 8px;
  }
  .group .telfax > span {
    font-size: 100%;
  }
}

.pagetop {
  position: relative;
}
.pagetop a {
  position: fixed;
  z-index: 1;
  right: 62px;
  bottom: -75px;
  background: url(../img/pagetop-over.svg) no-repeat 0 0;
}
.pagetop a img {
  display: block;
  transition-duration: 0.3s;
}
.pagetop .fx {
  bottom: 60px;
}
.pagetop .btm {
  position: absolute;
  bottom: 75px;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover img {
    opacity: 0;
  }
}
@media (any-pointer: coarse) {
  .pagetop a:active img {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .pagetop a {
    background-image: none;
    right: 10px;
    width: 46px;
  }
  .pagetop .fx {
    bottom: 15px;
  }
  .pagetop .fx:active img {
    opacity: 0.7;
  }
}

/* ----------------------------------------------
 * *footoer
 * *----------------------------------------------*/
footer {
  background-color: #00A050;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
footer::before {
  content: "";
  position: absolute;
  width: 980px;
  height: 67px;
  right: 50%;
  bottom: 100%;
  transform: translateX(50%);
  background: url(../img/footer-top.png) no-repeat center top;
}
footer > div {
  flex: 0 0 auto;
  padding: 30px 0 60px;
}
footer li {
  list-style: none;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
footer li::before {
  content: "";
  display: block;
  flex: 0 0 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
footer li a {
  text-decoration: none;
}

.ftNavi01 ul {
  padding-left: 10px;
}
.ftNavi01 br {
  display: none;
}

.ftNavi02 {
  margin-left: 40px;
}
.ftNavi02 .midashi {
  margin-bottom: 8px;
}

.ftInfo {
  background: url(../img/ft-tree.svg) no-repeat 26px bottom;
  padding-top: 30px;
  padding-left: 172px;
}
.ftInfo .name {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.6rem;
}
.ftInfo .company {
  flex: 0 0 auto;
}
.ftInfo .logo {
  flex: 0 0 174px;
  height: 56px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/logo-bg.svg) no-repeat center top;
}
.ftInfo dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ftInfo dt {
  flex: 0 0 2.5em;
}
.ftInfo dt:nth-of-type(n+2) {
  margin-top: 6px;
}
.ftInfo dd {
  flex: 0 0 auto;
  width: calc(100% - 4em);
}
.ftInfo dd:nth-of-type(n+2) {
  margin-top: 6px;
}
.ftInfo .tel a {
  display: none;
}
.ftInfo .link {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
.ftInfo .link div {
  flex: 0 0 auto;
}
.ftInfo .link div + div {
  margin-left: 24px;
}
.ftInfo .link a {
  display: inline-block;
  text-decoration: none;
}
.ftInfo .link a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  margin-right: 6px;
}

.copyright {
  margin-top: 30px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  footer a:hover {
    color: #ffff8c;
  }

  .ftInfo .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  footer {
    display: block;
  }
  footer::before {
    background-image: url(../img/footer-top-sp.png);
    background-size: 768px 95px;
    height: 95px;
    max-width: 768px;
    width: 100%;
  }
  footer > div {
    padding: 0;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    border-top: 1px solid #D2FFDC;
    position: relative;
    z-index: 0;
  }
  footer ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #D2FFDC;
  }
  footer li {
    flex: 0 0 50%;
    min-height: 50px;
    margin-bottom: 0;
    display: flex;
    border-bottom: 1px solid #D2FFDC;
    border-right: 1px solid #D2FFDC;
  }
  footer li::before {
    display: none;
  }
  footer li a {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ftNavi01 ul {
    padding-left: 0;
  }
  .ftNavi01 li {
    flex-basis: 33.33%;
  }
  .ftNavi01 li:nth-child(2) {
    flex-basis: 66.66%;
    border-right: none;
  }
  .ftNavi01 li:last-child {
    border-right: none;
  }
  .ftNavi01 br {
    display: inline;
  }

  .ftNavi02 {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .ftNavi02 li:nth-child(even) {
    border-right: none;
  }

  .ftInfo {
    background: url(../img/bird.svg) no-repeat right 28px bottom 120px;
    margin-top: 30px;
    padding: 0 5.33%;
  }
  .ftInfo .company {
    margin-right: 10px;
  }
  .ftInfo .logo {
    margin-left: auto;
    flex-shrink: 1;
    overflow: hidden;
    padding: 2px;
    height: auto;
    border-radius: 10px;
    background-size: cover;
  }
  .ftInfo .tel {
    display: inline-block;
    position: relative;
    text-decoration: underline;
  }
  _::-webkit-full-page-media, _:future, :root .ftInfo .tel {
    text-underline-offset: 2px;
  }

  .ftInfo .tel:active {
    text-decoration: none;
    color: #ffff8c;
  }
  .ftInfo .tel a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .copyright {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 82px;
  }
}
@media (any-pointer: coarse) {
  footer a:active {
    color: #ffff8c;
  }

  .ftInfo .logo a:active {
    opacity: 0.7;
  }
}