/*----------------- 下記追加 -----------------*/
html {
	height:100%;
	font-size: 62.5%;
	margin:0;
}
body {
	font-weight:500;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #000;
	text-align: left;
	width: 100%;
	height:100%;
	word-wrap: break-word;
	word-break:break-all;
	-webkit-text-size-adjust: none;
	}
ol,ul,li {
	list-style:none;
	margin:0;
	padding:0;
	}
a, a:link {color: #000;}
a, a:link, a:hover {
	text-decoration:none;
	}
a.link_txt {color:#3366FF; text-decoration:underline; font-size:1.1em;}
	
h1 {
	font-size:1.3rem;
	}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
	
/*----- button -----*/		
.ef-btn01 {
	position: relative;
	display: inline-block;
	padding: .75em 0 8px;
	width:260px;
	border-radius:4px;
	background-color:#ff9000;
	box-shadow:0px 3px 0 0 rgba(229, 129, 0, 1);
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size:1.6rem;
	text-transform:uppercase;
}
.ef-btn01::after {
	position: absolute;
	top: 5px;
	right: 3em;
	content: '>';
	font-size:2rem;
	transition: all .2s;
}
.ef-btn01:hover::after {
	right:2.5em;
	color:#ffa800;
}
.ef-btn01:hover,.ef-btn01.on {
	background:#ffa800;
	box-shadow:0px 3px 0 0 rgba(229, 158, 0, 1);
	color:#fff;
	text-decoration:none;
	}

.ef-btn02 {
	display: inline-block;
	padding: 10px 0 8px;
	width:170px;
	border-radius:30px;
	background-color:#ff9000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size:2.4rem;
	font-weight:600;
	line-height:1;
	text-transform:uppercase;
}
.ef-btn02 span {
	font-weight:500;
	display:block;
	font-size:1.3rem;
	margin-top:.25em;
	}
.ef-btn02:hover {background:#ffac41;}

.cv-btn {
	display: inline-block;
	padding: 15px 0 13px;
	width:65%;
	background-color:#ae2d5b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-size:1.6rem;
	line-height:1;
	text-transform:uppercase;
}
.cv-btn:hover {background:#d5356e;}

.gry-button {
	display: inline-block;
	max-width: 300px;
	width: 80%;
	height: 48px;
	line-height: 48px;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	color: #fff !important;
	background-color: #333;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gry-button:hover {background-color: #666;}


/*----- figure effect -----*/
figure.effect01 {
width:100%;
height:465px;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:pointer;
}

figure.effect01 figcaption {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
z-index:1;
background-color:rgba(0,0,0,0.1);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.top-salon-area figure.effect01.slon-left figcaption  {
	background-color:rgba(34,24,8,0.7);
	}
.top-salon-area figure.effect01.slon-right figcaption  {
	background-color:rgba(23,23,23,0.7);
	}
figure.effect01 img.scale-img {
width:100%;
min-width:600px;
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
-webkit-transition:all .4s linear;
transition:all .4s linear;
z-index:0;
}

figure.effect01 figcaption div {
position:absolute;
top:20%;
left:0;
right:0;
width:100%;
margin:auto;
color:#fff;
font-size:1.6rem;
line-height:1.6;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
figure.effect01 h3 {
color:#123b78;
text-align:center;
position:relative;
font-size:30px;
font-weight:600;
letter-spacing:0.05em;
line-height:1.4;
text-transform:uppercase;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

figure.effect01 h3 span {
display:block;
font-size:15px;
}

figure.effect01:hover img.scale-img {
-ms-transform:scale(1.15);
-webkit-transform:scale(1.15);
transform:scale(1.15);
}

figure.effect01:hover figcaption {
background-color:rgba(13,38,77,0.9);
}
.top-salon-area figure.effect01.slon-left:hover figcaption  {
	background-color:rgba(34,24,8,0.3);
	}
.top-salon-area figure.effect01.slon-right:hover figcaption  {
	background-color:rgba(23,23,23,0.3);
	}


figure.effect01:hover h3,figure.effect01:hover a.info {
color:#fff;
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

figure.effect01:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
/*----- figure effect -----*/
figure.effect01 figcaption div {padding:5%;}
figure.effect01 figcaption div .sn { display:none;}
}


/*----- effect -----*/

/* border*/
.bd div{background:#0b75be; position:absolute;-webkit-transition:all 0.3s;transition:all 0.3s;}
.bd div.bdT{width: 0; height:3px; top:0; left:0;}
.bd div.bdB{width: 0; height:3px; bottom:0; right:0;}
.bd div.bdR{height:0; width :3px; right:0; top:0;}
.bd div.bdL{height:0; width :3px; left:0; bottom:0;}

.box:hover .bd1 div.bdT{width: 100%;}
.box:hover .bd1 div.bdB{width: 100%;}
.box:hover .bd1 div.bdR{height:100%;}
.box:hover .bd1 div.bdL{height:100%;}


/* thumbnail */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  padding: 5%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: left;
  position: relative;
  font-size: 17px;
  margin: 20% 0 10px !important;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 0;
  width: 90%;
  text-align: center;
  border: 1px solid #fff;
  margin: 10% auto 0;
  background-color: transparent;
}

.hovereffect a.info, .hovereffect h2, .hovereffect p {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect:hover .overlay {
	background-color:  rgba(0,0,0,0.6);
}
	
/*----- header -----*/
header#header {
	width:100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	}
header#header a:hover img,
header#header a:focus img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
header#header #pagetop {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	line-height: 70px;
}
header#header #pagetop h1 {
	float: left;
	width: 255px;
    padding: 10px 0px;
	margin-left: 2%;
}

.cd-primary-nav > li > a {font-size: 1.4rem;}
.cd-primary-nav > li.nav-contact {height: 80px; line-height: 80px;}
.cd-primary-nav > li.nav-contact > a {
	width: 140px;
	height: 38px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-left: 0;
	margin: 0 25px;
	line-height: 38px;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	}
	.cd-primary-nav > li.nav-contact > a:hover {background-color: #666; color: #fff;}
a.cd-nav-trigger , a.cd-nav-trigger:link {color: transparent;}

.cd-primary-nav .cd-nav-gallery a {color: #000; font-size: 1.2em;}



/*----- main-mv -----*/			
#main-mv {width: 100%; line-height: 0; overflow: hidden; position: relative;}
#main-mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: 0;
}
#main-mv .pattern {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
	z-index: 1;
}
#main-mv .main-area {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 900px;
	width: 90%;
	height: 250px;
	z-index: 2;
}
#main-mv h2 {max-width: 430px; width: 80%; margin: 0 auto 2em;}
#main-mv ul {
	text-align: center;
}
#main-mv ul li {
	display: inline-block;
	max-width: 360px;
	width: 40%;
}
#main-mv ul li:first-child {margin-right: 45px;}
#main-mv ul li:nth-child(even) {margin-left: 45px;}
#main-mv ul li a.green-btn {
	display: block;
	background:rgba(30,185,238,0.9);
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	#main-mv ul li a.green-btn:hover {background:rgba(30,185,238,0.9);} 
#main-mv ul li a.blue-btn {
	display: block;
	background-color:#0b75be;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	-webkit-transition: all .3s;
	transition: all .3s;
	}
	#main-mv ul li a.blue-btn:hover {background-color: rgba(0,0,0,0.7);}

/*----- main-h2 -----*/

#main-h2 {width: 100%; line-height: 0; overflow: hidden; }
#main-h2 h2{color:#fff;
			font-size:35px;
			text-align:center;
			padding:150px 0 100px;
			letter-spacing:2px;
			}
@media (max-width: 769px) {
#main-h2 h2{
			font-size:20px;
			padding:100px 0 50px;
			}
}
/*----- pagetop -----*/
.pagetop {
	width:100%;
	text-align: center;
	background-color: #333;
	}
	.pagetop a {
		display: block;
		height: 60px;
		line-height:60px;
		}

