@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

.appear {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .appear {
    display: inline;
  }
  .none {
    display: none;
  }
}

@font-face {
  font-family: "koz-r";
  src: url("../font/KozGoPr6N-Regular.otf");
}

@font-face {
  font-family: "koz-m";
  src: url("../font/KozGoPr6N-Bold.otf");
}

@font-face {
  font-family: "koz-b";
  src: url("../font/KozGoPr6N-Bold.otf");
}

@font-face {
  font-family: "koz-h";
  src: url("../font/KozGoPr6N-Bold.otf");
}

@font-face {
  font-family: "koz-mincho";
  src: url("../font/KozMinPro-Bold_1.otf");
}

.wrapper {
  max-width: 1050px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.wrapper_narrow {
  max-width: 990px;
}

.wrapper_ovh {
  overflow: hidden;
}

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

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_sp {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .hp_sp {
    display: block !important;
  }
}

@media screen and (max-width: 900px) {
  .hp_pc {
    display: none !important;
  }
}

.header {
  margin-bottom: 15px;
}

.header__top {
  background: #235941;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 5px solid #8EC510;
  margin-bottom: 20px;
}

.header__txt {
  font-family: koz-r;
  font-size: 12px;
  color: white;
  line-height: 1.25em;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.header__ttls {
  width: 25rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .header__ttls {
    width: auto;
  }
}

.header__ttl {
  font-family: koz-b;
  font-size: 45px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .header__ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .header__ttl {
    font-size: 35px;
  }
}

.header__ttl_sub {
  font-size: 18.5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .header__ttl_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .header__ttl_sub {
    font-size: 14px;
  }
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .header__contacts {
    display: none;
  }
}

.header__tels {
  margin-right: 15px;
}

.header__tel {
  display: inline-block;
  font-family: koz-mincho;
  font-size: 27px;
  color: #004830;
  font-style: normal;
  margin-bottom: 5px;
  position: relative;
  padding-left: 17px;
}

.header__telIcon {
  width: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__btns {
  margin-right: 1rem;
  position: relative;
  max-width: 12rem;
}

.header__btn {
  font-family: koz-b;
  font-size: 15px;
  color: white;
  background: #004830;
  padding: 10px 20px 10px 32.5px;
  border-radius: 18px;
  position: relative;
}

.header__btnImg {
  position: absolute;
  left: 12.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
}

.header__txtsCon {
  position: absolute;
  top: 30px;
  left: 0;
}

.header__ano {
  font-family: koz-b;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 0.2rem;
}

.header__ano_green {
  color: #004830;
  white-space: nowrap;
}

.header__navs {
  background: #22563F;
  border-radius: 10px;
  z-index: 110;
}

.header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .header__nav:hover .header__link_parent {
    background: #5A816F;
  }
}

.header__link {
  text-align: center;
  border-left: 0.5px solid #BFBFBF;
  background: #22563F;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__link:last-of-type {
  border-right: 0.5px solid #BFBFBF;
}

.header__link_home {
  display: block;
  height: 100%;
  padding: 9px 20px;
}

.header__link_home img {
  width: 27px;
}

.header__link_normal {
  display: block;
  font-family: koz-b;
  font-size: 18px;
  color: white;
  width: 185px;
  padding: 15px 0;
}

.header__link_child {
  background: #5A816F;
  border-top: 1px solid white;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .header__link_child:hover {
    background: #22563F;
  }
}

.header__hover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}

.header__sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__sp {
    display: block;
  }
  .header__hum {
    width: 55px;
    height: 12px;
    background: #4D4D4D;
    margin-bottom: 5px;
  }
  .header__humTxt {
    font-family: koz-b;
    font-size: 19px;
    color: #4D4D4D;
    margin-top: 8px;
  }
  .header__navBtn {
    position: absolute;
    top: 40px;
    right: 17px;
  }
  .header__close {
    width: 55px;
    height: 8px;
    background: white;
    position: absolute;
    right: 0;
  }
  .header__close_1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__close_2 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__closeTxt {
    font-family: koz-b;
    font-size: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 35px;
    right: -1px;
    z-index: 2;
  }
  .header__info {
    font-family: koz-b;
    color: white;
    font-size: 20px;
    padding: 38px 13px;
  }
  .header__navs {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    border-radius: 0;
    width: 100%;
    max-width: 400px;
  }
  .header__menus {
    display: block;
    padding: 0;
  }
  .header__link {
    display: block;
    text-align: left;
    border-left: none;
    padding-left: 65px;
    width: auto;
    border-bottom: 1px solid white;
    font-size: 18px;
  }
  .header__link:last-of-type {
    border-right: none;
  }
  .header__link_home {
    font-family: koz-b;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .header__link_home img {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
  .header__link_child {
    padding-left: 100px;
    position: relative;
  }
  .header__link_child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    width: 6.5px;
    height: 6.5px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
  }
  .header__hover {
    display: block;
    position: static;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs__link {
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.breadcrumbs__link a {
  font-family: koz-b;
  font-size: 14px;
  color: #000000;
}

.breadcrumbs__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
}

.breadcrumbs__link:last-of-type::after {
  display: none;
}

@media screen and (max-width: 900px) {
  .breadcrumbs__link {
    padding-left: 0;
  }
  .breadcrumbs__link::after {
    top: 50%;
    right: 20px;
  }
}

.go-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 70px;
  z-index: 100;
}

.go-top:hover {
  opacity: 0.8;
}

.contents_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .contents_sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}

.sidebar__links {
  padding: 10px;
  background: #E1F0CA;
}

.sidebar__link {
  display: block;
  margin-bottom: 10px;
  width: 290px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidebar__link:hover {
  opacity: 0.8;
}

.sidebar__img {
  width: 100%;
}

.sidebar__name {
  font-family: koz-b;
  font-size: 18px;
  color: #000000;
  text-shadow: 0px 0px 8px white;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 900px) {
  .sidebar {
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar__links {
    width: 100%;
    max-width: 320px;
  }
  .sidebar__link {
    width: auto;
  }
}

.main_sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main__ttl {
  position: relative;
  font-family: koz-b;
  font-size: 21px;
  color: #004830;
  padding-left: 50px;
  margin-bottom: 15px;
}

.main__bubble {
  width: 27px;
  position: absolute;
  top: 0;
  left: 8px;
}

.main_front {
  margin-bottom: 35px;
}

@media screen and (max-width: 900px) {
  .main__ttl_sidebar {
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
}


/* 一重線 */
.border-bottom-1{
    border-bottom: solid 2px blue
		}

.footer {
  background: #22563F;
}

.footer__sp {
  display: none;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 15px;
}

.footer__subttl {
  font-family: koz-b;
  font-size: 18px;
  color: #000000;
  text-shadow: 3px 3px 5px white,
 3px -3px 5px white,
 -3px 3px 5px white,
 -3px -3px 5px white;
  margin-bottom: 10px;
}

.footer__ttl {
  font-family: koz-b;
  font-size: 43px;
  color: #000000;
  text-shadow: 3px 3px 5px white,
 3px -3px 5px white,
 -3px 3px 5px white,
 -3px -3px 5px white;
  margin-bottom: 15px;
}

.footer__txt {
  font-family: koz-b;
  font-size: 18px;
  color: white;
  line-height: 1.3em;
}

.footer__tel {
  display: block;
  font-family: koz-mincho;
  font-size: 42px;
  color: white;
  margin: 15px 0;
  padding-left: 0.8em;
  position: relative;
}

.footer__telIcon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
}

.footer__btn {
  display: inline-block;
  font-family: koz-b;
  color: white;
  font-size: 25px;
  background: #004830;
  padding: 10px 70px 10px 90px;
  border-radius: 22.5px;
  position: relative;
}

.footer__btnImg {
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
}

.footer__right {
  max-width: 480px;
}

.footer__calendar {
  width: 100%;
}

.footer__btm {
  background: #004832;
  padding: 10px 0;
  text-align: center;
}

.footer__cw {
  font-family: koz-r;
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .footer__sp {
    display: block;
  }
  .footer__pc {
    display: none;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__subttl {
    font-size: 17px;
  }
  .footer__left {
    margin-bottom: 25px;
  }
  .footer__right {
    margin-bottom: 20px;
  }
  .footer__btn {
    margin: 35px 0;
  }
  .footer__btm {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__cw {
    line-height: 1.25em;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.slider__btn {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #004A37;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider__btn:hover {
  background: #5A816F;
}

.slider__btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: 3;
}

.slider__btn_prev {
  left: 15px;
}

.slider__btn_prev::after {
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}

.slider__btn_next {
  right: 15px;
}

.slider__btn_next::after {
  border-right: 3px solid white;
  border-top: 3px solid white;
}

.slider__container {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
}

.slider__img {
  position: relative;
  display: block;
  height: auto;
}

@media screen and (max-width: 768px) {
  .slider__btn {
    display: none;
  }
  .slider__container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.guide {
  text-align: center;
  margin-bottom: 45px;
}

.guide__ttl {
  font-family: koz-b;
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}

.guide__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.guide__link {
  width: 155px;
  height: 135px;
  border: 1px solid #A6A6A6;
  margin: 7px 2px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.guide__link:hover {
  background: #d0ddd7;
}

.guide__icon {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.guide__name {
  font-family: koz-b;
  font-size: 17px;
  color: #004830;
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .guide__ttl {
    margin-bottom: 10px;
  }
  .guide__link {
    width: 125px;
    height: 110px;
  }
  .guide__icon {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
            transform: translateX(-50%) translateY(-50%) scale(0.8);
  }
  .guide__name {
    font-size: 15px;
    white-space: nowrap;
  }
}

.notice {
  margin-bottom: 30px;
}

.notice__contents {
  padding: 5px;
  overflow-y: scroll;
  height: 300px;
  border: 3px solid #D9D9D9;
}

.notice__contents::-webkit-scrollbar {
  width: 13px;
  border-left: 1px solid #A6A6A6;
}

.notice__contents::-webkit-scrollbar-track {
  display: none;
}

.notice__contents::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.notice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 10px;
  border-bottom: 1px dashed #BFBFBF;
}

.notice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 228px;
}

.notice__date {
  font-family: koz-b;
  font-size: 14px;
  color: #808080;
  margin-right: 12px;
}

.notice__cat {
  font-family: koz-b;
  font-size: 12px;
  color: white;
  padding: 5px 10px;
  border-radius: 2.5px;
}

.notice__cat_gr {
  background: #80B93F;
}

.notice__cat_bu {
  background: #299ED5;
}

.notice__ttl {
  font-family: koz-b;
  font-size: 16px;
  color: #004831;
  padding-top: 2.5px;
  line-height: 1.25em;
}

@media screen and (max-width: 900px) {
  .notice__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 130px;
  }
  .notice__date {
    margin-bottom: 10px;
  }
  .notice__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.features__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.features__links_ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.features__link {
  width: calc(33.33% - 6px);
  padding: 15px 5px;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
          box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
  background: transparent;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 10px;
}

.features__link_big {
  padding: 25px 10px;
}

.features__ttl {
  font-family: koz-b;
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}

.features__ttl_big {
  font-size: 20px;
  margin-bottom: 7px;
}

.features__img {
  height: 12vw;
  max-height: 120px;
  position: relative;
  overflow: hidden;
  border: 1px solid #004830;
  margin-bottom: 10px;
}

.features__img_big {
  height: 500px;
  max-height: 180px;
}

.features__img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.features__txt {
  font-family: koz-m;
  font-size: 12px;
  color: #000000;
  line-height: 1.5em;
  padding: 0 10px;
}

.features__txt_top, .features__txt_big {
  font-size: 17.5px;
}

.features__txt_pdl {
  padding-left: 50px;
}

@media screen and (max-width: 900px) {
  .features__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features__links_ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .features__link {
    margin: 0 auto;
    width: 85%;
    max-width: 350px;
    margin-bottom: 30px;
  }
  .features__link_big {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    max-width: none;
  }
  .features__img {
    height: 47vw;
    max-height: 210px;
  }
  .features__img_big {
    height: 30vw;
    max-height: none;
  }
  .features__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .features__ttl_big {
    font-size: 14px;
  }
  .features__txt {
    font-size: 21px;
  }
  .features__txt_big {
    font-size: 12.5px;
  }
  .features__txt_pdl {
    font-size: 17.5px;
    padding-left: 0;
  }
}

.f_banner {
  margin-bottom: 65px;
}

.f_banner__img {
  display: block;
  margin-bottom: 40px;
}

.f_banner__img img {
  width: 100%;
}

.f_banner__txt {
  font-family: koz-m;
  font-size: 13px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .f_banner {
    margin-bottom: 40px;
  }
  .f_banner__img {
    margin-bottom: 10px;
  }
}

.topImg {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .topImg {
    width: auto;
    height: 15vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ul__ttl {
  font-family: koz-b;
  font-size: 21px;
  color: #333333;
  padding-bottom: 13px;
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #235941 180px, #A6A6A6 180px);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: bottom;
}

.ul__orangeCon {
  padding: 10px;
  margin-bottom: 20px;
  background: #F9F6E8;
  border: 1.4px solid #F9C485;
}

@media screen and (max-width: 900px) {
  .ul__ttl {
    background-image: linear-gradient(to right, #235941 145px, #A6A6A6 145px);
  }
}

.about__items {
  margin-bottom: 50px;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;

  border-bottom: 1px solid #A6A6A6;
}	
	


.about__item_half .about__txt:first-of-type {
  width: 50%;
}

.about__txt {
  font-family: koz-b;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.about__txt:first-of-type {
  width: 180px;
}

.about__txt:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__txt_free:first-of-type {
  width: 100%;
}

.about__txt_w100 {
  width: 100% !important;
}

.about__txt_dot {
  padding-left: 1em;
  position: relative;
}

.about__txt_dot::before {
  content: '■';
  position: absolute;
  top: 0;
  left: 0em;
}

.about__featuer {
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
          box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
  padding: 12px;
  margin-bottom: 30px;
}

.about__featuerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.about__featuerImg {
  width: 45%;
  height: 27vw;
  overflow: hidden;
  position: relative;
}

.about__featuerImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  min-height: 100%;
}

.about__featuerTxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 10px;
  font-family: koz-m;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 900px) {
  .about__txt:first-of-type {
    width: 145px;
  }
}

.hospitalization__txt {
  font-family: koz-m;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}

.hospitalization__txt_bold {
  font-family: koz-b;
}

.hospitalization__txt_heavy {
  font-family: koz-h;
}

.hospitalization__txt_week {
  display: inline-block;
  width: 7em;
}

.hospitalization__txt_dot {
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
}

.hospitalization__txt_dot::before {
  content: "●";
  color: #96C23D;
  position: absolute;
  top: 0;
  left: 0;
}

.hospitalization__amenity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}

.hospitalization__amenityImg {
  width: calc(16.7% - 8.5px);
}

.hospitalization__amenityImg img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .hospitalization__amenityImg {
    width: calc(33.3% - 15px);
    margin-bottom: 15px;
  }
  .hospitalization__amenityImg img {
    width: 100%;
  }
}

.staff {
  border: 2px solid #E5E5E5;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
          box-shadow: 0 0 5px 1px #E5E5E5,
 0 0 5px 1px #E5E5E5 inset;
  margin-bottom: 30px;
}

.staff__ttl {
  font-family: koz-b;
  font-size: 20px;
  margin-bottom: 25px;
  padding-left: 50px;
}

.staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.staff__img {
  width: 30%;
  border: 1.25px solid #004830;
}

.staff__img img {
  width: 100%;
}

.staff__txts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 25px;
}

.staff__txt {
  font-family: koz-b;
  font-size: 20px;
  color: #000;
  line-height: 35px;
}

.staff__txt_name {
  margin-bottom: 7px;
}

@media screen and (max-width: 900px) {
  .staff {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0 25px;
  }
  .staff__ttl {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .staff__content {
    display: block;
  }
  .staff__img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .staff__txts {
    padding: 0;
  }
  .staff__txt {
    line-height: 30px;
  }
}

.features-index__ttl {
  font-family: koz-h;
  font-size: 24px;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #4D4D4D;
  margin-bottom: 25px;
  padding-left: 15px;
  line-height: 1.25em;
}

.features-index__subttl {
  font-family: koz-h;
  font-size: 24px;
  color: #000;
  padding-left: 15px;
  margin-bottom: 20px;
}

.features-index__txt {
  font-family: koz-m;
  font-size: 18px;
  line-height: 31px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.features-index__img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.features-index__img img {
  display: block;
  width: 100%;
}

.staffList {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staffList__item {
  width: calc(50% - 7.5px);
  border: 2px solid #E5E5E5;
  margin-bottom: 15px;
  padding: 5px 0 0 40px;
}

.staffList__ttl {
  font-family: koz-b;
  margin-bottom: 15px;
}

.staffList__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.staffList__img {
  width: 35%;
  display: block;
}

.staffList__txt {
  padding: 12px 5px 95px 12px;
  font-family: koz-m;
  font-size: 17.5px;
  line-height: 25px;
  color: #000;
}

.staffList__btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #235941;
  font-family: koz-m;
  font-size: 12px;
  color: white;
  padding: 8px 30px;
}

.recruit__table {
  text-align: left;
  width: calc(100% - 10px);
  margin: 0 auto 30px auto;
  border-top: 1px solid #E1F0CA;
  border-left: 1px solid #E1F0CA;
}

.recruit__table th {
  font-family: koz-b;
  font-size: 16px;
  color: #004830;
  background: #E1F0CA;
  padding: 10px 20px;
}

.recruit__table td {
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #E1F0CA;
  border-right: 1px solid #E1F0CA;
}

.recruit__table td:first-of-type {
  font-family: koz-m;
  padding: 10px 30px;
  background: #F2F9E5;
  width: 8em;
}

.recruit__table td:last-of-type {
  font-family: koz-b;
  padding: 10px 15px;
}

.recruit__ttl {
  font-family: koz-b;
  font-size: 18px;
  color: #004830;
  padding: 5px 10px;
  border-bottom: 5px solid #CCD321;
  margin-bottom: 15px;
}

.recruit__ttl_small {
  font-size: 16px;
}

.recruit__txt {
  font-family: koz-m;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 27px;
}

.recruit__txt_red {
  color: #FF0000;
}

.news__ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #CCD321;
  padding: 10px;
}

.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
}

.news__date {
  font-family: koz-b;
  font-size: 14px;
  color: #808080;
  padding-right: 10px;
}

.news__cat {
  font-family: koz-b;
  font-size: 12px;
  color: white;
  padding: 5px 10px;
  border-radius: 2.5px;
}

.news__cat_gr {
  background: #80B93F;
}

.news__cat_bu {
  background: #299ED5;
}

.news__ttl {
  font-family: koz-b;
  font-size: 16px;
  color: #004831;
  line-height: 1.25em;
}

.news__txt {
  padding: 10px;
  font-family: koz-b;
  font-size: 16px;
  line-height: 31px;
  color: #004831;
  margin-bottom: 35px;
}

@media screen and (max-width: 900px) {
  .news__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 130px;
  }
  .news__date {
    margin-bottom: 8px;
  }
}

.responsible__txt {
  font-family: koz-r;
  font-size: 14px;
  line-height: 1.5em;
  text-align: right;
}

.responsible__txt_red {
  color: #ff0000;
  text-align: left;
}

.responsible__table {
  text-align: center;
  width: 100%;
  border-top: 1px solid #E1F0CA;
  border-left: 1px solid #E1F0CA;
  margin-bottom: 15px;
}

.responsible__table td, .responsible__table th {
  border-bottom: 1px solid #E1F0CA;
  border-right: 1px solid #E1F0CA;
  width: 5em;
  font-family: koz-r;
  font-size: 13px;
  line-height: 20px;
}

.responsible__td_bg {
  background: #dde6e2;
  position: relative;
}

.responsible__p {
  background: #F9F6E8;
  padding: 5px 0;
  border: 2px solid white;
  line-height: 1.25em;
}

.responsible__p_none {
  background: none;
  border: none;
}

.responsible__p_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: none;
  border: none;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .responsible__tableCon {
    overflow-x: scroll;
  }
  .responsible__table {
    min-width: 600px;
  }
}
/*# sourceMappingURL=style.css.map */