@charset "UTF-8";

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow: visible;
}
body {
  color: #24292e;
}
a {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
}

img {
  max-width: 100%;
}
li {
  list-style: none;
}

.wrapper {
    max-width: 980px;
    margin: 0 auto 50px auto;
    font-size: 1rem;
    padding: 0 4%;
}

@media screen and (min-width: 1080px) {
    .wrapper {
        max-width: 1920px;
        margin: 0 auto 50px auto;
        font-size: 1rem;
        padding: 0 4%;
    }
}

.btn {
    padding: 0.3em 0.8em;
    margin: 2em 0;
    color: #24292e;
    border: 1.5px solid #24292e;
    border-radius: 20px;
}

.btnt {
    text-align: right;
    transition: all 0.2s;
}
.btnt:hover {
    transform: scale(1.03, 1.03);
    opacity: 0.8;
}
@media screen and (min-width: 1080px) {
    .btn {
        padding: 0.5em 1em;
        margin: 3em 0;
        color: #24292e;
        border: 1.5px solid #24292e;
        border-radius: 30px;
    }
    .btnt {
        font-size: 1.3rem;
}        
}

h2 {
    margin-top: 20px;
    margin-left: 20px;
    padding: 0 2px;
    font-size: 2rem;
    font-weight: 500;
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (min-width: 500px) {
    h2 {
        font-size: 3rem;
        padding: 0 3px;
    }
  }
  @media screen and (min-width: 980px) {
    h2 {
        margin-top: 30px;
        margin-left: 30px;
        font-size: 4rem;
        padding: 0 4px;
    }
  }
  h3 {
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    background: rgba(178, 198, 232);
    box-shadow: -3px 4px 0 rgba(0, 0, 0, 0.32);
}
    

@media screen and (min-width: 768px) {
    h3 {padding: 1rem 2rem;
}
}


.text {
     word-break:break-all;
     margin-bottom: 50px;
     padding: 0 6px;
}
  @media screen and (min-width: 768px) {
    .text {
        font-size: 1.3rem;
    }
  }
  @media screen and (min-width: 768px) {
    .box11 {margin:2rem 0;
    }
  }
  .box11{
    margin:1.5rem 0;
    margin-bottom: 50px;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #b1bccc;
    border-bottom: solid 2px #b1bccc;
    text-align: left;
}
.box11:before, .box11:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #b1bccc;
}
.box11:before {left: 10px;}
.box11:after {right: 10px;}
.box11 p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 768px) {
    .box11 {margin:2rem 0;
    }
  }
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
.header {
z-index: 1;
}
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

#reserve {
    width: 90px;
    height: 90px;
    position: fixed;
    right: -120px;
    bottom: 50px;
    background: #ed92bf;
    border-radius: 50%;
    animation: down 5s infinite;
    -webkit-animation: down 5s infinite;
}
  
  @keyframes down {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    40% { transform: scale(1.0, 1.0) translate(0%, 0%); } 
    42%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
    46%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
    54%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    58% { transform: scale(1.0, 1.0) translate(0%, 0%); } 
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); } 
  }
  
  
  #reserve a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #reserve a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f256';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #reserve a::after{
    content: 'RESERVE';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  


  