/*----- footer -----*/
footer#footer {
	padding: 60px 0 20px;
	}
footer#footer #footer_inner {
	max-width: 1200px;
	width: 50%;
	margin-bottom: 30px;
    margin: 0 auto;
}
.footer-nav ul li.border-ttl {
	border-bottom: 1px solid #000;
	position: relative;
	margin-top: 0;
}
.footer-nav ul li.border-ttl span {
	color: #ddd;
	font-size: 1.3rem;
	margin-left: 20px;
}
footer#footer p small {
	color: #ccc;
	font-size: 1.2rem;
}
#company{padding: 90px 0px 20px;}
.company-txt{max-width: 1000px; margin: 0 auto;}
.company-txt ul li{border-top: 1px solid #ddd;padding: 22px 30px; font-size: 17px;}

@media (max-width: 769px) {
#company{padding: 90px 0px 20px;}
.company-txt{max-width: 94%; margin: 0 auto;}
.company-txt ul li{border-top: 1px solid #ddd;padding: 15px 10px; font-size: 14px;}
}
/* アニメーション
----------------------------------- */
.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-duration: 1s;
          animation-delay:1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slow {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slow01 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}


@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
	
/*----- common -----*/	
#containar {text-align: left;}
.inner_block {
	max-width:1170px;
	width:100%;
	margin:auto;
	}
.inner-big {
	max-width:1400px;
	width:100%;
	margin:auto;
	}


p {
  margin: 0;
}

/* ttl-style */
h2,h3 {font-weight: 600; margin: 0;}
.h2_ttl--center {
	text-align: center;
	color: #333;
	margin-bottom: 1em;
	}
	.h2_ttl--center span {
		display: block;
		font-size: 2rem;
		color: #0b75be;
	}


/* margin-style */
.mt0 {margin-top:0 !important;}
.mt1 {margin-top:1em;}
.mt2 {margin-top:2em;}
.mt3 {margin-top:3em;}
.mt4 {margin-top:4em;}
.mt5 {margin-top:5em;}
.mb0 {margin-bottom:0 !important;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb4 {margin-bottom:4em;}
.mb5 {margin-bottom:5em;}

.pt0 {pdding-top:0 !important;}
.pt1 {pdding-top:1em;}
.pt2 {pdding-top:2em;}
.pt3 {pdding-top:3em;}
.pt4 {pdding-top:4em;}
.pt5 {pdding-top:5em;}
.pb0 {pdding-bottom:0 !important;}
.pb1 {pdding-bottom:1em;}
.pb2 {pdding-bottom:2em;}
.pb3 {pdding-bottom:3em;}
.pb4 {pdding-bottom:4em;}
.pb5 {pdding-bottom:5em;}


/* font-style */
.blue-txt {color: #0b75be;}
.green-txt {color: #0b75be;}


/*----- index layout -----*/
#greeting_block {
	width: 100%;
	background: url(../images/top/greet_bg.jpg) no-repeat center bottom;
	background: cover;
}
#greeting_block .inner_block {
	height: 700px;
	position: relative;
	color: #fff;
}
#greeting_block .inner_block .txtarea {
	position: absolute;
	top: 150px;
	right: 0;
	width: 670px;
}
#greeting_block .inner_block .txtarea h2 {
	font-size: 45px;
	color: #fff;
	text-align: left;
	}
	#greeting_block .inner_block .txtarea h2 span {font-size: 2.6rem; display: block;}
    #greeting_block .inner_block .txtarea h2 em {font-style: normal; font-size: 1.1em;}
#greeting_block .inner_block .txtarea p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 1em 0 1.5em;
}
.greeting-button {
	max-width: 300px;
	width: 80%;
}
.greeting-button a {
	display: block;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.greeting-button a, .greeting-button a:link {color: #fff;}
.greeting-button a:hover {
	background-color: #fff;
	color: #000;
}

#case_block {margin: 130px auto 100px;}
#case_block ul {margin-bottom: 60px; overflow: hidden;}
#case_block li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
#case_block li:nth-child(4n+4) {
	border-right: none;
} 
#case_block li img {width: 100%;}

#content_block {margin-bottom: 6em;}
#content_block div figure {
	width: 100%;
	height: 100%;
	min-height: 400px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
#content_block .planbox figure {background: url(../images/top/contents_img01.jpg) no-repeat center center; background-size: cover;}
#content_block .flowbox figure {background: url(../images/top/contents_img02.jpg) no-repeat center center; background-size: cover;}
#content_block .greetbox figure {background: url(../images/top/contents_img03.jpg) no-repeat center center; background-size: cover;}
#content_block div figure figcaption {
	color: #000;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-top: 140px;
}
#content_block div figure figcaption h3 {
	font-size: 2.7rem;
    background:rgba(30,185,238,0.9);
    margin-top: 200px;
    color: #fff;
    padding-top: 10px;
}
#content_block div figure figcaption p {
    color: #fff;
    background:rgba(30,185,238,0.9);
	position: relative;
	font-size: 1.6rem;
    padding-bottom: 10px;
}
#content_block div figure figcaption p:after {
    bottom: -50px;
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
	}

