@charset "UTF-8";
/*--------------------------------------------
　共通
----------------------------------------------*/
.toppage h2 {
  color: #458320;
  text-align: center;
  font-weight: bold; }
  .toppage h2 img {
    width: 400px;
    margin: 0 auto 1.5rem; }
    @media screen and (max-width: 576px) {
      .toppage h2 img {
        width: 90%; } }
.toppage h3 {
  color: #458320;
  margin-bottom: 1rem; }

.bgr-green {
  background: #EDF2D2; }

.bgr-beige {
  background: linear-gradient(to right, #e9e5dc 0%, #fafaf0 15%, #fafaf0 85%, #e9e5dc 100%); }

.number-space {
  letter-spacing: 0.2em; }

/*--------------------------------------------
　項目別
----------------------------------------------*/
/*------------------------------------------------------
 サービス内容
-------------------------------------------------------*/
section.service {
  background: url("../img/top/bg-service.webp");
  overflow: hidden;
  position: relative; }

section.service ul {
  list-style: none;
  font-weight: bold; }
  section.service ul li {
    background: url("../img/top/olive-list-b.webp") no-repeat;
    font-size: 22px;
    margin-bottom: 1.3rem;
    padding: 0 0 5px 70px;
    height: 53px; }
    @media screen and (max-width: 576px) {
      section.service ul li {
        font-size: 18px;
        padding: 0 0 5px 50px;
        background-size: 80%;
        height: 43px;
        margin-bottom: 0.8rem; } }
  section.service ul li:nth-child(odd) {
    background: url("../img/top/olive-list-a.webp") no-repeat; }
    @media screen and (max-width: 576px) {
      section.service ul li:nth-child(odd) {
        background-size: 80%; } }
section.service .olive-text img {
  max-width: 130px;
  margin: 1rem 2rem; }
section.service .olive-text p {
  max-width: 630px;
  font-weight: bold;
  line-height: 2; }

/*------------------------------------------------------
 Gステーションなら
-------------------------------------------------------*/
section.about ul {
  list-style: none; }
  section.about ul li {
    position: relative;
    padding: 0.5em;
    margin-bottom: 5px;
    line-height: 1.5;
    vertical-align: middle;
    text-indent: -1.5em;
    padding-left: 1.5em; }
    section.about ul li:before {
      display: inline-block;
      vertical-align: middle;
      content: '';
      width: 1em;
      height: 1em;
      background: #93b53f;
      border-radius: 50%;
      margin-right: 8px; }
    section.about ul li::after {
      content: '\A';
      white-space: pre; }
section.about .merit {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 1px 11px 1px #e5dac5;
  padding: 1rem;
  max-width: 860px;
  margin: 3rem auto; }
  section.about .merit .inner {
    width: 90%;
    margin: auto;
    padding: 1rem .5rem; }
    section.about .merit .inner h3 {
      text-align: center; }
    section.about .merit .inner p {
      text-align: left;
      line-height: 2; }
section.about .voice {
  background: url("../img/top/bg-voice.webp") no-repeat center;
  background-size: contain; }
  section.about .voice .voice-860 {
    max-width: 860px;
    margin: 2rem auto; }
  section.about .voice .voice-box {
    position: relative;
    max-width: 630px;
    box-shadow: 0px 1px 11px 1px #e5dac5;
    background: #FFF; }
    section.about .voice .voice-box h4 {
      background: #93b53f;
      color: #FFF;
      padding: 5px 1rem 5px 5px;
      width: 285px;
      border-radius: 0 30px 30px 0;
      text-align: right; }
      @media screen and (max-width: 768px) {
        section.about .voice .voice-box h4 {
          width: 230px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 9; } }
    section.about .voice .voice-box img {
      position: absolute;
      top: -10%;
      left: -10%;
      max-width: 150px; }
      @media screen and (max-width: 768px) {
        section.about .voice .voice-box img {
          position: relative;
          top: 60px;
          left: calc(50% - 75px);
          margin: 0 auto 2rem; } }
    section.about .voice .voice-box .inner {
      padding: 1rem 2rem 1.5rem 15%; }
      section.about .voice .voice-box .inner p {
        font-size: 110%; }
  section.about .voice .voice-860-b {
    max-width: 860px;
    margin: 2rem auto;
    text-align: right;
    display: flex;
    justify-content: flex-end; }
  section.about .voice .voice-box-b {
    position: relative;
    max-width: 630px;
    box-shadow: 0px 1px 11px 1px #e5dac5;
    background: #FFF; }
    section.about .voice .voice-box-b h4 {
      background: #93b53f;
      color: #FFF;
      padding: 5px 5px 5px 1rem;
      width: 285px;
      border-radius: 30px 0 0 30px;
      text-align: left;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9; }
      @media screen and (max-width: 768px) {
        section.about .voice .voice-box-b h4 {
          width: 230px; } }
    section.about .voice .voice-box-b img {
      position: absolute;
      top: -10%;
      right: -10%;
      max-width: 150px;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        section.about .voice .voice-box-b img {
          position: relative;
          top: 60px;
          right: calc(50% - 75px);
          margin: 0 auto; } }
    section.about .voice .voice-box-b .inner {
      padding: 3rem 15% 1.5rem 2rem; }
      section.about .voice .voice-box-b .inner p {
        font-size: 110%;
        text-align: left; }

/*------------------------------------------------------
 ご利用料金
-------------------------------------------------------*/
section.guide .elements-wrap, section.price .elements-wrap, section.station .elements-wrap {
  max-width: 780px;
  margin: auto; }
  @media screen and (max-width: 576px) {
    section.guide .elements-wrap, section.price .elements-wrap, section.station .elements-wrap {
      width: 90%; } }
  section.guide .elements-wrap p, section.price .elements-wrap p, section.station .elements-wrap p {
    margin: 0; }
section.guide table, section.price table, section.station table {
  text-align: center;
  width: 100%; }
  section.guide table tr:first-child, section.price table tr:first-child, section.station table tr:first-child {
    border-top: solid 2px #458320; }
  section.guide table tr, section.price table tr, section.station table tr {
    border-bottom: solid 2px #458320; }
  section.guide table th, section.guide table td, section.price table th, section.price table td, section.station table th, section.station table td {
    padding: 1rem;
    vertical-align: middle; }
    @media screen and (max-width: 576px) {
      section.guide table th, section.guide table td, section.price table th, section.price table td, section.station table th, section.station table td {
        display: block;
        width: 100%; } }
  section.guide table th, section.price table th, section.station table th {
    background: #FDF9E4;
    color: #458320; }
  section.guide table td, section.price table td, section.station table td {
    background: #FFF; }

/*------------------------------------------------------
 ご利用開始までの流れ
-------------------------------------------------------*/
section.flow .flow-step {
  background: #93b53f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  margin: 0 auto;
  max-width: 960px; }
  @media screen and (max-width: 576px) {
    section.flow .flow-step {
      display: block;
      padding: 10px; } }
  section.flow .flow-step .number {
    color: #FFF;
    font-size: 40px;
    width: 140px;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 576px) {
      section.flow .flow-step .number {
        margin: auto; } }
    section.flow .flow-step .number span {
      font-size: 80px;
      display: block; }
  section.flow .flow-step .text {
    background: #FFF;
    padding: 20px;
    width: calc(100% - 140px); }
    @media screen and (max-width: 576px) {
      section.flow .flow-step .text {
        width: 100%;
        margin: 0 auto; } }
    section.flow .flow-step .text h3 {
      color: #458320;
      border-bottom: solid 2px #93b53f;
      padding: 10px; }
    section.flow .flow-step .text p {
      padding: 10px;
      margin: 0 auto; }

/*------------------------------------------------------
 FAQ
-------------------------------------------------------*/
section.faq {
  background: url("../img/top/bg-faq.webp");
  overflow: hidden;
  position: relative; }

section.faq .faq-area {
  border-radius: 30px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35); }
  section.faq .faq-area .q-box {
    background: #EDF2D2;
    color: #458320; }
    section.faq .faq-area .q-box span {
      display: block;
      text-align: center;
      width: 45px;
      font-size: 45px; }
  section.faq .faq-area .q-box, section.faq .faq-area .a-box {
    padding: 1rem 2rem;
    display: flex;
    align-items: center; }
    section.faq .faq-area .q-box span, section.faq .faq-area .a-box span {
      display: block;
      text-align: center;
      width: 45px;
      font-size: 45px;
      margin-right: 1rem; }
      section.faq .faq-area .q-box span.a, section.faq .faq-area .a-box span.a {
        color: #9F9E8E; }

/*------------------------------------------------------
 スタッフ紹介
-------------------------------------------------------*/
section.staff .staff-area {
  position: relative;
  z-index: 1; }
  section.staff .staff-area .staff-wrap {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px; }
    @media screen and (max-width: 576px) {
      section.staff .staff-area .staff-wrap {
        display: block; } }
    section.staff .staff-area .staff-wrap img {
      width: 40%;
      height: 300px;
      object-fit: cover;
      vertical-align: bottom;
      position: absolute;
      top: 0;
      left: 2%;
      z-index: 2;
      border-radius: 10px; }
      @media screen and (max-width: 576px) {
        section.staff .staff-area .staff-wrap img {
          width: 80%;
          height: 200px; } }
    section.staff .staff-area .staff-wrap .text-content {
      width: 70%;
      background-color: #FFF;
      box-shadow: 0px 1px 11px 1px #e5dac5;
      border-radius: 10px;
      text-align: center;
      padding: 3rem 0; }
      @media screen and (max-width: 576px) {
        section.staff .staff-area .staff-wrap .text-content {
          width: 100%;
          padding: 210px 0 20px; } }
      section.staff .staff-area .staff-wrap .text-content .inner {
        width: 80%;
        margin: auto; }
      section.staff .staff-area .staff-wrap .text-content .headline {
        margin: 0 0 0 8vw;
        text-align: left;
        display: flex; }
        @media screen and (max-width: 576px) {
          section.staff .staff-area .staff-wrap .text-content .headline {
            margin: 0; } }
        section.staff .staff-area .staff-wrap .text-content .headline span {
          background: #458320;
          color: #FFF;
          padding: 5px 10px;
          margin-right: 1rem;
          border-radius: 5px; }
        section.staff .staff-area .staff-wrap .text-content .headline .name {
          letter-spacing: 5px; }
      section.staff .staff-area .staff-wrap .text-content .text {
        margin: 0 0 0 8vw;
        text-align: left; }
        @media screen and (max-width: 576px) {
          section.staff .staff-area .staff-wrap .text-content .text {
            margin: 0; } }
    section.staff .staff-area .staff-wrap.reverse-non {
      flex-direction: row; }
      section.staff .staff-area .staff-wrap.reverse-non img {
        left: 98%;
        transform: translateX(-100%); }
      section.staff .staff-area .staff-wrap.reverse-non .text-content .headline, section.staff .staff-area .staff-wrap.reverse-non .text-content .text {
        margin: 0 8vw 0 0; }
        @media screen and (max-width: 576px) {
          section.staff .staff-area .staff-wrap.reverse-non .text-content .headline, section.staff .staff-area .staff-wrap.reverse-non .text-content .text {
            margin: 0; } }

section {
  padding: 100px 10px; }
  @media screen and (max-width: 768px) {
    section {
      padding: 50px 10px; } }

section.linksarea {
  padding: 50px 10px;
  background: #646357;
  color: #FFF; }
  section.linksarea p {
    line-height: 1.3; }
  section.linksarea a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    height: 90px;
    width: 300px;
    color: #458320;
    border-radius: 10px;
    font-size: 22px;
    text-decoration: none;
    margin: 10px; }
    section.linksarea a:hover {
      background: #fdf9e4; }

/*------------------------------------------------------
 メインビジュアル
-------------------------------------------------------*/
.mainvisual {
  padding: 80px 0 0;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .mainvisual {
      padding: 30px 0 0; } }
  @media screen and (max-width: 576px) {
    .mainvisual {
      padding: 0; } }
  .mainvisual .metaslider .slides {
    margin: auto; }
