
@charset "utf-8";
/* Reset Style */ 
html {
/* 1rem = 10px指定 */
font-size: 62.5%;
}

@media (min-width: 600px) {
html { font-size: 76.5%; }
}
@media (min-width: 1025px) {
html { font-size: 76.5%; }
}

* {
font-style:normal;
margin:0;
padding:0;
}

body {
/*文字サイズを指定しない場合のサイズ*/
font-size: 1.3rem;
background:#111111;
width:100%;
max-width: 100%;
-webkit-overflow-scrolling: touch;
}

html {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
html {
font-family: Verdana, Meiryo, sans-serif;
}
}
@media all and (-ms-high-contrast: active) {
html {
font-family: Verdana, Meiryo, sans-serif;
}
}
html,body {
background-attachment: fixed;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video, form, input, button, textarea, article, aside, header, footer, section, nav{
color: #333333;
line-height: 175%;
letter-spacing: 0.5px;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
list-style-type: none;
text-decoration: none;
word-break:break-all;
list-style: none;
display:block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: normal;
}



ul, img {
width:100%;
}
p,span {
display:inline-block;
}
a { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none;}
a:link{color: #333333; text-decoration: none;}
a:visited{color:#333333; text-decoration: none;}
a:active{color:#333333; text-decoration: none;}
a:hover { text-decoration: none; color:#333333;}
/* フォームから文字透明　▼IE10・IE11用 */
:-ms-input-placeholder {
opacity: 0.8;
}
/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
opacity: 0.8;
}
/* ▼Firefox18以前用 */
:-moz-placeholder {
opacity: 0.8;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
opacity: 0.8;
}
/* ▼CSS標準の記述 */
:placeholder-shown {
opacity: 0.8;
}



@font-face {
font-family: 'english';
src: url('./css/CinzelDecorative-Regular.woff') format('woff');
}

@font-face {
font-family: 'suuzi';
 src: url('./css/Cardo-Italic.woff') format('woff');
}
@font-face {
font-family: 'ja_2';
 src: url('./css/NotoSerifJP-Regular.woff') format('woff');
 font-display: block;
}


.ja_pc {
 font-family: "Sawarabi Mincho" , YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
}
.eng {
font-family: 'english', cursive;
}
.su {
font-family: 'suuzi', serif;
}
.ja2 {
font-family: "ja_2",sans-serif;
}


/* 共通 */
.scroll_addclass {
position: fixed;
overflow: hidden;
}
.motion_off {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}
.motion {
opacity:1;
visibility: visible;
transform:translate(0,-30px);
}
.center {
display:block;
text-align:center;
width:100%;
}
.hideen {
overflow: hidden;
}
.clear {
clear:both;
}
.letter_40 {
letter-spacing:-.40em; 
}
.absolute {
position:absolute;
}
.relative {
position:relative;
}
.shadow {
box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
-webkit-transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
-webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.shadow_left{
border-bottom: 1px #dfdfdf solid;
background-color:white;
position: relative;
}
.shadow_left:before
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.shadow_left:after{
content: "";
display: block;
clear: both;
padding-bottom: 0px;
border-spacing: 0px;
margin: 0;
}
.shadow_img {
width: 100%;
position:relative;
border:1px solid #dfdfdf;
padding:5px;
background: white;
-moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
}
.naname {
-webkit-transform: skewY(1.2deg) translate3d(0, 0, 0);
-moz-transform: skewY(1.2deg) translate3d(0, 0, 0);
-ms-transform: skewY(1.2deg) translate3d(0, 0, 0);
transform: rotate(1.2deg) translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;  
}
/* Reset Style End */ 



/* ーーーーーーーーーーーーーー　top1 ーーーーーーーーーーーーーーーーー*/
.header {
width:100%;
}
.top1_ul {
z-index: 99;
position: fixed;
top:0;
left:0;
right:0;
width:100%;
display:flex;
justify-content: flex-start;
height:60px;
/* background:rgba(255,138,177,0.8); */
}
.top1_ul_open {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(255,199,120,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,199,120,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,199,120,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top1_li1 {
margin:6px 0 0 16px;
}
.top1_li1 p {
font-size:1.7rem;
letter-spacing: 2px;
color:white;
line-height:155%;
display:block;
text-align:center;
}
.top1_li1 span{
font-size:1.1rem;
letter-spacing: 1px;
color:white;
display:block;
text-align:center;
line-height:100%;
}
.top1_li2 {
margin:12px 27px 0 auto;
}
.top1_li2 p {
color:white;
display:block;
font-size:1.6rem;
letter-spacing: 4px;
}
.top1_li2 a {
color:white;
}
.top1_li2 img {
width:26px;
}
.top1_li3 {
width:45px;
margin:15px 14px 0 0;
}

/* ーーーーーーーーーーーーーー　ハンバーガー ーーーーーーーーーーーーーーーーー*/
#menu {
    width: 33px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    margin:0 auto;
}
#menu .bar {
    display: inline-block;
    width: 33px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    right:0;
    transition: .15s ease-in-out;
}
#bar01 {
    top: 0;
}
#bar02 {
    top: 10px;
}
#bar03 {
    top: 20px;
}
.active #bar01 {
    top: 10px;
    transform: rotate(45deg);
}
.active #bar02 {
    width: 0;
}
.active #bar03 {
    top: 10px;
    transform: rotate(-45deg);
}


