@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500;700&family=Vollkorn&display=swap");
/*---------------------------------------------
    all
---------------------------------------------*/
body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: .05em; }

@media screen and (min-width: 750px) {
  .u-sp {
    display: none !important; } }
@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important; } }
.wrap {
  margin: auto;
  position: relative;
  overflow: clip;
  background: #fff;
  font-size: 1.6rem; }
  @media screen and (min-width: 750px) {
    .wrap {
      min-width: 1280px; } }
  @media screen and (max-width: 750px) {
    .wrap {
      font-size: 4.2vw; } }

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif; }

.mincho {
  font-family: 'Noto Serif JP', serif; }

.en {
  font-family: 'Vollkorn', serif; }

.inner {
  margin: auto;
  position: relative; }
  @media screen and (min-width: 750px) {
    .inner {
      max-width: 1060px; } }
  @media screen and (max-width: 750px) {
    .inner {
      max-width: 90vw; } }

main {
  display: block;
  position: relative;
  z-index: 1; }
  main.mainDetail {
    margin-top: 100px; }
    @media screen and (max-width: 750px) {
      main.mainDetail {
        margin-top: 18.5vw; } }

/* フェードイン */
.is-fadeIn {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1.0s, transform 1.0s; }

.is-fadeIn.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0); }

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: none; }

/*---------------------------------------------
    header
---------------------------------------------*/
header {
  padding: 15px;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 900px;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.16); }
  @media screen and (max-width: 750px) {
    header {
      padding: 3vw 5vw;
      min-width: 1px; } }

.head_inner {
  max-width: 1280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto; }

.headLogo {
  width: 290px;
  display: block; }
  @media screen and (max-width: 750px) {
    .headLogo {
      width: 42.3vw; } }

@media screen and (min-width: 750px) {
  .headNav {
    display: block !important; } }
@media screen and (max-width: 750px) {
  .headNav {
    display: none;
    position: absolute;
    width: 80vw;
    height: 100vh;
    top: 100%;
    right: 0;
    z-index: 999;
    background: #A08AB9;
    padding: 10vw 5vw; } }

.headNav_inner {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .headNav_inner {
      display: block;
      text-align: center; } }

.headNav_list {
  color: #7B1F71; }
  @media screen and (min-width: 750px) {
    .headNav_list {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 750px) {
    .headNav_list {
      width: 100%;
      color: #fff;
      font-size: 4vw;
      text-align: left;
      border-top: 1px solid #fff;
      margin: 0 0 4vw;
      font-weight: 700; } }
  @media screen and (max-width: 750px) {
    .headNav_list > li {
      padding: 4vw 0;
      border-bottom: 1px solid #fff; } }
  @media screen and (min-width: 750px) {
    .headNav_list > li:not(:last-child) {
      margin: 0 60px 0 0; } }
  @media screen and (max-width: 1180px) {
    .headNav_list > li:not(:last-child) {
      margin: 0 30px 0 0; } }
  @media screen and (max-width: 750px) {
    .headNav_list > li:not(:last-child) {
      margin: 0; } }
  @media screen and (max-width: 750px) {
    .headNav_list > li > a {
      font-weight: 700; } }
  .headNav_list > li > a:hover {
    transition: .4s; }
    @media screen and (min-width: 750px) {
      .headNav_list > li > a:hover {
        color: #7B1F71;
        opacity: 1; } }

.head_close {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 700; }
  .head_close::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: url("../img/common/icon_close.png") no-repeat;
    background-size: contain;
    margin: 0 2vw 0 0; }

.menu_wrap {
  width: 8vw;
  height: 5.3vw;
  cursor: pointer; }

.menu-trigger {
  position: relative; }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  cursor: pointer;
  z-index: 1000; }
  @media screen and (min-width: 750px) {
    .menu-trigger,
    .menu-trigger span {
      display: none; } }

.menu-trigger {
  width: 100%;
  height: 100%; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7B1F71; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%); }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(2.4vw) rotate(-30deg); }

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0; }