/*
ハンバーガ―メニュー
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 12px;
  width: 100%;
  height: 50px;
  background: transparent;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.header__title {
    height: 48px;
    text-align: center;
    align-items: center;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 5px;
  z-index: 997;
}
.header img {
    height: 30px;
    margin: 9px 10px 0 10px;
}
.hp a {
    color: #adc6e8;
}
.hp {
    padding: 8.8px 0;
    font-size: 20px;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 5px;
  z-index: 996;
  position: absolute;
  right: 90px;
  width: 60px;
    
}
@media screen and (min-width: 1080px) {
    .hp {right: 105px;
    }
}
.header__nav {
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #adc6e8;
  transition: ease .5s;
  z-index: 999;
}

.header__nav-items {
  padding-top: 200px;
}

.header__nav-item {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header__nav-item a {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}

.header__nav-item:last-child a {
  margin-bottom: 0;
}

.header__hamburger {
  width: 24px;
}
.hamburger {
    padding: 15px 36px 15px 12px;
    background: #ffffff;
    opacity: 0.8;
    border-radius: 5px;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}
.hamburger.active {
    background: transparent;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background-color: #adc6e8;
  position: relative;
  transition: ease .5s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}


.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  background-color: #ffffff;
}


.hamburger.active span:nth-child(2) {
  opacity: 0;
}


.hamburger.active span:nth-child(3) {
  top: -11px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.header__nav-box-mask.active {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,0.55);
  transition: ease .4s;
}
@media screen and (min-width: 768px) {
.header__nav {
     position: absolute;
     right: 0;
    top: -12px;
    width: 50%;
}
.header__nav-box-mask.active {
    display: none;
}
.bun {
    display: flex;
    flex-wrap: wrap;
}
#happy, #life, #con, #home,#concept, #menu, #nail, #style, #event, #staff, #recruit, #access {
    width: 50%;
    height: auto;
} 
}
@media screen and (min-width: 980px) {
    .header__inner {
    padding: 30px 30px;
 }
.header__nav {
    position: absolute;
    right: 0;
    top: -12px;
    width: 35%;
}    
.header__nav-item a {
margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 500;
}
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
    position: relative;
    text-align: center;
}  
#mainvisual img {
    height: 100vh;
    object-fit: cover;
    margin-bottom: 100px;
    border-radius: 50vh;
    padding: 60px 30px;
}
.arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cp_arrows {
    position: relative;
    display: flex;
    height: 300px;/*画面いっぱいにする場合100vh*/
    justify-content: center;
    align-items: center;
  }
  .cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
    position: absolute;
    top: 50%;/*着地点(cp_arrowsの高さの50%)*/
    right: 10%;
    transform: translateX(-50%);
    width: 40px;
    height: 10px;
    opacity: 0;
  }
  .cp_arrows .cp_arrow:first-child {
    animation: arrow-move08 2s ease-in-out infinite;
  }
  .cp_arrows .cp_arrow:nth-child(2)  {
    animation: arrow-move08 2s 1s ease-in-out infinite;
  }
  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {/*矢印全体の設定*/
    position: absolute;
    content: '';
    top: 0;
    width: 20px;
    height: 3px;
    background: hotpink;
  }
  .cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
    left: 2px;
    transform: rotate(30deg);
  }
  .cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
    right: 2px;
    transform: rotate(-30deg);
  }
  @keyframes arrow-move08 {
      0% { opacity: 0; top: 40%;/*スタート地点(cp_arrowsの高さの40%)*/}
     70% { opacity: 1;}
    100% { opacity: 0;}
  }

@media screen and (min-width: 980px) {
    #mainvisual img {
        width: 80%;
        border-radius: 50vh;
        padding: 50px 50px;
    } 
.arrow {
    right: 20px;
}
 }
@media screen and (max-width: 1480px) {#mainvisual {
    font-size: 6rem;
}
}
@media screen and (max-width: 1280px) {#mainvisual {
    font-size: 5rem;
}
}
@media screen and (max-width: 1080px) {#mainvisual {
    font-size: 4rem;
}
} */
#mainvisual{
    transition: 1s; 
    /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
}
.hide{
	transform: translateY(-100%);
      /* 上に消えるようにする */
}

/*-------------------------------------------
concept
-------------------------------------------*/

.syoukai {
    margin-bottom: 50px;
    word-break:break-all;
    padding-top: 6px;
}
#concept {
    text-align: center;
}
@media screen and (min-width: 980px) {
    .syoukai {
    font-size: 1.5rem;
    margin-bottom: 50px;
    word-break:break-all;
    line-height: 2em;
}
.about {
    margin-bottom: 150px;
}
}
.about {
    margin-bottom: 140px;
}
.stic {
    height: 1200px;
}
#happy {
    height: 100vh;
    display: flex;
    position: sticky;
    top: 25px;
    z-index: -10;
}

