@charset "UTF-8";
/* CSS Document */
/*============================================
responsive
============================================*/
.inner {
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .inner {
      margin: 0 20px; } }
  @media screen and (max-width: 767px) {
    .inner {
      margin: 0 20px; } }

body, html {
  background: none; }
  @media screen and (max-width: 767px) {
    body, html {
      overflow-x: hidden; } }

main {
  font-size: 1.8rem;
  margin: 0 0 90px 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    main {
      margin: 0 0 60px; } }
  @media screen and (max-width: 767px) {
    main {
      margin: 0 0 40px 0; } }

/* ===============

上書き

=============== */
#gHeader {
  margin-bottom: 0; }

.ft-data__box .ft-company-list {
  letter-spacing: 0; }

main {
  background: #FAF8F5; }

/* ===============
s-intro
=============== */
.s-intro {
  background: #F5EDE1;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-intro {
      padding: 40px 0; } }
  .s-intro__headline p {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .s-intro__headline p {
        font-size: 2.0rem;
        text-align: left; } }
  .s-intro__box__item {
    margin: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .s-intro__box__item {
        margin: 15px 0 0 0; } }
    .s-intro__box__item:nth-child(2) {
      max-width: 1197px;
      margin-left: -60px;
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .s-intro__box__item:nth-child(2) {
          margin-left: 0;
          margin-top: 15px; } }
    .s-intro__box__item:nth-child(3) {
      max-width: 1197px;
      margin-left: -60px;
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .s-intro__box__item:nth-child(3) {
          margin-left: 0;
          margin-bottom: 15px; } }

