@charset "UTF-8";
/* CSS Document */
#about {
  margin-bottom: 9rem; }
  @media screen and (max-width: 991px) {
    #about {
      margin-bottom: 6.5rem; } }
  @media screen and (max-width: 767px) {
    #about {
      margin-bottom: 4.5rem; } }
  #about dl {
    width: 80%;
    margin: auto;
    margin-top: 6.5rem; }
    @media screen and (max-width: 767px) {
      #about dl {
        width: 100%;
        margin-top: 4.5rem; } }
    #about dl dt {
      font-size: 25px;
      font-size: 2.5rem;
      color: #13ae67;
      text-align: center;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        #about dl dt {
          line-height: 1.4em; } }
      @media screen and (max-width: 575px) {
        #about dl dt {
          font-size: 20px;
          font-size: 2rem; } }
    #about dl dd {
      text-align: justify;
      padding: 3rem 0 4rem 0; }
      @media screen and (max-width: 991px) {
        #about dl dd {
          padding: 2rem 0 4rem 0; } }
  #about .about-box {
    background-color: #e3f5ed;
    border: solid 1px #13ae67;
    padding: 0 5rem 1rem 5rem;
    text-align: center; }
    @media screen and (max-width: 991px) {
      #about .about-box {
        padding: 0 3rem 0rem 3rem; } }
    #about .about-box h7 {
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 600;
      color: #fff;
      display: inline-block;
      background-color: #13ae67;
      padding: 1.5rem 5rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 575px) {
        #about .about-box h7 {
          font-size: 23px;
          font-size: 2.3rem;
          padding: 1rem 3rem;
          width: 100%; } }
    #about .about-box ul {
      margin-bottom: 0; }
      #about .about-box ul li {
        background-color: #fff;
        border-radius: 10px;
        padding: 4rem;
        margin: 3rem auto;
        display: inline-block;
        width: 48%; }
        @media screen and (max-width: 767px) {
          #about .about-box ul li {
            width: 95%; } }
        @media screen and (max-width: 575px) {
          #about .about-box ul li {
            width: 100%;
            padding: 2rem;
            margin: 1.5rem auto; } }
        @media screen and (max-width: 767px) {
          #about .about-box ul li:first-child {
            margin-bottom: 0; } }
        #about .about-box ul li img {
          height: 126px; }
          @media screen and (max-width: 575px) {
            #about .about-box ul li img {
              height: auto;
              width: 110px; } }
        #about .about-box ul li h5 {
          font-size: 27px;
          font-size: 2.7rem;
          color: #13ae67;
          text-align: center;
          padding: 2rem 0 1.5rem 0;
          letter-spacing: 0.07em; }
          @media screen and (max-width: 575px) {
            #about .about-box ul li h5 {
              font-size: 20px;
              font-size: 2rem;
              padding: 2rem 0 0.5rem 0; } }
        #about .about-box ul li p {
          text-align: justify !important;
          margin-bottom: 0; }
          #about .about-box ul li p span {
            color: #ffa300; }

#situation {
  margin-bottom: 7rem; }
  @media screen and (max-width: 575px) {
    #situation {
      margin-bottom: 5rem; } }
  #situation table {
    width: 100%; }
    #situation table tr {
      border-top: solid 0.5px #333333;
      border-bottom: solid 0.5px #333333; }
      #situation table tr th {
        color: #13ae67;
        background-color: #e3f5ed;
        padding: 1.5rem 3rem;
        width: 20%;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          #situation table tr th {
            width: 25%; } }
        @media screen and (max-width: 575px) {
          #situation table tr th {
            width: 100%;
            display: block;
            padding: 1rem; } }
      #situation table tr td {
        text-align: justify;
        padding: 1.5rem 3rem; }
        @media screen and (max-width: 575px) {
          #situation table tr td {
            width: 100%;
            display: block;
            padding: 1rem; } }
        #situation table tr td ul {
          margin: 0; }
          #situation table tr td ul li::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            padding-right: 0.5rem;
            color: #ffa300; }
          #situation table tr td ul li a {
            color: #000000; }
            #situation table tr td ul li a:hover {
              color: #ffa300; }
  #situation .table-small {
    margin-top: 5.5rem;
    width: 90%; }
    @media screen and (max-width: 767px) {
      #situation .table-small {
        width: 100%; } }
    @media screen and (max-width: 575px) {
      #situation .table-small {
        margin-top: 3.5rem; } }
    @media screen and (max-width: 767px) {
      #situation .table-small table tr th {
        width: 20%; } }
    @media screen and (max-width: 575px) {
      #situation .table-small table tr th {
        display: revert; } }
    #situation .table-small table tr td {
      text-align: center;
      border-left: dashed 0.5px #333333;
      padding: 0;
      width: 200px; }
      @media screen and (max-width: 575px) {
        #situation .table-small table tr td {
          display: revert;
          line-height: 1.2em; } }
    #situation .table-small p {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.1em; }
      #situation .table-small p span {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400; }
      #situation .table-small p::before {
        content: '●';
        color: #ffa300;
        padding-right: 0.5rem; }

