@charset "UTF-8";
/* reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

pre {
  all: revert;
}

::-webkit-input-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*  reset */
/* config */
.clgreen {
  color: #00926E !important;
}

.bggray {
  background-color: #F0F0F0 !important;
}

.bglgreen {
  background-color: #B2E3E1 !important;
}

.bggreen {
  background-color: #00926E !important;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 110% !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 100% !important;
  }
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

h1.ptitle {
  display: block;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em);
  height: 150px;
  position: relative;
  background-color: transparent;
}

@media (max-width: 576px) {
  h1.ptitle {
    height: 100px;
  }
}

h1.ptitle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 150px;
  background: -ms-linear-gradient(0deg, #9ecfcd 0%, #00926e 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ECFCD', endColorstr='#00926E' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(#9ecfcd), to(#00926e));
  background: linear-gradient(90deg, #9ecfcd 0%, #00926e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ECFCD', endColorstr='#00926E', GradientType=1);
}

@media (max-width: 576px) {
  h1.ptitle::after {
    height: 100px;
  }
}

h1.ptitle img {
  display: block;
  width: 270px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 576px) {
  h1.ptitle img {
    display: block;
    width: 270px;
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    top: 0;
    left: -80px;
  }
}

h1.ptitle .title {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 50px;
  font-size: 28px;
  z-index: 2;
  color: #fff;
  text-shadow: 0px 4px 5px #058b6a;
}

@media (max-width: 576px) {
  h1.ptitle .title {
    padding-top: 28px;
    font-size: 20px;
  }
}

h1.ptitle small {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 576px) {
  h1.ptitle small {
    font-size: 14px;
  }
}

div.hidden {
  display: none;
}

img.inline {
  display: inline !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important;
}

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important;
}

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.pb-1 {
  padding-bottom: 0.5em !important;
}

.pb-2 {
  padding-bottom: 1em !important;
}

.pb-3 {
  padding-bottom: 1.5em !important;
}

.pt-1 {
  padding-top: 0.5em !important;
}

.pt-2 {
  padding-top: 1em !important;
}

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5em !important;
}

.mt-2 {
  margin-top: 1.0em !important;
}

.mt-3 {
  margin-top: 1.5em !important;
}

.mt-4 {
  margin-top: 2.0em !important;
}

.mt-5 {
  margin-top: 2.5em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5em !important;
}

.mb-2 {
  margin-bottom: 1.0em !important;
}

.mb-3 {
  margin-bottom: 1.5em !important;
}

.mb-4 {
  margin-bottom: 2.0em !important;
}

.mb-5 {
  margin-bottom: 2.5em !important;
}

@media screen and (max-width: 768px) {
  .md-order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .md-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .md-order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.blink {
  -webkit-animation: blinkAnime 0.5s infinite alternate;
          animation: blinkAnime 0.5s infinite alternate;
}

@-webkit-keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 100;
  }
}

@keyframes blinkAnime {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 100;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.sp_only {
  display: none;
}

@media (max-width: 576px) {
  .sp_only {
    display: block;
  }
}

.md_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .md_only {
    display: block;
  }
}

.pc_only {
  display: block;
}

@media (max-width: 576px) {
  .pc_only {
    display: none;
  }
}

.hissu {
  color: #c60000;
  padding-left: 0.5em;
}

table tbody {
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  table tbody {
    min-width: 100%;
  }
}

table tr {
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  table tr {
    min-width: 100%;
  }
}

table th {
  text-align: left;
  padding: 1em 0.3em;
  background-color: #eee;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}

table td {
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding: 1em 0.3em;
  border-bottom: 1px dotted #ccc;
}

table.striped tr:nth-child(odd) {
  background-color: #efefef;
}

table.borderd {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table.borderd th,
table.borderd td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.noborder th,
table.noborder td {
  border-bottom: none;
}

.table01 th {
  background-color: #2A8862;
  color: #fff;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.table01 td {
  text-align: center;
  white-space: nowrap;
}

/* bootstrap hack */
.btn-success, .bg-success {
  background-color: #00926E !important;
}

.btn i {
  padding-left: 1em;
}

.btn.btn-full {
  max-width: 350px;
  white-space: nowrap;
  width: 100%;
  font-size: 1.1em;
  padding: 0.5em 0;
}

/* config */
/* layout */
/*---layout--*/
html {
  font-family: "Noto Sans JP";
  color: #333;
  font-weight: 300;
}

body {
  position: relative;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

/*---layout--*/
/*---header--*/
body:not(:has(header.top)) {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body:not(:has(header.top)) {
    padding-top: 60px;
  }
}

#topslide {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header {
    height: 0px;
  }
}

header .header-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

header .header-wrap .box_header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #E0E0E0;
  z-index: 600;
}

