@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
  letter-spacing: -0.025em;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  letter-spacing: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#wrapper {
  width: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 26px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn-more::before {
  right: 10px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 5px;
}
.hx01:after {
  background-color: #d10000;
  top: 17px;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
  transition-property: opacity, color, background-color;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header .inner {
  width: 1080px;
  margin: 0 auto;
}
header #header-top {
  background-color: #e7eddd;
  height: 24px;
  display: flex;
  align-items: center;
}
header #header-top p {
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
}
header #header-middle .inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
header #header-middle .inner .logo {
  width: 400px;
}
header #header-middle .inner .boxes {
  display: flex;
}
header #header-middle .inner #header-contact {
  width: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header #header-middle .inner #header-contact img {
  display: block;
}
header #header-middle .inner #header-banners {
  margin-left: 10px;
}
header #header-middle .inner #header-banners .banners {
  display: flex;
}
header #header-middle .inner #header-banners .banners .banner {
  width: 170px;
}
header #header-middle .inner #header-banners .banners .banner + .banner {
  margin-left: 10px;
}
header #header-bottom {
  background-color: #009000;
}
header nav {
  width: 100%;
}
header nav.active .menu-btn {
  background: url(../img/icon-menu-close.png) center center no-repeat;
  background-size: auto 38px;
}
header nav.active .inner {
  display: flex;
  top: 0;
  transform: translateX(0%); /* 初期状態で右にスライド */
}
header nav .menu-btn {
  display: flex;
  background: url(../img/icon-menu-open.png) center center no-repeat;
  background-size: auto 36px;
  position: fixed;
  z-index: 1001;
  top: 35px;
  right: 40px;
  width: 50px;
  height: 50px;
}
header nav .inner {
  z-index: 1000;
}
header nav .inner ul {
  width: 100%;
  display: flex;
  padding: 10px 0;
}
header nav .inner ul li {
  width: 215px;
  border-left: 1px solid #2ba82b;
}
header nav .inner ul li:last-of-type {
  border-right: 1px solid #2ba82b;
}
header nav .inner ul li a {
  width: 100%;
  height: 36px;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/**
main
*/
#main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1080px;
  margin: 34px auto 0;
}
#main #sidebar {
  width: 220px;
}
#main main {
  width: 830px;
  margin: 0;
}
#main-image {
  background: url(../img/pagetitle/pagetitle.png) center center no-repeat;
  background-size: cover;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

#breadcrumbs {
  position: relative;
  background-color: #ddd;
}
#breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 1080px;
  margin: 0 auto 0;
  padding: 8px 0;
}
#breadcrumbs ul li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
}
#breadcrumbs ul li:first-child a span {
  padding-left: 0;
}
#breadcrumbs ul li:last-child {
  white-space: nowrap;
  width: 400px;
  padding-right: 0;
  overflow: hidden;
  vertical-align: middle;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#breadcrumbs ul li:last-child span {
  padding-right: 0;
}
#breadcrumbs ul li a {
  text-decoration: none;
}
#breadcrumbs ul li a:hover {
  opacity: 0.5;
  transition: none;
}
#breadcrumbs ul li span {
  padding: 0 0.8em;
}

