/* Scss Document */
/* greeting.html */
#greeting section.feature {
  background-image: url("../img/greeting/greeting_kv_bg01.jpg");
}
#greeting section.greeting {
  background: linear-gradient(0deg, rgba(0, 66, 142, 0.05) 0%, rgba(0, 66, 142, 0.05) 50%, white 50%, white 100%);
  padding: 50px 0 80px;
}
@media (max-width: 1000px) {
  #greeting section.greeting {
    background: rgba(0, 66, 142, 0.05);
    padding: 30px 0 80px;
  }
}
#greeting section.greeting .wrap {
  width: 90%;
  max-width: 1200px;
  background: url("../img/greeting/greeting-photo.jpg") no-repeat center top;
  background-size: cover;
  margin: auto;
  box-sizing: border-box;
  padding: 3rem 7%;
}
#greeting section.greeting .wrap .text {
  color: #00428e;
  width: 48%;
  max-width: 500px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#greeting section.greeting .wrap .text .name {
  text-align: right;
  font-weight: 700;
  margin-top: 2em;
}
@media (max-width: 1000px) {
  #greeting section.greeting .wrap {
    width: 100%;
    background-size: 100% auto;
    padding: 48% 7% 0;
  }
  #greeting section.greeting .wrap .text {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 560px) {
  #greeting section.greeting .wrap {
    background-position: right top;
    background-size: 170% auto;
    padding: 81% 5% 0;
  }
  #greeting section.greeting .wrap .text p {
    font-size: 0.9rem;
  }
}
#greeting section.info {
  background: rgba(0, 66, 142, 0.05);
  padding-bottom: 100px;
}
#greeting section.info .wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#greeting section.info .wrap article {
  color: #00428e;
  margin-bottom: 2rem;
}
#greeting section.info .wrap article h2 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}
@media (max-width: 560px) {
  #greeting section.info .wrap article h2 {
    padding-bottom: 0.3em;
  }
}
#greeting section.info .wrap article .inner {
  text-align: center;
  margin-top: 40px;
  width: 100%;
  border: 2px solid #99dff8;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 3rem 1rem 2.5rem;
  background-color: white;
  position: relative;
}
@media (max-width: 560px) {
  #greeting section.info .wrap article .inner {
    padding: 2rem 1rem 1.5rem;
  }
}
#greeting section.info .wrap article .inner dl,
#greeting section.info .wrap article .inner ul {
  display: inline-block;
}
#greeting section.info .wrap article .inner dt,
#greeting section.info .wrap article .inner dd,
#greeting section.info .wrap article .inner li {
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
#greeting section.info .wrap article .inner dl dt {
  float: left;
  clear: both;
  width: 9em;
}
@media (max-width: 560px) {
  #greeting section.info .wrap article .inner dl dt {
    margin-bottom: 0.2em;
  }
}
#greeting section.info .wrap article .inner dl dd {
  float: left;
}
@media (max-width: 560px) {
  #greeting section.info .wrap article .inner dl dd {
    clear: both;
    margin-bottom: 1em;
  }
}
#greeting section.info .wrap article .inner dl::after {
  content: "";
  display: block;
  clear: both;
}
#greeting section.info .wrap article .inner::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 66px;
  background-color: #00afec;
}
#greeting section.info .wrap article:first-of-type {
  width: 100%;
}
#greeting section.info .wrap article:not(:first-of-type) {
  width: 48%;
}
@media (max-width: 560px) {
  #greeting section.info .wrap article:not(:first-of-type) {
    width: 100%;
  }
}/*# sourceMappingURL=greeting.css.map */