@media screen and (max-width: 768px) {
  header .header-wrap .box_header_top {
    height: 60px;
    background-color: #fff;
  }
}

header .header-wrap .box_header_top.highlight {
  background-color: #fff;
}

header .header-wrap .box_header_top .logo {
  width: 100%;
  min-width: 320px;
  display: block;
}

header .header-wrap .box_header_top .logo img {
  width: 320px;
}

header .header-wrap .box_header_top .tel {
  white-space: nowrap;
  color: #00926E;
  font-size: 24px;
  font-weight: 600;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  header .header-wrap .box_header_top .tel {
    display: none;
  }
}

header .header-wrap .box_header_top .tel small {
  display: block;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 0.3em;
}

header .header-wrap .box_header_top .yoyaku,
header .header-wrap .box_header_top .recruit,
header .header-wrap .box_header_top .transfer {
  width: 80px;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  padding: 10px 0;
  color: #656363 !important;
}

@media screen and (max-width: 768px) {
  header .header-wrap .box_header_top .yoyaku,
  header .header-wrap .box_header_top .recruit,
  header .header-wrap .box_header_top .transfer {
    display: none;
  }
}

header .header-wrap .box_header_top .yoyaku img,
header .header-wrap .box_header_top .recruit img,
header .header-wrap .box_header_top .transfer img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

header .header-wrap .box_header_top .yoyaku small,
header .header-wrap .box_header_top .recruit small,
header .header-wrap .box_header_top .transfer small {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
}

header .header-wrap .box_header_top .yoyaku, header .header-wrap .box_header_top .recruit {
  border-right: 1px solid #E0E0E0;
}

header .header-wrap .box_header_top .transfer {
  min-width: 100px;
}

div.drop_menu {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  background-color: #fcfcfc;
  border-bottom: 1px solid #787878;
  padding: 1em 0 1em;
}

@media screen and (max-width: 768px) {
  div.drop_menu {
    display: none;
    position: relative;
    top: 0;
    padding: 0;
    border-bottom: none;
  }
}

div.drop_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media screen and (max-width: 768px) {
  div.drop_menu > ul {
    display: block;
    width: 100%;
    margin: 1.5em 0 -1.5em;
  }
}

div.drop_menu > ul li {
  display: block;
  margin: 0;
  min-width: 200px;
  white-space: nowrap;
  border-left: none !important;
  width: 25%;
}

@media screen and (max-width: 768px) {
  div.drop_menu > ul li {
    width: 100%;
    padding: 0.6em 0;
    border-right: none;
    background-color: #fcfcfc;
    border-top: 1px solid #787878;
  }
}

div.drop_menu > ul li:hover {
  background-color: #b2e3e1;
}

div.drop_menu > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75em 0 0.75em 0.3em;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  div.drop_menu > ul li a {
    padding: 1em 0;
  }
}

div.drop_menu > ul li a::before {
  content: '● ';
  color: #00926E;
}

/*---header--*/
/*---footer--*/
footer {
  position: relative;
  width: calc(100% - 2em);
  max-width: 1200px;
  margin: 60px auto 10px auto;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #000;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  footer {
    width: 100%;
  }
}

footer .footWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 3em 20px;
}

@media screen and (max-width: 768px) {
  footer .footWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .footWrapper .fcaption {
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  footer .footWrapper .fcaption {
    width: 100%;
    min-width: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer .footWrapper .fcaption .imgdiv {
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  footer .footWrapper .fcaption .imgdiv {
    display: block;
    margin: 0 auto;
  }
}

footer .footWrapper .fcaption .cap, footer .footWrapper .fcaption .tel, footer .footWrapper .fcaption .cap2 {
  padding: 0.8em 0 0 2em;
}

@media screen and (max-width: 768px) {
  footer .footWrapper .fcaption .cap, footer .footWrapper .fcaption .tel, footer .footWrapper .fcaption .cap2 {
    font-size: 80%;
    padding: 0.8em 0 0 0;
    text-align: center;
  }
}

footer .footWrapper .fcaption .tel {
  font-size: 1.3em;
  font-weight: 600;
  color: #00926E;
  word-wrap: break-word;
}

footer .footWrapper .fcaption .tel span {
  white-space: nowrap;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  footer .footWrapper .fcaption .tel span {
    display: block;
    padding: 0;
    text-align: center;
  }
}

footer .footWrapper .fcaption .cap2 {
  font-size: 0.9em;
}

footer #calendar {
  width: 100%;
  max-width: 530px;
  margin: 20px 0 0 0;
  padding: 45px 0 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer #calendar {
    margin: 0 auto 0px auto;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

footer #calendar #btn_prev, footer #calendar #btn_next {
  display: block;
  color: #00926E;
  position: absolute;
  cursor: pointer;
  font-size: 25px;
  line-height: 25px;
  opacity: 0.7;
  border: 1px solid #00926E;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
}

footer #calendar #btn_prev:hover, footer #calendar #btn_next:hover {
  color: #fff;
  background-color: #00926E;
}

footer #calendar #btn_prev {
  top: 51px;
  left: 178px;
  padding-left: 5px;
}

