@charset "UTF-8";
/*----------------------------------------------------
	☆news
----------------------------------------------------*/
.newsPage .sec01 .newsStyle > li {
  width: 100%;
  font-size: 0;
  width: 23.5%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .newsPage .sec01 .newsStyle > li {
      width: 50%;
      margin: -1px 0 0 0; } }
  .newsPage .sec01 .newsStyle > li:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .newsPage .sec01 .newsStyle > li:nth-child(odd) {
      border-right: 0 !important; } }
  @media screen and (max-width: 768px) {
    .newsPage .sec01 .newsStyle > li.last {
      border-right: 1px solid #ddd !important; } }
.newsPage.detail .sec01 .detailTtlArea {
  width: 100%;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eee; }
  @media screen and (max-width: 768px) {
    .newsPage.detail .sec01 .detailTtlArea {
      margin-bottom: 30px; } }
  .newsPage.detail .sec01 .detailTtlArea .day {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    margin-right: 10px; }
  .newsPage.detail .sec01 .detailTtlArea .cate {
    font-size: 1.3rem;
    color: #29a66d;
    line-height: 1;
    padding: 4px 6px;
    border: 1px solid #29a66d;
    display: inline-block;
    vertical-align: middle; }
  .newsPage.detail .sec01 .detailTtlArea .kijiTtl {
    display: block;
    font-size: 2.6rem;
    line-height: 1.7;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .newsPage.detail .sec01 .detailTtlArea .kijiTtl {
        font-size: 1.8rem; } }

/*----------------------------------------------------
	☆guidelinePage
----------------------------------------------------*/
.guidelinePage .sec01 .nav .navList {
  font-size: 0;
  width: 100%;
  margin-bottom: 50px; }
  .guidelinePage .sec01 .nav .navList > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 20px;
    border: 1px solid #29a66d;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .guidelinePage .sec01 .nav .navList > li {
        font-size: 1.4rem;
        padding: 15px; } }
    .guidelinePage .sec01 .nav .navList > li.last {
      margin-left: 2%; }
    .guidelinePage .sec01 .nav .navList > li.current {
      border: 1px solid #111;
      background-color: #111;
      color: #fff; }
.guidelinePage .sec01 .tab .bnrArea {
  max-width: 550px;
  width: 100%;
  margin: 0 auto; }
  .guidelinePage .sec01 .tab .bnrArea a {
    display: block;
    border: 1px solid #ddd;
    padding: 30px 20px;
    text-align: center; }
    .guidelinePage .sec01 .tab .bnrArea a:hover {
      opacity: 0.7; }
    .guidelinePage .sec01 .tab .bnrArea a img {
      max-width: 288px;
      width: 100%; }
.guidelinePage .sec01 .tab table.tblStyle_01 {
  table-layout: auto; }
  .guidelinePage .sec01 .tab table.tblStyle_01 tr th, .guidelinePage .sec01 .tab table.tblStyle_01 tr td {
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .guidelinePage .sec01 .tab table.tblStyle_01 tr th, .guidelinePage .sec01 .tab table.tblStyle_01 tr td {
        font-size: 1.3rem; } }
  .guidelinePage .sec01 .tab table.tblStyle_01 tr th {
    width: 25%; }
@media screen and (max-width: 768px) {
  .guidelinePage .sec01 .cmn03_btn.original > li {
    width: 100%;
    margin: 0 0 10px; } }
@media screen and (max-width: 768px) {
  .guidelinePage .ancList > li {
    width: 100%;
    margin: 0 0 10px; } }
.guidelinePage .wrap.top60 {
  margin-top: 70px !important; }
.guidelinePage .tblStyle_01.top40 {
  margin-top: 30px !important; }

/*----------------------------------------------------
	☆closing
----------------------------------------------------*/
.closingPage .sec01 .pdfList > li a {
  display: block;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .closingPage .sec01 .pdfList > li a {
      padding: 12px 0; } }
  .closingPage .sec01 .pdfList > li a span {
    font-size: 1.5rem;
    background: url("/lib/cmn_img/icon_pdf_gr.png") no-repeat top 5px left/17px 17px;
    padding-left: 24px;
    line-height: 1.7;
    display: inline-block;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    @media screen and (max-width: 768px) {
      .closingPage .sec01 .pdfList > li a span {
        font-size: 1.4rem; } }
  .closingPage .sec01 .pdfList > li a:hover {
    background: #f1f1f1;
    padding-left: 18px; }
.closingPage .sec01 .pdfList > li.last a {
  border-bottom: 1px solid #ddd; }
.closingPage .sec01 .ttlStyle_03 {
  margin-bottom: 5px; }
.closingPage .sec01 .accWrap {
  margin-top: 30px; }
  .closingPage .sec01 .accWrap .accordion dt {
    width: 100%;
    line-height: 1.7;
    padding: 16px 40px 16px 20px;
    background-color: #29a66d;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    @media screen and (max-width: 768px) {
      .closingPage .sec01 .accWrap .accordion dt {
        font-size: 1.4rem;
        padding: 14px 25px 14px 15px; } }
    .closingPage .sec01 .accWrap .accordion dt::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      background: url("/lib/cmn_img/arw_b.png") no-repeat center center/cover;
      margin-top: -3px;
      width: 11px;
      height: 6px;
      transition: all .3s ease-in-out; }
      @media screen and (max-width: 768px) {
        .closingPage .sec01 .accWrap .accordion dt::before {
          right: 10px; } }
    .closingPage .sec01 .accWrap .accordion dt.active::before {
      transform: rotateX(180deg); }
  .closingPage .sec01 .accWrap .accordion dd {
    display: none;
    padding-bottom: 30px; }
.closingPage .sec01 .wrap {
  margin-top: 80px; }
  @media screen and (max-width: 768px) {
    .closingPage .sec01 .wrap {
      margin-top: 60px; } }
  .closingPage .sec01 .wrap .wrapInr {
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .closingPage .sec01 .wrap .wrapInr {
        padding: 0; } }
    .closingPage .sec01 .wrap .wrapInr .pdfList > li:nth-child(1) a {
      border-top: none; }

/*----------------------------------------------------
	☆volunteerPage
----------------------------------------------------*/
.volunteerPage .sec01 {
  width: calc(100% - 60px);
  margin: 0 auto;
  background: url("/lib/cmn_img/volunteer/ptn01.png");
  padding: 10px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .volunteerPage .sec01 {
      width: calc(100% - 20px);
      padding: 5px; } }
  .volunteerPage .sec01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("/lib/cmn_img/volunteer/item01.png") no-repeat center center/cover;
    width: 186px;
    height: 137px; }
    @media screen and (max-width: 768px) {
      .volunteerPage .sec01::before {
        width: 93px;
        height: 67px; } }
  .volunteerPage .sec01::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("/lib/cmn_img/volunteer/item02.png") no-repeat center center/cover;
    width: 185px;
    height: 134px; }
    @media screen and (max-width: 768px) {
      .volunteerPage .sec01::after {
        width: 92px;
        height: 67px; } }
  .volunteerPage .sec01 .sec01Inr {
    background-color: #ffe347;
    padding: 60px 0 100px;
    text-align: center;
    background-image: url("/lib/cmn_img/volunteer/img02.png"), url("/lib/cmn_img/volunteer/img03.png");
    background-repeat: no-repeat;
    background-position: left 5% top 120px , right 5% top 120px; }
    @media screen and (max-width: 768px) {
      .volunteerPage .sec01 .sec01Inr {
        padding: 50px 0 60px;
        background-image: none; } }
    .volunteerPage .sec01 .sec01Inr .mainImg {
      max-width: 448px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      text-align: center; }
    .volunteerPage .sec01 .sec01Inr .txArea {
      background: url("/lib/cmn_img/volunteer/ptn02.png") repeat center top 1px;
      text-align: center;
      margin: 40px auto 0 auto;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .volunteerPage .sec01 .sec01Inr .txArea {
          background-image: url("/lib/cmn_img/volunteer/ptn02_sp.png"); } }
      .volunteerPage .sec01 .sec01Inr .txArea .tx {
        font-size: 1.6rem;
        line-height: 3.3;
        letter-spacing: 0.05em;
        padding-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .volunteerPage .sec01 .sec01Inr .txArea .tx {
            text-align: left;
            font-size: 1.4rem;
            text-align: left;
            line-height: 2.91; } }
    .volunteerPage .sec01 .sec01Inr .tblArea {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .volunteerPage .sec01 .sec01Inr .tblArea {
          margin-top: 60px; } }
      .volunteerPage .sec01 .sec01Inr .tblArea table tr th, .volunteerPage .sec01 .sec01Inr .tblArea table tr td {
        word-wrap: break-word;
        overflow-wrap: break-word; }
      .volunteerPage .sec01 .sec01Inr .tblArea table tr th {
        width: 42%;
        font-size: 0;
        text-align: left;
        padding: 30px 20px; }
        @media screen and (max-width: 768px) {
          .volunteerPage .sec01 .sec01Inr .tblArea table tr th {
            padding: 15px 10px; } }
        .volunteerPage .sec01 .sec01Inr .tblArea table tr th .img {
          width: 120px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            .volunteerPage .sec01 .sec01Inr .tblArea table tr th .img {
              width: 60px;
              margin-right: 15px;
              vertical-align: top; } }
        .volunteerPage .sec01 .sec01Inr .tblArea table tr th .txBox {
          width: calc(100% - 140px);
          display: inline-block;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .volunteerPage .sec01 .sec01Inr .tblArea table tr th .txBox {
              width: calc(100% - 75px);
              vertical-align: top; } }
          .volunteerPage .sec01 .sec01Inr .tblArea table tr th .txBox .name {
            font-size: 1.3rem; }
            @media screen and (max-width: 768px) {
              .volunteerPage .sec01 .sec01Inr .tblArea table tr th .txBox .name {
                font-size: 1.4rem; } }
          .volunteerPage .sec01 .sec01Inr .tblArea table tr th .txBox .tx {
            font-size: 1.3rem;
            margin-top: 5px; }
      .volunteerPage .sec01 .sec01Inr .tblArea table tr td {
        vertical-align: middle;
        font-size: 1.4rem;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          .volunteerPage .sec01 .sec01Inr .tblArea table tr td {
            font-size: 1.3rem; } }

