@charset "UTF-8";

.welcome dl {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.welcome dl:last-of-type {
  margin-bottom: 0;
}

.welcome dl dt {
  -webkit-text-stroke: 0.2px;
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  height: 4em;
  text-shadow: 0 0 1px white, 0 -1px 1px white, 0 1px 1px white,
    -1px 0px 1px white, 1px 0px 1px white, -1px -1px 1px white,
    -1px 1px 1px white, 1px -1px 1px white, 1px 1px 1px white;
  position: relative;
  z-index: 1;
}

.welcome dl dt::before {
  content: "";
  background: url(../img/redArrow.png) no-repeat 0;
  background-size: 93% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.welcome dl dd {
  padding: 0;
  width: 50%;
}

.welcome .btn {
  padding: 0.8em 1em;
  margin: 0;
  line-height: 1.3;
}

.welcome .btn svg {
  margin: 0 auto 0.2em;
  width: 1.5em;
  height: 1.5em;
}

.welcome > a {
  display: block;
  margin-top: 1.5em;
}

.welcome > a img {
  display: block;
}

.description .linkArea-check {
  padding: 0;
  display: inline-flex;
  margin: 1em 0;
}

.description .linkArea-check a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1em 1em 0.5em;
}

.description .linkArea-check::before {
  white-space: nowrap;
}

.about_staff li {
  position: relative;
  padding-left: 6em;
  border-bottom: 1px #ccc solid;
  margin-bottom: 1em;
  min-height: 6em;
}

.about_staff figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
}

.about_staff figcaption {
  font-size: 1.1em;
  font-weight: bold;
}

.about .description_flex{
  padding: 1em;
  border:solid 1px #ccc;
  margin-bottom: 1em;
}

.about .description_flex figure{
  margin-bottom: 1em;
}


.about_staff .linkArea a{
  justify-content: flex-end;
}

.about_staff li:nth-child(3),.about_staff li:nth-child(4){
  display: none;
}

@media screen and (min-width: 768px) {
  .welcome > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .welcome dl {
    width: calc(50% - 0.5em);
  }

  .welcome dl:nth-of-type(3) {
    margin: 0;
  }

  .welcome > a {
    width: 700px;
    margin: 1.5em auto;
  }

  .description_flex{
    display: flex;
    align-items: center;
  }
  .description_flex div{
    width: 100%;
  }
  .description_flex figure{
    margin-right: 1em;
    overflow: hidden;
  }
  .description_flex figure img{
    transition-duration: 0.5s;
  }
  .description_flex a:hover  img{
    transform: scale(1.1);
    opacity: 0.8;
  }
}
