@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  height: 60px;
  top: 0;
  transition: .5s; }
  @media (min-width: 1024px) {
    #header {
      height: 100px; } }
  #header.open {
    background-color: rgba(255, 255, 255, 0.9);
    height: 60px; }
  #header .main-logo {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: 2%;
    z-index: 1000; }
    @media (min-width: 1024px) {
      #header .main-logo {
        left: 1%; } }
    @media (min-width: 1250px) {
      #header .main-logo {
        left: 2%; } }
    #header .main-logo a.name {
      display: flex;
      align-items: center; }
      #header .main-logo a.name img {
        width: 70px;
        height: auto; }
      #header .main-logo a.name h2 {
        font-size: 1.0em;
        font-weight: 700;
        color: #000;
        margin: 0 0 0 5px; }
        @media (min-width: 1024px) {
          #header .main-logo a.name h2 {
            font-size: 0.85em; } }
        @media (min-width: 1250px) {
          #header .main-logo a.name h2 {
            font-size: 1.125em;
            margin: 0 0 0 10px; } }

#pc-header {
  display: none;
  /*hoverしたら表示*/ }
  @media (min-width: 1024px) {
    #pc-header {
      display: flex;
      align-items: center;
      height: 100%; } }
  #pc-header nav {
    position: absolute;
    right: 2%;
    display: flex;
    align-items: center;
    /*2階層目以降は横並びにしない*/ }
    #pc-header nav ul {
      margin: 0;
      display: flex;
      align-items: center; }
      #pc-header nav ul li {
        margin-right: 10px;
        position: relative; }
        @media (min-width: 1250px) {
          #pc-header nav ul li {
            margin-right: 20px; } }
        #pc-header nav ul li:nth-child(-n+2) {
          margin-right: 25px; }
        #pc-header nav ul li:last-child {
          margin-right: 10px; }
          @media (min-width: 1250px) {
            #pc-header nav ul li:last-child {
              margin-right: 25px; } }
        #pc-header nav ul li a {
          position: relative; }
          #pc-header nav ul li a .en {
            font-family: "M PLUS 1p", serif;
            color: #000;
            font-size: 0.75em;
            font-weight: 400;
            position: relative;
            display: inline-block;
            transition: .5s; }
            @media (min-width: 1250px) {
              #pc-header nav ul li a .en {
                font-size: 0.9em; } }
          #pc-header nav ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 0;
            height: 1px;
            background-color: #000;
            transition: .3s; }
          #pc-header nav ul li a:hover::after {
            width: 100%; }
        #pc-header nav ul li li {
          margin-right: 0; }
          #pc-header nav ul li li:nth-child(2) {
            margin-right: 0; }
          #pc-header nav ul li li:last-child {
            margin-right: 0; }
          #pc-header nav ul li li a::after {
            background-color: rgba(0, 0, 0, 0); }
        #pc-header nav ul li.has-child::before {
          content: '';
          position: absolute;
          right: -10px;
          top: 9px;
          width: 6px;
          height: 6px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          transform: rotate(135deg); }
    #pc-header nav ul ul {
      display: block; }
    #pc-header nav li.has-child ul {
      position: absolute;
      left: -20px;
      top: 30px;
      z-index: 4;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      transition: all .3s;
      border-radius: 10px;
      padding: 5px 10px; }
      #pc-header nav li.has-child ul li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
        #pc-header nav li.has-child ul li:nth-child(-n+2) {
          margin-right: 0; }
        #pc-header nav li.has-child ul li:last-child {
          border-bottom: none; }
        #pc-header nav li.has-child ul li a h6 {
          font-family: "M PLUS 1p", serif;
          font-size: 0.9em;
          font-weight: 400;
          color: #000;
          background-color: #fff;
          padding: 10px 10px;
          width: 140px; }
    #pc-header nav .MenuBtn.Interview {
      margin-right: 10px; }
  #pc-header nav li.has-child:hover > ul,
  #pc-header nav li.has-child ul li:hover > ul,
  #pc-header nav li.has-child:active > ul,
  #pc-header nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  #pc-header nav li.has-child ul li a h6:hover,
  #pc-header nav li.has-child ul li a h6:active {
    color: #0b198c;
    font-weight: bold; }