.happy1_txt {
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 2rem;
    top: 30%;
    right: 25%;
    transform: translate(25%, -30%);
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.happy3_txt {
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 2rem;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -47%);
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.happy5_txt {
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 2rem;
    top: 70%;
    left: 25%;
    transform: translate(-25%, -70%);
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.happy2_txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    font-size: 2rem;
    font-weight: 900;
    top: 13%;
    right: 50%;
    transform: translate(50%, -13%);
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #d4af37 0%, #f9eb9f 50%, #d4af37 100%);
    background: -webkit-linear-gradient(-45deg, #d4af37 0%, #f9eb9f 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.happy4_txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    font-size: 2rem;
    font-weight: 900;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 13%);
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #d4af37 0%, #f9eb9f 50%, #a58312 100%);
    background: -webkit-linear-gradient(-45deg, #d4af37 0%, #f9eb9f 50%, #a58312 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.happy6_mask {
    width: 80px;
    height: 240px;
    position: absolute;
    top: 13%;
    right: 50%;
    transform: translate(50%, -13%);
    background-color: #FFF;
}
.happy7_mask {
    width: 80px;
    height: 260px;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 13%);
    background-color: #FFF;
}

.fadein {
    opacity: 1;
    transition: all 2s;
    &.scrollin{
        opacity: 0;
        transform: translate(0, 0) ;
      }
}

@media screen and (min-width: 400px) {
    .happy4_txt, .happy1_txt, .happy2_txt, .happy3_txt, .happy5_txt {
        font-size: 2.5rem;
    }
    .stic {
        height: 1350px;
        margin-bottom: 50px;
    }
    .happy6_mask {
        height: 300px;
    }
    .happy7_mask {
        height: 320px;
}
}
@media screen and (min-width: 500px) {
.stic {
    height: 1500px;
    margin-bottom: 100px;
}
 #happy {
    height: 900px;
    position: sticky;
    top: 0;
    width: 100%;
 }
.happy4_txt, .happy1_txt, .happy2_txt, .happy3_txt, .happy5_txt {
    font-size: 3rem;
}
.happy6_mask {
    height: 350px;
}
.happy7_mask  {
    height: 380px;
}
.happy1_txt {
    top: 20%;
    right: 25%;
    transform: translate(25%, -20%);
}
.happy3_txt {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.happy5_txt {
    top: 60%;
    left: 25%;
    transform: translate(-25%, -60%);
}
.happy2_txt {
    top: 25%;
    right: 37.5%;
    transform: translate(37.5%, -25%);
}
.happy4_txt {
    bottom: 55%;
    left: 37.5%;
    transform: translate(-37.5%, 55%);
}
.happy6_mask {
    top: 25%;
    right: 37.5%;
    transform: translate(37.5%, -25%);
}
.happy7_mask {
    bottom: 55%;
    left: 37.5%;
    transform: translate(-37.5%, 55%);
}
}

.sec-top {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sec-top img {
    width: 95%;
    border-radius: 30px;
    box-shadow: -4px 5px 3px rgba(0, 0, 0, 0.32);
}
.sub img {
    border-radius: 10px;
    box-shadow: -3px 4px 2px rgba(0, 0, 0, 0.32);
    z-index: -30;
}

@media screen and (min-width: 1080px) {
    .sec-top img {
    max-width: 500px;
}
}
.sec-top img{ 
    vertical-align: middle;
    transform: scale(0);
    transition: all .3s ease-in-out .3s;
}
.sec-top.js-on img{
    transform: scale(1);
}

.tyoku {
    margin-top: 200px;
    margin-bottom: 0;
    padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
    #concept {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .tyoku {
        margin-top: 50px;
}
}
/*-------------------------------------------
style
-------------------------------------------*/
#menu {
    /* margin-top: 140px; */
    margin-bottom: 150px;
}
#style {
    position: relative;
    display: flex;
    height: 800px;
    z-index: -10;
}

.sub {
    text-align: center;
    margin-top: 100px;

}
#style2 {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: -1;
}    
.slidein {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
    

#top {
    position: absolute;
    left: 10px;
    top:-20px;
    z-index: -2;
}           
#style3 {
    position: absolute;
    left: 30px;
    bottom: 100px;
    z-index: -3;
}
#style6 {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: -4;
}
@media screen and (max-width: 500px) {
#style {
    position: relative;
    display: flex;
    height: 600px;
}
.sub {
    text-align: center;
    margin-top: 100px;
}
 #style2 {
    width: 210px;
    height: 280px;
}
#top {
    width: 210px;
     height: 140px;
}           
#style3 {
     width: 180px;
    height: 240px;
}
 #style6 {
     width: 180px;
    height: 120px;
    bottom: 50px;
}
}
@media screen and (min-width: 768px) {
    #style {
        position: relative;
        display: flex;
        height: 800px;
        margin-top: 200px;
    }
    .sub {
        text-align: center;
        margin-top: 100px;
    }
    #style2 {
        position: absolute;
        right: 5%;
        top: -10%;
        z-index: -1;
        width: 240px;
        height: 320px;
    }
    #top {
        position: absolute;
        left: 10px;
        top: 27%;
        z-index: -2;
        width: 240px;
        height: 160px;
    }
    #style3 {
        position: absolute;
        left: 40%;
        top: 44%;
        z-index: -3;
        width: 210px;
        height: 280px;
    }
    #style6 {
        position: absolute;
        left: 4%;
        top: 78%;
        z-index: -4;
        width: 210px;
        height: 140px;
    }
    }
