@charset "UTF-8";
/*
Theme Name: AONOHA
Theme URL: redeastack.co.jp
Description: Gocco's Template 05
Author: HRS-RS
Version: 0.0.0
Tags: Company
License URI: redeastack.co.jp
*/
html {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 13px;
  }
}

h1, .h1 {
  font-size: 1.25rem;
}

h2, .h2 {
  font-size: 1.125rem;
}

h3, .h3 {
  font-size: 1rem;
}

body {
  margin: auto;
  font-family: "ヒラギノ角ゴ Pro W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body input, body select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

body img {
  width: 100%;
  height: auto;
}

body .full-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6,
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Quattrocento', serif;
}

body .font-mincho {
  font-family: "Hiragino Mincho Pro", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

body .font-hiragino-micho {
  font-family: "Hiragino Mincho Pro", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}

body .font-helvetica {
  font-family: 'Poppins', sans-serif;
}

body .font-hiragino-sans {
  font-family: "ヒラギノ角ゴ Pro W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body .font-hiragino-w6 {
  font-family: "ヒラギノ角ゴ Pro W6", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}

body .font-quattrocento {
  font-family: 'Quattrocento', serif;
}

body .font-futogo {
  font-family: a-otf-futo-go-b101-pr6n, "太ゴB101", "Futo Go B101";
}

body .font-silk {
  font-family: 'SilkSerifRegular';
}

body a, body a:hover, body a:active, body a:visited {
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 992px) {
  body div.sp, body img.sp, body video.sp, body div.sp, body span.sp, body br.sp, body nav.sp {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  body div.pc, body img.pc, body video.pc, body div.pc, body span.pc, body br.pc, body nav.pc {
    display: none !important;
  }
}

body.show_menu {
  overflow: hidden;
}

body.show_menu .header-fixed-holder.header_sticky {
  background-color: rgba(255, 255, 255, 0);
}

.fixed_section {
  position: relative;
  width: 100%;
}

.fixed_section .fixed_section--row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fixed_section .fixed_section--col {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
}

.fixed_section::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fixed_section .section__header, .fixed_section .section__body {
  z-index: 1;
  position: relative;
}

.fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #46d319;
  text-align: center;
  z-index: 100;
}

.fixed_footer__content {
  position: relative;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 90px;
}

@media screen and (max-width: 991px) {
  .fixed_footer {
    height: 70px;
  }
  .fixed_footer__content {
    line-height: 70px;
    font-size: 15px;
  }
}

header {
  background-color: #D1D0C8;
}

header .header-top_holder-image-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

header .section_header__article {
  position: absolute;
  bottom: 50px;
  color: #ffffff;
}

header .section_header__article--before, header .section_header__article--after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header .section_header__article--beforequote, header .section_header__article--afterquote {
  line-height: 2.9rem;
  padding: 10px;
  font-size: 20px;
  width: 40px;
}

header .section_header__article--beforeline, header .section_header__article--afterline {
  width: calc(100% - 40px);
}

header .section_header__article--beforeline hr, header .section_header__article--afterline hr {
  opacity: 1;
}

header .section_header__article--holder {
  padding: 0 20px;
  text-align: center;
}

header .section_header__article--title {
  font-size: 1.45rem;
}

header .section_header__article--subtitle {
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  header .section_header__article {
    bottom: 25px;
  }
  header .section_header--holder {
    padding: 0 10px;
  }
  header .section_header--title {
    font-size: 1.45rem;
  }
  header .section_header--subtitle {
    margin-top: 20px;
  }
}

footer {
  height: 100vh;
}

footer .sns__section {
  height: 100vh;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

footer .sns__section--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 100px;
}

footer .sns__section .work__time {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .sns__section .sns__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

footer .sns__section .sns__link--instagram a i, footer .sns__section .sns__link--facebook a i {
  color: #ffffff;
  font-size: 1.875rem;
}

footer .sns__section .shop__info {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  margin-top: 100vh;
}

.section_introduction1, .section_staff, .section_introduction2, .section_representative, .section_recruit, .section_instagram {
  padding-top: 100px;
  padding-bottom: 200px;
  min-height: 100vh;
}

.section_introduction1 .section__header, .section_staff .section__header, .section_introduction2 .section__header, .section_representative .section__header, .section_recruit .section__header, .section_instagram .section__header {
  padding-bottom: 100px;
  text-align: center;
}

.section_introduction1 .section__header--title span, .section_staff .section__header--title span, .section_introduction2 .section__header--title span, .section_representative .section__header--title span, .section_recruit .section__header--title span, .section_instagram .section__header--title span {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #77ADDB));
  background: -webkit-linear-gradient(transparent 60%, #77ADDB 60%);
  background: linear-gradient(transparent 60%, #77ADDB 60%);
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
}

.section_introduction1 .section__header--subtitle, .section_staff .section__header--subtitle, .section_introduction2 .section__header--subtitle, .section_representative .section__header--subtitle, .section_recruit .section__header--subtitle, .section_instagram .section__header--subtitle {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .section_introduction1, .section_staff, .section_introduction2, .section_representative, .section_recruit, .section_instagram {
    padding-bottom: 50px;
  }
  .section_introduction1 .section__header, .section_staff .section__header, .section_introduction2 .section__header, .section_representative .section__header, .section_recruit .section__header, .section_instagram .section__header {
    padding-bottom: 30px;
  }
}

.section_introduction1 .section__body .article {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
}

.section_introduction1 .section__body .article__content {
  padding-left: 45px !important;
}

.section_introduction1 .section__body .article__content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section_introduction1 .section__body .article__content--label {
  background-color: #77ADDB;
  color: #ffffff;
  width: 150px;
  padding: 10px;
  text-align: center;
}

.section_introduction1 .section__body .article__content--label span::before {
  content: "#";
}

.section_introduction1 .section__body .article__content--title {
  font-size: 1.5rem;
  margin-top: 30px;
  font-weight: bold;
}

.section_introduction1 .section__body .article__content--desc {
  font-size: 0.9375rem;
  margin-top: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .section_introduction1 .section__body .article {
    padding: 5vw 5vw 15vw;
  }
  .section_introduction1 .section__body .article__content {
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
    position: relative;
  }
  .section_introduction1 .section__body .article__content--label {
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
  }
  .section_introduction1 .section__body .article__content--title {
    font-size: 1.3rem;
    margin-top: 40px;
    text-align: center;
  }
  .section_introduction1 .section__body .article__content--desc {
    font-size: 0.9rem;
    margin-top: 20px;
  }
}

.section_staff .section__body .article {
  background-color: #ffffff;
  padding: 45px;
  margin-bottom: 15px;
}

.section_staff .section__body .article__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.section_staff .section__body .article__header--image {
  width: 100px;
  height: 100px;
  border-radius: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_staff .section__body .article__header--name_eng {
  font-size: 0.75rem;
}

.section_staff .section__body .article__header--role {
  font-size: 0.75rem;
}

.section_staff .section__body .article__header--name {
  font-size: 1.125rem;
  font-weight: bold;
}

.section_staff .section__body .article__header--joined_date {
  font-size: 0.75rem;
}

.section_staff .section__body .article__body {
  margin-top: 50px;
}

.section_staff .section__body .article__body--content:not(:last-child) {
  border-bottom: 1px solid #E3E7EB;
}

.section_staff .section__body .article__body .question__content--question {
  padding: 30px 0;
  color: #77ADDB;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}

.section_staff .section__body .article__body .question__content--question::before {
  content: "Q";
}

.section_staff .section__body .article__body .question__content--question::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000000 2px solid;
  border-right: #000000 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.section_staff .section__body .article__body .question__content--answer {
  padding: 30px 0;
  line-height: 2;
  border-top: 1px solid #E3E7EB;
  display: none;
}

.section_staff .section__body .article__body .show .question__content--question::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section_staff .section__body .article__body .show .question__content--answer {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .section_staff .section__body .article {
    padding: 20px 15px;
  }
  .section_staff .section__body .article__header--content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
  }
  .section_staff .section__body .article__header--role {
    font-size: 0.75rem;
  }
  .section_staff .section__body .article__header--name {
    font-size: 1.35rem;
    line-height: 1.35rem;
  }
  .section_staff .section__body .article__header--joined_date {
    background-color: #77ADDB;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
  }
  .section_staff .section__body .article__body {
    margin-top: 10px;
  }
  .section_staff .section__body .article__body .question__content--question {
    font-size: 1rem;
  }
  .section_staff .section__body .article__body .question__content--answer {
    font-size: 0.9rem;
  }
}

.section_introduction2 .section__body .article {
  background-color: #ffffff;
  padding: 45px;
  margin-bottom: 15px;
}

.section_introduction2 .section__body .article__content--title {
  font-size: 1.5rem;
}

.section_introduction2 .section__body .article__content--desc {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .section_introduction2 .section__body .article {
    padding: 30px 25px;
  }
  .section_introduction2 .section__body .article__content--title {
    font-size: 1.35rem;
  }
  .section_introduction2 .section__body .article__content--desc {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.9rem;
  }
}

.section_representative .section__body .article__content--image {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #ffffff 50%);
}

.section_representative .section__body .article__content--image div {
  height: 300px;
  width: 300px;
  border-radius: 150px;
  background-position: center;
  background-size: cover;
  margin: auto;
}

.section_representative .section__body .article__content--holder {
  background-color: #ffffff;
  padding: 100px 45px;
  margin-bottom: 15px;
  text-align: center;
}

.section_representative .section__body .article__content--title {
  color: #77ADDB;
}

.section_representative .section__body .article__content--name {
  margin-top: 20px;
  font-size: 1.5rem;
}

.section_representative .section__body .article__content--role {
  margin-top: 20px;
  font-size: 0.625rem;
}

.section_representative .section__body .article__content--desc {
  margin-top: 50px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .section_representative .section__body .article__content--image {
    background-color: #ffffff;
    padding-top: 20px;
  }
  .section_representative .section__body .article__content--image div {
    width: 150px;
    height: 150px;
  }
  .section_representative .section__body .article__content--holder {
    padding: 30px 5vw;
  }
  .section_representative .section__body .article__content--title {
    font-size: 1.35rem;
  }
  .section_representative .section__body .article__content--name {
    margin-top: 15px;
    font-size: 1.35rem;
  }
  .section_representative .section__body .article__content--role {
    margin-top: 10px;
    font-size: 1rem;
  }
  .section_representative .section__body .article__content--desc {
    margin-top: 20px;
  }
}

.section_recruit .section__body .division__content {
  background-color: #ffffff;
  padding: 45px;
}

.section_recruit .section__body .division__content--infotitle {
  background-color: #77ADDB;
  height: 50px;
  line-height: 50px;
  font-size: 0.8125rem;
  text-align: center;
  color: #ffffff;
}

.section_recruit .section__body .division__content--holder {
  padding: 20px 0;
}

.section_recruit .section__body .division__content--holder:not(:last-child) {
  border-bottom: 1px solid #ACACAC;
}

.section_recruit .section__body .division__content--title {
  font-size: 0.8125rem;
  font-weight: bold;
}

.section_recruit .section__body .division__content--desc {
  margin-bottom: 0;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .section_recruit .section__body .division__content {
    padding: 15px;
  }
}

/* animation */
.fadein-content {
  visibility: hidden;
}

.fadeIn::after {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  background-color: rgba(0, 0, 0, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes fadeIn {
  0% {
    background-color: white;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */