@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background-color: white; }
  @media (min-width: 1024px) {
    #header {
      height: 60px; } }
  #header .menu {
    max-width: 1600px;
    margin: auto;
    height: 100%; }
    @media (min-width: 1024px) {
      #header .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1600px;
        width: 95%;
        margin: auto; } }
    @media (min-width: 1250px) {
      #header .menu {
        width: 90%; } }
    #header .menu .menu-left {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      #header .menu .menu-left .logo {
        margin-right: 20px; }
        @media (min-width: 1024px) {
          #header .menu .menu-left .logo {
            margin-right: 20px; } }
        #header .menu .menu-left .logo a img {
          width: auto;
          height: 40px; }
          @media (min-width: 1024px) {
            #header .menu .menu-left .logo a img {
              height: 50px; } }
      #header .menu .menu-left .tell a {
        display: flex;
        align-items: center; }
        #header .menu .menu-left .tell a img {
          width: 30px;
          margin-right: 8px; }
        #header .menu .menu-left .tell a h3 {
          font-size: 1.45em; }
          @media (min-width: 1024px) {
            #header .menu .menu-left .tell a h3 {
              font-size: 1.7em; } }
      #header .menu .menu-left .tell p {
        font-size: 0.68em;
        line-height: 1.2em;
        font-feature-settings: "palt";
        color: #000; }
        @media (min-width: 1024px) {
          #header .menu .menu-left .tell p {
            font-size: 0.8em; } }
    #header .menu .header-btn {
      display: none; }
      @media (min-width: 1024px) {
        #header .menu .header-btn {
          display: block; } }
      #header .menu .header-btn ul {
        display: flex; }
        #header .menu .header-btn ul li {
          margin-right: 10px; }
          #header .menu .header-btn ul li:last-child {
            margin-right: 0; }
          #header .menu .header-btn ul li a {
            font-size: 0.9em;
            color: #fff;
            display: inline-block;
            width: 220px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            border-radius: 5px;
            background-color: #6CAE38;
            position: relative; }
            #header .menu .header-btn ul li a::after {
              position: absolute;
              top: 50%;
              right: 12px;
              content: '';
              margin: -2.5px 0 0 16px;
              width: 6px;
              height: 6px;
              border: 0px;
              border-top: solid 1px #fff;
              border-right: solid 1px #fff;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              transition: .5s; }
            #header .menu .header-btn ul li a:hover::after {
              right: 7px; }

#footer {
  background-color: #3c8800;
  color: #fff;
  padding: 60px 0 80px; }
  @media (min-width: 1024px) {
    #footer {
      padding: 60px 0 20px; } }
  #footer .footer-in {
    max-width: 1600px;
    width: 90%;
    margin: auto; }
  @media (min-width: 768px) {
    #footer .footer-menu {
      display: flex;
      justify-content: center; } }
  #footer .footer-menu .first {
    display: flex; }
    @media (min-width: 768px) {
      #footer .footer-menu .first {
        margin-right: 40px; } }
    @media (min-width: 1024px) {
      #footer .footer-menu .first ul {
        margin-right: 40px; }
        #footer .footer-menu .first ul:last-child {
          margin-right: 0; } }
    #footer .footer-menu .first ul li {
      margin-bottom: 25px;
      line-height: 1.2em; }
      #footer .footer-menu .first ul li a {
        font-size: 1.125em;
        color: #fff;
        position: relative; }
        @media (min-width: 1024px) {
          #footer .footer-menu .first ul li a {
            font-size: 1.25em; } }
        #footer .footer-menu .first ul li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #footer .footer-menu .first ul li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }
  #footer .footer-menu ul.second h3 {
    font-size: 1.125em;
    font-weight: 400; }
    @media (min-width: 1024px) {
      #footer .footer-menu ul.second h3 {
        font-size: 1.25em; } }
  #footer .footer-menu ul.second .second-in {
    display: flex;
    border-left: 1px solid #fff;
    margin: 10px 0 0 5px;
    padding-left: 10px; }
    @media (min-width: 1024px) {
      #footer .footer-menu ul.second .second-in {
        margin: 10px 0 0 10px;
        padding-left: 20px; } }
    #footer .footer-menu ul.second .second-in ul {
      margin-right: 20px; }
      #footer .footer-menu ul.second .second-in ul:last-child {
        margin-right: 0; }
      #footer .footer-menu ul.second .second-in ul li {
        margin: 16px 0 0 0;
        line-height: 1.2em; }
        #footer .footer-menu ul.second .second-in ul li a {
          font-size: 0.8em;
          color: #fff;
          position: relative; }
          @media (min-width: 1024px) {
            #footer .footer-menu ul.second .second-in ul li a {
              font-size: 1.0em; } }
          #footer .footer-menu ul.second .second-in ul li a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #footer .footer-menu ul.second .second-in ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
  #footer .company {
    text-align: center;
    margin: 60px auto 0; }
    @media (min-width: 768px) {
      #footer .company .company-in {
        display: flex;
        align-items: center;
        justify-content: center; } }
    #footer .company .company-in .logo {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #footer .company .company-in .logo {
          margin: 0 20px 0 0; } }
      #footer .company .company-in .logo img {
        width: 240px; }
        @media (min-width: 1024px) {
          #footer .company .company-in .logo img {
            width: 280px; } }
    #footer .company .company-in .txt {
      text-align: center; }
      @media (min-width: 1024px) {
        #footer .company .company-in .txt {
          text-align: left; } }
      #footer .company .company-in .txt h2 {
          font-family: "kinuta-reiwa-kana", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.75em; }
        @media (min-width: 1024px) {
          #footer .company .company-in .txt h2 {
            font-size: 3em; } }
      #footer .company .company-in .txt h3 {
        font-size: 1.125em;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          #footer .company .company-in .txt h3 {
            font-size: 1.5em; } }
    #footer .company h4 {
      font-size: 0.8em;
      font-weight: 500;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #footer .company h4 {
          font-size: 1.0em; } }
  #footer ul.service {
    margin-top: 100px;
    max-width: 900px;
    margin: 60px auto 0; }
    #footer ul.service li {
      margin-bottom: 20px; }
      #footer ul.service li:last-child {
        margin-bottom: 0; }
      #footer ul.service li h4 {
        font-size: 1.10em;
        margin-bottom: 5px; }
        @media (min-width: 1024px) {
          #footer ul.service li h4 {
            font-size: 1.125em; } }
      #footer ul.service li p {
        font-size: 0.8em;
        line-height: 1.6em; }
        @media (min-width: 1024px) {
          #footer ul.service li p {
            font-size: 0.9em; } }
  #footer .copy {
    text-align: center;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #footer .copy {
        margin-top: 40px; } }
    #footer .copy p {
      font-size: 0.7em;
      line-height: 1.4em; }
      @media (min-width: 1024px) {
        #footer .copy p {
          font-size: 0.8em; } }
.flexbox{
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    align-items: center;
  a{
    width: 150px;
  }
}