@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  z-index: 100;
  height: 0;
  top: 0;
  width: 100%;
  transition: .5s; }
  @media (min-width: 1024px) {
    #header.is-animation {
      height: 72px;
      background-color: rgba(30, 88, 222, 0.8); }
      #header.is-animation .header-logo {
        margin: 10px 0 0 10px; } }
    @media (min-width: 1024px) and (min-width: 768px) {
      #header.is-animation .header-logo {
        margin: 10px 0 0 20px;
        width: 300px; } }
  @media (min-width: 1024px) {
      #header.is-animation .main-menu {
        top: 14px; } }
  #header .header-logo {
    transition: .5s;
    width: 250px;
    margin: 10px 0 0 10px; }
    @media (min-width: 768px) {
      #header .header-logo {
        width: 300px;
        margin: 20px 0 0 20px; } }
    @media (min-width: 1200px) {
      #header .header-logo {
        width: 350px; } }
  #header .main-menu {
    position: absolute;
    top: 27px;
    right: 30px;
    transition: .5s;
    /*hoverしたら表示*/ }
    #header .main-menu nav {
      display: none;
      /*2階層目以降は横並びにしない*/ }
      @media (min-width: 1024px) {
        #header .main-menu nav {
          display: flex;
          align-items: center; } }
      #header .main-menu nav ul {
        display: flex;
        align-items: center; }
        #header .main-menu nav ul li {
          margin-right: 20px;
          position: relative; }
          @media (min-width: 1200px) {
            #header .main-menu nav ul li {
              margin-right: 30px; } }
          #header .main-menu nav ul li:last-child {
            margin: 0; }
          #header .main-menu nav ul li a {
            color: #fff; }
            #header .main-menu nav ul li a h3 {
              position: relative;
              font-family: "Oswald", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;
              font-weight: 400;
              font-size: 1.125em;
              position: relative;
              display: inline-block;
              transition: 1s;
              text-decoration: none; }
              @media (min-width: 1200px) {
                #header .main-menu nav ul li a h3 {
                  font-size: 1.35em; } }
            #header .main-menu nav ul li a p {
              font-size: 0.7em;
              transition: 1s; }
              @media (min-width: 1200px) {
                #header .main-menu nav ul li a p {
                  font-size: 0.8em; } }
            #header .main-menu nav ul li a:hover h3, #header .main-menu nav ul li a:hover p {
              color: #fff000; }
          #header .main-menu nav ul li.has-child a h3::before {
            content: '';
            position: absolute;
            right: -10px;
            top: 9px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(135deg); }
            @media (min-width: 1200px) {
              #header .main-menu nav ul li.has-child a h3::before {
                right: -14px;
                top: 8px; } }
      #header .main-menu nav ul ul {
        display: block; }
      #header .main-menu nav li.has-child ul {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 4;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
        border-radius: 10px;
        padding: 6px 10px;
        height: auto;
        width: 230px; }
        #header .main-menu nav li.has-child ul li {
          position: relative;
          margin: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
          #header .main-menu nav li.has-child ul li:last-child {
            border-bottom: none; }
          #header .main-menu nav li.has-child ul li a {
            color: #000; }
            #header .main-menu nav li.has-child ul li a h6 {
              font-size: 0.9em;
              padding: 12px 0; }
          #header .main-menu nav li.has-child ul li::after {
            position: absolute;
            top: 50%;
            left: inherit;
            right: 8px;
            content: '';
            margin: -2px 0 0 16px;
            width: 6px;
            height: 6px;
            border: 0px;
            border-top: solid 1px #000;
            border-right: solid 1px #000;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: .5s; }
        #header .main-menu nav li.has-child ul li:last-child > a {
          border-bottom: none; }
    #header .main-menu nav li.has-child:hover > ul,
    #header .main-menu nav li.has-child ul li:hover > ul,
    #header .main-menu nav li.has-child:active > ul,
    #header .main-menu nav li.has-child ul li:active > ul {
      visibility: visible;
      opacity: 1; }
    #header .main-menu nav li.has-child ul li a:hover,
    #header .main-menu nav li.has-child ul li a:active {
      color: #223588; }
  #header .openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 1000;
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    /*activeクラスが付与されると線が回転して×に*/ }
    @media (min-width: 1024px) {
      #header .openbtn {
        display: none; } }
    #header .openbtn span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      left: 13px;
      height: 1.5px;
      background: #000;
      width: 36px; }
      #header .openbtn span:nth-child(1) {
        top: 20px; }
      #header .openbtn span:nth-child(2) {
        top: 28px; }
      #header .openbtn span:nth-of-type(2)::after {
        content: "MENU";
        position: absolute;
        top: 3px;
        left: 0px;
        color: #000;
        font-size: 0.7em;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal; }
    #header .openbtn.active span {
      width: 22px;
      left: 20px; }
    #header .openbtn.active span:nth-of-type(1) {
      top: 18px;
      transform: translateY(6px) rotate(-45deg); }
    #header .openbtn.active span:nth-of-type(2) {
      top: 30px;
      transform: translateY(-6px) rotate(45deg); }
    #header .openbtn.active span:nth-of-type(2)::after {
      content: "CLOSE";
      transform: translateY(0) rotate(-45deg);
      top: 5px;
      left: 2px; }

