@charset "UTF-8";
/* CSS Document */



@import url(default.css);
@import url(base.css);
@import url(all.min.css);
@import url(add-style.css);
@import url(lightslider.css);
@import url(w_slider.css);
@import url(textyle.css);

html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*loading*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	width:auto;
	height:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
}

.loading img {
	width:64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 47%;
	margin-top: -20px;
	margin-left: -20px;
}
/*/loading*/

/* fadein画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
/* /adein画面外にいる状態 */

/* fadein画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
/* /adein画面内にいる状態 */

/* z-index */
#textyle {position:relative; top:400px;  z-index: 2; }
#slider {position:relative; top:-65px;  z-index: 1; }

@media screen and (max-width:800px) {
#textyle {position:relative; top:400px;  z-index: 2; }
#slider {position:relative; top:-65px;  z-index: 1; }
}

@media screen and (max-width:740px) {
#textyle {position:relative; top:350px;  z-index: 2; }
#slider {position:relative; top:-50px;  z-index: 1; }
}

@media screen and (max-width:640px) {
#textyle {position:relative; top:270px;  z-index: 2; }
#slider {position:relative; top:-50px;  z-index: 1; }
}

@media screen and (max-width:480px) {
#textyle {position:relative; top:180px;  z-index: 2; }
#slider {position:relative; top:-50px;  z-index: 1; }
}
@media screen and (max-width:320px) {
#textyle {position:relative; top:150px;  z-index: 2; }
#slider {position:relative; top:-30px;  z-index: 1; }
}
/* /z-index */

/*h1デザイン*/

h1 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8em;
	margin:0 auto;
	color: #68b7e6;/*文字色*/
	background: transparent;/*背景透明に*/
	font-weight: bold;
}
@media screen and (max-width:800px) {
h1 {
	font-size: 1.5em;
	line-height: 1.8em;
	margin-top: 0.5em;
}
}
@media screen and (max-width:740px) {
h1 {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 0.4em;
}
}
@media screen and (max-width:640px) {
h1 {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-top: 0.3em;
}
}
@media screen and (max-width:540px) {
h1 {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-top: 0.3em;
}	
}
@media screen and (max-width:480px) {
h1 {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.1em;
}	
}
@media screen and (max-width:360px) {
h1 {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.1em;
}	
}
@media screen and (max-width:320px) {
h1 {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 0.1em;
}	
}
/*h1デザイン*/

/*マウスオーバー5*/

.job04 .box {

}
.job04 .box {
	width:330px;
	height:300px;
	position:relative;
	overflow:hidden;
	margin: 5px 10px 5px 10px ;
}
.job04 .box img {
	width:320px;
	height:220px;
	position:relative;
	overflow:hidden;
	border-radius: 13px 13px 13px 13px / 13px 13px 13px 13px;
	
}
.job04 .box .slideup{
	width:320px;
	height:100px;
	background:rgba(60,190,210,1.00);
	position:absolute;
	top:185px;
	left:0px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition:  0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0px 0px 13px 13px / 0px 0px 13px 13px;
}
.job04 .box .slideup:hover {
	top:185px;
	background:rgba(60,190,210,1.00);
}
.job04 .box .slideup p {
	margin:10px 10px 0px 10px ;
	padding:0px 5px 0px 5px;
	text-align:left;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight:bold;
	display:block;
}
.job04 .box .slideup p span { 
	font-weight: normal;
}
.job04 .box .slideup:hover p {
	display:block;
}
.job04 .box .slideup:hover span { 
	color: #fff200;
	font-weight: normal;
}
.job04 .slideup_content {
}

/*/マウスオーバー5*/

#entry #contents {
	max-width: 1000px;
	height:auto;
	margin:0 auto;
}

section.person {
	overflow: hidden;
	margin-bottom: 0rem;
	max-width: 1000px;height:auto;margin:0 auto;
}

section.person div {
	margin: 0 auto;
	max-width: 68.00rem; /*74rem; 1184px*/
}

section.person ul {
	overflow: hidden;
	margin-bottom: -3em;
	font-size: 100%;
}

section.person li {
	float: left;
	position: relative;
	margin-bottom: 0.5em;
	/*padding: 2.5em 0 4.7em;*/
	/*padding: 2.0em 0em 2.0em 0em ;*/
	/*width: 33.3333%;*/
	width: 330px;
}

section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 50px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 2.4em;
	padding-bottom: 3.4em;
	height: auto;
	text-align: center;
	line-height: 2.3em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 110%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
	margin: 0 auto;
	max-width: 800px;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 90%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}

.sp_only{
	display: none;
}
.pc_only{
	display: block;
}

/*らしさTOPへボタン*/

.btn-flat-double-border {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #3cbed2;
	border: double 4px #b1e5ed;
	border-radius: 3px;
	transition: .4s;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-size: 0.8em; 
	line-height: 2.5em; 
}
.btn-flat-double-border:hover {
	background: #e2f5f8;
	
}

/*/らしさTOP*/

