@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------
    common
---------------------------------------------*/
.top_sec_titArea {
  margin: 0 0 25px; }
  @media screen and (max-width: 750px) {
    .top_sec_titArea {
      margin: 0 0 2.6vw; } }

.top_sec_subTit {
  margin: 0 0 10px;
  color: #669DD5; }
  @media screen and (max-width: 750px) {
    .top_sec_subTit {
      margin: 0 0 2vw;
      font-size: 3.2vw; } }

.top_secTit {
  color: #7B1F71;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: .1em; }
  @media screen and (max-width: 750px) {
    .top_secTit {
      font-size: 6vw; } }

.top_sec_txt {
  line-height: 2; }
  @media screen and (max-width: 750px) {
    .top_sec_txt {
      line-height: 1.75; } }

/*---------------------------------------------
    kv
---------------------------------------------*/
.top_kv {
  min-height: 100vh;
  position: relative;
  display: flex;
  padding: 250px 0 70px; }
  @media screen and (max-width: 750px) {
    .top_kv {
      min-height: 1px;
      padding: 0;
      display: block; } }

.top_kv_imgList {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 2s linear; }
  @media screen and (max-width: 750px) {
    .top_kv_imgList {
      height: 100vh;
      position: relative; } }
  .top_kv_imgList::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.1);
    position: absolute;
    left: 0;
    top: 0; }
  .top_kv_imgList.slick-initialized {
    opacity: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.top_kv_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%; }

.top_kv_img01 {
  background-image: url("../img/top/kv_img01.jpg"); }

.top_kv_img02 {
  background-image: url("../img/top/kv_img02.jpg"); }

.top_kv_img03 {
  background-image: url("../img/top/kv_img03.jpg"); }

.slick-track,
.slick-list {
  width: 100%;
  height: 100%; }

