@charset "UTF-8";
/*
*
* Copyright (c) 2016, Codia Inc. All rights reserved.
* Data : 2016.11.11
*
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);
@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy");
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400; }
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300; }
/* Reset
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button, fieldset, form, input, label,
legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

/* General
---------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
.none {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.inline_block {
  display: inline-block; }

.inline {
  display: inline; }

.block {
  display: block; }

.relative {
  position: relative; }

.img_center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align_right {
  text-align: right; }

.align_left {
  text-align: left; }

.align_center {
  text-align: center; }

.indent {
  text-indent: 1rem; }

.bold {
  font-weight: bold; }

.overline {
  text-decoration: overline; }

.underline {
  text-decoration: underline; }

.blink {
  text-decoration: blink; }

.line_through {
  text-decoration: line-through; }

.italic {
  font-style: italic; }

strong, b {
  font-weight: bold; }

/* Common
---------------------------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
  background: #FFF;
  color: #333333;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: .5px; }

.container {
  width: 980px;
  margin: 0 auto;
  position: relative; }

a {
  text-decoration: none;
  color: #333333; }

.sp {
  display: none !important; }

.header_global {
  width: 100%;
  margin: auto; }

.footer_global {
  clear: both; }

.sidebar {
  float: right; }

.nav_local {
  width: 222px;
  background: #fff; }

.banner_sidebar {
  width: 222px;
  margin-top: 50px;
  margin-bottom: 100px; }
  .banner_sidebar.second_layer {
    margin-top: 100px;
    margin-bottom: 100px; }

.content {
  overflow: auto;
  margin-top: -58px; }
  .content .container {
    width: 100%;
    background: #f4f4f4;
    overflow: auto;
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 50px, #f4f4f4 50px, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 50px, #f4f4f4 50px, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0) 50px, #f4f4f4 50px, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.header_global .inner {
  height: 140px; }

.inner {
  width: 1050px;
  /*height: 140px;*/
  margin: 0 auto; }
  .inner > h1 {
    float: left;
    width: 336px;
    height: 83px;
    position: relative;
    top: 30px; }
    .inner > h1 a {
      height: 100%; }
    .inner > h1 svg {
      width: 100%; }
  .inner .nav_global {
    float: right;
    width: 670px; }
    .inner .nav_global .nav_global_sub {
      width: 100%;
      height: 20px;
      margin: 20px 0 0;
      text-align: right;
      font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal; }
      .inner .nav_global .nav_global_sub li {
        display: inline-block;
        margin-left: 20px; }
        .inner .nav_global .nav_global_sub li .btn_faq {
          font-size: 1.4rem;
          font-weight: 500;
          letter-spacing: 1px; }
        .inner .nav_global .nav_global_sub li .btn_faq:after {
          font-family: 'FontAwesome';
          padding-left: 5px;
          content: '\f128';
          color: #30B67D; }
        .inner .nav_global .nav_global_sub li .btn_link {
          font-size: 1.4rem;
          font-weight: 500;
          letter-spacing: 1px; }
        .inner .nav_global .nav_global_sub li .btn_link:after {
          font-family: 'FontAwesome';
          padding-left: 5px;
          content: '\f0c1';
          color: #30B67D; }
        .inner .nav_global .nav_global_sub li .btn_contact {
          display: block;
          padding: 5px 8px;
          background-color: #30B67D;
          color: white;
          font-size: 1.2rem;
          letter-spacing: 1px; }
    .inner .nav_global .nav_global_main {
      display: table;
      width: 100%;
      margin: 40px 0 0;
      padding: 0;
      text-align: right; }
      .inner .nav_global .nav_global_main > li {
        display: table-cell;
        padding-bottom: 34px; }
        .inner .nav_global .nav_global_main > li a.nav_main_link {
          width: 100%;
          height: 40px;
          padding: 0 0 10px;
          color: #333333;
          font-weight: 400;
          letter-spacing: 2px;
          font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: normal; }
          .inner .nav_global .nav_global_main > li a.nav_main_link:hover {
            color: #30B67D;
            opacity: 1; }
        .inner .nav_global .nav_global_main > li .sub_menu_nav_global {
          display: none;
          position: absolute;
          top: 140px;
          left: 50%;
          transform: translateX(-50%);
          background: rgba(56, 55, 55, 0.95);
          z-index: 100; }
          .inner .nav_global .nav_global_main > li .sub_menu_nav_global .container {
            display: flex;
            align-items: baseline;
            width: 1050px;
            padding: 30px 60px; }
          .inner .nav_global .nav_global_main > li .sub_menu_nav_global h4 {
            width: 20%;
            color: #fff;
            position: relative;
            text-align: left;
            font-size: 1.9rem;
            font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-weight: normal; }
            .inner .nav_global .nav_global_main > li .sub_menu_nav_global h4:after {
              content: "";
              position: absolute;
              width: 20px;
              height: 2px;
              background: #fff;
              bottom: -8px;
              left: 0; }
          .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul {
            width: 80%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap; }
            .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li {
              width: 33.3333%;
              text-align: left;
              height: 45px;
              line-height: 45px;
              position: relative; }
              .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                background: #fff;
                width: 12px;
                height: 12px; }
              .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 2px;
                transform: translateY(-50%) rotate(45deg);
                width: 4px;
                height: 4px;
                border: 0;
                border-top: solid 2px #959595;
                border-right: solid 2px #959595; }
              .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li a {
                color: #fff;
                font-size: 1.5rem;
                transition: all .3s;
                padding-left: 30px;
                font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
                font-weight: normal; }
                .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li a[target="_blank"]:after {
                  font-family: FontAwesome;
                  content: "\f08e";
                  margin-left: 4px; }
                .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li a:hover {
                  color: #30b67d; }
                  .inner .nav_global .nav_global_main > li .sub_menu_nav_global ul li a:hover:before {
                    background: #30b67d; }

.btn_pagetop {
  position: fixed;
  display: block;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px; }

.footer_global {
  width: 100%;
  height: auto;
  background: #494949;
  color: white;
  padding: 50px 0 0;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }
  .footer_global .inner {
    width: 1050px;
    margin: 0 auto;
    font-size: 1.4rem; }
    .footer_global .inner .footer_list {
      font-size: 1.3rem; }
    .footer_global .inner aside {
      float: left;
      width: calc(100% / 6); }
      .footer_global .inner aside li {
        margin: 7px 0; }
      .footer_global .inner aside a {
        color: white;
        transition: .3s; }
        .footer_global .inner aside a:hover {
          opacity: .7; }
        .footer_global .inner aside a[target="_blank"]:after {
          font-family: FontAwesome;
          content: "\f08e";
          margin-left: 4px; }
      .footer_global .inner aside .footer_menu {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 20px;
        padding-left: -10px;
        position: relative; }
        .footer_global .inner aside .footer_menu:before {
          content: '';
          display: block;
          width: 10px;
          height: 3px;
          background-color: white;
          left: -20px;
          position: absolute;
          top: 13px; }
        .footer_global .inner aside .footer_menu li {
          padding-bottom: 8px; }
  .footer_global .info_fotoer {
    clear: both;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px; }
    .footer_global .info_fotoer .name {
      font-weight: 500;
      font-size: 2.5rem;
      line-height: .9; }
      .footer_global .info_fotoer .name span:nth-of-type(1) {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 1.5rem; }
      .footer_global .info_fotoer .name span:nth-of-type(2) {
        font-size: 1.3rem;
        font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: normal; }
    .footer_global .info_fotoer address {
      font-style: normal;
      font-size: 1.3rem;
      margin-left: 60px; }
  .footer_global .footer_bottom {
    width: 1050px;
    height: auto;
    margin: 0 auto;
    font-size: 1.1rem;
    padding: 50px 0 10px; }
    .footer_global .footer_bottom .footer_txt {
      float: left;
      display: block; }
    .footer_global .footer_bottom .copyright {
      float: right;
      display: block;
      font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal; }

.hero_top {
  width: 100%;
  height: 520px;
  text-align: center;
  display: block;
  background-size: cover;
  background-image: url("../images/home/main_bg.jpg"); }

.sec_about {
  width: 100%;
  height: auto;
  padding: 80px 0 50px; }
  .sec_about .ttl_about {
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'Merriweather', serif; }
    .sec_about .ttl_about span {
      display: block;
      font-size: 1.4rem;
      margin: 0 auto; }
      .sec_about .ttl_about span:before {
        content: '';
        margin: 20px auto 0;
        display: block;
        text-align: center;
        width: 20px;
        border-top: solid 2px #30B67D;
        padding: 10px 0; }
  .sec_about .sec_about_inner {
    margin: 0; }
    .sec_about .sec_about_inner .list_about {
      width: 1050px;
      margin: 0 auto; }
      .sec_about .sec_about_inner .list_about li {
        float: left;
        display: block;
        width: 495px;
        margin: 0 60px 0 0; }
        .sec_about .sec_about_inner .list_about li:nth-child(2n) {
          margin: 0; }
        .sec_about .sec_about_inner .list_about li span.about {
          display: block;
          width: 380px;
          padding: 8px 15px;
          text-align: left;
          color: white;
          font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: normal;
          font-size: 1.6rem;
          position: relative;
          bottom: 30px;
          letter-spacing: 2px;
          background-color: #30B67D; }
          .sec_about .sec_about_inner .list_about li span.about:after {
            font-family: 'FontAwesome';
            padding-left: 15px;
            content: '\f0a9';
            color: white; }

.sec_event,
.sec_topics {
  width: 100%;
  height: auto;
  padding: 80px 0 50px;
  background: #F7F7F7; }
  .sec_event .ttl_event,
  .sec_topics .ttl_event {
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'Merriweather', serif; }
    .sec_event .ttl_event span,
    .sec_topics .ttl_event span {
      display: block;
      font-size: 1.4rem;
      margin: 0 auto; }
      .sec_event .ttl_event span:before,
      .sec_topics .ttl_event span:before {
        content: '';
        margin: 20px auto 0;
        display: block;
        text-align: center;
        width: 20px;
        border-top: solid 2px #329F52;
        padding: 10px 0; }
  .sec_event .ttl_topics,
  .sec_topics .ttl_topics {
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'Merriweather', serif; }
    .sec_event .ttl_topics span,
    .sec_topics .ttl_topics span {
      display: block;
      font-size: 1.4rem;
      margin: 0 auto; }
      .sec_event .ttl_topics span:before,
      .sec_topics .ttl_topics span:before {
        content: '';
        margin: 20px auto 0;
        display: block;
        text-align: center;
        width: 20px;
        border-top: solid 2px #2DAC9A;
        padding: 10px 0; }
  .sec_event .list_event,
  .sec_event .list_topics,
  .sec_topics .list_event,
  .sec_topics .list_topics {
    width: 870px;
    margin: 0 auto; }
    .sec_event .list_event dl,
    .sec_event .list_topics dl,
    .sec_topics .list_event dl,
    .sec_topics .list_topics dl {
      display: table; }
    .sec_event .list_event dt.event,
    .sec_event .list_topics dt.event,
    .sec_topics .list_event dt.event,
    .sec_topics .list_topics dt.event {
      display: table-cell;
      float: left;
      width: 153px;
      padding: 10px 16px;
      background-color: white;
      margin: 0 5px 4px 0;
      font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal;
      font-weight: bold;
      color: #333333;
      border-bottom: solid 2px #329F52;
      position: relative;
      font-size: 1.4rem; }
    .sec_event .list_event dt.event:after,
    .sec_event .list_topics dt.event:after,
    .sec_topics .list_event dt.event:after,
    .sec_topics .list_topics dt.event:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 2px white;
      bottom: -2px;
      width: 90%; }
    .sec_event .list_event dd.event,
    .sec_event .list_topics dd.event,
    .sec_topics .list_event dd.event,
    .sec_topics .list_topics dd.event {
      float: left;
      width: 705px;
      margin: 0 0 5px; }
      .sec_event .list_event dd.event a,
      .sec_event .list_topics dd.event a,
      .sec_topics .list_event dd.event a,
      .sec_topics .list_topics dd.event a {
        color: #329F52;
        display: block;
        background-color: white;
        padding: 11px 17px;
        transition: .3s; }
        .sec_event .list_event dd.event a:before,
        .sec_event .list_topics dd.event a:before,
        .sec_topics .list_event dd.event a:before,
        .sec_topics .list_topics dd.event a:before {
          font-family: 'FontAwesome';
          padding-right: 8px;
          content: '\f0da';
          color: #329F52; }
        .sec_event .list_event dd.event a:hover,
        .sec_event .list_topics dd.event a:hover,
        .sec_topics .list_event dd.event a:hover,
        .sec_topics .list_topics dd.event a:hover {
          opacity: 1;
          background-color: #E6F3E8; }
    .sec_event .list_event dt.topics,
    .sec_event .list_topics dt.topics,
    .sec_topics .list_event dt.topics,
    .sec_topics .list_topics dt.topics {
      display: table-cell;
      float: left;
      width: 153px;
      padding: 10px 16px;
      background-color: white;
      margin: 0 5px 4px 0;
      font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: normal;
      font-weight: bold;
      color: #333333;
      border-bottom: solid 2px #2DAC9A;
      position: relative;
      font-size: 1.4rem; }
    .sec_event .list_event dt.topics:after,
    .sec_event .list_topics dt.topics:after,
    .sec_topics .list_event dt.topics:after,
    .sec_topics .list_topics dt.topics:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 2px white;
      bottom: -2px;
      width: 90%; }
    .sec_event .list_event dd.topics,
    .sec_event .list_topics dd.topics,
    .sec_topics .list_event dd.topics,
    .sec_topics .list_topics dd.topics {
      float: left;
      width: 705px;
      margin: 0 0 5px; }
      .sec_event .list_event dd.topics a,
      .sec_event .list_topics dd.topics a,
      .sec_topics .list_event dd.topics a,
      .sec_topics .list_topics dd.topics a {
        color: #2DAC9A;
        display: block;
        background-color: white;
        padding: 11px 17px;
        transition: .3s; }
        .sec_event .list_event dd.topics a:before,
        .sec_event .list_topics dd.topics a:before,
        .sec_topics .list_event dd.topics a:before,
        .sec_topics .list_topics dd.topics a:before {
          font-family: 'FontAwesome';
          padding-right: 8px;
          content: '\f0da';
          color: #2DAC9A; }
        .sec_event .list_event dd.topics a:hover,
        .sec_event .list_topics dd.topics a:hover,
        .sec_topics .list_event dd.topics a:hover,
        .sec_topics .list_topics dd.topics a:hover {
          opacity: 1;
          background-color: #DBEEEB; }
  .sec_event .btn_more_01,
  .sec_topics .btn_more_01 {
    text-align: center;
    display: block;
    padding: 15px;
    background-color: white;
    width: 160px;
    margin: 30px auto 0;
    border: 1px solid #329F52;
    color: #329F52;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-weight: 500;
    transition: all .3s; }
    .sec_event .btn_more_01:hover,
    .sec_topics .btn_more_01:hover {
      opacity: 1;
      background-color: #329F52;
      color: white; }

.sec_topics {
  width: 100%;
  height: auto;
  padding: 80px 0 50px;
  background: #E2E2E2; }
  .sec_topics .list_topics {
    width: 870px;
    margin: 0 auto; }
  .sec_topics .btn_more_02 {
    text-align: center;
    display: block;
    padding: 15px;
    background-color: #fff;
    width: 160px;
    margin: 30px auto 0;
    border: 1px solid #2DAC9A;
    color: #2DAC9A;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-weight: 500;
    transition: all .3s; }
    .sec_topics .btn_more_02:hover {
      opacity: 1;
      background-color: #2DAC9A;
      color: white; }

.sec_bnr_top {
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin: 0 auto; }
  .sec_bnr_top ul.list_bnr_top {
    width: 825px;
    margin: 0 auto; }
    .sec_bnr_top ul.list_bnr_top li {
      float: left; }
      .sec_bnr_top ul.list_bnr_top li .link_bnr_top {
        margin: 0 29px;
        width: 216px;
        display: block;
        height: 160px;
        transition: all .3s; }
        .sec_bnr_top ul.list_bnr_top li .link_bnr_top:hover {
          opacity: .7; }

.contents_page-entry {
  width: 780px;
  margin: auto;
  float: left;
  background: #fff;
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 80px 50px 60px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .contents_page-entry .ttl_page {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 2.9rem;
    margin-bottom: 60px; }

.wrap_list_breadcrumb {
  border-top: 2px solid #f0f0f0; }
  .wrap_list_breadcrumb .list_breadcrumb {
    width: 1050px;
    margin: auto;
    padding: 15px 0;
    font-size: 12px; }

body.page .bg_ttl .ttl_page-title {
  padding-left: 50px; }

body.archive .bg_ttl .ttl_page-title,
body.single .bg_ttl .ttl_page-title {
  padding-left: 100px; }

.bg_ttl {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .bg_ttl .inner {
    position: relative;
    height: 100%;
    z-index: 3; }
  .bg_ttl .ttl_page-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 3.5rem;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px; }
  .bg_ttl img {
    vertical-align: bottom;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 300%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-filter: blur(5px);
    filter: blur(5px); }

@media all and (-ms-high-contrast: none) {
  @supports (object-fit: cover) {
    .bg_ttl img {
      position: static;
      height: 100%;
      width: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      -ms-transform: none;
      -moz-transform: none;
      -webkit-transform: none;
      transform: none; } } }
.area_ttl_page-title {
  width: 100%;
  background: #f4f4f4; }
  .area_ttl_page-title .inner {
    position: relative;
    height: 200px; }
  .area_ttl_page-title .ttl_page-title {
    width: 1050px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px; }

.nav_local {
  background: #fff;
  position: relative; }
  .nav_local h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #fff;
    background: #27986D;
    font-size: 1.8rem; }
  .nav_local li {
    position: relative;
    line-height: 1.3; }
    .nav_local li.current-menu-item {
      background: #f7f7f7;
      color: #30b67d; }
    .nav_local li:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background: #31B67D;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2; }
    .nav_local li:after {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      border: 1px solid;
      border-color: #fff #fff transparent transparent;
      left: 17px;
      top: 50%;
      z-index: 3;
      transform: translateY(-50%) rotate(45deg); }
    .nav_local li a {
      padding: 20px 0 20px 40px;
      display: block;
      color: #31B67D;
      font-size: 1.4rem;
      transition: all .3s;
      position: relative; }
      .nav_local li a[target="_blank"]:after {
        font-family: FontAwesome;
        content: "\f08e";
        margin-left: 4px; }
      .nav_local li a:hover {
        background: #f7f7f7; }

.banner_sidebar li a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #E0F4E9;
  color: #5CC59A;
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  transition: .3s; }
  .banner_sidebar li a:hover {
    opacity: .7; }
  .banner_sidebar li a img {
    margin: 0 20px; }
.banner_sidebar li:not(:last-child) {
  margin-bottom: 15px; }

.contents_notfound h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 64px; }
.contents_notfound p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 56px; }

.contents_notfound_searchbox h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 56px; }
.contents_notfound_searchbox form {
  width: 400px;
  margin: 0 auto;
  overflow: auto;
  margin-top: 24px;
  margin-bottom: 64px; }
.contents_notfound_searchbox input {
  box-sizing: border-box;
  float: left; }
.contents_notfound_searchbox .search_input {
  width: 80%;
  border: 1px solid #aaa;
  padding: 8px;
  font-size: 1.4rem; }
.contents_notfound_searchbox .search_submit {
  width: 20%;
  height: 39px;
  cursor: pointer;
  border: 1px solid #aaa;
  border-left: none;
  background: #fff; }

body.archive .contents_page-entry,
body.search .contents_page-entry {
  width: 100%;
  padding: 100px; }

body.search .content {
  margin-top: -50px !important; }

.list_qa > li {
  position: relative; }
  .list_qa > li.active:after {
    transform: rotate(0); }
  .list_qa > li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    top: 35px;
    right: 30px;
    z-index: 1; }
  .list_qa > li:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #333;
    top: 35px;
    transform: rotate(90deg);
    right: 30px;
    transition: .3s; }
  .list_qa > li:last-child > p {
    border-bottom: 1px solid #d1d1d1; }
  .list_qa > li > p {
    padding: 20px 60px;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    position: relative;
    background: #fbfbfb; }
    .list_qa > li > p:before {
      position: absolute;
      content: "Q";
      color: #30b67d;
      font-size: 2rem;
      top: 50%;
      transform: translateY(-50%);
      left: 30px; }
  .list_qa > li .content_qa {
    padding: 20px 60px;
    display: none;
    position: relative; }
    .list_qa > li .content_qa:before {
      position: absolute;
      content: "A";
      font-size: 2rem;
      top: 20px;
      left: 30px; }
    .list_qa > li .content_qa ul {
      margin: 0 0 20px 1.5em;
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      .list_qa > li .content_qa ul li {
        position: relative; }
        .list_qa > li .content_qa ul li:before {
          content: "";
          position: absolute;
          width: 3px;
          height: 3px;
          background: #000;
          border-radius: 50px;
          top: 12px;
          left: -14px; }
    .list_qa > li .content_qa ol {
      list-style: decimal;
      margin: 0 0 20px 1.5em;
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .list_qa > li .content_qa a {
      transition: all .3s;
      color: #30B67D; }
      .list_qa > li .content_qa a:hover {
        text-decoration: underline; }

.list_post-entry li {
  list-style: none;
  border-top: 1px solid #d1d1d1; }
  .list_post-entry li:last-child {
    border-bottom: 1px solid #d1d1d1; }
  .list_post-entry li a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding: 30px;
    transition: all .3s; }
    .list_post-entry li a:hover {
      background: #f7f7f7; }
    .list_post-entry li a time {
      border-right: 3px solid #2dac9a;
      margin-right: 30px;
      padding-right: 30px;
      font-size: 1.5rem;
      width: 180px;
      font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 600; }
    .list_post-entry li a p {
      font-size: 1.5rem;
      width: 570px;
      font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body.single .contents_page-entry {
  width: 100%;
  padding: 100px 100px 50px; }

.nav_post-around {
  padding: 20px 50px;
  width: 1050px;
  margin: auto;
  background: #fff;
  overflow: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .nav_post-around .nav_next {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box; }
    .nav_post-around .nav_next a {
      color: #999;
      font-size: 1.4rem; }
  .nav_post-around .nav_prev {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box; }
    .nav_post-around .nav_prev a {
      color: #999;
      font-size: 1.4rem; }

.list_pager {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px; }
  .list_pager span {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin: 0 1px;
    background: #27986d;
    border-radius: 0;
    color: #fff;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    margin: 0 1px; }
  .list_pager a {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin: 0 1px;
    color: #27986d;
    background: #f7f7f7;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    margin: 0 1px; }
    .list_pager a i {
      color: #27986d;
      font-size: 20px; }
    .list_pager a:hover {
      background: #27986d;
      color: #fff; }
      .list_pager a:hover i {
        color: #fff; }

.recruit .txt_left {
  width: 200px;
  float: left; }
.recruit .txt_right {
  float: left;
  width: calc(100% - 200px); }
.recruit ul {
  clear: both; }
.recruit p,
.recruit li {
  margin-bottom: 0 !important; }
.recruit li:before {
  content: none !important; }

.activity_intro_tabel th {
  width: 100px !important; }

.sec_news {
  background-color: #e6f3e8;
  padding: 40px 0; }
  .sec_news ul {
    margin: 0 auto;
    width: 1050px;
    background-color: #e6f3e8; }
    .sec_news ul li {
      margin-top: 15px;
      background-color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .sec_news ul li:first-child {
        margin-top: 0; }
      .sec_news ul li .title {
        text-align: center;
        width: 200px;
        padding: 20px; }
        .sec_news ul li .title a {
          text-decoration: none;
          color: #329f52; }
      .sec_news ul li .text-01, .sec_news ul li .text-02 {
        width: 100%;
        padding: 15px 20px;
        border-left: 5px solid #e6f3e8;
        box-sizing: border-box; }
        .sec_news ul li .text-01 a, .sec_news ul li .text-02 a {
          text-decoration: none;
          color: #329f52; }
      .sec_news ul li .text-02 {
        width: calc(100% - 205px); }

/*# sourceMappingURL=style.css.map */