#booking {
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 100; }
  @media (min-width: 768px) {
    #booking {
      top: 100px;
      right: 20px; } }
  #booking ul li {
    margin-bottom: 10px; }
    #booking ul li:last-child {
      margin-bottom: 0; }
    #booking ul li a.booking-btn {
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1200px) {
        #booking ul li a.booking-btn {
          width: 80px;
          height: 80px;
          border-radius: 10px; } }
      #booking ul li a.booking-btn.austyle {
        background-color: #221E1F; }
        #booking ul li a.booking-btn.austyle h3 {
          color: #EB5405; }
      #booking ul li a.booking-btn.au .booking-btn-in {
        position: relative;
        top: -3px; }
      #booking ul li a.booking-btn.au h3 {
        color: #EB5405; }
      #booking ul li a.booking-btn.uq h3 {
        color: #0099FF; }
      #booking ul li a.booking-btn .booking-btn-in {
        text-align: center; }
        #booking ul li a.booking-btn .booking-btn-in img {
          width: 30px; }
          @media (min-width: 1200px) {
            #booking ul li a.booking-btn .booking-btn-in img {
              width: 36px; } }
        #booking ul li a.booking-btn .booking-btn-in h3 {
          font-size: 0.7em;
          margin-top: 5px; }
          @media (min-width: 1200px) {
            #booking ul li a.booking-btn .booking-btn-in h3 {
              font-size: 0.9em; } }