@media screen and (min-width: 980px) {
 #style {
 position: relative;
 display: flex;
 height: 1000px;
}
.sub {
    text-align: center;
    margin-top: 100px;
}
#style2 {
    position: absolute;
    right: 10%;
    top: -5%;
    z-index: -1;
    width: 300px;
    height: 400px;
}
#top {
    position: absolute;
    left: 4%;
    top: 25%;
    z-index: -2;
    width: 360px;
    height: 240px;
}

#style3 {
    position: absolute;
    left: 40%;
    top: 44%;
    z-index: -3;
    width: 270px;
    height: 360px;
}
#style6 {
    position: absolute;
    left: 15%;
    top: 73%;
    z-index: -4;
    width: 300px;
    height: 200px;
}
}
/*-------------------------------------------
nail
-------------------------------------------*/
#event {
    margin-top: 100px;
    margin-bottom: 150px;
}
#nail {
    z-index: -10;
}
@media screen and (min-width: 768px) {
    #event {
        margin-top: 0;
        margin-bottom: 150px;
    }
}
@media screen and (min-width: 980px) {
#nail {
    position: relative;
    display: flex;
}
.sub {
    text-align: center;
    margin-top: 100px;
}
#nail1 {
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: -1;
}
#nail2 {
    position: absolute;
    right: 45%;
    top: 34%;
    z-index: -2;
}
#nail3 {
    position: absolute;
    right: 25%;
    top: 56%;
    z-index: -2;
}
}
@media screen and (max-width: 980px) {
    #nail {
        position: relative;
        display: flex;
        height: 700px;
    }
    
    .sub {
        text-align: center;
        margin-top: 100px;
    }
    
    #nail1 {
        position: absolute;
        right: 5%;
        z-index: -1;
        width: 240px;
        height: 320px;
    }
    #nail2 {
        position: absolute;
        right: 40%;
        bottom: 18%;
        z-index: -2;
        width: 240px;
        height: 160px;   
    }
    #nail3 {
        position: absolute;
        right: 10%;
        top: 90%;
        z-index: -3;
    }
}
@media screen and (max-width: 768px) {
    #nail3 {
        position: absolute;
        right: 45%;
        top: -10%;
        z-index: -2;
    }
}
@media screen and (max-width: 500px) {
    #nail {
        position: relative;
        display: flex;
        height: 700px;
    }
    .sub {
        text-align: center;
        margin-top: 100px;  
    }
    #nail1 {
        position: absolute;
        right: 10px;
        top: 120px;
        z-index: -3;
    }
    #nail2 {
        position: absolute;
        right: 20%;
        top: 400px;
        z-index: -4;
    }
    #nail3 {
        position: absolute;
        left: 10px;
        top: -10px;
        z-index: -2;
    }
}

/*-------------------------------------------
staff
-------------------------------------------*/
#staff {
    position: relative;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}
#staff:after {
    position: absolute;
    content: '';
    top:-7%;
    left: 0;
    background: #b1bccc;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -3;
    transform: translateX(20%);
}
.miyazono, .yuko {
    transform: translateX(-3%);
    margin-top: 140px;
    width: 60%;
    position: relative;
}
.nobuyoshi, .okamoto {
    transform: translateX(68%);
    margin-top: 140px;
    width: 60%;
    position: relative;
}
.miyazono_txt, .yuko_txt {
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 1.4rem;
    top: -30px;
    right: -100px;
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nobuyoshi_txt, .okamoto_txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    font-size: 1.4rem;
    top: -30px;
    left: -100px;
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nobuyoshi {
    margin-bottom: 150px;
}
#up {
    position: relative;
}
.up {
    position: absolute;
    transform: translateX(-4%);
    top:-140px;
    right: 4%;
}
@media screen and (min-width: 650px) {
    .up {
        top:-100px;
    }
}
.icon {
    display: block;
    background: #adc6e8;
    color: #fff;
    padding: 3px;
    line-height: 1rem;
    margin-bottom: 3px;
    width: fit-content;
}
.nobuyoshi_box, .yuko_box, .miyazono_box, .okamoto_box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    left: 0;
    bottom: -40px;
    width: 180px;
} 
@media screen and (min-width: 1080px) {
    .icon {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .nobuyoshi_box, .yuko_box, .miyazono_box, .okamoto_box {
        width: 230px;
        font-size: 1.2rem;
}
}
@media screen and (min-width: 650px) {
    .ichiran {
        display: flex;
        justify-content: space-around;
    }
}
@media screen and (min-width: 980px) {
.nobuyoshi_txt, .okamoto_txt, .yuko_txt, .miyazono_txt  {
font-size: 1.5rem;
}
}
#staff img {
    border-radius: 20px;
}

