@charset "UTF-8";
.ind p, .ind li, .ind table, .ind dl {
  font-family: "Noto Sans JP", serif;
  color: #444; }
.ind a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.ind-hero {
  height: calc(100vh - 150px);
  background-size: cover;
  background-position: center;
  margin-left: 6vw;
  position: relative;
  border-radius: 6vw 0 0 0; }
  .ind-hero .-msg {
    position: absolute;
    left: -4.5vw;
    bottom: 12vh;
    text-align: left; }
    .ind-hero .-msg p {
      background: #fff;
      font-size: 1.875rem;
      font-weight: bold;
      padding: 1rem;
      margin-top: 0.5rem;
      display: inline-block;
      line-height: 1.25; }
  @media screen and (max-width: 960px) {
    .ind-hero {
      height: 94vw;
      margin-left: 5vw; }
      .ind-hero .-msg {
        bottom: 3vw; }
        .ind-hero .-msg p {
          font-size: 1.5rem; } }

.ind-box {
  margin: 0 auto;
  width: 90%;
  max-width: 1360px; }
  .ind-box.-bi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ind-box.-bi > div {
      width: 45%; }
  @media screen and (max-width: 960px) {
    .ind-box.-bi {
      display: block; }
      .ind-box.-bi > div {
        width: 100%; } }

.ind-hl {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem; }
  .ind-hl span {
    font-family: "Bellefair", serif;
    line-height: 1;
    font-size: 7.5rem;
    color: rgba(0, 0, 0, 0.05);
    /*display: block;*/ }
  .ind-hl h2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0;
    color: #333;
    margin-top: -2.5rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500; }
  @media screen and (max-width: 1440px) {
    .ind-hl span {
      font-size: 6rem; }
    .ind-hl h2 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 960px) {
    .ind-hl span {
      font-size: 3.75rem; }
    .ind-hl h2 {
      font-size: 1.5rem;
      margin-top: -1.5rem; } }

