@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');

/*----------------- 下記追加 -----------------*/
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 -----*/		
.entry_btn{
    width: 100%;
    margin: 0 auto 70px; 
    text-align: center;
    display: block;
}
.entry_btn a{
	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;
    margin: 0 auto;
}
.entry_btn a::after {
	position: absolute;
	top: 5px;
	right: 3em;
	content: '>';
	font-size:2rem;
	transition: all .2s;
}
.entry_btn a:hover::after {
	right:2.0em;
	color:#ff9000;
}

/*----- 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:#0A316F; 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(13,38,77,0.9);
}
	
/*----- 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: 270px;
	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;background: url(../images/top/main-bg01.jpg) no-repeat center center;background-size:cover;}
#main-mv .main-area {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 900px;
	width: 90%;
	height: 100px;
	z-index: 2;
}
#main-mv h2 {max-width:100%;margin: 0 auto 3em;}
#main-mv h2 span{color: #fff; font-size: 50px;font-family: 'Oswald', sans-serif; font-weight: normal; position: relative; text-transform: uppercase;}
#main-mv h2 span::after{position: absolute;border: 9px solid #fff; opacity: 0.1; content: ""; top: -100px; left:60px; width:500px; height:300px; padding:100px;}
#main-mv h2 small{color: #fff; font-size: 21px; display: block; margin-top: 15px;}
#main-mv ul {
	text-align: center;
}
#main-mv ul li {
	display: inline-block;
	max-width: 360px;
	width: 40%;
}
#main-mv ul li a.green-btn {
display: block;
background:rgba(0,68,131,0.7);
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(0,68,131,1.0);} 
    
/*----- main-h2 -----*/

#main-h2 {width: 100%; background: url(../images/top/main-bg01.jpg) no-repeat center center;background-size:cover;padding: 70px 0px 0px;}
#main-h2 h2{color:#fff;
			font-size:45px;
			text-align:center;
			padding:70px 0 50px;
			letter-spacing:2px;
			}
@media (max-width: 769px) {
#main-h2 h2{
			font-size:20px;
			padding:20px 0 30px;
			}
#main-mv h2 span{color: #fff; font-size: 28px;font-family: 'Oswald', sans-serif; font-weight: normal; position: relative; width: 100%;}
#main-mv h2 span::after{position: absolute;border: 3px solid #fff; opacity: 0.1; content: ""; top: -50px; left:0px; width:300px; height:200px; padding:20px;display: none;}
#main-mv h2 small{color: #fff; font-size: 17px; display: block; margin-top: 15px;}

}

/*----- 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: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.footer-logo {float: left;}
.footer-txt {float: left; margin-left: 20px;}
.footer-nav {
	width: 650px;
	float: right;
}
.footer-nav ul {padding-right: 35px;}
.footer-nav ul li {
	font-size: 1.3rem;
	margin-top: 8px;
}
.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;
}



/* アニメーション
----------------------------------- */
.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: #004483;
	}


/* 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: #bb3900;}
.green-txt {color: #367ec1;}


/*----- 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%;}
#case_block li:hover{cursor: pointer;}

#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: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-top: 140px;
}
#content_block div figure figcaption h3 {
	font-size: 3rem;
}
#content_block div figure figcaption p {
	position: relative;
	font-size: 1.8rem;
}
#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: 110px;
	height: 110px;
	margin-bottom: 30px;
	background-color: #333;
	overflow: hidden;
	float: left;
}
#information_block .col-md-4 article h3 {margin: 10px 0;}
.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: #004483;
	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: #004483;
}

#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: #004483;
	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: #004483;
}



@media (max-width: 1400px) {

#recruit_block figure, #social_block figure {
	background-size: auto 100%;
    margin-bottom: 20px;
}

}
@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 {float: none; margin-left: 0;}
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: #004483;
	}


/*----- 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 {
	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;
}
	
}

/* bread_crumb
-------------------------*/
.bread_crumb_list {
	padding:12px 0;
	width:100%;
	margin: auto;
	background:#eee;
	}
ol.bread_crumb {
	text-align:left;
	margin:0 auto;
	max-width:1280px;
	width:100%;
}
.bread_crumb li {
	display:inline;
	color:#333;
	font-size:0.9em;
	font-weight:500;
}
.bread_crumb .material-icons{
	vertical-align:-0.2em !important;
}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}
.bread_crumb li a {
	color:#333;
	text-decoration:underline;
}
.bread_crumb li a:hover{
	text-decoration:none;
}
.bread_crumb li.current {
}

@media (max-width: 769px) {

ol.bread_crumb {
	margin:0 2%;
	max-width:96%;
	width:96%;
}


}

/*----- sub_con layout -----*/

#sub_con{
	width:90%;
	margin:auto;
	max-width:1280px;
	padding:60px 0 100px;
	}
#sub_con h3{ border-bottom:1px solid #e6e6e6;
			margin-bottom:40px;
			padding-bottom:15px;
			padding-top:50px;
			font-size:30px;
			}
