@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
font-family: "Zen Maru Gothic",'Roboto','Noto Sans JP',sans-serif;
font-size: min(1.8vw,16px);
background:#fff;
color: #333;
line-height: 180%;
overflow-x: hidden;
}

/* リンク */
a{
	color:#333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
color:#000;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */
img{
border:0;
padding:0px;
margin:0px
vertical-align: bottom;
}

img a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


/* フロート */
.right{ float: right; }
.left{ float: left; }
.clear{ clear:both; }


/* リスト */
ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

li{
margin: 0 0 10px 15px;
padding: 0 0 0 0;
}

li a{
color:#444;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#03335d;
}

#topcontrol{
z-index:99999;
}

ruby {
color: #fff;
}

.width100{width: 100%!important;}
.width90{width: 90%!important;}
.width80{width: 80%!important;}
.width70{width: 70%!important;}
.width60{width: 60%!important;}
.width50{width: 50%!important;}
.width45{width: 45%!important;}
.width40{width: 40%!important;}
.width38{width: 38%!important;}
.width35{width: 35%!important;}
.width30{width: 30%!important;}
.width25{width: 25%!important;}
.width20{width: 20%!important;}
.width10{width: 10%!important;}
.width8{width: 8%!important;}
.width7{width: 7%!important;}
.width5{width: 5%!important;}

.contents-box {
width: 100%;
padding: 0;
margin: 0;
position:relative;
z-index:0;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.box-end{
margin: 0;
padding: 0 0 50px 0;
}


/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.effect {
  opacity : 0;
  transition : all 900ms 300ms ease-out;
  transform: translate(0,0);
}
.fv-effect {
  transition : all 300ms 300ms ease-out;
  transform: translate(0,0);
  opacity: 0;
}
.fade-drop {
  transform: translate(0,-50px);
}
.fade-rize {
  transform: translate(0,50px);
}
.fade-left-in {
  transform: translate(-50px,0);
}
.fade-right-in {
  transform: translate(50px,0);
}
.fade-matrix {
  transform: translate(0,50px) matrix(1,0.09,0.00,1,0,0);
}

/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
  transform: translate(0,0px);
}

/*ファーストビューエフェクト*/
.loaded .fv-effect {
  opacity: 1;
  transform: translate(0,0)!important;
}
.loaded.sc .fv-effect {
  transition : all 0ms 0ms ease-out;
}
/*アニメーション*/
.delay0 {
  transition-delay:0ms;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
width: 100%;
margin: 0;
position:absolute;
top:0;
left:0;
z-index:9;
}

.header-inner {
margin: 0 auto;
padding: 15px 0 0 0;
width: 95%;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#header h1 {
margin: 5px 0 0 0;	
}
.logo {
float: left;
margin: 0;
padding: 0;
width:100%;
}
.logo img{
width:100%;
max-width:380px;
}
.header-logobox {
padding: 0;
width:27%;
position: relative;
}
.header-navbox {
padding: 0;
display: flex;
justify-content: flex-end;
align-items: center;
align-content: center;
flex-wrap: wrap;
}


/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	
#navDmy{
display:none !important;
}
#nav_bg {
	width: 100%;
	height:120px;
	padding: 0;
	margin: 0;
position: relative;
z-index:9999;
display:block;
background: #fff;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

/* 上部固定用 */
#nav_bg.active{
position:fixed;
top:0;
left:0;
z-index:99999;
background:rgba(255,255,255,0.9);
transition: 0.8s;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
/* 上部固定用ここまで */

.nav {
width:100%;
margin: 0 auto 0px auto;
}