@keyframes zoomout {
  0% {
    transform: scale(1.6); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
.zoom-out {
  animation: zoomout 15s 0s forwards; }

.top_kv_content {
  max-width: 1280px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin: auto auto 0; }
  @media screen and (max-width: 750px) {
    .top_kv_content {
      position: static;
      padding: 6.6vw 5vw 15vw; } }

.top_kv_inner {
  width: 96%;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .top_kv_inner {
      width: 100%; } }

.top_kv_txtArea {
  margin: 0 0 45px;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .top_kv_txtArea {
      margin: 0;
      position: absolute;
      text-align: left;
      top: 58vh;
      left: 5vw;
      z-index: 3; } }

.top_kv_copy {
  text-shadow: 0 0 6px #7B1F71;
  font-size: 8rem;
  margin: 0 0 20px;
  letter-spacing: .1em; }
  @media screen and (max-width: 750px) {
    .top_kv_copy {
      font-size: 10.6vw;
      margin: 0 0 3vw; } }

.top_kv_tit {
  text-shadow: 0 0 6px #7B1F71;
  font-size: 3rem;
  letter-spacing: .1em; }
  @media screen and (max-width: 750px) {
    .top_kv_tit {
      font-size: 4vw; } }

/*---------------------------------------------
    news
---------------------------------------------*/
.top_newsArea {
  padding: 25px 0 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #888888; }
  @media screen and (max-width: 750px) {
    .top_newsArea {
      padding: 6.6vw 5vw 5vw;
      box-shadow: 0 0 5px #888888;
      border-radius: 5px; } }

.top_news_titArea {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #333333;
  margin: 0 0 17px; }
  @media screen and (max-width: 750px) {
    .top_news_titArea {
      padding: 0 0 3.6vw;
      margin: 0 0 7vw; } }

.top_news_tit {
  color: #669DD5;
  font-size: 3rem;
  line-height: 1; }
  @media screen and (max-width: 750px) {
    .top_news_tit {
      font-size: 6.6vw; } }

.top_newsList li:not(:last-child) {
  margin: 0 0 16px; }
  @media screen and (max-width: 750px) {
    .top_newsList li:not(:last-child) {
      margin: 0 0 8vw; } }
.top_newsList a {
  display: inline-flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .top_newsList a {
      display: block; } }

.top_newsList_head {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0; }
  @media screen and (max-width: 750px) {
    .top_newsList_head {
      margin: 0 0 1.3vw;
      font-size: 3.46vw; } }

.top_newsList_time {
  margin: 0 20px 0 0; }
  @media screen and (max-width: 750px) {
    .top_newsList_time {
      margin: 0 2vw 0 0; } }

.top_newsList_category {
  padding: 0 15px;
  border: 1px solid #669DD5;
  color: #669DD5; }
  @media screen and (max-width: 750px) {
    .top_newsList_category {
      padding: 0 2.6vw; } }

/*---------------------------------------------
    about
---------------------------------------------*/
.top_sec.-about {
  text-align: center;
  padding: 120px 0 80px;
  background: url("../img/top/about_bg.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    .top_sec.-about {
      padding: 8vw 0 18vw; } }
  @media screen and (max-width: 750px) {
    .top_sec.-about .top_sec_titArea {
      margin: 0 0 5vw; } }
  .top_sec.-about .top_sec_subTit {
    color: #333333;
    margin: 0 0 25px; }
    @media screen and (max-width: 750px) {
      .top_sec.-about .top_sec_subTit {
        margin: 0 0 6vw; } }
  .top_sec.-about .linkBtn {
    margin: 0 auto 45px; }
    @media screen and (max-width: 750px) {
      .top_sec.-about .linkBtn {
        margin: 0 auto 6.6vw; } }

.top_aboutList {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 50px; }
  @media screen and (max-width: 750px) {
    .top_aboutList {
      display: block;
      margin: 8vw auto;
      width: 68vw; } }
  .top_aboutList li {
    width: 30%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.16); }
    @media screen and (max-width: 750px) {
      .top_aboutList li {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); }
        .top_aboutList li:not(:last-child) {
          margin: 0 0 4.6vw; } }
  .top_aboutList .top_aboutList_inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 10px 40px;
    flex-direction: column; }
    @media screen and (max-width: 750px) {
      .top_aboutList .top_aboutList_inner {
        padding: 7vw 3vw;
        display: block; } }

.top_aboutList_titArea {
  margin: 0 0 25px;
  color: #669DD5; }
  @media screen and (max-width: 750px) {
    .top_aboutList_titArea {
      margin: 0 0 3vw; } }

.top_aboutList_subTit {
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .top_aboutList_subTit {
      margin: 0 0 2.6vw;
      font-size: 3.2vw; } }

.top_aboutList_tit {
  font-size: 3rem; }
  @media screen and (max-width: 750px) {
    .top_aboutList_tit {
      font-size: 6.6vw; } }

.top_aboutList_txtArea {
  margin: auto 0; }

.top_aboutList_minTit {
  display: inline-block;
  background: #B99966;
  border-radius: 100px;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 5px; }
  @media screen and (max-width: 750px) {
    .top_aboutList_minTit {
      display: block;
      padding: 0;
      margin: 0 0 2.6vw; } }

@media screen and (max-width: 750px) {
  .top_aboutList_txt {
    font-size: 3.43vw; } }

.top_aboutList_btn {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  border-bottom: 1px solid #7B1F71;
  color: #7B1F71;
  padding: 25px 0 5px;
  margin: auto 0 0; }
  @media screen and (max-width: 750px) {
    .top_aboutList_btn {
      font-size: 4vw;
      padding: 6vw 0 1vw; } }
  .top_aboutList_btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/common/arrow_p.svg") no-repeat;
    background-size: contain;
    margin: 0 0 0 15px; }
    @media screen and (max-width: 750px) {
      .top_aboutList_btn::after {
        width: 3.3vw;
        height: 3.3vw;
        margin: 0 0 0 5.3vw; } }

/*---------------------------------------------
    community
---------------------------------------------*/
.top_sec.-community {
  padding: 160px 0 110px;
  margin: 0 0 240px; }
  @media screen and (max-width: 750px) {
    .top_sec.-community {
      padding: 0;
      margin: 12vw 0 2.6vw; } }
  @media screen and (min-width: 750px) {
    .top_sec.-community .top_sec_txt {
      margin: 0 0 30px;
      font-size: 2rem; } }
  @media screen and (max-width: 750px) {
    .top_sec.-community .linkBtn {
      margin: 6.6vw auto 0; } }

.top_community_img {
  width: 790px;
  margin: 0 0 0 -110px;
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.5s 1 normal;
  -webkit-animation: fadeIn 2s ease-in-out 0.5s 1 normal;
  animation-fill-mode: forwards; }
  @media screen and (max-width: 750px) {
    .top_community_img {
      width: 94vw;
      margin: 0 0 0 -5vw; } }

.top_community_content {
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.16);
  padding: 40px 45px 50px;
  position: absolute;
  right: 0;
  bottom: -110px; }
  @media screen and (max-width: 750px) {
    .top_community_content {
      position: relative;
      bottom: 22vw;
      right: -1vw;
      width: 94vw;
      padding: 4.8vw 5.3vw 6.6vw;
      box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); } }