/*-------------------------------------------
recruit
-------------------------------------------*/
#life {
    display: none;
    margin-bottom: 140px;
    z-index: -10;
}
#recruit {
    margin-top: 80px;
    margin-bottom: 150px;
}
@media screen and (min-width: 980px) {
#life {
    position: relative;
    display: flex;
}
.sub {
    text-align: center;
    margin-top: 100px;
}
#recruit1 {
    position: absolute;
    right: 15%;
    z-index: -1;
}
#recruit2 {
    position: absolute;
    right: 45%;
    top: 40%;
    z-index: -2;
}
#recruit3 {
    position: absolute;
    right: 25%;
    top: 70%;
    z-index: -2;
}
}
.box {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: -5;
    transform: translateY(200px)
  }
  
  .box__line {
    position: absolute;
  }
  
  .box__line:nth-child(1),
  .box__line:nth-child(3) {
    width: 100%;
    height: 2px;
  }
  
  .box__line:nth-child(2),
  .box__line:nth-child(4) {
    width: 2px;
    height: 100%;
  }
  
  .box__line:nth-child(1) {
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, #adc6e8);
    animation: animate1 2s linear infinite;
  
  }
  
  
  
  .box__line:nth-child(2) {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #adc6e8);
  }
  
  
  .box__line:nth-child(3) {
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, transparent, #adc6e8);
  }
  
  
  .box__line:nth-child(4) {
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent, #adc6e8);
  
  }
  .box2 {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: -5;
    transform: translateY(400px);
  }
  
  .box2__line {
    position: absolute;
  }
  
  .box2__line:nth-child(1),
  .box2__line:nth-child(3) {
    width: 100%;
    height: 2px;
  }
  
  .box2__line:nth-child(2),
  .box2__line:nth-child(4) {
    width: 2px;
    height: 100%;
  }
  
  .box2__line:nth-child(1) {
    top: 0;
    left: 0;
    background: linear-gradient(to right, transparent, #adc6e8);
    animation: animate1 2s linear infinite;
  
  }
  
  
  
  .box2__line:nth-child(2) {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, #adc6e8);
  }
  
  
  .box2__line:nth-child(3) {
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, transparent, #adc6e8);
  }
  
  
  .box2__line:nth-child(4) {
    top: 0;
    left: 0;
    background: linear-gradient(to top, transparent, #adc6e8);
  
  }
   @media screen and (max-width: 980px) {
    .box2 {
        transform: translateY(-100px);
    }
}

/*-------------------------------------------
access
-------------------------------------------*/

#home {
    display: none;
    margin-bottom: 140px;
    z-index: -10;
}
#access {
    margin-top: 50px;
    margin-bottom: 150px;
}
#tel {
    color: #24292e;
}
@media screen and (min-width: 980px) {
#home {
    position: relative;
    display: flex;
}
#gai2 {
    position: absolute;
    left: 15%;
    z-index: -1;
}
#gai3 {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: -2;
}
#gai1 {
    position: absolute;
    left: 25%;
    top: 70%;
    z-index: -2;
}
#access {
    margin-top: 0;
}
}
/* スライダー全体 */
.slider-wrapper {
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
  }
  /* スライド3枚のグループ */
  .slider {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
    background-color: #b1bccc;
  }
  /* スライド */
  .slide {
    width: calc(100vw / 3); /* 3はスライドの枚数 */
  }
  /* スライドの画像 */
  .slide img {
    display: block;
    width: 100%;
  }
  /* CSSアニメーション */
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .map {
    color: #393c41;
    text-decoration: underline;
  }
/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
    padding-top: 50px;
    text-align: center;
    background-color: #b1bccc;
}
.site_map {
    margin:  0 100px 120px 100px;
}
#footer a {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: solid #fff 1px;
  }
  #footer p {
    color: #FFFFFF;
    padding-bottom: 31px;
    font-size: 0.8rem;
  }
  @media screen and (min-width: 500px) {
        .site_map  ul{
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
    }
    .site_map li {
        padding: 0 30px;
    }
}

