@charset "UTF-8";
/*
Theme Name: BestFirm_2025
Theme URI: https:/wordpress.org/themes/BestFirm/
Author: the WordPress team
Author URI: https:/wordpress.org/
Description: Best Firm is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Best Firm will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http:/www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: BestFirm

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  margin: 0 auto;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

h1 {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
}

h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: #f39700;
  letter-spacing: 2px;
  text-align: center;
  word-break: break-all;
}

h3 {
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  word-break: break-all;
  text-align: left;
}

img {
  vertical-align: middle;
}

p {
  padding: 0px;
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  letter-spacing: 2px;
  word-break: break-all;
}

a {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  filter: Alpha(opacity=80);
  opacity: 0.8;
}

span {
  word-break: break-all;
}

@media (max-width: 980px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
/*-------common--------------*/
.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  /*	text-align: center;*/
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pc-only {
  display: block;
}

#sp-only {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  width: 35px;
  height: 35px;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}

section.telBnr {
  margin: 20px auto;
  text-align: center;
}

@media (max-width: 980px) {
  .container {
    width: 760px;
  }
}
@media (max-width: 760px) {
  .container {
    width: 93%;
  }
  #pc-only {
    display: none;
  }
  #sp-only {
    display: block;
  }
}
/*-------header--------------*/
.header-top {
  margin: 20px auto;
}

.header-logo {
  float: left;
}

.header-contact {
  float: right;
  padding-top: 5px;
}

.menu {
  display: block;
  background: #d4ab6f;
}

.sp-menu {
  background-color: #004970;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  overflow-y: auto;
  max-height: 480px;
}

