@charset "UTF-8";
/* ================================================================= 
/* TOP */
.evenly.servicewrap {
  justify-content: space-around; }
.evenly .service_list {
  width: 31.5%;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  @media screen and (max-width: 640px) {
    .evenly .service_list {
      width: 100%; }
      .evenly .service_list:not(:last-child) {
        margin-bottom: 30px; } }
  .evenly .service_list td {
    border: none !important;
    padding: 0 !important; }
    .evenly .service_list td h3 {
      font-size: 22px;
      font-weight: 500;
      color: #2e9648;
      display: inline-block;
      position: relative;
      padding: 18px 0; }
      .evenly .service_list td h3::before {
        content: "";
        width: 15px;
        height: 2px;
        background: #2e9648;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -35px;
        margin: auto; }
        @media screen and (max-width: 834px) {
          .evenly .service_list td h3::before {
            left: -20px; } }
      .evenly .service_list td h3::after {
        content: "";
        width: 15px;
        height: 2px;
        background: #2e9648;
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -35px;
        margin: auto; }
        @media screen and (max-width: 834px) {
          .evenly .service_list td h3::after {
            right: -20px; } }
      @media screen and (max-width: 1000px) {
        .evenly .service_list td h3 {
          font-size: 2.2vw; } }
      @media screen and (max-width: 640px) {
        .evenly .service_list td h3 {
          font-size: 20px; } }
    .evenly .service_list td.tbl_txt {
      padding: 20px 30px 10px !important; }
      @media screen and (max-width: 834px) {
        .evenly .service_list td.tbl_txt {
          padding: 15px 15px 10px !important; } }
    .evenly .service_list td.btn {
      padding: 10px 30px 30px !important; }
      @media screen and (max-width: 834px) {
        .evenly .service_list td.btn {
          padding: 10px 15px 15px !important; }
          .evenly .service_list td.btn a {
            font-size: 16px; } }
.evenly .banner {
  width: 31.5%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1)); }
  @media all and (-ms-high-contrast: none) {
    .evenly .banner {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 640px) {
    .evenly .banner {
      width: 100%; }
      .evenly .banner:not(:last-child) {
        margin-bottom: 20px; } }
.evenly .frame {
  width: 48%;
  margin-bottom: 60px; }
  @media screen and (max-width: 640px) {
    .evenly .frame {
      width: 100%; }
      .evenly .frame:not(:last-child) {
        margin-bottom: 40px; } }
  .evenly .frame h2 {
    position: relative;
    padding: 10px;
    background: #69b240;
    border: none;
    color: #fff;
    font-size: 24px; }
    @media screen and (max-width: 834px) {
      .evenly .frame h2 {
        font-size: 22px; } }
    @media screen and (max-width: 640px) {
      .evenly .frame h2 {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .evenly .frame h2 {
        font-size: 20px; } }
    @media screen and (max-width: 320px) {
      .evenly .frame h2 {
        font-size: 18px; } }
    .evenly .frame h2::after {
      position: absolute;
      content: '';
      top: 100%;
      left: 0;
      right: 0;
      margin: auto;
      border: 15px solid transparent;
      border-top: 15px solid #69b240;
      width: 0;
      height: 0; }

.news_wrap {
  max-height: 255px;
  overflow-y: auto; }
  .news_wrap .news {
    border-bottom: 1px solid #ddd;
    padding: 15px 0; }
    .news_wrap .news:first-child {
      padding-top: 0; }
    .news_wrap .news td {
      border: none !important;
      padding: 0 !important; }
      .news_wrap .news td.day {
        width: 130px; }

.logos tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.logos td {
  border: none !important;
  width: 16.66%;
  display: block; }
  @media screen and (max-width: 834px) {
    .logos td {
      width: 33.33% !important; } }

.contact .box01 {
  background: #fff;
  width: 47.5%;
  padding: 30px 0 20px; }
  @media screen and (max-width: 640px) {
    .contact .box01 {
      width: 100%; }
      .contact .box01:first-child {
        margin-bottom: 30px; } }
  .contact .box01 td {
    border: none;
    padding: 0 !important; }
    .contact .box01 td h3 {
      font-size: 24px;
      color: #fff;
      background: #aaa;
      padding: 10px 0; }
      @media screen and (max-width: 834px) {
        .contact .box01 td h3 {
          font-size: 22px; } }
      @media screen and (max-width: 640px) {
        .contact .box01 td h3 {
          font-size: 20px; } }
    .contact .box01 td .call {
      font-family: "Lato", sans-serif;
      font-size: 52px;
      font-weight: bold;
      color: #fa8c1e;
      line-height: 1.4;
      margin-top: 30px;
      display: inline-block; }
      @media screen and (max-width: 1000px) {
        .contact .box01 td .call {
          font-size: 40px; } }
      @media screen and (max-width: 834px) {
        .contact .box01 td .call {
          font-size: 32px; } }
      @media screen and (max-width: 640px) {
        .contact .box01 td .call {
          margin-top: 20px; } }
      .contact .box01 td .call i {
        font-size: 40px;
        position: relative;
        top: -2px;
        margin-right: 8px; }
        @media screen and (max-width: 1000px) {
          .contact .box01 td .call i {
            font-size: 32px; } }
        @media screen and (max-width: 834px) {
          .contact .box01 td .call i {
            font-size: 26px;
            top: 0; } }
      .contact .box01 td .call a {
        font-weight: bold;
        color: #fa8c1e; }
    .contact .box01 td .btn_contact a {
      color: #fff;
      background: #fa8c1e;
      border-radius: 5px;
      display: inline-block;
      width: 80%;
      margin-top: 30px;
      font-size: 22px;
      padding: 30px 0;
      margin-bottom: 5px;
      transition: .4s; }
      @media screen and (max-width: 1000px) {
        .contact .box01 td .btn_contact a {
          padding: 20px 0; } }
      @media screen and (max-width: 834px) {
        .contact .box01 td .btn_contact a {
          font-size: 18px; } }
      @media screen and (max-width: 640px) {
        .contact .box01 td .btn_contact a {
          width: 90%; } }
      .contact .box01 td .btn_contact a i {
        margin-right: 8px; }
      .contact .box01 td .btn_contact a:hover {
        background: #ffad1f; }

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important; }


.question, .answer {
  position: relative;
  background: #f1f2ff;
  padding: 8px 35px 8px 50px;
  color: #1f55a8;
  border-radius: 10px;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .question, .answer {
      font-size: 14px; } }
  .question::before, .answer::before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #1f55a8;
    font-weight: normal;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%; }
  .question::after, .answer::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: 16px;
    line-height: 1;
    font-weight: 900; }

.answer {
  background: #f3f3f3;
  color: #333;
  padding-right: 5px; }
  .answer::before {
    content: "A";
    background: #aa2128; }
  .answer::after {
    display: none; }

.frame {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .frame td {
    border: none !important;
    padding: 0 !important; }
    .frame td h2 {
      font-size: 26px;
      font-weight: 500;
      border-bottom: 2px solid #ccc;
      margin-bottom: 15px; }
      @media screen and (max-width: 834px) {
        .frame td h2 {
          font-size: 24px; } }
      @media screen and (max-width: 640px) {
        .frame td h2 {
          font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .frame td h2 {
          font-size: 20px; } }
      @media screen and (max-width: 320px) {
        .frame td h2 {
          font-size: 18px; } }
    .frame td span.day {
      background: #5fb347;
      color: #fff;
      border-radius: 5px;
      padding: 3px 10px; }

.check {
  font-size: 18px;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .check {
      font-size: 16px; } }
  .check span {
    border-bottom: 1px dashed #ccc;
    display: inline-block;
    width: 100%;
    padding: 5px 0; }
    .check span:first-child {
      padding-top: 0; }
  .check i {
    color: #2e9648;
    margin-right: 10px; }

.gallery .leftArea {
  width: 39.8%; }
  @media screen and (max-width: 640px) {
    .gallery .leftArea {
      width: 100%;
      margin-bottom: 4%; } }
.gallery .rightArea {
  width: 58.2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .gallery .rightArea {
      width: 100%; } }
  .gallery .rightArea .box01 {
    width: 32%; }
    @media screen and (max-width: 480px) {
      .gallery .rightArea .box01 {
        width: 48%; } }
    .gallery .rightArea .box01 td {
      border: none !important;
      padding: 0 !important; }

.flow {
  position: relative; }
  .flow::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #71b237;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute; }
  .flow .flowlist {
    z-index: 2;
    position: relative; }
    .flow .flowlist table {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .flow .flowlist table {
          width: 100%; } }
      .flow .flowlist table tbody {
        display: flex;
        flex-direction: column; }
        .flow .flowlist table tbody tr {
          display: block; }
          .flow .flowlist table tbody tr:not(:last-child) {
            margin-bottom: 20px; }
          .flow .flowlist table tbody tr td {
            display: block;
            border-radius: 5px;
            border: none !important;
            font-size: 18px; }
            @media screen and (max-width: 640px) {
              .flow .flowlist table tbody tr td {
                font-size: 16px; } }
  @media screen and (max-width: 640px) and (max-width: 320px) {
    .flow .flowlist table tbody tr td {
      font-size: 14px; } }

span.daihyo {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  text-align: right;
  color: #161616;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px; }