/*-------------------------------------------
access.html
access
-------------------------------------------*/
#a_access {
    margin: 140px auto 200px auto;
    padding: 0 5%;
}
#a_access .btnt {
    margin-top: 30px;
}
#a_tel {
    color: #24292e;
}

/*-------------------------------------------
access.html
map
-------------------------------------------*/
.a_main {
    background-color:#b1bccc;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .a_main {
        height: 350px;
    }
}

.container{
    display: block;
}
.container h1 {
    color: #FFFFFF;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .container h1 {
        font-size: 3rem;
    }
}

.con2 {
    background-color: #f1f1f1;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 30px;
}
.con2 table {
    border-spacing: 10px;
}
.box10 {
    display: block;
}
.box10 td {
    border-bottom: 1px solid #000;
    line-height: 50px;
}
#map {
    text-align: center;
    margin: 20px auto;
}

@media screen and (min-width: 480px) {
.gai-top {
    text-align: center;
}
.gai-top img {
     max-width: 480px;
}
}
#a_access img {
    border-radius: 20px;
    box-shadow:-4px 5px 3px rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 1080px) {
.tennai img{
    margin-top: 80px;
}
}
/*-------------------------------------------
menu.html
-------------------------------------------*/
.con2_2 {
    background-color: #f1f1f1;
    width: 100%;
    /* height: 600px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_2 table {
    border-spacing: 10px;
}
.box20 {
    display: block;
}
.box20 td {
    border-bottom: 1px solid #000;
    line-height: 50px;
}
.content p {
    max-width: 480px;
}
@media screen and (max-width: 1080px) {
    .nail1 img{
        margin-top: 80px;
    }
    }
/*-------------------------------------------
privacypolicy.html
-------------------------------------------*/
.text {
    word-break:break-all;
    margin-bottom: 50px;
}
#policy {
    max-width: 980px;
    margin: 0 auto ;
}
.policy {
    text-align: center;
}
.mail {
    color:#393c41;
}
/*-------------------------------------------
about.html
-------------------------------------------*/
#a_abouttitle {
    position: absolute;
    top: 3%;
    left: 50%;
}
.abti {
    font-size: 2rem;
}
.oomoji {
    font-size: 5rem;
    color: hotpink;
    font-weight: 900;
    margin-top: 50px;
}

@media screen and (max-width: 1280px) {
    .oomoji {
        font-size: 4rem;
}
}
@media screen and (max-width: 1080px) {
    #a_abouttitle {
        position: absolute;
        top: -5%;
        left: 30%;
    }
    .oomoji {
        font-size: 3rem;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    #a_abouttitle {
        position: absolute;
        top: -5%;
        left: 25%;
    }
}
@media screen and (max-width: 1080px) {
    .abti {
        font-size: 1.4rem;
    }
}
    @media screen and (max-width: 500px) {
        #a_abouttitle {
            position: absolute;
            top: -3.5%;
            left: 25%;
        }
        .oomoji {
            font-size: 2rem;
            margin-top: 0;
        }
        .abti {
            font-size: 1.2rem;
        }
    }
    .con4 {
        background-color: #f1f1f1;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto 50px;
    }
    @media screen and (max-width: 500px) {
        .con4 {
            margin: 10px auto 30px;
        }
    }
    .visit {
        width: 100%;
    }
    .visit img {
        max-width: 500px;
        text-align: left;
    }
    .abbtn {
        margin: 50px 0;
    }
/*-------------------------------------------
recruit.html
-------------------------------------------*/
#a_rec {
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
    text-align: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#a_rec:after {
    position: absolute;
    content: '';
    top:10%;
    left: 0;
    background: #b1bccc;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: translateX(20%);
}
.con3 {
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.con3 table {
    border-spacing: 10px;
    width: 600px;
    text-align: left;
}
.recti {
    font-size: 2rem;
    margin-top: 100px;
}
.a_top p {
    font-size: 1.5rem;
    word-break:break-all;
}

.a_top {
    position: relative;
    overflow: hidden;
}
.a_top {
    max-width: 980px;
    margin: 0 auto 50px auto;
    font-size: 1rem;
    padding: 0 4%;
}

.view {
    position: relative;
    top: 50px
}
#a_rectitle {
    position: absolute;
    top: 0;
    left: 40%;
}
@media screen and (max-width: 1080px) {
#a_rectitle {
    position: absolute;
    top: -5%;
    left: 20%;
}
}
@media screen and (max-width: 500px) {
    #a_rectitle {
        position: absolute;
        top: -4%;
        left: 20%;
    }

