@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: 3.2vw;
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

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

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

.pc {
  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 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 3.2vw;
}
.btn01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
}
.btn01::before {
  right: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}

.btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #979797;
  padding: 0em 3.4666666667vw 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 3.2vw;
  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: 2.1333333333vw;
  border-left: 1.7333333333vw solid #fff;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
.hx01 {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  font-size: 4.2666666667vw;
  line-height: 1.625;
  font-weight: bold;
  border-bottom: 0.2666666667vw solid #ccc;
  padding-bottom: 1.0666666667vw;
  position: relative;
  padding-left: 3.3333333333vw;
}
.hx01:before, .hx01:after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 0.8vw;
  position: absolute;
  left: 0px;
}
.hx01:before {
  background-color: #006db9;
  top: 1.3333333333vw;
}
.hx01:after {
  background-color: #d10000;
  top: 3.7333333333vw;
}

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

/**
header
*/
header .inner {
  margin: 0 auto;
}
header #header-top {
  background-color: #e7eddd;
  display: flex;
  align-items: center;
  padding: 1.3333333333vw 2.1333333333vw;
  height: 8vw;
}
header #header-top p {
  padding: 0;
  font-size: 2.4vw;
  line-height: 1.2222222222;
  text-align: left;
  color: #000;
}
header #header-middle .inner .logo {
  width: 100%;
  height: 14.6666666667vw;
  display: flex;
  align-items: center;
  padding-left: 4vw;
}
header #header-middle .inner .logo h1 {
  width: 53.3333333333vw;
}
header #header-middle .inner .boxes {
  background-color: #009000;
  padding: 4vw;
}
header #header-middle .inner #header-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header #header-middle .inner #header-contact img {
  display: block;
}
header #header-middle .inner #header-contact .link {
  margin-top: 2.6666666667vw;
}
header #header-middle .inner #header-banners {
  margin-top: 4vw;
}
header #header-middle .inner #header-banners .banners {
  display: flex;
}
header #header-middle .inner #header-banners .banners .banner {
  width: 44.4vw;
}
header #header-middle .inner #header-banners .banners .banner + .banner {
  margin-left: 2.6666666667vw;
}
header #header-bottom {
  background-color: #009000;
}
header.active nav .menu-btn {
  background: url(../img/common/menu-close.png) center center no-repeat;
  background-size: auto 5.0666666667vw;
}
header.active nav .inner {
  display: flex;
  top: 22.6666666667vw;
  right: 0;
  transform: translateX(0%); /* 初期状態で右にスライド */
}
header nav {
  width: 100%;
}
header nav .menu-btn {
  display: flex;
  background: url(../img/common/menu-open.png) center center no-repeat;
  background-size: auto 4.8vw;
  position: absolute;
  z-index: 1001;
  top: 11.3333333333vw;
  right: 4vw;
  width: 8.4vw;
  height: 7.8666666667vw;
}
header nav .inner {
  display: none;
  position: absolute;
  background-color: #009000;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 22.6666666667vw);
  top: 22.6666666667vw;
  left: 0;
}
header nav .inner ul {
  width: 100%;
  padding: 6.6666666667vw 4vw;
}
header nav .inner ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 15.7333333333vw;
  border-top: 0.2666666667vw solid #2ba82b;
}
header nav .inner ul li:last-of-type {
  border-bottom: 0.2666666667vw solid #2ba82b;
}
header nav .inner ul li a {
  width: 100%;
  height: 4.8vw;
  font-size: 4.5333333333vw;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-align: left;
  color: #fff;
  position: relative;
  display: block;
}
header nav .inner ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 2.6666666667vw;
  border-right: 0;
  border-left: 2.9333333333vw solid #fff;
  border-top: 1.7333333333vw solid transparent;
  border-bottom: 1.7333333333vw solid transparent;
}

/**
main
*/
#main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin: 4.5333333333vw auto 0;
}
#main #sidebar {
  width: 100%;
}
#main main {
  width: 100%;
  margin: 0;
}
#main-image {
  background: url(../img/pagetitle/pagetitle-sp.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.5333333333vw;
  height: 31.2vw;
  background-color: #0161bf;
}

#breadcrumbs {
  display: none;
}

#sidebar {
  margin-top: 4vw;
}
#sidebar .boxes .box {
  margin: 0 auto 0;
  width: 92vw;
}
#sidebar .boxes .box + .box {
  margin-top: 5.3333333333vw;
}
#sidebar #side-info-categories h3 {
  padding: 3.3333333333vw 2.1333333333vw;
  background-color: #e7eddd;
  position: relative;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#sidebar #side-info-categories h3:before {
  position: absolute;
  content: "";
  width: 0.6666666667vw;
  height: calc(100% - 4vw);
  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-sp.png) center bottom no-repeat;
  background-size: 100% 0.9333333333vw;
}
#sidebar #side-info-categories .side_navi ul li a {
  background: url(../img/common/icon-arrow01.png) left center no-repeat;
  background-size: 2.8vw auto;
  padding: 4.6666666667vw;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#sidebar #side-info-categories .side_navi ul li .children {
  margin-left: 4vw;
  margin-top: -2.6666666667vw;
}
#sidebar #side-info-categories .side_navi ul li .children li {
  background: none;
}
#sidebar #side-info-categories .side_navi ul li .children li a {
  padding: 3.3333333333vw 4.6666666667vw;
}
#sidebar #side-banners-top .banners {
  display: flex;
  flex-wrap: wrap;
}
#sidebar #side-banners-top .banners .banner {
  width: 44vw;
}
#sidebar #side-banners-top .banners .banner:nth-of-type(2n) {
  margin-left: 4vw;
}
#sidebar #side-banners-top .banners .banner:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#sidebar #side-info h2 {
  background-color: #009000;
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 1.7333333333vw 1.3333333333vw;
}
#sidebar #side-info .list {
  margin-top: 3.3333333333vw;
}
#sidebar #side-info .list ul li {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/common/side-border01-sp.png) center bottom no-repeat;
  background-size: 100% 0.9333333333vw;
  padding-bottom: 4.1333333333vw;
}
#sidebar #side-info .list ul li + li {
  margin-top: 4vw;
}
#sidebar #side-info .list ul li .date {
  display: flex;
  align-items: center;
  font-size: 2.4vw;
  text-align: left;
  color: #666;
}
#sidebar #side-info .list ul li .categories {
  margin-left: 1.3333333333vw;
}
#sidebar #side-info .list ul li .categories .category {
  display: flex;
  align-items: center;
  height: 3.4666666667vw;
  background-color: #f16518;
  padding: 0 1.3333333333vw;
}
#sidebar #side-info .list ul li .categories .category + .category {
  margin-left: 1.3333333333vw;
}
#sidebar #side-info .list ul li .categories .category a {
  font-size: 2.4vw;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