/* ===============
s-shop
=============== */
.s-shop {
  background: #FCFCFC;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-shop {
      padding: 40px 0; } }
  .s-shop__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-shop__headline {
        padding: 0 0 15px 0; } }
    .s-shop__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-shop__headline h2 {
          font-size: 2.4rem; } }
      .s-shop__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-shop__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-shop__box {
    max-width: 840px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .s-shop__box {
        border-radius: 10px; } }
    .s-shop__box h3 {
      background: url("../img/bg-green.jpg");
      font-size: 2.8rem;
      color: #fff;
      text-align: center;
      padding: 30px 0;
      border-radius: 20px 20px 0 0; }
      @media screen and (max-width: 767px) {
        .s-shop__box h3 {
          border-radius: 10px 10px 0 0;
          padding: 15px 0;
          font-size: 1.8rem; } }
    .s-shop__box dl {
      padding: 45px 90px; }
      @media screen and (max-width: 767px) {
        .s-shop__box dl {
          padding: 20px;
          font-size: 1.6rem; } }
      .s-shop__box dl div {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #C4C3C3;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0; }
        @media screen and (max-width: 767px) {
          .s-shop__box dl div {
            display: block;
            margin: 0 0 20px 0;
            padding: 0;
            border-bottom: none; } }
        .s-shop__box dl div dt {
          width: 22%;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .s-shop__box dl div dt {
              width: 100%;
              background: #f7f7f7;
              padding: 5px;
              margin: 0 0 5px 0; } }
        .s-shop__box dl div dd {
          width: 78%; }
          @media screen and (max-width: 767px) {
            .s-shop__box dl div dd {
              width: 100%;
              line-height: 1.5; } }
        .s-shop__box dl div:last-of-type {
          padding: 0;
          margin: 0;
          border-bottom: none; }

/* ===============
s-flow
=============== */
.s-flow {
  background: #F5EDE1;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-flow {
      padding: 40px 0 20px 0; } }
  .s-flow__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-flow__headline {
        padding: 0 0 15px 0; } }
    .s-flow__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-flow__headline h2 {
          font-size: 2.4rem; } }
      .s-flow__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-flow__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-flow__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .s-flow__box {
        display: block; } }
    .s-flow__box__item {
      width: calc(100% / 4 - 20px);
      background: #fff;
      box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
      border-radius: 15px; }
      @media screen and (max-width: 767px) {
        .s-flow__box__item {
          width: 100%;
          border-radius: 10px;
          margin: 0 0 20px 0; } }
      .s-flow__box__item h3 {
        background: url("../img/bg-blue.jpg");
        padding: 15px;
        border-radius: 15px 15px 0 0;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 2.0rem;
        line-height: 1;
        letter-spacing: 1px; }
        @media screen and (max-width: 767px) {
          .s-flow__box__item h3 {
            border-radius: 10px 10px 0 0;
            font-size: 1.8rem; } }
        .s-flow__box__item h3 span:first-of-type {
          display: inline-block;
          padding: 0 10px 0 0;
          margin: 0 10px 0 0;
          border-right: 1px solid #fff; }
      .s-flow__box__item dl {
        padding: 20px; }
        .s-flow__box__item dl dt {
          padding: 0 0 15px 0; }
          .s-flow__box__item dl dt img {
            border-radius: 5px; }
        @media screen and (max-width: 767px) {
          .s-flow__box__item dl dd {
            font-size: 1.6rem;
            line-height: 1.65; } }

/* ===============
s-access
=============== */
.s-access {
  background: #FCFCFC;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-access {
      padding: 40px 0; } }
  .s-access__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-access__headline {
        padding: 0 0 15px 0; } }
    .s-access__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-access__headline h2 {
          font-size: 2.4rem; } }
      .s-access__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-access__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-access__box {
    max-width: 840px;
    margin: auto;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 30px;
    padding: 45px 90px; }
    @media screen and (max-width: 767px) {
      .s-access__box {
        padding: 20px;
        border-radius: 10px; } }
    .s-access__box .gmap {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9のアスペクト比 */
      height: 0; }
      .s-access__box .gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
    .s-access__box dl {
      padding: 20px 0 0 0; }
      @media screen and (max-width: 767px) {
        .s-access__box dl {
          padding: 10px 0 0 0; } }
      .s-access__box dl div {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #C4C3C3;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0; }
        @media screen and (max-width: 767px) {
          .s-access__box dl div {
            display: block;
            padding: 0 0 10px 0;
            margin: 0 0 10px 0;
            font-size: 1.6rem;
            line-height: 1.65; } }
        .s-access__box dl div dt {
          width: 25%;
          font-weight: 500; }
          @media screen and (max-width: 767px) {
            .s-access__box dl div dt {
              width: 100%;
              line-height: 1.2; } }
        .s-access__box dl div dd {
          width: 75%; }
          @media screen and (max-width: 767px) {
            .s-access__box dl div dd {
              width: 100%; } }
        .s-access__box dl div:last-of-type {
          padding: 0;
          margin: 0;
          border-bottom: none; }

/* ===============
s-insurance
=============== */
.s-insurance {
  background: #F5EDE1;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-insurance {
      padding: 40px 0; } }
  .s-insurance__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-insurance__headline {
        padding: 0 0 15px 0; } }
    .s-insurance__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-insurance__headline h2 {
          font-size: 2.4rem; } }
      .s-insurance__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-insurance__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-insurance__box__item:not(:first-of-type) {
    margin: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      .s-insurance__box__item:not(:first-of-type) {
        margin: 15px 0 0 0; } }

