@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 62.5%; }

body {
  color: #333;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem;
      line-height: 1.9; } }
  body img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    /*chrome画像ぼやけ*/ }
  body a {
    text-decoration: none;
    word-break: break-word;
    color: #1d751e; }
    body a img:hover {
      opacity: .8;
      transition: 0.3s ease-in-out; }
  @media (min-width: 767px) {
    body a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }
  body .sp {
    display: none; }
    @media screen and (max-width: 767px) {
      body .sp {
        display: block; } }
  body .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s; }
    body .fadein.fadein-left {
      transform: translate(-30px, 0); }
    body .fadein.fadein-right {
      transform: translate(30px, 0); }
    body .fadein.fadein-up {
      transform: translate(0, -30px); }
    body .fadein.fadein-bottom {
      transform: translate(0, 30px); }
    body .fadein.scrollin {
      opacity: 1 !important;
      transform: translate(0, 0) !important; }
  body .feed-powered-by-es-feed-img {
    bottom: -10px !important; }
  body a.feed-powered-by-es.feed-powered-by-es-center {
    display: none !important; }
  body .es-page-list {
    margin: 0 !important; }

header {
  height: 600px;
  background-image: url("../images/bg_main.png?202505");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 100; }
  @media screen and (min-width: 1400px) {
    header {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    header {
      height: auto;
      padding: 0 0 130px; } }
  header .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0 0;
    margin: 0 10px 0 30px; }
    @media screen and (max-width: 767px) {
      header .box {
        padding: 24px 0 0;
        margin: 0; } }
    header .box h1 img {
      width: 180px;
      height: auto; }
      @media screen and (max-width: 767px) {
        header .box h1 img {
          width: 140px;
          padding: 0 0 0 10px; } }
    header .box .gnavi_pc {
      height: auto;
      z-index: 100; }
      @media screen and (max-width: 1080px) {
        header .box .gnavi_pc {
          display: none; } }
      header .box .gnavi_pc ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap; }
        header .box .gnavi_pc ul li {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1;
          border-right: 1px solid #fff;
          margin: 0;
          padding: 0 20px;
          letter-spacing: 1px; }
          header .box .gnavi_pc ul li:last-child {
            border-right: none; }
          header .box .gnavi_pc ul li a {
            color: #fff;
            display: inline;
            padding-bottom: 8px; }
            header .box .gnavi_pc ul li a:hover {
              border-bottom: 1px solid #fff; }
    header .box .gnavi_sp {
      display: none; }
    header .box .openbtn {
      display: none; }
    @media screen and (max-width: 1080px) {
      header .box {
        /*×に変化*/ }
        header .box .gnavi_sp {
          display: block;
          position: fixed;
          z-index: -1;
          opacity: 1;
          top: 90px;
          width: 100%;
          background: linear-gradient(to top, #10b04b, #1d751e);
          transition: all 0.3s; } }
    @media screen and (max-width: 1080px) and (max-width: 767px) {
      header .box .gnavi_sp {
        top: 80px; } }
    @media screen and (max-width: 1080px) {
          header .box .gnavi_sp ul {
            width: auto;
            margin: 30px 30px 40px;
            padding-bottom: 200px;
            display: none;
            z-index: 999; }
            header .box .gnavi_sp ul li {
              list-style: none;
              text-align: left;
              line-height: 1.4;
              font-weight: bold; }
              header .box .gnavi_sp ul li a {
                color: #fff;
                text-decoration: none;
                display: block;
                padding: 20px 0;
                letter-spacing: 1.4px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.6); }
        header .box .gnavi_sp.panelactive {
          opacity: .9;
          position: fixed;
          z-index: 999;
          width: 100%;
          height: 100vh;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
          header .box .gnavi_sp.panelactive ul {
            display: block; }
        header .box body#about .gnavi_sp li.nav-about a, header .box body#case .gnavi_sp li.nav-case a, header .box body#menu .gnavi_sp li.nav-menu a, header .box body#blog .gnavi_sp li.nav-blog a, header .box body#voice .gnavi_sp li.nav-voice a, header .box body#faq .gnavi_sp li.nav-faq a, header .box body#access .gnavi_sp li.nav-access a, header .box .gnavi_sp li.active a {
          border-bottom: 1px solid #fff; }
        header .box .openbtn {
          display: block;
          position: fixed;
          z-index: 9999;
          /*ボタンを最前面に*/
          top: 22px;
          right: 3%;
          cursor: pointer;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 2px solid #fff; } }
    @media screen and (max-width: 1080px) and (max-width: 767px) {
      header .box .openbtn {
        top: 8px; } }
    @media screen and (max-width: 1080px) {
        header .box .openbtn span {
          display: inline-block;
          transition: all .4s;
          position: absolute;
          left: 14px;
          height: 2px;
          border-radius: 2px;
          background-color: #fff;
          width: 48%; }
        header .box .openbtn span:nth-of-type(1) {
          top: 21px; }
        header .box .openbtn span:nth-of-type(2) {
          top: 27px; }
        header .box .openbtn.active span:nth-of-type(1) {
          top: 18px;
          left: 13px;
          transform: translateY(6px) rotate(-45deg);
          width: 48%; }
        header .box .openbtn.active span:nth-of-type(2) {
          top: 30px;
          left: 13px;
          transform: translateY(-6px) rotate(45deg);
          width: 48%; } }
  header .appear {
    display: none; }
    header .appear .box2 {
      z-index: 999;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      height: 100px;
      background-image: url("../images/bg_main2.png?202505");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      padding: 0 10px 0 30px;
      margin: 0; }
      @media screen and (max-width: 767px) {
        header .appear .box2 {
          height: 70px;
          padding: 0 0 0 10px;
          margin: 0; } }
      header .appear .box2 h1 img {
        width: 100%;
        max-width: 180px;
        height: auto; }
        @media screen and (max-width: 767px) {
          header .appear .box2 h1 img {
            max-width: 140px; } }
      header .appear .box2 .gnavi_pc {
        height: auto; }
        @media screen and (max-width: 1080px) {
          header .appear .box2 .gnavi_pc {
            display: none; } }
        header .appear .box2 .gnavi_pc ul {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex-wrap: nowrap; }
          header .appear .box2 .gnavi_pc ul li {
            color: #fff;
            font-size: 1.6rem;
            line-height: 1;
            border-right: 1px solid #fff;
            margin: 0;
            padding: 0 20px;
            letter-spacing: 1px; }
            header .appear .box2 .gnavi_pc ul li:last-child {
              border-right: none; }
            header .appear .box2 .gnavi_pc ul li a {
              color: #fff;
              display: inline;
              padding-bottom: 8px; }
              header .appear .box2 .gnavi_pc ul li a:hover {
                border-bottom: 1px solid #fff; }
  header .main {
    height: 380px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 20px 0 0; }
    @media screen and (min-width: 1400px) {
      header .main {
        height: 580px;
        padding: 70px 0 0; } }
    @media screen and (max-width: 767px) {
      header .main {
        height: 180px;
        padding: 40px 20px 0; } }
    header .main .title {
      width: 800px;
      margin: 60px auto 0;
      text-align: center;
      position: relative; }
      @media screen and (min-width: 1400px) {
        header .main .title {
          margin: 0 auto; } }
      @media screen and (max-width: 767px) {
        header .main .title {
          margin: 0 auto; } }
      header .main .title span {
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        font-style: italic;
        opacity: .3;
        letter-spacing: 8px;
        font-size: 13rem;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 63%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0; }
        @media screen and (max-width: 767px) {
          header .main .title span {
            font-size: 5rem;
            bottom: -60%;
            letter-spacing: 3px; } }
      header .main .title p {
        letter-spacing: 1.8px;
        text-align: center;
        color: #fff;
        font-family: "Zen Old Mincho", serif;
        font-weight: 400;
        font-style: normal;
        text-shadow: 2px 2px 2px #333; }
        header .main .title p:nth-of-type(1) {
          font-size: 6rem;
          padding: 0 0 8px;
          line-height: 1.5;
          border-bottom: 1px solid #fff; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(1) {
              font-size: 2.6rem; } }
        header .main .title p:nth-of-type(2) {
          font-size: 2.4rem;
          margin: 5px auto 0; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(2) {
              font-size: 1.9rem;
              letter-spacing: 1px; } }
        header .main .title p:nth-of-type(3) {
          font-size: 3.6rem;
          margin: 5px auto 0; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(3) {
              font-size: 2.2rem;
              letter-spacing: 1px; } }
        header .main .title p:nth-of-type(4), header .main .title p:nth-of-type(5) {
          font-size: 2rem;
          line-height: 1;
          padding: 10px 20px;
          margin: 13px 5px 0;
          border-radius: 90px;
          border: 1px solid #fff;
          display: inline-block;
          letter-spacing: .3px;
          box-shadow: 3px 3px 3px #333; }
          @media screen and (max-width: 767px) {
            header .main .title p:nth-of-type(4), header .main .title p:nth-of-type(5) {
              font-size: 1.6rem;
              line-height: 1.6;
              padding: 10px 15px;
              margin: 13px 3px 0; } }
          header .main .title p:nth-of-type(4) a, header .main .title p:nth-of-type(5) a {
            color: #fff;
            text-decoration: underline; }
            header .main .title p:nth-of-type(4) a:hover, header .main .title p:nth-of-type(5) a:hover {
              text-decoration: none; }
        header .main .title p br {
          display: none; }
          @media screen and (max-width: 767px) {
            header .main .title p br {
              display: block; } }

.page header {
  height: 300px;
  background-image: url("../images/bg_main_page.png?202505");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .page header {
      height: auto;
      padding: 0 0 30px; } }
  .page header .main_page {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .page header .main_page {
        height: 100px; } }
    .page header .main_page h1 {
      font-size: 6rem;
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: italic;
      color: #fff;
      letter-spacing: 8px;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        .page header .main_page h1 {
          font-size: 3rem; } }
      .page header .main_page h1 span {
        font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-size: 1.8rem;
        display: block;
        margin: 20px auto 0;
        font-style: normal;
        letter-spacing: 3px; }
        @media screen and (max-width: 767px) {
          .page header .main_page h1 span {
            font-size: 1.7rem;
            margin: 10px auto 0; } }
  .page header .box p img {
    width: 100%;
    max-width: 180px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page header .box p img {
        max-width: 140px;
        padding: 0 0 0 10px; } }
  .page header .appear .box2 p img {
    width: 100%;
    max-width: 180px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page header .appear .box2 p img {
        max-width: 140px; } }

body#message .gnavi_pc li.nav-message a, body#chara .gnavi_pc li.nav-chara a, body#strengths .gnavi_pc li.nav-strengths a, body#case .gnavi_pc li.nav-case a, body#menu .gnavi_pc li.nav-menu a, body#blog .gnavi_pc li.nav-blog a, body#voice .gnavi_pc li.nav-voice a, body#faq .gnavi_pc li.nav-faq a, body#access .gnavi_pc li.nav-access a, .gnavi_pc li.active a {
  border-bottom: 1px solid #fff; }

.breadcrumb {
  height: 56px;
  margin: 0 0 50px;
  background: linear-gradient(to right, #1d751e 0%, #439144 100%); }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      height: 45px; } }
  .breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 1080px) {
      .breadcrumb ul {
        width: auto;
        margin: 0 20px; } }
    @media screen and (max-width: 767px) {
      .breadcrumb ul {
        overflow-x: scroll;
        white-space: nowrap; } }
    .breadcrumb ul li {
      font-size: 1.5rem;
      line-height: 56px;
      position: relative;
      margin: 0 21px 0 23px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .breadcrumb ul li {
          font-size: 1.4rem;
          line-height: 45px; } }
      .breadcrumb ul li::after {
        content: ">";
        position: absolute;
        top: 0;
        left: -23px;
        font-size: 15px; }
      .breadcrumb ul li:first-child {
        margin-left: 0; }
        .breadcrumb ul li:first-child::after {
          left: unset;
          right: calc(-21px - 0.5rem); }
      .breadcrumb ul li:nth-child(2)::after {
        content: none; }
      .breadcrumb ul li:last-child {
        margin-right: 0; }
      .breadcrumb ul li a {
        text-decoration: underline;
        color: #fff; }

h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: italic;
  color: #d7ecd7;
  font-size: 8rem;
  letter-spacing: 4px;
  text-align: center;
  line-height: 1;
  border-bottom: 1px #1d751e solid;
  padding: 120px 0 30px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin: -120px auto 60px;
  /* heightと同じ分のネガティブマージン */ }
  @media screen and (max-width: 767px) {
    h2 {
      padding: 100px 0 30px;
      /* 調整したい高さ（固定ヘッダーの高さ） */
      margin: -100px auto 40px;
      /* heightと同じ分のネガティブマージン */
      font-size: 5rem;
      letter-spacing: 3px; } }
  h2 span {
    font-style: normal;
    font-size: 2rem;
    display: block;
    margin: 25px auto 0;
    color: #1d751e;
    letter-spacing: 2px; }
    @media screen and (max-width: 767px) {
      h2 span {
        font-size: 1.7rem; } }

h3 {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1;
  padding: 15px 20px;
  background-color: #1d751e;
  margin: 50px auto 30px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.8rem;
      margin: 50px auto 25px;
      line-height: 1.6; } }
  h3 br {
    display: none; }
    @media screen and (max-width: 767px) {
      h3 br {
        display: block; } }

h4 {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    h4 {
      text-align: center; } }
  h4 br {
    display: none; }
    @media screen and (max-width: 767px) {
      h4 br {
        display: block; } }

.news {
  margin: 0;
  padding: 80px 0 110px; }
  @media screen and (max-width: 1080px) {
    .news {
      padding: 60px 0 110px; } }
  @media screen and (max-width: 767px) {
    .news {
      padding: 60px 0 50px; } }
  .news .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .news .box {
        margin: 0 20px; } }
    .news .box dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      border-bottom: 1px solid #edf9ed;
      padding: 25px 0;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .news .box dl {
          flex-direction: column;
          align-items: flex-start;
          flex-wrap: wrap;
          padding: 20px 0; } }
      .news .box dl:first-of-type {
        padding: 0 0 30px; }
        @media screen and (max-width: 767px) {
          .news .box dl:first-of-type {
            padding: 0 0 20px; } }
      .news .box dl dt {
        width: 14%; }
        @media screen and (max-width: 767px) {
          .news .box dl dt {
            width: auto;
            line-height: 1.6;
            margin: 0 0 6px; } }
      .news .box dl dd {
        line-height: 1.6; }
        .news .box dl dd a {
          text-decoration: underline; }
          .news .box dl dd a:hover {
            text-decoration: none; }
        .news .box dl dd span {
          color: #C54244;
          font-size: 1.6rem;
          display: inline-block;
          margin: 0 0 0 5px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .news .box dl dd span {
              font-size: 1.2rem; } }

.message {
  margin: 0;
  padding: 80px 0 80px;
  box-sizing: border-box;
  background-image: url("../images/bg_message.jpg?20250522");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 1080px) {
    .message {
      padding: 60px 0 70px; } }
  @media screen and (max-width: 767px) {
    .message {
      background-image: url("../images/bg_message_sp.jpg?20250522");
      padding: 60px 0 50px; } }
  .message h2 {
    color: #fff;
    border-bottom: 1px #fff solid; }
    .message h2 span {
      color: #fff; }
  .message h3 {
    color: #565656;
    background-color: #fff; }
  .message h4 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 30px; }
  .message .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .message .box {
        margin: 0 20px; } }
    .message .box p {
      margin: 0 0 30px;
      color: #fff; }
    .message .box .people {
      width: 320px;
      float: right;
      clear: both;
      margin: 0 0 60px 40px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .message .box .people {
          width: 300px;
          float: none;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 330px) {
        .message .box .people {
          width: 240px; } }
      .message .box .people img {
        width: 100%;
        height: auto;
        border-radius: 10px; }
      .message .box .people figcaption {
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 14px 0 0; }
        .message .box .people figcaption span {
          display: block;
          font-weight: normal;
          line-height: 1.7;
          margin: 0; }
    .message .box .exterior {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .message .box .exterior {
          margin: 50px auto 0; } }
      .message .box .exterior img {
        width: 100%;
        height: auto; }

.chara {
  padding: 70px 0 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #f7fff7 0%, #fff 100%); }
  @media screen and (max-width: 767px) {
    .chara {
      padding: 60px 0 0; } }
  .chara .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .chara .box {
        margin: 0 20px; } }
    .chara .box p {
      margin: 0 0 30px; }
    .chara .box figure {
      width: 320px;
      float: right;
      margin: 0 0 40px 40px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .chara .box figure {
          width: 300px;
          float: none;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 330px) {
        .chara .box figure {
          width: 240px; } }
      .chara .box figure img {
        width: 100%;
        height: auto; }
      .chara .box figure figcaption {
        color: #1d751e;
        font-weight: bold;
        text-align: center;
        margin: 14px 0 0; }
        .chara .box figure figcaption span {
          display: block;
          font-weight: normal;
          line-height: 1.7;
          margin: 5px 0 0; }
    .chara .box .box2 {
      padding: 30px 50px 50px;
      border: 1px solid #1d751e;
      border-radius: 10px;
      margin: 60px auto 0; }
      @media screen and (max-width: 767px) {
        .chara .box .box2 {
          margin: 40px auto 0;
          padding: 30px 20px 20px; } }
      .chara .box .box2 h4 {
        text-align: center;
        color: #1d751e;
        font-size: 2.4rem;
        margin: 0 auto 30px;
        border-bottom: 1px solid #1d751e;
        padding-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .chara .box .box2 h4 {
            font-size: 1.9rem; } }
        .chara .box .box2 h4 br {
          display: none; }
          @media screen and (max-width: 380px) {
            .chara .box .box2 h4 br {
              display: block; } }
      .chara .box .box2 ul {
        margin: 0 auto;
        padding: 0 0 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; }
        .chara .box .box2 ul li {
          width: 45%;
          font-size: 1.8rem;
          text-indent: -1em;
          padding-left: 1em; }
          @media screen and (max-width: 767px) {
            .chara .box .box2 ul li {
              width: 100%;
              font-size: 1.5rem;
              margin: 0 0 10px;
              line-height: 1.6; } }
          .chara .box .box2 ul li::before {
            font-family: "Font Awesome 6 Free";
            content: "\f14a";
            color: #1d751e;
            padding-right: 10px;
            font-size: 2.4rem;
            display: inline-block;
            font-weight: 900; }
            @media screen and (max-width: 767px) {
              .chara .box .box2 ul li::before {
                font-size: 2rem; } }

.strengths {
  padding: 80px 0 70px;
  overflow: hidden;
  background-image: url("../images/bg_strengths.jpg?202505");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .strengths {
      background-image: url("../images/bg_strengths_sp.jpg?202505");
      padding: 60px 0 50px; } }
  .strengths .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .strengths .box {
        margin: 0 20px; } }
    .strengths .box h3 {
      color: #1d751e;
      border: 1px solid #1d751e;
      background: #d7ecd7; }
    .strengths .box p {
      margin: 0 0 30px; }
    .strengths .box figure {
      width: 320px;
      float: right;
      margin: 0 0 40px 40px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .strengths .box figure {
          width: 300px;
          float: none;
          margin: 0 auto 40px; } }
      @media screen and (max-width: 330px) {
        .strengths .box figure {
          width: 240px; } }
      .strengths .box figure img {
        width: 100%;
        height: auto; }
      .strengths .box figure figcaption {
        color: #1d751e;
        font-weight: bold;
        text-align: center;
        margin: 14px 0 0; }
        .strengths .box figure figcaption span {
          display: block;
          font-weight: normal;
          line-height: 1.7;
          margin: 5px 0 0; }

.menu {
  margin: 0;
  padding: 80px 0 80px;
  box-sizing: border-box;
  background-image: url("../images/bg_menu.jpg?2025");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 1080px) {
    .menu {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 767px) {
    .menu {
      background-image: url("../images/bg_menu_sp.jpg?2025");
      padding: 60px 0 50px; } }
  .menu h2 {
    color: #fff;
    border-bottom: 1px #fff solid; }
    .menu h2 span {
      color: #fff; }
  .menu h3 {
    color: #565656;
    background-color: #fff;
    margin: 30px auto 25px; }
    @media screen and (max-width: 767px) {
      .menu h3 {
        margin: 25px auto 20px; } }
  .menu h4 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 30px; }
  .menu .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1080px) {
      .menu .box {
        margin: 0 20px; } }
    .menu .box table {
      width: 100%;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      color: #fff;
      margin: 0 auto 10px;
      letter-spacing: 2px; }
      .menu .box table:nth-of-type(2), .menu .box table:nth-of-type(3) {
        margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .menu .box table {
          margin: 0 auto 10px; } }
      .menu .box table th {
        font-weight: bold;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1080px) {
          .menu .box table th {
            font-size: 1.5rem; } }
        @media screen and (max-width: 767px) {
          .menu .box table th {
            width: 56%;
            margin: 0 auto 10px; } }
      .menu .box table td {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem; }
        @media screen and (max-width: 1080px) {
          .menu .box table td {
            font-size: 1.5rem; } }
    .menu .box ul {
      margin: 15px 0 30px; }
      .menu .box ul:nth-of-type(1) {
        margin: 15px 0 30px; }
      .menu .box ul li {
        color: #fff;
        margin: 0;
        font-size: 1.3rem; }
        @media screen and (max-width: 1080px) {
          .menu .box ul li {
            font-size: 1.3rem; } }
    .menu .box p {
      color: #fff;
      margin: 0 0 20px; }

.voice {
  margin: 0;
  padding: 80px 0 60px;
  background-color: #edf9ed; }
  @media screen and (max-width: 1080px) {
    .voice {
      padding: 60px 0 60px; } }
  .voice h2 {
    color: #1d751e; }
  .voice .box {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box; }
    @media screen and (max-width: 1080px) {
      .voice .box {
        margin: 0 20px;
        justify-content: center;
        flex-wrap: wrap; } }
    .voice .box p {
      color: #C54244;
      font-size: 1.9rem;
      line-height: 1.9;
      margin: 0 auto 50px;
      border-bottom: 1px solid #C54244;
      padding: 0 0 10px; }
      @media screen and (max-width: 767px) {
        .voice .box p {
          font-size: 1.6rem; } }

.access {
  margin: 0 0 90px;
  padding: 80px 0 0; }
  @media screen and (max-width: 1080px) {
    .access {
      background-size: 80px auto;
      margin: 0 0 60px;
      padding: 60px 0 0; } }
  .access .box {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .access .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1080px) {
      .access .box {
        margin: 0 20px 60px; } }
    .access .box iframe {
      width: 100%;
      max-width: 1000px;
      height: 500px;
      margin: 0 auto;
      display: block; }
      @media screen and (max-width: 767px) {
        .access .box iframe {
          height: 280px; } }
    .access .box p {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin: 20px 30px 0;
      line-height: 1.8;
      color: #333; }
      @media screen and (max-width: 767px) {
        .access .box p {
          font-size: 1.4rem;
          text-align: left;
          margin: 20px 0 0; } }
      @media screen and (max-width: 330px) {
        .access .box p {
          font-size: 1.3rem; } }
      .access .box p:nth-of-type(2) {
        color: #333;
        font-weight: normal;
        margin: 0 30px 0; }
        @media screen and (max-width: 767px) {
          .access .box p:nth-of-type(2) {
            margin: 0; } }
      .access .box p:nth-of-type(3) {
        color: #1d751e; }
    .access .box table {
      width: 100%;
      max-width: 800px;
      border-top: 1px solid #1d751e;
      border-left: 1px solid #1d751e;
      color: #1d751e;
      margin: 60px auto 0; }
      .access .box table th {
        background-color: #1d751e;
        color: #fff;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #1d751e;
        padding: 20px;
        font-size: 1.8rem;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .access .box table th {
            padding: 10px 6px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 330px) {
          .access .box table th {
            padding: 5px;
            font-size: 1.3rem; } }
        .access .box table th br {
          display: none; }
          @media screen and (max-width: 767px) {
            .access .box table th br {
              display: block; } }
        .access .box table th:last-of-type {
          border-right: 1px solid #1d751e; }
      .access .box table td {
        border-right: 1px solid #1d751e;
        border-bottom: 1px solid #1d751e;
        text-align: center;
        padding: 20px;
        font-size: 1.8rem;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .access .box table td {
            padding: 10px 6px;
            font-size: 1.3rem; } }
        @media screen and (max-width: 330px) {
          .access .box table td {
            padding: 5px;
            font-size: 1.3rem; } }

.faq {
  margin: 0 0 90px; }
  .faq .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .faq .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1080px) {
      .faq .box {
        margin: 0 20px 60px; } }
    .faq .box dl {
      /*アイコンの＋と×*/
      /*　closeというクラスがついたら形状変化　*/
      /*アコーディオンで現れるエリア*/ }
      .faq .box dl dt {
        position: relative;
        cursor: pointer;
        font-size: 1.8rem;
        line-height: 1.5;
        transition: all .5s ease;
        padding: 20px 0;
        color: #1d751e;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .faq .box dl dt {
            font-size: 1.6rem;
            padding: 20px 25px 20px 0; } }
        .faq .box dl dt::first-letter {
          font-size: 4rem;
          font-family: "Zen Old Mincho", serif;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            .faq .box dl dt::first-letter {
              font-size: 3rem; } }
      .faq .box dl dt::before, .faq .box dl dt::after {
        position: absolute;
        content: '';
        width: 16px;
        height: 3px;
        background-color: #1d751e; }
      .faq .box dl dt::before {
        top: 48%;
        right: 2em;
        transform: rotate(0deg); }
        @media screen and (max-width: 767px) {
          .faq .box dl dt::before {
            right: 0; } }
      .faq .box dl dt::after {
        top: 48%;
        right: 2em;
        transform: rotate(90deg); }
        @media screen and (max-width: 767px) {
          .faq .box dl dt::after {
            right: 0; } }
      .faq .box dl dt.close::before {
        transform: rotate(45deg); }
      .faq .box dl dt.close::after {
        transform: rotate(-45deg); }
      .faq .box dl dd {
        display: none;
        padding: 0 0 50px;
        line-height: 1.6;
        color: #333; }
        .faq .box dl dd:last-of-type {
          padding: 0; }
        @media screen and (max-width: 767px) {
          .faq .box dl dd {
            padding: 0 25px 20px 0; } }
        .faq .box dl dd::first-letter {
          font-size: 4rem;
          font-family: "Zen Old Mincho", serif;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            .faq .box dl dd::first-letter {
              font-size: 3rem; } }

.blog {
  margin: 0 0 90px; }
  .blog .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .blog .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1080px) {
      .blog .box {
        margin: 0 20px 60px; } }
    .blog .box h1 {
      color: #1d751e;
      font-size: 3.2rem;
      letter-spacing: 1px;
      text-align: left;
      line-height: 1.7;
      margin: 0 auto 40px;
      font-weight: bold;
      border-bottom: 2px solid #1d751e;
      padding-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .blog .box h1 {
          font-size: 2rem;
          margin: 0 auto 30px; } }
    .blog .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .blog .box p {
          font-size: 1.5rem; } }
      .blog .box p.day {
        line-height: 1;
        letter-spacing: 1px;
        margin: 0 0 20px; }
      .blog .box p a {
        text-decoration: underline; }
        .blog .box p a:hover {
          text-decoration: none; }
    .blog .box img {
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 0 auto 40px; }
    .blog .box ul {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media screen and (max-width: 1080px) {
        .blog .box ul {
          width: 700px;
          margin: 0 auto;
          justify-content: center; } }
      @media screen and (max-width: 767px) {
        .blog .box ul {
          width: 100%; } }
      .blog .box ul li {
        width: 313px;
        margin: 0 10px 40px; }
        @media screen and (max-width: 767px) {
          .blog .box ul li {
            margin: 0 auto 40px; } }
        @media screen and (max-width: 767px) {
          .blog .box ul li {
            width: 300px; } }
        .blog .box ul li dl {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .blog .box ul li dl dt img {
            width: 313px;
            height: 200px;
            margin: 0 auto;
            object-fit: cover; }
            @media screen and (max-width: 767px) {
              .blog .box ul li dl dt img {
                width: 300px; } }
            @media screen and (max-width: 330px) {
              .blog .box ul li dl dt img {
                width: 260px; } }
          .blog .box ul li dl dd {
            padding: 15px 0 0;
            text-align: left;
            color: #1d751e;
            font-size: 1.8rem;
            letter-spacing: 1px;
            line-height: 1.6;
            font-weight: bold; }
            .blog .box ul li dl dd time {
              font-size: 1.4rem;
              letter-spacing: 1px;
              line-height: 1;
              display: block;
              color: #333;
              font-weight: normal;
              margin: 0 0 8px; }
        .blog .box ul li:hover {
          opacity: .8; }

.news_page {
  margin: 0 0 90px; }
  .news_page .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .news_page .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1080px) {
      .news_page .box {
        margin: 0 20px 60px; } }
    .news_page .box h1 {
      color: #1d751e;
      font-size: 3.2rem;
      letter-spacing: 1px;
      text-align: left;
      line-height: 1.7;
      margin: 0 auto 40px;
      font-weight: bold;
      border-bottom: 2px solid #1d751e;
      padding-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .news_page .box h1 {
          font-size: 2rem;
          margin: 0 auto 30px; } }
    .news_page .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .news_page .box p {
          font-size: 1.5rem; } }
      .news_page .box p.day {
        line-height: 1;
        letter-spacing: 1px;
        margin: 0 0 20px; }
      .news_page .box p a {
        text-decoration: underline; }
        .news_page .box p a:hover {
          text-decoration: none; }
    .news_page .box img {
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 0 auto 40px; }
    .news_page .box dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      border-bottom: 1px solid #edf9ed;
      padding: 25px 0;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .news_page .box dl {
          flex-wrap: wrap;
          padding: 25px 0;
          flex-direction: column;
          align-items: flex-start; } }
      .news_page .box dl dt {
        width: 14%; }
        @media screen and (max-width: 767px) {
          .news_page .box dl dt {
            width: auto;
            line-height: 1.6;
            margin: 0 0 6px; } }
      .news_page .box dl dd {
        line-height: 1.6; }
        .news_page .box dl dd a {
          text-decoration: underline; }
          .news_page .box dl dd a:hover {
            text-decoration: none; }
        .news_page .box dl dd span {
          color: #C54244;
          font-size: 1.6rem;
          display: inline-block;
          margin: 0 0 0 5px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .news_page .box dl dd span {
              font-size: 1.2rem; } }

.contact {
  margin: 0 0 90px;
  /* iOSでのデフォルトスタイルをリセット */ }
  .contact .box {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .contact .box {
        margin: 0 20px 60px; } }
    .contact .box h2 {
      color: #fff;
      font-size: 2rem;
      letter-spacing: 2px;
      font-style: normal;
      text-align: center;
      line-height: 1;
      padding: 10px 20px;
      background-color: #1d751e;
      margin: 60px auto 40px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .contact .box h2 {
          font-size: 1.8rem;
          margin: 0 auto 30px; } }
    .contact .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .contact .box p {
          font-size: 1.5rem; } }
      .contact .box p a {
        color: #1d751e;
        text-decoration: underline; }
        .contact .box p a:hover {
          text-decoration: none; }
    .contact .box dl {
      margin: 25px auto 0;
      border: none; }
      .contact .box dl dt {
        width: 100%;
        color: #1d751e;
        margin: 0 0 6px;
        border: none;
        line-height: 1.4; }
        .contact .box dl dt span {
          font-size: 1.2rem;
          color: #fff;
          display: inline-block;
          margin: 0 0 0 10px;
          padding: 5px;
          line-height: 1;
          background-color: #C54244; }
        .contact .box dl dt p {
          margin: 0; }
      .contact .box dl dd {
        width: 100%;
        border: none; }
        .contact .box dl dd p {
          margin: 0; }
  .contact .submit {
    text-align: center;
    margin: 30px auto 0; }
  .contact #submit-btn {
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #1d751e;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    border: 1px solid #1d751e;
    border-radius: 5px;
    letter-spacing: 3px; }
  .contact #submit-btn:hover {
    color: #1d751e;
    background-color: #fff;
    border: 1px solid #1d751e; }
  .contact .wpcf7 form .wpcf7-response-output {
    border: 2px solid #C54244; }
  .contact select {
    width: 100%;
    box-sizing: border-box; }
  .contact textarea {
    width: 100%;
    height: 200px;
    font-size: 1.6rem;
    border: 1px solid #1d751e;
    border-radius: 5px;
    box-sizing: border-box; }
  .contact input[type="email"], .contact input[type="text"], .contact input[type="tel"] {
    width: 100%;
    height: 30px;
    border: 1px solid #1d751e;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box; }
  .contact input[type="textarea"] {
    width: 100%;
    height: 200px;
    border: 1px solid #1d751e;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box; }
  .contact input[type="submit"], .contact input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer; }
  .contact input[type="submit"]::-webkit-search-decoration, .contact input[type="button"]::-webkit-search-decoration {
    display: none; }
  .contact input[type="submit"]::focus, .contact input[type="button"]::focus {
    outline-offset: -2px; }

.case {
  margin: 0 0 90px; }
  .case .box {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .case .box {
        margin: 0 0 60px; } }
    @media screen and (max-width: 1080px) {
      .case .box {
        margin: 0 20px 60px; } }
    .case .box h2 {
      color: #fff;
      font-size: 2rem;
      letter-spacing: 2px;
      text-align: center;
      line-height: 1;
      padding: 10px 20px;
      background-color: #1d751e;
      margin: 60px auto 40px;
      border-top-right-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .case .box h2 {
          font-size: 1.8rem;
          margin: 30px auto 30px; }
          .case .box h2:first-of-type {
            margin: 0 auto 30px; } }
    .case .box ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .case .box ul {
          justify-content: center; } }
      .case .box ul li {
        width: 200px;
        margin: 0 0 20px; }
        @media screen and (max-width: 767px) {
          .case .box ul li {
            width: 100%;
            margin: 0 auto 15px; } }
    .case .box p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .case .box p {
          font-size: 1.5rem; } }
      .case .box p a {
        color: #1d751e;
        text-decoration: underline; }
        .case .box p a:hover {
          text-decoration: none; }

footer {
  background-image: url("../images/bg_footer.jpg?202505");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin: 80px 0 0;
  padding: 100px 0 50px;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    footer {
      background-image: url("../images/bg_footer_sp.jpg?202505");
      margin: 60px 0 0;
      padding: 60px 0 80px; } }
  footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 90px 70px; }
    @media screen and (max-width: 767px) {
      footer ul {
        margin: 0 20px 60px;
        flex-wrap: wrap; } }
    footer ul li {
      color: #fff;
      font-size: 1.5rem;
      line-height: 1;
      border-right: 1px solid #fff;
      margin: 0 0 18px;
      padding: 0 20px;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        footer ul li {
          width: 100%;
          border-right: none;
          padding: 0;
          margin: 0 0 35px; } }
      footer ul li:first-child {
        padding: 0 20px 0 0; }
      footer ul li:last-child {
        border-right: none; }
      footer ul li a {
        color: #fff;
        display: inline;
        padding-bottom: 8px; }
        footer ul li a:hover {
          border-bottom: 1px solid #fff; }
  footer img {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin: 0 0 40px 65px; }
    @media screen and (max-width: 767px) {
      footer img {
        max-width: 180px;
        margin: 0 20px 40px; } }
  footer p {
    color: #333; }
    footer p:nth-of-type(1) {
      font-size: 1.7rem;
      margin: 0 0 40px 70px;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(1) {
          font-size: 1.5rem;
          margin: 0 20px 40px; } }
    footer p:nth-of-type(2) {
      font-size: 4rem;
      font-weight: bold;
      margin: 0 0 10px 70px;
      letter-spacing: 1px;
      line-height: 1;
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal; }
      footer p:nth-of-type(2) a {
        color: #1d751e; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(2) {
          font-size: 2.7rem;
          margin: 0 20px 10px; } }
      footer p:nth-of-type(2)::before {
        font-family: "Font Awesome 6 Free";
        content: "\f095";
        color: #1d751e;
        padding-right: 10px;
        font-size: 3.3rem;
        display: inline-block;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
          footer p:nth-of-type(2)::before {
            font-size: 2.6rem; } }
    footer p:nth-of-type(3) {
      font-size: 1.9rem;
      line-height: 1.8;
      font-weight: bold;
      margin: 0 0 10px 70px;
      color: #1d751e;
      font-family: "Zen Old Mincho", serif;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(3) {
          font-size: 1.6rem;
          margin: 0 20px 10px; } }
    footer p:nth-of-type(4) {
      display: inline-block;
      padding: 8px 20px;
      border-radius: 90px;
      background-color: #1d751e;
      font-size: 1.6rem;
      line-height: 1;
      margin: 0 0 40px 70px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(4) {
          font-size: 1.4rem;
          margin: 0 20px 40px; } }
    footer p:nth-of-type(5) {
      font-size: 1.2rem;
      line-height: 1;
      margin: 0 0 0 70px; }
      @media screen and (max-width: 767px) {
        footer p:nth-of-type(5) {
          font-size: 1rem;
          margin: 0 20px; } }
  footer address {
    color: #565656;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 35px 70px; }
    @media screen and (max-width: 767px) {
      footer address {
        font-size: 1.4rem;
        margin: 0 20px 35px; } }

.floating {
  position: fixed;
  top: 18%;
  right: .5%;
  z-index: 10000; }
  @media screen and (max-width: 767px) {
    .floating {
      top: 91%;
      right: 0;
      left: 0; } }
  .floating ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    @media screen and (max-width: 767px) {
      .floating ul {
        width: 360px;
        margin: 0 auto;
        flex-direction: row; } }
    @media screen and (max-width: 414px) {
      .floating ul {
        width: 95%; } }
    @media screen and (max-width: 380px) {
      .floating ul {
        width: 96%; } }
    .floating ul li {
      margin: 0 0 15px; }
      .floating ul li:nth-of-type(1), .floating ul li:nth-of-type(3), .floating ul li:nth-of-type(4) {
        writing-mode: vertical-rl; }
        @media screen and (max-width: 767px) {
          .floating ul li:nth-of-type(1), .floating ul li:nth-of-type(3), .floating ul li:nth-of-type(4) {
            writing-mode: horizontal-tb; } }
        .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(3) a, .floating ul li:nth-of-type(4) a {
          display: block;
          font-family: "Zen Old Mincho", serif;
          font-weight: 400;
          font-style: normal;
          writing-mode: vertical-rl;
          color: #fff;
          padding: 30px 10px;
          letter-spacing: 4px;
          border-radius: 90px;
          font-size: 1.8rem; }
          @media screen and (max-width: 767px) {
            .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(3) a, .floating ul li:nth-of-type(4) a {
              writing-mode: horizontal-tb;
              font-size: 1.4rem;
              padding: 7px 13px;
              letter-spacing: 2px; } }
          @media screen and (max-width: 330px) {
            .floating ul li:nth-of-type(1) a, .floating ul li:nth-of-type(3) a, .floating ul li:nth-of-type(4) a {
              font-size: 1.3rem;
              letter-spacing: 0;
              padding: 7px 10px; } }
          .floating ul li:nth-of-type(1) a:hover, .floating ul li:nth-of-type(3) a:hover, .floating ul li:nth-of-type(4) a:hover {
            transition: 0.3s ease-in-out;
            background-color: #1d751e; }
      .floating ul li:nth-of-type(1) a {
        background-color: #A17DC5;
        border: 1px solid #A17DC5; }
        @media screen and (max-width: 767px) {
          .floating ul li:nth-of-type(1) a {
            border: 1px solid #A17DC5; } }
        .floating ul li:nth-of-type(1) a:hover {
          color: #A17DC5;
          background: #fff; }
      .floating ul li:nth-of-type(3) a {
        background-color: #fff;
        color: #1d751e;
        border: 1px solid #1d751e; }
        .floating ul li:nth-of-type(3) a:hover {
          color: #fff;
          background-color: #1d751e; }
      .floating ul li:nth-of-type(4) {
        display: none; }
        @media screen and (max-width: 767px) {
          .floating ul li:nth-of-type(4) {
            display: block; } }
        .floating ul li:nth-of-type(4) a {
          background-color: #1d751e;
          color: #fff;
          border: 1px solid #1d751e; }
          .floating ul li:nth-of-type(4) a:hover {
            color: #1d751e;
            background-color: #fff; }
      .floating ul li img {
        width: 45px;
        height: auto; }
        @media screen and (max-width: 767px) {
          .floating ul li img {
            width: 40px; } }
        @media screen and (max-width: 330px) {
          .floating ul li img {
            width: 35px; } }

.pagetop {
  position: fixed;
  right: 7%;
  bottom: 5%; }
  @media screen and (max-width: 1080px) {
    .pagetop {
      right: 7%;
      bottom: 5%; } }
  @media screen and (max-width: 767px) {
    .pagetop {
      right: 4%;
      bottom: 12%; } }
  .pagetop img {
    width: 70px;
    height: auto;
    display: block;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .pagetop img {
        width: 70px; } }

/*# sourceMappingURL=style.css.map */