.nav ul {
list-style: none;
margin: auto;
letter-spacing: -0.5em; /* 隙間を埋める追加 */
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
font-weight: 700;
display: inline-block;
line-height: 16px;
position: relative;
margin: 0 15px;
padding: 0;
float: left; 
text-align:center;
letter-spacing: normal; /* 隙間を埋める追加 */
cursor: pointer;
cursor: hand;
}
.nav-menu li:first-child img{
vertical-align: bottom;
height: 40px;
margin: 4px 0 0 0;
}
.nav-menu li:nth-child(5) img{
vertical-align: bottom;
height: 30px;
margin: 8px 0 0 0;
}
.nav-menu li:nth-child(2),
.nav-menu li:last-child {
display: none;
}
.nav-menu li a {
color: #333;
display: block;
font-size: 17px;
text-decoration: none;
margin: 0;
padding: 0;
}
.nav-menu li:nth-child(3) a,
.nav-menu li:nth-child(4) a {
color: #333;
display: block;
font-size: 17px;
text-decoration: none;
margin: 0;
padding: 15px 25px;
border: 1px solid #333;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
color: #333;
}
.nav-menu li:nth-child(3) a:hover {
color: #000;
background-color: #fff100;
border: 1px solid #000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.nav-menu li:nth-child(4) a:hover {
color: #000;
background-color: #57c3ea;
border: 1px solid #000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	メインイメージ
* ************************************************ */	
.main-img {
margin: 120px 0 0 0;
}
.main-img img{
width: 100%;
vertical-align: bottom;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
.clear	{ clear: both; } 
.mT10	{ margin-top:10px; }
.mT20	{ margin-top:20px; }
.mT30	{ margin-top:30px; }
.mT40	{ margin-top:40px; }
.mB10	{ margin-bottom:10px; }
.mB20	{ margin-bottom:20px; }

.imgcenter{
text-align:center;
margin: 0 auto;
padding: 0;
}
.imgcenter img {
  vertical-align: bottom;
}
.htext{
text-align:center;
}

/* 記事部分 */	
p {
padding: 0;
line-height: 200%;
}

p a {
color:#333;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#000;
text-decoration:none;
}

p a:active, a:focus {
outline: 0;
}


/* フォント */	
.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}
.dllink {
margin: 10px auto 5px auto;
padding: 0;
background-color:#1462be;
text-align:center;
width: 40%;
}
.dllink a{
color: #fff;
display: block;
padding: 10px 0px;
font-size:18px;
line-height: 210%;
}
.dllink a:hover{
color: #fff;
background-color:#03335d;
}

.link-btn {
margin: 0;
padding: 0;
text-align:center;
background-color:#fff;
border: 1px solid #333;
display: inline-block;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.link-btn a{
font-weight: 500;
color: #333;
display: block;
padding: 10px 30px 11px 30px;
line-height: 200%;
text-decoration: none;
font-size: min(2vw,18px);
}
.link-btn a::after,
.link-btn a:hover::after {
position:relative;
top: -2px;
left: 10px;
content:"";
display:inline-block;
width:5px;
height:10px;
background:url("../images/arrow.svg") no-repeat;
background-size:contain;
}
.link-btn a::after {
background:url("../images/arrow.svg") no-repeat;
}
.link-btn a:hover::after {
background:url("../images/arrow_mo.svg") no-repeat;
}
.link-btn a:hover{
color: #fff;
background-color:#000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	お知らせ
* ************************************************ */	
.news-box {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 100px 0;
}
.news-box-inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.news-box h2{
font-size: min(4.4vw,44px);
font-weight: 500;
text-align: center;
margin: 0 auto 50px auto;
padding: 0;
}
ul.topnews{
margin: 0 0 50px 0;
padding: 0 0 0 0;
list-style: none;
}
ul.topnews li{
margin: 0 0 0 0;
padding: 20px 0 20px 10px;
border-bottom:1px solid #999;
text-align: left;
}
ul.topnews li a{
margin: 0 0 0 30px;
color:#333;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
ul.topnews li a:hover{
color:#000;
text-decoration: underline;
}

.morelink {
margin: 0 auto;
padding: 0;
text-align:center;
background-color:#fff;
border: 1px solid #333;
width: 300px;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.morelink a{
color: #333;
display: block;
padding: 10px 0 11px 0;
line-height: 200%;
text-decoration: none;
font-size: min(2vw,18px);
}
.morelink a::after,
.morelink a:hover::after {
position:relative;
top: -2px;
left: 10px;
content:"";
display:inline-block;
width:5px;
height:10px;
background:url("../images/arrow.svg") no-repeat;
background-size:contain;
}
.morelink a::after {
background:url("../images/arrow.svg") no-repeat;
}
.morelink a:hover::after {
background:url("../images/arrow_mo.svg") no-repeat;
}
.morelink a:hover{
color: #fff;
background-color:#000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	2セクション
* ************************************************ */	
.section-box {
  background-color: #dbe6ec;
  position: relative;
  z-index: 0;
}
.section-box-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}
.section-box-inner .box{
width: 47%;
text-align: center;
}
.section-box-inner .box img{
width: 100%;
vertical-align: bottom;
}
.section-titlebox {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
.section-box-inner2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
.section-box-inner2 .img-box{
width: 35%;
text-align: center;
}
.section-box-inner2 .img-box img{
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
border: 2px solid #fff;
}
.section-box-inner2 .text-box{
width: 60%;
text-align: left;
}
.section-box-inner2 .text-box p{
font-size: min(2vw,18px);
}
.section-box-inner2 .text-box p span{
font-size: min(1.8vw,16px);
}

.pdflink-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.pdflink-box__link {
margin: 30px 0 0 0;
padding: 0;
text-align:center;
width: 350px;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.pdflink-box__link a{
color: #000;
font-size: min(2.4vw,24px);
line-height: 1;
text-decoration: none;
display: block;
padding: 0 0 28px 0;
background-color:#fff;
border: 1px solid #000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.pdflink-box__link a:hover{
color: #fff;
background-color:#000;
border: 1px solid #000;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.pdflink-box__link a::before{
position:relative;
top: 15px;
left: -15px;
content:"";
display:inline-block;
width:40px;
height:50px;
background:url("../images/icon_pdf.svg") no-repeat;
background-size:contain;
}



/* ************************************************ 
*	アルバイトの例
* ************************************************ */	
.example-box {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.example-box h2{
font-size: min(4.4vw,44px);
font-weight: 500;
text-align: center;
margin: 0 auto 50px auto;
padding: 0;
}
.example-box-inner1,
.example-box-inner2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 90%;
  padding: 0;
}
.example-box-inner1 { width: 640px; margin: 0 auto 80px auto;}
.example-box-inner2 { width: 1000px; margin: 0 auto; }
.example-box-inner1 .box{
width: 43.75%;
text-align: center;
}
.example-box-inner2 .box{
width: 28%;
text-align: center;
}
.example-box-inner1 .box img,
.example-box-inner2 .box img{
vertical-align: bottom;
margin: 0 0 10px 0;
}
.example-box-inner1 .box p,
.example-box-inner2 .box p{
font-size: min(2.2vw,21px);
line-height: 130%;
font-weight: 500;
}


/* ************************************************ 
*	先輩たちの声
* ************************************************ */	
.voice-box { 
width: 100%;
margin: 0;
padding: 0 0 100px 0;
}
.voice-box-inner {
margin: 0 auto;
padding: 60px 0 70px 0;
width: 1200px;
max-width: 90%;
height: auto;
background: linear-gradient(
    -45deg,
    #fff7b2 25%, #fff 25%,
    #fff 50%, #fff7b2 50%,
    #fff7b2 75%, #fff 75%,
    #fff
  );
background-size: 12px 12px;
position:relative;
z-index: 0;
}
.voice-box-inner .bg1{
position:absolute;
z-index: 1;
top: 75px;
left: 65px;
width: 6%;
}
.voice-box-inner .bg1 img,
.voice-box-inner .bg2 img,
.voice-box-inner .voice-title{
width: 100%;
}
.voice-box-inner .bg2{
position:absolute;
z-index: 1;
top: 60px;
right: 75px;
width: 12%;
}
.voice-box-inner .voice-title{
margin: 0 auto;
width: 33%;
}
.voice-box-inner h2{
font-size: min(3.3vw,30px);
font-weight: 500;
text-align: center;
margin: 20px auto 40px auto;
padding: 0;
}
.voice-box-inner .voice-lead{
font-size: min(2.4vw,21px);
font-weight: 500;
text-align: center;
margin: 0 auto 40px auto;
padding: 0;
line-height: 150%;
}
.voice-box-inner .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1100px;
  max-width: 90%;
  padding: 0;
margin: 0 auto 50px auto;
}
.voice-box-inner .inner .voice{
width: calc(48% - 60px);
padding: 30px;
margin: 0;
background: #fff;
box-shadow: 0 0 5px #ccc;
border-radius: 20px; /* CSS3 */
 -webkit-border-radius: 20px; /* Firefox */
 -moz-border-radius: 20px; /* Safari,Chrome */
}
.voice-box-inner .inner .voice p{
line-height: 180%;
font-size: min(1.8vw,16px);
}
.voice-box-inner .inner .voice .headarea{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
margin: 0 0 20px 0;
align-items: center;
align-content: center;
}
.voice-box-inner .inner .voice .headarea .img-box{
  width: 21.5%;
}
.voice-box-inner .inner .voice .headarea .title-box{
  width: 75%;
}
.voice-box-inner .inner .voice .headarea .title-box p{
font-size: min(2.2vw,21px);
font-weight: 500;
}
.voice-box-inner .inner .voice .headarea .title-box p span{
background-color: #fff100;
margin: 0 10px 0 0;
padding: 3px 10px 5px 10px;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.voicelink-box {
margin: 0 auto;
padding: 0;
text-align:center;
}


/* ************************************************ 
*	福祉人材センターって何？
* ************************************************ */	
.about-box {
width: 100%;
position: relative;
z-index: 0;
background-color: #00b9ff;
padding: 100px 0;
}
.about-box-inner {
width: 1200px;
max-width: 90%;
margin: 0 auto 100px auto;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about-box-inner .img-box{
width: 28%;
}
.about-box-inner .text-box{
width: 67%;
}
.about-box-inner h2{
font-size: min(4vw,44px);
font-weight: 500;
color: #fff;
margin: 0 0 50px 0;
padding: 0;
text-align: left;
}
.about-box-inner p{
font-size: min(2.1vw,21px);
color: #fff;
text-align: left;
margin: 0 0 50px 0;
}

.about-box-bninner {
width: 1000px;
max-width: 90%;
margin: 0 auto;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.about-box-bninner .banner{
width: 31%;
margin: 0 0 30px 0;
padding: 0;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
clear:both;
width:100%;
margin: 0;
padding: 0;
background-color:#fff;
}
.footer-inner {
margin: 0 auto;
padding: 100px 0;
width: 1200px;
max-width: 90%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.footer-mapbox {
width: 58%;
height: 400px;
}
.footer-namebox {
width: 32%;
}

.footer-logo {
width: 100%;
}
.open-box {
margin: 30px 0 15px 0;
padding: 5px;
font-size: 18px;
font-weight: 500;
color: #fff;
text-align: center;
background-color: #333;
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}

.add {
font-size: 15px;
font-weight: 500;
margin: 0;
padding: 0;
line-height: 170%;
}

.footer-end-top {
margin: 0 auto;
padding: 0;
border: 1px solid #333;
width: 60px;
}
.copyright {
width: 90%;
margin: 0 auto;
padding: 30px 0;
text-align:center;
font-size: 14px;
}


/* ************************************************ 
*	下層ページ上部タイトル
* ************************************************ */	
.pagetop-title-box {
margin: 120px 0 0 0;
padding: 60px 0 0 0;
text-align: center;
background-color: #dbe6ec;
}
.pagetop-title-box img{
width: 350px;
max-width: 60%;
margin: 0 auto 20px auto;
vertical-align: bottom;
}
.pagetop-title-box h2{
font-size: min(3vw,30px);
font-weight: 500;
padding: 0 0 30px 0;
margin: 0 auto;
}
.pagetop-title-box h3{
font-size: min(4.0vw,40px);
font-weight: 500;
padding: 0 0 60px 0;
margin: 0 auto;
}
.pagetop-under-box {
margin: 0;
padding: 0;
}
.pagetop-under-box img{
width: 100%;
}


/* ************************************************ 
*	ライン
* ************************************************ */
.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}


/* ************************************************ 
*	画像装飾
* ************************************************ */
.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}
.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){
iframe {
width: 100%;
height:100%;
}
.logo-sp { display: none; }
.show_tb { display: none; }
.show_sp { display: none; }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.logo-sp { display: none; }
#nav_bg { height: 100px; }
.header-inner { padding: 25px 0 0 0; }
.header-logobox { width: 30%; }
.nav-menu li { margin: 0 10px; }
.nav-menu li:first-child img {
height: 35px;
margin: 4px 0 0 0;
}
.nav-menu li:nth-child(3) a,
.nav-menu li:nth-child(4) a {
font-size: 15px;
padding: 12px 20px;
}
.nav-menu li:nth-child(5) img {
height: 27px;
margin: 7px 0 0 0;
}

.main-img { margin: 100px 0 0 0; }

.news-box { padding: 70px 0; }
.news-box h2 { margin: 0 auto 20px auto; }

.section-box-inner { padding: 70px 0; }
.section-box-inner2 { padding: 30px 0 70px 0; }

.example-box { padding: 70px 0; }
.example-box-inner1 {
width: 460px;
margin: 0 auto 50px auto;
}
.example-box-inner2 { width: 768px; }

.voice-box { padding: 0 0 70px 0; }
.voice-box-inner .inner .voice {
width: calc(48% - 40px);
padding: 20px;
}

.about-box { padding: 70px 0 40px 0; }
.about-box-inner { margin: 0 auto 70px auto; }
.about-box-inner h2{ margin: 0 0 30px 0; }
.about-box-inner p{ margin: 0 0 30px 0; }


.footer-inner { padding: 60px 0; }
.footer-mapbox {
width: 55%;
height: 400px;
}
.footer-namebox {
width: 40%;
}
.open-box {
margin: 20px 0 10px 0;
padding: 3px;
font-size: 16px;
}
.add { font-size: 14px; }

.pagetop-title-box {
margin: 100px 0 0 0;
padding: 40px 0 0 0;
}
.pagetop-title-box h3{
padding: 0 0 40px 0;
}

iframe { width: 100%; height:100%; max-width: 728px; }
.show_sp { display: none; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
#header {
padding: 0;
}
.header-inner {
width: 100%;
position: static;
padding: 0 0 0 0;
}
.header-logobox { width: 100%; }
.logo { display: none; }
.logo-sp {
	float: none;
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index:999999;
}
.logo-sp img {
    width: 230px;
    max-height: 60px;
}

#nav_bg { height: 70px; }
#nav_bg.active{ position:absolute; }

.nav-menu li:first-child,
.nav-menu li:nth-child(5) {
display: none;
}
.nav-menu li:nth-child(2),
.nav-menu li:last-child {
display: block;
}
.nav-menu li a { font-size: 4.5vw; }
.nav-menu li:nth-child(3) a,
.nav-menu li:nth-child(4) a {
border: none;
}
.nav-menu li:nth-child(3) a:hover,
.nav-menu li:nth-child(4) a:hover {
border: none;
}

.link-btn {
width: 100%;
margin: auto;
}
.link-btn a {
padding: 10px 0 11px 0;
font-size: 4.5vw;
line-height: 150%;
}

.main-img { margin: 70px 0 0 0; }

.news-box { padding: 50px 0 70px 0; }
.news-box h2 {
font-size: 7vw;
margin: 0 auto 20px auto;
}
ul.topnews { margin: 0 0 40px 0; }
ul.topnews li{
padding: 15px 0;
font-size: 4.5vw;
line-height:150%;
}
ul.topnews li a { margin: 0 0 0 0; }
.morelink { width: 100%; }
.morelink a { font-size: 4.5vw; }

.section-box-inner { padding: 70px 0 40px 0; }
.section-box-inner .box{
width: 100%;
margin: 0 auto 30px auto;
}

.section-box-inner2 { padding: 30px 0 70px 0; }
.section-box-inner2 .img-box {
width: 70%;
margin: 0 auto 20px auto;
}
.section-box-inner2 .text-box { width: 100%; }
.section-box-inner2 .text-box p { font-size: 4.5vw; }
.section-box-inner2 .text-box p span { font-size: 4vw; }

.pdflink-box__link { width: 100%; }
.pdflink-box__link a {
font-size: 4.5vw;
padding: 0 0 20px 0;
}
.pdflink-box__link a::before {
top: 13px;
left: -15px;
width: 25px;
height: 35px;
}

.example-box { padding: 70px 0 30px 0; }
.example-box h2 {
font-size: 7vw;
margin: 0 auto 30px auto;
}
.example-box-inner1 {
width: 90%;
margin: 0 auto 40px auto;
}
.example-box-inner1 .box,
.example-box-inner2 .box {
width: 47.5%;
}
.example-box-inner2 .box {
margin: 0 0 40px 0;
}
.example-box-inner1 .box p,
.example-box-inner2 .box p {
font-size: 4.5vw;
}

.voice-box { padding: 0 0 70px 0; }
.voice-box-inner {
padding: 40px 0;
}
.voice-box-inner .bg1 {
top: 40px;
left: 20px;
width: 10%;
}
.voice-box-inner .bg2 {
top: 35px;
right: 15px;
width: 15%;
}
.voice-box-inner .voice-title { width: 60%; }
.voice-box-inner h2 {
font-size: 5vw;
margin: 10px auto 30px auto;
}
.voice-box-inner .voice-lead {
font-size:4.5vw;
margin: 0 auto 25px auto;
}

.voice-box-inner .inner { margin: 0 auto 0 auto; }
.voice-box-inner .inner .voice {
width: calc(100% - 30px);
padding: 15px;
margin: 0 auto 30px auto;
}
.voice-box-inner .inner .voice .headarea .img-box { width: 25%; }
.voice-box-inner .inner .voice .headarea .title-box { width: 70%; }
.voice-box-inner .inner .voice .headarea .title-box p { font-size: 4.25vw; }
.voice-box-inner .inner .voice p { font-size: 4vw; }
.voicelink-box {
width: 90%;
margin: auto;
}

.about-box { padding: 70px 0 50px 0; }
.about-box-inner { margin: 0 auto 70px auto; }
.about-box-inner .img-box {
width: 60%;
margin: 0 auto 30px auto;
}
.about-box-inner .text-box {
    width: 100%;
}
.about-box-inner h2{
font-size: 5.5vw;
margin: 0 auto 20px auto;
text-align: center;
}
.about-box-inner p{
margin: 0 0 30px 0;
font-size: 4.5vw;
}

.about-box-bninner .banner {
width:47.5%;
margin: 0 0 20px 0;
}

.footer-inner { padding: 60px 0; }
.footer-mapbox {
width: 100%;
height: 400px;
margin: 0 0 50px 0;
}
.footer-namebox {
width: 100%;
}
.footer-namebox img{
width: 70%;
}
.open-box {
margin: 20px 0 10px 0;
padding: 3px;
font-size: 5vw;
}
.add { font-size: 4vw; }
.copyright { font-size: 3.5vw;  }

.pagetop-title-box {
margin: 70px 0 0 0;
padding: 30px 0 0 0;
}
.pagetop-title-box h2 {
font-size: 5vw;
padding: 0 0 30px 0;
}
.pagetop-title-box h3{
font-size: 6vw;
padding: 0 0 30px 0;
}

.box-end{ padding: 0; }

#topcontrol {
right: 15px!important;
}
#topcontrol img{
width:50px;
}
iframe { width: 100%; height:100%; }
.show_pc { display: none; }
.show_tb { display: none; }
}
