@media screen and (max-width: 1200px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .is-sp {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure {
  margin: 0;
  padding: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body {
  font-family: "qMmpS W3", "Noto Sans JP", "ΰSVbNΜ", "Yu Gothic", YuGothic, sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  -webkit-font-feature-settings: 'plat';
          font-feature-settings: 'plat';
}
@media screen and (max-width: 1200px) {
  body {
    min-width: auto;
    padding-top: calc(72px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  body {
    padding-top: calc(72px * 1);
  }
}
@media screen and (min-width: 1201px) {
  body {
    margin: auto;
    padding-top: calc(72px * 1);
  }
}
h2 {
  font-size: 32px;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
.mincho {
  font-family: "qMmΎ© ProN W6", "HiraMinProN-W6", "ΰΎ©", "Yu Mincho", YuMincho, sans-serif;
}
.is-menuOpen {
  position: fixed;
  width: 100%;
}
#js-humberger-list {
  overflow: scroll;
  height: 80vh;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) {
  .header {
    margin: auto;
    height: 95px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: calc(100% - 72px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__logo {
    width: 375px;
  }
}
@media screen and (min-width: 1201px) {
  .header__logo {
    width: 375px;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header__logo img {
    width: calc(230px * 1.5);
    max-width: calc(230px * 1.5);
    margin-left: 45px;
  }
}
@media screen and (min-width: 982px) {
  .header__logo img {
    width: 310px;
    max-width: 310px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .header__logo img {
    width: 100%;
    max-width: 350px;
    margin-left: 25px;
  }
}
.header__humberger {
  background: #02792c;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header__humberger {
    width: calc(72px * 1.5);
    height: calc(72px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__humberger {
    width: calc(72px * 1);
    height: calc(72px * 1);
  }
}
.header__humberger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
  background: #fff;
  width: 45%;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .header__humberger span {
    height: 6px;
  }
  .header__humberger span:nth-of-type(1) {
    top: calc(25px * 1.5);
  }
  .header__humberger span:nth-of-type(2) {
    top: calc(35px * 1.5);
  }
  .header__humberger span:nth-of-type(3) {
    top: calc(45px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__humberger span {
    height: 2px;
  }
  .header__humberger span:nth-of-type(1) {
    top: calc(25px * 1);
  }
  .header__humberger span:nth-of-type(2) {
    top: calc(35px * 1);
  }
  .header__humberger span:nth-of-type(3) {
    top: calc(45px * 1);
  }
}
@media screen and (max-width: 1200px) {
  .header__humberger.active span:nth-of-type(1) {
   top: calc(35px * 1);
    -webkit-transform: translateY(18px) rotate(-45deg);
            transform: translateY(18px) rotate(-45deg);
    width: 40%;
  }
  .header__humberger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__humberger.active span:nth-of-type(3) {
    top: calc(70px * 1);
    -webkit-transform: translateY(-18px) rotate(45deg);
            transform: translateY(-18px) rotate(45deg);
    width: 40%;
  }
}
@media screen and (min-width: 982px) {
  .header__humberger.active span:nth-of-type(1) {
    top: calc(28px * 1);
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .header__humberger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header__humberger.active span:nth-of-type(3) {
    top: calc(40px * 1);
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
}
.header__list {
  display: none;
  width: 100%;
  height: 100%;
}
.header__list a {
  display: block;
  text-decoration: none;
}
.header__list__inner {
  display: none;
}
.header__list__title {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #3d3d3d;
}
@media screen and (max-width: 1200px) {
  .header__list__title {
    padding: calc(24px * 1.5) calc(34px * 1.5) calc(24px * 1.5) calc(20px * 1.5);
    font-size: calc(16px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__title {
    padding: calc(24px * 1) calc(34px * 1) calc(24px * 1) calc(20px * 1);
    font-size: calc(16px * 1);
  }
}
.header__list__title a {
  color: #fff;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__list__title span {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .header__list__title span {
    right: calc(20px * 1.5);
    width: calc(14px * 1.5);
    height: calc(14px * 1.5);
    top: calc(50% - 11px);
  }
}
@media screen and (min-width: 982px) {
  .header__list__title span {
    right: calc(20px * 1);
    width: calc(14px * 1);
    height: calc(14px * 1);
    top: calc(50% - 7px);
  }
}
.header__list__title span:before,
.header__list__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.header__list__title span:before {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .header__list__title span:before {
    width: calc(14px * 1.5);
    height: calc(2px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__title span:before {
    width: calc(14px * 1);
    height: calc(2px * 1);
  }
}
@media screen and (max-width: 1200px) {
  .header__list__title span:after {
    width: calc(2px * 1.5);
    height: calc(14px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__title span:after {
    width: calc(2px * 1);
    height: calc(14px * 1);
  }
}
.header__list__title.active span:before,
.header__list__title.active span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.header__list__title.active span:before {
  opacity: 0;
}
.header__list__title--arrow-right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .header__list__title--arrow-right:after {
    right: calc(26px * 1.5);
    width: calc(10px * 1.5);
    height: calc(10px * 1.5);
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}
@media screen and (min-width: 982px) {
  .header__list__title--arrow-right:after {
    right: calc(26px * 1);
    width: calc(10px * 1);
    height: calc(10px * 1);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.header__list__sub li {
  border-bottom: 1px solid #e6e6e6;
}
.header__list__sub li a {
  position: relative;
  background: #f6f8fa;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .header__list__sub li a {
    padding: calc(20px * 1.5) calc(30px * 1.5);
    font-size: calc(14px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__sub li a {
    padding: calc(20px * 1) calc(30px * 1);
    font-size: calc(14px * 1);
  }
}
.header__list__sub li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .header__list__sub li a:after {
    right: calc(26px * 1.5);
    width: calc(8px * 1.5);
    height: calc(8px * 1.5);
    border-top: 3px solid #808080;
    border-right: 3px solid #808080;
  }
}
@media screen and (min-width: 982px) {
  .header__list__sub li a:after {
    right: calc(26px * 1);
    width: calc(8px * 1);
    height: calc(8px * 1);
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
  }
}
@media screen and (max-width: 1200px) {
  .header__list__search {
    padding: calc(25px * 3) calc(35px * 3);
  }
}
@media screen and (max-width: 1200px) {
  .header__list__search {
    padding: calc(25px * 1) calc(35px * 1);
  }
}
.header__list__search__form {
  position: relative;
}
.header__list__search__box {
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1200px) {
  .header__list__search__box {
    height: calc(55px * 1.5);
    padding: 0 calc(30px * 1.5) 0 calc(10px * 1.5);
    font-size: calc(16px * 1.5);
    border: 3px solid #e6e6e6;
  }
}
@media screen and (min-width: 982px) {
  .header__list__search__box {
    height: calc(55px * 1);
    padding: 0 calc(30px * 1) 0 calc(10px * 1);
    font-size: calc(16px * 1);
    border: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 1201px) {
  .header__list__search__box {
    height: 55px;
    padding: 0 30px 0 10px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    height: 34px;
  }
}
.header__list__search__icon {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .header__list__search__icon {
    right: calc(14px * 1.5);
    width: 40px;
  }
}
@media screen and (min-width: 982px) {
  .header__list__search__icon {
    right: calc(14px * 1);
    width: 27px;
  }
}
@media screen and (min-width: 1201px) {
  .header__list__search__icon {
    width: 18px;
    height: 18px;
    right: 10px;
  }
}
.header__list__contact a {
  background-color: #02792c;
  color: #fff;
  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;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .header__list__contact a {
    font-size: calc(18px * 1.5);
    height: calc(90px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__contact a {
    font-size: calc(18px * 1);
    height: calc(90px * 1);
  }
}
@media screen and (max-width: 1200px) {
  .header__list__contact a img {
    width: 45px;
    margin-right: calc(20px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .header__list__contact a img {
    width: 30px;
    margin-right: calc(20px * 1);
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(1400px - 375px);
}
.header__links {
  margin-right: 10px;
}
.header__links__category {
  margin-right: 24px;
  position: relative;
}
.header__links__category > a {
  padding: 15px 0 !important;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.header__links__category.active > a {
  border-bottom: 4px solid #02792c;
}
.header__links__category.active .header__links__category__detail {
  z-index: 100;
  padding: 10px 18px;
  display: block;
  position: absolute;
  top: 36px;
  width: 345px;
  background-color: #fff;
}
.header__links__category__detail {
  display: none;
}
.header__links__sub {
  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;
}
.header__links__sub a {
  display: block;
  width: 150px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  position: relative;
  padding: 5px 10px 5px 15px;
}
.header__links__sub a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  font-weight: 500;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.header__links__inner:last-child {
  margin-bottom: 15px;
}
.header__links__inner > a {
  padding: 5px 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.header__links__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.header__links__access span {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #02792c;
  margin-right: 8px;
}
.header__links__access span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__contact {
  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;
}
.header__contact a {
  width: 130px;
  height: 95px;
  color: #fff;
  background: #02792c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: bold;
}
.header__contact a img {
  display: block;
  margin-bottom: 6px;
}
.footer {
  margin-top: 80px;
}
.footer .header__list {
  display: block;
}
.footer a {
  color: #fff!important;
}
.footer_bottom {
  background-color: #333;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .footer_bottom {
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1201px) {
  .footer_bottom {
    padding: 22px 100px;
  }
}
.footer_bottom_copyright {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 1201px) {
  .footer_bottom_copyright {
    float: right;
  }
}
.footer_bottom_child:before {
  content: '|';
  display: inline;
  color: #fff;
  padding: 15px;
}
.footer_bottom_vertical {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .footer_col5 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .footer_col5 {
    margin-right: 60px;
  }
}
.footer_top {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 1200px) {
  .footer_top .logo {
    padding: calc(15px * 1.5);
  }
  .footer_top .logo img {
    width: calc(200px * 1.5);
  }
}
@media screen and (min-width: 982px) {
  .footer_top .logo {
    padding: calc(15px * 1);
  }
  .footer_top .logo img {
    width: calc(200px * 1);
  }
}
@media screen and (min-width: 1201px) {
  .footer_top .logo {
    padding: 20px 0 20px 100px;
  }
}
.footer_top .scroll_top {
  display: inline-block;
  text-align: center;
  padding: 18px 20px;
  color: #fff /* γΏγγEζE­θ²Eι»θ² */;
  background-color: #008000 /* γΏγγE(ιιΈζηΆζγE)θζ―θ²EηEθ² */;
  font-weight: bold;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .footer_top .scroll_top {
    bottom: 50px;
    right: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .footer_top .scroll_top {
    bottom: -46px;
    right: 50px;
  }
}
.footer_nav {
  background-color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0 71px 100px;
}
.footer_nav li {
  margin: 0px 0px 16px 20px;
  position: relative;
}
.footer_nav li.end {
  margin-bottom: 50px;
}
.footer_nav li.parent {
  margin-left: 0px;
  font-size: 16px;
  font-weight: bold;
}
.footer_nav li.child:before {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slider_item_wrapper {
  display: block;
  position: relative;
}
.slider_item_wrapper:hover {
  opacity: 1;
}
.slider_item_text {
  width: 100%;
}
.slider_item01_text {
  text-align: center;
  font-size: 38px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(19,60,90,0.8);
}
.slider_item02_text {
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider_item02_text_link {
  margin-top: 20px;
  display: inline-block;
  background-color: #02792c;
  color: #fff;
  font-size: 14px;
  padding: 14px 40px;
  font-weight: bold;
  text-align: center;
}
.slider_item03_text {
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
}
.slider_item03_text_memo {
  font-size: 23px;
}
.slider_item03_text span {
  margin: 20px 0 15px;
  display: inline-block;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 8px;
}
.slider_item04_text {
  text-align: center;
  font-size: 38px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(19,60,90,0.8);
}
.slider_item05_text {
  text-align: center;
  font-size: 38px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(19,60,90,0.8);
}
.slider_item_img {
  width: 100%;
}
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -46px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 40px;
  height: 4px;
  display: block;
  background: #e6e6e6;
  opacity: 70%;
}
.slick-active button {
  background: #333;
  opacity: 100%;
}
.taball {
  display: inline-block;
  width: 230px;
  height: 46px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #3d3d3d;
  font-weight: bold;
}
.tab {
  display: inline-block;
  width: 23%;
  height: 32px;
  text-align: center;
  margin: 0px 3px;
  position: relative;
  background-color: #DBDBDB;
    font-weight: bold;
}
.tab:hover {
  color: #fff;
  background-color: #02792c;
  font-weight: bold;
  cursor: pointer;
}
input:checked + .tab {
  color: #fff;
  background-color: #02792c;
  font-weight: bold;
}
.tabbox {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.tabbox input {
  display: none;
}
.tabcontent {
  display: none;
  padding: 2em;
  margin: auto;
}
.news_section {
  border-bottom: 1px solid #e6e6e6;
}
.news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.news_date {
  margin-right: 18px;
  font-size: 14px;
  color: #808080;
}
.news_label {
  margin-right: 18px;
  display: block;
  width: 100px;
  min-width: 100px;
  border: 1px solid #02792c;
  text-align: center;
  height: 20px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  color: #016423;
}
.news_title {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
#tabcheck1:checked ~ #tabcontent1 {
  display: block;
}
#tabcheck2:checked ~ #tabcontent2 {
  display: block;
}
#tabcheck3:checked ~ #tabcontent3 {
  display: block;
}
#tabcheck4:checked ~ #tabcontent4 {
  display: block;
}
.main_section {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main_section {
    padding: 50px;
  }
}
@media screen and (min-width: 982px) {
  .main_section {
    padding: 70px;
  }
}
@media screen and (min-width: 1201px) {
  .main_section {
    padding: 100px;
  }
}
.main_section_color {
  background-color: #f6f8fa;
}
.main_section_title {
  padding-bottom: 60px;
  font-family: "qMmΎ© ProN W6", "HiraMinProN-W6", "ΰΎ©", "Yu Mincho", YuMincho, sans-serif;
}
.small_section {
  padding: 100px 0 0;
  text-align: center;
}
.anticovid {
  display: inline-block;
  width: 700px;
  height: 60px;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #016423;
  background-color: #e9f8ee;
  font-weight: bold;
  border: 1px solid #02792c;
}
.centering_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.recruit {
  display: block;
  position: relative;
  text-align: center;
}
.recruit img {
  width: 100%;
}
.recruit_title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.recruit_text {
  margin: 20px 0 20px;
  color: #333;
}
.recruit_link {
  margin: auto;
  display: block;
  width: 230px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #02792c;
}
.recruit_wrapper {
  padding: 40px 50px;
  width: 400px;
  height: 240px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 8px;
  background: rgba(255,255,255,0.6);
}
.search {
  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;
}
.search li {
  border-left: 1px solid #e6e6e6;
}
.search li:first-child {
  border-left: none;
}
.search_tile {
  text-align: center;
  margin-left: 53px;
  margin-right: 53px;
  display: block;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .search_tile {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 982px) {
  .search_tile {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .search_tile {
    margin-left: 53px;
    margin-right: 53px;
  }
}
.search_tile_text {
  font-weight: bold;
  font-size: 18px;
}
.activity {
  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;
}
.activity_tile {
  width: 29%;
  max-width: 300px;
  height: 300px;
  margin-left: 15px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
          box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
  border: 2px solid #f6f8fa;
  text-align: center;
  padding: 20px;
}
.activity_tile:hover {
  border: 2px solid #02792c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.activity_tile_img {
  width: 100%;
}
.activity_tile_wrapper {
  margin: auto;
  height: 300px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-radius: 8px;
  display: block;
  color: #333;
  font-size: 18px;
}
.activity_tile_text {
  font-weight: bold;
  padding-bottom: 36px;
  position: relative;
}
.activity_tile_text:after {
  content: '';
  display: block;
  margin: auto;
  position: relative;
  right: 0;
  left: 0;
  top: 17px;
  height: 1px;
  width: 70px;
  background-color: #02792c;
}
.recommend {
  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;
  max-width: 1000px;
  margin: auto;
}
.recommend_tile {
  background-color: #fff;
  max-width: 300px;
  height: 370px;
  margin: 0px 15px 30px 15px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
          box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
  border: 2px solid #f6f8fa;
}
@media screen and (max-width: 1200px) {
  .recommend_tile {
    width: 29%;
  }
}
@media screen and (min-width: 982px) {
  .recommend_tile {
    width: 29%;
  }
}
@media screen and (min-width: 1201px) {
  .recommend_tile {
    width: 30%;
  }
}
.recommend_tile:hover {
  border: 2px solid #02792c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recommend_tile_title {
  height: 89px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.recommend_tile_text {
  font-weight: 500;
  padding: 0 5px;
}
.recommend_tile_wrapper {
  display: block;
  height: 370px;
  margin: auto;
  color: #333;
}
.recommend_tile_wrapper img {
  width: 100%;
}
.recommend_mini {
  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;
  max-width: 1000px;
  margin: auto;
}
.recommend_mini_tile {
  background-color: #fff;
  width: 22%;
  max-width: 220px;
  height: 350px;
  margin: 0px 13.5px 13.5px 13.5px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
          box-shadow: 3px 3px 10px rgba(0,0,0,0.05);
  border: 2px solid #f6f8fa;
}
@media screen and (max-width: 1200px) {
  .recommend_mini_tile {
    width: 21.2%;
  }
}
@media screen and (min-width: 982px) {
  .recommend_mini_tile {
    width: 21.2%;
  }
}
@media screen and (min-width: 1201px) {
  .recommend_mini_tile {
    width: 22%;
  }
}
.recommend_mini_tile:hover {
  border: 2px solid #02792c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.recommend_mini_tile_imager {
  height: 140px;
}
.recommend_mini_tile_imag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recommend_mini_tile_title {
  height: 91px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
.recommend_mini_tile_text {
  font-weight: 500;
  padding: 0 5px;
}
.recommend_mini_tile_wrapper {
  display: block;
  height: 350px;
  margin: auto;
  color: #333;
}
.recommend_mini_tile_wrapper img {
  width: 100%;
}


/*# sourceMappingURL=style.css.map */
