@charset "UTF-8";
/*
Theme Name:中央不動産鑑定所
Theme URI:
Description:WordPressテーマ「SOLARIS」中央不動産鑑定所用
Author:
Author URI:
Version:2.11.2
Template: solaris_tcd088
*/
.pc_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

@media (min-width: 1151px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.v_middle {
  vertical-align: middle !important;
}

.txt_center {
  text-align: center;
}

.button_area.center {
  text-align: center;
}

.button01 {
  display: inline-block;
  min-width: 300px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #fff;
  background-color: #2d8a6e;
  position: relative;
  border: 1px solid #2d8a6e;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .button01 {
    min-width: 200px;
  }
}
.button01:hover {
  color: #2d8a6e;
}
.button01:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.button01:hover span {
  color: #2d8a6e;
}
.button01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.button01 span {
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.network_cap {
  display: block;
  font-size: 0.8em;
}

body {
  counter-reset: faq_count1 answer_count1 faq_count2 answer_count2 faq_count3 answer_count3 faq_count4 answer_count4 faq_count5 answer_count5 faq_count6 answer_count6 faq_count7 answer_count7 faq_count8 answer_count8 faq_count9 answer_count9 flow_count1 flow_count2 flow_count3 flow_count4 flow_count5 flow_count6 flow_count7 flow_count8 flow_count9;
}
body img {
  max-width: 100%;
}
@media (max-width: 767px) {
  body #main_contents {
    padding: 20px 20px 0 !important;
  }
}
body #main_col {
  padding-top: 0;
}
body #main_col #bread_crumb {
  margin-bottom: 20px;
  border: none;
}
@media (max-width: 767px) {
  body #main_col #bread_crumb {
    display: none;
  }
}
body #main_col #bread_crumb ul {
  width: auto;
}
body.page #main_col {
  padding-top: 0;
}
body.page #main_col #bread_crumb {
  margin-bottom: 20px;
  border: none;
}
body.page #main_col #bread_crumb ul {
  width: auto;
}
body.page #main_col #page_intro {
  margin-bottom: 60px;
}
body .post_content p {
  line-height: 1.8em;
}
body .post_content h2 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  border-top: 2px solid #DBDCDC;
  padding: 20px 0;
  margin: 0;
}
body .post_content h2:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 150px;
  height: 5px;
  background: #2d8a6e;
}
body .post_content h2.design_headline1 {
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: left !important;
  line-height: 1.4 !important;
  border-top: 2px solid #DBDCDC !important;
  padding: 20px 0 !important;
}
body .post_content h2.design_headline1 span {
  position: relative !important;
  line-height: 1.4 !important;
  padding: 20px 0 !important;
}
body .post_content h2.design_headline1 span:before {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 0 !important;
  width: 100% !important;
  height: 5px !important;
  background: #2d8a6e !important;
}
body .post_content h2 .cap {
  display: block;
  font-size: 0.8em;
}
body .post_content h3 {
  font-size: 18px;
}
body .post_content h3:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #2d8a6e;
  margin-right: 10px;
}
body .post_content h4 {
  font-size: 16px;
}
body .post_content h4:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 15px;
  background: #2d8a6e;
  margin-right: 10px;
}
body .post_content .non-styled_h2 {
  border: none;
}
body .post_content .non-styled_h2:before {
  display: none;
}
body .post_content .non-styled_h3:before {
  display: none;
}
body .post_content .non-styled_h4:before {
  display: none;
}
body .cardlink .cardlink_thumbnail img {
  width: 170px;
}
@media (max-width: 767px) {
  body .cardlink .cardlink_thumbnail img {
    width: 130px;
  }
}
body .cardlink .cardlink_content .cardlink_timestamp {
  display: none;
}
body .cardlink .cardlink_content .cardlink_title {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body .table_01 {
    white-space: nowrap;
  }
}
body .table_01 caption {
  font-weight: bold;
}
@media (max-width: 767px) {
  body .table_01 caption {
    text-align: left;
  }
}
body .table_01 tr th {
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px;
}
body .table_01 tr th .cap {
  display: block;
  font-size: 0.8em;
}
body .table_01 tr th.th01 {
  background: #eaf1e5 !important;
}
body .table_01 tr th.th02 {
  background: #e5f1eb !important;
}
body .table_01 tr td {
  padding: 10px;
}
body .table_01 tr td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body .table_01 tr td dl dt span {
  font-size: 0.8em;
  font-weight: normal;
}
body .table_01 tr td dl dd {
  margin: 0;
}
body .table_01 tr td dl dd:before {
  content: "：";
}
body .table_01 tr td dl:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body .table_01 tr.total td {
  background: #fdfcdd;
}
@media (max-width: 767px) {
  body .table_01.wrap {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  body .table_scroll:before {
    content: "スクロールしてご覧ください";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
  }
}
body .table_scroll .inner {
  width: 100%;
}
@media (max-width: 767px) {
  body .table_scroll .inner {
    overflow: scroll;
  }
}
body .info_postlist ul {
  margin: 0;
}
body .info_postlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted;
  list-style: none;
  padding: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  body .info_postlist ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
body .info_postlist ul li a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  body .info_postlist ul li a {
    margin-left: 0;
  }
}
body .info_postlist ul li a i {
  margin-right: 5px;
}
body .info_postlist p {
  margin: 10px auto 0;
  text-align: center;
}
body .info_postlist .button_area {
  text-align: center;
  margin-top: 20px;
}
body .accordion {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0 !important;
}
body .accordion:not(.accordion + .accordion) {
  border-top: 1px solid #D9D9D9;
}
body .accordion .ac_title {
  position: relative;
  cursor: pointer;
}
body .accordion .ac_title.open:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
body .accordion .ac_title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #7F56A1;
  border-bottom: 2px solid #7F56A1;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  body .accordion .ac_title:after {
    right: 5px;
  }
}
body .accordion .ac_title .title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 18px 40px 18px 0;
}
@media (max-width: 767px) {
  body .accordion .ac_title .title_inner {
    padding: 15px 30px 15px 0;
  }
}
body .accordion .ac_title .ac_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: #7F56A1;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion .ac_title .title_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
body .accordion .ac_title .title_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 767px) {
  body .accordion .ac_title .title_text {
    font-size: 14px;
  }
}
body .accordion .ac_content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  margin-bottom: 0;
}
body .accordion .ac_content .inner {
  padding: 0 0 20px 34px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
@media (max-width: 767px) {
  body .accordion .ac_content .inner {
    padding: 0 0 15px 34px;
    font-size: 13px;
  }
}
body .accordion .ac_content .inner > *:first-child {
  margin-top: 0;
}
body .accordion .ac_content .inner > *:last-child {
  margin-bottom: 0;
}
body .accordion .ac_content .inner ul {
  margin-bottom: 1em;
}
body .accordion .ac_content .inner ul:last-child {
  margin-bottom: 0;
}
body .accordion.faq .ac_title .ac_label {
  background: #E05555;
}
body .accordion.faq .ac_title:after {
  border-right-color: #E05555;
  border-bottom-color: #E05555;
}
body .accordion.faq .ac_content .inner {
  position: relative;
  padding-left: 34px;
}
body .accordion.faq .ac_content .inner::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  background: #5B8DD9;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow .ac_title .ac_label {
  display: none;
}
body .accordion.flow .ac_title .title_inner {
  padding-left: 34px;
}
@media (max-width: 767px) {
  body .accordion.flow .ac_title .title_inner {
    padding-left: 34px;
  }
}
body .accordion.flow .ac_title:after {
  border-right-color: #2d8a6e;
  border-bottom-color: #2d8a6e;
}
body .accordion.flow.flow_gp1 .ac_title {
  counter-increment: flow_count1;
}
body .accordion.flow.flow_gp1 .ac_title::before {
  content: counter(flow_count1);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp2 .ac_title {
  counter-increment: flow_count2;
}
body .accordion.flow.flow_gp2 .ac_title::before {
  content: counter(flow_count2);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp3 .ac_title {
  counter-increment: flow_count3;
}
body .accordion.flow.flow_gp3 .ac_title::before {
  content: counter(flow_count3);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp4 .ac_title {
  counter-increment: flow_count4;
}
body .accordion.flow.flow_gp4 .ac_title::before {
  content: counter(flow_count4);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp5 .ac_title {
  counter-increment: flow_count5;
}
body .accordion.flow.flow_gp5 .ac_title::before {
  content: counter(flow_count5);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp6 .ac_title {
  counter-increment: flow_count6;
}
body .accordion.flow.flow_gp6 .ac_title::before {
  content: counter(flow_count6);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp7 .ac_title {
  counter-increment: flow_count7;
}
body .accordion.flow.flow_gp7 .ac_title::before {
  content: counter(flow_count7);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp8 .ac_title {
  counter-increment: flow_count8;
}
body .accordion.flow.flow_gp8 .ac_title::before {
  content: counter(flow_count8);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.flow.flow_gp9 .ac_title {
  counter-increment: flow_count9;
}
body .accordion.flow.flow_gp9 .ac_title::before {
  content: counter(flow_count9);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #2d8a6e;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
body .accordion.business .ac_title .ac_label {
  background: transparent;
  color: #4AADA8;
}
body .accordion.business .ac_title:after {
  border-right-color: #4AADA8;
  border-bottom-color: #4AADA8;
}
body .accordion.business .ac_title .title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  body .accordion.business .ac_title .title_content {
    display: block;
  }
}
body .accordion.business .ac_title .customer_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body .accordion.business .ac_title .customer_type {
    margin: 8px 0 0;
  }
}
body .accordion.business .ac_title .customer_type li {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}
body .accordion.business .ac_title .customer_type li.securitization {
  background: #9298b6;
}
body .accordion.business .ac_title .customer_type li.hojin {
  background: #e19d78;
}
body .accordion.business .ac_title .customer_type li.shigyo {
  background: #7592b1;
}
body .accordion.business .ac_title .customer_type li.public {
  background: #e78994;
}
body .accordion.business .ac_title .customer_type li.kojin {
  background: #6ba980;
}
body .wrap_gmap_100 iframe {
  width: 100%;
}

body #header #header_logo .logo a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  background: #004C36;
  padding: 0 30px;
}
body #header #header_logo .logo a img {
  width: 300px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 767px) {
  body #header #header_logo .logo a {
    width: calc(100% - 120px);
    padding: 0 90px 0 30px !important;
  }
}
body #header #global_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 270px - 80px);
  margin-right: 80px;
  margin-left: auto;
}
body #header #global_menu > ul > li > a {
  color: #fff;
}
body #header #global_menu > ul > li.button_contact {
  margin-left: 10px;
}
body #header #global_menu > ul > li.button_contact > a {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 50px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5a24c), to(#e07b2c));
  background: linear-gradient(180deg, #f5a24c 0%, #e07b2c 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  height: auto;
  line-height: 1;
}
body #header #global_menu > ul > li.button_contact > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
body #header #global_menu > ul > li.button_contact > a:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body #header #global_menu > ul > li.button_contact > a:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #fff !important;
}
body #header #global_menu_sub {
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  body #header #global_menu_sub {
    display: none;
  }
}
body #header #global_menu_sub > ul {
  width: calc(100% - 270px - 80px);
  margin-left: auto;
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
body #header #global_menu_sub > ul > li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
body #header #global_menu_sub > ul > li > a {
  font-size: 12px;
  color: #fff;
}
body #header #global_menu_sub > ul > li > a:hover {
  color: #2d8a6e;
  font-weight: bold;
}
body #header #global_menu_sub > ul > li:first-child {
  border-left: 1px solid #fff;
}
body #header #global_menu_sub > ul > li:last-child {
  border-right: none;
  padding: 0 10px;
}
body #header #global_menu_sub > ul > li:last-child > a {
  display: inline-block;
  background: #2d8a6e;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
}
body #header #global_menu_button {
  z-index: 99;
}
body #header #global_menu_button span {
  background: #fff !important;
}
body #header.active #global_menu > ul > li.button_contact > a {
  color: #fff !important;
}
body #header.active #global_menu_sub > ul > li {
  border-color: #000;
}
body #header.active #global_menu_sub > ul > li > a {
  color: #000;
}
body #header.active #global_menu_sub > ul > li > a:hover {
  color: #2d8a6e;
}
body #header.active #global_menu_sub > ul > li:last-child > a {
  color: #fff;
}
body #header.active #global_menu_button span {
  background: #fff !important;
}
body.single #header {
  position: absolute;
}
body.single #header:before {
  display: none;
}
body.single #header.active:after {
  display: block !important;
}
body.single.header_fix {
  padding-top: 0 !important;
}
body #drawer_menu {
  height: calc(100% - 30px);
  background: #2d8a6e;
  padding-top: 0;
  padding-bottom: 30px;
}
body #drawer_menu #mobile_menu .close_button:hover, body #drawer_menu #mobile_menu .child_menu_button:hover {
  background: #236F58;
}
body #drawer_menu #mobile_menu .child_menu_button {
  top: 0;
  height: 59px;
}
body #drawer_menu #mobile_menu .child_menu_button .icon::before {
  top: 26px;
}
body #drawer_menu #mobile_menu li a {
  border-color: rgba(255, 255, 255, 0.3);
}
body #drawer_menu #mobile_menu li a:hover {
  background: #236F58;
}
body #drawer_menu #mobile_menu li li a {
  background: #236F58;
}
body #drawer_menu #mobile_menu li.button_contact {
  text-align: center;
  margin-top: 30px;
}
body #drawer_menu #mobile_menu li.button_contact > a {
  position: relative;
  display: inline-block;
  padding: 12px 40px 12px 50px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5a24c), to(#e07b2c));
  background: linear-gradient(180deg, #f5a24c 0%, #e07b2c 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  width: 250px;
  height: auto;
  line-height: 25px;
}
body #drawer_menu #mobile_menu li.button_contact > a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
body #drawer_menu #mobile_menu li.button_contact > a:before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body #drawer_menu #mobile_menu li.button_contact > a:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #fff !important;
}
body #drawer_menu #sub-menu_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}
body #drawer_menu #sub-menu_mobile li {
  width: 50%;
}
body #drawer_menu #sub-menu_mobile li a {
  font-size: 12px;
  line-height: 2em;
}
body:not(.home) #header #global_menu > ul > li > a {
  color: #000;
}
body:not(.home) #header #global_menu > ul > li.current-menu-item > a {
  color: #2d8a6e;
}
body:not(.home) #header #header_search #header_search_button::before {
  color: #000;
}

