@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a {
  color: inherit;
  text-decoration: none; }
  @media screen and (min-width: 769px) {
    a {
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; } }
  a:hover {
    opacity: .7; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important; } }

/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #361BA6;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .2em;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

.f-cormorant {
  font-family: 'Cormorant Garamond', serif; }

/*------------------------------------------
	frame
------------------------------------------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px; } }

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inner {
      padding-left: 15px;
      padding-right: 15px; } }

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  position: absolute;
  z-index: 9990;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1000px;
  padding: 0 138px 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .l-header__logo {
    width: 330px;
    background: #fff; }
    .l-header__logo a {
      width: 100%;
      height: 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .l-header__logo img {
      width: 210px; }
  .l-header__joblist {
    width: 220px;
    margin: 0 0 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: .08em; }
    .l-header__joblist a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 90px;
      background: #361BA6; }
    .l-header__joblist span {
      padding: 0 0 0 30px;
      background: url("../img/ico_search01.png") no-repeat left 8px/20px; }
  @media screen and (max-width: 768px) {
    .l-header {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 100%;
      height: 50px;
      position: static;
      padding: 0 50px 0 10px;
      background: #fff;
      border-bottom: 1px solid #151515; }
      .l-header__logo {
        width: 140px; }
        .l-header__logo a {
          height: auto; }
        .l-header__logo img {
          width: 100%; }
      .l-header__joblist {
        width: 80px;
        font-size: 11px; }
        .l-header__joblist a {
          height: 50px; }
        .l-header__joblist span {
          padding: 14px 0 0;
          background-position: center top;
          background-size: 15px; } }

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  background: #A51E80; }
  .l-footer p, .l-footer li {
    margin: 0;
    line-height: 1.8;
    letter-spacing: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%; }
  .l-footer a, .l-footer span {
    line-height: inherit;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit; }
  .l-footer a, .l-footer li, .l-footer div, .l-footer span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .l-footer-inner {
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 45px 0; }
  .l-footer-nav {
    overflow: hidden;
    display: table;
    margin: 0 auto 25px;
    padding: 0; }
    .l-footer-nav__item {
      float: left;
      color: #fff;
      text-align: center;
      list-style: none;
      font-weight: 500;
      font-size: 15px; }
      .l-footer-nav__item + .l-footer-nav__item {
        position: relative;
        margin-left: 20px;
        padding-left: 20px; }
        .l-footer-nav__item + .l-footer-nav__item::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          content: "";
          display: block;
          width: 1px;
          height: 80%;
          background: #fff;
          margin: auto; }
      .l-footer-nav__item a {
        color: inherit;
        text-decoration: none; }
        .l-footer-nav__item a:hover {
          opacity: 1;
          text-decoration: underline; }
  .l-footer-copyright {
    color: #fff;
    font-size: 11px;
    text-align: center; }
  @media screen and (min-width: 769px) {
    .l-footer .hidden-pc {
      display: none; } }
  @media screen and (max-width: 768px) {
    .l-footer .hidden-sp {
      display: none; }
    .l-footer-inner {
      padding: 20px 15px; }
    .l-footer-nav {
      display: block;
      margin: 0 auto 20px; }
      .l-footer-nav__item {
        float: none;
        border-bottom: 1px dashed #fff;
        font-size: 12px;
        text-align: left; }
        .l-footer-nav__item a {
          display: block;
          padding: 10px 0; }
        .l-footer-nav__item + .l-footer-nav__item {
          padding-left: 0;
          margin-left: 0; }
          .l-footer-nav__item + .l-footer-nav__item::before {
            content: none; }
    .l-footer-copyright {
      text-align: left;
      font-size: 10px; } }

.pagetop {
  width: 70px;
  height: 70px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9000; }
  .pagetop a {
    width: 100%;
    height: 100%;
    display: block; }
  @media screen and (max-width: 768px) {
    .pagetop {
      width: 40px;
      height: 40px;
      right: 15px;
      bottom: 15px; } }

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 90px;
  height: 90px;
  z-index: 9992;
  position: fixed;
  top: 0;
  right: 48px;
  background: #E836BB;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .gnavBtn span {
    display: block;
    position: absolute;
    left: 32px;
    width: 26px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .gnavBtn span:nth-of-type(1) {
      top: 34px; }
    .gnavBtn span:nth-of-type(2) {
      top: 0;
      bottom: 0;
      margin: auto; }
    .gnavBtn span:nth-of-type(3) {
      width: 19px;
      bottom: 34px; }
  .gnavBtn.is-close {
    border-color: #fff; }
    .gnavBtn.is-close span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .gnavBtn.is-close span:nth-of-type(2) {
      left: 50%;
      opacity: 0; }
    .gnavBtn.is-close span:nth-of-type(3) {
      width: 26px;
      -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    .gnavBtn {
      width: 50px;
      height: 50px;
      top: 0;
      right: 0; }
      .gnavBtn::before {
        bottom: 5px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); }
      .gnavBtn span {
        left: 12px; }
        .gnavBtn span:nth-of-type(1) {
          top: 16px; }
        .gnavBtn span:nth-of-type(3) {
          bottom: 16px; }
      .gnavBtn.is-close span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg); }
      .gnavBtn.is-close span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg); } }

.l-nav {
  top: 0;
  right: -420px;
  width: 420px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .l-nav.is-open {
    right: 0; }
    .l-nav.is-open .l-nav-overlay {
      left: 0;
      width: 100%; }
  .l-nav-inner {
    width: 100%;
    height: 100%;
    padding: 140px 30px 50px;
    background: #fff;
    position: relative;
    z-index: 2;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .l-nav-inner::-webkit-scrollbar {
      display: none; }
  .l-nav-list {
    margin-bottom: 65px; }
    .l-nav-list__item {
      margin-bottom: 52px;
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      line-height: 1.4;
      letter-spacing: .12em; }
      .l-nav-list__item:last-of-type {
        margin-bottom: 0; }
      .l-nav-list__item a {
        display: block; }
      .l-nav-list__item-en {
        display: block;
        margin-bottom: 7px;
        font-weight: 600;
        font-size: 34px;
        font-family: 'Cormorant Garamond', serif;
        letter-spacing: .12em; }
      .l-nav-list__item-parent {
        margin-bottom: 25px; }
      .l-nav-list__item-child {
        display: table;
        margin: 0 auto; }
        .l-nav-list__item-child__item {
          font-size: 16px;
          text-align: left; }
          .l-nav-list__item-child__item a {
            position: relative;
            padding: 9px 0 9px 20px; }
            .l-nav-list__item-child__item a::before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              margin: auto;
              content: "";
              display: block;
              width: 13px;
              height: 2px;
              background: #361BA6;
              -webkit-transition: all .3s ease-in-out;
              -o-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out; }
  .l-nav-joblist {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: .08em; }
    .l-nav-joblist a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px;
      background: #361BA6; }
    .l-nav-joblist span {
      padding: 0 0 0 30px;
      background: url("../img/ico_search01.png") no-repeat left top 8px/20px; }
  .l-nav-overlay {
    cursor: pointer;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 1;
    background: rgba(21, 21, 21, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  @media screen and (min-width: 769px) {
    .l-nav-list__item a:hover {
      opacity: 1;
      color: #E836BB; }
    .l-nav-list__item-child__item a:hover::before {
      left: 2px;
      background: #E836BB; }
    .l-nav-joblist a:hover {
      opacity: 1;
      background: #E836BB; } }
  @media screen and (max-width: 768px) {
    .l-nav {
      right: -280px;
      width: 280px; }
      .l-nav-inner {
        padding: 70px 20px 30px; }
      .l-nav-list {
        margin-bottom: 35px; }
        .l-nav-list__item {
          margin-bottom: 25px;
          font-size: 15px; }
          .l-nav-list__item-en {
            margin-bottom: 3px;
            font-size: 26px; }
          .l-nav-list__item-parent {
            margin-bottom: 10px; }
          .l-nav-list__item-child__item {
            font-size: 13px; }
            .l-nav-list__item-child__item a {
              padding: 10px 0 10px 17px; }
              .l-nav-list__item-child__item a::before {
                width: 10px; }
      .l-nav-joblist {
        font-size: 15px; }
        .l-nav-joblist a {
          height: 60px; }
        .l-nav-joblist span {
          padding: 0 5px 0 23px;
          background-position: left 9px;
          background-size: 15px; } }

/*============================================================================================================
	.l-mv
============================================================================================================*/
.l-mv {
  position: relative;
  padding: 150px 0 136px;
  background: url("../img/bg_mv01.jpg") repeat left 48px top/913px; }
  .l-mv__txt {
    position: absolute;
    z-index: 10;
    width: 26.6%;
    right: 7.5%;
    bottom: 21%; }
  .l-mv-imgBox {
    width: 75%;
    margin: 0 auto;
    background: -webkit-linear-gradient(43deg, transparent 6%, #fff 6%, #fff 94%, transparent 94%);
    background: -o-linear-gradient(43deg, transparent 6%, #fff 6%, #fff 94%, transparent 94%);
    background: linear-gradient(47deg, transparent 6%, #fff 6%, #fff 94%, transparent 94%); }
  .l-mv-line {
    position: absolute;
    pointer-events: none;
    background: repeat left center/contain; }
    .l-mv-line.is-left {
      width: 48px;
      height: 100%;
      top: 0;
      left: 0;
      background-image: url("../img/bg_mv02.jpg"); }
    .l-mv-line.is-right {
      width: 48px;
      height: 100%;
      top: 0;
      right: 0;
      background-image: url("../img/bg_mv03.jpg"); }
    .l-mv-line.is-bottom {
      width: 100%;
      height: 48px;
      left: 0;
      bottom: 0;
      background-image: url("../img/bg_mv04.jpg"); }
  @media screen and (max-width: 768px) {
    .l-mv {
      padding: 30px 40px 54%;
      background-size: 350px;
      background-position: left top; }
      .l-mv__txt {
        right: auto;
        left: 40px;
        bottom: 11%;
        width: 76.5%; }
      .l-mv-imgBox {
        width: 100%;
        background: -webkit-linear-gradient(36deg, transparent 5.5%, #fff 5.5%, #fff 94.5%, transparent 94.5%);
        background: -o-linear-gradient(36deg, transparent 5.5%, #fff 5.5%, #fff 94.5%, transparent 94.5%);
        background: linear-gradient(54deg, transparent 5.5%, #fff 5.5%, #fff 94.5%, transparent 94.5%); }
      .l-mv-line.is-left {
        width: 20px; }
      .l-mv-line.is-right {
        width: 20px; }
      .l-mv-line.is-bottom {
        height: 20px; } }

/* slider - js */
.js-mv-slider {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .js-mv-slider.slick-initialized {
    opacity: 1; }

/*============================================================================================================
	main
============================================================================================================*/
.c-tit01 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .12em; }
  .c-tit01__en {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 66px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: .12em; }
  @media screen and (max-width: 768px) {
    .c-tit01 {
      font-size: 17px; }
      .c-tit01__en {
        margin-bottom: 3px;
        font-size: 32px; } }

/*------------------------------------------
	.secSearch
------------------------------------------*/
.secSearch {
  margin-bottom: 67px;
  padding: 100px 0 0;
  background: url("../img/bg_dot01.png") repeat center/29px; }
  .secSearch-inner {
    width: calc(100% - 20px);
    max-width: 1180px;
    margin: 0 auto 100px;
    padding: 75px 20px 80px;
    border: 2px solid #361BA6;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    background: #fff; }
    .secSearch-inner-inner {
      width: 100%;
      max-width: 1080px;
      margin: 0 auto; }
  .secSearch__tit {
    margin-bottom: 15px; }
  .secSearch__subTit {
    position: relative;
    display: table;
    margin: 0 auto 40px;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    letter-spacing: .12em;
    line-height: 1.4; }
    .secSearch__subTit span {
      position: relative; }
    .secSearch__subTit::before, .secSearch__subTit::after, .secSearch__subTit span::before, .secSearch__subTit span::after {
      position: absolute;
      pointer-events: none;
      content: "";
      display: block;
      background: #361BA6; }
    .secSearch__subTit::before, .secSearch__subTit::after {
      width: 2px;
      height: 110px; }
    .secSearch__subTit::before {
      left: 23px;
      bottom: 0; }
    .secSearch__subTit::after {
      right: 23px;
      top: 0; }
    .secSearch__subTit span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 177px;
      padding: 30px 95px; }
      .secSearch__subTit span::before, .secSearch__subTit span::after {
        width: 345px;
        height: 2px; }
      .secSearch__subTit span::before {
        left: 0;
        bottom: 23px; }
      .secSearch__subTit span::after {
        right: 0;
        top: 23px; }
  .secSearch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .secSearch-list__item {
      overflow: hidden;
      margin: 0 10px;
      font-weight: 700;
      text-align: center;
      border: 2px solid #361BA6;
      border-radius: 50px;
      font-weight: 500;
      font-size: 22px;
      letter-spacing: .1em;
      line-height: 1.4; }
      .secSearch-list__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 76px;
        border-radius: inherit;
        background: url("../img/ico_arrow01.png") no-repeat right 30px center/15px; }
  @media screen and (min-width: 769px) {
    .secSearch-list__item {
      width: calc(33.33% - 20px); }
      .secSearch-list__item:nth-of-type(n + 4) {
        margin-top: 40px; }
      .secSearch-list__item a {
        opacity: 1; } }
  @media screen and (max-width: 768px) {
    .secSearch {
      margin-bottom: 20px;
      padding: 20px 0 0;
      background-size: 15px; }
      .secSearch-inner {
        width: calc(100% - 30px);
        margin-bottom: 20px;
        padding: 40px 15px 30px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
      .secSearch__tit {
        margin-bottom: 0; }
      .secSearch__subTit {
        margin-bottom: 15px;
        font-size: 16px; }
        .secSearch__subTit::before, .secSearch__subTit::after {
          height: 60px; }
        .secSearch__subTit::before {
          left: 10px; }
        .secSearch__subTit::after {
          right: 10px; }
        .secSearch__subTit span {
          height: 80px;
          padding: 15px 35px; }
          .secSearch__subTit span::before, .secSearch__subTit span::after {
            width: 150px; }
          .secSearch__subTit span::before {
            bottom: 10px; }
          .secSearch__subTit span::after {
            top: 10px; }
      .secSearch-list {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto; }
        .secSearch-list__item {
          width: 100%;
          margin: 0 auto 15px;
          border-width: 1px;
          font-size: 15px; }
          .secSearch-list__item:last-of-type {
            margin-bottom: 0; }
          .secSearch-list__item a {
            height: 55px;
            padding: 0 30px;
            background-position: right 15px center; } }

/*	.secFacility
------------------------------------------*/
.secFacility {
  margin-bottom: 55px;
  padding: 50px 0 0; }
  .secFacility-list__item.is-blue a {
    background-color: #82DEF7; }
  .secFacility-list__item.is-pink a {
    background-color: #FC7CDC; }
  @media screen and (min-width: 769px) {
    .secFacility-list__item a:hover {
      opacity: .7; } }
  @media screen and (max-width: 768px) {
    .secFacility {
      margin-bottom: 20px;
      padding: 30px 0 0; } }

/*	.secEmployment
------------------------------------------*/
.secEmployment {
  margin-bottom: 50px;
  padding: 50px 0 0; }
  @media screen and (min-width: 769px) {
    .secEmployment-list__item a:hover {
      background-color: #82DEF7; } }
  @media screen and (max-width: 768px) {
    .secEmployment {
      margin-bottom: 20px;
      padding: 30px 0 0; } }

/*	.secGenre
------------------------------------------*/
.secGenre {
  margin-bottom: 50px;
  padding: 50px 0 0; }
  .secGenre-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 980px;
    margin: 0 auto; }
    .secGenre-list__item {
      width: calc(50% - 20px);
      border-radius: 30px;
      border: 2px solid #361BA6;
      font-weight: 700;
      font-size: 22px;
      text-align: center;
      letter-spacing: .1em; }
      .secGenre-list__item:nth-of-type(n + 3) {
        margin-top: 40px; }
      .secGenre-list__item a {
        display: block;
        height: 330px;
        padding: 60px 10px 10px;
        background: #fff;
        border-radius: inherit; }
    .secGenre-list__img {
      display: block;
      width: 140px;
      margin: 0 auto 32px; }
  @media screen and (min-width: 769px) {
    .secGenre-list__item a:hover {
      opacity: 1;
      background-color: #ECF022; } }
  @media screen and (max-width: 768px) {
    .secGenre {
      margin-bottom: 20px;
      padding: 30px 0 0; }
      .secGenre-list__item {
        width: calc(50% - 5px);
        font-size: 13px;
        border-radius: 10px;
        border-width: 1px;
        letter-spacing: 0; }
        .secGenre-list__item:nth-of-type(n + 3) {
          margin-top: 10px; }
        .secGenre-list__item a {
          height: 100%;
          padding: 20px 2px 15px; }
      .secGenre-list__img {
        width: 50%;
        max-width: 80px;
        margin-bottom: 10px; } }

/*	.secWork
------------------------------------------*/
.secWork {
  padding: 50px 0 0; }
  @media screen and (min-width: 769px) {
    .secWork-list__item a:hover {
      background-color: #ECF022; } }
  @media screen and (max-width: 768px) {
    .secWork {
      padding: 30px 0 0; }
      .secWork-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .secWork-list__item {
          width: calc(50% - 5px);
          margin: 0;
          border-radius: 10px;
          font-size: 13px;
          line-height: 1.3; }
          .secWork-list__item:nth-of-type(n + 3) {
            margin-top: 10px; }
          .secWork-list__item a {
            height: 50px;
            padding: 0;
            background: none; } }

/*------------------------------------------
	.secMerit
------------------------------------------*/
.secMerit {
  overflow: hidden;
  margin-bottom: 120px;
  padding: 50px 0 0; }
  .secMerit-inner {
    max-width: 1160px; }
  .secMerit__tit {
    margin-bottom: 83px; }
  .secMerit-list {
    max-width: calc(100% - 20px);
    margin: 0 auto 15px; }
    .secMerit-list__item-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
      background: #fff;
      border: 2px solid #361BA6; }
    .secMerit-list__img {
      width: 51%;
      border-right: 2px solid #361BA6; }
    .secMerit-list-txtBox {
      width: 47%;
      max-width: 420px;
      margin: 0 auto; }
    .secMerit-list__tit {
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 28px;
      letter-spacing: .1em;
      line-height: 1.5; }
  .secMerit-nav {
    width: calc(100% - 40px);
    margin: 0 auto; }
    .secMerit-nav__item {
      display: block !important; }
  @media screen and (max-width: 768px) {
    .secMerit {
      margin-bottom: 30px; }
      .secMerit__tit {
        margin-bottom: 30px; }
      .secMerit-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .secMerit-list {
        width: 100%;
        max-width: none;
        margin: 0 auto 15px; }
        .secMerit-list__item-in {
          display: block;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .secMerit-list__img {
          width: 100%;
          border-right: none;
          border-bottom: 2px solid #361BA6; }
        .secMerit-list-txtBox {
          width: 100%;
          max-width: none;
          padding: 20px; }
        .secMerit-list__tit {
          margin-bottom: 15px;
          font-size: 16px; }
        .secMerit-list__txt {
          font-size: 13px;
          line-height: 1.75; }
      .secMerit-nav {
        width: calc(100% - 20px); } }

/* slider - js */
.js-merit-slider .slick-slide {
  margin: 0 20px; }
  @media screen and (max-width: 768px) {
    .js-merit-slider .slick-slide {
      margin: 0 5px; } }

.js-merit-slider .slick-list {
  padding: 0 !important; }

.js-merit-slider .slick-prev, .js-merit-slider .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 10;
  width: 70px;
  height: 70px;
  border: 2px solid #361BA6;
  border-radius: 50%;
  background: #ECF022 url("../img/ico_arrow03.png") no-repeat center/13px !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 769px) {
    .js-merit-slider .slick-prev:hover, .js-merit-slider .slick-next:hover {
      opacity: .7; } }
  @media screen and (max-width: 768px) {
    .js-merit-slider .slick-prev, .js-merit-slider .slick-next {
      width: 35px;
      height: 35px;
      background-size: 6px !important; } }
  .js-merit-slider .slick-prev::before, .js-merit-slider .slick-next::before {
    content: none; }

.js-merit-slider .slick-prev {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: -15px; }
  @media screen and (max-width: 768px) {
    .js-merit-slider .slick-prev {
      left: -12px; } }

.js-merit-slider .slick-next {
  right: -15px; }
  @media screen and (max-width: 768px) {
    .js-merit-slider .slick-next {
      right: -12px; } }

.js-merit-slider-nav .slick-slide {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  border: 2px solid #361BA6; }
  @media screen and (max-width: 768px) {
    .js-merit-slider-nav .slick-slide {
      margin: 0 2px; } }
  .js-merit-slider-nav .slick-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(165, 30, 128, 0.4);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .js-merit-slider-nav .slick-slide.slick-current::before {
    opacity: 0; }

.js-merit-slider-nav .slick-track {
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important; }

/*------------------------------------------
	.secInterview
------------------------------------------*/
.secInterview {
  padding: 120px 0;
  background: url("../img/bg_stripe01.png") repeat center/178px; }
  .secInterview-inner {
    max-width: 1100px; }
  .secInterview__tit {
    margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .secInterview {
      padding: 50px 0;
      background-size: 89px; }
      .secInterview__tit {
        margin-bottom: 30px; } }

.secInterview-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .secInterview-front__item {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    border: 2px solid #361BA6;
    background: #fff; }
    .secInterview-front__item a {
      display: block;
      height: 100%; }
  .secInterview-front-imgBox {
    position: relative;
    border-bottom: 2px solid #361BA6; }
  .secInterview-front__more {
    position: absolute;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(165, 30, 128, 0.5);
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: .12em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0; }
  .secInterview-front-txtBox {
    padding: 34px 40px; }
  .secInterview-front__tit {
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .12em;
    line-height: 1.82; }
  .secInterview-front__txt01 {
    display: inline-block;
    margin: 0 1px 10px 0;
    padding: 5px 11px;
    border-radius: 3px;
    background: #361BA6;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0; }
  .secInterview-front__txt02 {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 11px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0; }
    .secInterview-front__txt02.is-pink {
      background: #E836BB; }
    .secInterview-front__txt02.is-blue {
      background: #3DBFE2; }
  .secInterview-front__name {
    font-weight: 500;
    letter-spacing: .1em; }
  @media screen and (min-width: 769px) {
    .secInterview-front__item {
      width: calc(50% - 40px); }
      .secInterview-front__item:nth-of-type(n + 3) {
        margin-top: 80px; }
      .secInterview-front__item a:hover {
        opacity: 1; }
        .secInterview-front__item a:hover .secInterview-front__more {
          opacity: 1; } }
  @media screen and (max-width: 768px) {
    .secInterview-front {
      display: block; }
      .secInterview-front__item {
        margin-bottom: 30px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
        .secInterview-front__item:last-of-type {
          margin-bottom: 0; }
      .secInterview-front__more {
        opacity: 1;
        background: rgba(165, 30, 128, 0.3); }
      .secInterview-front-txtBox {
        padding: 20px; }
      .secInterview-front__tit {
        margin-bottom: 7px;
        font-size: 16px; }
      .secInterview-front__txt01 {
        padding: 5px 8px;
        margin-bottom: 7px;
        font-size: 11px; }
      .secInterview-front__txt02 {
        padding: 5px 8px;
        margin-bottom: 7px;
        font-size: 11px; } }

@media screen and (min-width: 769px) {
  .ua-tab .secInterview-front__more {
    opacity: 1; } }

.secInterview-content {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 80px;
  border: 2px solid #361BA6;
  background: #fff; }
  .secInterview-content__tit {
    position: relative;
    z-index: 2;
    width: calc(100% - 20px);
    max-width: 660px;
    margin: -40px auto 13px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .12em;
    line-height: 1.3; }
    .secInterview-content__tit-bg {
      display: table;
      padding: 8px 21px;
      border: 2px solid #361BA6;
      background: #fff; }
      .secInterview-content__tit-bg + .secInterview-content__tit-bg {
        margin-top: 18px; }
  .secInterview-content-nameBox {
    width: calc(100% - 20px);
    max-width: 660px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .secInterview-content-nameBox__txt01 {
      margin-right: 15px;
      font-weight: 500;
      letter-spacing: .1em; }
    .secInterview-content-nameBox__txt02 {
      margin-right: 8px;
      padding: 5px 11px;
      border-radius: 3px;
      background: #361BA6;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: .12em; }
    .secInterview-content-nameBox__txt03 {
      padding: 5px 11px;
      border-radius: 3px;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.4;
      letter-spacing: .12em; }
      .secInterview-content-nameBox__txt03.is-pink {
        background: #E836BB; }
      .secInterview-content-nameBox__txt03.is-blue {
        background: #3DBFE2; }
  .secInterview-content-comment {
    width: calc(100% - 20px);
    max-width: 660px;
    margin: 0 auto 60px; }
    .secInterview-content-comment__tit {
      position: relative;
      margin-bottom: 15px;
      padding: 17px 0 17px 83px;
      font-weight: 700;
      font-size: 21px;
      line-height: 1.5;
      letter-spacing: .12em; }
      .secInterview-content-comment__tit::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "Q";
        display: block;
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 2px solid #361BA6;
        background: #ECF022;
        border-radius: 50%;
        font-weight: 600;
        font-size: 26px;
        font-family: 'Cormorant Garamond', serif;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .secInterview-content-comment__txt {
      margin-bottom: 42px; }
      .secInterview-content-comment__txt:last-of-type {
        margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .secInterview-content {
      padding-bottom: 30px; }
      .secInterview-content__tit {
        max-width: none;
        width: calc(100% - 30px);
        margin: -15px auto 10px;
        font-size: 3.8vw; }
        .secInterview-content__tit-bg {
          padding: 2vw 2vw; }
          .secInterview-content__tit-bg + .secInterview-content__tit-bg {
            margin-top: 1vw; }
      .secInterview-content-nameBox {
        max-width: none;
        width: calc(100% - 30px);
        margin-bottom: 30px; }
        .secInterview-content-nameBox__txt01 {
          width: 100%;
          margin: 0 auto 7px; }
        .secInterview-content-nameBox__txt02 {
          margin: 0 5px 5px 0;
          font-size: 11px; }
        .secInterview-content-nameBox__txt03 {
          margin: 0 5px 5px 0;
          font-size: 11px; }
      .secInterview-content-comment {
        max-width: none;
        width: calc(100% - 30px);
        margin-bottom: 40px; }
        .secInterview-content-comment__tit {
          margin-bottom: 11px;
          padding: 7px 0 7px 45px;
          font-size: 15px; }
          .secInterview-content-comment__tit::before {
            width: 35px;
            height: 35px;
            font-size: 16px; }
        .secInterview-content-comment__txt {
          margin-bottom: 25px;
          font-size: 12px; } }

/* popup - js */
body .mfp-bg {
  z-index: 9993;
  opacity: .4;
  background: #151515; }

body .mfp-wrap {
  z-index: 9994; }

body .mfp-container {
  padding: 0; }

body .mfp-content {
  padding: 40px 15px; }
  @media screen and (max-width: 768px) {
    body .mfp-content {
      padding: 15px; } }

.mfp-close.modalClose01,
.mfp-close.modalClose02 {
  cursor: pointer;
  opacity: 1;
  z-index: 3; }

.mfp-close.modalClose01 {
  position: absolute;
  top: -2px !important;
  right: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  background: #361BA6;
  color: #fff !important;
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    .mfp-close.modalClose01 {
      width: 40px;
      height: 40px;
      font-size: 24px; } }

.mfp-close.modalClose02 {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: 80px;
  border: 2px solid #361BA6;
  border-radius: 50px;
  margin: 0 auto;
  padding: 0;
  color: #361BA6 !important;
  font-weight: 500;
  font-size: 17px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media screen and (min-width: 769px) {
    .mfp-close.modalClose02:hover {
      background-color: #361BA6;
      color: #fff !important; } }
  @media screen and (max-width: 768px) {
    .mfp-close.modalClose02 {
      width: calc(100% - 50px);
      height: 60px;
      font-size: 15px; } }

/*------------------------------------------
	.secJoblist
------------------------------------------*/
.secJoblist {
  padding: 178px 0;
  background: url("../img/bg_joblist01_pc.jpg") no-repeat center/cover; }
  .secJoblist__tit {
    margin-bottom: 66px;
    text-align: center; }
    .secJoblist__tit img {
      width: auto; }
  .secJoblist__btn {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid #361BA6;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: .1em; }
    .secJoblist__btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 96px;
      border-radius: inherit;
      background: #fff url("../img/ico_arrow01.png") no-repeat right 30px center/15px; }
  @media screen and (min-width: 769px) {
    .secJoblist__btn a:hover {
      opacity: 1;
      background-color: #361BA6;
      background-image: url("../img/ico_arrow02.png");
      color: #fff; } }
  @media screen and (max-width: 768px) {
    .secJoblist {
      background-image: url("../img/bg_joblist01_sp.jpg");
      padding: 50px 0; }
      .secJoblist__tit {
        width: 74%;
        max-width: 300px;
        margin: 0 auto 30px; }
      .secJoblist__btn {
        max-width: 400px;
        font-size: 16px; }
        .secJoblist__btn a {
          height: 60px;
          background-position: right 15px center; } }