.ind-more {
  text-align: right; }
  .ind-more a {
    font-family: "Bellefair", serif;
    font-size: 1.875rem;
    font-weight: 200;
    color: #333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ind-more a::after {
      content: 'Ｌ';
      font-family: 'Icons';
      font-size: 0.9rem;
      margin-left: 1rem;
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .ind-more a:hover {
    opacity: 0.5; }
    .ind-more a:hover::after {
      transform: translateX(0.5rem); }
  .ind-hl .ind-more {
    position: absolute;
    bottom: -0.5rem;
    right: 0; }
  @media screen and (max-width: 960px) {
    .ind-more a {
      font-size: 1.5rem; } }

.ind-news {
  text-align: left;
  /*
  li {border-bottom:1px dashed #666;
      b {display: inline-block;background:#808080;font-size:0.8rem;text-align: center;line-height:30px;width:90px;color:#fff;margin-right:1rem;}
      &.cate01 b {background:$ColorR;}//イベント
      &.cate02 b {background:#32364F;}//
      &.cate03 b {background:#82C17B;}//採用
      p {margin:0.5rem 0;}
      a {display: block;padding:1.7rem 0;
          &:hover {opacity:0.5;}
      }
  }
  */ }
  .ind-news ul {
    border-top: 1px solid #333; }
  .ind-news li {
    margin: 0px;
    padding: 1.5rem 0;
    border-bottom: 1px dashed #666; }
    .ind-news li .li_category {
      margin-bottom: 0.5rem; }
      .ind-news li .li_category .li_mark {
        display: inline-block;
        width: 8rem;
        color: #000;
        text-align: center;
        background: #808080;
        font-size: 0.8rem;
        padding: 0.5rem;
        margin-bottom: 0.1rem; }
        .ind-news li .li_category .li_mark--shingaku {
          background: #32364F;
          color: #fff; }
        .ind-news li .li_category .li_mark--event {
          background: #892157;
          color: #fff; }
        .ind-news li .li_category .li_mark--seminar {
          background: #59a051;
          color: #fff; }
        .ind-news li .li_category .li_mark--zaigakusei {
          background: #59a051;
          color: #fff; }
      .ind-news li .li_category br {
        display: none; }
    .ind-news li .li_news_content {
      font-size: 1rem;
      line-height: 1.75; }
    .ind-news li a {
      text-decoration: underline; }

.ind-banner {
  text-align: right; }
  .ind-banner img {
    max-width: 100%; }
  .ind-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1%; }
  .ind-banner li {
    width: 48%;
    margin: 1%; }
    .ind-banner li.-full {
      width: 100%; }
  .ind-banner a:hover {
    opacity: 0.5; }
  .ind-banner a::after {
    display: none; }
  @media screen and (max-width: 960px) {
    .ind-banner {
      text-align: left; }
      .ind-banner ul {
        margin: -0.5%; }
      .ind-banner li {
        width: 24%;
        margin: 0.5%; }
        .ind-banner li.-full {
          width: 49%; } }
  @media screen and (max-width: 560px) {
    .ind-banner ul {
      margin: -1%; }
    .ind-banner li {
      width: 48%;
      margin: 1%; }
      .ind-banner li.-full {
        width: 100%; } }

.ind-mission {
  background: #FFFAEE;
  margin-top: 12rem;
  margin-right: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding-bottom: 6rem;
  border-radius: 0 6vw 0 0; }
  .ind-mission img {
    max-width: 100%; }
  .ind-mission > div {
    margin-top: -4rem; }
  .ind-mission .-hero {
    width: 32%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: right center; }
  .ind-mission .-doc {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ind-mission .-doc__img {
      width: 28%; }
      .ind-mission .-doc__img figure {
        margin: 0 0 3% 3%; }
    .ind-mission .-doc__txt {
      width: 72%; }
      .ind-mission .-doc__txt p {
        border-top: 1px solid #333;
        padding-left: 12%;
        font-size: 1.06rem;
        line-height: 2;
        padding-right: 6%;
        margin-right: 6%;
        padding-top: 3rem; }
  .ind-mission .ind-hl {
    margin-left: 12%;
    padding-right: 12%;
    margin-top: 0;
    margin-bottom: 0; }
    .ind-mission .ind-hl span {
      margin-left: -0.75vw; }
    .ind-mission .ind-hl h2 {
      position: relative;
      top: auto;
      margin: 0;
      padding: 3rem 0; }
  .ind-mission .ind-more {
    margin-right: 12%; }
  @media screen and (max-width: 1440px) {
    .ind-mission .-hero {
      width: 45%;
      background-position: center; }
    .ind-mission .-doc {
      width: 55%;
      flex-flow: column-reverse; }
      .ind-mission .-doc__img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 12%;
        margin-top: 3rem; }
        .ind-mission .-doc__img figure {
          width: 50%;
          margin: 0; }
      .ind-mission .-doc__txt {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .ind-mission {
      margin-top: 6rem;
      margin-right: 5vw; }
      .ind-mission > div {
        margin-top: 0; }
      .ind-mission .-hero {
        width: 100%;
        aspect-ratio: 2 / 1;
        border-radius: 0 6vw 0 0; }
      .ind-mission .-doc {
        width: 100%; }
        .ind-mission .-doc__txt p {
          margin-top: 2rem;
          padding-top: 2rem; }
      .ind-mission .ind-hl {
        margin-top: 2rem; }
        .ind-mission .ind-hl span {
          text-align: right;
          display: block; }
        .ind-mission .ind-hl h2 {
          padding: 1rem 0;
          padding: 0;
          margin-top: -1.5rem; } }
  @media screen and (max-width: 560px) {
    .ind-mission .-doc__img {
      padding: 0 6%; }
    .ind-mission .-doc__txt p {
      padding-left: 6%;
      padding-right: 0px; }
    .ind-mission .ind-hl {
      margin-left: 6%;
      padding-right: 6%; } }

.ind-dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ind-dept img {
    max-width: 100%; }
  .ind-dept > div.ind-hl {
    width: 100%;
    margin-bottom: 6rem; }
  .ind-dept > div:not(.ind-hl) {
    width: 30.333%;
    margin: 0 1.5%;
    margin-bottom: 4rem; }
    .ind-dept > div:not(.ind-hl) figure {
      padding: 20px;
      background: #ccc;
      padding-top: 0px; }
      .ind-dept > div:not(.ind-hl) figure span {
        display: inline-block;
        margin-top: -20px;
        vertical-align: bottom; }
    .ind-dept > div:not(.ind-hl) dl {
      text-align: left;
      margin-bottom: 1rem; }
    .ind-dept > div:not(.ind-hl) dt {
      font-size: 1.4rem;
      margin: 1.75rem 0; }
    .ind-dept > div:not(.ind-hl) dd {
      font-size: 1.06rem;
      line-height: 1.5; }
  @media screen and (max-width: 960px) {
    .ind-dept {
      margin: 0 -3%; }
      .ind-dept > div:not(.ind-hl) figure {
        padding: 10px; } }
  @media screen and (max-width: 560px) {
    .ind-dept {
      display: block;
      margin: 0; }
      .ind-dept > div:not(.ind-hl) {
        width: 100%;
        margin: 0px;
        margin-bottom: 4rem; }
        .ind-dept > div:not(.ind-hl) figure {
          padding: 10px;
          padding-top: 0px; }
          .ind-dept > div:not(.ind-hl) figure span {
            aspect-ratio: 2 / 1;
            overflow: hidden;
            vertical-align: bottom;
            margin-top: -10px; }
            .ind-dept > div:not(.ind-hl) figure span img {
              transform: translateY(-15%); } }

.ind-insta {
  background: #FFFAEE;
  margin-top: 3rem;
  margin-left: 6vw;
  padding-bottom: 6rem;
  border-radius: 6vw 0 0 0;
  padding-top: 3rem; }
  .ind-insta .ind-more {
    margin: -4rem 0 3rem; }
  @media screen and (max-width: 960px) {
    .ind-insta {
      padding-top: 1rem; } }
  @media screen and (max-width: 560px) {
    .ind-insta {
      padding-bottom: 3rem;
      padding-top: 0.1rem; }
      .ind-insta .ind-more {
        margin-bottom: 2rem;
        display: none; } }

.ind-insta__hl {
  padding-right: 6vw; }
  @media screen and (max-width: 960px) {
    .ind-insta__hl {
      padding-right: 5vw; } }

.ind-insta__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: translateX(-3vw);
  max-width: 1920px;
  margin: 0 auto; }
  .ind-insta__posts a::after {
    display: none !important; }
  .ind-insta__posts > div {
    width: 16.666%; }
    .ind-insta__posts > div a {
      display: block;
      overflow: hidden; }
      .ind-insta__posts > div a:hover figure {
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
    .ind-insta__posts > div figure {
      overflow: hidden;
      position: relative;
      display: block;
      width: 100%;
      aspect-ratio: 1 / 1;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .ind-insta__posts > div figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
  @media screen and (max-width: 960px) {
    .ind-insta__posts > div {
      width: 25%; } }
  @media screen and (max-width: 560px) {
    .ind-insta__posts > div {
      width: 33.333%; } }

.ind-insta__mark {
  display: none;
  padding-right: 6vw;
  margin-top: 2rem; }
  .ind-insta__mark a::after {
    display: none !important; }
  .ind-insta__mark img {
    width: 30px; }
  @media screen and (max-width: 560px) {
    .ind-insta__mark {
      display: block; } }

.iv {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
  transform: translateY(2rem) scale(1); }
  @media screen and (max-width: 960px) {
    .iv {
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
      transition: all 1s ease;
      transform: translateY(1rem) scale(1); } }
  @media screen and (max-width: 560px) {
    .iv {
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease;
      transform: translateY(0.75rem) scale(1); } }
  .iv.is-in {
    opacity: 1;
    transform: translateY(0px) scale(1); }

.iv2 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
  transform: translateX(-4vw) scale(1); }
  .iv2.is-in {
    opacity: 1;
    transform: translateX(0px) scale(1); }