.mega_menu_contact {
  position: fixed;
  top: 80px;
  right: 80px;
  width: 750px;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s, -webkit-transform 0.25s;
  z-index: 10001;
}
.mega_menu_contact::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.mega_menu_contact.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mega_menu_contact .mega_close {
  display: none;
}
.mega_menu_contact .mega_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.mega_menu_contact .mega_left,
.mega_menu_contact .mega_right {
  width: 50%;
}
.mega_menu_contact .mega_right {
  padding-left: 32px;
  border-left: 1px solid #eee;
}
.mega_menu_contact .mega_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 14px;
  margin-bottom: 12px;
  color: #333;
  text-decoration: none;
  border-radius: 12px;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.mega_menu_contact .mega_item:hover {
  background: #f8f8f8;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.mega_menu_contact .mega_item i {
  font-size: 20px;
  color: #f08a2b;
  margin-top: 4px;
}
.mega_menu_contact .mega_item .title {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.4;
}
.mega_menu_contact .mega_item .desc {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}
.mega_menu_contact .mega_item .tel_number {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #f08a2b;
}
.mega_menu_contact .mega_bottom {
  margin-top: 20px;
}
.mega_menu_contact .mega_bottom a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 56px 20px 20px;
  background: #f5f1ed;
  border-radius: 14px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.mega_menu_contact .mega_bottom a:hover {
  background: #efe7e1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.mega_menu_contact .mega_bottom i {
  font-size: 20px;
  color: #f08a2b;
}
.mega_menu_contact .mega_bottom .title {
  font-weight: 700;
  margin-bottom: 4px;
}
.mega_menu_contact .mega_bottom .desc {
  font-size: 13px;
  line-height: 1.7;
  color: #777;
}
.mega_menu_contact .mega_bottom .arrow::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mega_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10000;
}
@media (max-width: 767px) {
  .mega_overlay {
    display: block;
  }
}
.mega_overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .mega_menu_contact {
    position: fixed;
    inset: auto 0 0;
    width: calc(100% - 40px);
    height: auto;
    max-height: 85vh;
    padding: 60px 20px 24px;
    border-radius: 24px 24px 0 0;
    overflow-y: auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .mega_menu_contact.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mega_menu_contact .mega_close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 999px;
    background: #f3f3f3;
    font-size: 18px;
    color: #555;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mega_menu_contact .mega_close:hover {
    background: #e9e9e9;
  }
  .mega_menu_contact .mega_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .mega_menu_contact .mega_left,
  .mega_menu_contact .mega_right {
    width: 100%;
  }
  .mega_menu_contact .mega_right {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #eee;
    padding-top: 16px;
  }
  .mega_menu_contact .mega_item {
    padding: 12px;
    margin-bottom: 9px;
  }
  .mega_menu_contact .mega_item .title {
    font-size: 15px;
  }
  .mega_menu_contact .mega_item .desc {
    font-size: 12px;
  }
  .mega_menu_contact .mega_item .tel_number {
    font-size: 22px;
  }
  .mega_menu_contact .mega_bottom {
    margin-top: 12px;
  }
  .mega_menu_contact .mega_bottom a {
    padding: 18px 50px 18px 18px;
  }
}
#side_col #page_nav {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #side_col #page_nav {
    margin: 0 -20px 60px;
  }
}
#side_col #page_nav ul li {
  border-bottom: 1px solid #DBDCDC;
}
#side_col #page_nav ul li.page_nav_header {
  background: #2d8a6e;
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 30px;
}
#side_col #page_nav ul li.page_nav_header .catch_en {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#side_col #page_nav ul li a {
  display: block;
  font-size: 14px;
  padding: 20px 30px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#side_col #page_nav ul li a:hover {
  background: #236F58;
  color: #fff;
  font-weight: bold;
}
#side_col #page_nav ul li.current a {
  background: #236F58;
  color: #fff;
  font-weight: bold;
}
#side_col .widget_content {
  padding: 30px;
}
@media (max-width: 767px) {
  #side_col .widget_content {
    padding: 0;
  }
}
#side_col .widget_content.category_list_widget {
  padding: 0;
}
#side_col .widget_content .square_headline {
  height: auto;
  padding: 30px;
}
#side_col .widget_content .square_headline .head {
  position: relative;
  line-height: 1em;
  -webkit-transform: unset;
          transform: unset;
}
@media (max-width: 767px) {
  #side_col .widget_content .square_headline .head {
    height: auto;
  }
}
#side_col .widget_content .square_headline h3 {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
}
#side_col .widget_content .widget_headline {
  background: #2d8a6e;
}
#side_col .widget_content ul li {
  font-size: 14px;
}
#side_col .widget_content ul li a {
  height: auto;
  line-height: 1em;
  padding: 20px 30px;
}
#side_col .widget_content ul li a:hover {
  background-color: #236F58 !important;
  color: #fff;
  font-weight: bold;
}
#side_col .widget_content ul li.current-menu-parent a, #side_col .widget_content ul li.current-menu-item a {
  background-color: #236F58 !important;
  color: #fff;
  font-weight: bold;
}
#side_col .tcd_ad_widget {
  padding: 30px;
}

body #header_slider_wrap {
  height: 100vh;
  max-height: 1050px;
}
body #header_slider_wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1500px;
  max-width: 95%;
  aspect-ratio: 1200/174;
  background: url(images/slider_bottom.png) no-repeat center/contain;
}
@media (max-width: 767px) {
  body #header_slider_wrap:after {
    width: 800px;
    max-width: unset;
  }
}
body #header_slider_wrap #header_slider {
  height: 100%;
}
body #header_slider_wrap #header_slider .item {
  height: 100vh;
  max-height: 1050px;
}
@media (max-width: 767px) {
  body #header_slider_wrap #header_slider .item .caption {
    text-align: left;
  }
}
@media (max-width: 767px) {
  body #header_slider_wrap #header_slider .item .caption .catch {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body #header_slider_wrap #header_slider .item .caption .desc p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body #header_slider_wrap #header_slider .item .caption .design_button {
    margin-top: 30px;
  }
}
body #index_content_builder .cb_content {
  border: none !important;
}
body #index_content_builder .cb_content.cb_news_list h3.cb_headline span.headline {
  font-size: 40px !important;
}
body #index_content_builder .cb_content.cb_news_list .news_category_list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_news_list .news_category_list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_news_list .item {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_news_list .item .title {
    font-size: 14px;
  }
}
body #index_content_builder .cb_content.cb_news_list .design_button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_news_list .design_button {
    margin-top: 20px;
  }
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top {
  height: 300px;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab_content_top_inner {
  color: #000;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab_content_top_inner {
    text-align: left;
  }
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab_content_top_inner h2 {
  font-size: 30px !important;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab_content_top_inner h2 {
    font-size: 22px !important;
  }
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab .item {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab .item.active {
  color: #2d8a6e;
  font-weight: bold;
  background: #fff;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .tab .item:hover {
  color: #2d8a6e;
  font-weight: bold;
  background: #fff;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .bg_image {
  display: block;
  background-size: auto 300px !important;
  background-position: center bottom !important;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_tab_content .tab_content_top .bg_image {
    display: none;
  }
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_top .bg_image.mobile {
  display: none;
  background-size: 100% auto !important;
}
@media (max-width: 767px) {
  body #index_content_builder .cb_content.cb_tab_content .tab_content_top .bg_image.mobile {
    display: block;
  }
}
body #index_content_builder .cb_content.cb_tab_content:nth-child(1 of .cb_tab_content) .tab_content_top::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(106, 217, 99, 0.2)), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, rgba(106, 217, 99, 0.2), transparent 50%);
}
body #index_content_builder .cb_content.cb_tab_content:nth-child(2 of .cb_tab_content) .tab_content_top::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(253, 163, 175, 0.2)), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, rgba(253, 163, 175, 0.2), transparent 50%);
}
body #index_content_builder .cb_content.cb_tab_content:nth-child(3 of .cb_tab_content) .tab_content_top::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 193, 29, 0.2)), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, rgba(251, 193, 29, 0.2), transparent 50%);
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_bottom {
  border: none !important;
}
body #index_content_builder .cb_content.cb_tab_content .tab_content_bottom .image_area {
  width: 300px;
}
body #front_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body #front_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body #front_column .column {
  width: 33.3333333333%;
  margin-right: 25px;
}
@media (max-width: 767px) {
  body #front_column .column {
    width: 100%;
    margin: 0 auto 25px;
  }
}
body #front_column .column:last-child {
  margin-right: 0;
}
body #front_column .column a .wrap_img {
  height: 200px;
  overflow: hidden;
}
body #front_column .column a .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
body #front_column .column a:hover .wrap_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body #front_column .column a h3 {
  margin: 10px 0 !important;
}
body #front_column .column a h3:before {
  display: none;
}
body #front_post_list {
  background: #E6EBEE;
  padding: 100px 40px;
}
body #front_post_list .inner {
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
}
body #front_post_list .inner section {
  margin-bottom: 80px;
}
body #front_post_list .inner section:last-child {
  margin-bottom: 0;
}
body #front_post_list .inner section h2 {
  text-align: center;
  font-size: 40px;
  color: #2d8a6e;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