#information_block {}
#information_block .col-md-4 {padding: 30px;}
#information_block .col-md-4 a {color: #000;}
#information_block .col-md-4:nth-child(odd) {
	background-color: #fdfdfd;	
}
#information_block .col-md-4:nth-child(even) {
	background-color: #f2f2f2;	
}
#information_block .col-md-4 article {max-width: 385px; width: 100%; margin: auto; overflow: hidden;}
#information_block .col-md-4 article figure {
	width: 120px;
	height:120px;
	margin-bottom: 30px;
	background-color: #333;
	overflow: hidden;
	float: left;
}
#information_block .col-md-4 article h3 {margin: 10px 0;}
#information_block .col-md-4 article .txtarea {
	width: 240px;
	float: right;
}
.info_btn {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	clear: both;
	font-size: 1.6rem;
	font-weight: 600;
}
.info_btn::before,
.info_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.info_btn,
.info_btn::before,
.info_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.info_btn {
	position: relative;
	z-index: 2;
	color: #111;
	line-height: 36px;
	overflow: hidden;
}
.info_btn:hover {
	color: #fff;
}
.info_btn::after {
	bottom: -100%;
	width: 100%;
	height: 100%;
}
.info_btn:hover::after {
	bottom: 0;
	bottom: 0;
	background-color: #333;
}