ul.nav {
  list-style: none;
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.nav li {
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.nav li a {
  padding: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 980px) {
  .header-logo {
    width: 60%;
  }
  .header-logo img {
    width: 100%;
  }
  .header-contact {
    width: 35%;
  }
  .header-contact img {
    width: 100%;
  }
  ul.nav li a {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .header-logo {
    width: 72%;
    padding: 0px 10px;
  }
  .header-contact {
    width: 12%;
    vertical-align: top;
    padding: 0px 10px;
  }
  .gnav-btn {
    position: fixed;
    z-index: 30000;
  }
  .menu {
    display: none;
    padding: 15px;
    background: #004970;
  }
  ul.nav {
    display: block;
  }
  ul.nav li {
    float: none;
    display: block;
    text-align: left;
    padding: 5px 0px;
  }
  ul.nav li:last-child {
    border-bottom: none;
    margin-bottom: 30px;
  }
  ul.nav li a {
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 20px;
  }
  ul.nav li img {
    width: 90%;
  }
  #sp-logo-img {
    padding: 25px 5px 25px 5px;
  }
  .header-contact {
    padding: 0px;
    margin: 0 auto;
  }
}
/*-------footer--------------*/
.footer {
  margin-top: 50px;
  text-align: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-menu {
  display: block;
}

ul.footer-nav {
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.footer-nav li {
  float: left;
  text-align: center;
  padding: 5px 15px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.footer-nav li a {
  padding: 0px;
  color: #333333;
  font-size: 14px;
}

.footer p {
  font-size: 14px;
  margin: 5px auto;
}

@media (max-width: 760px) {
  .footer-logo-img {
    width: 100%;
  }
  ul.footer-nav li a {
    font-size: 24px;
  }
  .footer p {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  ul.footer-nav li a {
    font-size: 18px;
  }
  .footer p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .footer-logo-img {
    width: 100%;
  }
  ul.footer-nav li a {
    font-size: 14px;
  }
  .footer p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .footer-logo-img {
    width: 100%;
  }
  ul.footer-nav li a {
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .footer-logo-img {
    width: 100%;
  }
  ul.footer-nav li a {
    font-size: 10px;
  }
  .footer p {
    font-size: 10px;
  }
}
/*-------contact-form--------------*/
div.wpcf7 {
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

input.confrim-btn,
input.cancel-btn,
input.submit-btn {
  background-color: #00a981;
  padding: 10px 50px;
  border: 1px solid #00a981;
  border-radius: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  margin: 10px 30px;
  text-align: center;
  font-size: 22px;
}

.form-label {
  width: 100%;
  margin: 20px auto;
}

.form-label-title {
  width: 30%;
  padding: 3px 17px;
  display: inline-block;
  text-align: left;
  margin-right: 17px;
  font-weight: normal;
}

.form-condition {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  word-wrap: break-word;
  background-color: #f6f1e9;
  border: 1px solid #999999;
  border-radius: 5px;
}

.wpcf7-textarea {
  resize: vertical;
}

.need {
  background: #f39700;
  color: #fff;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  border: 1px solid #f39700;
  border-radius: 10px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  margin-left: 20px;
}

@media (max-width: 980px) {
  div.wpcf7 {
    width: 100%;
    margin: 20px auto;
  }
  #contactform-table th {
    display: block;
    width: 100%;
  }
  #contactform-table td {
    display: block;
  }
  input.confrim-btn,
  input.cancel-btn,
  input.submit-btn {
    font-size: 16px;
    margin: 10px 10px;
  }
}
@media (max-width: 450px) {
  input.confrim-btn,
  input.cancel-btn,
  input.submit-btn {
    margin: 0px 5px;
  }
  .contact-forn-tel-btn {
    width: 100%;
    height: auto;
  }
}
/*-------top-page--------------*/
/*-------main-bana--------------*/
.main-bana {
  background: url(./img/main-bana-back.webp) no-repeat center;
  background-size: cover;
  padding-top: 30px;
}

.main-bana-img {
  width: 100%;
}

@media (max-width: 760px) {
  .main-bana {
    background: none;
    background-size: cover;
    padding-top: 0px;
  }
  .sp-tel img {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-flow {
    margin: 20px auto;
    text-align: center;
    font-size: 32px;
  }
  .telBnr {
    width: 90%;
  }
}
/*-------top-sub1-------------*/
.top-sub1 {
  background-color: #f6f1e9;
}

.top-sub1-box-1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.top-sub1-box-1-title {
  position: absolute;
  float: left;
  z-index: 210;
  overflow: hidden;
}

.top-sub1-box-1-title h2 {
  text-align: left;
  margin-top: 30px;
}

.top-sub1-box-1-img {
  overflow: hidden;
  text-align: right;
  padding-top: 20px;
  padding-right: 5px;
}

.top-sub1-box-2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 760px) {
  .top-sub1 {
    margin-top: 20px;
  }
  .top-sub1-box-1 {
    width: 100%;
    margin: 0 auto;
  }
  .top-sub1-box-1-title {
    /*
    	float: none;
    	position: relative;
    	z-index: 10;
    */
    position: relative;
  }
  .top-sub1-box-1-img {
    position: absolute;
    bottom: 0px;
    right: 5px;
  }
  .top-sub1-box-1-img img {
    width: 50%;
  }
  .top-sub1-box-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .top-sub1-box-1-img {
    /*	position: absolute;
    	bottom: -20px;
    	right: 5px;
    */
  }
  .top-sub1-box-1-img img {
    width: 50%;
    padding-top: 200px;
  }
  .top-sub1-box-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*トップページ支店バナー*/
#topResponceBnr {
  background-color: #f8f0e4;
}

#topResponceBnrInner {
  padding: 40px 0 20px;
  margin: 0 auto;
}

#topResponceBnrInner h2 {
  margin-bottom: 20px;
}

.flexcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.flexcontainer .flexitem1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 20px 0;
}

.flexcontainer .flexitem2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 20px 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.flexitem1_1 {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flexcontainer .flexitem1_1 img {
  width: 100%;
}

.flexitem1_2 {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flexcontainer .flexitem1_2 img {
  width: 100%;
}

.flexcontainer .yoyakubnr_2 img {
  width: 100%;
}

.top-sub2-box-item {
  /*	width: 38%;*/
  width: 45%;
  margin: 10px 2px 20px;
}

.top-sub2-box {
  margin-bottom: 20px;
}

@media (min-width: 980px) {
  #topResponceBnrInner {
    width: 980px;
  }
}
@media (max-width: 980px) {
  #topResponceBnrInner {
    margin: 0 auto;
  }
  .flexcontainer {
    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;
  }
}
@media (max-width: 760px) {
  .flexcontainer .flexitem1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
  .flexcontainer .flexitem2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media (max-width: 460px) {
  #topResponceBnrInner {
    padding: 20px 0 10px;
    margin: 0 auto;
  }
  #topResponceBnrInner h2 {
    margin-bottom: 10px;
  }
  .flexcontainer .flexitem1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .flexcontainer .flexitem2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .flexcontainer .flexitem1_1 {
    width: 45%;
  }
  .flexcontainer .flexitem1_1 img {
    width: 100%;
  }
  .flexcontainer .flexitem1_2 {
    width: 45%;
  }
  .flexcontainer .flexitem1_2 img {
    width: 100%;
  }
}
/*-------top-sub2-------------*/
.top-sub2 h2 {
  width: 70%;
  margin: 50px auto;
}

.top-sub2-box {
  margin-bottom: 20px;
}

.top-sub2-box-item {
  display: inline-block;
  /*	width: 24%;*/
  width: 32%;
  border: 4px solid #00a981;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 2px 20px;
  text-align: center;
}

.top-sub2-box-item-title {
  height: 60px;
  display: table;
  margin: 5px auto;
}

.top-sub2-box-item h3 {
  display: table-cell;
  font-size: 20px;
  color: #00a981;
  vertical-align: middle;
}

.top-sub2-box-item p {
  width: 97%;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.top-sub2-box-item a {
  display: block;
  width: 97%;
  margin: 0 auto;
  text-align: center;
}

.top-sub2-btn {
  border: 1px solid #00a981;
  border-radius: 10px;
  background-color: #00a981;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

@media (max-width: 980px) {
  .top-sub2-box-item {
    /*	width: 38%;*/
    width: 45%;
    margin: 10px 2px 20px;
  }
  .top-sub2-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .top-sub2 h2 {
    width: 100%;
    margin: 30px auto;
  }
  .top-sub2-box-item {
    width: 45%;
    margin: 10px 2px 20px;
  }
}
@media (max-width: 460px) {
  .top-sub2-box-item {
    width: 45%;
  }
}
@media (max-width: 350px) {
  .top-sub2-box-item h3 {
    font-size: 17px;
  }
}
/*-------top-sub2-------------*/
.top-sub3 h2 {
  margin: 30px auto;
}

.top-sub3 p {
  margin: 10px 0 30px 0;
}

.top-sub3-box-item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0px 10px;
}

.top-sub3-box-item img {
  width: 100%;
}

@media (max-width: 760px) {
  .top-sub3-box-item {
    display: block;
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
  .top-sub3-box-item img {
    width: 70%;
  }
}
@media (max-width: 460px) {
  .top-sub2-box-item {
    width: 45%;
  }
  .top-sub3 p {
    font-size: 14px;
  }
}
/*-------top-sub4-------------*/
.top-sub4 {
  background-color: #f6f1e9;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-sub4 h2 {
  border-bottom: 2px solid #886c43;
  border-bottom-style: dotted;
  padding-bottom: 5px;
}

.top-sub-title {
  text-align: left;
  color: #886c43;
  font-size: 28px;
  margin-bottom: 10px;
}

.top-sub-title span {
  margin-right: 10px;
}

.top-sub-title span img {
  vertical-align: top;
  padding-top: 6px;
}

.top-sub4-item {
  width: 49%;
  float: left;
  margin: 10px 0px 0px 0px;
  text-align: left;
}

.top-sub4 a {
  color: #886c43;
  border-bottom: 1px solid #886c43;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 0 auto;
  text-align: left;
}

.top-sub4 a span {
  font-size: 26px;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .top-sub4 {
    padding: 20px;
  }
  .top-sub-title {
    font-size: 24px;
  }
  .top-sub-title span img {
    padding-top: 2px;
  }
  .top-sub4 a {
    font-size: 16px;
  }
  .top-sub4 a span {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .top-sub4-item {
    width: 100%;
    float: none;
  }
}
@media (max-width: 450px) {
  .top-sub-title {
    font-size: 19px;
  }
  .top-sub-title span img {
    padding-top: 0px;
  }
  .top-sub4 a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .top-sub4 a span {
    font-size: 18px;
  }
}
/*-------top-sub5-------------*/
.top-sub5 {
  margin-top: 50px;
}

.top-sub5 h2 {
  border-bottom: 1px solid #886c43;
  padding: 10px 0px;
}

.top-sub-left {
  width: 65%;
  float: left;
  margin-right: 30px;
}

.top-sub-left-item {
  border-bottom: 1px solid #886c43;
  border-top: 4px solid #886c43;
  margin-bottom: 2px;
}

.top-sub-left-item-link {
  margin: 20px auto;
  margin-left: 20px;
}

.top-sub-left-item-link p {
  font-weight: bold;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3px;
  width: 140px;
}

.news-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  float: left;
  font-weight: bold;
  padding-top: 2px;
  margin-right: 30px;
}

.news-color-1 {
  background-color: #b3c7e7;
  border: 1px solid #b3c7e7;
  border-radius: 10px;
}

.news-color-2 {
  background-color: #b7a66d;
  border: 1px solid #b7a66d;
  border-radius: 10px;
}

.news-color-3 {
  background-color: #f6d654;
  border: 1px solid #f6d654;
  border-radius: 10px;
}

.news-color-4 {
  background-color: #f6c0cd;
  border: 1px solid #f6c0cd;
  border-radius: 10px;
}

.news-box-link {
  color: #004970;
  text-decoration: underline;
  float: left;
  font-weight: bold;
  text-align: left;
  margin-top: 3px;
}

.semina-box-link {
  margin: 0 auto;
  text-align: left;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.semina-box-link a {
  color: #004970;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: 1px;
}

.top-sub-right {
  float: right;
}

@media (max-width: 980px) {
  .top-sub-left {
    width: 58%;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .top-sub-left {
    width: 100%;
    margin-right: 0px;
    display: block;
    float: none;
  }
  .news-box-link {
    margin-top: 10px;
    margin-left: 0px;
  }
  .top-sub-left-item-link {
    margin-left: 0px;
  }
  .semina-box-link {
    margin-left: 0px;
  }
  .top-sub-right {
    float: none;
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}
/*-------top-sub6-------------*/
.top-sub6 {
  margin-top: 50px;
}

.top-sub6-left {
  width: 47%;
  float: left;
  margin-right: 5px;
  margin-top: 20px;
}

.top-sub6-left p {
  background-color: #f7b954;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.triangle_down {
  background: none;
  width: 0;
  height: 0;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-top: 20px solid #f7b954;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-sub6-right {
  width: 52%;
  float: right;
}

.top-sub6-right-item {
  width: 100%;
  position: relative;
}

.top-sub6-right-item img {
  width: 100%;
}

.top-sub6-right-btn {
  position: absolute;
  bottom: -35px;
  left: 5px;
  width: 250px;
}

.top-sub6-right-btn a img {
  margin: 5px auto;
}

@media (max-width: 760px) {
  .top-sub6-left {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0px;
  }
  .top-sub6-right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 20px;
  }
  .top-sub6-right-btn {
    bottom: 2px;
    left: 0;
    width: 40%;
  }
  .top-sub6-right-btn a img {
    margin: 2px auto;
  }
}
/*-------top-sub7-------------*/
.top-sub7 {
  margin-top: 50px;
}

.top-sub7-left {
  width: 58%;
  margin-right: 5px;
  float: left;
}

.top-sub7-right {
  width: 40%;
  float: right;
}

.top-sub7-right img {
  width: 100%;
}

@media (max-width: 760px) {
  .top-sub7 {
    margin-top: 20px;
  }
  .top-sub7-left {
    width: 100%;
    margin-right: 0px;
    float: none;
    display: block;
  }
  .top-sub7-right {
    width: 100%;
    float: none;
    display: block;
    margin-top: 20px;
  }
}
/*-------sub-page-------------*/
/*-------sub-category-container-------------*/
.sub-main-bana {
  background: url(img/sub-main-back.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.sub-main-bana h1 {
  color: #333;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0px;
  font-size: 32px;
}

.sub-main-bana h2 {
  color: #333;
  margin: 0 auto;
  text-align: left;
  padding: 50px 0px;
  font-size: 32px;
}

.breadcrumb {
  padding: 10px 0;
  list-style: none;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: ">";
}

.breadcrumb > .active {
  color: #777;
}

.breadcrumb > li {
  float: left;
}

.breadcrumb > li > a {
  display: inline-block;
  color: #333333;
  font-size: 14px;
}

#sub-page-contaner-full {
  width: 100%;
  display: block;
}

#sub-page-contaner {
  width: 73%;
  float: left;
  margin-right: 30px;
}

#sidebar {
  width: 23%;
  float: right;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 980px) {
  #sub-page-contaner {
    width: 68%;
    margin-right: 15px;
  }
}
@media (max-width: 760px) {
  .sub-main-bana h1 {
    padding: 30px 0px;
  }
  .sub-main-bana h2 {
    padding: 30px 0px;
  }
  #sub-page-contaner {
    width: 100%;
    margin-right: 0px;
    display: block;
    float: none;
  }
  #sidebar {
    float: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
}
.sub-page-title {
  font-size: 28px;
  color: #00a981;
  margin-bottom: 30px;
  font-weight: bold;
}

h2.sub-page-title {
  text-align: left;
}

.issueInner {
  margin: 0 0 60px;
}

.entry-body ul.checklist li {
  background: url(/wp-content/uploads/2017/11/body-check.webp) no-repeat left 0.3em;
  margin-left: 20px;
  padding-left: 1.5em;
}

.entry-body ul.checklist li strong {
  color: #f39700;
  font-size: 1.3em;
}

.entry-body .tetsudukipoint ul.checklist li {
  background: url(/wp-content/uploads/2017/11/body-check.webp) no-repeat left 0.8em;
}

.souzokuflowItem {
  background-color: #f6f2e9;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  margin: 20px 0px;
  font-weight: bold;
}

div.souzokuflowItem span {
  padding: 0.2em 1em;
  margin-left: 1em;
  font-weight: bold;
  color: #ffffff; /*文字色*/
  background: #f39700;
  border-radius: 20px; /*角の丸み*/
}

.entry-body table.souzokuninhyo {
  border-collapse: collapse;
  width: 90%;
  margin: 20px auto;
}

.entry-body table.souzokuninhyo thead th {
  text-align: center;
}

.entry-body table.souzokuninhyo th {
  background-color: #f6f2e9;
  border: 1px solid #b8a78e;
  padding: 5px;
}

.entry-body table.souzokuninhyo td {
  border: 1px solid #b8a78e;
  padding: 5px;
}

#achive {
  margin: 80px auto;
}

.achive-title {
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #886c43;
  padding-bottom: 10px;
  border-bottom-style: dashed;
  margin-bottom: 10px;
}

.achive-date {
  font-size: 14px;
  float: left;
  margin-right: 10px;
  maargin-top: 5px;
}

.achive-data {
  margin-top: 10px;
}

.achive-data-txt {
  float: left;
  width: 60%;
  text-align: left;
}

.achive-data-txt-block {
  display: block;
  width: 100%;
  text-align: left;
}

.achive-data-txt-link img {
  margin-top: 20px;
}

.achive-data-thumbnail {
  width: 38%;
  float: right;
}

.achive-data-thumbnail img {
  width: 100%;
}

@media (max-width: 760px) {
  .sub-page-title {
    font-size: 20px;
    margin-bottom: 19px;
  }
  #achive {
    margin: 32px auto;
  }
  .achive-title {
    font-size: 20px;
  }
  .achive-data-txt {
    width: 100%;
    margin-right: 0px;
    display: block;
    float: none;
  }
  .achive-data-thumbnail {
    float: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
/*-------pagination-------------*/
.pagination-box {
  margin: 50px auto;
}

.navigation ul {
  list-style: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li.disabled {
  background-color: #004970;
  color: #fff;
  border: 1px solid #004970;
  cursor: pointer;
  border-radius: 50%;
  padding: 0.45rem 0.75rem;
  margin: 0px 5px;
  font-size: 12px;
  text-decoration: none;
}

.navigation li.active a {
  background-color: #fff;
  border: 1px solid #004970;
  color: #333;
}

/*-------sidebar-------------*/
.full-img {
  width: 100%;
}

.freecontact {
  position: relative;
  margin-bottom: 30px;
}

.freecontact-btn {
  position: absolute;
  bottom: 5px;
  left: 5%;
  width: 90%;
}

.freecontact-btn img {
  width: 100%;
}

.freemap {
  position: relative;
  margin-bottom: 30px;
}

.freemap-btn {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
}

.freemap-btn img {
  width: 100%;
}

.sidebar-category {
  background-color: #ede3d3;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

.sidebar-category h2 {
  font-size: 21px;
  color: #cb9a59;
  margin: 20px auto;
  font-weight: bold;
}

.sidebar-category-box-item {
  margin: 10px auto;
}

.sidebar-category-box-item-left {
  display: inline-block;
  width: 15px;
  vertical-align: top;
}

.sidebar-category-box-item-left img {
  width: 100%;
}

.sidebar-category-box-item-right {
  display: inline-block;
  width: 90%;
  text-align: left;
  vertical-align: top;
}

.sidebar-category-box-item-right a {
  color: #333;
}

@media (max-width: 980px) {
  .sidebar-category-box-item-right {
    width: 86%;
  }
}
/*-------page-body-------------*/
.entry-header {
  margin-bottom: 30px;
}

.entry-body {
  margin-top: 0px;
  line-height: 2;
}

.entry-header h1 {
  padding: 20px 0px 20px 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #886c43;
  border-top: 5px solid #886c43;
  text-align: left;
  color: #886c43;
  font-size: 28px;
  background: url(./img/top-tab4.webp) no-repeat left;
  background-position-x: 0;
  background-position-y: 25px;
}

/*
.entry-body h2 {
	padding: 20px 0px 20px 40px;
    	margin-bottom: 30px;
    	margin-top: 70px;
    	border-bottom: 1px solid #886c43;
    	border-top: 5px solid #886c43;
    	text-align: left;
    	color: #886c43;
    	font-size: 28px;
    	background: url(./img/top-tab4.webp) no-repeat left;
    	background-position-x: 0;
    	background-position-y: 25px;

}
*/
.entry-body h2 {
  font-size: 28px;
  color: #00a981;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.entry-body h3 {
  color: #f39700;
  font-size: 26px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: 1px solid #886c43;
  border-bottom-style: dashed;
}

.entry-body h4 {
  text-align: left;
}

.entry-body table th {
  vertical-align: top;
  text-align: left;
}

.entry-body table td {
  vertical-align: top;
  text-align: left;
}

.entry-body-table-box {
  margin: 30px auto;
}

.entry-body-table-1 {
  border-collapse: collapse;
  width: 100%;
}

.entry-body-table-1 th {
  border-bottom: 2px solid #f39700;
  width: 30%;
  vertical-align: top;
  text-align: left;
  padding: 30px 0px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-table-1 td {
  border-bottom: 2px solid #f6f1e9;
  text-align: left;
  padding: 30px 0px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  vertical-align: top;
}

.entry-body-table-2 {
  border-collapse: collapse;
  width: 100%;
}

.entry-body-table-2 th {
  width: 20%;
  vertical-align: top;
  text-align: left;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-table-2 td {
  vertical-align: top;
  text-align: left;
  padding: 10px 0px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-table-3 {
  border-collapse: collapse;
  width: 100%;
}

.entry-body-table-3 th {
  border-bottom: 2px solid #f39700;
  width: 25%;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-table-3 td {
  border-bottom: 2px solid #f6f1e9;
  text-align: left;
  padding: 10px 0px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  vertical-align: middle;
}

.entry-body-table-4 {
  border-collapse: collapse;
  width: 100%;
}

.entry-body-table-4 th {
  border-bottom: 2px solid #f39700;
  width: 30%;
  vertical-align: middle;
  text-align: left;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-table-4 td {
  border-bottom: 2px solid #f6f1e9;
  text-align: right;
  padding: 10px 20px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  vertical-align: middle;
}

.entry-body-service {
  margin: 30px auto;
  position: relative;
  width: 100%;
  height: auto;
}

.entry-body-service-back {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -20;
}

.entry-body-service-box-item {
  width: 58%;
  background-color: #f6f2e9;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  margin: 20px 0px;
  text-align: left;
}

.entry-body-link-box {
  margin: 30px auto;
}

.entry-body-link-box-item {
  width: 30%;
  display: inline-block;
  margin: 30px 5px;
  vertical-align: top;
}

.entry-body-link-box-item h3 {
  font-size: 22px;
}

.entry-body-link-box-item h4 {
  font-size: 20px;
}

.entry-body-link-box-item a img {
  margin: 20px auto;
}

.entry-body-link-box-item p {
  text-align: center;
}

.entry-body-check-box {
  margin: 30px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-check-box-item {
  margin: 10px auto;
}

.entry-body-check-box-item-img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  vertical-align: top;
}

.entry-body-check-box-item-img img {
  width: 100%;
}

.entry-body-check-box-item-txt {
  width: 94%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.entry-body-check-box-item-txt p {
  padding-top: 2px;
}

.entry-body-box1 {
  margin: 30px auto;
}

.entry-body-box1-item img {
  float: right;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  overflow: hidden;
  margin-left: 20px;
}

.entry-body-box1-item p {
  margin: 5px auto;
}

.entry-body-box2 {
  margin: 30px auto;
}

.entry-body-box2-item img {
  float: left;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  overflow: hidden;
  margin-right: 20px;
}

.entry-body-box2-item p {
  margin: 5px auto;
}

.entry-body-p-box {
  width: 90%;
  border: 1px solid #b8a78e;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  margin: 20px auto;
}

.entry-body ul {
  text-decoration: none;
  list-style: none;
  text-align: left;
  padding: 0px;
}

.entry-body ul li {
  padding: 1px 0px 1px 1px;
}

.entry-body ol {
  text-decoration: none;
  text-align: left;
  padding: 0px 0px 0px 1.5em;
}

.entry-body ol li {
  padding: 1px 0px 1px 1px;
}

.p-title {
  font-size: 18px;
  font-weight: bold;
}

.eentry-body-dis-box {
  margin: 50px 0px 15px 0px;
}

.eentry-body-dis-box-item {
  background-color: #f6f1e9;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.triangle_down {
  background: none;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #f6f1e9;
  margin: 0 auto;
  text-align: center;
}

.eentry-body-dis-box-item p {
  font-weight: bold;
}

.entry-body-service-box1 img {
  margin: 10px;
}

.entry-body-box3 {
  margin: 30px auto;
  text-align: left;
  letter-spacing: 1.5px;
}

.entry-body-box3-img {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  vertical-align: top;
  width: 30%;
  margin-right: 20px;
}

.entry-body-box3-txt {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  vertical-align: top;
  width: 65%;
}

.entry-body-box3-txt table {
  border-collapse: collapse;
  margin: 10px 0px;
  text-align: left;
  font-size: 14px;
  width: 100%;
}

.entry-body-box3-txt table th {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  width: 15%;
}

.entry-body-box3-txt table td {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.next-post-link {
  margin: 30px auto;
}

.next-post-link a {
  margin: 0px 10px;
}

.news-box-list {
  font-weight: bold;
  padding: 2px 20px;
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  float: left;
}

p.linklist a {
  margin-bottom: 5px;
  background: url(http://h-life.jp/wp-content/themes/BestFirm/img/sidebar-icon1.webp) no-repeat left 5px;
  padding-left: 20px;
  color: #00a981;
}

@media (max-width: 960px) {
  .entry-body-check-box-item-img {
    margin-right: 5px;
  }
  .img-full-size {
    width: 100%;
  }
  .entry-body-box3-txt {
    width: 64%;
  }
}
@media (max-width: 760px) {
  .entry-header h1 {
    font-size: 22px;
  }
  .entry-body h2 {
    font-size: 22px;
    margin-top: 50px;
  }
  .entry-body h3 {
    font-size: 22px;
  }
  .entry-body h4 {
    font-size: 22px;
  }
  .entry-body-service {
    position: static;
  }
  .entry-body-service-box-item {
    width: 100%;
  }
  .entry-body-service-back {
    position: static;
    width: 100%;
  }
  .entry-body-link-box-item {
    width: 100%;
    display: block;
    margin: 30px 0px;
  }
  .entry-body-check-box-item-txt {
    width: 90%;
  }
  .entry-body-box1-item img {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .entry-body-box2-item img {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .entry-body-box3-img {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .entry-body-box3-img img {
    width: 100%;
  }
  .entry-body-box3-txt {
    display: block;
    vertical-align: top;
    width: 100%;
  }
  .entry-body-box3-txt table th {
    width: 21%;
  }
  .entry-body-service-box1 img {
    margin: 5px;
    width: 45%;
  }
}
@media (max-width: 400px) {
  .news-box-list {
    font-size: 10px;
  }
}
#sitemap_list li {
  background: none;
}

#sitemap_list li a {
  background: url(./img/sitemap-icon.webp) no-repeat left top;
  background-position-y: 8px;
  color: #333;
}

#sitemap_list li li {
  background: none;
  padding-left: 40px;
}

#sitemap_list li li a {
  background: url(./img/sitemap-icon.webp) no-repeat left top;
  background-position-y: 8px;
  padding-left: 25px;
  font-size: 14px;
}

#sitemap_list li li li {
  background-position-y: 8px;
  background: none;
  padding-left: 40px;
}

#sitemap_list li li li a {
  background-position-y: 8px;
  padding-left: 25px;
  background: url(./img/sitemap-icon.webp) no-repeat left top;
}

.back-confrim {
  background-color: #00a981;
  padding: 10px 50px;
  border: 1px solid #00a981;
  border-radius: 10px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  margin: 10px 30px;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 980px) {
  .back-confrim {
    font-size: 16px;
    padding: 10px 14px;
  }
}
/***********トップページバナー追加　************/
#topBigBannerWrapper {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

div.topBigBanner {
  margin: 20px auto;
  width: 980px;
}

@media (max-width: 960px) {
  div.topBigBanner {
    margin: 20px auto;
    width: 100%;
  }
  div.topBigBanner img {
    width: 100%;
  }
}
/***********　採用バナー追加　************/
div.recruitBnr {
  margin-bottom: 20px;
}

/***********　コロナバナー追加　************/
section#corona {
  margin: 0 auto;
  max-width: 810px;
  text-align: center;
}

section#corona div#pc-only {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

section#corona div#pc-only img {
  width: 100%;
  text-align: center;
}

section#corona div#sp-only {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

section#corona div#sp-only img {
  width: 90%;
  text-align: center;
}

/*固定フッターボタン*/
.footer {
  padding-bottom: 100px;
}

.footer-resnav {
  position: fixed;
  z-index: 510;
  left: 0;
  bottom: 0;
  background-color: #eeeeee;
}

.footer-resnav p {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.footer-resnav ul {
  padding: 0 5%;
}

.footer-resnav ul li {
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 0px;
}

.footer-resnav img {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-resnav .flexitem1_1 {
  width: 45%;
  margin-top: 0px;
}

.footer-resnav .flexitem1_1 img {
  width: 100%;
}

.footer-resnav .flexitem1_2 {
  width: 45%;
  margin-top: 0px;
  margin-right: 5px;
}

.footer-resnav .flexitem1_2 img {
  width: 100%;
}

/*202105事務所ページ支店リンク*/
#officeList {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#officeList .shitenBnr1 {
  width: 45%;
  margin-right: auto;
  margin-bottom: 1em;
  display: block;
}

#officeList .shitenBnr1 img {
  width: 100%;
}

#officeList .shitenBnr2 {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 1em;
  display: block;
}

#officeList .shitenBnr2 img {
  width: 100%;
}

#officeList .shitenBnr3 {
  width: 45%;
  margin-top: 0px;
  margin-bottom: 1em;
  display: block;
}

#officeList .shitenBnr3 img {
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 760px) {
  #officeList .shitenBnr1 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1em;
    display: block;
  }
  #officeList .shitenBnr2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1em;
    display: block;
  }
  #officeList .shitenBnr3 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1em;
    display: block;
  }
}
/*福山事務所ページ*/
table.shisetsutable {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}