body #front_post_list .inner section h2:after {
  display: none;
}
body #front_post_list .inner section h2 span {
  display: block;
  font-size: 16px;
  color: #000;
}
body #front_post_list .inner section .slide .item {
  margin: 0 10px;
}
body #front_post_list .inner section .slide .item .title_area .category {
  line-height: 1em;
  margin: 0;
}
body #front_post_list .inner section .slide .item .title_area h3 {
  margin: 0 !important;
}
body #front_post_list .inner section .slide .item .title_area h3:before {
  display: none;
}
body #front_post_list .inner section .slide .item .title_area h3 a {
  color: #000;
}
body #front_post_list .inner section .slide .item .title_area h3 a:hover {
  color: #236F58;
}
body #front_post_list .inner section .slide .slick-prev, body #front_post_list .inner section .slide .slick-next {
  width: 30px;
  height: 30px;
}
body #front_post_list .inner section .slide .slick-prev:before, body #front_post_list .inner section .slide .slick-next:before {
  font-size: 30px;
  color: #2d8a6e;
}
body #front_post_list .inner section .slide .slick-prev {
  left: -30px;
}
body #front_post_list .inner section .slide .slick-next {
  right: -30px;
}
body #front_post_list .inner section .button_area {
  text-align: center;
  margin-top: 30px;
}
body #index_content_builder .cb_content:last-child {
  padding-bottom: 0;
}