#sidebar .boxes .box + .box {
  margin-top: 20px;
}
#sidebar #side-info-categories h3 {
  padding: 20px 16px;
  background-color: #e7eddd;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
}
#sidebar #side-info-categories h3:before {
  position: absolute;
  content: "";
  width: 5px;
  height: calc(100% - 20px);
  background-color: #009000;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sidebar #side-info-categories .side_navi ul li {
  background: url(../img/common/side-border01.png) center bottom no-repeat;
}
#sidebar #side-info-categories .side_navi ul li a {
  background: url(../img/common/icon-arrow01.png) left center no-repeat;
  padding: 22px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#sidebar #side-info-categories .side_navi ul li .children {
  margin-left: 20px;
  margin-top: -10px;
}
#sidebar #side-info-categories .side_navi ul li .children li a {
  padding: 16px 22px;
}
#sidebar #side-banners-top .banners .banner + .banner {
  margin-top: 20px;
}
#sidebar #side-info h2 {
  background-color: #009000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 10px;
}
#sidebar #side-info .list {
  margin-top: 15px;
}
#sidebar #side-info .list ul li {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/side-border01.png) center bottom no-repeat;
  padding-bottom: 12px;
}
#sidebar #side-info .list ul li + li {
  margin-top: 10px;
}
#sidebar #side-info .list ul li .date {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
}
#sidebar #side-info .list ul li .categories {
  margin-left: 5px;
}
#sidebar #side-info .list ul li .categories .category {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #f16518;
  padding: 0 10px;
}
#sidebar #side-info .list ul li .categories .category + .category {
  margin-left: 5px;
}
#sidebar #side-info .list ul li .categories .category a {
  font-size: 1.2rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#sidebar #side-info .list ul li .title {
  width: 100%;
  text-align: left;
}
#sidebar #side-info .list ul li .title a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.63;
  color: #333;
  text-decoration: underline;
}
#sidebar #side-info .link {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
#sidebar #side-info .link a {
  width: 160px;
  height: 30px;
  border-radius: 15px;
}
#sidebar #side-contact h2 {
  background-color: #009000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 10px 6px;
}
#sidebar #side-contact .tel {
  margin-top: 15px;
}
#sidebar #side-contact .link {
  margin-top: 6px;
}
#sidebar #side-banners-middle .banners .banner + .banner {
  margin-top: 10px;
}
#sidebar #side-company {
  background: url(../img/common/line01.png) center top no-repeat;
  padding-top: 12px;
}
#sidebar #side-company .content .img {
  margin-top: 5px;
}
#sidebar #side-company .content .info {
  margin-top: 10px;
}
#sidebar #side-company .content .info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}
#sidebar #side-company .content .info .text {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.25;
}
#sidebar #side-area h2 {
  background-color: #00908b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 10px 6px;
}
#sidebar #side-area .content {
  background-color: #e0eded;
  padding: 10px;
}
#sidebar #side-area .info {
  margin-top: 6px;
}
#sidebar #side-area .info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}
#sidebar #side-area .info .text {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.25;
}
#sidebar #side-recruit {
  background: url(../img/common/side-recruit.jpg) left top no-repeat;
  position: relative;
  height: 300px;
}
#sidebar #side-recruit .link {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 132px;
  left: 50%;
  transform: translateX(-50%);
}
#sidebar #side-recruit .link a {
  width: 160px;
  height: 30px;
  border-radius: 15px;
  background-color: #ffd800;
  color: #333333;
}
#sidebar #side-recruit .link a::before {
  border-left-color: #333;
}

/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
}
#pagetop a {
  display: block;
  background-color: #009000;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: relative;
}
#pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 17px solid #fff;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
footer #footer #footer-top {
  background-color: #009000;
  padding: 26px 0;
}
footer #footer #footer-top .inner {
  width: 1080px;
  margin: 0 auto;
}
footer #footer #footer-top .inner h2 {
  background-color: #edd9c5;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #333;
  padding: 12px 0 10px;
}
footer #footer #footer-top .inner #footer-contact {
  width: 395px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer #footer #footer-top .inner .bg {
  background-color: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
footer #footer #footer-top .inner .boxes {
  display: flex;
  justify-content: center;
  margin-left: 13.8px;
}
footer #footer #footer-top .inner .boxes .box + .box {
  margin-left: 13.8px;
}
footer #footer #footer-bottom {
  margin-top: 20px;
  margin-bottom: 40px;
}
footer #footer #footer-bottom .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer #footer #footer-bottom .inner .company {
  display: flex;
}
footer #footer #footer-bottom .inner .company .gaya {
  width: 82px;
  padding-top: 10px;
}
footer #footer #footer-bottom .inner .company .detail {
  width: 310px;
  margin-left: 23px;
}
footer #footer #footer-bottom .inner .company .detail .info .title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}
footer #footer #footer-bottom .inner .company .detail .info .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.13;
  color: #333;
  margin-top: 7px;
}
footer #footer #footer-bottom .inner .sitemap {
  display: flex;
  padding-top: 15px;
}
footer #footer #footer-bottom .inner .sitemap ul {
  margin-left: 29px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #333;
}
footer #footer #footer-bottom .inner .sitemap ul li a {
  text-decoration: none;
}
footer #footer #footer-bottom .inner .sitemap ul li a:before {
  content: "・";
}
footer #copyright {
  font-size: 1.4rem;
  background-color: #e7eddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}