@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
#section01 .sec01_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#section01 h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.3em;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 6.2vw;
  }
}
#section01 .h2sub {
  text-align: center;
}
#section01 .mv_text {
  margin-top: 40px;
}

#content {
  overflow: hidden;
}
#content .mv_text {
  text-align: center;
}
@media screen and (max-width:800px) {
  #content .mv_text {
    margin-top: 5vw;
    line-height: 160%;
  }
}
#content .section__in {
  width: 83%;
  max-width: 960px;
  margin: 0 auto;
}
#content .content_wrap {
  box-sizing: border-box;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #content .content_wrap {
    padding: 8vw 0;
    background: linear-gradient(#fff, #F9F8F8);
  }
}
#content .content_wrap.content_wrap--bg {
  background-color: #F9F8F8;
}
@media screen and (max-width:800px) {
  #content .content_wrap.content_wrap--bg {
    background: linear-gradient(#fff, #F9F8F8);
  }
}
#content .content_wrap dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl {
    display: block;
  }
}
#content .content_wrap dl dt {
  width: 53%;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dt {
    width: 100%;
  }
}
#content .content_wrap dl dt img {
  transition: all 0.3s ease-out;
}
#content .content_wrap dl dt:hover img {
  opacity: 0;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dt:hover img {
    opacity: 1;
  }
}
#content .content_wrap dl dt.img--1 {
  background: url(../images/staff/staff_img1_on.jpg) no-repeat center/cover;
}
#content .content_wrap dl dt.img--2 {
  background: url(../images/staff/staff_img2_on.jpg) no-repeat center/cover;
}
#content .content_wrap dl dt.img--3 {
  background: url(../images/staff/staff_img3_on.jpg) no-repeat center/cover;
}
#content .content_wrap dl dt.img--4 {
  background: url(../images/staff/staff_img4_on.jpg) no-repeat center/cover;
}
#content .content_wrap dl dd {
  width: 47%;
  position: relative;
  top: 0;
  left: -9%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd {
    width: 100%;
    left: 0;
  }
}
#content .content_wrap dl dd .title_block {
  padding: 5% 10%;
  position: relative;
  top: 0;
  left: 0;
  width: 119%;
  color: #fff;
  background: url(../images/staff/staff_name_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .title_block {
    width: 100%;
    padding: 2% 8%;
    min-height: 14vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #content .content_wrap dl dd .title_block p, #content .content_wrap dl dd .title_block h2 {
    width: 100%;
  }
}
#content .content_wrap dl dd .title_block .name_eng {
  position: absolute;
  right: 1%;
  bottom: 8%;
  width: 66%;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .title_block .name_eng {
    right: 3%;
    bottom: 17%;
    width: 46%;
  }
}
#content .content_wrap dl dd .text_big {
  color: #1D2088;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
#content .content_wrap dl dd .text_block {
  position: relative;
  top: 0;
  left: 0;
  width: 119%;
  padding: 8% 10%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .text_block {
    width: 100%;
    padding: 3% 8%;
  }
}
#content .content_wrap dl dd .text_block h3 {
  margin-top: 46px;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .text_block h3 {
    margin-top: 4vw;
    font-size: 4vw;
  }
}
#content .content_wrap dl dd .text_block li {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .text_block li {
    margin-top: 3vw;
    display: block;
  }
}
#content .content_wrap dl dd .text_block li .list_title {
  min-width: 100px;
  width: 100px;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .text_block li .list_title {
    font-size: 4vw;
  }
}
#content .content_wrap dl dd .text_block li .list_text {
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl dd .text_block li .list_text {
    margin-left: 0;
    font-size: 4vw;
  }
}
#content .content_wrap dl.reverse {
  flex-direction: row-reverse;
}
#content .content_wrap dl.reverse dd {
  width: 47%;
  left: auto;
  right: 0;
}
@media screen and (max-width:800px) {
  #content .content_wrap dl.reverse dd {
    width: 100%;
    right: 0;
  }
}/*# sourceMappingURL=staff.css.map */