/*----------------------------------------------------
	☆supportersPage
----------------------------------------------------*/
.supportersPage #container {
  padding-bottom: 0; }
.supportersPage .sec01 {
  background: url("/lib/cmn_img/supporters/bg01.jpg") no-repeat center center/cover; }
  .supportersPage .sec01 .inrM {
    font-size: 0; }
    .supportersPage .sec01 .inrM .txBox {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      margin-right: 4%; }
      @media screen and (max-width: 768px) {
        .supportersPage .sec01 .inrM .txBox {
          width: 100%;
          margin: 0 0 25px; } }
      .supportersPage .sec01 .inrM .txBox .tx {
        font-size: 1.5rem;
        line-height: 2.3; }
        @media screen and (max-width: 768px) {
          .supportersPage .sec01 .inrM .txBox .tx {
            font-size: 1.4rem; } }
    .supportersPage .sec01 .inrM .tblBox {
      width: 48%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .supportersPage .sec01 .inrM .tblBox {
          width: 100%; }
          .supportersPage .sec01 .inrM .tblBox .tblStyle_01 th, .supportersPage .sec01 .inrM .tblBox .tblStyle_01 td {
            display: table-cell; } }
      .supportersPage .sec01 .inrM .tblBox table tr th, .supportersPage .sec01 .inrM .tblBox table tr td {
        text-align: left;
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .supportersPage .sec01 .inrM .tblBox table tr th, .supportersPage .sec01 .inrM .tblBox table tr td {
            font-size: 1.3rem; } }
      .supportersPage .sec01 .inrM .tblBox table tr th {
        width: 30% !important; }