body #page_header {
  height: 300px;
  text-align: center;
  background-color: #fff;
  background-size: auto 300px;
}
@media (max-width: 767px) {
  body #page_header {
    height: 300px;
  }
}
body #page_header_inner {
  top: calc(50% + 10px);
}
@media (max-width: 767px) {
  body #page_header_inner {
    top: calc(50% + 30px);
  }
}
body #page_header_inner .catch {
  color: #000;
  font-size: 22px !important;
}
body #page_header_inner .catch .catch_en {
  display: block;
  font-size: 46px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body #page_header_inner .catch .catch_en {
    font-size: 40px;
  }
}
body #page_header .overlay.overlay01 {
  background: #dd9933;
  opacity: 0.2;
}
body #page_header .bg_image {
  background-size: auto 300px !important;
  background-position: center bottom !important;
}
body #page_header .bg_image.mobile {
  background-size: 100% auto !important;
}
body #page_header .gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
}
body #main_col #page_title {
  display: block;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 3px solid #2d8a6e;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body #main_col #page_title {
    margin: 20px auto 40px;
  }
}
body #main_col #page_list .wrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
}
body #main_col #page_list .wrap_list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 30px 30px 0;
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li {
    width: 100%;
    margin-right: 0;
  }
}
body #main_col #page_list .wrap_list li:nth-child(3n) {
  margin-right: 0;
}
body #main_col #page_list .wrap_list li a {
  color: #fff;
}
body #main_col #page_list .wrap_list li a figure {
  background: #2d8a6e;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body #main_col #page_list .wrap_list li a figure .wrap_img {
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li a figure .wrap_img {
    width: 150px;
    height: 100px;
  }
}
body #main_col #page_list .wrap_list li a figure .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li a figure .wrap_img img {
    width: 150px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li a figure figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
body #main_col #page_list .wrap_list li a figure figcaption h3 {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  body #main_col #page_list .wrap_list li a figure figcaption h3 {
    line-height: 80px;
    border-top: none;
  }
}
body #main_col #page_list .wrap_list li a figure figcaption h3:before {
  display: none;
}
body #main_col #page_list .wrap_list li a:hover figure {
  background: #236F58;
}
body #main_col #page_list .wrap_list li a:hover figure .wrap_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body #main_col .dl_seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
body #main_col .dl_seminar dt {
  width: 35px;
  background-color: #2d8a6e;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 0 15px;
  margin-right: 10px;
}
body #main_col .dl_seminar dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
body #cta01 {
  padding: 60px 0;
}
body #cta01 .cta01-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  body #cta01 .cta01-inner {
    grid-template-columns: 1fr;
  }
}
body #cta01 .cta01-card {
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 36px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #cta01 .cta01-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #cta01 .cta01-card__footer {
  margin-top: auto;
  padding-top: 16px;
}
body #cta01 .cta01-bookmark {
  position: absolute;
  top: 0;
  left: 20px;
  width: 28px;
  height: 42px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 78%, 0% 100%);
}
body #cta01 .cta01-bookmark--orange {
  background: #f07730;
}
body #cta01 .cta01-bookmark--teal {
  background: #2aaba0;
}
body #cta01 .cta01-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border: none;
  padding: 0;
  margin: 20px 0 12px;
}
body #cta01 .cta01-heading--orange {
  color: #f07730;
}
body #cta01 .cta01-heading--teal {
  color: #2aaba0;
}
body #cta01 .cta01-heading::after {
  display: none;
}
body #cta01 .cta01-desc {
  font-size: 13px;
  line-height: 1.75;
  color: #444;
  margin: 0 0 12px;
}
body #cta01 .cta01-network {
  list-style: none;
  font-weight: bold;
  padding: 0;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body #cta01 .cta01-network li {
  font-size: 12px;
  color: #555;
  padding: 0;
}
body #cta01 .cta01-network li::before, body #cta01 .cta01-network li:last-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.9em;
  background: #bbb;
  margin: 0 6px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body #cta01 .cta01-network li::before {
    margin: 0 4px;
  }
  body #cta01 .cta01-network li:first-child::before, body #cta01 .cta01-network li:last-child::after {
    display: none;
  }
}
body #cta01 .cta01-network li a {
  color: inherit;
  text-decoration: none;
}
body #cta01 .cta01-network li a:hover {
  color: #f07730;
}
body #cta01 .cta01-note {
  font-size: 11px;
  color: #888;
  margin: 6px 0 0;
}
body #cta01 .cta01-tel-box {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
body #cta01 .cta01-tel-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
body #cta01 .cta01-tel-label__title {
  font-size: 11px;
  font-weight: 700;
  color: #f07730;
}
body #cta01 .cta01-tel-label__hours {
  font-size: 11px;
  color: #888;
}
body #cta01 .cta01-tel-number {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #f07730;
}
body #cta01 .cta01-tel-number .fa-phone {
  font-size: 16px;
}
body #cta01 .cta01-tel-number__num {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
body #cta01 .cta01-tel-number:hover {
  color: #f07730;
}
body #cta01 .cta01-btn-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f07730;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body #cta01 .cta01-btn-web:hover {
  color: #fff;
  background: #dc6b29;
}
body #cta01 .cta01-btn-web__icon {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
body #cta01 .cta01-btn-web__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 10px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
body #cta01 .cta01-btn-web__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
body #cta01 .cta01-btn-web__sub {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.85;
}
body #cta01 .cta01-btn-web__arrow {
  padding-right: 14px;
  font-size: 12px;
}
body #cta01 .cta01-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #cta01 .cta01-bullets li {
  font-size: 13px;
  color: #333;
  padding: 4px 0 4px 18px;
  position: relative;
}
body #cta01 .cta01-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2aaba0;
}
body #cta01 .cta01-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2aaba0;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body #cta01 .cta01-link-btn:last-child {
  margin-bottom: 0;
}
body #cta01 .cta01-link-btn:hover {
  color: #fff;
  background: #24948b;
}
body #cta01 .cta01-link-btn__icon {
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
body #cta01 .cta01-link-btn__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 10px 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
body #cta01 .cta01-link-btn__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
body #cta01 .cta01-link-btn__sub {
  font-size: 11px;
  opacity: 0.85;
}
body #cta01 .cta01-link-btn__arrow {
  padding-right: 14px;
  font-size: 12px;
}
body #cta .wrap_cta_network {
  background: #EEEEEF;
  padding: 30px 40px;
  margin-top: 80px;
}
body #cta .wrap_cta_network .inner h2 {
  text-align: center;
  font-size: 22px;
  color: #2d8a6e;
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_network .inner h2 {
    line-height: 1.4em;
  }
}
body #cta .wrap_cta_network .inner h2:after {
  display: none;
}
body #cta .wrap_cta_network .inner .wrap_ico {
  text-align: center;
  margin-bottom: 15px;
}
body #cta .wrap_cta_network .inner .wrap_ico img {
  width: 50px;
}
body #cta .wrap_cta_network .inner p {
  line-height: 1.6em;
  margin-bottom: 20px;
}
body #cta .wrap_cta_network .inner .list_network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_network .inner .list_network {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body #cta .wrap_cta_network .inner .list_network li {
  padding: 0 5px;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_network .inner .list_network li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body #cta .wrap_cta_network .inner .list_network li:last-child {
    margin-bottom: 0;
  }
}
body #cta .wrap_cta_network .inner .list_network li a {
  background: #2d8a6e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #2d8a6e;
  border-radius: 100px;
  padding: 5px 30px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_network .inner .list_network li a {
    padding: 5px 20px;
  }
}
body #cta .wrap_cta_network .inner .list_network li a:hover {
  background: #fff;
  color: #2d8a6e;
}
body #cta .wrap_cta_link {
  margin: 40px auto;
}
body #cta .wrap_cta_link .list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
}
body #cta .wrap_cta_link .list_link li {
  margin-right: 30px;
}
body #cta .wrap_cta_link .list_link li a figure .wrap_ico {
  width: 60px;
  height: 60px;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 100px;
  padding: 20px;
  margin: 0 auto 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