/* ーーーーーーーーーーーーーー　トップ画像 ーーーーーーーーーーーーーーーーー*/
/* top img */
.top_hidden {
overflow: hidden;
position:relative;
width:100%;
max-width:100%;
z-index:3;
}
.dot {
background: url(img/dots.png)repeat;
width:100%;
height: 100%;
z-index:4;
position: absolute;
top:0;
}


#bg_right {
display:block;
transition: transform 5s linear;
position: absolute;
z-index:1;
}
.bg_motion_right {
transform:scale(1.3);
}


.movie_black {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
z-index: 3;
}



/* ーーーーーーーーーーーーーー　トップ画像コメント ーーーーーーーーーーーーーーーーー*/

.main_text {
position: absolute;
top:57%;
left:7%;
color: white;
z-index: 9;
}


.sample{
display: block;
  font-size: 2.2rem;
display: block;
opacity: 0;
}
.sample span{
color: #c1272d;
  letter-spacing: 3px;
line-height:150%;
}
.sample2{
display: block;
  font-size: 2rem;
    opacity: 0;
}
.sample2 span{
color: #c1272d;
  letter-spacing: 1.5px;
  line-height:130%;

}


.sample3{
font-family: 'english', cursive;
display: block;
  font-size: 2.7rem;
  opacity: 0;
}
.sample3 span{
  letter-spacing: 1.8px;
  line-height:140%;
  color: #c69c6d;
}


#title  {
line-height:130%;
font-family: "ja_2",sans-serif;
display: block;
color:white;
  font-size: 2rem;
display: block;
  opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .6s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

#title2 {
width:240px;
margin:1px auto 3px auto;
  display:block;
  padding:0;
  height:1px;
}
#title3 {
display: block;
margin:0px auto 0px auto;
padding:0;
}
#title3 span {
color:white;
font-size:1.7rem;
letter-spacing: 0.1px;
font-family: "ja_2",sans-serif;
}
.opa0 {
opacity: 0;
}
.c2_motion {
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}




/* ーーーーーーーーーーーーーー　heder menu ーーーーーーーーーーーーーーーーー*/
.menu_div {
width:100%;
background-color: rgba(36,30,27,0.6);
position: absolute;
bottom:0;
z-index:5;
}
.menu_ul {
width:100%;
display:flex;
justify-content:center;
}