.s-voice {
  background: #fcfcfc;
  padding: 90px 0 30px 0; }
  @media screen and (max-width: 767px) {
    .s-voice {
      padding: 40px 0; } }
  .s-voice__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    .s-voice__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      .s-voice__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-voice__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-voice__box__item .headline {
    padding: 0 0 20px 0;
    display: flex;
    justify-content: space-between; }
    .s-voice__box__item .headline .img {
      width: 22%; }
    .s-voice__box__item .headline .txt {
      width: 74%; }
      .s-voice__box__item .headline .txt h3 {
        color: #fff;
        display: inline-block;
        background: url("../img/bg-green.jpg");
        padding: 1px 15px;
        margin: 0 0 5px 0;
        border-radius: 100px;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 1px; }
      .s-voice__box__item .headline .txt h4 {
        font-size: 2.0rem;
        font-weight: 700; }
      .s-voice__box__item .headline .txt p {
        font-size: 1.4rem;
        color: #5B5B5B; }
  .s-voice__box__item .copy {
    background: #FAF6F0;
    padding: 30px;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .s-voice__box__item .copy {
        font-size: 1.6rem;
        line-height: 1.6;
        padding: 20px; } }
  .s-voice .swiper {
    width: 100%;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 767px) {
      .s-voice .swiper {
        padding: 0 10px; } }
  .s-voice .swiper-slide {
    width: 51%;
    min-height: 400px;
    height: auto;
    display: block;
    border-radius: 20px;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    opacity: 0.5;
    padding: 30px; }
  .s-voice .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; }
  .s-voice .swiper-button-next,
  .s-voice .swiper-button-prev {
    color: #fff;
    background: #EC5E00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      .s-voice .swiper-button-next,
      .s-voice .swiper-button-prev {
        width: 25px;
        height: 25px; } }
  .s-voice .swiper-button-next:after,
  .s-voice .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .s-voice .swiper-button-next:after,
      .s-voice .swiper-button-prev:after {
        font-size: 10px; } }
  .s-voice .swiper-pagination-bullet {
    background: #667eea;
    opacity: 0.3;
    width: 12px;
    height: 12px; }
  .s-voice .swiper-pagination-bullet-active {
    opacity: 1;
    background: #667eea; }
  @media (max-width: 768px) {
    .s-voice .swiper-slide {
      width: 80%;
      min-height: 350px;
      padding: 20px; } }

.s-voice .swiper-slide {
  width: 540px !important;
  padding: 50px !important; }

.swiper-button___box {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
  width: 540px !important;
  z-index: 10 !important; }

.swiper-button___box .swiper-button-prev {
  left: -30px !important; }

.swiper-button___box .swiper-button-next {
  right: -30px !important; }

@media (max-width: 768px) {
  .s-voice .swiper-slide {
    width: 75% !important;
    padding: 20px !important; }

  .swiper-button___box {
    width: 75% !important; } }
/* ===============
s-staff
=============== */
.s-staff {
  background: #F5EDE1;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .s-staff {
      padding: 40px 0; } }
  .s-staff__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-staff__headline {
        padding: 0 0 15px 0; } }
    .s-staff__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-staff__headline h2 {
          font-size: 2.4rem; } }
      .s-staff__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-staff__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-staff__box__item {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 60px 80px; }
    @media screen and (max-width: 767px) {
      .s-staff__box__item {
        border-radius: 10px;
        padding: 20px; } }
    .s-staff__box__item:not(:last-of-type) {
      margin: 0 0 40px 0; }
      @media screen and (max-width: 767px) {
        .s-staff__box__item:not(:last-of-type) {
          margin: 0 0 20px 0; } }
    .s-staff__box__item .plof {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        .s-staff__box__item .plof {
          display: block; } }
      .s-staff__box__item .plof .img {
        width: 22.5%; }
        @media screen and (max-width: 767px) {
          .s-staff__box__item .plof .img {
            width: 100%; } }
        .s-staff__box__item .plof .img img {
          border-radius: 10px; }
      .s-staff__box__item .plof .txt {
        width: 73%; }
        @media screen and (max-width: 767px) {
          .s-staff__box__item .plof .txt {
            width: 100%; } }
        .s-staff__box__item .plof .txt .name {
          font-size: 2.8rem;
          font-weight: 700;
          padding: 0 0 15px 0; }
          @media screen and (max-width: 767px) {
            .s-staff__box__item .plof .txt .name {
              font-size: 2.4rem;
              padding: 10px 0; } }
        .s-staff__box__item .plof .txt .caption {
          background: url("../img/bg-green.jpg");
          display: inline-block;
          padding: 3px 10px;
          border-radius: 5px;
          color: #fff;
          font-size: 1.6rem;
          margin: 0 0 20px 0; }
        .s-staff__box__item .plof .txt p {
          font-size: 1.7rem; }
          @media screen and (max-width: 767px) {
            .s-staff__box__item .plof .txt p {
              font-size: 1.6rem;
              line-height: 1.7; } }
    .s-staff__box__item .shikaku {
      margin: 30px 0 0 0;
      background: #FAF6F0;
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .s-staff__box__item .shikaku {
          margin: 15px 0 0 0;
          padding: 15px; } }
      .s-staff__box__item .shikaku h3 {
        font-size: 2.0rem;
        line-height: 1.2;
        font-weight: 700;
        border-left: 5px solid #89C63D;
        padding: 0 0 0 15px; }
      .s-staff__box__item .shikaku ul {
        margin: 15px 0 0 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          .s-staff__box__item .shikaku ul {
            display: block; } }
        .s-staff__box__item .shikaku ul li {
          color: #89C63D;
          list-style-type: disc;
          margin: 0 0 0 20px;
          width: calc(50% - 20px); }
          @media screen and (max-width: 767px) {
            .s-staff__box__item .shikaku ul li {
              width: 100%;
              font-size: 1.6rem;
              line-height: 1.4;
              padding: 0 20px 0 0;
              margin: 0 0 5px 20px; } }
          .s-staff__box__item .shikaku ul li span {
            color: #222; }

.s-banner {
  padding: 0 0 90px 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .s-banner {
      padding: 0 0 40px 0; } }
  .s-banner__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .s-banner__headline {
        padding: 0 0 20px 0; } }
    .s-banner__headline h1 {
      padding: 0 0 45px 0; }
    .s-banner__headline h2 {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .s-banner__headline h2 {
          font-size: 2.4rem;
          line-height: 1.4; } }
      .s-banner__headline h2::before {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        left: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
      .s-banner__headline h2::after {
        content: "";
        width: 13px;
        height: 5px;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: rotateY(-50%);
        background: url("../img/icon-ttl.svg"); }
  .s-banner__box .swiper {
    width: 100%;
    padding: 0 0 60px 0; }
  .s-banner__box .swiper-slide {
    width: 51%;
    min-height: 400px;
    height: auto;
    display: block;
    overflow: hidden;
    opacity: 0.5; }
    .s-banner__box .swiper-slide img {
      border-radius: 10px; }
  .s-banner__box .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; }
  .s-banner__box .swiper-button-next,
  .s-banner__box .swiper-button-prev {
    color: #fff;
    background: #EC5E00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .s-banner__box .swiper-button-next,
    .s-banner__box .swiper-button-prev {
      color: #fff;
      background: #EC5E00;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } }
  .s-banner__box .swiper-button-next:after,
  .s-banner__box .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold; }
  @media (max-width: 768px) {
    .s-banner__box .swiper-button-next:after,
    .s-banner__box .swiper-button-prev:after {
      font-size: 10px;
      font-weight: bold; } }
  .s-banner__box .swiper-pagination-bullet {
    background: #667eea;
    opacity: 0.3;
    width: 12px;
    height: 12px; }
  .s-banner__box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #667eea; }
  @media (max-width: 768px) {
    .s-banner__box .swiper-slide {
      width: 80%;
      /*min-height: 350px;*/
      min-height: inherit !important;
      padding: 0 20px; } }
  .s-banner .mySwiper2 {
    position: relative; }
  .s-banner .mySwiper2 .swiper-button-next,
  .s-banner .mySwiper2 .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10; }
  @media (max-width: 768px) {
    .s-banner .mySwiper2 .swiper-button-next,
    .s-banner .mySwiper2 .swiper-button-prev {
      transform: translateY(0); } }
  .s-banner .mySwiper2 .swiper-button-prev {
    left: calc(50% - 28%);
    /* スライド幅 51% の半分あたり */ }
  @media (max-width: 768px) {
    .s-banner .mySwiper2 .swiper-button-prev {
      left: 2%;
      /* スライド幅 51% の半分あたり */ } }
  .s-banner .mySwiper2 .swiper-button-next {
    right: calc(50% - 28%); }
  @media (max-width: 768px) {
    .s-banner .mySwiper2 .swiper-button-next {
      right: 2%; } }

