@charset "utf-8";

/* common */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
	font-size:16px;
  font-size: 1.6rem;
	color: #333333;
	line-height: 2;
  font-family:
   "游ゴシック", YuGothic,
   "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
   "メイリオ", Meiryo,
   "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    word-wrap: break-word;
    overflow:scroll;
	background: url(../images/background.jpg);
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
       local('Yu Gothic');     /* Chrome用 */
}

img {
  border: 0;
  height: auto;
  line-height: 0;
  max-width: 100%;
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}
a {
  outline: none;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: inherit;
}

.banner a{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.kerning {
  letter-spacing: -.5em;
}

.kerning *:not(.kerning) {
  letter-spacing: normal;
}

.panel {
  vertical-align: top;
  display: inline-block;
}

table {
  width: 100%;
}


/*header*/
header{
  height: 80px;
  position: relative;
  border-bottom: 10px solid #ffa70f;
  overflow: hidden;
background: #ffffff;
	margin-bottom: 10px;
}
.header_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
	margin-bottom: 40px;
}

main{
	display: block;
/*	overflow: hidden;*/
}
main div.intro{
	margin-bottom: 40px;
}
main div.intro_inner {
  width: 960px;
  margin: 0 auto;
/*  overflow: hidden;*/
	background: #ffffff;
	padding: 2%;
	border-radius: 10px;
}

main div.containar {
  width: 960px;
  margin: 0 auto;
/*  overflow: hidden;*/
	background: #ffffff;
	padding: 3%;
	border-radius: 10px;
}
main div.containar .contents{

}
section{
	margin-bottom: 6%;
}
.keyvisual{
	background: #ffffff;
	height: 321px;
	margin-bottom: 40px;
}
.keyvisual_inner{
	width: 1000px;
	margin: 0 auto;
}
.keyvisual_inner .panel{
	width: 478px;
}



/*content*/