#sub_con h3.top{padding-top:0;}
#sub_con h4{color:#8fc320; font-size:20px;}
#sub_con p{padding:0 15px 20px;}



#sub_con h3 span{ float:right;width:120px; margin-top:10px;}
	#sub_con h3 span a{display:block;
	width:120px;
	font-size:13px;
	border:1px solid #000;
	padding:1px;
	text-align:center;}


@media (max-width: 769px) {
#sub_con{
	max-width:100%;
	padding:40px 0;
	}

#sub_con h3{font-size:18px;}

#sub_con h3 span{ float:none;width:100%; margin-top:20px;display:block;}
	#sub_con h3 span a{display:block;
	width:100%;
	padding:5px 0;
	}

}


/* entry
----------------------------------- */
.entry_form {
	padding:0px 0 40px;
	text-align:left;
	}

.entry_form em {color:#FF0000;}
.entry_form .inner  p.text-center{text-align:center!important;}

.entry_form{width:100%;}
.tblbg{background:#f3f3f3; padding:30px 0; margin-top:30px;}

table.entry_form {
	color:#444444;
	width: 96%;
	margin:auto;
	}

.entry_form th{
	background:none;
	border-bottom:1px dashed #bcaea9;
	font-weight: normal;
	padding:10px;
}
.entry_form td{
	background:none;
	border-bottom:1px dashed #bcaea9;
	padding:10px;
}
.entry_form .es{
	color: #c80000;
}

.formarea{
	background:#f9f8f2;
	padding:30px;
	text-align: center;
	max-width:860px;
	margin: auto;
}
	
.entry_form input[type="text"],.entry_form input[type="email"],.entry_form input[type="tel"]{border:1px solid #cfcfcf; height:34px;}
.entry_form textarea{border:1px solid #cfcfcf;}
.w15{width:560px;}
.w5{width:140px;}

#sub_con p.error {
	color:#c80000!important;
	margin:0!important;
	padding: 0 0 10px 0!important;
}
.err{color:#c80000;}

.btn_submit {
	background:#333333;
	color:#fff;
	width:40%;
	height:48px;
	margin-top:1.5em;
	border:0;
	font-family: "Trebuchet MS",'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","Meiryo UI","メイリオ",Meiryo,"MS PGothic";
	}
.btn_return {
	background:#333333;
	color:#fff;
	width:30%;
	height:48px;
	margin-top:1.5em;
	border:0;
	font-family: "Trebuchet MS",'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","Meiryo UI","メイリオ",Meiryo,"MS PGothic";
	}
.btn_send {
	background:#333333;
	color:#fff;
	width:30%;
	height:48px;
	margin-top:1.5em;
	border:0;
	font-family: "Trebuchet MS",'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","Meiryo UI","メイリオ",Meiryo,"MS PGothic";
	}

input.send {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #ff9600;
    color: #fff;
    border-style: none;
    margin:30px auto 0;
}

@media (max-width: 769px) {

.entry_form th{
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.entry_form td{
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.w15{width:96%; !important;}
.w5{width:27% !important;}

}

/*   company   */

.company_tbl{
	width:100%; 
	font-size:15px;
	border-top:1px solid #c1c1c1; 
	margin-bottom: 20px;
}

.company_tbl tr th{
	background:#eee; 
	width:450px; 
	padding:20px 40px; 
	border-bottom:1px solid #c1c1c1;
}

.company_tbl tr td{
	padding:20px 40px;
	box-sizing: border-box;
	border-bottom:1px solid #c1c1c1;
}

.company_tbl tr td table tr{
	display: block;
	margin-bottom: 20px;
}

.company_tbl tr td table tr th{
	display: block;
	width: 100%;
	background: #ffffff;
	padding:0; 
	border-bottom: none;
}

.company_tbl tr td table tr td{
	display: block;
	width: 100%;
	padding:0; 
}

.company_tbl tr td table tr td br{
	display: none;
}


@media (max-width: 769px) {
	.company_tbl tr{
		margin-bottom: 15px;
	}
	.company_tbl tr th{ 
		display:block; 
		width:100%; 
		padding:15px 2%;
		box-sizing: border-box;
	}

	.company_tbl tr td{ 
		display:block; 
		width:100%; 
		padding:15px 2%;
		box-sizing: border-box;
	}
	.company_tbl tr td table{
		display: block;
	}
	.company_tbl tr td table tbody{
		display: block;
	}
	.company_tbl tr td table tr td br{
		display: block;
	}
}

/* service
----------------------------------- */

.service_img{display:block;margin: 0 auto 40px; text-align: center;}
.wrap-subcon{background: #eee; margin-bottom: 50px; overflow: hidden;}
.wrap-subcon.rr{background:url(../images/service/bg_subcon.png) repeat;}
.wrap-subcon h3 span{display: block;}
ul.service_list{ margin-bottom: 100px;}
ul.service_list li{ float:left; width:33.33%; border:1px solid #cccccc; padding:15px;}
ul.service_list li:nth-child(2){ border-left:none;}
ul.service_list li:nth-child(3){ border-left:none;}
ul.service_list li:nth-child(4){ border-top:none;}
ul.service_list li:nth-child(5){ border-left:none;border-top:none;}
ul.service_list li:nth-child(6){ border-left:none;border-top:none;}
ul.service_list li:nth-child(7){ border-top:none;}
ul.service_list li:nth-child(8){ border-left:none;border-top:none;}
ul.service_list li:nth-child(9){ border-left:none;border-top:none;}
ul.service_list li dt{ padding:20px 10px 0px;text-align:center; font-size:22px;}
ul.service_list li dt span{ font-size:17px; font-weight:bold; padding-top:5px; color:#004483; font-family: 'Oswald', sans-serif;  display:block;}
ul.service_list li dd{ padding:0px 10px 15px;}
ul.service_list li dd.img{ padding:0px 20px;;text-align:center; margin:0 auto 10px; display:inline-block; width:320px; height:auto}

@media (max-width: 769px) {
ul.service_list li{ float:none; width:100%; border:1px solid #cccccc; padding-bottom:10px; margin-bottom: 10px;}
ul.service_list li dt{ padding:5px 10px 0px;text-align:center; font-size:17px;}
ul.service_list li dt span{ font-size:14px; font-weight:bold; padding-top:5px; color:#004483; font-family: 'Oswald', sans-serif;  display:block;}
ul.service_list li dd{ padding:0px 10px 5px;}
ul.service_list li dd.img{ padding:0px 10px;;text-align:center; margin:0 auto 10px; display:block; width:150px; height:auto; text-align: center;}
ul.service_list li:nth-child(2){ border-left:1px solid #cccccc;}
ul.service_list li:nth-child(3){ border-left:1px solid #cccccc;}
ul.service_list li:nth-child(4){ border-top:1px solid #cccccc;}
ul.service_list li:nth-child(5){ border-left:1px solid #cccccc;border-top:1px solid #cccccc;}
ul.service_list li:nth-child(6){ border-left:1px solid #cccccc;border-top:1px solid #cccccc;}
ul.service_list li:nth-child(7){ border-top:1px solid #cccccc;}
ul.service_list li:nth-child(8){ border-left:1px solid #cccccc;border-top:1px solid #cccccc;}
ul.service_list li:nth-child(9){ border-left:1px solid #cccccc;border-top:1px solid #cccccc;}
}
#sub_con_service .inner{
	width:90%;
	margin:auto;
	max-width:1000px;
	padding:60px 0 100px;
	}
#sub_con_service .inner h3{
			margin-bottom:40px;
			padding-bottom:15px;
			padding-top:50px;
			font-size:34px;
			text-align:center;
			line-height:130%;
			letter-spacing:3px;
			}
#sub_con_service .inner h3 span{font-size:20px; letter-spacing:2px; color:#004483;}
#sub_con_service .inner p{font-size:16px; line-height:180%; letter-spacing:1px;}

.ser_bnr01 h3 , .ser_bnr02 h3{font-size:34px;
	padding-bottom:25px;
	margin-bottom:28px;
	letter-spacing:3px;
	font-weight:normal;
	background:url(../images/service/line.gif) no-repeat bottom center;
	}
.ser_bnr01 p , .ser_bnr02 p{font-size:16px; line-height:180%; letter-spacing:1px;}

.ser_bnr01{background:url(../images/service/bg01.jpg) no-repeat center center;
			background-size:100%;
			text-align:center;
			color:#fff;
			padding:80px 0;
			transition: 0.8s;
			}
.ser_bnr01:hover{background-size:180%;}
.ser_bnr02{background:url(../images/service/bg02.jpg) no-repeat center center;
			background-size:100%;
			text-align:center;
			color:#fff;
			padding:80px 0;
			transition: 0.8s;
			}
.ser_bnr02:hover{background-size:180%;}

@media (max-width: 769px) {

#sub_con_service .inner{
	width:96%;
	margin:auto;
	max-width:96%;
	padding:20px 0 40px;
	}

#sub_con_service .inner h3{
			margin-bottom:20px;
			padding-bottom:10px;
			padding-top:20px;
			font-size:20px;
			}
#sub_con_service .inner h3 span{font-size:16px;}
#sub_con_service .inner p{font-size:15px; line-height:180%; letter-spacing:0;}

.ser_bnr01 h3 , .ser_bnr02 h3{font-size:27px;
	padding-bottom:25px;
	margin-bottom:28px;
	letter-spacing:3px;
	text-align:center;
	}
.ser_bnr01 p , .ser_bnr02 p{font-size:15px; padding:0 10px;}

.ser_bnr01{background:url(../images/service/bg01.jpg) no-repeat center center;
			background-size:cover;
			text-align:left;
			padding:50px 0;
			}
.ser_bnr01:hover{background-size:cover;}
.ser_bnr02{background:url(../images/service/bg02.jpg) no-repeat center center;
			background-size:cover;
			text-align:left;
			padding:50px 0;
			}
.ser_bnr02:hover{background-size:cover;}


}