.site-footer {
  color: #fff;
  overflow: hidden; }
  .site-footer a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease; }
  .site-footer__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
    padding: 60px 0 0; }
    @media screen and (min-width: 768px) {
      .site-footer__inner {
        padding: 80px 0 0; } }
    @media screen and (min-width: 1200px) {
      .site-footer__inner {
        padding: 130px 0 0; } }
  .site-footer__main {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .site-footer__main {
        display: grid;
        grid-template-columns: 40% 1fr;
        align-items: start; } }
  .site-footer__company {
    flex-shrink: 0;
    width: 100%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer__company {
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      .site-footer__company {
        width: auto; } }
  .site-footer__logo {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 10px; }
    @media screen and (min-width: 768px) {
      .site-footer__logo {
        margin: inherit;
        gap: 20px; } }
    .site-footer__logo img {
      width: 100px; }
      @media screen and (min-width: 1200px) {
        .site-footer__logo img {
          width: 150px; } }
    .site-footer__logo a {
      display: block; }
  .site-footer__company-info {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .site-footer__company-info {
        margin-top: 20px; } }
  .site-footer__company-name {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .site-footer__company-name {
        font-size: 1.375em; } }
  .site-footer__address {
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 1.4em;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .site-footer__address {
        font-size: 1em;
        margin-top: 15px; } }
  .site-footer__privacy-mark {
    margin-top: 62px;
    width: 72px; }
    @media screen and (min-width: 768px) {
      .site-footer__privacy-mark {
        margin-top: 66px; } }
  .site-footer__banners {
    display: flex;
    gap: 20px;
    margin-top: 60px; }
    @media screen and (min-width: 768px) {
      .site-footer__banners {
        flex-direction: row; } }
    @media screen and (min-width: 1200px) {
      .site-footer__banners {
        gap: 20px; } }
  .site-footer__banner {
    display: block;
    transition: .5s; }
    .site-footer__banner a:hover {
      opacity: 0.9; }
    .site-footer__banner img {
      width: auto;
      height: 60px; }
      @media screen and (min-width: 1024px) {
        .site-footer__banner img {
          height: 80px; } }
      @media screen and (min-width: 1200px) {
        .site-footer__banner img {
          height: 80px; } }
  .site-footer__sns {
    margin-top: 40px; }
    @media screen and (min-width: 1024px) {
      .site-footer__sns {
        margin-top: 40px; } }
    @media screen and (min-width: 768px) {
      .site-footer__sns.sp {
        display: none; } }
    .site-footer__sns a {
      align-items: center;
      display: flex;
      height: 30px; }
    .site-footer__sns img {
      width: 30px; }
  .site-footer__bottom {
    align-items: center;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    padding: 20px 0 80px; }
    @media screen and (min-width: 768px) {
      .site-footer__bottom {
        padding: 30px 0 35px;
        display: block; } }
    @media screen and (min-width: 1024px) {
      .site-footer__bottom {
        flex-direction: row;
        display: flex;
        padding: 30px 0 35px; } }
    @media screen and (min-width: 1200px) {
      .site-footer__bottom {
        justify-content: center;
        gap: 40px;
        margin-top: 80px; } }
  .site-footer__privacy-link {
    font-size: 0.8em;
    line-height: 1.4em;
    text-decoration: underline !important;
    text-underline-offset: 4px; }
    @media screen and (min-width: 1024px) {
      .site-footer__privacy-link {
        font-size: 0.9em; } }
  .site-footer__copyright {
    font-size: 0.70em;
    line-height: 1.4em;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .site-footer__copyright {
        text-align: left;
        margin-top: 10px; } }
    @media screen and (min-width: 1024px) {
      .site-footer__copyright {
        font-size: 0.85em;
        margin-top: 0px; } }

.footer-nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      display: grid;
      grid-template-columns: repeat(3, max-content);
      justify-content: space-between;
      margin-top: 60px;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .footer-nav {
      margin-top: 0;
      justify-content: end; } }
  @media screen and (min-width: 1200px) {
    .footer-nav {
      gap: 60px; } }
  .footer-nav__column {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .footer-nav__column {
        width: 210px; } }
    @media screen and (min-width: 1200px) {
      .footer-nav__column {
        width: 220px; } }
  .footer-nav__group + .footer-nav__group {
    margin-top: 38px; }
  .footer-nav__title {
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.5;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .footer-nav__title {
        font-size: 1.125em; } }
  .footer-nav__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .footer-nav__list {
        gap: 15px; } }
  .footer-nav__item {
    position: relative;
    font-size: 0.9em;
    line-height: 1.4em;
    align-items: flex-start;
    display: flex;
    gap: 2px; }
    @media screen and (min-width: 768px) {
      .footer-nav__item {
        font-size: 1em; } }
    .footer-nav__item::before {
      content: "・";
      flex-shrink: 0; }
    .footer-nav__item a {
      position: relative; }
      .footer-nav__item 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-nav__item a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
  .footer-nav__primary {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin: 40px 0 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .footer-nav__primary {
        gap: 20px; } }
    .footer-nav__primary li {
      font-size: 1.0em;
      font-weight: 700;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        .footer-nav__primary li {
          font-size: 1.125em; } }
      .footer-nav__primary li a {
        position: relative; }
        .footer-nav__primary li 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-nav__primary li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }

