@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/*color
---------------------------------------------*/
/*margin
---------------------------------------------*/
/* .top
---------------------------------------------*/
.top {
  margin-bottom: 100px;
  position: relative;
  background-color: #f1f2b0;
}

.top .top-title {
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .top .top-title {
    top: 7%;
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .top .top-title {
    top: 8%;
    width: 85%;
  }
}

.top .top-title.load {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top .top-fukidashi {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .top .top-fukidashi {
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  .top .top-fukidashi {
    width: 24%;
  }
}

@media screen and (min-width: 769px) {
  .top .top-fukidashi_left {
    left: 15%;
    top: 52%;
  }
}

@media screen and (max-width: 768px) {
  .top .top-fukidashi_left {
    left: 2%;
    top: 52%;
  }
}

.top .top-fukidashi_left img {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.top .top-fukidashi_left.load img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (min-width: 769px) {
  .top .top-fukidashi_right {
    right: 15%;
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .top .top-fukidashi_right {
    right: 2%;
    top: 56%;
  }
}

.top .top-fukidashi_right img {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.top .top-fukidashi_right.load img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top .top-img {
  width: 100%;
}

/* .staff
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .staff-inner {
    width: 600px;
  }
}

.staff {
  background-color: #f8f8f8;
  position: relative;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .staff {
    padding: 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 40px 20px;
  }
}

.staff-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.staff__img {
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .staff__img {
    width: 120px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .staff__img {
    width: 31%;
    margin-right: 20px;
  }
}

.staff__img img {
  border-radius: 50%;
}

.staff__data .staff__name {
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .staff__data .staff__name {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .staff__data .staff__name {
    font-size: 17px;
  }
}

@media screen and (min-width: 769px) {
  .staff__data .staff__info {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .staff__data .staff__info {
    font-size: 12px;
  }
}

.staff-text {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  word-break: break-all;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .staff-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .staff-text {
    font-size: 11px;
  }
}

.staff-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .staff-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .staff-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .staff-link__item {
    width: 38%;
  }
}

@media screen and (max-width: 768px) {
  .staff-link__item {
    width: 49%;
  }
}

@media screen and (min-width: 769px) {
  .staff-link__item:not(:last-child) {
    margin-right: 10px;
  }
}

.staff-link__item a {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}

@media screen and (min-width: 769px) {
  .staff-link__item a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  .staff-link__item a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .staff-link__item a {
    font-size: 11px;
  }
}

.staff-link__item a i {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .staff-link__item a i {
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .staff-link__item a i {
    margin-left: 5px;
  }
}

.staff-announce {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .staff-announce {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .staff-announce {
    font-size: 13px;
  }
}

/* .menu
---------------------------------------------*/
.menu {
  margin-bottom: 100px;
  padding-top: 100px;
}

.menu .inner__90 {
  max-width: 600px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.menu-title {
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .menu-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .menu-title {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) {
  .menu-list {
    width: 100%;
  }
}

.menu-list .menu-list__item {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.menu-list .menu-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .menu-list .menu-list__item a:hover .menu-list__text {
    text-decoration: underline;
  }
}

.menu-list .menu-list__item:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #707070;
}

.menu-list.active .menu-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.menu-list.active .menu-list__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.menu-list.active .menu-list__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.menu-list.active .menu-list__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.menu-list.active .menu-list__item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.menu-list.active .menu-list__item:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.menu-list__icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  letter-spacing: 0;
}

.menu-list__text {
  width: calc(100% - 40px - 10px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .menu-list__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__text {
    font-size: 11px;
  }
}

.menu-list__item:nth-child(odd) .menu-list__icon {
  background-color: #000;
  color: #fff;
}

.menu-list__item:nth-child(even) .menu-list__icon {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* .sec
---------------------------------------------*/
.sec {
  padding: 100px 0;
}

@media screen and (min-width: 769px) {
  .sec .inner__90 {
    max-width: 500px;
    padding: 0 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.sec-question-title {
  text-align: center;
  position: relative;
  min-height: 140px;
  width: 100%;
}

.sec-question-title span {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .sec-question-title span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .sec-question-title span {
    font-size: 14px;
  }
}

.sec-question-title::before {
  content: "Q";
  font-family: din-2014, sans-serif;
  font-weight: 600;
  color: #f1f2b0;
  display: block;
  font-size: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.6;
  line-height: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
          transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.sec-question-title.active::before {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: scale_big;
          animation-name: scale_big;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes scale_big {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes scale_big {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.3);
            transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.sec-line {
  height: 50px;
  border-left: 2px dotted #707070;
  width: 0;
  margin: 25px auto;
}

.sec-answer-title {
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .sec-answer-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sec-answer-title {
    font-size: 25px;
  }
}

.sec-img {
  width: 100%;
  margin-bottom: 40px;
}

.sec-img span {
  display: block;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .sec-img span {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .sec-img span {
    font-size: 12px;
  }
}

.sec-answer-text-wrap {
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
}

.sec-answer-text {
  line-height: 2;
  letter-spacing: 0.04em;
  word-break: break-all;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 769px) {
  .sec-answer-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .sec-answer-text {
    font-size: 13px;
  }
}

.sec-answer-text.active {
  opacity: 1;
}

.sec-answer__kakko {
  width: 25px;
  position: absolute;
}

.sec-answer__kakko_left {
  top: 0;
  left: 0;
}

.sec-answer__kakko_right {
  bottom: 0;
  right: 0;
}

.sec-point {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 769px) {
  .sec-point {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .sec-point {
    width: 100%;
  }
}

.sec-point.active {
  opacity: 1;
}

.sec-point__item {
  width: 100%;
}

.sec-point__item:not(:last-child) {
  margin-bottom: 40px;
}

.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .credit {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .credit {
    padding: 25px 15px;
  }
}

@media screen and (min-width: 769px) {
  .credit__item {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .credit__item {
    width: 48%;
  }
}

.credit__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .credit__item a:hover {
    opacity: 0.7;
  }
}

.credit__item:nth-child(-n + 2) {
  margin-bottom: 25px;
}

.credit-img {
  width: 30%;
  margin-right: 10px;
}

.credit-text {
  width: calc(100% - 30% - 10px);
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  .credit-text {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .credit-text {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* .sec奇数
---------------------------------------------*/
.sec:nth-child(odd) {
  background-color: #f8f8f8;
}

.sec:nth-child(odd) .credit {
  background-color: #fff;
}

/* .sec偶数
---------------------------------------------*/
.sec:nth-child(even) {
  background-color: #fff;
}

.sec:nth-child(even) .credit {
  background-color: #f8f8f8;
}
/*# sourceMappingURL=qa.css.map */