body{
    margin:0px;
    padding:0px;
    color: #db3865;
    background: #fff;
}


header{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    z-index: 1000;
    }

    .amenu{
        font-family: gill-sans-nova, sans-serif;
        text-decoration: none;
        color: #db3865;
        font-weight: 700;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding-top: 5px;
    }

    .amenu::after {
        position: absolute;
        bottom: 8px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #db3865;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
      }
    .amenu:hover::after {
        transform-origin: left top;
        transform: scale(1, 1);
      }

    .amenu1{
        font-family: gill-sans-nova, sans-serif;
        text-decoration: none;
        color: #db3865;
        font-weight: 700;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding-top: 5px;
    }

    .amenu1::after {
        position: absolute;
        bottom: 8px;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #db3865;
      }

    h1{
        margin: 0px;
        padding: 0px;
    }

    .logo{
        width:140px;
        margin:0px 0px 0px 80px;
        padding: 0px;
        z-index: 100;
    }

    a{
        text-decoration: none;
        color: #db3865;
    }

    .g-nav{
    width: 100%;
    z-index: 10;
    }

    .g-nav-menu{
    text-align: right;
    margin: 0px;
    padding: 0px;
    }
    
    .g-nav-menu li{
    color: #db3865;
    padding: 5px 30px;
    list-style-type: none;
    display: inline-block;
    line-height: 50px;
    }

/*お問い合わせボタン*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #db3865;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 1.0rem 0px;
  content: "\f0e0";
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 3.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  font-size: 1.0rem;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}


a.btn-custom01:hover:after {
  content: "\f2b6";
}


a.btn-custom01:active:after {
  content: "\f2b6";
}

    .fixed{
    position: fixed;
    top: 0;
    left: 0;
    }

    .fixed .g-nav-menu li{
    line-height: 50px;
    }


    h2{
      position: absolute;
      top: 65px;
      right: 60px;
      margin: 0 -12px 0 0;
      padding: 0;
      font-family: gill-sans-nova, sans-serif;
      font-weight: 700;
      font-size: 110px;
      line-height: .8;
      letter-spacing: 6px;
      color: #FFEFE7;
    }

      /* PC用 SNS */

  .social {
    position: fixed;
    top: 60%;
    z-index: 1000;
  }
  .social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
    background:  #c82270;
    width: 300px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: #fadae998;
  }
  .social ul li:hover a {
    color: #000;
  }
  .social ul li:hover i {
    color: #fff;
    background:  #c82270;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .social ul li i {
    margin-left: 10px;
    color: #c82270;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

    .flex{
        display: flex;
        margin: 50px;
        flex-flow: row-reverse;
        justify-content: center;
    }

    .flex2{
        padding: 40px 0px 50px;
        display: flex;
        justify-content: center;
        z-index: 1;
        background: #db3865;
        color: #FFEFE7;
    }

    .block{
        display: block;
        margin: 0px 20px 0px 0px;
        font-size: 0.98em;
    }

    .block2{
        display: block;
        margin: 0px 20px 0px 0px;
        font-size: 0.98em;
    }

    .serviceimg{
        width: 300px;
        margin: 10px 0px 0px 30px;
    }

    .serviceimg2{
        width: 300px;
        margin: 10px 30px 0px 0px;
    }

    
    .recruitimg{
        width: 300px;
        height: 350px;
        margin: 100px 0px 0px 50px;
    }

    .recruitimg2{
        width: 300px;
        height: 350px;
        margin: 100px 50px 0px 0px;
    }
    
    .newsimg{
      width: 500px;
      height: 344px; 
    }
    
    .date{
      background:#db3865;
      color: #FFEFE7;
      padding: 0px 10px;
      font-size: 0.88rem;
    }

    h3{
        margin: 30px 0px;
        font-size: 22px;
        color: #db3865;
    }

    h4{
        margin: 30px 0px;
        font-size: 22px;
        color: #FFEFE7;
    }

    .box{
        background:#db3865;
        color: #FFEFE7;
        padding: 5px;
        margin: 0px 20px 0px 0px;
    }

    .box1{
        background:#db3865;
        color: #FFEFE7;
        padding: 5px 21px;
        margin: 0px 20px 0px 0px;
    }

    .boxw{
        background:#FFEFE7;
        color: #db3865;
        padding: 5px;
        margin: 0px 20px 0px 0px;
    }

    .box1w{
        background:#FFEFE7;
        color: #db3865;
        padding: 5px 33px;
        margin: 0px 20px 0px 0px;
    }

    .box2w{
        background:#FFEFE7;
        color: #db3865;
        padding: 5px 16px;
        margin: 0px 20px 0px 0px;
    }

    .space{
        margin-left: 115px;
    }
    
    .space1{
      margin-top: 50px;
  }
    .space2{
      margin-top: 150px;
  }
    

/*アニメーション*/

    .sa {
    opacity: 0;
    transition: all .5s ease;
    }
    
    .sa.show {
    opacity: 1;
    transform: none;
    }
    
    .sa--lr {
    transform: translate(-100px, 0);
    }

    .sa--rl {
        transform: translate(100px, 0);
    }

    /*TOPへ戻るボタン*/
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        background: #db3865;
        border-radius: 50%;
      }
      #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
      }
      #page_top a::before{
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f106';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -5px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
      }

    footer{
        margin: 50px 0px 30px;
        font-size: 11px;
        color: #db3865;
        text-align: center;
    }

    /*------ 共通TOP ------*/

    .top{
        background: #db3865;
        background-size: cover;
        height: 220px;
        margin: 20px 50px;
    }

    
    /*------ リクルートページ コンタクト------*/
    