.recti {
    font-size: 1.2rem;
    margin-top: 50px;
}
.a_top p {
    font-size: 1.4rem;
}
}
@media screen and (min-width: 1080px) {
    .a_top {
        max-width: 1920px;
        margin: 0 auto 50px auto;
        font-size: 1rem;
        padding: 0 8%;
    }
}
.a_visu img {
    border-radius: 20px;
    z-index: -10;
    margin: 0 10px;
    box-shadow: -4px 5px 3px rgba(0, 0, 0, 0.32);
}


.a_visu {
    position: relative;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .a_visu img {
        max-width: 350px;
    }
    .a_top p {
        font-size: 1rem;
    }
}

.recbtn {
    margin-right: 4%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.tdleft {
    width: 30%;
}
.box15 {
    margin-bottom: 30px;
}
.casebox {
    margin: 30px 0 20px 0;
}
.case img{
    width: 300px;
}
.plain {
    background-color:#b1bccc;
    border:none;
    height:3px;
    margin-bottom: 20px;
   }
@media screen and (min-width: 1080px) {
    .case {
        display: flex;
        margin: 50px auto 50px auto;
    }
    .case img{
        margin: 30px 50px 0 50px;
        width: 490px;
        height: 686px;
    }
    .casebox {
        text-align: center;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .ans {
        font-size: 1.2rem;
    }
}

 .caseti {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #adc6e8;
  }
  
  .caseti:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
  }
  #caseo {
    margin-top: 30px;
  }
  .oubo { 
    margin-top: 30px;
    text-align: left;
  }
/*-------------------------------------------
staff.html
-------------------------------------------*/
#a_staff {
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
#a_staff:after {
    position: absolute;
    content: '';
    top:10%;
    left: 0;
    background: #b1bccc;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -2;
    transform: translateX(20%);
}
.a_icon {
    display: block;
    background: #adc6e8;
    color: #fff;
    padding: 3px;
    line-height: 2rem;
    margin-bottom: 3px;
    font-size: 1.5rem;
    width: fit-content;
}
.a_miyazono_box, .a_yuko_box {
    position: absolute;
    top: 210px;
    left: 34%;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 500px;
}
.a_okamoto_box, .a_nobuyoshi_box {
    position: absolute;
    top: 210px;
    left: 30.5%;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.name {
    position:relative;
    display: block;
    top: 0;
    left: 30px;
    font-size: 2.5rem;
}
.reki {
    position:relative;
    display: block;
    top: 0;
    left: 30px;
    font-size: 1.5rem;
}
.a_miyazono {
    position: relative;
    display: block;
    margin-top: 100px;
}
.a_yuko {
    position: relative;
    display: block;
    margin-top: 200px;
}
.a_okamoto, .a_nobuyoshi {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 170px;
}
.a_nobuyoshi {
    margin-bottom: 100px;
}
.a_miyazono p, .a_okamoto p, .a_yuko p, .a_nobuyoshi p {
    word-break:break-all;
    position:relative;
    display: block;
    margin: 0 20px 0 20px;
    line-height: 1.5rem;
    font-size: 1.1rem;
    /* font-size: 1.2rem; */
}
.q {
    word-break:break-all;
    position:relative;
    display: block;
    margin: 20px 20px 10px 20px;
    line-height: 1.5rem;
    font-size: 1.4rem;
}

.a_visual img {
    max-width: 500px;
}
@media screen and (max-width: 768px) {
    .a_visual img {
        max-width: 250px;
    }}
.a_miyazono_txt, .a_yuko_txt {
    position: absolute;
    font-size: 3rem;
    top: 40px;
    left: 40%;
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break:break-all;
}
.a_okamoto_txt, .a_nobuyoshi_txt {
    position: absolute;
    font-size: 3rem;
    top: 40px;
    right: 40%;
    font-style: oblique 10deg;
    display: inline-block;
    background: linear-gradient(135deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    background: -webkit-linear-gradient(-45deg, #393c41 0%, #adc6e8 50%, #393c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    word-break:break-all;
}
@media screen and (max-width: 1080px) {
    .a_okamoto_txt, .a_nobuyoshi_txt, .a_miyazono_txt, .a_yuko_txt{
        font-size: 2rem;
    }
    .a_okamoto_box, .a_nobuyoshi_box, .a_miyazono_box, .a_yuko_box {
        top: 500px;
    }
    .a_miyazono, .a_yuko, .a_okamoto {
        margin-bottom: 450px;
}
.a_nobuyoshi {
    margin-bottom: 350px;
}
}
@media screen and (max-width: 768px) {
    .name {
        position:relative;
        display: block;
        top: 0;
        left: 30px;
        font-size: 2rem;
    }
    .reki {
        position:relative;
        display: block;
        top: 0;
        left: 30px;
        font-size: 1.2rem;
    }
    
    .a_okamoto_box, .a_nobuyoshi_box, .a_miyazono_box, .a_yuko_box {
        position: static;
    }
    .a_okamoto_txt, .a_nobuyoshi_txt, .a_miyazono_txt, .a_yuko_txt{
        top: 20px;
        font-size: 1.5rem;
}
.a_miyazono, .a_yuko, .a_okamoto {
    margin-bottom: 200px;
}
.a_nobuyoshi {
    margin-bottom: 50px;
}
.a_icon {
    display: block;
    background: #adc6e8;
    color: #fff;
    padding: 3px;
    line-height: 1.8rem;
    margin-bottom: 3px;
    font-size: 1.2rem;
    width: fit-content;
}
}
@media screen and (max-width: 540px) {
    .a_okamoto_box, .a_nobuyoshi_box, .a_miyazono_box, .a_yuko_box {
        width: 100%;
    }
    #a_staff img {
        width: 100%;
    }
    .name {
        font-size: 1.6rem;
    }
    .reki {
        font-size: 1.2rem;
}
.q {
    word-break:break-all;
    position:relative;
    display: block;
    margin: 20px 20px 5px 20px;
    font-weight: bold;
    line-height: 1.1rem;
    font-size: 1rem;
}
.a_miyazono, .a_yuko, .a_okamoto {
    margin-bottom: 100px;
}
.a_nobuyoshi {
    margin-bottom: 0;
}
.a_okamoto_txt, .a_nobuyoshi_txt, .a_miyazono_txt, .a_yuko_txt{
    top: -50px;
    font-size: 1.5rem;
}
.a_miyazono_txt, .a_yuko_txt {
    left: 10%;
}
.a_okamoto_txt, .a_nobuyoshi_txt {
    right: 10%;
}
#a_staff {
    margin-top: 50px;
}
.a_miyazono {
margin-top: 100px;
}
}
#a_staff img {
    border-radius: 20px;
}