.supportersPage .sec02 .grayBoxStyle .ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .supportersPage .sec02 .grayBoxStyle .ttl {
      font-size: 1.6rem; } }
.supportersPage .sec02 .grayBoxStyle .infoList > li {
  font-size: 1.4rem;
  margin: 8px 0; }
  @media screen and (max-width: 768px) {
    .supportersPage .sec02 .grayBoxStyle .infoList > li {
      font-size: 1.3rem; } }
.supportersPage .sec03 {
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .supportersPage .sec03 {
      padding-bottom: 100px; } }
  .supportersPage .sec03 .inrM {
    font-size: 0; }
    .supportersPage .sec03 .inrM .txBox {
      width: 70%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .supportersPage .sec03 .inrM .txBox {
          width: 100%;
          margin-bottom: 25px; } }
      .supportersPage .sec03 .inrM .txBox .tx {
        font-size: 1.5rem; }
        @media screen and (max-width: 768px) {
          .supportersPage .sec03 .inrM .txBox .tx {
            font-size: 1.4rem; } }
    .supportersPage .sec03 .inrM .imgBox {
      width: 30%;
      text-align: center;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .supportersPage .sec03 .inrM .imgBox {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .supportersPage .sec03 .inrM .imgBox img {
          max-width: 300px;
          width: 100%; } }
    .supportersPage .sec03 .inrM .map {
      border: 2px solid #ddd;
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .supportersPage .sec03 .inrM .map {
          margin-top: 50px; } }

/*----------------------------------------------------
	☆facliityPage
----------------------------------------------------*/
.facliityPage .sec01 .faStyle > li {
  padding: 80px 20px; }
  @media screen and (max-width: 768px) {
    .facliityPage .sec01 .faStyle > li {
      padding: 35px 15px;
      width: 100%;
      margin: 0 0 20px; } }
  .facliityPage .sec01 .faStyle > li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    z-index: 1; }
  .facliityPage .sec01 .faStyle > li .btnStyle_01 a {
    background-color: #29a66d;
    border: none; }
  .facliityPage .sec01 .faStyle > li .txBox .name {
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .facliityPage .sec01 .faStyle > li .txBox .name {
        font-size: 1.6rem; } }
  .facliityPage .sec01 .faStyle > li:hover .btnStyle_01 a {
    background-color: #111; }

/*----------------------------------------------------
	☆facliityDetailPage
----------------------------------------------------*/
.facliityDetailPage .sec01 .inrLL {
  position: relative;
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 768px) {
    .facliityDetailPage .sec01 .inrLL {
      width: 100%; } }
  .facliityDetailPage .sec01 .inrLL .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 52%; }
    @media screen and (max-width: 768px) {
      .facliityDetailPage .sec01 .inrLL .imgBox {
        width: calc(100% - 20px);
        position: static; } }
    .facliityDetailPage .sec01 .inrLL .imgBox span {
      width: 100%;
      padding-top: 66.6%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      display: block; }
  .facliityDetailPage .sec01 .inrLL .txBox {
    width: 52%;
    float: right;
    background-color: #ebf8f2;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .facliityDetailPage .sec01 .inrLL .txBox {
        width: calc(100% - 20px);
        margin-top: -20px; } }
    .facliityDetailPage .sec01 .inrLL .txBox .wrap {
      width: 100%;
      padding-top: 66.6%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .facliityDetailPage .sec01 .inrLL .txBox .wrap {
          padding: 30px 15px; } }
      .facliityDetailPage .sec01 .inrLL .txBox .wrap .in {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -55%);
        width: 80%;
        margin: 0 auto;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .facliityDetailPage .sec01 .inrLL .txBox .wrap .in {
            position: static;
            width: 100%;
            transform: translate(0, 0); } }
        .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .num {
          font-size: 2.2rem;
          line-height: 1;
          position: relative;
          margin-bottom: 40px; }
          @media screen and (max-width: 768px) {
            .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .num {
              font-size: 1.6rem;
              margin-bottom: 20px; } }
          .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .num::before {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 50%;
            width: 30px;
            height: 2px;
            margin-left: -15px;
            background-color: #29a66d; }
            @media screen and (max-width: 768px) {
              .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .num::before {
                bottom: -10px; } }
        .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .name {
          font-size: 3.2rem;
          letter-spacing: 0.08em;
          font-weight: 300;
          line-height: 1.6; }
          @media screen and (max-width: 768px) {
            .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .name {
              font-size: 2.2rem; } }
        .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .day {
          font-size: 1.6rem;
          line-height: 1;
          padding: 8px 16px;
          background-color: #fff;
          margin-top: 25px;
          display: inline-block;
          letter-spacing: 0.08em; }
          @media screen and (max-width: 768px) {
            .facliityDetailPage .sec01 .inrLL .txBox .wrap .in .day {
              font-size: 1.3rem;
              margin-top: 15px; } }
.facliityDetailPage .sec02 .introArea {
  background: url("/lib/cmn_img/facility/item01.png") no-repeat center center/100% auto; }
  .facliityDetailPage .sec02 .introArea .tx {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.4;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .facliityDetailPage .sec02 .introArea .tx {
        font-size: 1.4rem;
        text-align: left; } }
.facliityDetailPage .sec02 .grayBoxStyle {
  margin-top: 80px; }
  .facliityDetailPage .sec02 .grayBoxStyle .infoList > li {
    padding-left: 16px;
    position: relative;
    font-size: 1.5rem;
    margin: 2px 0; }
    @media screen and (max-width: 768px) {
      .facliityDetailPage .sec02 .grayBoxStyle .infoList > li {
        font-size: 1.3rem; } }
    .facliityDetailPage .sec02 .grayBoxStyle .infoList > li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      background: #29a66d;
      width: 9px;
      height: 9px;
      border-radius: 10px; }