.btn2,
a.btn2,
button.btn2 {
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #db3865;
  border-radius: 0.5rem;
}

a.btn-custom02 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
}

a.btn-custom02:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  margin: 0;
  padding: 1.0rem 0px;
  content: "\f0e0";
}

.btn-custom01-front2 {
  position: relative;
  display: block;
  padding: 0rem 5rem 1.5rem 3.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  font-size: 1.0rem;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}


a.btn-custom02:hover:after {
  content: "\f2b6";
}


a.btn-custom02:active:after {
  content: "\f2b6";
}
    

.btn3,
a.btn3,
button.btn3 {
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FFEFE7;
  border-radius: 0.5rem;
}

a.btn-custom03 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom03:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border-radius: inherit;
}

a.btn-custom03:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: normal;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
  margin: 0;
  padding: 1.0rem 0px;
  content: "\f0e0";
}

.btn-custom01-front3 {
  position: relative;
  display: block;
  padding: 0rem 5rem 1.5rem 3.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: inherit;
  font-size: 1.0rem;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}


a.btn-custom03:hover:after {
  content: "\f2b6";
}


a.btn-custom03:active:after {
  content: "\f2b6";
}

    /*------ 会社概要 ------*/


    table{
        width: 60%;
        margin: 30px auto 50px;
        border-collapse:collapse;
        box-sizing: border-box;
      }

    
      th{
        width: 180px;
        height: 48px;
        text-align: center;
        color: #db3865;
        border:solid 1px #e9e9e9;
        margin: 0px;
        padding: 0px 10px;
        background:#FFEFE7;
      }
    
      td{
        width: 620px;
        text-align: left; 
        border:solid 1px #e9e9e9;
        margin: 0px;
        padding: 10px 15px;
      }

          
      .th2{
        width: 180px;
        height: 48px;
        text-align: center;
        color: #FFEFE7;
        border:solid 1px #FFEFE7;
        margin: 0px;
        padding: 0px;
        background:#db3865;
      }
    
    
      .pc { display: block !important; }
      .sp { display: none !important; }
  
  @media (max-width:1030px){
        
    .g-nav-menu li{
      color: #db3865;
      padding: 5px 15px;
      list-style-type: none;
      display: inline-block;
      line-height: 50px;
      }

    h2{
      font-size: 80px;
      letter-spacing: 3px;
    }

  }
  
  
  @media (max-width:800px){
      .pc { display: none !important; }
      .sp { display: block !important; }
  
  
     /*ハンバーガーメニュー*/
     .menu,
     .menu span {
     display: inline-block;
     -webkit-transition:all .4s;
     transition: all .4s;
     box-sizing: border-box;
     }
  
     .menu {
       position: fixed;
       top: 10px;
       right:  10px;
       width: 30px;
       height: 23px;
       z-index: 10;
     }
  
     .menu span {
     position: absolute;
     left: 0;
     width: 100%;
     height: 2px;
     background-color: #c82270;
     z-index: 10;
     }
  
     .menu span:nth-of-type(1) {
     top: 0px;
     }
  
     .menu span:nth-of-type(2) {
     top: 10px;
     }
  
     .menu span:nth-of-type(3) {
     bottom: 0px;
     }
  
     .menu.active span:nth-of-type(1) {
     -webkit-transform: translateY(10px) rotate(45deg);
     transform: translateY(10px) rotate(45deg);
     }
  
     .menu.active span:nth-of-type(2) {
     opacity: 0;
     }
  
     .menu.active span:nth-of-type(3) {
     -webkit-transform: translateY(-10px) rotate(-45deg);
     transform: translateY(-10px) rotate(-45deg);
     }
  
     #nav {
     position: fixed;
     top: 0;
     right: 0;
     z-index: 10;
     width: 100%;
     height: 100vh;
     opacity: 0;
     background-color: #fff;
     transition: all 0.3s ease-in-out;
     visibility:hidden;
  
     }
  
     #nav.active{
     right: 0;
     opacity: 1;
     -moz-transform: translateX(0);
     -webkit-transform: translateX(0);
     transform: translateX(0);
     visibility: visible;
     }
  
     #nav ul{
     margin:20px 0;
     padding:20px 0;
     }
  
     #nav ul li{
     list-style-type: none;
     }
  
     #nav ul li a{
    width: 150px;
    display: block;
    padding: 20px 0;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #db3865;
    }

        /* スマホ用SNS */

        .sns {
          margin: 20px auto 20px;
          text-align: center;
        }
        
        .icon {
          color:#fff;
          background:#db3865;
          border-radius:4px;
          text-align:center;
          text-decoration:none;
          font-family:fontawesome;
          position: relative;
          display: inline-block;
          width:35px;
          height:28px;
          padding-top:8px;
          margin:0 2px;
          -o-transition:all .5s;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s;
           -webkit-font-smoothing: antialiased;
        }
      
        .icon:hover {
          background: #ce80a4;
        }
 
  
     .logo{
      width:140px;
      margin:0px 0px 0px 30px;
      padding: 0px;
      z-index: 100;
  }
  
     .main{
       display: block;
      background-image: url(../img/main.jpg);
      background-size: cover;
      background-position: top center;
      min-height: 50vh;
      width: 100%;
      margin: 0px auto;
      text-align: center;
      }
  
     .h2{
       width: 80%;
     }
  
     
     .flex{
      display: block;
      margin: 0px auto;
  }

     .flex2{
      display: block;
      margin: 0px auto;
  }
  
  /*アニメーション*/
  
  .sa--up {
    transform: translate(0, 100px);
  }
  
  
    .sa--rl {
        transform: translate(0px, 0);
    }

    
    /*------ 共通TOP ------*/

    .top{
      background: #db3865;
      background-size: cover;
      height: 180px;
      margin: 20px 0px;
    }

    h2{
      position: absolute;
      top: 62px;
      right: 20px;
      margin: 0 -12px 0 0;
      padding: 0;
      font-family: gill-sans-nova, sans-serif;
      font-weight: 700;
      font-size: 90px;
      line-height: .9;
      letter-spacing: 5px;
      color: #FFEFE7;
      text-align: right;
    }

    /*------ ニュース ------*/
  .newsimg{
    width: 500px;
    height: 344px; 
    text-align: center;
    margin: 0px auto 20px;
    display: block;
  }

  .block{
    display: block;
    margin: 0px auto 50px;
    width: 80%;
  }

  .date{
    background:#db3865;
    color: #FFEFE7;
    padding: 0px 10px;
    margin: 0px 10px;
    font-size: 0.88rem;
  }

    /*------ サービス ------*/

  .serviceimg{
    display: block;
    width: 200px;
    margin: 10px auto 0px;
  }

    /*------ リクルート ------*/
  .recruitimg{
    display: block;
    width: 200px;
    height: 229px;
    margin: 10px auto 0px;
  }

  .block2{
    display: block;
    margin: 0px auto 50px;
    width: 85%;
  }

  .recruit_table{
    width: 100%;
  }

    /*------ 会社概要 ------*/
  table{
    width: 90%;
    margin: 30px auto 50px;
  }

  }

  
  @media (max-width:450px){
  
    
    .logo{
      width: 70px;
      margin:0px 0px 0px 10px;
      padding: 0px;
      z-index: 100;
  }
  
    
    /*------ 共通TOP ------*/

    .top{
      background: #db3865;
      background-size: cover;
      height: 80px;
      margin: 10px 0px;
  }

  h2{
    position: absolute;
    top: 60px;
    right: 20px;
    margin: 0 -12px 0 0;
    padding: 0;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: .8;
    letter-spacing: 1px;
    color: #FFEFE7;
  }
  
  h3{
    margin: 30px 0px;
    font-size: 18px;
    color: #db3865;
  }

  /*------ ニュース ------*/
  .newsimg{
    width: 350px;
    height: 241px; 
    text-align: center;
    margin: 0px auto 20px;
    display: block;
  }

  .block{
    display: block;
    margin: 0px auto 50px;
    width: 85%;
    font-size: 0.85em;
  }

  .date{
    background:#db3865;
    color: #FFEFE7;
    padding: 0px 10px;
    margin: 0px;
    font-size: 0.88rem;
  }

  
    /*------ サービス ------*/

    .serviceimg{
      display: block;
      width: 200px;
      margin: 10px auto;
    }
    
    /*------ リクルート ------*/
  .recruitimg{
    display: block;
    width: 200px;
    height: 229px;
    margin: 10px auto -30px;
  }

  .block2{
    display: block;
    margin: 0px auto 50px;
    width: 85%;
  }

  /*------ 会社概要 ------*/
  table{
    width: 90%;
    margin: 30px auto 50px;
    border-collapse:collapse;
  }
  
  
  }

  @media (max-width:320px){


      /*------ ニュース ------*/
  .newsimg{
    width: 300px;
    height: 207px; 
  }

  }