/* ===============
f-banner
=============== */
.f-banner {
  background: url("../img/bg-green.jpg");
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    .f-banner {
      padding: 40px 0; } }
  .f-banner__headline p {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .f-banner__headline p {
        font-size: 2.2rem; } }
  .f-banner__box__item {
    margin: 30px 0 0 0; }
    .f-banner__box__item:nth-child(1) {
      max-width: 1197px;
      margin-left: -60px;
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .f-banner__box__item:nth-child(1) {
          margin-left: 0;
          margin-top: 15px; } }
    .f-banner__box__item:nth-child(2) {
      max-width: 1197px;
      margin-left: -60px; }
      @media screen and (max-width: 767px) {
        .f-banner__box__item:nth-child(2) {
          margin-left: 0; } }

/* ===============
floationg
=============== */
.s-floationg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none; }

.s-floationg.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; }

.s-floationg__box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: url("../img/bg-green.jpg"); }
  @media screen and (max-width: 767px) {
    .s-floationg__box {
      padding: 10px; } }

.s-floationg__box__item {
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .s-floationg__box__item img {
      width: 100%; } }

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .s-floationg__box {
    padding: 10px 5px; }

  .s-floationg__box__item {
    margin: 0 5px; } }
.companyUl {
  display: flex;
  flex-wrap: wrap; }