/*サムネイルNEWボタン*/
.ribbon_thumb_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 320px;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_thumb {  
  display: inline-block;
  position: absolute;
  top: 250px;
  right: 240px;
  margin: 0;
  padding: 5px 0 5px 0 ;
  z-index: 3;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/サムネイルNEWボタン*/

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 780px;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 30px;
  right:50px;
  margin: 0;
  padding: 10px 0 10px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/


@media screen and (max-width:800px) {


#entry #contents {
	max-width: 800px;
	height:auto;
	margin:0 0 0 0;
  }
section.person {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
section.person div {
	margin: 0 auto;
	max-width: 41.25rem; /*62.50rem 800px; 74rem 1184px;*/
}
section.person li {
	width: 50%;
}
section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 30px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 2.4em;
	padding-bottom: 3.4em;
	height: auto;
	text-align: center;
	line-height: 2.3em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 110%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
	margin: 0 auto;
	max-width: 780px;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 90%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}
.pc_nly{
	display: block;
}
.pc_only{
	display: none;
}

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 100%;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 25px;
  right:25px;
  margin: 0;
  padding: 10px 0 10px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/


}

@media screen and (max-width:740px) {

#entry #contents {
	max-width: 740px;
	height:auto;
	margin:0 0 0 0;
  }
section.person {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
section.person div {
	margin: 0 auto;
	max-width: 21.25rem; /*46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}
section.person li {
	width: 100%;
}
section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 30px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 2.4em;
	padding-bottom: 3.4em;
	height: auto;
	text-align: center;
	line-height: 2.3em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 110%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
  	width: 100%;
	margin:0 0 0 0;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 90%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}
.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 100%;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 20px;
  right:20px;
  margin: 0;
  padding: 10px 0 10px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/

}

@media screen and (max-width:640px) {
	

#entry #contents {
	max-width: 640px;
	height:auto;
	margin:0 0 0 0;
  }
section.person {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
section.person div {
	margin: 0 auto;
	max-width: 21.25rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}
section.person li {
	width: 100%;
}
section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 20px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 1.8em;
	padding-bottom: 2.0em;
	height: auto;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 90%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
  	width: 100%;
	margin:0 0 0 0;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 80%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}
.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 100%;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 15px;
  right:15px;
  margin: 0;
  padding: 10px 0 10px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/

}

@media screen and (max-width:480px) {
	

#entry #contents {
	max-width: 480px;
	height:auto;
	margin:0 0 0 0;
  }
section.person {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
section.person div {
	margin: 0 auto;
	max-width: 21.25rem; /*30.00rem 480px 40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}
section.person li {
	width: 100%;
}
section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 20px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 1.8em;
	padding-bottom: 2.0em;
	height: auto;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 90%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
  	width: 100%;
	margin:0 0 0 0;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 80%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}
.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 100%;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 10px;
  right:10px;
  margin: 0;
  padding: 10px 0 10px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/

}


@media screen and (max-width:320px) {

/*マウスオーバー5*/

.job04 .box {

}
.job04 .box {
	width:280px;
	height:300px;
	position:relative;
	overflow:hidden;
	margin: 0 auto;
}
.job04 .box img {
	width:280px;
	height:220px;
	position:relative;
	overflow:hidden;
	border-radius: 13px 13px 13px 13px / 13px 13px 13px 13px;
}
.job04 .box .slideup{
	width:280px;
	height:100px;
	background:rgba(60,190,210,1.00);
	position:absolute;
	top:185px;
	left:0px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition:  0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0px 0px 13px 13px / 0px 0px 13px 13px;
}
.job04 .box .slideup:hover {
	top:185px;
	background:rgba(60,190,210,1.00);
}
.job04 .box .slideup p {
	margin:10px 10px 0px 10px ;
	padding:0px 5px 0px 5px;
	text-align:left;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight:bold;
	display:block;
}
.job04 .box .slideup p span { 
	font-weight: normal;
}
.job04 .box .slideup:hover p {
	display:block;
}
.job04 .box .slideup:hover span { 
	color: #fff200;
}
.job04 .slideup_content {
}

/*/マウスオーバー5*/


#entry #contents {
	max-width: 320px;
	height:auto;
	margin:0 0 0 0;
  }
section.person {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
section.person div {
	margin: 0 auto;
	max-width: 20.00rem; /*30.00rem 480px 40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}
section.person li {
	width: 100%;
}
section.about {
	overflow: hidden;
	margin-bottom: 0rem;
	margin-top: 20px;
}
section.about h2 {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 1.7em;
	padding-bottom: 1.8em;
	height: auto;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.0em; 
	background-color: #3cbed2;
	/*background-image: url(../img/ps-bg-hd.jpg);*/
}
.smartphone section.about h2 {
	background-attachment: inherit;
}
section.about h2 b {
	font-size: 85%;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
section.about h2 span {
  	width: 100%;
	margin:0 0 0 0;
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 75%;
	line-height: 1.5em;
	color: #FFFFFF;
	padding: 0px;
	/*font-style: italic;*/
}
.sp_only{
  display: block;
}
.pc_only{
  display: none;
}

/*サムネイルNEWボタン*/
.ribbon_thumb_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 320px;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_thumb {  
  display: inline-block;
  position: absolute;
  top: 245px;
  right: 240px;
  margin: 0;
  padding: 5px 0 5px 0 ;
  z-index: 3;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/サムネイルNEWボタン*/

/*TOPスクリーンNEWボタン*/
.ribbon_top_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 100%;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_top {  
  display: inline-block;
  position: absolute;
  top: 10px;
  right:10px;
  margin: 0;
  padding: 8px 0 8px 0 ;
  z-index: 4;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_top:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_top:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/TOPスクリーンNEWボタン*/

}