#recruit_block figure {
	display: block;
	width: 100%;
	min-height: 330px;
	position: relative;
	background: url(../images/top/recruit_img.jpg) no-repeat right center;
	background-size: 50% auto;
}
#recruit_block figure figcaption {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:#1eb9ee;
	color: #fff;
}
#recruit_block figure figcaption .txtarea {
	width: 340px;
	min-height: 250px;
	margin: 40px auto 0;
}
#recruit_block figure figcaption .txtarea h2 {
	font-size: 3rem;
	margin-top: 8px;
}
#recruit_block figure figcaption .txtarea p {
	margin: 15px 0;
}
#recruit_block figure figcaption .txtarea .white-button {
	display: block;
	max-width: 330px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color:#1eb9ee;
}

#social_block figure {
	display: block;
	width: 100%;
	min-height: 300px;
	position: relative;
	background: url(../images/top/social_img.jpg) no-repeat left center;
	background-size: 50% auto;
}
#social_block figure figcaption {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #0b75be;
	color: #fff;
}
#social_block figure figcaption .txtarea {
	width: 340px;
	min-height: 250px;
	margin: 40px auto 0;
}
#social_block figure figcaption .txtarea h2 {
	font-size: 3rem;
	margin-top: 8px;
}
#social_block figure figcaption .txtarea p {
	margin: 15px 0;
}
#social_block figure figcaption .txtarea .white-button {
	display: block;
	max-width: 300px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #0b75be;
}



@media (max-width: 1400px) {

#recruit_block figure, #social_block figure {
	background-size: auto 100%;
}

}
@media (min-width: 1170px) {
.none {display: block;}
.disp {display: none;}
}

@media (max-width: 1169px) {

.none {display: none;}
.disp {display: block;}
	
/*----- footer -----*/
.footer-nav {
	display: none;
}
	
/*----- header -----*/
header#header {
	height: 50px;
	line-height: 50px;	
	}
header#header #pagetop {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	line-height: 50px;
}
header#header #pagetop h1 img {
	width: auto;
	height: 25px;
}
.cd-primary-nav > li.nav-contact > a {
	width: 100%;
	height: auto;
	background-color: transparent;
	text-align: left;
	height: 50px;
    line-height: 50px;
    padding: 0 20px;
	margin-left: 0;
	font-size: 1.4rem;;
	letter-spacing:normal;
}
.cd-primary-nav .cd-nav-gallery a {
    color: #fff;
    font-size: 1em;
}
	
	
	
}