body #cta .wrap_cta_link .list_link li a figure .wrap_ico span {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
body #cta .wrap_cta_link .list_link li a figure.guide .wrap_ico {
  background: #00A199;
  border-color: #00A199;
}
body #cta .wrap_cta_link .list_link li a figure.guide .wrap_ico span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/ico_cta02.svg);
          mask-image: url(images/ico_cta02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
body #cta .wrap_cta_link .list_link li a figure.faq .wrap_ico {
  background: #036EB7;
  border-color: #036EB7;
}
body #cta .wrap_cta_link .list_link li a figure.faq .wrap_ico span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(images/ico_cta03.svg);
          mask-image: url(images/ico_cta03.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
body #cta .wrap_cta_link .list_link li a figure figcaption {
  color: #000;
  font-weight: bold;
  text-align: center;
}
body #cta .wrap_cta_link .list_link li a:hover figure.guide .wrap_ico {
  background: #fff;
}
body #cta .wrap_cta_link .list_link li a:hover figure.guide .wrap_ico span {
  background-color: #00A199;
}
body #cta .wrap_cta_link .list_link li a:hover figure.faq .wrap_ico {
  background: #fff;
}
body #cta .wrap_cta_link .list_link li a:hover figure.faq .wrap_ico span {
  background-color: #036EB7;
}
body #cta .wrap_cta_link .list_link li a:hover figure figcaption {
  color: #236F58;
}
body #cta .wrap_cta_link .list_link li:last-child {
  margin-right: 0;
}
body #cta .wrap_cta_action .inner {
  text-align: center;
  border-top: 1px solid #DBDCDC;
  border-bottom: 1px solid #DBDCDC;
  padding: 30px 0;
}
body #cta .wrap_cta_action .inner h2 {
  text-align: center;
  font-size: 22px;
  color: #2d8a6e;
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_action .inner h2 {
    line-height: 1.4em;
  }
}
body #cta .wrap_cta_action .inner h2:after {
  display: none;
}
@media (max-width: 767px) {
  body #cta .wrap_cta_action .inner p {
    line-height: 1.4em;
  }
}
body #cta .wrap_cta_action .inner .button_area {
  margin-top: 20px;
}
body #cta .wrap_cta_action .inner .button_area a span:before {
  display: inline-block;
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 10px;
}
body #cta .wrap_cta_action .inner .button_area .caption {
  font-size: 14px;
  margin-top: 10px;
}
body #cta .wrap_cta_action .inner .button_area .caption span {
  color: #2d8a6e;
  font-weight: bold;
  margin-left: 5px;
}
body article.post_list {
  margin-bottom: 60px;
}
body article.post_list .list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  body article.post_list .list_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
body article.post_list .list_content .wrap_img {
  width: 240px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body article.post_list .list_content .wrap_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body article.post_list .list_content .wrap_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 240px;
  height: 160px;
}
@media (max-width: 767px) {
  body article.post_list .list_content .wrap_img img {
    width: 100%;
    height: 200px;
  }
}
body article.post_list .list_content .wrap_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body article.post_list .list_content .wrap_content .customer_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
}
body article.post_list .list_content .wrap_content .customer_type li {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}
body article.post_list .list_content .wrap_content .customer_type li.securitization {
  background: #9298b6;
}
body article.post_list .list_content .wrap_content .customer_type li.hojin {
  background: #e19d78;
}
body article.post_list .list_content .wrap_content .customer_type li.shigyo {
  background: #7592b1;
}
body article.post_list .list_content .wrap_content .customer_type li.public {
  background: #e78994;
}
body article.post_list .list_content .wrap_content .customer_type li.kojin {
  background: #6ba980;
}
body article.post_list .list_content .wrap_content .cap span {
  font-size: 0.8em;
}
body article.post_list .list_content .wrap_content .cap span.network_cap {
  display: block;
}
body article.post_list .list_content .wrap_content .button_area {
  text-align: right;
}
@media (max-width: 767px) {
  body article.post_list .list_content .wrap_content .button_area {
    text-align: center;
  }
}

body #main_col h1#page_title.title_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body #main_col h1#page_title.title_business .customer_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
}
body #main_col h1#page_title.title_business .customer_type li {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
}
body #main_col h1#page_title.title_business .customer_type li.securitization {
  background: #9298b6;
}
body #main_col h1#page_title.title_business .customer_type li.hojin {
  background: #e19d78;
}
body #main_col h1#page_title.title_business .customer_type li.shigyo {
  background: #7592b1;
}
body #main_col h1#page_title.title_business .customer_type li.public {
  background: #e78994;
}
body #main_col h1#page_title.title_business .customer_type li.kojin {
  background: #6ba980;
}
body #main_col .h2_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #main_col .h2_business .customer_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  body #main_col .h2_business .customer_type {
    width: 100%;
    margin: 5px 0 0;
  }
}
body #main_col .h2_business .customer_type li {
  line-height: 1em;
  border-left: 1px solid;
  padding: 3px 8px;
}
body #main_col .h2_business .customer_type li:last-child {
  border-right: 1px solid;
}
body #main_col ul.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15px;
}
body #main_col ul.col2 li {
  width: calc(50% - 20px);
  margin-right: 20px;
}
body #main_col ul.col2 li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 767px) {
  body #main_col ul.col2 li {
    width: 100%;
  }
}
body #main_col ul:last-child {
  margin-bottom: 0;
}

#searchform.search_archive {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #searchform.search_archive {
    margin-bottom: 20px;
  }
}

