@charset "UTF-8";
/* ----------------------------------------------------------------
    Reset Style
  ----------------------------------------------------------------- */
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.3;
}
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;
}
table {
 width: 100%;
}
table th {
 text-align: center;
 vertical-align: top;
 background: #f3f3f3;
}
table td {
 width: auto;
}
table th, table td {
 padding: 20px 40px;
 border: 1px solid #ccc;
 box-sizing: border-box;
}
/* 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;
}
img {
 height: auto;
 width: 100%;
}
img[src$=".svg"] {
 width: 100%;
}
ol, ul {
 list-style: none outside none;
 margin: 0;
 padding: 0;
}
li {
 list-style-type: none;
}
*, *::before, *::after {
 box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
 table {
  width: 100%;
 }
 table th, table td {
  display: list-item;
  list-style-type: none;
  padding: 15px 15px;
  width: 100%;
 }
 table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  width: 100%;
 }
 table td {
  text-align: left;
  width: auto;
 }
}
/* link */
a {
 color: #333;
 outline: none;
}
a:link {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a.disable {
 cursor: default;
}
a:visited {
 text-decoration: none;
}
a.disable:hover {
 text-decoration: none;
}
a.default:link {
 color: #0000ff;
 text-decoration: underline;
}
a.default:link:hover {
 text-decoration: none;
}
a.default:visited {
 color: #800080;
}
a.default:active {
 color: #ff8000;
}
a.default:hover {
 color: #b80120;
}
small {
 font-size: 0.83em;
}
.no-link {
 opacity: 0.5;
 pointer-events: none; /*リンクを非リンクに変える*/
 cursor: default; /*マウスカーソルを矢印のまま変えない*/
 text-decoration: none; /*下線を消す*/
}
.indent {
 margin-top: 5px;
 margin-left: -1em;
 text-align: justify;
 text-indent: 1em;
}
.txt-red {
 color: rgba(255, 0, 4, 1.00) !important;
}
.txt-c {
 text-align-last: center !important;
}
/* ----------------------------------------------------------------
    common
  ----------------------------------------------------------------- */
html {
 scroll-behavior: smooth;
}
html, body {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
 font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 font-weight: 400;
}
body {
 background-color: #fff;
 color: #333;
 -webkit-font-smoothing: antialiased;
 position: relative;
}
.wrap {
 width: 100%;
}
.header {
 background-color: #fff;
 display: flex;
 height: 80px;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 999;
	min-width: 1100px;
}
.header .header-logo {
 left: 5%;
 position: fixed;
 top: 15px;
 width: 104px;
 z-index: 999;
}
@media only screen and (max-width: 767px) {
 .header {
  height: 74px;
	min-width: 100%;
 }
 .header-inr {
  background-color: #fff;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
 }
 .header .header-logo {
  left: 10px;
  position: fixed;
  top: 10px;
  width: 110px;
  z-index: 999;
 }
}
/* ----------------------------------------------------------------
    pc-ナビ
  ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
 #navigation {
  display: block !important;
 }
 #navigation {
  background-color: #fff;
  height: 80px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  z-index: 998;
 }
 #navigation::after {
  background-color: #009944;
  top: 0px;
  content: "";
  height: 80px;
  position: absolute;
  right: 0;
  width: 5%;
 }
 #navigation .navigation-menu {
  align-items: center;
  display: flex;
  font-family: YakuHanjP, "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 80px;
  justify-content: flex-end;
  line-height: 1.0em;
  margin: 0 auto;
  text-align: center;
  width: 90%;
 }
 #navigation .navigation-item {
  color: #333;
  margin-left: 0px;
  white-space: nowrap;
 }
 #navigation .navigation-item a {
  color: rgba(0, 0, 0, 1);
  margin-right: 30px;
 }
 #navigation .navigation-item a:hover {
  color: #009944;
  transition: 0.5s
 }
 #navigation .sub-menu ul {
  align-items: center;
  background-color: #009944;
  display: flex;
  height: 80px;
  justify-content: center;
  padding-right: 0%;
 }
 #navigation .sub-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
 }
 #navigation .sub-item a {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-left: 15px;
  margin-right: 0;
  width: 177px;
 }
 #navigation .sub-item .btn-contact {
  background-color: #f08c1d;
  color: #fff;
 }
 #navigation .sub-item .btn-contact span {
  padding-top: 0.1em;
 }
 #navigation .sub-item .btn-recruit {
  background-color: #42a4d5;
  color: #fff;
 }
 #navigation .sub-item .btn-contact:hover {
  background-color: #fff;
  color: #f08c1d;
  transition: 0.5s
 }
 #navigation .sub-item .btn-recruit:hover {
  background-color: #fff;
  color: #42a4d5;
  transition: 0.5s
 }
}
/* ----------------------------------------------------------------
    SP-ナビ
  ----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
 /*----------ハンバーガーアイコン----------*/
 .hamburger {
  background-color: #009944;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 48px;
  position: absolute;
  right: 13px;
  top: 13px;
  transition: all .4s;
  width: 48px;
  z-index: 999;
 }
 .hamburger span {
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  left: 8px;
  margin: 0 auto;
  position: absolute;
  transition: all .4s;
  width: 32px;
 }
 .hamburger span:nth-of-type(1) {
  top: 14px;
 }
 .hamburger span:nth-of-type(2) {
  top: 23px;
 }
 .hamburger span:nth-of-type(3) {
  top: 32px;
 }
 .hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .5s forwards;
  animation: menu-ber01 .5s forwards;
 }
 .hamburger span:nth-of-type(2) {
  opacity: 1;
  transition: all .25s .25s;
 }
 .hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .5s forwards;
  animation: menu-ber02 .5s forwards;
 }
 .active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .5s forwards;
  animation: active-menu-ber01 .5s forwards;
 }
 .active span:nth-of-type(2) {
  opacity: 0;
 }
 .active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .5s forwards;
  animation: active-menu-ber03 .5s forwards;
 }
 @-webkit-keyframes menu-ber01 {
  0% {
   -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
   -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(0) rotate(0);
  }
 }
 @keyframes menu-ber01 {
  0% {
   transform: translateY(8px) rotate(45deg);
  }
  50% {
   transform: translateY(8px) rotate(0);
  }
  100% {
   transform: translateY(0) rotate(0);
  }
 }
 @-webkit-keyframes menu-ber02 {
  0% {
   -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
   -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(0) rotate(0);
  }
 }
 @keyframes menu-ber02 {
  0% {
   transform: translateY(-8px) rotate(-45deg);
  }
  50% {
   transform: translateY(-8px) rotate(0);
  }
  100% {
   transform: translateY(0) rotate(0);
  }
 }
 @-webkit-keyframes active-menu-ber01 {
  0% {
   -webkit-transform: translateY(0) rotate(0);
  }
  50% {
   -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(10px) rotate(45deg);
  }
 }
 @keyframes active-menu-ber01 {
  0% {
   transform: translateY(0) rotate(0);
  }
  50% {
   transform: translateY(10px) rotate(0);
  }
  100% {
   transform: translateY(10px) rotate(45deg);
  }
 }
 @-webkit-keyframes active-menu-ber03 {
  0% {
   -webkit-transform: translateY(0) rotate(0);
  }
  50% {
   -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(-8px) rotate(-45deg);
  }
 }
 @keyframes active-menu-ber03 {
  0% {
   transform: translateY(0) rotate(0);
  }
  50% {
   transform: translateY(-8px) rotate(0);
  }
  100% {
   transform: translateY(-8px) rotate(-45deg);
  }
 }
 #navigation {
  background-color: rgba(255, 255, 255, 0.0);
  display: none;
  height: calc(100% - 0px);
  margin-right: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  width: calc(100% - 0px);
  z-index: 998;
 }
 #navigation .navi-inr {
  align-items: center;
  background-color: #009944;
  display: flex;
  height: calc(100% - 0px);
  justify-content: center;
  margin-left: 113px;
  width: calc(100% - 113px);
 }
 #navigation .navigation-menu {
  display: block;
  font-family: YakuHanjP, "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.0em;
  margin-right: 0px;
  position: relative;
  text-align: center;
 }
 #navigation .navigation-item {
  color: #fff;
  margin-left: 0px;
  padding: 15px 0;
  white-space: nowrap;
  width: 100%;
 }
 #navigation .navigation-item a {
  color: #fff;
 }
 #navigation .navigation-item a:hover {
  color: rgb(153, 214, 180);
  transition: 0.5s
 }
 #navigation .sub-menu {
  padding-top: 20px;
 }
 #navigation .sub-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 14px;
 }
 #navigation .sub-item:last-child {
  padding: 0 0 0;
 }
 #navigation .sub-item a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 45px;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 14px;
 }
 #navigation .sub-item .btn-contact:hover {
  background-color: #fff;
  color: #f08c1d;
  transition: 0.5s
 }
 #navigation .sub-item .btn-recruit:hover {
  background-color: #fff;
  color: #42a4d5;
  transition: 0.5s
 }
 #navigation .active-item {
  animation-delay: 0.5s;
  animation-duration: 0.5s; /* アニメーション時間 */
  animation-name: active-navigation-item; /* アニメーション名 */
  animation-fill-mode: forwards;
 }
 @-webkit-keyframes active-navigation-item {
  0% {
   opacity: 0; /* 透明 */
  }
  100% {
   opacity: 1; /* 透明 */
  }
 }
 @keyframes active-navigation-item {
  0% {
   opacity: 0; /* 透明 */
  }
  100% {
   opacity: 1; /* 透明 */
  }
 }
}
/* ----------------------------------------------------------------
    第二階層
  ----------------------------------------------------------------- */