#organization {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1199px) {
    #organization {
      margin-bottom: 8rem; } }
  @media screen and (max-width: 575px) {
    #organization {
      margin-bottom: 4rem; } }
  #organization .organization-backcolor {
    background-color: #e3f5ed;
    padding: 7rem 0 8rem 0; }
    @media screen and (max-width: 991px) {
      #organization .organization-backcolor {
        padding: 5rem 0 6rem 0; } }
    @media screen and (max-width: 575px) {
      #organization .organization-backcolor {
        padding: 4rem 0 5rem 0; } }
  @media screen and (max-width: 575px) {
    #organization h4 {
      margin-bottom: 2.4rem; } }

#keiei-kyousai #keieisien, #keiei-kyousai #kyousaiseido {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1199px) {
    #keiei-kyousai #keieisien, #keiei-kyousai #kyousaiseido {
      margin-bottom: 6rem; } }
  #keiei-kyousai #keieisien .head-line, #keiei-kyousai #kyousaiseido .head-line {
    text-align: center; }
    #keiei-kyousai #keieisien .head-line img, #keiei-kyousai #kyousaiseido .head-line img {
      height: 42px;
      display: block;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #keiei-kyousai #keieisien .head-line img, #keiei-kyousai #kyousaiseido .head-line img {
          height: 35px; } }
    #keiei-kyousai #keieisien .head-line h6, #keiei-kyousai #kyousaiseido .head-line h6 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 600;
      color: #13ae67;
      letter-spacing: 0.2em;
      padding: 2rem 2rem 1.2rem 2rem;
      margin-bottom: 3.5rem;
      border-bottom: solid 5px #ffa300;
      display: inline-block; }
      @media screen and (max-width: 575px) {
        #keiei-kyousai #keieisien .head-line h6, #keiei-kyousai #kyousaiseido .head-line h6 {
          margin-bottom: 1.5rem; } }
    #keiei-kyousai #keieisien .head-line p, #keiei-kyousai #kyousaiseido .head-line p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.8em; }
      #keiei-kyousai #keieisien .head-line p span, #keiei-kyousai #kyousaiseido .head-line p span {
        color: #ffa300; }
  #keiei-kyousai #keieisien .consult-box, #keiei-kyousai #kyousaiseido .consult-box {
    background-color: #e3f5ed;
    padding: 3rem;
    margin-top: 3rem; }
    @media screen and (max-width: 575px) {
      #keiei-kyousai #keieisien .consult-box, #keiei-kyousai #kyousaiseido .consult-box {
        padding: 3rem 0rem;
        margin-top: 1rem; } }
    #keiei-kyousai #keieisien .consult-box dl, #keiei-kyousai #kyousaiseido .consult-box dl {
      text-align: justify; }
      #keiei-kyousai #keieisien .consult-box dl dt, #keiei-kyousai #kyousaiseido .consult-box dl dt {
        color: #13ae67;
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
        letter-spacing: 0.2rem; }
        @media screen and (max-width: 991px) {
          #keiei-kyousai #keieisien .consult-box dl dt, #keiei-kyousai #kyousaiseido .consult-box dl dt {
            font-size: 20px;
            font-size: 2rem; } }
        #keiei-kyousai #keieisien .consult-box dl dt .number, #keiei-kyousai #kyousaiseido .consult-box dl dt .number {
          font-family: "Bebas Neue","NotoSansCJKjp","YuGothicPr6NM", "游ゴシック", "Yu Gothic", YuGothic, "sans-serif", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
          background-color: #fff;
          height: 60px;
          width: 60px;
          font-size: 45px;
          font-size: 4.5rem;
          font-weight: 500;
          margin-right: 3rem;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 0.5rem; }
        #keiei-kyousai #keieisien .consult-box dl dt .two-lines, #keiei-kyousai #kyousaiseido .consult-box dl dt .two-lines {
          font-size: 80%; }
          @media screen and (max-width: 991px) {
            #keiei-kyousai #keieisien .consult-box dl dt .two-lines, #keiei-kyousai #kyousaiseido .consult-box dl dt .two-lines {
              font-size: 85%; } }
          @media screen and (max-width: 575px) {
            #keiei-kyousai #keieisien .consult-box dl dt .two-lines, #keiei-kyousai #kyousaiseido .consult-box dl dt .two-lines {
              font-size: 90%;
              width: 70%;
              line-height: 1.3em; } }
    #keiei-kyousai #keieisien .consult-box .consult-img, #keiei-kyousai #kyousaiseido .consult-box .consult-img {
      text-align: center;
      padding-right: 0; }
      @media screen and (max-width: 767px) {
        #keiei-kyousai #keieisien .consult-box .consult-img, #keiei-kyousai #kyousaiseido .consult-box .consult-img {
          width: 70%;
          margin: auto; } }
      @media screen and (max-width: 575px) {
        #keiei-kyousai #keieisien .consult-box .consult-img, #keiei-kyousai #kyousaiseido .consult-box .consult-img {
          width: 80%; } }
      #keiei-kyousai #keieisien .consult-box .consult-img img, #keiei-kyousai #kyousaiseido .consult-box .consult-img img {
        height: 100%; }