#search_archive {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #search_archive {
    padding-bottom: 40px;
  }
}
#search_archive #blog_list .item {
  display: block;
  height: auto;
  max-width: 1150px;
  padding: 30px 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #search_archive #blog_list .item {
    padding: 20px;
  }
}
#search_archive #blog_list .item .content {
  height: auto;
  width: 100%;
  padding: 0;
}
#search_archive #blog_list .item .content .content_inner {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
}
#search_archive #blog_list .item .content .content_inner .meta {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #search_archive #blog_list .item .content .content_inner .meta {
    margin: 0;
  }
}
#search_archive #blog_list .item .content .content_inner .meta .post_name {
  font-size: 14px;
  font-weight: bold;
  color: #2d8a6e;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
}
#search_archive #blog_list .item .content .content_inner .title {
  font-size: 22px;
}
@media (max-width: 767px) {
  #search_archive #blog_list .item .content .content_inner .title {
    font-size: 18px;
  }
}
#search_archive #blog_list .item .content .content_inner .desc {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #search_archive #blog_list .item .content .content_inner .desc {
    display: block;
    font-size: 12px;
  }
}
#search_archive #search_no_result {
  text-align: center;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  #search_archive #search_no_result {
    padding: 50px 20px;
  }
}
#search_archive #search_no_result .inner {
  max-width: 600px;
  margin: 0 auto;
}
#search_archive #search_no_result .no_result_icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f5f5f5;
  margin: 0 auto 25px;
}
#search_archive #search_no_result .no_result_icon:before {
  display: block;
  font-family: "design_plus";
  color: #999;
  font-size: 24px;
  content: "\e915";
  line-height: 64px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search_archive #search_no_result .no_result_label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2d8a6e;
  margin-bottom: 20px;
  font-family: Arial;
}
#search_archive #search_no_result .no_result_text {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #search_archive #search_no_result .no_result_text {
    font-size: 15px;
  }
}
#search_archive #search_no_result .no_result_sub {
  font-size: 14px;
  color: #888;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #search_archive #search_no_result .no_result_sub {
    margin-bottom: 30px;
  }
}
#search_archive #search_no_result #search_form form {
  height: 50px;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}
#search_archive #search_no_result #search_form .input_area input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  border: none;
  background: #f5f5f5;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  z-index: 1;
}
#search_archive #search_no_result #search_form .search_button input {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}
#search_archive #search_no_result #search_form .search_button label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: block;
  pointer-events: none;
}
#search_archive #search_no_result #search_form .search_button label:before {
  display: block;
  font-family: "design_plus";
  color: #000;
  font-size: 16px;
  content: "\e915";
  top: 19px;
  right: 20px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cat_select {
  margin-bottom: 40px;
}
#cat_select select {
  width: 100%;
  padding: 10px;
}

#post_list .headline,
.blog_slide .headline,
.column_slide .headline {
  font-size: 18px;
  font-weight: 500;
  height: 59px;
  line-height: 59px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 0 23px;
  margin: 0 0 24px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post_list .wrap_post_list,
.blog_slide .wrap_post_list,
.column_slide .wrap_post_list {
  margin-top: -24px;
}
@media (max-width: 767px) {
  #post_list .wrap_post_list,
  .blog_slide .wrap_post_list,
  .column_slide .wrap_post_list {
    margin-top: 0;
  }
}
#post_list .item,
.blog_slide .item,
.column_slide .item {
  width: 238px;
  min-height: 320px;
  float: left;
  margin: 24px 24px 0 0;
  background: #f3f3f3;
  position: relative;
  border: 1px solid #f3f3f3;
}
@media (max-width: 767px) {
  #post_list .item,
  .blog_slide .item,
  .column_slide .item {
    width: 100%;
    margin: 0 auto 24px;
  }
}
#post_list .item:nth-child(3n),
.blog_slide .item:nth-child(3n),
.column_slide .item:nth-child(3n) {
  margin-right: 0;
}
#post_list .item.csr,
.blog_slide .item.csr,
.column_slide .item.csr {
  min-height: 300px;
}
#post_list .item.csr .title_area,
.blog_slide .item.csr .title_area,
.column_slide .item.csr .title_area {
  padding: 20px 25px;
}
#post_list .image,
.blog_slide .image,
.column_slide .image {
  width: 100%;
  height: 180px;
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  #post_list .image,
  .blog_slide .image,
  .column_slide .image {
    height: 200px;
  }
}
#post_list .image img,
.blog_slide .image img,
.column_slide .image img {
  width: 100%;
  height: 180px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
@media (max-width: 767px) {
  #post_list .image img,
  .blog_slide .image img,
  .column_slide .image img {
    height: 200px !important;
  }
}
#post_list .image .new,
.blog_slide .image .new,
.column_slide .image .new {
  position: absolute;
  bottom: -8px;
  right: -23px;
  background: #dd3333;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 20px 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#post_list .image:hover img,
.blog_slide .image:hover img,
.column_slide .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#post_list .title_area,
.blog_slide .title_area,
.column_slide .title_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 80px;
  padding: 40px 25px 20px 25px;
}
#post_list .title_area .category,
.blog_slide .title_area .category,
.column_slide .title_area .category {
  position: absolute;
  top: 13px;
  left: 0px;
  z-index: 3;
  background: #000;
}
#post_list .title_area .category a,
.blog_slide .title_area .category a,
.column_slide .title_area .category a {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 5px 13px;
  line-height: 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post_list .title_area .category a:hover,
.blog_slide .title_area .category a:hover,
.column_slide .title_area .category a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#post_list .title_area .title,
.blog_slide .title_area .title,
.column_slide .title_area .title {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  word-break: break-all;
}
#post_list .title_area .title a,
.blog_slide .title_area .title a,
.column_slide .title_area .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
#post_list .title_area .date,
.blog_slide .title_area .date,
.column_slide .title_area .date {
  font-size: 12px;
  color: #999;
  margin: auto 0 0 0;
}

body.single #post_image_wrap {
  padding: 0;
  margin-bottom: 20px;
}
body.single .header_related {
  background: #2d8a6e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
}
body.single .header_related:after {
  display: none;
}
body.single #single_banner_bottom {
  margin: 60px auto;
}
body.single.single-news #main_contents, body.single.single-achievement #main_contents {
  padding-bottom: 0;
}
body.single.single-glossary #post_title .title .kana {
  display: block;
  font-size: 16px;
  color: #555;
  font-weight: normal;
}
body.single.single-glossary .related_post {
  margin-top: 60px;
}