.menu_ul li{
width:20%;
padding:0% 0 0% 0;
background:url(img/height_line.png)no-repeat;
background-size:1px 60%;
background-position:99% 50%;

}
.menu_ul li:first-child {
width:20%;
background:url(img/height_line.png)no-repeat,url(img/height_line.png)no-repeat;
background-size:1px 60%,1px 60%;
background-position:99% 50%,0 50%;
}
.menu_ul li:last-child {
width:20%;
padding:0% 0 0% 0;
background:url(img/height_line.png)no-repeat;
background-size:1px 60%;
background-position:99% 50%;
}
.menu_ul li a{
    display:block;
    width:100%;
padding:20px 0 18px 0;
}
.menu_p {
display:block;
font-size:0.85rem;
text-align: center;
letter-spacing: 0px;
line-height: 190%;
color:white;
transition:transform 0.5s ease-out;
}
.menu_span {
display:block;
font-size:0.9rem;
text-align: center;
line-height: 190%;
color:#cccccc;
transition:transform 0.5s ease-out;
}

.menu_p_red {
display:block;
font-size:0.85rem;
text-align: center;
letter-spacing: 0px;
line-height: 190%;
color:#d12834;
transition:transform 0.5s ease-out;
}
.menu_span_red {
display:block;
font-size:1rem;
text-align: center;
line-height: 190%;
color:#d12834;
transition:transform 0.5s ease-out;
}







/* ーーーーーーーーーーーーーー　side_model ーーーーーーーーーーーーーーーーー*/
#side_model {
display:none;
width:75%;
margin-left:auto;
position:absolute;
top:0;
opacity:0;
left:0;
right:0;
z-index:98;
height:100vh;
position:fixed;
overflow: scroll;
-webkit-overflow-scrolling: touch;
padding:80px 0 200px 0;
text-align:center;
background-color: rgba(0,0,0,0.9);
}
.arrow_img {
background:url(img/arrow.png)no-repeat;
background-size:8px;
background-position: 95% 54%;
}
.link_all {
display:block;
width:100%;
height:100%;
}
#side_glay {
display:block;
position:absolute;
top:0;
right:0;
left:0;
height:120%;
width:100%;
z-index:11;
position:fixed;

}

.side_link {
width:97%;
margin:auto;
display:block;
border-bottom:1px solid #212121;
text-align:left;
background:;
}

.side_eng {
display:inline-block;
font-size:1.1rem;
margin:21px 5px 11px 20px;
letter-spacing: 1px;
color:white;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}
.side_ja {
display:inline-block;
font-size:1.2rem;
letter-spacing: 0.4px;
color:#999999;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}

.side_eng_red {
display:inline-block;
font-size:1.1rem;
margin:21px 5px 11px 20px;
letter-spacing: 1px;
color:#d12834;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}
.side_ja_red {
display:inline-block;
font-size:1.2rem;
letter-spacing: 0.4px;
color:#d12834;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}
.red {
color:#d12834;
transform:scale(1.1);
}



/* ーーーーーーーーーーーーーー　scroll ーーーーーーーーーーーーーーーーー*/

.tate_line {
display: block;
text-align:center;
}
.tate_line2 {
margin:auto;
display:inline-block;
}

.scroll_div {
  position: absolute;
  left:0;
  right:0;
z-index:90;
  bottom: 13%;
}
.tate_line span {
display:inline-block;
letter-spacing: 6px;
font-size:1.2rem;
color:white;
z-index:90;
padding-left:8px;
  cursor:pointer;
}

.tate {
display: inline-block;
  padding: 10px 40px 50px 40px;
  overflow: hidden;
  color: white;
   width: 1px;
     cursor:pointer;
}
.tate::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 45px;
  background: white;
}

.tate::after {
  animation: sdl 1.7s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}







/* ーーーーーーーーーーーーーー　salary ーーーーーーーーーーーーーーーーー*/

.videos {
position: absolute;
z-index: 1;
}
video {
  width: 100%;
  height: auto;
  margin: auto;
}



.black5 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
z-index: 2;
}


.black3 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
z-index: 2;
}


.black2 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
z-index: 2;
}





/* ーーーーーーーーーーーーーー　about ーーーーーーーーーーーーーーーーー*/