.page-tit-area {
 align-items: center;
 background-image: url("../img/about/bkg_tit.webp");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 display: flex;
 height: 480px;
 justify-content: flex-start;
 margin: 80px auto 0;
 position: relative;
 width: calc(100% - 160px);
}
.page-tit-area::after {
 background-color: #009944;
 content: "";
 height: calc(50% + 80px);
 position: absolute;
 right: -80px;
 top: -80px;
 width: 80px;
}
.page-tit {
 align-items: flex-end;
 background-color: #009944;
 bottom: -50px;
 color: #fff;
 font-family: YakuHanjP, "Zen Kaku Gothic New", sans-serif;
 display: flex;
 font-size: 68px;
 font-weight: 900;
 justify-content: flex-start;
 left: -80px;
 line-height: 1;
 padding: 12px 50px 20px 105px;
 position: absolute;
}
.page-tit span {
 display: block;
 font-size: 20px;
 font-weight: 400;
 padding: 0 0 9px 20px;
}
.bread-crumb {
 margin: 15px 80px 0 0;
 text-align: right;
}
.bread-crumb ul {
 align-items: center;
 display: flex;
 justify-content: flex-end;
}
.bread-crumb .arrow {
 margin: 0 5px;
}
.bread-crumb a:hover {
 text-decoration: underline;
}
#contents {
 margin: 5% auto 0;
 max-width: 1200px;
 width: 90%;
}
.sec-tit {
 color: #009944;
 font-family: YakuHanjP, "Zen Kaku Gothic New", sans-serif;
 font-size: 30px;
 font-weight: 700;
 line-height: 1;
}
.sec-tit span {
 color: #333;
 font-size: 20px;
 font-weight: 400;
}
.sec-inr {
 margin-top: 5%;
 width: 100%;
}
.sec-inr-border {
 border: 1px solid #009944;
 border-radius: 10px;
 margin-top: 5%;
 padding: 5%;
 width: 100%;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 5%;
 width: 100%;
}
table th {
 background-color: #ebf7f0;
 text-align: left;
 vertical-align: top;
 width: 250px;
}
table td {
 width: auto;
}
table th, table td {
 padding: 20px 40px;
 border: 1px solid #009944;
 border-left: none;
 border-right: none;
 box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
 .page-tit-area {
  aspect-ratio: 7 / 5;
  height: auto;
  margin: 75px auto 0;
  margin-bottom: 75px;
  width: 100%;
 }
 .page-tit-area::after {
  display: none;
 }
 .page-tit {
  justify-content: center;
  bottom: -75px;
  font-size: 45px;
  height: 75px;
  left: 0;
  padding: 0 0 19px;
  position: absolute;
  width: 100%;
 }
 .page-tit span {
  font-size: 14px;
 }
 .bread-crumb {
  font-size: 14px;
  margin: 0;
  padding-top: 20px;
 }
 .bread-crumb ul {
  justify-content: center;
 }
 .bread-crumb .arrow {
  margin: 0 5px;
 }
 .bread-crumb a:hover {
  text-decoration: underline;
 }
 .sec-tit {
  text-align: center;
  font-size: 21px;
 }
 .sec-tit span {
  color: #333;
  font-size: 14px;
 }
 .sec-inr-border {
  padding: 10% 5% 5%;
 }
 table {
  font-size: 14px;
 }
 table th {
  border: none;
  padding: 10px;
  text-align: center;
  width: 100%;
 }
 table td {
  border: none;
  line-height: 1.5;
  padding: 20px 0;
  text-align: center;
 }
}
/* ----------------------------------------------------------------
    btn
  ----------------------------------------------------------------- */
