@charset "UTF-8";

@charset "UTF-8";
/*
** Width
*/
/*
** Color
*/
/*
** Font
*/
/*
** Breakpoint
*/
/*
** Letter-spacing , Text-indent
*/
/*
** vw
*/
/*
** Flex
*/
/*
** Block Editor
*/
/**
** グラデーションテキスト・背景
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto+Condensed:wght@300;700&family=Roboto:wght@700&display=swap");
.footerSns__item--sns_fb a {
  background: #CE5B31 url(/assets/img/recruit/icon_sns_facebook.png) center/34px no-repeat;
}
.footerSns__item--sns_fb a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff url(/assets/img/recruit/icon_sns_facebook_hov.png) center/34px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .footerSns__item--sns_fb a:hover::after {
    opacity: 1;
  }
}
.footerSns__item--sns_x a {
  background: #CE5B31 url(/assets/img/recruit/icon_sns_x.png) center/20px no-repeat;
}
.footerSns__item--sns_x a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff url(/assets/img/recruit/icon_sns_x_hov.png) center/20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .footerSns__item--sns_x a:hover::after {
    opacity: 1;
  }
}

.gNav__sns__item--sns_fb a {
  position: relative;
  background: #fff url(/assets/img/recruit/icon_sns_facebook_hov.png) center/34px no-repeat;
}
.gNav__sns__item--sns_fb a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff url(/assets/img/recruit/icon_sns_facebook.png) center/34px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .gNav__sns__item--sns_fb a:hover::after {
    opacity: 1;
  }
}
.gNav__sns__item--sns_x a {
  position: relative;
  background: #fff url(/assets/img/recruit/icon_sns_x_hov.png) center/20px no-repeat;
}
.gNav__sns__item--sns_x a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff url(/assets/img/recruit/icon_sns_x.png) center/20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 769px) {
  .gNav__sns__item--sns_x a:hover::after {
    opacity: 1;
  }
}

.memberList__pic img {
  border-radius: 0;
}

.header__btn--entry a span {
  font-family: "Roboto";
}

.gNav__btn--entry a {
  font-family: "Roboto";
}

#blockEditor h2 strong {
  line-height: 1.2;
}

.section--about .section__headline {
  margin-bottom: 120px;
}
.section--about .section__link {
  margin-top: 102px;
}