/* min: 30px, max: 80px */
/*========================================================================
   index layout
========================================================================*/
#service .row {
  max-width: 1280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .cont {
  min-width: 185px;
  max-width: 200px;
  height: 250px;
  padding: 40px 10px;
  margin-inline: 10px;
  margin-bottom: 20px;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25em;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  #service .cont {
    font-size: 1.07em;
    min-width: 140px;
    width: 47%;
    height: 180px;
    padding: 25px 5px;
    margin-inline: 1.5%;
  }
}
#service .cont .icon {
  font-size: 48px;
  line-height: 1;
}
#service .cont .icon img {
  width: auto;
  height: 48px;
  vertical-align: top;
}
#service .cont .txt {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

#greeting {
  background: url(../img/bg_flower-lt.png) no-repeat left top/55%, url(../img/bg_wh.jpg);
  color: #222;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #greeting {
    background: url(../img/bg_flower-lt.png) no-repeat left top/90%, url(../img/bg_wh.jpg);
  }
}
#greeting .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#greeting .row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}
#greeting .ttlArea {
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -1em;
}
#greeting .ttlArea p {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 14em;
  margin: auto;
}
#greeting .ttlArea p span {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  #greeting .ttlArea {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    margin-bottom: 2em;
  }
  #greeting .txtArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 780px;
  }
}

#point {
  margin-top: -200px;
}
#point .row > * {
  max-width: 480px;
  background-color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
#point .row > * a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#point .row > * a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.9;
}
#point .row > * a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
#point .row > * a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
@media screen and (max-width: 575px) {
  #point .row > * a {
    aspect-ratio: 1/1;
  }
  #point .row > * a figure {
    margin-top: -15%;
  }
}
#point .row > * a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.54)), color-stop(35%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 35%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 35%);
  z-index: 0;
}
#point .row > * h3 {
  font-size: 2em;
  position: absolute;
  left: clamp(1rem, 0.133rem + 2.407vw, 3.6rem);
  bottom: clamp(1rem, 0.133rem + 2.407vw, 3.6rem);
  z-index: 1;
  color: #efefef;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #point .row > * h3 {
    font-size: 1.65em;
  }
}
@media screen and (min-width: 1200px) {
  #point .row > * h3 {
    font-size: 2.22em;
  }
}

@media screen and (min-width: 670px) {
  #greeting {
    padding-bottom: 23vw;
  }
  #point {
    margin-top: -23vw;
  }
}