.keyvisual h1{
	font-size: 125%;
	padding: 12% 0 5% 0;
	font-weight: bold;
}
.keyvisual h1 span.category_icon{
	color: #36d700;
	display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
    /* border-radius: 50%; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #36d700;
    text-align: center;
    font-size: 70%;
    letter-spacing: 2px;
    font-weight: bold;
	margin-right: 20px;
	
}
.keyvisual_inner .panel:first-child{
	margin:0 18px;
}
.keyvisual h2{
	font-size:130%;
	line-height: 1.4;
	color: #36d700;
	font-weight:bold;
	margin-bottom: 2%;
}

.keyvisual .date{
	text-align: right;
	font-size: 90%;
	color: #9b9b9b;
}

.flr{
	float: right;
}
div.download_btn{
	text-align: center;
}
div.download_btn a{
	display: inline-block;
	width: 300px;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
	font-size: 130%;
	background: #36d700;
	letter-spacing: 2px;
	position: relative;
    border-bottom: solid 2px #238d00;/*少し濃い目の色に*/
    border-radius: 10px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

div.download_btn a:active {
    border-bottom: solid 2px #238d00;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
p.lead{
	margin-bottom: 40px;
}
span.line{
	font-weight: bold;
	font-size:100%;
	border-bottom: 2px dotted #fb8a00;
}
h3.title01{
    font-size: 170%;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    padding: 3% 0;
    text-align: center;
}
.photo{
	margin: 0 auto 6%;
	text-align: center;
}
.containar .photo .caption{
font-size: 80%;
    line-height: 1.2;
}
.containar .photo img{
	margin-bottom: 10px;
}
.containar .text{
}

.containar .text p{
	margin-bottom: 30px;
}
.balloon{
	margin: 20px 0;
}

.balloon .pic span{
	display: inline-block;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.balloon .pic img{
	width: 100%;
	height: auto;
}
.balloon.left .desc{
	font-weight: bold;
}
.balloon .desc{
	padding: 20px;
	border-radius: 10px;
	position: relative;
	background-color: #effce8;
}
.balloon .desc:before {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #effce8;
}
.balloon .desc:after{
	content: '';
	position: absolute;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #fff;
}
.balloon.green .desc,
.balloon.green .desc:before{
	background-color: #effce8;
}
.balloon.pink .desc,
.balloon.pink .desc:before{
	background-color: #fff1e1;
}


.containar .text p:last-child{
	margin-bottom: 0;
}
@media screen and (min-width: 560px) {

	.balloon{
		display: -webkit-box;
		display: flex;
		justify-content: center;
	}
	.balloon.right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
	.balloon .pic{
		z-index: +2;
	}
	.balloon .desc{
		z-index: +1;
	}
	.balloon.left .desc{
		width: 100%;
		margin: 0 120px 0 30px;
	}
	.balloon.right .desc{
		width: 100%;
		margin: 0 30px 0 120px;
	}
	.balloon.left .desc:before {
		top: 25px;
		left: -20px;
	}
	.balloon.left .desc:after{
		top: 25px;
		left: -40px;
	}
	.balloon.right .desc:before {
		top: 25px;
		right: -20px;
	}
	.balloon.right .desc:after{
		top: 25px;
		right: -40px;
	}

}
.w700{
	max-width: 700px;
	margin: 0 auto;
}
.banner {
	padding: 4%;
    border: 1px solid #cccccc;
    font-size: 85%;
    line-height: 1.8;
    position: relative;
    margin-right: 2px;
    background: #ffffff;
}
.banner a:link,.banner a:visited, .banner a:active {
  color:inherit;
  text-decoration:none;
}

.banner:hover{
    box-shadow: 2px 2px 4px 0px #cccccc;
	opacity:inherit;
}
h5.banner_title{
	font-size: 100%;
	font-weight: bold;
}
.banner_text{
	width: 60%;
	margin-right: 3%;
	min-height: 110px;
}
.banner .img{
    position: absolute;
	bottom: 0px;
    right: 20px;
	text-align: right;
}
.banner_text span{
	font-weight: bold;
	font-size:120%;
	color:#36d700;
}

/*編集後記*/
.point .point_inner{
	max-width: 960px;
	margin: 0 auto 6%;
	padding: 3%;
}
.point h3.point_title{
    font-size: 130%;
    border-bottom: 2px solid #36d700;
    font-weight: bold;
    margin-bottom: 30px;
    background: url(../images/ic_h3_edit.png) no-repeat 15px 9px;
    padding: 10px 0 0 62px;
}

.point ul.point_list{
	margin: 20px 0;
}
.point ul.point_list h4{
	font-size: 140%;
	font-weight: bold;
}
.point ul.point_list h4  span{
	color:#fb8a00;
	display: inline-block;
	padding-right: 20px;
}

.point ul.point_list li.point{
	    background: url(../images/ic_edit.png) no-repeat 15px 12px;
    padding-left: 45px;
}
.point ul.point_list li.point:last-child{
	margin-bottom: 3%;
}
/*事業所案内*/

.office{
    background: #ffffff;
    padding: 20px 3% 40px;
}
.office .office_inner{
	width: 700px;
	margin: 0 auto;
}
.office .office_inner h3{
	letter-spacing: 2px;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.office  .office_inner .text_area{
	width:55%;
	font-size: 95%;
    line-height: 1.8;
}

.office .office_inner .office_title{
	font-size: 110%;
	font-weight: bold;
}
.office .office_inner .office_category{
	margin-bottom: 3%;
}
.office .office_inner ul.office_category li {
    padding: 5px;
    background: #36d700;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 90%;
    color: #ffffff;
}

/*pagetop*/
#pagetop {
    position: relative;
    min-width: 960px;
    margin: 0 auto;
    height: 0;
    text-align: right;
    z-index: 2;
}
#pagetop .pagetop-button {
    -webkit-transform: translate3d(0,-82px,3px);
    transform: translate3d(0,-82px,3px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pagetop-button {
    display: block;
    position: fixed;
    right: 20px;
    bottom: -50px;
    width: 56px;
    height: 56px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: url(../images/pagetop.png) no-repeat 20px center,#181818;
    z-index: 11;
    -webkit-transform: translate3d(0,120px,3px);
    transform: translate3d(0,120px,3px);
    -webkit-transition: background .25s,color .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,background .25s,color .25s;
    transition: transform .25s ease,background .25s,color .25s,-webkit-transform .25s ease;
}
/*pagetop*/
#pagetop {
    position: relative;
    min-width: 960px;
    margin: 0 auto;
    height: 0;
    text-align: right;
    z-index: 2;
}
#pagetop .pagetop-button {
    -webkit-transform: translate3d(0,-82px,3px);
    transform: translate3d(0,-82px,3px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pagetop-button {
    display: block;
    position: fixed;
    right: 20px;
    bottom: -50px;
    width: 56px;
    height: 56px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    background: url(../images/pagetop.png) no-repeat 20px center,#181818;
    z-index: 11;
    -webkit-transform: translate3d(0,120px,3px);
    transform: translate3d(0,120px,3px);
    -webkit-transition: background .25s,color .25s,-webkit-transform .25s ease;
    transition: transform .25s ease,background .25s,color .25s;
    transition: transform .25s ease,background .25s,color .25s,-webkit-transform .25s ease;
}

/*footer*/
footer {
  background-color: #ff7e00;
  padding: 5px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.fll{
	float: left;
}
.flr{
	float: right;
}
.mb6{
	margin-bottom: 6%;
}
.clearfix{
	content: " ";
	display: block;
	clear: both;
}

/*nav*/
header {
  width: 100%;
  height: 50px;
}
@media (max-width: 699px) {
  header {
    height: 100px;
  }
}
.headerlogo {
  margin: 0;
  display: none;
}
.forSp {
  display: block;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .headerlogo {
    display: block;
  }
  .forSp {
    display: none;
  }
}
.headerlogo img {
  margin-bottom: 10px;
}
nav {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, .36);
}
@media (max-width: 699px) {
  nav > ul {
    margin-bottom: 0rem;
    list-style-type: none;
    padding-inline-start: 0px !important;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-left: 0px;
  }
}
nav > ul > li {
  width: 100%;
}
nav > ul > li > h1 {
  line-height: 1.2!important;
  font-size: 1.4375rem;
	padding-top:5px;
}
nav > ul > li > a {
  display: block;
  width: 100%;
  height: 50px;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}
nav > ul > li > a:hover {
  color: #f93;
  text-decoration: none;
}
nav > ul > li:first-child > a {
  border-top: 1px solid #ccc;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
}
nav > ul > li > ul {
  display: none;
  background-color: #f93;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  list-style-type: none;
  height: 252px !important;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  padding-inline-start: 0px !important;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-left: 0px;
  line-height: 1rem;
}
nav > ul > li li > a {
  display: block;
  width: 100%;
  padding: 10px 10%;
  /*
  border-bottom: 1px solid #ccc;*/
  color: #fff !important;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
nav > ul > li li > a:hover {
  background-color: #fff;
  color: #f93 !important;
  text-decoration: none;
}
@media screen and (min-width: 700px) {
  nav {
    margin-top: 0px;
  }
  nav > ul {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    padding: 0;
  }
  nav > ul > li {
    display: inline-block;
    width: calc(100% / 6);
    font-size: 1rem !important;
    vertical-align: top;
    max-height: 50px;
  }
  nav > ul > li > a {
    border: none;
    /*
    border-left: 1px solid #ccc;*/
    display: block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  }
  nav > ul > li:first-child > a {
    border-top: none;
    border-left: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans Japanese", "メイリオ", Meiryo, sans-serif;
  }
}