#about {
padding-top: 85px;
overflow: hidden;
position: relative;
}
.about_div {
text-align: center;
}
.about_div h2 {
font-size: 2.5rem;
display: inline-block;
letter-spacing: 3px;
color: white;
line-height: 100%;
border-bottom: 1px solid white;
margin-bottom: 40px;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about_div2 {
margin: auto;
}
.about_div2 p {
padding-left: 8px;
display: inline-block;
font-size: 1.4rem;
color: #999999;
line-height: 220%;
letter-spacing: 3.5px;
white-space: nowrap;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* ーーーーーーーーーーーーーー　sarary ーーーーーーーーーーーーーーーーー*/
#sarary {
padding-top: 60px;
}
.sarary {
margin-left: auto;
width: 100%;
position: relative;
}
.salary_img {
white-space: nowrap;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sarary_div {
position: relative;
width: 80%;
margin:-140px auto 0 auto;
opacity: 0;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.sarary_div_on {
opacity: 1;
transform:translate(0px,-20px);
}

.sarary_div em {
font-size: 1.3rem;
color: white;
letter-spacing: 2px;
color: #999999;
line-height: 170%;
}
.sarary_div h2 {
font-size: 1.4em;
color: #CCCCCC;
letter-spacing: 2.5px;
margin-bottom: 21px;
line-height: 100%;
}
.sarary_div span {
font-size: 2.3rem;
color: #CC9C10;
letter-spacing: 2.2px;
}
.sarary_div_bottom {
width: 100%;
margin: 0 0 0 0;
position: relative;
margin-top: 21px;
}
.salary_coment {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
margin:0 0 7px -7px;
}
.salary_coment span {
width: 26px;
margin-right: 3px;
}
.salary_coment p {
font-size: 1.4rem;
color: #D3D3D3;
letter-spacing: 1.5px;
}



/* ーーーーーーーーーーーーーー　sarary ーーーーーーーーーーーーーーーーー*/
#feature {
padding-top: 90px;
}
.feature {
margin-right: auto;
width: 100%;
position: relative;
}
.feature_img {
white-space: nowrap;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.feature_div {
position: relative;
width: 80%;
margin:-130px auto 0 auto;
opacity: 0;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.feature_div_on {
opacity: 1;
transform:translate(0px,-20px);
}
.feature_div em {
font-size: 1.3rem;
color: white;
letter-spacing: 2px;
color: #999999;
line-height: 170%;
text-align: right;
}
.feature_div h2 {
display: block;
font-size: 1.4em;
color: #CCCCCC;
letter-spacing: 2.5px;
margin-bottom: 22px;
text-align: right;
line-height: 100%;
}
.feature_div span {
display: block;
font-size: 2.3rem;
color: #CC9C10;
letter-spacing: 2.2px;
text-align: right;
}
.feature_p {
width: 100%;
margin: auto;
position: relative;
margin-top: 21px;
}
.feature_p p {
font-size: 1.4rem;
color: #B3B3B3;
line-height: 180%;
letter-spacing: 1.6px;
}


/* ーーーーーーーーーーーーーー　Q&A ーーーーーーーーーーーーーーーーー*/

#qa {
padding-top: 60px;
}
.qa {
margin-right: auto;
width: 100%;
position: relative;
}
.qa_img {
white-space: nowrap;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.qa_div {
position: relative;
width: 80%;
margin:-130px auto 0 auto;
opacity: 0;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.qa_div_on {
opacity: 1;
transform:translate(0px,-20px);
}
.qa_div em {
display: block;
font-size: 1.3rem;
color: white;
letter-spacing: 2px;
color: #999999;
line-height: 170%;
text-align: right;
}
.qa_div h2 {
display: block;
font-size: 1.4em;
color: #CCCCCC;
letter-spacing: 2.5px;
margin-bottom: 28px;
text-align: right;
line-height: 130%;
}
.qa_div span {
display: block;
font-size: 2.3rem;
color: #CC9C10;
letter-spacing: 2.2px;
text-align: right;
}
.qa_p {
width: 100%;
margin: 0 0% 0 0;
position: relative;
margin-top: 25px;
}

.qa_detail {
display: flex;
justify-content: flex-start;
align-items: center;
margin:8px 0 2px 0;
}
.qa_detail span {
width: 25px;
max-width: 10%;
padding-right: 8px;
}
.qa_pa {
font-size: 1.4rem;
color: white;
line-height: 160%;
letter-spacing: 1px;
}

.qa_span {
display: block;
width: 100%;
padding: 3px 0 16px 25px;
}
.qa_pp {
display: block;
font-size: 1.3rem;
color: #B3B3B3;
line-height: 180%;
letter-spacing: 1px;

}








/* ーーーーーーーーーーーーーー　reception ーーーーーーーーーーーーーーーーー*/
#reception {
padding-top: 20px;
}
.reception {
margin-left: auto;
width: 100%;
position: relative;
}
.reception_img {
white-space: nowrap;
opacity: 0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.reception_div {
position: relative;
width: 80%;
margin:-100px auto 0 auto;
opacity: 0;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.reception_div_on {
opacity: 1;
transform:translate(0px,-20px);
}

.reception_div em {
font-size: 1.3rem;
color: white;
letter-spacing: 2px;
color: #999999;
line-height: 170%;
}
.reception_div h2 {
font-size: 1.4em;
color: #CCCCCC;
letter-spacing: 2.5px;
line-height: 150%;
margin-bottom: 21px;
line-height: 100%;
}
.reception_div span {
font-size: 2.3rem;
color: #CC9C10;
letter-spacing: 2.2px;
}
.reception_div_bottom {
width: 100%;
margin: 0 0 0 0;
position: relative;
margin-top: 25px;
}
.rece_ul {
display: table;
width: 100%;
border: 1px solid #4D4D4D;
border-bottom: 0;
}
.rece_ul2 {
display: table;
width: 100%;
border: 1px solid #4D4D4D;
}
.rece_li1{
vertical-align: middle;
padding: 7px 5px;
display: table-cell;
width: 28%;
border-right: 1px solid #4D4D4D;
text-align: center;
}
.rece_li2{
vertical-align: middle;
padding: 10px 3px 10px 10px;
display: table-cell;
width: 72%;
}
.rece_li1 p {
display: block;
font-size: 1.3rem;
color: #B3B3B3;
line-height: 150%;
letter-spacing: 0.3px;
}

.rece_li2 p {
display: block;
font-size: 1.3rem;
color: #B3B3B3;
line-height: 200%;
letter-spacing: 0.3px;
}













/* ーーーーーーーーーーーーーー　contact ーーーーーーーーーーーーーーーーー*/

#contact {
padding-top: 80px;
}
.contact_div0 {
opacity: 0;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.contact_div {
text-align: center;
position: relative;
width: 80%;
margin:0px auto 37px auto;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.contact_div_on {
opacity: 1;
transform:translate(0px,-20px);
}

.contact_div h2 {
font-size: 1.5em;
color: #CCCCCC;
letter-spacing: 2.5px;
line-height: 140%;
margin-bottom: 10px;
}
.contact_div span {
font-size: 2.3rem;
color: #CC9C10;
letter-spacing: 2.2px;
line-height: 140%;
}
.con_em {
width: 170px;
margin: auto;
}
.oubo {
  width: 90%;
  margin: 20px auto 37px auto;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.oubo li {
width: 46%;
margin: 0 3% 0 1%;
border:1px solid #666666;
padding: 14px 0;
border-radius: 2px;
}
.oubo li:last-child {
width: 46%;
margin: 0 1% 0 3%;
border:1px solid #666666;
padding: 14px 0;
border-radius: 2px;
}
.oubo div {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.oubo span {
width: 22px;
margin-right: 5px;
}

.oubo p {
font-size: 1.3rem;
color: white;
line-height: 150%;
letter-spacing: 0.6px;
}
.oubo_form {
width: 92%;
margin: 29px auto 0 auto;
text-align: center;
background:#333333;
color: white;
padding: 11px 0px 12px 0;
 border:1px solid #4D4D4D;
  border-bottom:0px;
}
.oubo_form h3{
display: block;
font-size: 1.6rem;
color: #CCCCCC;
line-height: 150%;
}

.contact_div2 {
text-align: center;
position: relative;
width: 80%;
margin:60px auto 0 auto;
transition: opacity 0.5s ease-out, transform 0.5s linear;
}
.contact_div2 h2 {
font-size: 1.5em;
color: #CCCCCC;
letter-spacing: 2.5px;
line-height: 140%;
margin-bottom: 10px;
}
.contact_div2 span {
font-size: 2.3rem;
color: #CCCCCC;
letter-spacing: 2.2px;
line-height: 140%;
}

































/* contact form */
.contact_back {
width:100%;
margin:0px auto 0 auto;
}


.contact__back {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
-webkit-transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
-webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
width:92%;
margin:0 auto;
background:#111111;
 border:1px solid #4D4D4D;
}
.contact_ul {
width:100%;
letter-spacing: -.40em;

vertical-align: top;
}
.contact_li1 {
vertical-align: top;
display:inline-block;
width:33%;
font-size:1.3rem;
letter-spacing:0.1px;
height:68px;
line-height:68px;
text-align:center;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
}
.contact_li2 {
  vertical-align: top;
display:inline-block;
width:67%;
height:68px;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
}
.recruit_li1_check {
vertical-align: top;
display:inline-block;
width:33%;
font-size:1.3rem;
color: #666666;
letter-spacing:0.1px;
height:123px;
line-height:123px;
background:white;
text-align: center;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
}
select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
.recruit_li2_check {
  vertical-align: top;
display:inline-block;
width:67%;
padding:0px 0 13px 0;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
}
.contact_li_dai {
vertical-align: top;
display:inline-block;
width:33%;
font-size:1.3rem;
color: #666666;
letter-spacing:0.1px;
height:110px;
line-height:110px;
text-align:center;
background:white;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
}
.contact_li2_dai {
  vertical-align: top;
display:inline-block;
width:67%;
height:110px;
background:#333333;
color: #F2F2F2;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
}
.contact_form {
display:block;
width:80%;
background:white;
font-size:14px;
margin:17.5px auto 0 auto;
height:33px;
  vertical-align: middle;
padding:0 5px 0 5px;
border:1px solid #4D4D4D;
}
.contact_day {
vertical-align: bottom;
display:inline-block;
padding:0 1px 0 1px;
color:white;
letter-spacing: 0.1px;
font-size:1.2rem;
}
.select_contact  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:93% 50%;
    background-size:13px; 
    width:30%;
font-size:1.3rem;
margin:14px 0 0 10%;
height:40px;
padding-left:5px;
border:1px solid #4D4D4D;
  color:#1c1c1c;
}
.select_contact2  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:93% 50%;
    background-size:13px; 
    width:30%;
font-size:1.3rem;
margin:14px 0 0 6%;
height:40px;
padding-left:7px;
border:1px solid #4D4D4D;
  color:#1c1c1c;
}
.select_contact_time  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:93% 50%;
    background-size:13px; 
    width:50%;
font-size:1.3rem;
margin:14px 0 0 10%;
height:40px;
padding-left:7px;
border:1px solid #4D4D4D;
  color:#1c1c1c;
}
.select_contact_time_new1  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:98% 50%;
    background-size:13px;
    width:39%;
    font-size:1.4rem;
margin:14px 0 0 10%;
height:40px;
padding-left:7px;
  color:#1c1c1c;
}
.select_contact_time_new2  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:98% 50%;
    background-size:13px;
    width:39%;
    font-size:1.4rem;
margin:14px 0 0 2%;
height:40px;
padding-left:7px;
  color:#1c1c1c;
}
.contact_li1_check {
vertical-align: top;
display:inline-block;
width:33%;
font-size:1.3rem;
letter-spacing:0.1px;
height:230px;
line-height:230px;
color:#d6d6d6;
text-align:center;

}

.contact_li2_check {
  vertical-align: top;
display:inline-block;
width:67%;
height:230px;
border-left:1px solid #4D4D4D;
}
.contact_check_li {
border-radius: 6px;
}
/*  rariobotan */
.radio_form input{
  display: none;
}
.radio_form label{
  display: block;
  cursor: pointer;
display:block;
width:70%;
background:white;
font-size:1.3rem;
margin:14px auto 0 10%;
height:40px;
line-height:40px;
  vertical-align: middle;
padding:0 5px 0 8px;
  transition: .2s;
  letter-spacing:1px;
  border-radius:12px;
  color:#1c1c1c;
  border:1px solid #4D4D4D;

}
.radio_form label:first-of-type{
  border-radius: 3px 0 0 3px;
}
.radio_form label:last-of-type{
  border-radius: 0 3px 3px 0;
}
.radio_form input[type="radio"]:checked + label {
  background-color: #af9680;
  color: #fff;
    border:0px;
}

.select_contact_therapist  {
display: inline-block;
  vertical-align: middle;
    overflow: hidden;
    background: white url(img/contact_arrow.png)no-repeat;
    background-position:93% 50%;
    background-size:13px; 
    width:75%;
font-size:1.3rem;
margin:14px 0 0 10%;
height:40px;
padding-left:7px;
}
.contact_form_dai {
display:block;
width:80%;
background:white;
font-size:1.3rem;
margin:15px auto 0 auto;
height:80px;
  vertical-align: middle;
padding:5px 5px 5px 5px;
background:white;
opacity:1;
line-height:120%;
border:1px solid #4D4D4D;
}
.contact_on {
width:100%;
text-align:center;
margin:18px 0 16px 0;
}
.contact_on_p {
display:inline-block;
vertical-align: middle;
color:#d8d8d8;
font-size:1.3rem;
letter-spacing:0.5px;
margin-left:3px;
}


.check_css {
  margin:0% 0% 0% 0%;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 3px 0 0 24px;
  vertical-align: middle;
  cursor: pointer;
  color:#6a3906;
font-size:0.86em;
  line-height: 120%;
  letter-spacing: 1.5px;
}
.check_css:hover:after {
  border-color: white;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_on input[type=checkbox] {
  display: none;
}
.contact_on input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
.contact_botan {
width:100%;
text-align:center;
margin:0 auto 30px auto;
}

.view_contact {
margin:32px auto 0px auto;
background:white;
border-radius: 20px;
width:188px;
height:50px;
text-align:center;
background:#808080;
cursor:pointer;
}
.view_contact p {
font-size:1em;
color:white;
letter-spacing: 4px;
line-height: 50px;
}
.view_contact a{
display:block;
width:100%;
}

/* エラーメッセージ　*/
.entry_error {
display:inline-block;
padding:5px 8px;
background-color:#b5b5b5;
text-align:center;
vertical-align: middle;
margin:0% 0% 2% 29%;
font-size:1.3rem;
letter-spacing:1px;
color:white;
border-radius: 12px;
position:relative;
}
.entry_error:after {
  border:10px solid transparent;
  border-bottom-color:#b5b5b5;
  border-top-width:0;
  width:0;
  top:-9px;
  content:"";
  display:block;
  left:70%;
  position:absolute;
}
.contact_chui {
width:100%;
background:#f4f4f4;
padding:20px 0 25px 0;
display:block;
margin:0px 0 0 0;
}
.contact_chui p {
width:90%;
display:block;
padding-bottom:9px;
margin:0 auto;
font-size:1.3rem;
line-height:160%;
letter-spacing:0.8px;
color:#1a1a1a;
}
.contact_chui span {
color:red;
}
.contact_p2 {
display:block;
width:90%;
margin:35px auto 14px auto;
font-size:1.3rem;
color: #cccccc;
letter-spacing:0.8px;
}
.contact_p3 {
display:block;
width:85%;
margin:25px auto 10px auto;
font-size:1.3rem;
color: #cccccc;
}
.contact_conf_ad {
display:block;
font-size:1.3rem;
color:#cccccc;
text-align:center;
margin:0 0 20px 0;
}
.contact_conf {
vertical-align: middle;
display:table-cell;
width:67%;
padding:20px 0;
color:#F2F2F2;
font-size:1.3rem;
letter-spacing: 1.3px;
padding:0 5px 0 8px;
border-left:1px solid #4D4D4D;
border-bottom:1px solid #4D4D4D;
background: #333333;
}
.contact_conf a{
color:#F2F2F2;
}
.contact_conf_r {
vertical-align: middle;
display:table-cell;
width:67%;
padding:20px 0;
color:#F2F2F2;
font-size:1.3rem;
letter-spacing: 1.3px;
padding:0 5px 0 8px;
border-left:1px solid #4D4D4D;
border-bottom:1px solid #4D4D4D;
background: #333333;
}
.contact_conf_r a{
color:#F2F2F2;
}
.contact_li1_conf {
vertical-align: middle;
display:table-cell;
width:33%;
font-size:1.3rem;
letter-spacing:0.1px;
height:68px;
line-height:68px;
color:#F2F2F2;
text-align:center;
border-bottom:1px solid #4D4D4D;
background: #333333;
}
.contact_conf a {
color:#F2F2F2;
}
.contact_li_dai_conf {
vertical-align: middle;
display:table-cell;
width:33%;
height:auto;
font-size:1.3rem;
letter-spacing:0.1px;
padding:20px 0;
color:#F2F2F2;
text-align:center;
background:#333333;
border-bottom:1px solid #4D4D4D;
}
.contact_ul_table {
display:table;
width:100%;
letter-spacing: -.40em;

vertical-align: middle;
}
.contact_dai_conf {
width:67%;
display:table-cell;
font-size:1.3rem;
vertical-align: middle;
letter-spacing: 1.3px;
padding:20px 5px 20px 8px;
color: #F2F2F2;
background:#333333;
border-bottom:1px solid #4D4D4D;
border-left:1px solid #4D4D4D;
}
.contact_edit {
width:80%;
margin:30px auto 110px auto;
}
.contact_edit_ok {
display:inline-block;
width:42%;
margin:0 4%;
}
.view_contact_conf {
margin:10px auto 0px auto;
background:#808080;
width:100%;
height:43px;
text-align:center;
}
.view_contact_conf p {
font-size:1.3rem;
color:white;
letter-spacing: 4px;
line-height: 43px;
}
.view_contact_conf a{
display:block;
width:100%;
}
.contact_confspace {
margin:30px 0;
}


.recruit_botan {
width:100%;
text-align:center;
margin:15px auto 30px auto;

}
.recruit_space {
margin:30px auto;
width:100%;
}

.recruit_p2 {
display:block;
width:100%;
margin:0 auto 10px auto;
font-size:1.3rem;
letter-spacing: 0.6px;
text-align:center;
font-weight:bold;
color:#808080;
}




.view {
margin:32px auto 0px auto;
background:white;
border-radius: 20px;
width:188px;
height:50px;
text-align:center;
background:#808080;
cursor:pointer;
}
.view p {
font-size:1em;
color:white;
letter-spacing: 4px;
line-height: 50px;
}


.of {
width: 85%;
margin: 90px auto 50px auto;
}





/*  TOPローディング */

.contents{
opacity: 0;
transition: opacity 2s;
}

.contents_on {
opacity: 1;
transition:opacity 2s;
}
#loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -17px;
    margin-top: -35px;
  text-align: center;
  color: #fff;
  z-index: 2;
}





















/* ーーーーーーーーーーーーーー　pad ーーーーーーーーーーーーーーーーー*/
@media (min-width: 600px) {
.top1_ul {
position: absolute;
}
.menu_ul {
width:80%;
max-width:850px;
margin:auto;
}
#side_model {
width:40%;
margin-left:auto;
}

.pc {
  margin: auto;
width: 85%;
max-width: 800px;
}

.feature_p p {
font-size: 1.4rem;
color: #B3B3B3;
line-height: 220%;
letter-spacing: 2px;
}

.salary_coment p {
font-size: 1.5rem;
color: #D3D3D3;
line-height: 220%;
letter-spacing: 2px;
}

.about_div2 p {
font-size: 1.5rem;
line-height: 230%;
letter-spacing: 3.5px;

}


.of {
width: 55%;
margin: 130px auto 50px auto;
}





}


/* pc ーーーーーーーーーーーーーーーーー*/
@media (min-width: 1025px) {

}