@media (max-width: 576px) {
  footer #calendar #btn_prev {
    left: 80px;
  }
}

footer #calendar #btn_next {
  padding-left: 7px;
  top: 51px;
  right: -24px;
}

@media screen and (max-width: 768px) {
  footer #calendar #btn_next {
    right: -24px;
  }
}

footer #calendar h2 {
  display: block;
  position: absolute;
  font-weight: 600;
  font-size: 1.1em;
  background-color: #00926E;
  color: #fff;
  padding: 0.3em 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

footer #calendar .caltable {
  color: #666 !important;
  border: 1px solid  #ddd;
  margin: 0;
}

footer #calendar .caltable th, footer #calendar .caltable td {
  border-bottom: 1px dotted #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

footer #calendar .caltable th.title {
  width: 200px;
  min-width: 200px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
  background-color: #fff;
  border-right: 1px dotted #ddd;
}

@media (max-width: 576px) {
  footer #calendar .caltable th.title {
    width: 100px;
    min-width: 100px;
  }
}

footer #calendar .caltable th.title small {
  display: inline;
  font-size: 12px;
  padding-top: 4px;
}

@media (max-width: 576px) {
  footer #calendar .caltable th.title small {
    display: block;
  }
}

footer #calendar .caltable th.title small:before {
  content: ' ( ';
}

footer #calendar .caltable th.title small:after {
  content: ' )';
}

footer #calendar .caltable th.dayrow {
  width: 15%;
  min-width: 30px;
  padding: 4px 0;
  text-align: center;
  line-height: 14px;
  background-color: #fff;
}

footer #calendar .caltable th.dayrow .month {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

footer #calendar .caltable th.dayrow .month:after {
  content: " / ";
}

footer #calendar .caltable th.dayrow .day {
  display: inline-block;
  font-size: 14px;
}

footer #calendar .caltable th.dayrow .weekday {
  display: block;
  font-size: 12px;
  text-align: center;
}

footer #calendar .caltable th.dayrow.sat {
  color: blue !important;
}

footer #calendar .caltable th.dayrow.sun {
  color: red !important;
}

footer #calendar .caltable td {
  padding: 0.1em 0;
}

#page-top {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 25px;
  font-size: 40px;
  color: #00926E;
  z-index: 999;
  line-height: 45px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 80px;
  }
}

#footbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  bottom: 5px;
  right: 10px;
  height: 50px;
  width: 100vw;
  max-width: 600px;
  z-index: 500;
}

@media screen and (max-width: 768px) {
  #footbtn {
    right: 20px;
    width: calc(100% - 40px);
    max-width: none;
    bottom: 20px;
  }
}

#footbtn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  min-width: 100px;
  padding: 4px  8px 24p 8px;
}

@media screen and (max-width: 768px) {
  #footbtn a {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  #footbtn a {
    padding-top: 6px;
  }
}

#footbtn a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-height: 100%;
  margin-bottom: 20px;
}

#footbtn a.footbtn1 {
  background-color: #FF8286;
  text-decoration: none;
}

@media (max-width: 576px) {
  #footbtn a.footbtn1 {
    padding-left: 50px;
    max-width: 40px;
    min-width: 40px;
  }
  #footbtn a.footbtn1 img {
    max-height: 40px;
  }
}

#footbtn a.footbtn2 {
  background-color: #FFAD4A;
  width: 90%;
  text-decoration: none;
}

@media (max-width: 576px) {
  #footbtn a.footbtn2 {
    width: 90%;
  }
}

