@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*
font-family: "Oswald", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
*/

/* ---------------------------------------------------------------------------
//  base
--------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
*::before,
*::after { box-sizing: border-box; }
html, body { width: 100%; height: 100%; }
img, iframe { border: 0; vertical-align: bottom; }
ul, ol { list-style-type: none; }
a { text-decoration: none; }
mark { font-weight: bold; color: inherit; background-color: transparent; }
em { font-style: normal; }
address { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: baseline; }

.cf::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

:root {
  --blue: #2EA7E0;
  --bg: #F7F7F7;
  --text1: #212121;
  --text2: #4A4A4A;
  --text3: #737373;
}

/* ---------------------------------------------------------------------------
//  all
--------------------------------------------------------------------------- */
html { font-size: 62.5%; }
@media (max-width: 1360px) {
  html { font-size: calc(100vw / 1440 * 10); }
} /*@*/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--text1);
  line-height: 1.8;
  background: #FFF;
}
h1, h2, h3, h4, h5, h6 { font-weight: inherit; line-height: 1.4; }

a { transition: .3s; color: inherit; }
@media (min-width: 768px) {
  a:hover { opacity: .7; }
}
.preload a { transition: none !important; }

.wrap { margin: 0 auto; overflow: hidden; position: relative; }
.inner { max-width: 118rem; height: 100%; margin: 0 auto; position: relative; }
.inner-min { max-width: 94rem; height: 100%; margin: 0 auto; position: relative; }
ul.indent li { text-indent: -1em; padding-left: 1em; }
ul.dot li::before { content: "・"; }
ol.num { counter-reset: li; }
ol.num > li { text-indent: -1.2em; padding-left: 1.2em; }
ol.num > li:before { content: counter(li) "."; counter-increment: li; padding-right: 5px; }
ol.brackets { counter-reset: li; }
ol.brackets > li { text-indent: -1.55em; padding-left: 1.55em; }
ol.brackets > li:nth-child(n+10) { text-indent: -2.1em; padding-left: 2.1em; }
ol.brackets > li:before { content: "(" counter(li) ")"; counter-increment: li; padding-right: 5px; }
hr { display: block; height: 1px; border: none; border-top: 1px solid rgba(255,255,255,0.2); margin: 1em 0; }
img { width: 100%; height: auto; }
img.cover { width: 100%; height: 100%; object-fit: cover; }
img.contain { width: 100%; height: 100%; object-fit: contain; }
.text-overflow { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.sml { font-size: 80%; }
.t-center { text-align: center; }
.t-right { text-align: right; }
.pc-center { text-align: center; }
.bold { font-weight: 700; }

.flex { display: flex; justify-content: space-between; }
.flex.jstart { justify-content: flex-start; }
.flex.jend { justify-content: flex-end; }
.flex.jcenter { justify-content: center; }
.flex.fwrap { flex-wrap: wrap; }
.flex.fwrap.bottom > * { margin-bottom: 20px; }
.flex.istart { align-items: flex-start; }
.flex.iend { align-items: flex-end; }
.flex.icenter { align-items: center; }
.flex.half > * { width: 47%; }
.flex.half50 > * { width: 50%; }
.flex.third > * { width: 32%; }
.flex.quarter > * { width: 24%; }
.flex.reverse { flex-flow: row-reverse; }
.flex.third.fwrap::after { content: ""; width: 32%; display: block; }
.flex.quarter.fwrap::before { content: ""; width: 24%; display: block; order: 1; }
.flex.quarter.fwrap::after { content: ""; width: 24%; display: block; }

a.scale { overflow: hidden; }
a.scale img { transition: .3s; }
@media (min-width: 768px) {
  a.scale:hover img { transform: scale(1.05); }
}

section { position: relative; }


/* /////////////////////////////////////////////////////////////////////////// */

.trigger,
.sp-only,
.sp-only-inline { display: none; }
br.pc { display: block; }
br.sp { display: none; }
a[href^="tel:"] { pointer-events: none; cursor: default; }

@media (max-width: 768px) {
html > * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { overflow-y: visible; }
body { min-width: 100%; overflow-x: hidden; }
body.fixed { position: fixed; width: 100%; height: 100%; }

.sp-only { display: block; }
.sp-only-inline { display: inline; }
.pc-only { display: none; }
br.pc { display: none; }
br.sp { display: block; }
a[href^="tel:"] { pointer-events: auto; cursor: pointer; }

.wrap { margin: 0 auto; }
.inner { width: 100%; padding-left: 2rem; padding-right: 2rem; }
.inner-min {  width: 100%; padding-left: 2rem; padding-right: 2rem; }

.flex:not(.alw) { flex-flow: column nowrap; }
.flex.istart:not(.alw),
.flex.iend:not(.alw),
.flex.icenter:not(.alw) { align-items: stretch; }
.flex.half:not(.alw) > * { width: 100%; }
.flex.half50:not(.alw) > * { width: 100%; }
.flex.third:not(.alw) > * { width: 100%; }
.flex.quarter:not(.alw) > * { width: 100%; }
.flex.reverse:not(.alw) { flex-flow: column nowrap; }
/*
.flex:not(.alw) > * { margin-bottom: 20px; }
.flex:not(.alw) > *:last-child { margin-bottom: 0; }
*/
.flex.sp-half > * { width: 48%; }
.flex.sp-half50 > * { width: 50%; }
.flex.sp-fwrap { flex-wrap: wrap; }

.pc-center { text-align: left; }
.sp-center { text-align: center; }

.table-wrapper { overflow: auto; white-space: nowrap; }
.table-wrapper table { width: auto; }

html { font-size: calc(100vw / 375 * 10); }

body {
  font-size: 1.6rem;
}

} /*@*/

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
.base-header {
  width: 100%;
  height: 9rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5rem;
  
  .logo {
    width: 26.8rem;
  }
  .sp-nav {
    display: block;
    
    .menu {
      height: 9rem;
      display: flex;
      align-items: center;
      
      li {
        margin-left: 4rem;
        font-weight: 500;
        
        &.top {
          display: none;
        }
        
        &.recruit {
          height: 100%;
          
          a {
            display: block;
            background: var(--blue);
            font-size: 2rem;
            color: #fff;
            padding: 0 4rem;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
          }
        }
      }
    }
  }
  .sp-btn {
    display: none;
  }
}

.recruit-header {
  padding: 2.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  
  .logo {
    width: 31.1rem;
  }
  .mes {
    display: flex;
    align-items: center;
    border: 1px solid var(--blue);
    border-radius: 100rem;
    overflow: hidden;
    margin-left: 2rem;
    background: #fff;
    
    .title {
      background: #6DCBF7;
      color: #fff;
      font-weight: 900;
      font-size: 2.1rem;
      padding: 0 1rem 0 2.5rem;
      
      span {
        font-size: 1.6rem;
      }
    }
    .text {
      padding: 0 1.5rem;
      font-size: 1.6rem;
      color: var(--blue);
    }
  }
  .btn {
    margin-left: auto;
    border: 1px solid var(--text3);
    border-radius: .5rem;
    color: var(--text3);
    padding: 1.2rem 3rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .btn::after {
    content: "";
    display: inline-block;
    background: url(../img/icon-link.svg) center center / contain no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 1rem;
  }
}

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.base-footer {
  background: var(--text1);
  padding-top: 7rem;
  color: #fff;
  
  a {
    color: #fff;
  }
  
  .info {
    .logo {
      width: 33.5rem;
      margin-bottom: 3rem;
    }
    p {
      margin-top: 2rem;
      line-height: 1.4;
    }
  }
  .menu {
    ul {
      width: 14rem;
      
      li {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
      }
    }
    .recruit {
      margin-left: 2rem;
      
      .btn {
        display: block;
        width: 21rem;
        padding: 1.6rem 0;
        background: var(--blue);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        position: relative;
        
        &::after {
          content: "";
          display: block;
          background: url(../img/icon-right.svg) center center / contain no-repeat;
          width: 1.6rem;
          height: 1.3rem;
          position: absolute;
          top: 50%;
          right: 1rem;
          transform: translateY(-50%);
        }
      }
    }
  }
  .copyright {
    border-top: 1px solid #3E3E3E;
    margin-top: 6rem;
    padding: 2rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #969696;
  }
}


.recruit-footer {
  .end {
    padding: 3rem 0 5rem;
    border-top: 1px solid #B5B5B5;
    margin-top: 1rem;
  }
  .logo {
    width: 33.5rem;
  }
  .copyright {
    font-size: 1.4rem;
    color: #969696;
  }
}



/* /////////////////////////////////////////////////////////////////////////// */
@media (min-width: 769px) {
  .sp-nav {
    display: block !important;
  }
}

@media (max-width: 768px) {
.base-header {
  height: 6rem;
  padding-left: 1rem;
  .logo {
    width: 18.8rem;
  }
  .trigger {
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(../img/trigger-on.png) center center / 3rem no-repeat;
  }
  .trigger.active {
    background: url(../img/trigger-off.png) center center / 3rem no-repeat;
  }
  .sp-nav {
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    background: #fff;
    nav {
      padding: 2rem;
      .menu {
        height: auto;
        display: block;
        li {
          font-size: 1.8rem;
          margin: 0 0 .5rem;
          &.top {
            display: block;
            margin: 0 0 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #c4c4c4;
          }
          &.recruit {
            border-bottom: none;
            margin-top: 2rem;
            a {
              height: auto;
              padding: 1rem 0;
              position: relative;
              &::after {
                content: "";
                display: block;
                background: url(../img/icon-right.svg) center center / contain no-repeat;
                width: 1.6rem;
                height: 1.3rem;
                position: absolute;
                top: 50%;
                right: 1rem;
                transform: translateY(-50%);
              }
            }
          }
        }
      }
      .info {
        p {
          margin-top: 1rem;
          font-weight: 500;
          line-height: 1.4;
        }
      }
    }
  }
  .sp-btn {
    display: flex;
    align-items: center;
    height: 100%;
    
    .header-recruit-btn {
      font-size: 1.2rem;
      padding: .2rem 1rem;
      color: #fff;
      background: var(--blue);
      margin-right: 1rem;
    }
  }
}

.recruit-header {
  padding: 1.5rem 2rem 2rem;
  flex-wrap: wrap;
  position: static;
  .logo {
    width: 23rem;
    position: relative;
    &::after {
      content: "";
      display: block;
      background: url(../img/recruit-logo.svg) center center / contain no-repeat;
      width: 9.5rem;
      height: 2.4rem;
      position: absolute;
      right: -10rem;
      top: .7rem;
    }
  }
  .mes {
    display: none;
  }
  .btn {
    margin: 1rem 0 0;
    width: 100%;
    padding: .3rem 3rem;
    text-align: center;
  }
}


.base-footer {
  padding-top: 4rem;
  .info {
    .logo {
      width: 26rem;
    }
  }
  .menu {
    ul {
      display: none;
    }
    .recruit {
      margin: 2rem 0 0;
      .btn {
        width: 100%;
      }
    }
  }
  .copyright {
    margin-top: 4rem;
    padding: 2rem 0 3rem;
    font-size: 1rem;
  }
}

.recruit-footer {
  .logo {
    width: 26rem;
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
    padding: 2rem 0 3rem;
    font-size: 1rem;
  }
}

} /*@*/


/* /////////////////////////////////////////////////////////////////////////// */