@media screen and (min-width: 768px) and (max-width: 990px) {

#information_block .col-md-4:nth-child(3), #information_block .col-md-4:nth-child(4), #information_block .col-md-4:nth-child(7) {
    background-color: #e6e6e6;
}
#case_block li {
	width: 48%;
	margin: 1%;
	border-right: none;
}
	
}
@media (min-width: 769px) {
	
.sp--only {display:none;}
	
}
@media (max-width: 768px) {
	
.pc--only {display:none;}
	
/*----- main-mv -----*/	
	#main-mv .main-area {top: 30%;}
#main-mv ul li {width: 100%;}
#main-mv ul li:first-child {margin-right: 0;}
#main-mv ul li:nth-child(even) {margin-left: 0;}
#main-mv ul li a.green-btn, #main-mv ul li a.blue-btn { font-size: 1.8rem; height: 66px; line-height: 66px;}
	
/*----- footer -----*/
footer#footer {
	padding: 2em 0;
	}
footer#footer #footer_inner {
	margin-bottom: 20px;
}
.footer-logo {float: none;}
.footer-txt {width: 50%; margin: 0 auto; text-align: left;}
footer#footer p small {
	color: #ccc;
	font-size: 1rem;
}
	
/*----- common -----*/	
#containar {text-align: left;}
.inner_block {
	max-width:1170px;
	width:100%;
	margin:auto;
	}
.inner-big {
	max-width:1400px;
	width:100%;
	margin:auto;
	}


p {
  margin: 0;
}

/* ttl-style */
h2,h3 {font-weight: 600; margin: 0;}
.h2_ttl--center {
	text-align: center;
	color: #333;
	margin-bottom: 1em;
	font-size: 2.6rem;
	}
	.h2_ttl--center span {
		display: block;
		font-size: 2rem;
		color: #0b75be;
	}


/*----- index layout -----*/
	#greeting_block {background: url(../images/top/greet_bg_sp.jpg) no-repeat center center;}
#greeting_block .inner_block {
	height: auto;
	padding: 4em 0;
}
#greeting_block .inner_block .txtarea {
	position: static;
	width: 96%;
	margin: auto;
	}
	#greeting_block .inner_block .txtarea h2 {font-size: 2.8rem; text-align: center;}
	#greeting_block .inner_block .txtarea h2 span {font-size: 1.8rem;}
.greeting-button {margin: auto;}

#case_block {margin: 4em auto;}
#case_block ul {margin-bottom: 2em; overflow: hidden;}

#content_block {margin-bottom: 6em;}
#content_block div figure {
	width: 100%;
	height: 100%;
	min-height: 250px;
}
#content_block .planbox figure {background: url(../images/top/contents_img01.jpg) no-repeat center center; background-size: cover;}
#content_block .flowbox figure {background: url(../images/top/contents_img02.jpg) no-repeat center center; background-size: cover;}
#content_block .greetbox figure {background: url(../images/top/contents_img03.jpg) no-repeat center center; background-size: cover;}
#content_block div figure figcaption {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-top: 70px;
}
#content_block div figure figcaption h3 {
	font-size: 2.2rem;
}
#content_block div figure figcaption p {
	position: relative;
	font-size: 1.4rem;
}
#content_block div figure figcaption p:after {
    bottom: -50px;
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
	}

#information_block .col-md-4 article figure {}
#information_block .col-md-4 article .txtarea {
	width: 60%;
	font-size: 90%;
	margin-bottom: 2em;
}

#recruit_block figure, #social_block figure {
	min-height: 0;
}
#recruit_block figure figcaption, #social_block figure figcaption {
	position: static;
	width: 100%;
}
#recruit_block figure figcaption .txtarea, #social_block figure figcaption .txtarea {
	width: 96%;
	min-height: 0;
	padding: 2em 0;
	margin:auto;
}
#recruit_block figure figcaption .txtarea h2, #social_block figure figcaption .txtarea h2 {
	font-size: 2rem;
	margin-top: 8px;
}
#recruit_block figure figcaption .txtarea p, #social_block figure figcaption .txtarea p {
	margin: 15px 0;
}





}

@media (max-width: 767px) {
	
#case_block li {
	width: 94%;
	float: none;
	margin: 1% auto;
	border-right: none;
}
	
}