#footbtn a.footbtn3 {
  background-color: #AFD027;
  text-decoration: none;
}

@media (max-width: 576px) {
  #footbtn a.footbtn3 {
    width: 80%;
  }
}

#footbtn a.footbtn4 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgba(113, 58, 166, 0.7)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
  color: #fff;
  width: 90%;
  text-decoration: none;
}

@media (max-width: 576px) {
  #footbtn a.footbtn4 {
    padding-left: 50px;
    max-width: 40px;
    min-width: 40px;
  }
  #footbtn a.footbtn4 img {
    max-height: 40px;
  }
}

/*---menu--*/
ul.top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 500;
  padding-left: 0;
  margin-bottom: 0;
  position: -webkit-sticky;
  /* safari対応 */
  position: sticky;
  top: 100px;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  ul.top_menu {
    display: none;
    position: fixed;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 120px;
    left: 0;
    width: 100%;
    height: calc( 100vh - 120px);
    min-height: calc( 100vh - 120px);
    background-color: #fff;
    overflow-y: auto;
    border-collapse: collapse;
    border-top: 1px solid #00926E;
    border-bottom: 1px solid #00926E;
  }
}

ul.top_menu > li {
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #E0E0E0;
  color: #333;
  padding: 10px 0;
  font-weight: 400;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, rgba(178, 227, 225, 0)), to(rgba(178, 227, 225, 0)));
  background: #fff linear-gradient(transparent 0%, transparent 90%, rgba(178, 227, 225, 0) 90%, rgba(178, 227, 225, 0) 100%);
}

ul.top_menu > li:first-child {
  border-left: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  ul.top_menu > li {
    border-top: 1px solid #00926E;
    border-left: none;
    padding: 0px;
    padding: 1.5em 0;
    overflow: hidden;
    position: relative;
  }
}

ul.top_menu > li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  ul.top_menu > li a {
    display: inline;
  }
}

ul.top_menu > li img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 768px) {
  ul.top_menu > li img {
    display: inline;
    margin: 0 10px -10px 0;
  }
}

ul.top_menu > li span {
  display: block;
}

@media screen and (max-width: 768px) {
  ul.top_menu > li span {
    display: inline;
  }
}

ul.top_menu > li small {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  color: #00926E;
}

@media screen and (max-width: 768px) {
  ul.top_menu > li small {
    font-family: 'Anton', sans-serif;
    display: block;
    color: rgba(0, 0, 0, 0.05);
    font-size: 60px;
    position: absolute;
    bottom: -30px;
    right: -10px;
  }
}

@media screen and (min-width: 769px) {
  ul.top_menu li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, #b2e3e1), to(#b2e3e1));
    background: linear-gradient(transparent 0%, transparent 90%, #b2e3e1 90%, #b2e3e1 100%);
    -webkit-transition: all 2s ease-in;
    transition: all 2s ease-in;
  }
}

@media screen and (max-width: 768px) {
  ul.top_menu li:hover {
    background: #B2E3E1;
  }
}

ul.top_sp_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  ul.top_sp_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 500;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #FFF;
    border-bottom: 1px solid #E0E0E0;
  }
  ul.top_sp_menu > li {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    color: #333;
    padding: 10px 0;
    font-weight: 400;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), color-stop(90%, rgba(178, 227, 225, 0)), to(rgba(178, 227, 225, 0)));
    background: #fff linear-gradient(transparent 0%, transparent 90%, rgba(178, 227, 225, 0) 90%, rgba(178, 227, 225, 0) 100%);
  }
  ul.top_sp_menu > li:first-child {
    border-left: 1px solid #E0E0E0;
  }
  ul.top_sp_menu > li a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.top_sp_menu > li img {
    max-width: 25px;
    max-height: 25px;
    margin: -5px 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  ul.top_sp_menu > li span {
    font-size: 12px;
    display: block;
  }
  ul.top_sp_menu #spmenu {
    display: block;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    min-height: 60px;
    padding: 12px 10px 0;
    background-color: #00926E;
    border-collapse: collapse;
    cursor: pointer;
  }
  ul.top_sp_menu #spmenu span {
    display: block;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
  }
  ul.top_sp_menu #spmenu small {
    display: block;
    margin: -5px;
    font-size: 9px;
    font-weight: 400;
    color: #fff;
  }
  ul.top_sp_menu #spmenu:hover {
    background-color: #fff;
    border: 1px solid #00926E;
  }
  ul.top_sp_menu #spmenu:hover span {
    border-color: #00926E;
  }
  ul.top_sp_menu #spmenu:hover small {
    color: #00926E;
  }
}

