    /*----------------------------------------------------
    common
    ---------------------------------------------------- */

    * {
      margin: 0;
      padding: 0;
    }

    body {
      background: #fcf7e3;
      font-family: 'M PLUS 1p', sans-serif;
      font-kerning: normal;
      font-feature-settings: "kern";
      font-weight: normal;
      letter-spacing: 0.05em;
      font-size: 0.9rem;
      line-height: 1.8;
      color: #333333;
    }

    /*----------------------------------------------------
    header
    ---------------------------------------------------- */

    .indexHeader {
      padding: 20px 7%;
    }

    .headerTitle {
      line-height: 1;
      margin: 0;
      max-width: 200px;
    }

    .headerTitle a {
      text-decoration: none;
      display: inline-block;
    }

    .headerTitle img {
      width: 100%;
      max-width: 284px;
    }

    .headerTitle span {
      font-size: 0.6rem;
      display: block;
      margin-top: 4px;
      color: #333;
    }

    .input-hidden {
      display: none;
    }

    .hamburger-demo-switch {
      cursor: pointer;
      position: absolute;
      right: 3%;
      top: 0;
      z-index: 9989;
      width: 4em;
      height: 4em;
    }

    .hamburger-switch-line1,
    .hamburger-switch-line1:before,
    .hamburger-switch-line1:after {
      width: 25px;
      height: 3px;
      background: #333;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: 0.3s;
      content: "";
    }

    .hamburger-switch-line1 {
      transform: translate(-50%, -50%);
    }

    .hamburger-switch-line1:before {
      transform: translate(-50%, -300%);
    }

    .hamburger-switch-line1:after {
      transform: translate(-50%, 200%);
    }

    #hamburger-demo1:checked~.hamburger-demo-switch {
      position: fixed;
    }

    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1 {
      width: 0;
    }

    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1:before {
      transform: rotate(45deg) translate(-40%, 325%);
      background: #ddd;
    }

    #hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1:after {
      transform: rotate(-45deg) translate(-40%, -325%);
      background: #ddd;
    }

    .hamburger-demo-menuwrap {
      position: fixed;
      height: 100%;
      background: #fafafa;
      padding: 5em 3% 2em;
      z-index: 9988;
      transition: 0.3s;
      overflow-y: scroll;
      top: 0;
      left: 100%;
      width: 64%;
    }

    #hamburger-demo1:checked~.hamburger-demo-menuwrap {
      left: 30%;
    }

    #hamburger-demo1:checked~.hamburger-demo-cover {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 9987;
      background: rgba(3, 3, 3, 0.5);
      display: block;
    }

    /* スマホ内メニュー縦並び */
    .menu-left-right-wrapper {
      display: block;
    }

    .menu-left,
    .menu-right {
      list-style: none;
      padding-left: 5%;
    }

    .menu-left li a,
    .menu-right li a {
      text-decoration: none;
      color: #333;
      font-size: 0.875rem;
      display: block;
      padding: 0.5em 0;
    }

    .menu-right li.menu-tel a {
      display: block;
      width: 160px;
      margin: 40px auto 0 auto;
      background: url(https://irie-fudousan.com/wp-content/themes/blankslate/img/common/tel.png);
      background-size: 50px 50px;
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 60px;
      font-size: 1.3rem;
      line-height: 1;
    }

    .menu-right li.menu-tel a span {
      font-size: 0.7rem;
    }

    .menu-right li.menu-contact a {
      display: block;
      width: 160px;
      margin: 20px auto 0 auto;
      padding: 15px 30px;
      background: #07913a;
      border-radius: 50px;
      color: #ffffff;
      text-align: center;
    }

    @media (min-width: 1220px) {

      .indexHeader {
        display: flex;
        padding: 65px 7%;
        justify-content: space-between;
        align-items: center;
      }

      .headerTitle {
        max-width: 284px;
      }

      .hamburger-demo-switch,
      #hamburger-demo1,
      .hamburger-demo-cover {
        display: none;
      }

      .hamburger-demo-menuwrap {
        position: static;
        height: auto;
        width: auto;
        background: transparent;
        padding: 0;
        overflow: visible;
      }

      .menu-left-right-wrapper {
        display: flex;
        gap: 40px;
        justify-content: flex-end;
        align-items: flex-start;
      }

      .menu-left {
        display: grid;
        grid-template-columns: repeat(3, auto);
        grid-template-rows: repeat(2, auto);
        gap: 5px 40px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .menu-left li a {
        font-size: 0.9rem;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        padding: 0;
      }

      .menu-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none;
      }

      .menu-right li a {
        font-size: 1rem;
        padding: 0;
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        display: inline-block;
      }


      .menu-right li.menu-tel a {
        width: auto;
        margin: 0;
        background-size: contain;
        padding-left: 60px;
        font-size: 1.4rem;
      }

      .menu-right li.menu-contact a {
        width: auto;
        margin: 0;
        padding: 12px 38px;
      }

    }

    /*----------------------------------------------------
        footer
        ---------------------------------------------------- */
    .info-area {
      background: #07913a;
      color: #FFFFFF;
      text-decoration: none;
    }

    .info-left iframe {
      width: 100%;
      height: 400px;
    }

    .info-right {
      padding: 60px 7%;
    }

    .info-list {
      list-style: none;
      margin-bottom: 40px;
    }

    .info-tel {
      margin-bottom:20px;
    }

    .info-tel a {
      display: block;
      background: url(https://irie-fudousan.com/wp-content/themes/blankslate/img/common/tel_white.png);
      background-size: 50px 50px;
      background-position: left center;
      background-repeat: no-repeat;
      width: auto;
      margin: 0;
      background-size: contain;
      padding-left: 60px;
      font-size: 1.4rem;
      line-height: 1;
      color: #FFFFFF;
      text-decoration: none;
    }

    .info-tel a span {
      font-size: 0.7rem;
    }

    .info-contact a {
      display: block;
      padding: 10px 20px;
      background: #FFFFFF;
      border-radius: 50px;
      color: #07913a;
      text-align: center;
      text-decoration: none;
    }

    .info-table {
      margin-bottom: 20px;
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      border-top: solid 1px #52b275;
    }

    .info-table th {
      width: 30%;
      padding: 15px 0;
      border-bottom: solid 1px #52b275;
      font-size: 0.9rem;
      font-weight: normal;
    }

    .info-table td {
      width: 10%;
      padding: 15px 0;
      border-bottom: solid 1px #52b275;
      font-size: 0.9rem;
      text-align: center;
    }

    .info-text {
      font-size: 0.7rem;
    }

    footer {
      padding: 60px 7%;
      background: #fcf7e3;
    }

    .footer-nav {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 60px;
    }

    .footer-nav li {
      width: 33%;
      padding: 10px 0;
    }

    .footer-nav li a {
      font-size: 0.9rem;
      text-decoration: none;
      color: #333333;
    }

    .footer-logo {
      margin-bottom: 20px;
      text-align: center;
    }

    .footer-logo img {
      width: 200px;
    }

    .footer-copy {
      font-size: 0.7rem;
      text-align: center;
    }


    /* PC用レイアウト（768px以上） */
    @media (min-width: 1220px) {

      .info-area {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
      }

      .info-left {
        width: 50%;
        line-height: 0;
      }

      .info-left iframe {
        height: 500px;
      }

      .info-right {
        width: calc(50% - 14%);
        padding: 0 7%;
      }

      .info-list {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
      }

      .info-tel {
        margin-right: 20px;
        margin-bottom:0;
      }

      .info-contact {
        padding: 15px 30px;
      }

      .info-contact a {
        padding: 15px 50px;
      }

      .info-table {
        margin-bottom: 20px;
      }

      .info-table th {
        width: 30%;
        padding: 15px 0;
        border-bottom: solid 1px #52b275;
        font-size: 1rem;
      }

      .info-table td {
        width: 10%;
        padding: 15px 0;
        font-size: 1rem;
      }

      .info-text {
        font-size: 0.8rem;
      }

      footer {
        padding: 100px 7%;
      }

      .footer-nav {
        flex-wrap: nowrap;
        margin-bottom: 60px;
        justify-content: center;
      }

      .footer-nav li {
        width: auto;
        padding: 0 20px;
      }

      .footer-nav li a {
        font-size: 1rem;
      }

      .footer-logo {
        margin-bottom: 60px;
      }

      .footer-logo img {
        width: 284px;
      }

      .footer-copy {
        font-size: 0.9rem;
      }

    }

    /*----------------------------------------------------
    index
    ---------------------------------------------------- */

    .masked-box {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: url(https://irie-fudousan.com/wp-content/themes/blankslate/img/index/main_sp.jpg) center/cover no-repeat;
      clip-path: inset(180px 0 50px 7% round 30px 0 0 30px);
      transition: clip-path 0.1s linear;
      z-index: -1;
      overflow: hidden;
      /* 子要素がはみ出さないように */
    }

    .mask-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: opacity 0.1s linear;
      pointer-events: none;
      z-index: 1;
    }

    .indexMain-area {
      box-sizing: border-box;
      height: calc(100vh - 75px);
      padding: calc(100vh - 260px) 0 0 14%;
      position: relative;
    }

    .indexMain-title {
      margin-bottom: 10px;
      line-height: 0;
      font-weight: normal;
    }

    .indexMain-title span.span01 {
      display: inline-block;
      padding: 10px 10px 5px 10px;
      background: #ffffff;
      font-size: 1rem;
      line-height: 1;
    }

    .indexMain-title span.span02 {
      display: inline-block;
      padding: 10px;
      background: #ffffff;
      font-size: 1rem;
      line-height: 1;
    }

    .indexMain-text span {
      display: inline-block;
      padding: 5px 10px;
      background: #ffffff;
      font-size: 0.8rem;
    }

    .indexMain-scroll {
      writing-mode: vertical-rl;
      font-size: 0.6rem;
      /* 擬似要素を中央寄せに */
      margin-left: calc(3.5% - 8px);
      position: absolute;
      bottom: 0;
      left: 0;
    }

    .indexMain-scroll::after {
      content: "";
      display: inline-block;
      width: 1px;
      height: 150px;
      background-color: black;
      margin-top: 8px;
      /* テキストとの間隔調整 */
    }


    .indexMessage-area {
      padding: 300px 7% 60px 7%;
    }

    .indexMessage-title {
      padding: 30px 0;
      font-size: 1.3rem;
      text-align: center;
      font-weight: normal;
      line-height: 2;
      color: #FFFFFF;
    }

    .indexMessage-text {
      font-size: 0.9rem;
      color: #FFFFFF;
      line-height: 2;
      text-align: center;
      margin-bottom: 30px;
    }

    .indexMessage-title span {
      font-size: 0.6rem;
    }

    .indexMessage-btn a {
      display: block;
      width: 130px;
      margin: 0 auto;
      padding: 10px 20px;
      background: #FFFFFF;
      color: #333333;
      border-radius: 50px;
      font-size: 0.9rem;
      text-align: center;
      text-decoration: none;
    }

    .indexService-area {
      padding: 0 7% 60px 7%;
      background: #fcf7e3;
    }

    .indexService-title {
      padding: 30px 0;
      font-size: 1.3rem;
      text-align: center;
      font-weight: normal;
      line-height: 2;
    }

    .indexService-title span {
      font-size: 0.6rem;
      color: #07913a;
    }

    .indexService-grid {
      display: grid;
      gap: 12px;
      max-width: 1300px;
      margin: 0 auto;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto auto;
    }

    .indexService-item {
      display: block;
      padding: 20px;
      background-color: #ddd;
      border-radius: 8px;
      aspect-ratio: 8 / 5;
      color: inherit;
      text-decoration: none;
      overflow: hidden;
    }

    .indexService-item p {
      font-size: 1rem;
      color: #FFFFFF;
    }

    .indexService-item p span {
      display:inline-block;
      font-size: 0.6rem;
      line-height: 1;
    }

    .indexService-item.large {
      background:
        linear-gradient(135deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%),
        url(https://irie-fudousan.com/wp-content/themes/blankslate/img/service/photo01.jpg) center/cover no-repeat;
      grid-column: span 2;
    }

    .indexService-item.large p {
      font-size: 1.4rem;
    }

    .indexService-item.large p span {
      font-size: 1.0rem;
    }

    .indexService-item.item01 {
      background:
        linear-gradient(135deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%),
        url(https://irie-fudousan.com/wp-content/themes/blankslate/img/service/photo02.jpg) center/cover no-repeat;
    }

    .indexService-item.item02 {
      background:
        linear-gradient(135deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%),
        url(https://irie-fudousan.com/wp-content/themes/blankslate/img/service/photo03.jpg) center/cover no-repeat;
    }

    .indexService-item.item03 {
      background:
        linear-gradient(135deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%),
        url(https://irie-fudousan.com/wp-content/themes/blankslate/img/service/photo04.jpg) center/cover no-repeat;
    }

    .indexService-item.item04 {
      background:
        linear-gradient(135deg,
          rgba(0, 0, 0, 0.7) 0%,
          rgba(0, 0, 0, 0) 100%),
        url(https://irie-fudousan.com/wp-content/themes/blankslate/img/service/photo05.jpg) center/cover no-repeat;
    }

    .indexFeature-area {
      padding: 30px 7% 60px 7%;
      background: #e8e3d0;
    }

    .indexFeature-title {
      padding: 0 0 30px 0;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 2;
    }

    .indexFeature-title span {
      font-size: 0.6rem;
      color: #07913a;
    }

    .indexFeature-text {
      font-size: 0.9rem;
      margin-bottom: 30px;
    }

    .indexFeature-btn a {
      display: block;
      width: 130px;
      padding: 10px 20px;
      background: #07913a;
      border-radius: 50px;
      font-size: 0.9rem;
      text-align: center;
      text-decoration: none;
      color: #FFFFFF;
    }

    .indexFeature-right img {
      width: 100%;
      border-radius: 10px;
      margin-top: 30px;
    }

    .indexNews-area {
      padding: 30px 7% 60px 7%;
      background: #fcf7e3;
    }

    .indexNews-title {
      padding: 0 0 30px 0;
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 2;
      text-align: center;
    }

    .indexNews-title span {
      font-size: 0.6rem;
      color: #07913a;
    }

    .indexNews-list {
      width: 100%;
      list-style: none;
    }

    .indexNews-list li a {
      display: flex;
      align-items: flex-start;
      text-decoration: none;
      color: inherit;
      width: 100%;
      padding: 15px 0;
      font-size: 0.9rem;
      text-decoration: none;
      border-bottom: 1px solid #cfccbc;
    }

    .indexNews-list li a time {
      flex-shrink: 0;
      margin-right: 20px;
      white-space: nowrap;
      width: 100px;
    }

    .indexNews-list li a span {
      flex: 1;
      word-break: break-word;
    }

    .indexNews-btn a {
      display: block;
      width: 130px;
      margin: 20px 0 0 auto;
      padding: 10px 20px;
      background: #07913a;
      color: #ffffff;
      border-radius: 50px;
      font-size: 0.9rem;
      text-align: center;
      text-decoration: none;
    }

    .slider-wrapper {
      overflow: hidden;
      width: 100%;
      background: #fcf7e3;
      padding: 0 0 60px 0;
    }

    .slider-track {
      display: flex;
      width: calc(200px * 6 * 2 + 24px * 12);
      /* 画像6枚×2 + 余白 */
      animation: scroll 20s linear infinite;
    }

    .slider-track img {
      width: 200px;
      height: auto;
      flex-shrink: 0;
      margin: 0 12px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    /* PC用レイアウト（768px以上） */
    @media (min-width: 1220px) {

      .masked-box {
        background: url(https://irie-fudousan.com/wp-content/themes/blankslate/img/index/main_pc.jpg) center/cover no-repeat;
        clip-path: inset(180px 0 50px 7% round 20px 0 0 20px);
      }

      .indexMain-area {
        height: calc(100vh - 180px);
        padding: calc(50vh - 180px) 0 50px 14%;
      }

      .indexMain-title {
        margin-bottom: 10px;
        line-height: 0;
        font-weight: normal;
      }

      .indexMain-title span.span01 {
        padding: 20px 20px 5px 20px;
        font-size: 2rem;
      }

      .indexMain-title span.span02 {
        padding: 20px;
        font-size: 2rem;
      }

      .indexMain-text span {
        padding: 5px 20px;
        font-size: 1rem;
      }

      .indexMain-scroll {
        font-size: 0.8rem;
      }

      .indexMessage-area {
        padding: 300px 7% 100px 7%;
      }

      .indexMessage-title {
        padding: 30px 0;
        font-size: 2rem;
      }

      .indexMessage-text {
        font-size: 1rem;
        margin-bottom: 60px;
      }

      .indexMessage-title span {
        font-size: 1rem;
      }

      .indexMessage-btn a {
        width: 160px;
        padding: 10px 20px;
        font-size: 1rem;
      }

      .indexService-area {
        padding: 0 7% 100px 7%;
      }

      .indexService-title {
        padding: 60px 0;
        font-size: 1.6rem;
      }

      .indexService-title span {
        font-size: 1rem;
      }

      .indexService-grid {
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: auto auto;
      }

      .indexService-item {
        padding: 30px;
      }

      .indexService-item.large {
        grid-column: auto;
        grid-row: span 2;
        aspect-ratio: auto;
      }


      .indexFeature-area {
        padding: 100px 0;
      }

      .indexFeature-flex {
        display: flex;
        align-items: center;
      }

      .indexFeature-left {
        width: calc(50% - 14%);
        padding-left: 7%;
        padding-right: 7%;
      }

      .indexFeature-right {
        width: 50%;
      }

      .indexFeature-title {
        padding: 0 0 60px 0;
        font-size: 1.6rem;
      }

      .indexFeature-title span {
        font-size: 1rem;
      }

      .indexFeature-text {
        font-size: 1rem;
        margin-bottom: 60px;
        line-height: 2;
      }

      .indexFeature-btn a {
        width: 160px;
        font-size: 1rem;
      }

      .indexFeature-right img {
        width: 100%;
        border-radius: 20px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        margin-top: 0;
      }

      .indexNews-area {
        padding: 0 14% 100px 14%;
      }

      .indexNews-title {
        padding: 60px 0;
        font-size: 1.6rem;
      }

      .indexNews-title span {
        font-size: 1rem;
      }

      .indexNews-list li a {
        padding: 25px 0;
        font-size: 1rem;
      }

      .indexNews-list li a time {
        width: 140px;
      }

      .indexNews-btn a {
        width: 160px;
        margin: 60px 0 0 auto;
        font-size: 1rem;
      }

      .slider-wrapper {
        padding: 0 0 100px 0;
      }

      .slider-track {
        width: calc((420px + 34px) * 6 * 2);
        animation: scroll 40s linear infinite;
      }

      .slider-track img {
        width: 420px;
        margin: 0 17px;
      }
    }

    /*----------------------------------------------------
    second
---------------------------------------------------- */

    #breadcrumbs {
      width: 86%;
      margin: 0 auto;
      font-size: 0.7rem;
    }

    #breadcrumbs a {
      text-decoration: none;
      color: #333333;
    }

    .second-title {
      width: 86%;
      margin: 0 auto;
      padding: 40px 0 60px 0;
      border-bottom: solid 1px #e0dac4;
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .second-title span {
      font-size: 3rem;
    }

    .second-title2 {
      text-align: center;
      margin-bottom: 40px;
    }

    .second-title2 span {
      display: inline-block;
      font-size: 1.2rem;
      padding-bottom: 2px;
      border-bottom: solid 1px #333333;
    }

    .second-area {
      width: 86%;
      margin: 0 auto;
      padding: 40px 0;
    }

    /* PC用レイアウト（768px以上） */
    @media (min-width: 768px) {

      .second-area {
        width: 72%;
        max-width: 1000px;
        padding: 60px 0 100px 0;
      }

      .second-title {
        padding: 60px 0 80px 0;
        font-size: 1.1rem;
      }

      .second-title span {
        font-size: 5rem;
      }

      .second-title2 {
        margin-bottom: 60px;
      }

      .second-title2 span {
        font-size: 1.6rem;
      }
    }


    /*----------------------------------------------------
            company
        ---------------------------------------------------- */

    .company-table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      border-top: solid 1px #e8e3d0;
    }

    .company-table th {
      width: 120px;
      font-size: 0.9rem;
      padding: 15px 0;
      border-bottom: solid 1px #e8e3d0;
      text-align: left;
      vertical-align: top;
    }

    .company-table td {
      font-size: 0.9rem;
      padding: 15px 0;
      border-bottom: solid 1px #e8e3d0;
    }

    @media (min-width: 768px) {

      .company-table th {
        width: 200px;
        font-size: 1rem;
        padding: 20px 0;
      }

      .company-table td {
        font-size: 1rem;
        padding: 20px 0;
      }

    }

    /*----------------------------------------------------
            features
        ---------------------------------------------------- */
    .features-block01 {
      padding: 40px 0 60px 0;
      border-bottom: solid 1px #e8e3d0;
    }

    .features-block02 {
      display: flex;
      flex-direction: column;
      padding: 40px 0 60px 0;
      border-bottom: solid 1px #e8e3d0;
    }

    .features-left01 {
      text-align: center;
    }

    .features-left01 img {
      width: 80%;
    }

    .features-left02 {
      order: 2;
    }

    .features-right02 {
      order: 1;
      text-align: center;
    }

    .features-right02 img {
      width: 80%;
    }

    .features-title {
      font-size: 1.1rem;
      margin-bottom: 20px;
      line-height: 2;
    }

    .features-title span {
      font-size: 0.7rem;
    }

    .features-text {
      font-size: 0.9rem;
      line-height: 2;
    }

    @media (min-width: 768px) {
      .features-block01 {
        padding: 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .features-block02 {
        padding: 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .features-left01 {
        text-align: center;
        width: 45%;
        padding-right: 10%;
      }

      .features-left01 img {
        width: 100%;
      }

      .features-right01 {
        width: 45%;
      }

      .features-left02 {
        order: 1;
        width: 45%;
      }

      .features-right02 {
        order: 2;
        text-align: center;
        width: 45%;
        padding-left: 10%;
      }

      .features-right02 img {
        width: 100%;
      }

      .features-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
      }

      .features-title span {
        font-size: 0.8rem;
      }

      .features-text {
        font-size: 1rem;
      }
    }

    /*----------------------------------------------------
            message
        ---------------------------------------------------- */
    .message-block01 {
      padding: 0 0 60px 0;
    }

    .message-block02 {
      display: flex;
      flex-direction: column;
      padding: 0 0 60px 0;
    }

    .message-block03 {
      display: flex;
      flex-direction: column;
      padding: 0 0 60px 0;
      border-bottom: solid 1px #e8e3d0;
      margin-bottom: 60px;
    }

    .message-left01 {
      margin-bottom: 20px;
    }

    .message-left01 img {
      border-radius: 10px;
      width: 100%;
    }

    .message-left02 {
      order: 2;
    }

    .message-right02 {
      order: 1;
      margin-bottom: 20px;
    }

    .message-right02 img {
      border-radius: 10px;
      width: 100%;
    }

    .message-left03 {
      order: 2;
    }

    .message-right03 {
      order: 1;
      margin-bottom: 20px;
    }

    .message-right03 img {
      border-radius: 10px;
      width: 100%;
    }

    .message-title {
      font-size: 1.1rem;
      margin-bottom: 20px;
      line-height: 2;
    }

    .message-text {
      font-size: 0.9rem;
      line-height: 2;
    }

    @media (min-width: 768px) {
      .message-block01 {
        padding: 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .message-block02 {
        padding: 0 0 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .message-block03 {
        padding: 0 0 100px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
      }

      .message-left01 {
        width: 45%;
        padding-right: 10%;
      }

      .message-right01 {
        width: 45%;
      }

      .message-left02 {
        order: 1;
        width: 45%;
        padding-right: 10%;
      }

      .message-right02 {
        order: 2;
        width: 45%;
        margin: 0;
      }

      .message-left03 {
        order: 1;
        width: 45%;
        padding-right: 10%;
      }

      .message-right03 {
        order: 2;
        width: 45%;
        margin: 0;
      }


      .message-title {
        font-size: 1.1rem;
        margin-bottom: 20px;
        line-height: 2;
      }

      .message-text {
        font-size: 1rem;
        line-height: 2;
      }
    }

    /*----------------------------------------------------
                    service
    ---------------------------------------------------- */

    .service-block {
      padding: 40px 0 60px 0;
      border-bottom: solid 1px #e8e3d0;
    }

    .service-left {
      margin-bottom: 20px;
    }

    .service-left img {
      width: 100%;
      border-radius: 10px;
    }

    .service-text {
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    .service-list {
      font-size: 0.9rem;
      padding: 20px 20px 20px 50px;
      background: #e8e3d0;
      border-radius: 10px;
    }

    @media (min-width: 768px) {
      .service-block {
        padding: 100px 0;
        display: flex;
      }

      .service-left {
        width: 47%;
        padding-right: 6%;
      }

      .service-right {
        width: 47%;
      }

      .service-text {
        font-size: 1rem;
        margin-bottom: 20px;
      }

      .service-list {
        font-size: 1rem;
        padding: 20px 20px 20px 50px;
        background: #e8e3d0;
        border-radius: 10px;
      }
    }




    /*----------------------------------------------------
                        news
        ---------------------------------------------------- */
    .nav-links {
      padding-bottom: 40px;
    }

    .nav-links ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 8px;
    }

    .nav-links li>* {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      height: 35px;
    }

    .nav-links li>*:not(.dots) {
      width: 35px;
      border-radius: 50%;
      color: #000000;
      background: #e8e3d0;
      transition: color 0.3s ease, background 0.3s ease;
    }

    .nav-links li>.current,
    .nav-links li>a:hover {
      color: #ffffff;
      background: #07913a;
    }

    .navigation.pagination .screen-reader-text {
      display: none;
    }

    .newsDetail-area {
      width: 86%;
      margin: 0 auto;
      padding: 40px 0;
    }

    .newsDetail-time {
      color: #07913a;
      font-size: 0.8rem;
    }

    .newsDetail-title {
      font-size: 1.2rem;
      margin-bottom: 40px;
    }

    .newsDetail-content {
      padding: 40px 0;
      border-top: 1px solid #cfccbc;
      border-bottom: 1px solid #cfccbc;
      font-size: 0.9rem;
    }

    .newsDetail-content img {
      width: 100%;
      margin-bottom: 20px;
      border-radius: 10px;
    }

    .newsDetail-content p {
      margin-bottom: 20px;
    }

    .newsDetail-btn {
      padding-top: 40px;
    }

    .newsDetail-btn a {
      display: block;
      width: 130px;
      margin: 0 auto;
      padding: 10px 20px;
      background: #07913a;
      color: #FFFFFF;
      border-radius: 50px;
      font-size: 0.9rem;
      text-align: center;
      text-decoration: none;
    }

    @media (min-width: 768px) {
      .newsDetail-area {
        width: 86%;
        max-width: 700px;
        margin: 0 auto;
        padding: 40px 0;
      }

      .newsDetail-time {
        font-size: 0.9rem;
      }

      .newsDetail-title {
        font-size: 1.5rem;
        margin-bottom: 60px;
      }

      .newsDetail-content {
        padding: 60px 0;
        font-size: 1rem;
      }

      .newsDetail-content img {}
    }

    /*----------------------------------------------------
                                contact
                ---------------------------------------------------- */

    .contact-area {
      background: #e8e3d0;
      border-radius: 14px;
      padding: 7%;
    }

    .contact-text {
      margin-bottom: 30px;
      font-size: 0.9rem;
    }

    .contact-area dl dt {
      margin-bottom: 10px;
      font-size: 0.9rem;
    }

    .contact-area dl dd {
      margin-bottom: 30px;
      font-size: 0.9rem;
    }

    .hissu {
      background: #07913a;
      font-size: 0.8rem;
      color: #FFFFFF;
      padding: 2px 10px;
      margin-right: 10px;
      border-radius: 3px;
    }

    .ninni {
      background: #a09c8f;
      font-size: 0.8rem;
      color: #FFFFFF;
      padding: 2px 10px;
      margin-right: 10px;
      border-radius: 3px;
    }

    input,
    textarea {
      width: 100%;
      background: #ffffff;
      padding: 15px;
      border: solid 1px #f6f6f6;
      appearance: none;
      border: none;
      font: inherit;
      outline: none;
      box-sizing: border-box;
      font-size: 0.9rem;
    }

    input[type='submit'] {
      display: block;
      width: 70%;
      max-width: 300px;
      margin: 0 auto;
      border-radius: 50px;
      color: #FFFFFF;
      background: #07913a;
      font-size: 0.9rem;
    }

    @media (min-width: 768px) {

      .contact-text {
        font-size: 1rem;
      }

      .contact-area dl dt {
        font-size: 1rem;
      }

      .contact-area dl dd {
        font-size: 1rem;
      }

      .hissu {
        font-size: 0.9rem;
      }

      .ninni {
        font-size: 0.9rem;
      }

      input,
      textarea {
        font-size: 1rem;
      }

      input[type='submit'] {
        font-size: 1rem;
      }
    }



/* 翻訳バーのiframeそのものを非表示にする */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* 翻訳バーがbodyに空白を作るのを防ぐ */
body {
  top: 0px !important;
}

/* 全体を翻訳対象外にする（オプション） */
.goog-te-gadget-icon,
.goog-te-menu-value {
  color: #000 !important;
}

/* 言語切り替えボタンを右下に固定表示 */
#google_translate_element {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