.facliityDetailPage .sec03 .tblStyle_01 th, .facliityDetailPage .sec03 .tblStyle_01 td {
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .facliityDetailPage .sec03 .tblStyle_01 th, .facliityDetailPage .sec03 .tblStyle_01 td {
      font-size: 1.3rem; } }
.facliityDetailPage .sec03 .tblStyle_01 th {
  text-align: left;
  width: 20%; }
.facliityDetailPage .sec03 .map {
  margin-top: 50px; }
.facliityDetailPage .sec03 .btnStyle_01 {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    .facliityDetailPage .sec03 .btnStyle_01 a {
      font-size: 1.3rem; } }
@media screen and (max-width: 768px) {
  .facliityDetailPage .sec03 .btn2Cml.w70 {
    width: 100% !important; } }
@media screen and (max-width: 768px) {
  .facliityDetailPage .sec03 .btn2Cml > li:nth-child(2) {
    margin-top: 0; } }
.facliityDetailPage .cmnLink {
  width: 100%;
  background-color: #ebf8f2;
  padding: 50px 0;
  margin-top: 80px; }
  .facliityDetailPage .cmnLink .ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .facliityDetailPage .cmnLink .ttl {
        font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    .facliityDetailPage .cmnLink .cmn03_btn > li {
      width: 100% !important;
      margin: 0 0 10px 0 !important; } }
  .facliityDetailPage .cmnLink .cmn03_btn > li > a {
    display: block;
    background-color: #fff;
    font-size: 0;
    position: relative; }
    .facliityDetailPage .cmnLink .cmn03_btn > li > a::before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 8px 8px;
      border-color: transparent transparent #29a66d transparent; }
    .facliityDetailPage .cmnLink .cmn03_btn > li > a .img {
      width: 33%;
      display: inline-block;
      vertical-align: middle;
      padding-top: 33%;
      background: no-repeat center center / cover; }
      @media screen and (max-width: 768px) {
        .facliityDetailPage .cmnLink .cmn03_btn > li > a .img {
          width: 28%;
          padding-top: 28%; } }
    .facliityDetailPage .cmnLink .cmn03_btn > li > a .txBox {
      width: 67%;
      display: inline-block;
      vertical-align: middle;
      padding: 20px; }
      @media screen and (max-width: 768px) {
        .facliityDetailPage .cmnLink .cmn03_btn > li > a .txBox {
          width: 72%;
          padding-top: 0;
          padding-bottom: 0; } }
      .facliityDetailPage .cmnLink .cmn03_btn > li > a .txBox .name {
        font-size: 1.4rem;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .facliityDetailPage .cmnLink .cmn03_btn > li > a .txBox .name {
            font-size: 1.3rem; } }
    .facliityDetailPage .cmnLink .cmn03_btn > li > a:hover {
      opacity: 0.8; }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(1) > a .img {
    background-image: url("../cmn_img/facility/fa01.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(2) > a .img {
    background-image: url("../cmn_img/facility/fa02.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(3) > a .img {
    background-image: url("../cmn_img/facility/fa03.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(4) > a .img {
    background-image: url("../cmn_img/facility/fa04.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(5) > a .img {
    background-image: url("../cmn_img/facility/fa05.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(6) > a .img {
    background-image: url("../cmn_img/facility/fa06.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(7) > a .img {
    background-image: url("../cmn_img/facility/fa07.jpg"); }
  .facliityDetailPage .cmnLink .cmn03_btn > li:nth-child(8) > a .img {
    background-image: url("../cmn_img/facility/fa08.jpg"); }

/*----------------------------------------------------
	☆contactPage
----------------------------------------------------*/
.contactPage .tblStyle_01 .radioList > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px; }
.contactPage .tblStyle_01 tr th {
  text-align: left;
  font-size: 1.4rem; }

/*----------------------------------------------------
	☆corporatePage
----------------------------------------------------*/
.corporatePage .sec01 .nmlTx {
  line-height: 2.4; }
@media screen and (max-width: 768px) {
  .corporatePage .sec01 .cmn02_nml > li {
    margin: 0; } }
.corporatePage .sec03 table.tblStyle_02 tr:nth-child(odd) th, .corporatePage .sec03 table.tblStyle_02 tr:nth-child(odd) td {
  background-color: #eee;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .corporatePage .sec03 table.tblStyle_02 tr:nth-child(odd) th, .corporatePage .sec03 table.tblStyle_02 tr:nth-child(odd) td {
      font-size: 1.3rem; } }

/*----------------------------------------------------
	☆philosophyPage
----------------------------------------------------*/
.philosophyPage .breadcrumb {
  margin-top: 85px; }
  @media screen and (max-width: 768px) {
    .philosophyPage .breadcrumb {
      margin-top: 30px; } }
.philosophyPage #container {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    .philosophyPage #container {
      padding-top: 60px; } }
.philosophyPage .secTtl {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 300;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .philosophyPage .secTtl {
      font-size: 2.2rem; } }
  .philosophyPage .secTtl span {
    display: block;
    font-size: 1.2rem;
    color: #aaa; }
.philosophyPage .mainArea {
  max-width: 1680px;
  margin: 25px auto 0 auto;
  padding: 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .philosophyPage .mainArea {
      padding: 0 20px; } }
  .philosophyPage .mainArea .bg {
    background: url("/lib/cmn_img/company/philosophy/img01.jpg") no-repeat center center/cover;
    width: 100%;
    height: 550px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .philosophyPage .mainArea .bg {
        height: auto;
        padding: 30px 0 50px;
        height: 250px; } }
  .philosophyPage .mainArea .secTtl {
    position: absolute;
    top: 60px;
    left: 120px;
    width: 200px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .philosophyPage .mainArea .secTtl {
        position: static;
        text-align: center;
        margin: 0 auto; } }
    .philosophyPage .mainArea .secTtl span {
      color: #fff; }
  .philosophyPage .mainArea .mainImg {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 792px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .philosophyPage .mainArea .mainImg {
        width: 400px;
        margin-left: 15px;
        top: 130px; } }
.philosophyPage .sec01 {
  background: url("/lib/cmn_img/company/philosophy/img03.png") no-repeat center center/100% auto; }
  @media screen and (max-width: 768px) {
    .philosophyPage .sec01 {
      background-size: 140% auto;
      overflow: hidden; } }
  .philosophyPage .sec01 .tx {
    margin-top: 50px;
    font-size: 1.7rem;
    letter-spacing: 0.12em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .philosophyPage .sec01 .tx {
        font-size: 1.4rem;
        margin-top: 30px; } }
    .philosophyPage .sec01 .tx span.green {
      color: #29a66d; }
    .philosophyPage .sec01 .tx.first {
      margin-top: 30px; }

/*----------------------------------------------------
	☆sitePage
----------------------------------------------------*/
.sitePage .sec01 .tblStyle_02 tr:nth-child(odd) th, .sitePage .sec01 .tblStyle_02 tr:nth-child(odd) td {
  background-color: #eee; }
.sitePage .sec01 .tblStyle_02 tr th {
  width: 20%;
  font-size: 1.4rem; }
.sitePage .sec01 .tblStyle_02 tr:nth-child(1) td, .sitePage .sec01 .tblStyle_02 tr:nth-child(4) td, .sitePage .sec01 .tblStyle_02 tr:nth-child(5) td, .sitePage .sec01 .tblStyle_02 tr:nth-child(6) td, .sitePage .sec01 .tblStyle_02 tr:nth-child(7) td, .sitePage .sec01 .tblStyle_02 tr:nth-child(9) td {
  padding: 5px !important; }
.sitePage .sec01 .tblStyle_02 .link01 {
  text-decoration: underline; }
  .sitePage .sec01 .tblStyle_02 .link01:hover {
    text-decoration: none; }
.sitePage .sec01 .tblStyle_02 .link02 {
  text-decoration: underline;
  position: relative;
  padding-left: 11px; }
  .sitePage .sec01 .tblStyle_02 .link02::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #29a66d; }
  .sitePage .sec01 .tblStyle_02 .link02:hover {
    text-decoration: none; }
.sitePage .sec01 .tblStyle_02 .linkList > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 2.4; }
  @media screen and (max-width: 768px) {
    .sitePage .sec01 .tblStyle_02 .linkList > li {
      display: block;
      margin-right: 0; } }

/*----------------------------------------------------
	☆privacyPage
----------------------------------------------------*/
.privacyPage .sec01 .readTx {
  font-size: 1.5rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .privacyPage .sec01 .readTx {
      font-size: 1.3rem;
      text-align: left; } }
.privacyPage .sec01 .flWrap {
  margin-top: 30px;
  overflow: hidden;
  zoom: 1; }
  .privacyPage .sec01 .flWrap .flL {
    float: left; }
    @media screen and (max-width: 768px) {
      .privacyPage .sec01 .flWrap .flL {
        float: none; } }
  .privacyPage .sec01 .flWrap .flR {
    float: right;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .privacyPage .sec01 .flWrap .flR {
        float: none;
        margin-top: 15px;
        text-align: left; } }

/*----------------------------------------------------
	☆recruitTopPage
----------------------------------------------------*/
.recruitTopPage #container {
  padding-bottom: 0; }
.recruitTopPage .sec01 {
  width: 100%;
  background-image: url("/lib/cmn_img/recruit/img02.png"), url("/lib/cmn_img/recruit/bg.jpg");
  background-position: center top 50px,center center;
  background-repeat: no-repeat,no-repeat;
  background-size: 100% auto,cover;
  position: relative;
  padding-top: 80px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .recruitTopPage .sec01 {
      background-size: 150% auto , cover;
      padding-top: 60px; } }
  .recruitTopPage .sec01 .img01 {
    max-width: 435px;
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto; }
  .recruitTopPage .sec01 .tx01 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2.2;
    text-align: center;
    margin: 30px auto 50px; }
    @media screen and (max-width: 768px) {
      .recruitTopPage .sec01 .tx01 {
        font-size: 1.4rem;
        text-align: left; } }
  .recruitTopPage .sec01 .faStyle > li {
    padding: 100px 20px; }
    @media screen and (max-width: 768px) {
      .recruitTopPage .sec01 .faStyle > li {
        padding: 40px 20px; } }
    .recruitTopPage .sec01 .faStyle > li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      border: 1px solid #fff;
      z-index: 1; }
    .recruitTopPage .sec01 .faStyle > li:nth-child(1)::after {
      background-image: url("/lib/cmn_img/recruit/link01.jpg"); }
    .recruitTopPage .sec01 .faStyle > li:nth-child(2)::after {
      background-image: url("/lib/cmn_img/recruit/link02.jpg"); }
    .recruitTopPage .sec01 .faStyle > li .txBox .name {
      font-size: 2.2rem; }
      @media screen and (max-width: 768px) {
        .recruitTopPage .sec01 .faStyle > li .txBox .name {
          font-size: 1.8rem; } }
    .recruitTopPage .sec01 .faStyle > li .txBox .btnStyle_01 > a {
      background-color: #29a66d;
      border: 1px solid #29a66d; }
  .recruitTopPage .sec01 .bnrAera {
    width: 100%;
    background-color: #eee;
    margin-top: 80px;
    padding: 40px 0; }
    @media screen and (max-width: 768px) {
      .recruitTopPage .sec01 .bnrAera {
        margin-top: 60px;
        padding: 30px 0; } }
    .recruitTopPage .sec01 .bnrAera .cmn03_nml {
      max-width: 930px;
      width: calc(100% - 40px);
      margin: 0 auto; }
      .recruitTopPage .sec01 .bnrAera .cmn03_nml > li {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .recruitTopPage .sec01 .bnrAera .cmn03_nml > li:nth-child(3) {
            width: 100%;
            margin: 0;
            margin-top: 3%; } }
        .recruitTopPage .sec01 .bnrAera .cmn03_nml > li:nth-child(3) a {
          display: block;
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            .recruitTopPage .sec01 .bnrAera .cmn03_nml > li:nth-child(3) a {
              padding: 15px 0; } }
          .recruitTopPage .sec01 .bnrAera .cmn03_nml > li:nth-child(3) a > div {
            display: table;
            width: 100%;
            height: 100%;
            text-align: center; }
            .recruitTopPage .sec01 .bnrAera .cmn03_nml > li:nth-child(3) a > div > p {
              display: table-cell;
              vertical-align: middle; }
        .recruitTopPage .sec01 .bnrAera .cmn03_nml > li a:hover {
          opacity: 0.7; }

/*----------------------------------------------------
	☆companyPage
----------------------------------------------------*/
.companyPage .sec01 .faStyle > li {
  padding: 100px 20px; }
  @media screen and (max-width: 768px) {
    .companyPage .sec01 .faStyle > li {
      padding: 40px 20px;
      width: 100% !important;
      display: block;
      margin: 10px 0; } }
  .companyPage .sec01 .faStyle > li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    z-index: 1; }
  .companyPage .sec01 .faStyle > li:nth-child(1)::after {
    background-image: url("/lib/cmn_img/company/img01.jpg"); }
  .companyPage .sec01 .faStyle > li:nth-child(2)::after {
    background-image: url("/lib/cmn_img/company/img02.jpg"); }
  .companyPage .sec01 .faStyle > li:nth-child(3)::after {
    background-image: url("/lib/cmn_img/company/img03.jpg"); }
  .companyPage .sec01 .faStyle > li .txBox .name {
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .companyPage .sec01 .faStyle > li .txBox .name {
        font-size: 1.8rem; } }
  .companyPage .sec01 .faStyle > li .txBox .btnStyle_01 > a {
    background-color: #29a66d;
    border: 1px solid #29a66d; }

/*----------------------------------------------------
	☆staffPage
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .staffPage .sec01 .ancList > li {
    width: 100% !important;
    display: block;
    margin: 0 0 10px; } }
.staffPage .sec01 .ancList > li > a {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .staffPage .sec01 .ancList > li > a {
      padding: 10px 20px; } }
  .staffPage .sec01 .ancList > li > a span {
    background-color: #29a66d;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    margin-right: 6px; }
    @media screen and (max-width: 768px) {
      .staffPage .sec01 .ancList > li > a span {
        font-size: 1.2rem;
        width: 110px;
        text-align: center;
        display: inline-block;
        padding: 5px; } }
.staffPage .sec02 .wrap {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .staffPage .sec02 .wrap {
      margin-top: 80px; } }
  .staffPage .sec02 .wrap .main {
    position: relative; }
    .staffPage .sec02 .wrap .main .img {
      width: 100%;
      height: 550px;
      background: no-repeat center center / cover; }
      @media screen and (max-width: 768px) {
        .staffPage .sec02 .wrap .main .img {
          height: auto;
          padding-top: 50%;
          background-position: left center; } }
    .staffPage .sec02 .wrap .main .txBox {
      position: absolute;
      top: 45%;
      right: 20%;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        .staffPage .sec02 .wrap .main .txBox {
          position: static;
          transform: translateY(0);
          width: 100%;
          text-align: center;
          margin-top: 30px; } }
      .staffPage .sec02 .wrap .main .txBox .copy.ttlStyle_01 {
        font-size: 3.2rem;
        line-height: 1.6;
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .main .txBox .copy.ttlStyle_01 {
            font-size: 2.0rem; } }
        .staffPage .sec02 .wrap .main .txBox .copy.ttlStyle_01 span.en {
          display: block;
          font-size: 1.4rem;
          color: #999;
          margin-bottom: 13px;
          letter-spacing: 0.1em; }
        .staffPage .sec02 .wrap .main .txBox .copy.ttlStyle_01 span.green {
          color: #29a66d; }
      .staffPage .sec02 .wrap .main .txBox .tx01 {
        font-size: 1.4rem;
        text-align: center;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .main .txBox .tx01 {
            font-size: 1.3rem; } }
        .staffPage .sec02 .wrap .main .txBox .tx01 span {
          font-size: 2.0rem;
          margin-right: 5px; }
          @media screen and (max-width: 768px) {
            .staffPage .sec02 .wrap .main .txBox .tx01 span {
              font-size: 1.6rem; } }
      .staffPage .sec02 .wrap .main .txBox .cateList {
        text-align: center;
        margin-top: 5px; }
        .staffPage .sec02 .wrap .main .txBox .cateList > li {
          display: inline-block;
          vertical-align: top;
          font-size: 1.4rem;
          margin: 0 3px;
          line-height: 1;
          padding: 2px 4px; }
          @media screen and (max-width: 768px) {
            .staffPage .sec02 .wrap .main .txBox .cateList > li {
              font-size: 1.3rem; } }
          .staffPage .sec02 .wrap .main .txBox .cateList > li.gr {
            color: #fff;
            background-color: #29a66d;
            border: 1px solid #29a66d; }
          .staffPage .sec02 .wrap .main .txBox .cateList > li.wh {
            background-color: #fff;
            border: 1px solid #ddd; }
  .staffPage .sec02 .wrap .greenBox {
    background-color: #ebf8f2;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    padding: 60px; }
    @media screen and (max-width: 768px) {
      .staffPage .sec02 .wrap .greenBox {
        margin-top: 30px;
        padding: 20px 15px; } }
    .staffPage .sec02 .wrap .greenBox .list > li {
      overflow: hidden;
      zoom: 1; }
      .staffPage .sec02 .wrap .greenBox .list > li .img {
        width: 35%; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .greenBox .list > li .img {
            width: 100%;
            text-align: center; } }
      .staffPage .sec02 .wrap .greenBox .list > li .txBox {
        width: 61%; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .greenBox .list > li .txBox {
            width: 100%;
            margin-top: 20px; } }
        .staffPage .sec02 .wrap .greenBox .list > li .txBox .ttl {
          font-size: 2.2rem;
          line-height: 1.7;
          padding-bottom: 12px;
          margin-bottom: 12px;
          width: 100%;
          border-bottom: 1px solid #29a66d;
          letter-spacing: 0.05em;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            .staffPage .sec02 .wrap .greenBox .list > li .txBox .ttl {
              font-size: 1.6rem;
              font-weight: 400; } }
        .staffPage .sec02 .wrap .greenBox .list > li .txBox .tx {
          font-size: 1.4rem;
          line-height: 2.2; }
          @media screen and (max-width: 768px) {
            .staffPage .sec02 .wrap .greenBox .list > li .txBox .tx {
              font-size: 1.3rem;
              margin-top: 15px; } }
      .staffPage .sec02 .wrap .greenBox .list > li .flL {
        float: left;
        margin-right: 4%; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .greenBox .list > li .flL {
            float: none;
            margin-right: 0; } }
      .staffPage .sec02 .wrap .greenBox .list > li .flR {
        float: right; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .greenBox .list > li .flR {
            float: none; } }
      .staffPage .sec02 .wrap .greenBox .list > li:nth-child(2) {
        margin-top: 50px; }
        @media screen and (max-width: 768px) {
          .staffPage .sec02 .wrap .greenBox .list > li:nth-child(2) {
            margin-top: 30px; } }