header.top {
  position: relative;
}

header.top .header-wrap .top_menu {
  top: 100px;
}

header:not(.top) {
  position: relative;
}

header:not(.top) .header-wrap .top_menu {
  top: 100px;
  left: 0;
}

/*---menu--*/
/*---form--*/
form {
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/*---form--*/
/*---box--*/
.box-breadcrumb {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px 1em 15px;
  list-style: none;
}

.box-breadcrumb li {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.95em;
}

.box-breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.box-breadcrumb li::after {
  content: ' >';
}

.box-breadcrumb li:last-child::after {
  content: none;
}

section.box-kiji {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 3em 1.5em;
}

@media screen and (max-width: 768px) {
  section.box-kiji {
    padding: 2em 1em;
  }
}

section.box-kiji.narrow {
  padding: 3em 8em 3em;
}

@media screen and (max-width: 768px) {
  section.box-kiji.narrow {
    padding: 2em 1em;
  }
}

section.box-kiji.narrow .ptitle {
  display: block;
  margin-left: -8em;
  margin-right: -8em;
  width: calc(100% + 16em);
}

@media screen and (max-width: 768px) {
  section.box-kiji.narrow .ptitle {
    margin-left: -1em;
    margin-right: -1em;
    width: calc(100% + 2em);
  }
}

section.box-kiji:has(> h1) {
  padding-top: 0;
}

.box_icon_title {
  display: block;
  position: relative;
  padding-left: 75px;
  min-height: 70px;
}

.box_icon_title img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background-color: #00926E;
  border-radius: 35px;
}

.box_icon_title small {
  padding-top: 0.2em;
  color: #E0E0E0;
  font-size: 1rem;
  display: block;
}

.box_icon_title .title {
  display: block;
  color: #00926E !important;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 2px;
  text-align: left;
  line-height: 100%;
}

.box_news_list {
  display: block;
  width: 100%;
}

.box_news_list li {
  display: block;
  position: relative;
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid #787878;
}

.box_news_list li .date {
  display: block;
  margin-bottom: 0.5em;
  color: #505050;
  font-size: 0.9rem;
}

.box_news_list li::after {
  content: '>';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.box_news_list li .honbun {
  display: block;
  padding: 1em;
}

.box_news_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.box_news_list .page_link {
  display: block !important;
  position: relative;
  text-align: right;
  padding: 1em 3em 1em 0;
}

.box_news_list .page_link::after {
  content: '>';
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
}

.box_news_list.detail li {
  margin-bottom: 4em;
}

.box_news_list.detail li .date {
  display: block;
  text-align: right;
  margin-bottom: 1em;
}

.box_news_list.detail li .title {
  color: #00926E;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: dotted 1px #787878;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.box-flex.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.box-flex.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-flex.align-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.box-flex.mdwrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .box-flex.mdwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-disease_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: 2em auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-disease_navi li {
  display: block;
  min-width: 100px;
  max-width: 280px;
  overflow: visible;
}

.box-disease_navi li a {
  overflow: visible;
  display: block;
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  border: 2px solid #00926E;
  border-radius: 4px;
  color: #00926E !important;
  line-height: 100%;
  padding: 0.8em 2em;
}

.box-disease_navi li a:hover {
  background-color: #00926E;
  color: #fff !important;
  text-decoration: none !important;
}

.box-disease_navi li:last-child a {
  text-align: right;
}

.box-green-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 2em auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.box-green-link li {
  display: block;
  min-width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .box-green-link li {
    min-width: 100%;
    max-width: 100%;
  }
}

.box-green-link li a {
  overflow: visible;
  display: block;
  min-width: 100%;
  height: 100%;
  white-space: nowrap;
  border: 2px solid #00926E;
  border-radius: 4px;
  color: #00926E !important;
  line-height: 100%;
  padding: 0.8em 2em;
}

@media screen and (max-width: 768px) {
  .box-green-link li a {
    padding: 0.8em 1em;
  }
}

.box-green-link li a:hover {
  background-color: #00926E;
  color: #fff !important;
  text-decoration: none !important;
}

.box-green-link li a:before {
  content: '● ';
}

.box_inner {
  display: block;
  clear: both;
}

.box_inner:after {
  content: '';
  display: block;
  clear: both;
}

.box_inner p {
  padding-left: 0.5em;
}

.box_slider {
  margin: 0;
  padding: 0;
}

.box-scroll {
  overflow-x: auto;
}

#jsslick_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  #jsslick_pc {
    display: none;
  }
}