.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-2.5vw) rotate(30deg); }

/*---------------------------------------------
    footer
---------------------------------------------*/
footer {
  background: #A689BD;
  padding: 50px 0 10px;
  color: #fff; }
  @media screen and (max-width: 750px) {
    footer {
      padding: 6vw 0 15vw; } }

.foot_logo {
  width: 432px;
  margin: 0 auto 45px; }
  @media screen and (max-width: 750px) {
    .foot_logo {
      width: 57.6vw;
      margin: 0 auto 6.6vw; } }

.foot_logo_tit {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .foot_logo_tit {
      font-size: 5vw;
      margin: 0 0 2.6vw; } }

.foot_sitemap {
  margin: 0 0 15px; }
  @media screen and (max-width: 750px) {
    .foot_sitemap {
      margin: 0 0 6.6vw;
      font-size: 4vw; } }
  .foot_sitemap .inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 0 80px; }
    @media screen and (max-width: 750px) {
      .foot_sitemap .inner {
        display: block;
        padding: 0;
        border-bottom: none;
        max-width: 100%; } }

.foot_sitemapList {
  font-weight: 700; }
  .foot_sitemapList > li:not(:last-child) {
    margin: 0 0 40px; }
    @media screen and (max-width: 750px) {
      .foot_sitemapList > li:not(:last-child) {
        margin: 0; } }
  @media screen and (min-width: 750px) {
    .foot_sitemapList > li > a {
      padding-left: 1.4em;
      text-indent: -1.4em;
      display: inline-block; } }
  @media screen and (max-width: 750px) {
    .foot_sitemapList > li > a {
      display: block; } }
  .foot_sitemapList > li > a::before {
    content: "＞";
    width: 1.4em;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    vertical-align: top; }
  .foot_sitemapList a {
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      .foot_sitemapList a {
        padding: 4vw 5vw;
        display: flex;
        border-bottom: 1px solid #fff; } }
  .foot_sitemapList .insta {
    display: inline-flex;
    align-items: center;
    text-indent: 0;
    font-weight: 700; }
    .foot_sitemapList .insta::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url("../img/common/insta_icon.svg") no-repeat;
      background-size: contain;
      margin: 2px 8px 0 0;
      text-indent: 0; }
      @media screen and (max-width: 750px) {
        .foot_sitemapList .insta::before {
          width: 4.8vw;
          height: 4.8vw;
          margin: 0.5vw 2vw 0 0; } }

@media screen and (min-width: 750px) {
  .foot_sitemapList_subList {
    line-height: 1.75;
    font-size: 1.4rem;
    margin: 15px 0 0; } }
@media screen and (min-width: 750px) {
  .foot_sitemapList_subList li:not(:last-child) {
    margin: 0 0 5px; } }
@media screen and (min-width: 750px) {
  .foot_sitemapList_subList a {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-flex; } }
.foot_sitemapList_subList a::before {
  content: "・";
  width: 1em;
  display: inline-block;
  text-indent: 0;
  text-align: center;
  flex-shrink: 0; }
.foot_sitemapList_subList a p {
  text-indent: 0; }

.foot_institution {
  display: flex;
  margin: 20px 0 0; }
  @media screen and (min-width: 750px) {
    .foot_institution {
      white-space: nowrap; } }
  @media screen and (max-width: 750px) {
    .foot_institution {
      display: block;
      margin: 0; }
      .foot_institution .foot_sitemapList_subList {
        font-size: 3.46vw;
        font-weight: 500;
        letter-spacing: normal;
        background: rgba(123, 31, 113, 0.3); } }

.foot_institution_box {
  margin: 0 0 0 50px; }
  @media screen and (max-width: 750px) {
    .foot_institution_box {
      margin: 0; } }

.foot_institution_content:not(:last-child) {
  margin: 0 0 25px; }
  @media screen and (max-width: 750px) {
    .foot_institution_content:not(:last-child) {
      margin: 0; } }

.foot_institution_tit {
  border-bottom: 1px solid #fff;
  padding: 0 25px 3px 0;
  margin: 0 0 5px;
  position: relative;
  font-weight: 700; }
  .foot_institution_tit span {
    font-weight: 700; }
  @media screen and (max-width: 750px) {
    .foot_institution_tit {
      padding: 4vw 5vw;
      display: block;
      border-bottom: 1px solid #fff;
      margin: 0; } }

.foot_senior_flex {
  width: 310px; }
  @media screen and (max-width: 750px) {
    .foot_senior_flex {
      display: block;
      width: auto; } }
  .foot_senior_flex .foot_sitemapList_subList {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 750px) {
      .foot_senior_flex .foot_sitemapList_subList {
        justify-content: space-between; }
        .foot_senior_flex .foot_sitemapList_subList li {
          width: 45%; }
          .foot_senior_flex .foot_sitemapList_subList li:nth-child(odd) {
            margin: 0 26px 0 0; } }
    @media screen and (max-width: 750px) {
      .foot_senior_flex .foot_sitemapList_subList {
        display: flex;
        flex-wrap: wrap; }
        .foot_senior_flex .foot_sitemapList_subList li {
          width: 50%; }
          .foot_senior_flex .foot_sitemapList_subList li:nth-child(even) {
            border-left: 1px solid #fff; }
          .foot_senior_flex .foot_sitemapList_subList li:last-child:not(:nth-child(even)) {
            width: 100%; } }

.plus-icon {
  display: inline-block;
  line-height: 1;
  width: 6vw;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 5vw;
  top: 50%; }
  .plus-icon.-active::before {
    opacity: 0;
    transform: rotate(0deg); }
  .plus-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(90deg);
    transition: .4s; }

@media screen and (min-width: 750px) {
  .foot_institution_slide {
    display: block !important; } }
@media screen and (max-width: 750px) {
  .foot_institution_slide {
    display: none; } }

.foot_txt {
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 15px; }
  @media screen and (max-width: 750px) {
    .foot_txt {
      margin: 0 0 8vw;
      font-size: 3.2vw;
      line-height: 1.8; } }

.copyright {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: .2em; }
  @media screen and (max-width: 750px) {
    .copyright {
      font-size: 3.46vw; } }

.flowList {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50; }
  @media screen and (max-width: 750px) {
    .flowList {
      transform: none;
      top: auto;
      bottom: 0;
      display: flex;
      width: 100%; } }
  .flowList li {
    width: 60px;
    height: 220px; }
    @media screen and (max-width: 750px) {
      .flowList li {
        width: 50%;
        height: 12.6vw; } }
    .flowList li:not(:last-child) {
      margin: 0 0 25px; }
      @media screen and (max-width: 750px) {
        .flowList li:not(:last-child) {
          margin: 0; } }
  .flowList a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 20px 0 0 20px;
    height: 100%; }
    @media screen and (max-width: 750px) {
      .flowList a {
        border-radius: 0;
        flex-direction: row; } }
    .flowList a.-recruit {
      background: #669DD5; }
      .flowList a.-recruit .flowList_img {
        width: 24px; }
        @media screen and (max-width: 750px) {
          .flowList a.-recruit .flowList_img {
            width: 3.2vw; } }
    .flowList a.-contact {
      background: #7B1F71; }
      .flowList a.-contact .flowList_img {
        width: 26px; }
        @media screen and (max-width: 750px) {
          .flowList a.-contact .flowList_img {
            width: 4.5vw; } }

.flowList_tit {
  font-size: 2rem;
  letter-spacing: .15em; }
  @media screen and (min-width: 750px) {
    .flowList_tit {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; } }
  @media screen and (max-width: 750px) {
    .flowList_tit {
      font-size: 4vw;
      letter-spacing: .1em; } }

.flowList_img {
  margin: 0 0 12px; }
  @media screen and (max-width: 750px) {
    .flowList_img {
      margin: 0 2vw 0 0;
      line-height: 1; } }