.companyUl li {
  margin: 0 1px 1px 0;
  width: 189px;
  background: #FFF; }

.companyUl li:nth-child(6n) {
  padding-right: 0; }

.companyUl li a {
  display: flex;
  align-items: center;
  height: 100%; }

.companyUl li img {
  width: 100%; }

@media all and (max-width: 1270px) {
  .companyUl li {
    width: 32.7%; } }
@media all and (min-width: 897px) {
  .companyUl li a:hover {
    opacity: 0.7; } }
@media all and (max-width: 896px) {
  .companyUl {
    width: auto; }

  .companyUl li {
    width: 32.7%; } }
@media all and (max-width: 782px) {
  .companyUl li {
    width: 49.6%; } }
@media all and (max-width: 374px) {
  .companyUl li {
    width: 49.6%; } }
#s-shop {
  padding-top: 90px; }

.floating-menu {
  position: fixed;
  /* 画面に固定 */
  top: 50%;
  /* 画面の垂直方向中央に配置 */
  right: 20px;
  /* 右端から20pxの位置 */
  transform: translateY(-50%);
  /* 垂直方向の中央揃え */
  z-index: 100;
  /* 他の要素より手前に表示 */
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; }

.floating-menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  opacity: 0.7;
  /* デフォルトの透明度 */
  transition: opacity 0.3s ease;
  /* 透明度の変化を滑らかに */ }

.floating-menu .active a {
  opacity: 1.0;
  /* アクティブなリンクは不透明に */
  font-weight: bold; }

/* 各セクションのスタイル */
.section {
  height: 100vh;
  /* ビューポートの高さに合わせてセクションの高さを設定 */
  padding: 20px;
  border-bottom: 1px solid #ddd; }

/* 追加：SPで1スライド表示＆左右ナビが見えるように調整 */
@media (max-width: 767px) {
  /* スライド幅を強制して1枚表示に */
  .s-voice .swiper-slide,
  .s-banner .swiper-slide {
    width: 100% !important;
    box-sizing: border-box; } }