#sidebar #side-info .list ul li .title {
  width: 100%;
  text-align: left;
  margin-top: 2.6666666667vw;
}
#sidebar #side-info .list ul li .title a {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.63;
  color: #333;
  text-decoration: underline;
}
#sidebar #side-info .link {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
#sidebar #side-info .link a {
  width: 37.3333333333vw;
  height: 6.6666666667vw;
  border-radius: 3.3333333333vw;
}
#sidebar #side-banners-middle .banners .banner + .banner {
  margin-top: 1.3333333333vw;
}
#sidebar #side-contact h2 {
  background-color: #009000;
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 1.7333333333vw 1.3333333333vw;
}
#sidebar #side-contact .tel {
  margin-top: 4vw;
}
#sidebar #side-contact .link {
  margin-top: 1.8666666667vw;
}
#sidebar #side-company {
  background: url(../img/common/line01.png) center top repeat-x;
  background-size: auto 1.2vw;
  padding-top: 1.6vw;
}
#sidebar #side-company .logo img {
  width: auto;
  height: 8.8vw;
}
#sidebar #side-company .content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.8666666667vw;
}
#sidebar #side-company .content .img {
  width: 33.3333333333vw;
}
#sidebar #side-company .content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 54.6666666667vw;
}
#sidebar #side-company .content .info h2 {
  font-size: 4.5333333333vw;
  font-weight: bold;
  text-align: left;
  color: #333;
}
#sidebar #side-company .content .info .text {
  margin-top: 1.7333333333vw;
  font-size: 3.2vw;
  line-height: 1.25;
}
#sidebar #side-area {
  display: none;
}
#sidebar #side-recruit {
  background: url(../img/common/side-recruit-sp.jpg) left top no-repeat;
  background-size: contain;
  height: 28vw;
  position: relative;
}
#sidebar #side-recruit .link {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 19.3333333333vw;
  left: 25.8666666667vw;
}
#sidebar #side-recruit .link a {
  width: 33.6vw;
  height: 6.1333333333vw;
  border-radius: 3.0666666667vw;
  background-color: #ffd800;
  font-size: 3.1333333333vw;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#sidebar #side-recruit .link a::before {
  right: 2.1333333333vw;
  border-left: 2.4vw solid #333;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
}

/**
footer
*/
#pagetop {
  z-index: 1000;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
#pagetop a {
  display: block;
  background-color: #009000;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 5.3333333333vw;
  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: 1.3333333333vw solid transparent;
  border-right: 1.3333333333vw solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 2.2666666667vw solid #fff;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 10.6666666667vw;
}
footer #footer #footer-top {
  background-color: #009000;
  padding: 8vw 4vw;
}
footer #footer #footer-top .inner {
  width: 100%;
  margin: 0 auto;
}
footer #footer #footer-top .inner h2 {
  background-color: #edd9c5;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.17;
  text-align: center;
  color: #333;
  padding: 1.8666666667vw 0;
}
footer #footer #footer-top .inner #footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer #footer #footer-top .inner #footer-contact .link {
  margin-top: 1.8666666667vw;
}
footer #footer #footer-top .inner .bg {
  background-color: #fff;
  padding: 4vw 2.6666666667vw;
}
footer #footer #footer-top .inner .boxes {
  display: flex;
  margin-top: 4vw;
}
footer #footer #footer-top .inner .boxes .box {
  width: 42vw;
}
footer #footer #footer-top .inner .boxes .box + .box {
  margin-left: 1.84vw;
}
footer #footer #footer-bottom {
  margin-top: 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
footer #footer #footer-bottom .inner {
  width: 100%;
  padding: 0 4vw;
}
footer #footer #footer-bottom .inner .company {
  display: flex;
  width: 100%;
}
footer #footer #footer-bottom .inner .company .gaya {
  width: 17.3333333333vw;
  padding-top: 3.7333333333vw;
}
footer #footer #footer-bottom .inner .company .detail {
  width: 65.3333333333vw;
  margin-left: 4vw;
}
footer #footer #footer-bottom .inner .company .detail .logo {
  width: 64.9333333333vw;
}
footer #footer #footer-bottom .inner .company .detail .info .title {
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: left;
  color: #333;
}
footer #footer #footer-bottom .inner .company .detail .info .text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.13;
  color: #333;
  margin-top: 0.9333333333vw;
}
footer #footer #footer-bottom .inner .sitemap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8vw;
}
footer #footer #footer-bottom .inner .sitemap ul {
  width: 50%;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: #333;
}
footer #footer #footer-bottom .inner .sitemap ul:first-of-type {
  width: 100%;
}
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: 2.4vw;
  background-color: #e7eddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5333333333vw;
  color: #000;
}