table.shisetsutable th {
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 0.5em;
  width: 20%;
}

table.shisetsutable td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 70px;
  max-width: 1320px;
  padding: 0 20px 100px;
  margin: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.page-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-container #sidebar {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
}
.page-container #sidebar .freemap {
  margin-bottom: 0;
}
.page-container__side {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 760px) {
  .page-container {
    grid-template-columns: 100%;
    gap: 35px;
    max-width: 100%;
    padding: 0 20px 50px;
  }
  .page-container__side {
    position: relative;
  }
}

.tabonly {
  display: none;
}
@media screen and (max-width: 980px) {
  .tabonly {
    display: block;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 760px) {
  .sponly {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.home-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-mv {
  position: relative;
  background: #f8f0e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-mv h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(300px, 46vw, 668px);
  height: clamp(250px, 35vw, 506px);
  background: url(img/2025/home/mv_copy.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-85%, -50%);
          transform: translate(-85%, -50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.home-mv_image {
  width: 75vw;
  max-width: 1090px;
}
@media (max-width: 760px) {
  .home-mv {
    padding-top: 12vw;
  }
  .home-mv h1 {
    left: 2vw;
    top: 2vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 96vw;
    height: 54vw;
    background: url(img/2025/home/mv_copy_sp.png) no-repeat center;
    background-size: contain;
  }
  .home-mv_image {
    width: calc(100% - 30px);
  }
}
.home-lead {
  background: #f8f0e4;
  text-align: center;
  padding: 30px 0;
}
.home-lead h2 {
  font-size: 20px;
  color: #b37104;
}
.home-lead h2 span {
  font-size: 48px;
  color: #f39700;
}
@media (max-width: 760px) {
  .home-lead h2 {
    font-size: 15px;
  }
  .home-lead h2 span {
    font-size: 30px;
  }
}
.home-cta {
  padding: 68px 20px;
  background: #f8f0e4;
}
.home-cta h2 {
  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;
  color: #000000;
  font-size: 32px;
  gap: 10px;
  margin-bottom: 60px;
  line-height: 1.2;
}
.home-cta h2 span {
  padding: 16px 10px;
  font-size: 32px;
  background: #f39700;
  color: #ffffff;
}
.home-cta__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.home-cta__item {
  --itemColor: #01aa80;
  background: #ffffff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 20px;
  border: solid 2px var(--itemColor);
  -webkit-box-shadow: 4px 4px 0 var(--itemColor);
          box-shadow: 4px 4px 0 var(--itemColor);
  padding: 25px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-cta__item h3 {
  background: var(--itemColor);
  font-size: 16px;
  color: #ffffff;
  border-radius: 90px;
  text-align: center;
  padding: 10px;
  min-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .home-cta__item h3 {
    min-width: auto;
    width: 100%;
  }
}
.home-cta__item div {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-cta__item div a {
  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;
  gap: 10px;
  color: var(--itemColor);
  font-weight: 700;
}
.home-cta__item div a::before {
  content: " ";
  display: block;
  width: min(3.5vw, 45px);
  height: min(3.5vw, 45px);
}
.home-cta__tel a {
  font-size: min(2.25vw, 36px);
}
.home-cta__tel a::before {
  background: url(img/2025/home/cta_tel.svg) no-repeat center;
  background-size: contain;
}
.home-cta__chat {
  --itemColor: #f39700;
}
.home-cta__chat a {
  font-size: 22px;
}
.home-cta__chat a::before {
  background: url(img/2025/home/cta_chat.svg) no-repeat center;
  background-size: contain;
}
.home-cta__simulation {
  --itemColor: #b37104;
}
.home-cta__simulation a {
  font-size: 22px;
}
.home-cta__simulation a::before {
  background: url(img/2025/home/cta_simulation.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .home-cta {
    display: none;
  }
}
.home-worries {
  background: #f8f8f8;
  padding: 70px 40px;
}
.home-worries h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 65px;
  color: #01aa80;
}
.home-worries__list {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 100%;
  gap: 60px;
}
.home-worries__item {
  background: #fff;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  padding: 70px 60px 30px 90px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0 30px;
}
.home-worries__item h3 {
  color: #b37104;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 20px;
}
.home-worries__item h3::before {
  content: " ";
  width: 40px;
  height: 40px;
  display: block;
  background: url(img/2025/home/worries_label.svg) no-repeat center;
  background-size: contain;
}
.home-worries__item p {
  line-height: 1.6875;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.home-worries__item-photo {
  grid-row: span 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
.home-worries__item-photo img {
  max-height: 200px;
  width: auto;
}
.home-worries__item-btn {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  grid-column: span 2;
  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;
  margin-top: 40px;
}
.home-worries__item-btn a {
  color: #fcfcfd;
  font-size: 16px;
  background: #01aa80;
  border-radius: 90px;
  padding: 10px 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .home-worries__item {
    padding: 50px;
    grid-template-columns: 1fr 40%;
  }
  .home-worries__item h3 {
    grid-column: span 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .home-worries__item p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .home-worries__item-photo {
    grid-row: span 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-bottom: 30px;
  }
  .home-worries__item-photo img {
    height: 100px;
  }
  .home-worries__item-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 760px) {
  .home-worries {
    padding: 70px 20px;
  }
  .home-worries h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .home-worries__list {
    gap: 30px;
  }
  .home-worries__item {
    padding: 30px 20px;
    border-radius: 20px;
    grid-template-columns: 100%;
  }
  .home-worries__item h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .home-worries__item h3::before {
    content: " ";
    width: 30px;
    height: 30px;
    display: block;
  }
  .home-worries__item-photo {
    grid-row: span 1;
  }
  .home-worries__item-btn {
    grid-column: span 1;
    margin-top: 40px;
  }
  .home-worries__item-btn a {
    width: 100%;
    text-align: center;
    font-size: min(4vw, 16px);
    padding: 10px;
  }
}
.home-attention {
  padding: 100px 40px;
  background: #f8f0e4;
}
.home-attention h2 {
  color: #b37104;
  font-size: 32px;
  margin-bottom: 46px;
}
.home-attention__container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 65px;
}
.home-attention__container p {
  line-height: 2.0625;
}
@media screen and (max-width: 980px) {
  .home-attention__container {
    grid-template-columns: 1fr 40%;
  }
}
@media screen and (max-width: 760px) {
  .home-attention {
    padding: 50px 20px;
    background: #f8f0e4;
  }
  .home-attention h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .home-attention__container {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .home-attention__container p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-attention__photo {
    text-align: center;
  }
  .home-attention__photo img {
    height: 160px;
  }
}
.home-support {
  padding: 65px 40px;
}
.home-support h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 50px;
}
.home-support h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 30px;
}
.home-support__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1280px;
  margin: 0 auto 65px;
  gap: 40px;
}
.home-support__list:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 980px) {
  .home-support__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-support__item {
  background: #f8f0e4;
  border-radius: 20px;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  padding: 30px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.home-support__item:nth-child(1) h4::before, .home-support__item:nth-child(4) h4::before {
  background: url(img/2025/home/support_icon1.svg) no-repeat center;
  background-size: contain;
}
.home-support__item:nth-child(2) h4::before {
  background: url(img/2025/home/support_icon2.svg) no-repeat center;
  background-size: contain;
}
.home-support__item:nth-child(3) h4::before {
  background: url(img/2025/home/support_icon3.svg) no-repeat center;
  background-size: contain;
}
.home-support__item h4 {
  border-bottom: solid 1px #b37104;
  padding: 0 0 13px;
  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;
  font-size: 18px;
  margin: 0 0 10px;
  gap: 15px;
}
.home-support__item h4::before {
  content: " ";
  width: 35px;
  height: 35px;
  display: block;
}
.home-support__item p {
  text-align: center;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.home-support__btn {
  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;
  margin-top: 20px;
}
.home-support__btn a {
  font-size: 16px;
  padding: 3px 16px;
  line-height: 1.4;
  background: #01aa80;
  color: #f8f8f8;
  border-radius: 90px;
}
@media screen and (max-width: 760px) {
  .home-support {
    padding: 40px 20px;
  }
  .home-support h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-support h3 {
    font-size: 20px;
  }
  .home-support__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 30px;
    gap: 15px;
  }
  .home-support__list:last-child {
    border-bottom: 0;
  }
  .home-support__item {
    padding: 15px 10px;
    border: solid 1px #b37104;
    -webkit-box-shadow: 2px 2px 0 #b37104;
            box-shadow: 2px 2px 0 #b37104;
  }
  .home-support__item h4 {
    padding: 0 0 7px;
    font-size: 16px;
    margin: 0 0 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .home-support__item p {
    line-height: 1.66;
    letter-spacing: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .home-support__item p br {
    display: none;
  }
  .home-support__btn {
    margin-top: 15px;
  }
  .home-support__btn a {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
    letter-spacing: 0;
    line-height: 1.4;
    background: #01aa80;
    color: #f8f8f8;
    border-radius: 90px;
  }
  .home-support__btn a span {
    display: none;
  }
}
.home-plaza {
  padding: 110px 40px;
  background: #f8f0e4;
}
.home-plaza h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 50px;
}
.home-plaza__container {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 45px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home-plaza__container {
    grid-template-columns: 1fr 40%;
  }
}
.home-plaza__container p {
  line-height: 1.875;
}
@media screen and (max-width: 760px) {
  .home-plaza {
    padding: 50px 20px;
  }
  .home-plaza h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .home-plaza__container {
    grid-template-columns: 100%;
    gap: 65px;
  }
  .home-plaza__container p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-why {
  padding: 60px 40px 135px;
  background: #f8f8f8;
}
.home-why h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 75px;
}
.home-why__list .swiper-wrapper {
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 0 auto;
  counter-reset: number 0;
}
.home-why__item {
  padding: 30px 20px;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  border-radius: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.home-why__item::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 128px;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffffff;
  -webkit-text-stroke: 10px #f39700;
  text-stroke: 10px #f39700;
  paint-order: stroke;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-why__item-photo {
  margin-bottom: 25px;
}
.home-why__item-photo img {
  border-radius: 20px;
  overflow: hidden;
}
.home-why__item h3 {
  text-align: center;
  font-size: 16px;
  color: #b37104;
  margin-bottom: 8px;
  letter-spacing: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.home-why__item p {
  line-height: 1.66;
}
.home-why__item-btn {
  margin-top: 25px;
  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;
}
.home-why__item-btn a {
  color: #fcfcfd;
  background: #01aa80;
  border-radius: 90px;
  padding: 10px 35px;
  font-weight: 700;
}
.home-why__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #01aa80;
  color: #ffffff;
  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;
  font-size: 38px;
  z-index: 10;
  border-radius: 50%;
  display: none;
}
.home-why__arrow.prevButton {
  left: 8vw;
}
.home-why__arrow.nextButton {
  right: 8vw;
}
@media screen and (max-width: 980px) {
  .home-why {
    padding: 60px 40px 135px;
  }
  .home-why h2 {
    color: #01aa80;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 75px;
  }
  .home-why__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 0 auto;
  }
  .home-why__item {
    padding: 30px 20px;
    border: solid 2px #b37104;
    -webkit-box-shadow: 4px 4px 0 #b37104;
            box-shadow: 4px 4px 0 #b37104;
    border-radius: 20px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .home-why__item h3 {
    text-align: center;
    font-size: 16px;
    color: #b37104;
    margin-bottom: 8px;
    letter-spacing: 0;
    white-space: nowrap;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-why__item p {
    line-height: 1.66;
  }
  .home-why__item-btn {
    margin-top: 25px;
    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;
  }
  .home-why__item-btn a {
    color: #fcfcfd;
    background: #01aa80;
    border-radius: 90px;
    padding: 10px 35px;
    font-weight: 700;
  }
}
@media (max-width: 760px) {
  .home-why {
    padding: 60px 20px;
  }
  .home-why h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .home-why__list {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 10px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-why__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .home-why__item {
    width: 70vw;
    height: auto;
    min-height: 100%;
    padding: 30px 20px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .home-why__item::before {
    font-size: 100px;
  }
  .home-why__item h3 {
    text-align: center;
    font-size: 16px;
    color: #b37104;
    margin-bottom: 8px;
    letter-spacing: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-why__item p {
    line-height: 1.66;
  }
  .home-why__item-btn {
    margin-top: 25px;
    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;
  }
  .home-why__item-btn a {
    color: #fcfcfd;
    background: #01aa80;
    border-radius: 90px;
    padding: 10px 35px;
    font-weight: 700;
  }
  .home-why__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-voice {
  padding: 60px 40px;
  background: #f8f0e4;
}
.home-voice h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 70px;
}
.home-voice__list {
  overflow: visible;
}
.home-voice__list .swiper-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .home-voice__list .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-voice__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.home-voice__item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.home-voice__item:nth-child(n+4) {
  display: none;
}
.home-voice__item p {
  color: #3b5266;
  font-size: 20px;
  line-height: 1.5;
}
.home-voice__item-name {
  margin: 45px 0 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home-voice__item-name::before {
  content: " ";
  width: 60px;
  height: 60px;
  display: block;
  background: url(img/2025/home/voice_icon.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 760px) {
  .home-voice {
    padding: 60px 20px;
  }
  .home-voice h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .home-voice__list {
    overflow: hidden;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .home-voice__list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .home-voice__item {
    height: auto;
    min-height: 100%;
    padding: 20px 15px;
  }
  .home-voice__item:nth-child(n+4) {
    display: grid;
  }
  .home-voice__item p {
    font-size: 16px;
  }
  .home-voice__item-name {
    margin: 20px 0 0;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .home-voice__item-name::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.home-office {
  padding: 60px 40px;
  background: #f8f0e4;
}
.home-office h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 70px;
}
.home-office__list {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.home-office__item {
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  padding: 25px 50px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  grid-row: span 4;
}
.home-office__item-photo {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.home-office__item h3 {
  color: #01aa80;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.home-office__item table {
  width: 100%;
  margin-bottom: 25px;
  border-spacing: inherit;
}
.home-office__item table th,
.home-office__item table td {
  padding: 15px 0;
  border-bottom: solid 1px #01aa80;
  vertical-align: baseline;
  line-height: 1.66;
}
.home-office__item table th {
  padding-right: 10px;
  color: #01aa80;
  text-align: left;
  white-space: nowrap;
}
.home-office__item table tr:last-child th,
.home-office__item table tr:last-child td {
  border-bottom: none;
}
.home-office__item-btn {
  margin-top: auto;
  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;
}
.home-office__item-btn a {
  color: #fcfcfd;
  background: #01aa80;
  border-radius: 90px;
  padding: 10px 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .home-office__list {
    gap: 30px;
  }
  .home-office__item {
    padding: 20px;
  }
}
@media (max-width: 760px) {
  .home-office {
    padding: 60px 20px;
  }
  .home-office h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-office__list {
    display: grid;
    grid-template-columns: 100%;
    gap: 30px;
  }
  .home-office__item {
    padding: 20px;
  }
  .home-office__item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .home-office__item table {
    margin-bottom: 15px;
  }
  .home-office__item table th,
  .home-office__item table td {
    padding: 10px 0;
  }
  .home-office__item-btn {
    margin-top: auto;
    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;
  }
  .home-office__item-btn a {
    color: #fcfcfd;
    background: #01aa80;
    border-radius: 90px;
    padding: 10px 35px;
    font-weight: 700;
  }
}
.home-news {
  padding: 100px 40px;
}
.home-news__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-news__container h2 {
  color: #01aa80;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 120px;
}
.home-news__list {
  grid-row: span 2;
  display: grid;
  grid-template-columns: auto auto 1fr;
}
.home-news__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  border-bottom: solid 1px #000000;
}
.home-news__item a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 25px;
  color: #000000;
  text-align: left;
  gap: 15px;
}
.home-news__item a time {
  white-space: nowrap;
}
.home-news__item p {
  margin: 0;
}
.home-news__item-category span {
  background: #f39700;
  color: #ffffff;
  border-radius: 6px;
  padding: 0 10px;
  text-align: center;
  display: block;
}
.home-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-news__btn a {
  color: #fcfcfd;
  background: #01aa80;
  border-radius: 90px;
  padding: 10px 35px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .home-news__container {
    grid-template-columns: 100%;
  }
  .home-news__container h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .home-news__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 760px) {
  .home-news {
    padding: 50px 20px;
  }
  .home-news__container h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-news__list {
    grid-row: span 1;
    grid-template-columns: auto 1fr;
  }
  .home-news__item {
    grid-column: span 2;
  }
  .home-news__item a {
    grid-column: span 2;
    padding: 15px 0;
    gap: 15px;
  }
  .home-news__item p {
    margin: 0;
  }
  .home-news__item-title {
    grid-column: span 2;
  }
  .home-news__item-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-news__btn {
    margin-top: 30px;
  }
}

.footer-section {
  padding: 50px 40px;
}
.footer-section__container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer-section__logo {
  grid-column: span 2;
  margin-bottom: 50px;
}
.footer-section__logo span {
  display: block;
  width: 395px;
  height: 27px;
  background: url(img/2025/home/logo.svg) no-repeat center;
  background-size: contain;
}
.footer-section__data dl {
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 700;
  gap: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-section__data dl dd {
  margin: 0;
}
.footer-section__data dl dd a {
  background: #01aa80;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  padding: 5px;
  margin-left: 16px;
}
.footer-section__data dl dd span {
  font-weight: 500;
}
.footer-section__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 13px 0 0;
  padding: 0;
}
.footer-section__pay li {
  margin: 0;
  font-size: 13px;
  background: #f39700;
  border-radius: 6px;
  color: #ffffff;
  padding: 5px 10px;
  list-style: none;
}
@media (max-width: 760px) {
  .footer-section__pay {
    display: none;
  }
}
.footer-section__nav {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 140px;
}
.footer-section__nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-section__nav li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.footer-section__copyright {
  color: #95a1bb;
  font-size: 14px;
  margin: 30px 0 0;
  padding: 0;
  grid-column: span 2;
}
@media screen and (max-width: 980px) {
  .footer-section__container {
    grid-template-columns: 100%;
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer-section__logo {
    grid-column: span 1;
  }
  .footer-section__logo span {
    width: 100%;
  }
  .footer-section__nav {
    grid-template-columns: auto 1fr;
    gap: 12px 50px;
  }
  .footer-section__copyright {
    grid-column: span 1;
  }
}
@media (max-width: 760px) {
  .footer-section {
    padding: 50px 20px 200px;
  }
  .footer-section__logo {
    grid-column: span 1;
    margin-bottom: 20px;
  }
  .footer-section__data dl {
    display: grid;
    grid-template-columns: auto 1fr;
    font-weight: 700;
    gap: 0;
  }
  .footer-section__data dl dd {
    margin: 0;
  }
  .footer-section__data dl dd a {
    background: #01aa80;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    margin-left: 16px;
  }
  .footer-section__data dl dd span {
    font-weight: 500;
    font-size: 14px;
  }
  .footer-section__data p span {
    display: none;
  }
  .footer-section__nav {
    display: none;
  }
  .footer-section__copyright {
    text-align: center;
    font-size: 12px;
    margin: 20px 0 0;
    grid-column: span 1;
  }
}

.footer-cta {
  display: none;
}
@media (max-width: 760px) {
  .footer-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #f8f0e4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    z-index: 10;
  }
  .footer-cta__label {
    width: calc(100% + 30px);
    color: #000000;
    font-size: min(3vw, 12px);
    margin-left: -15px;
    margin-bottom: 10px;
    line-height: 1.2;
    display: block;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .footer-cta__label span {
    display: inline-block;
    padding: 5px;
    font-size: min(3vw, 12px);
    margin: 0 2px;
    background: #f39700;
    color: #ffffff;
  }
  .footer-cta__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .footer-cta__item {
    --itemColor: #01aa80;
    /*

    background: #ffffff;
    border-radius: 90px;
    border: solid 2px var(--itemColor);
    box-shadow: 4px 4px 0 var(--itemColor);
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
    h3 {
      background: var(--itemColor);
      font-size: 15px;
      color: #ffffff;
      border-radius: 90px;
      text-align: center;
      padding: 10px;
      min-width: 280px;
      box-sizing: border-box;
      @media screen and (max-width: 1440px) {
        min-width: auto;
        width: 100%;
      }
    }
    p {
      font-size: 16px;
    }
    div {
      align-content: center;
      a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--itemColor);
        font-weight: 700;
        &::before {
          content: " ";
          display: block;
          width: 45px;
          height: 45px;
        }
      }
    }
      */
  }
  .footer-cta__item a {
    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;
    font-weight: 700;
    font-size: 16px;
    border-radius: 90px;
    padding: 5px;
    gap: 5px;
  }
  .footer-cta__item a::before {
    content: " ";
    width: 15px;
    height: 15px;
  }
  .footer-cta__tel {
    grid-column: span 2;
  }
  .footer-cta__tel a {
    background: #ffffff;
    border: solid 2px var(--itemColor);
    color: var(--itemColor);
    font-weight: 700;
    white-space: nowrap;
    font-size: min(5.5vw, 20px);
  }
  .footer-cta__tel a span {
    font-size: min(2.5vw, 10px);
    text-align: center;
  }
  .footer-cta__tel a::before {
    content: " ";
    width: min(6vw, 25px);
    height: min(6vw, 25px);
    border-radius: 50%;
    background: url(img/2025/home/header_tel.svg) no-repeat center var(--itemColor);
    background-size: auto min(4vw, 15px);
  }
  .footer-cta__chat {
    --itemColor: #f39700;
  }
  .footer-cta__chat a {
    background: var(--itemColor);
    color: #ffffff;
    font-size: clamp(12px, 2.5vw, 16px);
  }
  .footer-cta__chat a::before {
    content: " ";
    width: 25px;
    height: 25px;
    background: url(img/2025/home/cta_chat.svg) no-repeat center;
    background-size: 50px;
  }
  .footer-cta__simulation {
    --itemColor: #b37104;
  }
  .footer-cta__simulation a {
    background: var(--itemColor);
    color: #ffffff;
    font-size: clamp(12px, 2.5vw, 16px);
  }
  .footer-cta__simulation a::before {
    content: " ";
    width: 25px;
    height: 25px;
    background: url(img/2025/home/cta_simulation.svg) no-repeat center;
    background-size: 50px;
  }
}

.header-section {
  background: #ffffff;
  padding: 20px 40px;
}
body.home .header-section, body.sozoku-pagebody .header-section {
  background: #f8f0e4;
}
.header-section__container {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-section__logo {
  width: 533.25px;
  height: 66.15px;
  margin: 0;
  padding: 0;
}
.header-section__logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(img/2025/home/header_logo.png) no-repeat center;
  background-size: contain;
}
.header-section__tel {
  background: #01aa80;
  border-radius: 10px;
  padding: 15px;
  color: #ffffff;
  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;
  min-width: 410px;
  gap: 20px;
}
.header-section__tel::before {
  content: " ";
  width: 27px;
  height: 37px;
  background: url(img/2025/home/header_tel.svg) no-repeat center;
  background-size: contain;
}
.header-section__tel p {
  font-size: 32px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.header-section__tel p span {
  font-size: 12px;
  display: block;
}
.header-section__bar {
  display: none;
  background: #01aa80;
  width: 13vw;
  height: 13vw;
  position: fixed;
  right: 0;
  top: 0;
}
.header-section__bar span {
  width: 8vw;
  height: 0.7vw;
  background: #ffffff;
  position: absolute;
  left: 2.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-section__bar span:nth-child(1) {
  -webkit-transform: translateY(calc(-50% - 2.5vw));
          transform: translateY(calc(-50% - 2.5vw));
}
.header-section__bar span:nth-child(3) {
  -webkit-transform: translateY(calc(-50% + 2.5vw));
          transform: translateY(calc(-50% + 2.5vw));
}
@media screen and (max-width: 1240px) {
  .header-section__logo {
    width: 355.5px;
    height: 44.1px;
  }
  .header-section__tel {
    min-width: auto;
    gap: 20px;
  }
  .header-section__tel::before {
    content: " ";
    width: 27px;
    height: 37px;
    background: url(img/2025/home/header_tel.svg) no-repeat center;
    background-size: contain;
  }
  .header-section__tel p {
    font-size: 32px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }
  .header-section__tel p span {
    font-size: 12px;
    display: block;
  }
}
@media (max-width: 760px) {
  .header-section {
    padding: 0 20px;
    height: 13vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-section__container {
    margin: 0;
  }
  .header-section__logo {
    width: 72.8vw;
    height: 9.8vw;
  }
  .header-section__tel {
    display: none;
  }
  .header-section__bar {
    display: block;
  }
}

.sozoku-page {
  background: #f8f0e4;
}
.sozoku-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sozoku-mv {
  position: relative;
  background: #f8f0e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sozoku-mv h1 {
  position: absolute;
  left: 50vw;
  top: 50%;
  width: clamp(337px, 46.875vw, 675px);
  height: clamp(563px, 40vw, 563px);
  background: url(img/2025/souzoku/mv_copy.png) no-repeat center;
  background-size: contain;
  -webkit-transform: translate(-90%, -50%);
          transform: translate(-90%, -50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.sozoku-mv_image {
  width: 75vw;
  max-width: 1090px;
}
@media (max-width: 760px) {
  .sozoku-mv {
    padding-top: 20vw;
    margin-bottom: 20vw;
  }
  .sozoku-mv h1 {
    left: 2vw;
    top: 1vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 78.2vw;
    height: 68vw;
  }
  .sozoku-mv_image {
    width: calc(100% - 30px);
  }
}
.sozoku-content h2 {
  margin-bottom: 30px;
}
.sozoku-about {
  margin-bottom: 75px;
}
.sozoku-about__container {
  border-radius: 20px;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  background: #ffffff;
  padding: 70px 90px;
  display: grid;
  grid-template-columns: 100%;
  gap: 2em;
  line-height: 1.875;
}
.sozoku-about__container span {
  font-weight: 700;
}
.sozoku-about__container .large {
  font-size: 28px;
  font-weight: 700;
}
.sozoku-about__container div {
  position: relative;
}
.sozoku-about__container div img {
  position: absolute;
  right: -70px;
  top: -30px;
  width: 250px;
}
@media screen and (max-width: 760px) {
  .sozoku-about {
    margin-bottom: 50px;
  }
  .sozoku-about__container {
    padding: 30px 20px;
  }
  .sozoku-about__container .large {
    font-size: 20px;
  }
  .sozoku-about__container div {
    position: relative;
  }
  .sozoku-about__container div img {
    position: relative;
    right: auto;
    top: auto;
    width: 200px;
    display: block;
    margin: 20px auto 0;
  }
}
.sozoku-simulation {
  margin-bottom: 75px;
}
.sozoku-simulation__lead {
  text-align: center;
  font-weight: 700;
}
.sozoku-simulation__container {
  background: #ffffff;
  border: solid 1px #b37104;
  padding: 40px 50px;
  margin: 30px 0 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.sozoku-simulation__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  border-bottom: solid 1px rgba(177, 181, 195, 0.6);
  padding: 35px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
.sozoku-simulation__item * {
  margin: 0;
  padding: 0;
}
.sozoku-simulation__item p {
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.sozoku-simulation__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.sozoku-simulation__item div input[type=number] {
  height: 30px;
  line-height: 30px;
  background: #f8f0e4;
  border: solid 1px #b37104;
  width: 175px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.sozoku-simulation__item div input[type=number]::-webkit-outer-spin-button,
.sozoku-simulation__item div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sozoku-simulation__item div ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.sozoku-simulation__item div ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.sozoku-simulation__item div ul input {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #f8f0e4;
  border: solid 1px #b37104;
}
.sozoku-simulation__item div select {
  width: 175px;
  height: 30px;
  line-height: 30px;
  background: #f8f0e4;
  border: solid 1px #b37104;
}
.sozoku-simulation__result {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  padding: 35px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
.sozoku-simulation__result * {
  margin: 0;
  padding: 0;
}
.sozoku-simulation__result p {
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.sozoku-simulation__result .total {
  font-size: 20px;
  font-weight: 700;
  color: #b37104;
}
.sozoku-simulation__result .error {
  border: solid 1px #b37104;
  margin-top: 10px;
  padding: 20px;
  font-size: 15px;
  color: #b37104;
}
.sozoku-simulation__attention {
  padding: 0 2em;
}
@media screen and (max-width: 760px) {
  .sozoku-simulation {
    margin-bottom: 50px;
  }
  .sozoku-simulation__container {
    padding: 30px 20px;
    margin: 30px 0 15px;
    grid-template-columns: 100%;
  }
  .sozoku-simulation__item {
    grid-column: span 1;
    padding: 15px 10px;
    gap: 10px;
  }
  .sozoku-simulation__item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
  .sozoku-simulation__item div input[type=number] {
    width: 70%;
  }
  .sozoku-simulation__item div ul input {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .sozoku-simulation__item div select {
    width: 70%;
  }
  .sozoku-simulation__result {
    grid-column: span 1;
    padding: 15px 10px;
    gap: 10px;
  }
  .sozoku-simulation__attention {
    padding: 0;
  }
}
.sozoku-attention {
  margin-bottom: 75px;
}
.sozoku-attention__lead {
  text-align: center;
}
.sozoku-attention__list {
  margin-top: 40px;
  border-radius: 20px;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  background: #ffffff;
  padding: 60px 40px;
}
.sozoku-attention__item {
  padding-bottom: 45px;
  border-bottom: solid 1px rgba(177, 181, 195, 0.6);
  margin-bottom: 40px;
}
.sozoku-attention__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sozoku-attention__item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #b37104;
  letter-spacing: 0.15em;
  font-weight: 700;
  gap: 25px;
  margin-bottom: 20px;
}
.sozoku-attention__item h3 span {
  background: #b37104;
  text-align: center;
  color: #ffffff;
  padding: 13px 30px;
  border-radius: 40px;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 760px) {
  .sozoku-attention {
    margin-bottom: 50px;
  }
  .sozoku-attention__list {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .sozoku-attention__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sozoku-attention__item h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .sozoku-attention__item h3 span {
    padding: 10px 20px;
  }
}
.sozoku-please {
  margin-bottom: 75px;
}
.sozoku-please__container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
.sozoku-please__container p {
  line-height: 1.85;
}
@media screen and (max-width: 760px) {
  .sozoku-please {
    margin-bottom: 50px;
  }
  .sozoku-please__container {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.sozoku-plaza {
  margin-bottom: 75px;
}
.sozoku-plaza__container {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 45px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .sozoku-plaza__container {
    grid-template-columns: 1fr 40%;
  }
}
.sozoku-plaza__container p {
  line-height: 1.875;
}
@media screen and (max-width: 760px) {
  .sozoku-plaza {
    margin-bottom: 50px;
  }
  .sozoku-plaza__container {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.sozoku-ex {
  margin-bottom: 75px;
}
.sozoku-ex__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sozoku-ex__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.sozoku-ex__item h3 {
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-weight: 700;
  color: #b37104;
  font-size: 16px;
}
.sozoku-ex__item-photo {
  text-align: center;
}
.sozoku-ex__item-photo img {
  height: 90px;
}
.sozoku-ex__item-btn {
  margin-top: 25px;
  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;
}
.sozoku-ex__item-btn a {
  color: #fcfcfd;
  background: #01aa80;
  border-radius: 90px;
  padding: 10px 35px;
  font-weight: 700;
}
@media screen and (max-width: 760px) {
  .sozoku-ex {
    margin-bottom: 50px;
  }
  .sozoku-ex__list {
    grid-template-columns: 100%;
  }
}
.sozoku-flow__list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
.sozoku-flow__item {
  border-radius: 10px;
  padding: 25px;
  background: #ffffff;
  border: solid 1px #b37104;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  position: relative;
  gap: 0;
}
.sozoku-flow__item:last-child::after {
  display: none;
}
.sozoku-flow__item::after {
  content: " ";
  width: 122px;
  height: 38px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMTIyIDM4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02MSAzOEwwLjM3ODIyIDAuNUwxMjEuNjIyIDAuNUw2MSAzOFoiIGZpbGw9IiNCMzcxMDQiLz48L3N2Zz4=") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sozoku-flow__item-label {
  color: #b37104;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  padding: 0 80px;
}
.sozoku-flow__item-label span {
  font-weight: 700;
  font-size: 56px;
  display: block;
}
.sozoku-flow__item-body {
  padding: 15px 0 15px 80px;
  border-left: solid 1px #b37104;
}
.sozoku-flow__item-body h3 {
  font-size: 20px;
  color: #b37104;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .sozoku-flow__list {
    grid-template-columns: 100%;
  }
  .sozoku-flow__item {
    padding: 15px;
    grid-column: span 1;
  }
  .sozoku-flow__item-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .sozoku-flow__item-label span {
    font-weight: 700;
    font-size: 56px;
    display: block;
  }
  .sozoku-flow__item-body {
    padding: 15px 0 0;
    border-top: solid 1px #b37104;
    border-left: none;
  }
  .sozoku-flow__item-body h3 {
    text-align: center;
  }
}

.aboutus-pagebody .container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
}
.aboutus-pagebody .page-container_content h2 {
  margin-bottom: 50px;
}
.aboutus-pagebody .home-office {
  background: none;
  padding: 0;
  margin-bottom: 100px;
}
.aboutus-pagebody .home-office h2 {
  color: #b37104;
}
@media screen and (max-width: 760px) {
  .aboutus-pagebody .home-office {
    margin-bottom: 50px;
  }
}
.aboutus-pagebody .home-office__list {
  gap: 15px;
}
.aboutus-plaza {
  margin-bottom: 100px;
}
.aboutus-plaza__container {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 45px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .aboutus-plaza__container {
    grid-template-columns: 1fr 40%;
  }
}
.aboutus-plaza__container p {
  line-height: 1.875;
}
.aboutus-plaza__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 50px 0 0;
  padding: 0;
}
.aboutus-plaza__photos li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  .aboutus-plaza {
    margin-bottom: 50px;
  }
  .aboutus-plaza__container {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .aboutus-plaza__photos {
    grid-template-columns: 100%;
    gap: 20px;
    margin: 30px 0 0;
  }
}
.aboutus-group {
  margin-bottom: 100px;
}
.aboutus-group__container {
  border-radius: 20px;
  padding: 50px 35px;
  border: solid 2px #b37104;
  -webkit-box-shadow: 4px 4px 0 #b37104;
          box-shadow: 4px 4px 0 #b37104;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .aboutus-group__container {
    grid-template-columns: 40% 1fr;
  }
}
.aboutus-group__container h3 {
  font-size: 20px;
  color: #b37104;
  margin-bottom: 2em;
}
.aboutus-group__container p span {
  font-weight: 700;
}
.aboutus-group__photo {
  width: calc(100% + 100px);
  margin: -50px 0 -50px -50px;
}
@media screen and (max-width: 760px) {
  .aboutus-group {
    margin-bottom: 50px;
  }
  .aboutus-group__container {
    padding: 30px 20px;
    grid-template-columns: 100%;
  }
}
.aboutus-staff__subtitle {
  text-align: center;
  color: #b37104;
  font-size: 24px;
  margin-bottom: 35px;
}
.aboutus-staff__label {
  margin-top: 90px;
  font-weight: 700;
  color: #01aa80;
  font-size: 26px;
  border-bottom: solid 1px #01aa80;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aboutus-staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 120px;
}
.aboutus-staff__item p {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0;
}
.aboutus-staff__item table {
  width: 100%;
}
.aboutus-staff__item table th {
  width: 4em;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 760px) {
  .aboutus-staff__list {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .aboutus-staff__item p {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
  }
  .aboutus-staff__item table {
    width: 100%;
  }
  .aboutus-staff__item table th {
    width: 4em;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
  }
}/*# sourceMappingURL=style.css.map */