@media (min-width: 768px) {
  .link-banner {
    align-items: end;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px; } }
@media (min-width: 1024px) {
  .link-banner {
    display: block; } }

.link-btns {
  max-width: 260px;
  margin: 40px 0 0 0; }
  @media (min-width: 768px) {
    .link-btns {
      max-width: 280px; } }
  .link-btns__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px; }
    @media (min-width: 768px) {
      .link-btns__list {
        gap: 16px; } }
  .link-btns__item {
    width: 100%; }
    .link-btns__item img {
      width: 26px; }
  .link-btns__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    transition: .5s;
    transition: background-color 0.4s ease, color 0.2s ease; }
    @media (min-width: 768px) {
      .link-btns__link {
        padding: 8px 25px; } }
    .link-btns__link:hover, .link-btns__link:focus-visible {
      background-color: #1E58DE;
      border: 1px solid #1E58DE;
      color: #fff; }
      .link-btns__link:hover svg .st0, .link-btns__link:focus-visible svg .st0 {
        fill: #fff; }
  .link-btns__label {
    font-size: 0.9em; }
    @media (min-width: 768px) {
      .link-btns__label {
        font-size: 1.0em; } }
  .link-btns__icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 22px;
    height: 22px; }
    @media (min-width: 768px) {
      .link-btns__icon {
        width: 26px;
        height: 26px; } }
    .link-btns__icon svg {
      width: 100%;
      height: 100%; }
      .link-btns__icon svg .st0 {
        fill: #fff; }

a.recruit-btn {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #1E58DE;
  border-radius: 100px;
  padding: 10px 0;
  width: 280px; }
  @media (min-width: 768px) {
    a.recruit-btn {
      width: 260px; } }
  @media (min-width: 1024px) {
    a.recruit-btn {
      width: 300px; } }
  a.recruit-btn:hover .arrow {
    background-color: #fff;
    color: #1E58DE;
    transform: translateX(5px); }
  a.recruit-btn h3 {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 20px 0 20px; }
    @media (min-width: 1200px) {
      a.recruit-btn h3 {
        font-size: 1.125em; } }
  a.recruit-btn p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0 10px 0 0; }
    @media (min-width: 1200px) {
      a.recruit-btn p {
        font-size: 0.9em; } }
  a.recruit-btn .arrow {
    border: 1px solid #fff;
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 1.25em;
    justify-content: center;
    letter-spacing: 0;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px; }
    @media screen and (min-width: 768px) {
      a.recruit-btn .arrow {
        font-size: 1.375em; } }

/*
---------------------------------------------------------------------------------------------------------------------
右下スクロールで表示するボタン
---------------------------------------------------------------------------------------------------------------------
*/
#you-come {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  opacity: 0;
  transform: translateY(100px);
  width: 280px; }
  @media (min-width: 768px) {
    #you-come {
      left: inherit;
      right: 50px; } }
  @media (min-width: 1024px) {
    #you-come {
      right: 85px; } }

#you-come.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(60px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media (min-width: 768px) {
  @keyframes UpAnime {
    from {
      opacity: 0;
      transform: translateY(100px); }
    to {
      opacity: 1;
      transform: translateY(0); } } }
/*　下に下がる動き　*/
#you-come.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(60px); } }
@media (min-width: 768px) {
  @keyframes DownAnime {
    from {
      opacity: 1;
      transform: translateY(0); }
    to {
      opacity: 0;
      transform: translateY(100px); } } }