#keiei-kyousai #kyousaiseido {
  margin-bottom: 10rem; }
  @media screen and (max-width: 1199px) {
    #keiei-kyousai #kyousaiseido {
      margin-bottom: 7rem; } }
  @media screen and (max-width: 575px) {
    #keiei-kyousai #kyousaiseido {
      margin-bottom: 5rem; } }
  #keiei-kyousai #kyousaiseido .head-line h6 {
    margin-bottom: 2rem; }
  #keiei-kyousai #kyousaiseido .consult-box {
    background-color: #fff4e0; }
    #keiei-kyousai #kyousaiseido .consult-box dl dt {
      color: #ffa300; }

#access table {
  width: 100%; }
  #access table tr {
    border-top: solid 0.5px #333333;
    border-bottom: solid 0.5px #333333; }
    #access table tr th {
      color: #13ae67;
      background-color: #e3f5ed;
      padding: 1.5rem 3rem;
      width: 20%;
      font-weight: 500; }
    #access table tr td {
      text-align: justify;
      padding: 1.5rem 3rem; }
#access .links-button {
  position: relative;
  z-index: 99; }
  #access .links-button ul {
    display: flex;
    justify-content: center; }
    #access .links-button ul li a {
      display: inline-block;
      border: solid 1px #13ae67;
      color: #13ae67;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      padding: 1rem 3rem;
      width: 210px;
      margin: 7rem 1rem 4rem 1rem; }
      @media screen and (max-width: 767px) {
        #access .links-button ul li a {
          width: 135px;
          margin: 5rem 1rem 4rem 1rem; } }
      @media screen and (max-width: 575px) {
        #access .links-button ul li a {
          width: 100px;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 0.5rem 1rem;
          margin: 3rem 0.5rem; } }
      #access .links-button ul li a:hover {
        background-color: #13ae67;
        color: #fff; }
#access #yakage, #access #yoshii-backcolor, #access #bisei {
  margin-bottom: 6rem; }
  @media screen and (max-width: 575px) {
    #access #yakage, #access #yoshii-backcolor, #access #bisei {
      margin-bottom: 4rem; } }
#access #yakage .gaikan-img, #access #yoshii .gaikan-img, #access #bisei .gaikan-img {
  padding-left: 0;
  padding-right: 4rem; }
  @media screen and (max-width: 767px) {
    #access #yakage .gaikan-img, #access #yoshii .gaikan-img, #access #bisei .gaikan-img {
      padding-right: 0; } }
  @media screen and (max-width: 575px) {
    #access #yakage .gaikan-img, #access #yoshii .gaikan-img, #access #bisei .gaikan-img {
      text-align: center; } }
  #access #yakage .gaikan-img img, #access #yoshii .gaikan-img img, #access #bisei .gaikan-img img {
    width: 100%; }
    @media screen and (max-width: 575px) {
      #access #yakage .gaikan-img img, #access #yoshii .gaikan-img img, #access #bisei .gaikan-img img {
        width: 90%; } }
#access #yakage .access-info, #access #yoshii .access-info, #access #bisei .access-info {
  border-top: solid 0.5px #13ae67;
  padding-left: 0;
  padding-top: 3rem; }
  @media screen and (max-width: 767px) {
    #access #yakage .access-info, #access #yoshii .access-info, #access #bisei .access-info {
      border-top: none; } }
  @media screen and (max-width: 575px) {
    #access #yakage .access-info, #access #yoshii .access-info, #access #bisei .access-info {
      padding-left: 2rem;
      padding-top: 2rem; } }
  #access #yakage .access-info dl dt, #access #yoshii .access-info dl dt, #access #bisei .access-info dl dt {
    font-size: 20px;
    font-size: 2rem;
    color: #13ae67;
    padding-left: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #ffa300; }
#access #yakage .googlemap, #access #yoshii .googlemap, #access #bisei .googlemap {
  width: 100%;
  height: 24rem;
  margin-top: 3rem;
  border: solid 1.5px #fff; }
  @media screen and (max-width: 767px) {
    #access #yakage .googlemap, #access #yoshii .googlemap, #access #bisei .googlemap {
      margin-top: 1rem; } }
  @media screen and (max-width: 575px) {
    #access #yakage .googlemap, #access #yoshii .googlemap, #access #bisei .googlemap {
      height: 17rem;
      width: 90%;
      margin: auto; } }
  #access #yakage .googlemap iframe, #access #yoshii .googlemap iframe, #access #bisei .googlemap iframe {
    width: 100%;
    height: 100%; }
#access #yoshii-backcolor {
  background-color: #e3f5ed;
  padding: 6rem 0; }
  @media screen and (max-width: 575px) {
    #access #yoshii-backcolor {
      padding: 4rem 0; } }