.btn a {
 align-items: center;
 background: #f08c1d;
 border: 1px solid #f08c1d;
 border-radius: 50px;
 color: #fff;
 display: flex;
 font-family: YakuHanjP, "Zen Kaku Gothic New", sans-serif;
 font-size: 16px;
 font-weight: 700;
 height: 50px;
 justify-content: center;
 letter-spacing: 0.1em;
 margin: 25px auto 0;
 max-width: 354px;
 transition: 0.5s;
 width: 80%;
}
.btn a:hover {
 background: #fff;
 color: #f08c1d;
}
/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
footer {
 font-family: "Zen Kaku Gothic New", sans-serif;
 margin: 100px auto;
 position: relative;
 width: 100%;
}
footer .footer-inr {
 align-items: stretch;
 display: flex;
 justify-content: flex-start;
 margin: 0 auto 100px;
 max-width: 1200px;
 padding-right: 135px;
 position: relative;
 width: 90%;
}
footer .footer-name {
 align-items: flex-end;
 display: flex;
 justify-content: flex-start;
 width: 470px;
}
footer .footer-logo {
 width: 200px;
}
footer .name-txt {
 font-size: 34px;
 font-weight: 900;
 margin-left: 15px;
}
footer .footer-adress {
 font-size: 18px;
 font-weight: 400;
 margin-top: 10px;
}
footer .footer-adress span {
 font-size: 29px;
 font-weight: 700;
 margin-top: 10px;
}
footer .footer-navi {
 align-items: center;
 border-left: 1px solid #ccc;
 display: flex;
 flex-wrap: wrap;
 font-size: 16px;
 font-weight: 700;
 justify-content: flex-start;
 margin-left: 6.6%;
 max-width: 465px;
 padding-left: 6.6%;
}
footer .footer-navi .navigation-item {
 margin: 0 3.3% 10px 0;
}
footer .footer-navi .navigation-item:nth-child(3) {
 margin-right: 0px;
}
footer .navigation-item a {
 align-items: center;
 display: flex;
}
footer .navigation-item a::before {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 margin-right: 5px;
 width: 1rem;
}
footer .navigation-item a:hover {
 color: #009944;
 transition: 0.5s
}
footer .menu-btn {
 margin-top: 10px;
 width: 100%;
}
footer .menu-btn ul {
 align-items: center;
 display: flex;
 justify-content: space-between;
}
footer .btn-item {
 width: calc(50% - 8px);
}
footer .btn-item a {
 align-items: center;
 border: 1px #333 solid;
 border-radius: 10px;
 display: flex;
 flex-wrap: wrap;
 height: 120px;
 justify-content: center;
 text-align: center;
 width: 100%;
}
footer .btn-item a:hover {
 opacity: 0.6;
}
footer .btn-item a span {
 font-size: 32px;
 line-height: 1;
 width: 100%;
}
footer .btn-contact a span {
 color: #f08c1d;
}
footer .btn-recruit a span {
 color: #42a4d5
}
footer .pagetop {
 bottom: 0;
 position: absolute;
 right: 0;
 width: 100px;
}
footer .pagetop a:hover {
 opacity: 0.6;
}
footer .Copyright {
 background-color: #009944;
 color: #fff;
 font-size: 13px;
 line-height: 1;
 margin-top: 100px;
 padding: 15px 0;
 text-align: center;
 width: 100%;
}
@media only screen and (max-width: 767px) {
 footer {
  margin: 100px auto;
 }
 footer .footer-inr {
  display: block;
  margin: 0 auto 100px;
  padding-right: 0;
  width: 90%;
 }
 footer .footer-name {
  display: block;
  width: 100%;
 }
 footer .footer-logo {
  margin: 0 auto;
  width: 200px;
 }
 footer .name-txt {
  font-size: 28px;
  margin: 15px 0 0 0;
  text-align: center;
 }
 footer .footer-adress {
  font-size: 16px;
  margin: 20px auto 0;
  text-align: center;
 }
 footer .footer-adress span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
 }
 footer .footer-navi {
  border-left: none;
  border-top: 1px solid #ccc;
  font-size: 14px;
  margin: 30px auto 0;
  padding: 30px 0 0 0;
 }
 footer .footer-navi .navigation-item {
  margin: 0 2% 10px 0;
 }
 footer .navigation-item a::before {
  width: 1rem;
 }
 footer .pagetop {
  bottom: -85px;
  position: absolute;
  right: 0;
  width: 64px;
 }
 footer .pagetop a:hover {
  opacity: 0.6;
 }
 footer .Copyright {
  background-color: #009944;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  margin-top: 100px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
 }
}
/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
 .hidden-sp {
  display: none !important;
 }
}
@media only screen and (min-width: 769px) {
 .hidden-pc {
  display: none !important;
 }
}