.omati img {
    width: 490px;
    height: 350px;
    margin: 30px 50px 0 50px;
    border-radius: 20px;
}
.omati {
    display: flex;
    margin: 50px 4% 50px 4%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .omati img {
        width: 245px;
    height: 175px;
    border-radius: 10px;
    }
.omati {
    display: block;
    margin: 50px 4% 50px 4%;
}
}
.ocase {
    margin: 50px auto 50px auto;
}
.ocasebox {
    text-align: center;
    margin: 0 auto 20px;
}

/*-------------------------------------------
visit.html
-------------------------------------------*/
/* @media screen and (max-width: 500px) {
    #visittitle {
        position: absolute;
        top: -10%;
        left: 10%;
    }
}
.visbtn {
    margin-right:4%;
} */
/*-------------------------------------------
q&a.html
-------------------------------------------*/
#faq {
    max-width: 700px;
    margin: 30px auto 0 auto;
    padding: 0 15px;
    text-align: center;
  }
  .qul {
    text-align: left;
  }
  .transition, .qap, .qul .qli i:before, .qul .qli i:after {
    transition: all 0.3s;
  }
  
   .qap {
    text-align: left;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    /* z-index: 2; */
  } 
  
  .qul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 30px 0 60px;
  }
  .qli {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
  }
  .qli + .qli {
    margin-top: 20px;
  }
  .qli:last-of-type {
    padding-bottom: 0;
  }
  .qli i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 19px;
    right: 15px;
  }
  .qli i:before, .qli i:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 3px;
    height: 9px;
  }
  .qli i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .qli i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .qli input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    opacity: 0;
    touch-action: manipulation;
  }
  .qli input[type=checkbox]:checked ~ h2 {
    color: #000;
  }
  .qli input[type=checkbox]:checked ~ p {
    max-height: 0;
    transition: .3s;
    opacity: 0;
  }
  .qli input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .qli input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  @media screen and (min-width: 980px) {
    .qap {
        line-height: 2rem;
        font-size: 1.5rem;
        max-height: 350px;
  }
  .qti {
    font-size: 1.5rem;
  }
  .qli {
    margin: 30px 0;
  }
  .qli i {
    margin-top: 30px;
}
  }