@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;
}
/* 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%;
}
.keyvisual {
  background: #fff9f2;
  margin-bottom: 40px;
  height: 321px;
}
.keyvisual_inner {
  width: 1000px;
  margin: 0 auto;
}
.keyvisual_inner .panel {
  width: 478px;
}
main {
  display: block;
  /*	overflow: hidden;*/
}
main div.containar {
  width: 700px;
  margin: 0 auto;
  /*  overflow: hidden;*/
}
main div.containar .contents {}
section {
  margin-bottom: 12%;
}
/*header*/
header {
  height: 80px;
  position: relative;
  border-bottom: 10px solid #ffa70f;
  margin-bottom: 10px;
  overflow: hidden;
}
.header_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  /*	overflow: hidden;*/
}
/*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;
  margin-bottom: 12%;
  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: 80px;
}
p span.line {
  font-weight: bold;
  font-size: 100%;
  border-bottom: 2px dotted #289f00;
}
h3.title01 {
  font-size: 130%;
  border-bottom: 2px solid #fb8a00;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-bottom: 1%;
}
h3.title01 span {
  background: url(../images/ic_h3.png) no-repeat;
  padding: 8px 0 8px 82px;
  display: inline-block;
  background-position: 8px bottom;
}
.containar .photo {
  margin: 0 auto 20px;
  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;
}
.containar .text p.interviewee {
  color: #333333;
  font-weight: bold;
  width: 92px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.containar .text p.balloon {
  width: 78%;
  display: inline-block;
  background: #f2ffeb;
  position: relative;
  padding: 10px 20px;
  margin: 0px 0px 30px 40px;
  border-radius: 5px;
}
.containar .text p.balloon:before {
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #f2ffeb;
  top: 15px;
  left: -25px;
}
.containar .text p.balloon:after {
  content: '';
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  top: 18px;
  left: -40px;
}
.containar .text p:last-child {
  margin-bottom: 0;
}
.banner {
  padding: 2%;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.8;
  position: relative;
  box-shadow: 2px 2px 4px 0px #cccccc;
  margin-right: 2px
}
.banner a:link, .banner a:visited, .banner a:active {
  color: inherit;
  text-decoration: none;
}
.banner:hover {
  background-color: #fafff4;
  box-shadow: 2px 2px 4px 0px #cccccc;
  opacity: inherit;
}
h5.banner_title {
  font-size: 100%;
  font-weight: bold;
}
.banner_text {
  width: 55%;
  margin-right: 3%;
  min-height: 110px;
}
.banner .img {
  position: absolute;
  top: 15px;
  right: 20px;
}
.banner_text span {
  font-weight: bold;
  font-size: 115%;
  color: #36d700;
}
/*編集後記*/
h3.edit_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;
  letter-spacing: 2px;
}
ul.point_list {
  margin: 20px 0;
}
li.point {
  background: url(../images/ic_edit.png) no-repeat 15px 9px;
  padding-left: 35px;
}
/*事業所案内*/
.office {
  background: #f9f9f9;
  padding: 20px 3% 40px;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
}
.office .office_inner h3 {
  letter-spacing: 2px;
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.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: 700px;
  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: 700px;
  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;
  }
}