body .wpcf7 {
  background: none;
  border: none;
}
@media (max-width: 767px) {
  body .wpcf7 form {
    margin: 0;
  }
}
body .wpcf7 table.t-inquiry {
  white-space: unset;
}
body .wpcf7 table.t-inquiry p {
  font-size: 14px;
}
body .wpcf7 table.t-inquiry caption {
  color: #f00;
  text-align: left;
}
@media (max-width: 767px) {
  body .wpcf7 table.t-inquiry tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
body .wpcf7 table.t-inquiry tr:first-child th {
  border-top: 1px solid #ddd;
}
body .wpcf7 table.t-inquiry tr th {
  width: 180px;
  vertical-align: middle;
  background: #e9f2e9;
}
@media (max-width: 767px) {
  body .wpcf7 table.t-inquiry tr th {
    width: auto;
    border-top: none;
    border-bottom: none;
  }
}
body .wpcf7 table.t-inquiry tr th.th_sub {
  width: auto;
  background: #ffeec3;
}
body .wpcf7 table.t-inquiry tr th .indi {
  color: #f00;
  margin-left: 5px;
}
body .wpcf7 table.t-inquiry tr td {
  vertical-align: middle;
}
body .wpcf7 table.t-inquiry tr td .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .wpcf7 table.t-inquiry tr td .wpcf7-checkbox.box_block {
  display: block;
}
body .wpcf7 table.t-inquiry tr td legend {
  display: none;
}
body .wpcf7 .wpcf7-not-valid-tip {
  color: #f00;
  font-weight: bold;
}
body .wpcf7 .confirm_attention .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
body .wpcf7 .wpcf7-submit {
  background: #2d8a6e;
  font-weight: bold;
  margin: 10px auto 0;
}
body .wpcf7 .wpcf7-submit:hover {
  background: #236F58;
}
body .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
body .wpcf7 #wpcf7cpcnf {
  z-index: 999;
}
@media (max-width: 767px) {
  body .wpcf7 #wpcf7cpcnf table {
    white-space: nowrap;
  }
}
body .wpcf7 #wpcf7cpcnf table caption {
  font-weight: bold;
}
@media (max-width: 767px) {
  body .wpcf7 #wpcf7cpcnf table caption {
    text-align: left;
  }
}
body .wpcf7 #wpcf7cpcnf table p {
  font-size: 14px;
}
@media (max-width: 767px) {
  body .wpcf7 #wpcf7cpcnf table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
body .wpcf7 #wpcf7cpcnf table tr:first-child th {
  border-top: 1px solid #ddd;
}
body .wpcf7 #wpcf7cpcnf table tr:last-child {
  display: none;
}
body .wpcf7 #wpcf7cpcnf table tr th {
  width: 180px;
  background: #e9f2e9;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding: 10px;
}
@media (max-width: 767px) {
  body .wpcf7 #wpcf7cpcnf table tr th {
    width: auto;
    border-top: none;
    border-bottom: none;
  }
}
body .wpcf7 #wpcf7cpcnf table tr td {
  padding: 10px;
}
body .wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
  margin: 0;
}
body .wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control:hover {
  background: #236F58;
}
body .wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100px;
  height: 48px;
  border: none !important;
  outline: none;
  color: #fff;
  background: #2d8a6e;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
}
body .wrap_mailmaga #wpcf7cpcnf table tr:last-child {
  display: table-row;
}

body .wsp-container .wsp-pages-title {
  display: none;
}
body .wsp-container .wsp-pages-list {
  margin: 0;
}
body .wsp-container .wsp-pages-list > li {
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #DBDCDC;
  padding: 10px 0;
  margin: 0;
}
body .wsp-container .wsp-pages-list > li ul {
  margin-top: 5px;
}
body .wsp-container .wsp-pages-list > li ul li {
  list-style: disc;
  font-size: 14px;
}
body .wsp-container .wsp-pages-list > li ul li ul li {
  list-style: circle;
}

#footer #footer_top {
  padding-top: 0;
}
#footer #footer_top #footer_map {
  margin-bottom: 50px;
}
#footer #footer_top #footer_map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  #footer #footer_top #footer_map iframe {
    height: 200px;
  }
}
#footer #footer_top #footer_logo img {
  width: 450px;
}
#footer #footer_top #footer_logo img.mobile {
  width: 90%;
}
#footer #footer_banner .item {
  height: 120px;
}
@media (max-width: 767px) {
  #footer #footer_banner .item {
    height: 90px;
  }
}
#footer #footer_banner .item:nth-child(1) a .title_area:before {
  background-image: url(images/ico_footer_glossary.svg);
}
#footer #footer_banner .item:nth-child(1) a .image_wrap .image {
  background: #ee8593 !important;
}
#footer #footer_banner .item:nth-child(1) a:hover .image_wrap .image {
  background: #de586a !important;
}
#footer #footer_banner .item:nth-child(2) a .title_area:before {
  background-image: url(images/ico_footer_staff-column.svg);
}
#footer #footer_banner .item:nth-child(2) a .image_wrap .image {
  background: #66b0ac !important;
}
#footer #footer_banner .item:nth-child(2) a:hover .image_wrap .image {
  background: #009981 !important;
}
#footer #footer_banner .item:nth-child(3) a .title_area:before {
  background-image: url(images/ico_footer_real-estate-column.svg);
}
#footer #footer_banner .item:nth-child(3) a .image_wrap .image {
  background: #9f7db6 !important;
}
#footer #footer_banner .item:nth-child(3) a:hover .image_wrap .image {
  background: #745198 !important;
}
#footer #footer_banner .item:nth-child(4) a .title_area:before {
  background-image: url(images/ico_footer_seminar.svg);
}
#footer #footer_banner .item:nth-child(4) a .image_wrap .image {
  background: #f8b62d !important;
}
#footer #footer_banner .item:nth-child(4) a:hover .image_wrap .image {
  background: #e88800 !important;
}
#footer #footer_banner .item a .title_area {
  left: 60px;
}
@media (max-width: 767px) {
  #footer #footer_banner .item a .title_area {
    left: 35px;
  }
}
#footer #footer_banner .item a .title_area:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #footer #footer_banner .item a .title_area:before {
    left: -20px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #footer #footer_banner .item a .title_area .title {
    font-size: 16px;
  }
}
#footer #footer_banner .item a .title_area .sub_title {
  margin-top: 8px;
}
#footer #footer_banner .item a .image_wrap .image {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}