.MenuBtn a {
  display: inline-block;
  padding: 5px 50px 5px 25px;
  border-radius: 40px;
  position: relative;
  background-color: #ffe51d; }
  .MenuBtn a:hover img {
    right: 10px; }
  .MenuBtn a p {
    position: relative; }
    .MenuBtn a p .en {
      font-family: "M PLUS 1p", serif;
      font-size: 0.8em;
      font-weight: 400;
      line-height: 1.2em;
      display: flex;
      align-items: center;
      padding: 5px 0;
      transition: .5s;
      color: #0b198c; }
      @media (min-width: 1250px) {
        .MenuBtn a p .en {
          font-size: 1.0em; } }
    .MenuBtn a p .wa {
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .5s;
      font-family: "M PLUS 1p", serif;
      font-size: 0.7em;
      font-weight: 400;
      color: #fff; }
      @media (min-width: 1250px) {
        .MenuBtn a p .wa {
          font-size: 0.85em; } }
  .MenuBtn a img {
    width: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: .5s; }
    @media (min-width: 1024px) {
      .MenuBtn a img {
        width: 16px;
        right: 18px; } }

/*
---------------------------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------------------------
*/
#footer {
  background-image: url("../../img/common/footer-sp.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0 120px; }
  @media (min-width: 1024px) {
    #footer {
      background-image: url("../../img/common/footer-pc.webp");
      padding: 60px 0 80px; } }
  #footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    mix-blend-mode: multiply; }
  #footer .footer-in {
    position: relative;
    z-index: 10; }
    @media (min-width: 1024px) {
      #footer .footer-in {
        display: flex;
        align-items: center;
        max-width: 1000px;
        margin: auto;
        width: 90%; } }
    #footer .footer-in .company-sns .logo {
      width: 100px;
      margin: auto; }
      @media (min-width: 1024px) {
        #footer .footer-in .company-sns .logo {
          width: 150px; } }
    #footer .footer-in .company-sns .name {
      color: #fff;
      text-align: center;
      margin-top: 10px; }
      #footer .footer-in .company-sns .name h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 1.125em; }
      #footer .footer-in .company-sns .name h3 {
        font-size: 1.5em;
        margin-top: 4px; }
    #footer .footer-in .company-sns ul {
      display: none; }
      @media (min-width: 1024px) {
        #footer .footer-in .company-sns ul {
          display: flex;
          justify-content: center;
          margin-top: 20px; } }
      #footer .footer-in .company-sns ul li {
        margin-right: 20px; }
        #footer .footer-in .company-sns ul li:last-child {
          margin-right: 0; }
        #footer .footer-in .company-sns ul li a img {
          width: 30px; }
    #footer .footer-in .info {
      color: #fff;
      display: flex;
      justify-content: center;
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #footer .footer-in .info {
          margin: 0 0 0 5%;
          display: block; } }
      #footer .footer-in .info .info-in h3 {
        font-size: 1.25em;
        font-weight: 700;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        margin-bottom: 10px; }
        #footer .footer-in .info .info-in h3.second {
          margin-top: 20px; }
      #footer .footer-in .info .info-in .place-tell {
        display: flex; }
        #footer .footer-in .info .info-in .place-tell ul:first-child li {
          width: 44px; }
          #footer .footer-in .info .info-in .place-tell ul:first-child li:last-child {
            letter-spacing: 0.1em; }
        #footer .footer-in .info .info-in .place-tell ul:last-child li {
          font-feature-settings: "palt";
          letter-spacing: 0.08em; }
        #footer .footer-in .info .info-in .place-tell ul li {
          font-size: 0.9em;
          line-height: 1.4em;
          margin-bottom: 2px; }
          @media (min-width: 1024px) {
            #footer .footer-in .info .info-in .place-tell ul li {
              font-size: 1.0em; } }
    #footer .footer-in .footer-menu {
      display: none; }
      @media (min-width: 1024px) {
        #footer .footer-in .footer-menu {
          margin: 0 0 0 auto;
          display: block; } }
      #footer .footer-in .footer-menu ul:first-child {
        margin-right: 20px; }
        @media (min-width: 1024px) {
          #footer .footer-in .footer-menu ul:first-child {
            margin: 0 0 10px 0; } }
      #footer .footer-in .footer-menu ul li {
        margin-bottom: 10px; }
        #footer .footer-in .footer-menu ul li:last-child {
          margin-bottom: 0; }
        #footer .footer-in .footer-menu ul li a {
          display: block; }
          #footer .footer-in .footer-menu ul li a:hover .link > img {
            left: 5px; }
          #footer .footer-in .footer-menu ul li a .link > h5::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .5s; }
          #footer .footer-in .footer-menu ul li a .link > h5:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          #footer .footer-in .footer-menu ul li a .link {
            display: flex;
            align-items: center;
            position: relative; }
            #footer .footer-in .footer-menu ul li a .link img {
              width: 15px;
              position: absolute;
              left: 0;
              transition: .5s; }
            #footer .footer-in .footer-menu ul li a .link h5 {
              font-family: 'Montserrat', sans-serif;
              font-size: 0.9em;
              font-weight: 400;
              line-height: 1.2em;
              color: #fff;
              position: relative;
              margin-left: 25px;
              transition: .5s; }
              @media (min-width: 1024px) {
                #footer .footer-in .footer-menu ul li a .link h5 {
                  font-size: 1.0em; } }
  #footer .copy {
    position: absolute;
    bottom: 15px;
    left: 7%;
    z-index: 10; }
    @media (min-width: 1024px) {
      #footer .copy {
        left: inherit;
        right: 7%;
        display: flex; } }
    #footer .copy p {
      font-size: 0.8em;
      color: #fff; }
      @media (min-width: 1024px) {
        #footer .copy p {
          margin-right: 10px;
          font-size: 0.8em; } }
      #footer .copy p a {
        color: #fff;
        position: relative; }
        #footer .copy p a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #footer .copy p a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
