@charset "UTF-8";
/*h3見出し*/
.contents-title-container{
display: flex;
    margin: 0 auto 30px;
    border-bottom: solid 4px #7EC9C5;
    padding: 0px;
    max-width: 1080px;
}
.contents-title-container h3{
background: #7EC9C5;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 5px 10px;
    margin: 50px 0 4px;
}
.pagetitle{
    padding: 60px 0 25px 0;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    font-family: Arial;
    line-height: 15px;
}
.pagetitle span {
    font-weight: normal;
    font-size: 24px;
    margin: 1em;
    text-align: center;
    display: block;
    color: #50ADBA;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http: //developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
#breadcrumb{display:none;}
body {
	font: 12px/1.231 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', MS PGothic;
	color: #666666;
	background-color:#fff;
	position:relative;
	background-position:center top;
	background-repeat:no-repeat;
	overflow:visible;
}

@media screen and (min-width: 360px) {
	body { -webkit-text-size-adjust: none; }
}
select,input,button,textarea { font: 99% arial,helvetica,clean,sans-serif; }
table { font-size: inherit; font: 100%; }
pre,code,kbd,samp,tt { font-family: monospace; font-size: 108%; line-height: 100%; }

a { outline: none; text-decoration: none; }
a:link, a:visited { color: #000; }
a:hover { text-decoration: underline; }
a:hover img {opacity:.6 !important;border:none;outline:none;}
/*
::-moz-selection { background:#eee; color:#fff; }
::selection { background:#eee; color:#fff; }
a::-moz-selection { background:#ebff2f; color:#fff; }
a::selection { background:#ebff2f; color:#fff; }
*/

/* @Clear */
.clear { clear: both; }
.outlinefix { overflow: hidden; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

@charset "UTF-8";
/* CSS Document */
/****************************************

          Common.css

*****************************************/



/****************************************

          header

*****************************************/
header{
	width:100%;
	background-color:#fff;
	z-index:200;
	position:fixed;
	top:0;
	height:85px;
	border-bottom:6px solid #50ADBA;
}

header h1{
	position:absolute;
	top:18px;
	left:24px;
}

header h2{
	position:absolute;
	top:18% !important;
	right:64px;
}

@media screen and (max-width: 767px) {
	
	header{
		height:70px;
	}
	
	header h1 img{
		width:179.5px;
		height:auto;
	}
	header h2{
		display:none;
	}
}

@media screen and (min-width:1200px) {
	
header h2{
	top:24% !important;
}
}


/****************************************

          mobile-menu-button

*****************************************/
.mobile-menu-button{
	position:fixed;
	top:3%;
	right:20px;
	cursor:pointer;
	width: 20px;
	height: 24px;
	z-index:10;

}
.mobile-menu-button span{
	display: block;
	background: #656666;
	width: 20px;
	height: 3px;
	position: absolute;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.mobile-menu-button span:first-child{
	top: 0px;
}

.mobile-menu-button span:nth-child(2){
	margin-top: -1.5px;
	top: 30%;
}

.mobile-menu-button span:nth-child(3){
	bottom: 0px;
	top: 50%;
}

.mobile-menu-button.open-button span:first-child{
	-webkit-transform: translateY(12px) rotate(45deg);
	-moz-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

.mobile-menu-button.open-button span:nth-child(2){
	transform: translateX(200px);
	background: rgba(255, 255, 255, 0);;
}

.mobile-menu-button.open-button span:nth-child(3){
	-webkit-transform: translateY(1px) rotate(-45deg);
	-moz-transform: translateY(1px) rotate(-45deg);
	-ms-transform: translateY(1px) rotate(-45deg);
	transform: translateY(1px) rotate(-45deg);
}

.nav-toggle-btn_label {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3px;
  top:70%;;
  font-size: 10px;
  transition: all 500ms ease-in-out;
}

.mobile-menu-button.open-button .nav-toggle-btn_label {
  opacity: 0;
}


@media screen and (max-width: 767px) {

	.mobile-menu-button{
		top:2%;
	}
	
}

/****************************************

          wrapper

*****************************************/
.wrapper{
	width:100%;
	overflow:hidden;
	margin:80px auto 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	
}

.wrapper.active{
	padding-right:240px;
}

@media screen and (max-width: 767px) {
	.wrapper.active{
		padding-right:0;
		opacity:0.5;
	}
	.wrapper{
	margin:60px auto 0;
}
}


/****************************************

          sidebar

*****************************************/
.sidebar{
	position:fixed;
	top:0;
	right:0;
	width:0px;
	height:100%;
	overflow-y:auto;
	z-index:199;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	background:#fff;
}

.sidebar p { font-size:18px; padding-bottom:5px; border-bottom:solid 2px #7EC9C5; margin-bottom:15px;}
.sidebar.active{
	width:240px;
}

.sidebar .inner{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	position:relative;
	right:-240px;
	top:125px;
	padding:0 20px;
}

.sidebar .inner ul li{
	border-bottom:1px solid #000000;
	overflow:hidden;
	height:34px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.sidebar .inner ul li a{
	display:block;
	width:100%;
	padding:10px 0;
}

.sidebar .inner ul li.open{
	height:auto;
}

.sidebar .inner ul li.toggle > a{
	background-image:url("../images/arrow.png");
	background-repeat:no-repeat;
	background-position:right center;
}

.sidebar .inner ul li.toggle.open > a{
	background-image:url("../images/arrow2.png");
}

.sidebar .inner ul li.toggle ul li:last-child{
	border:none;
}

.sidebar .inner aside{
	margin-top:25px;
}

.sidebar.active .inner{
	right:0;
}

@media screen and (max-width: 767px) {

}


/****************************************

          facebook

*****************************************/
.facebook-container h2{
	padding:44px 0 33px 0;
	text-align:center;
	font-size:45px;
	font-weight:normal;
	font-family:Arial;
}

.facebook-container .inner{
	padding:25px 0;
	text-align:center;
	background:#E8ECDB;
}

@media screen and (max-width: 767px) {
	
	.facebook-container h2{
		font-size:22.5px;
	}
	


}


/****************************************

          footer

*****************************************/
footer{
	width:100%;
	border-top:4px solid #DBDCDC;
	position:relative;
}

footer aside{
	background:#50ADBA;
	text-align:center;
	margin-top:3%;
	color:#fff;
	min-height:26px;
	line-height:26px;
	font-size:11px;
	width:100%;
}

@media screen and (min-width: 1200px) {
footer aside{
	margin-top:2.5% !important;
}
}


/****************************************

          logo + address + contact

*****************************************/
footer .logo{
	display:inline-block;
	vertical-align:top;
	margin:25px 25px 0 25px;
}

footer .address{
	display:inline-block;
	vertical-align:top;
	margin:2% 0 0 0;
	line-height:18px;
}


footer .address .footer_tel {
	font-size:20px;
	font-weight:600;
	padding-top:0.4em;
	}

footer .contact{
	position:absolute;
	right:30px;
	top:35px;
}

footer .contact a{
	font-size:18px;
	color:#fff;
	background:#7EC9C5;
	padding:5px 10px;
}

footer .contact a:hover {
	text-decoration:none;
	background: #50ADBA;
}


@media screen and (max-width: 480px) {
		footer .logo img{
		width:50% !important;}
}
@media screen and (max-width: 767px) {
		footer .logo img{
		width:35%;
		padding-left:4%;
		height:auto;
	}
}
@media screen and (max-width: 900px) {

	footer .logo{
		display:block;
		margin:1.5% 0 0;
	}
	
	footer .logo img{
		width:27%;
		padding-left:4%;
		height:auto;
	}

	footer .address{
		display:block;
		margin:.5% auto 3% !important;
		width:90%;
	}
	
	
footer .address .footer_tel {
	font-size:18px;
	font-weight:600;
	padding-top:0.4em;
	}


	footer .contact{
		position:relative;
		display:block;
		margin:30px auto 40px;
		text-align:left;
		width:100%;
		left:4%;
		right:0;
		top:0;
	}
footer aside{
	line-height:1.2em;
	padding:10px 0;
}

	
}

@media screen and (max-width:1200px) {

footer .address{
	margin-top:5% !important;
}
}

@media screen and (max-width:1400px) {

footer .address{
	margin-top:3% !important;
}
}




/****************************************

          page / media_katudou

*****************************************/

.inner .paragraph .media_katudou {
	border:5px solid #afd8de;
	border-radius:10px;
	-web-kit-border-radius:10px;
	-moz-border-radius:10px;
	margin:30px auto;
	width:100%;
}

.inner .paragraph .media_katudou h5{
	width:100%;
	background:#afd8de;
	color:#fff;
	font-size:22px;
	padding:10px 0;
	text-indent:1em;
}

.inner .paragraph .media_katudou .detail{
	max-width:1024px;
	margin:20px 2% 25px;
	width:95%;
	vertical-align:top !important;
	text-align:center;
}

.inner .paragraph .media_katudou .detail figure{
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin: 1% 20px 0 10px;
	
}


.inner .paragraph .media_katudou .detail .index{
	width:60%;
	display:inline-block;
	vertical-align:top !important;
	text-align:left;
}

.inner .paragraph .media_katudou .detail .index p{
	font-size:19px;
	background:#DBDCDC;
	border-radius:6px;
	-web-kit-border-radius:6px;
	-moz-border-radius:6px;
	text-indent:6px;
	padding:10px 0;
	margin:10px 0 15px;
	width:100%;
}

.inner .paragraph .media_katudou .detail .index ul li{
	border-bottom:1px dashed #000;
	font-size:14px;
	padding:10px 0;
}

.inner .paragraph .media_katudou .detail .index ul li span{
	color:#afd8de;
}

.media_katudou_s { width:98% !important; margin:2% auto 1%; text-align:center; }
.media_katudou_s img {width:100%; margin:auto;}

#pc {display:block;}
#sp {display:none;}

.tel_media { display:inline-block; margin:1% 0 2% ; font-size:16px;} 
.tel_media span {font-size:25px; font-weight:bold;}
.tel_media img { width:30%; margin-left:1em; }


@media screen and (max-width: 900px) {
.inner .paragraph .media_katudou .detail figure{
	margin: auto 20px auto 10px;	
}	
.tel_media img { width:40%; }
}
@media screen and (max-width: 767px) {

	.inner .paragraph .media_katudou .detail{
		width:96%;
		margin:3% auto ;
	}
	
	.inner .paragraph .media_katudou .detail figure{
		width:100%;
		margin:auto;
	}
	
	.inner .paragraph .media_katudou .detail .index{
		width:100%;
	}
	#pc {display:none;}
	#sp {display:block;}
	
	.media_katudou_s { width:100% !important; margin:3% auto 0;  }
	.tel_media img { width:70%; margin-top:2%;margin-left:0; }
}

@media screen and (min-width:1600px) {
	footer aside{
	margin-top:3.5%;
}
}
.recruit_nagare {width:100%; margin:2% auto 8%; vertical-align:top !important;}
	.recruit_nagare p { margin-right:3%;width:46%; display:inline-block;font-size:16px; line-height:1.8em;padding-bottom:1em;border-bottom:1.5px dashed #F8B62D;vertical-align:top !important}
.recruit_nagare p span { background-color:#F8B62D; padding:.1em 0.3em; margin-right:.3em; line-height:2.3em;color:#fff; font-weight:bold;}
.recruit_nagare p img { width:100%;margin-bottom:.2em; margin-top:1.8em;vertical-align:top !important}

@media screen and (max-width: 767px) {

	.recruit_nagareh p span { background-color:#F8B62D; padding:.2em; margin-right:.2em;color:#fff; font-weight:bold; line-height:2.3em;}
	.recruit_nagare p img { width:100%;margin-bottom:.3em; margin-top:1.3em;}

}

@media screen and (max-width: 500px) {
	.recruit_nagare p { font-size:14px;}
}

/*タイトル*/
.page__contents__wrapper .title{
    background: #50ADBA;
    padding: 20px;
}
.page__contents__wrapper .title h2{
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    font-family: Arial;
    line-height: 35px;
    padding-bottom: 5px;
    color: #fff;
}
.page__contents__wrapper .title h3 {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}

.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

/*送信ボタン*/
.submit {
text-align: center;
    margin-top: 20px;
}
.submit input {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 16pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 25px;   /* 余白       */
  background    : #50adba;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 0.9;         /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
}
.submit input:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  opacity       : 1;           /* カーソル時透明度 */
}