/*---------------------------------------------
    recruit
---------------------------------------------*/
.top_sec.-recruit {
  position: relative;
  margin: 0 0 300px; }
  @media screen and (max-width: 750px) {
    .top_sec.-recruit {
      margin: 0 0 30vw; } }
  .top_sec.-recruit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 360px;
    background-color: #ECF4FB;
    transform: skewY(-7deg);
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .top_sec.-recruit::after {
        height: 100vw;
        transform: skewY(-18deg);
        top: 15%; } }
  @media screen and (min-width: 750px) {
    .top_sec.-recruit .top_sec_titArea {
      margin: 0 0 75px; } }
  .top_sec.-recruit .top_secTit {
    color: #333333; }
  .top_sec.-recruit .linkBtn {
    margin: 55px 0 0;
    background: #fff;
    border: 1px solid #669DD5;
    color: #669DD5;
    justify-content: center; }
    @media screen and (max-width: 750px) {
      .top_sec.-recruit .linkBtn {
        margin: 6.6vw auto 0; } }
    .top_sec.-recruit .linkBtn::after {
      background-image: url("../img/common/arrow_bl.svg");
      margin: 0 0 0 15px; }
      @media screen and (max-width: 750px) {
        .top_sec.-recruit .linkBtn::after {
          margin: 0;
          position: absolute;
          right: 5.3vw;
          top: 50%;
          transform: translateY(-50%); } }

.top_recruit_content {
  width: 520px; }
  @media screen and (max-width: 750px) {
    .top_recruit_content {
      width: 100%; } }

.top_recruit_img {
  position: absolute;
  width: 520px;
  z-index: 1;
  right: 0;
  bottom: 10px; }
  @media screen and (max-width: 750px) {
    .top_recruit_img {
      position: relative;
      bottom: auto;
      width: 100%;
      margin: 0 0 8vw; } }
  .top_recruit_img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #669DD5;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1; }
    @media screen and (max-width: 750px) {
      .top_recruit_img::after {
        left: 2.6vw;
        top: 2.6vw; } }

/*---------------------------------------------
    sns
---------------------------------------------*/
.top_sec.-sns {
  margin: 0 0 360px; }
  @media screen and (max-width: 750px) {
    .top_sec.-sns {
      margin: 0 0 18vw; } }
  .top_sec.-sns .linkBtn {
    margin: auto 0 0; }
    @media screen and (max-width: 750px) {
      .top_sec.-sns .linkBtn {
        margin: auto; } }

.top_snsList {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    .top_snsList {
      display: block; } }
  .top_snsList li {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .top_snsList li {
        display: block; } }
    .top_snsList li:not(:last-child) {
      margin: 0 130px 0 0; }
      @media screen and (max-width: 750px) {
        .top_snsList li:not(:last-child) {
          margin: 0 0 17vw; } }
  @media screen and (max-width: 750px) {
    .top_snsList .linkBtn {
      width: 67vw;
      padding: 3.2vw 8vw; } }

.top_sns_content_tit {
  margin: auto auto 20px; }
  @media screen and (max-width: 750px) {
    .top_sns_content_tit {
      margin: 0 auto 5vw; } }
  .top_sns_content_tit.-insta {
    width: 328px;
    position: relative; }
    @media screen and (max-width: 750px) {
      .top_sns_content_tit.-insta {
        width: 61vw; } }
    .top_sns_content_tit.-insta::after {
      content: "";
      display: block;
      width: 282px;
      height: 72px;
      background: url("../img/top/check.svg") no-repeat;
      background-size: contain;
      position: absolute;
      left: -5%;
      top: -10%;
      transform: translate(-50%, -50%) rotate(-11deg); }
      @media screen and (max-width: 750px) {
        .top_sns_content_tit.-insta::after {
          width: 51.8vw;
          height: 13vw;
          top: -10.9vw;
          left: -20vw;
          transform: rotate(-11deg); } }
  .top_sns_content_tit.-blog {
    width: 282px; }
    @media screen and (max-width: 750px) {
      .top_sns_content_tit.-blog {
        width: 53vw; } }

.top_sns_content_txt {
  margin: 0 0 40px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .top_sns_content_txt {
      margin: 0 0 5.3vw; } }

.top_sns_gallary {
  background: #E4E4E4;
  height: 290px;
  position: relative;
  top: -40px; }
  @media screen and (max-width: 750px) {
    .top_sns_gallary {
      height: 25.6vw;
      margin: 40vw 0 0;
      position: static; } }

.top_sns_gallary_inner {
  width: 1920px;
  margin: auto;
  position: absolute;
  left: 50%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 750px) {
    .top_sns_gallary_inner {
      position: relative;
      width: 100%;
      transform: none;
      top: auto;
      left: auto; } }

.top_sns_gallaryList {
  opacity: 0;
  animation: fadeIn 2s ease-in-out 0.5s 1 normal;
  -webkit-animation: fadeIn 2s ease-in-out 0.5s 1 normal;
  animation-fill-mode: forwards; }
  .top_sns_gallaryList li {
    position: absolute; }
    .top_sns_gallaryList li:nth-child(1) {
      width: 156px;
      left: 0;
      top: -60px; }
    .top_sns_gallaryList li:nth-child(2) {
      width: 114px;
      left: 158px;
      top: 236px; }
    .top_sns_gallaryList li:nth-child(3) {
      width: 166px;
      left: 244px;
      top: 39px; }
    .top_sns_gallaryList li:nth-child(4) {
      width: 360px;
      left: 482px;
      top: 103px; }
      @media screen and (max-width: 750px) {
        .top_sns_gallaryList li:nth-child(4) {
          width: 34vw;
          left: 2.6vw;
          top: auto;
          bottom: 13.8vw;
          z-index: 4; } }
    .top_sns_gallaryList li:nth-child(5) {
      width: 196px;
      left: 914px;
      top: 175px; }
      @media screen and (max-width: 750px) {
        .top_sns_gallaryList li:nth-child(5) {
          width: 18.6vw;
          left: 30vw;
          top: 9vw; } }
    .top_sns_gallaryList li:nth-child(6) {
      width: 134px;
      right: 600px;
      top: 218px; }
      @media screen and (max-width: 750px) {
        .top_sns_gallaryList li:nth-child(6) {
          width: 12.6vw;
          right: 40vw;
          top: auto;
          bottom: 21.3vw; } }
    .top_sns_gallaryList li:nth-child(7) {
      width: 160px;
      right: 430px;
      top: 95px; }
      @media screen and (max-width: 750px) {
        .top_sns_gallaryList li:nth-child(7) {
          width: 15.2vw;
          right: -3vw;
          top: auto;
          bottom: 45vw;
          z-index: 4; } }
    .top_sns_gallaryList li:nth-child(8) {
      width: 282px;
      right: 102px;
      top: 147px; }
      @media screen and (max-width: 750px) {
        .top_sns_gallaryList li:nth-child(8) {
          width: 26.6vw;
          right: 5.3vw;
          bottom: 23vw;
          top: auto; } }