#jsslick_pc li {
  display: block;
  width: 100vw;
  height: calc(100vh - 100px);
}

#jsslick_pc li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#jsslick_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #jsslick_sp {
    display: block;
  }
}

#jsslick_sp li {
  display: block;
  width: 100vw;
  height: calc(100vh - 60px);
}

#jsslick_sp li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#jsslick_copy {
  position: absolute;
  bottom: 100px;
  left: 0%;
  right: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
}

#jsslick_copy img {
  width: 100% !important;
}

/*---box--*/
p {
  line-height: 2em;
}

/*暫定処理 */
section.box-kiji ul:not([class]) {
  list-style: disc !important;
}

section.box-kiji ul:has(> li.box-step) {
  padding-left: 0 !important;
}

section.box-kiji ol:not([class]) {
  list-style: decimal !important;
}

section.box-kiji ul:not([class]),
section.box-kiji ol:not([class]) {
  margin-top: 0.5em;
  margin-left: 2em;
}

section.box-kiji ul:not([class]) li,
section.box-kiji ol:not([class]) li {
  margin-bottom: 0.5em;
}

section.box-kiji li.box-step {
  display: block;
  margin-left: 0;
  margin-bottom: 3em;
  border: 2px solid #00926E;
  border-radius: 8px;
  padding: 2em;
}

@media (max-width: 576px) {
  section.box-kiji li.box-step {
    padding: 2em 0.5em;
  }
}

section.box-kiji h1:not([class]) {
  font-size: 1.8em;
  line-height: 160%;
  margin: 1em 0;
  text-align: left;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 500;
  border-bottom: dotted 1px #333;
}

@media (max-width: 576px) {
  section.box-kiji h1:not([class]) {
    font-size: 1.6em;
    line-height: 140%;
  }
}

section.box-kiji h2:not([class]) {
  display: block;
  font-size: 1.6em;
  margin: 1em 0;
  padding: 0.3em 0.3em 0.3em 46px;
  text-align: left;
  position: relative;
  overflow: visible;
}

@media (max-width: 576px) {
  section.box-kiji h2:not([class]) {
    font-size: 1.4em;
    line-height: 120%;
  }
}

section.box-kiji h2:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  left: 0px;
  top: 9px;
  background: url("../img/bit_green_square.png") no-repeat;
  background-size: contain;
}

@media (max-width: 576px) {
  section.box-kiji h2:not([class]):before {
    width: 27px;
    height: 27px;
    left: 11px;
    top: 8px;
  }
}

section.box-kiji h3:not([class]) {
  display: block;
  font-size: 1.4em;
  font-weight: 400;
  margin: 2em 0 1em;
  text-align: left;
  color: #00926E;
}

section.box-kiji h4:not([class]) {
  display: block;
  font-size: 1.6em;
  color: #ff5090;
  margin: 1em 0;
  padding: 0.3em 0.3em 0.3em 46px;
  text-align: left;
  position: relative;
  overflow: visible;
}

section.box-kiji h4:not([class]):before {
  content: '';
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  left: 0px;
  top: 9px;
  background: url("../img/bit_pink_square.png") no-repeat;
  background-size: contain;
}

section.box-kiji a:not([class]) {
  color: blue;
}

section.box-kiji a:not([class]):visited,
section.box-kiji a:not([class]):hover {
  text-decoration: underline;
}

section.box-kiji > p:not([class]) {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

section.box-kiji:nth-child(even) {
  border-radius: 8px;
  margin-top: 4em;
  margin-bottom: 3em;
  background-color: #fff;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  section.box-kiji:nth-child(even) {
    width: calc(100vw - 2em) !important;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

section.box-kiji:nth-child(even):after {
  content: '';
  display: block;
  width: 100vw;
  height: calc(100% + 6em);
  top: -3em;
  left: calc( 50% - 50vw);
  background-color: #B2E3E1;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section.box-kiji:nth-child(even):after {
    height: calc(100% + 4em);
    top: -2em;
  }
}

.box_slider {
  position: relative;
}

.box_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  position: absolute;
  z-index: 101 !important;
  bottom: 30px !important;
  left: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_slider .slick-dots li {
  width: 10px !important;
  height: auto !important;
  text-align: center;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: black;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.modal-container .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}
/*# sourceMappingURL=style.css.map */