* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

ul, ol {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  transition: .3s;
  text-decoration: none;
  color: inherit; }
  a:hover {
    opacity: .7; }

input, textarea, select, button {
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit; }

table {
  border-collapse: collapse; }

.wrapper {
  overflow: hidden; }

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

.pc {
  display: block; }

.sp {
  display: none; }

header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 100;
  position: fixed; }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: none;
    padding: 0 30px; }
    header .inner h1 img {
      width: 220px; }
    header .inner nav {
      display: flex;
      align-items: center; }
      header .inner nav ul {
        display: flex;
        margin-right: 50px; }
        header .inner nav ul li {
          font-weight: bold; }
          header .inner nav ul li:not(:last-child) {
            margin-right: 50px; }
      header .inner nav .btn a {
        background: #02983b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 46px;
        border-radius: 23px;
        font-weight: bold; }

#mv {
  margin-top: 100px;
  background: linear-gradient(to right, #9cc715, #02983b 65%);
  height: 180px; }
  #mv .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    #mv .inner h2 {
      color: #fff;
      font-size: 44px;
      font-weight: 900; }

.content_sec {
  padding: 80px 0 150px; }
  .content_sec .inner {
    max-width: 960px; }
    .content_sec .inner h3 {
      font-size: 32px;
      color: #02983b;
      font-weight: 900;
      margin-bottom: 40px; }
      .content_sec .inner h3:not(:first-child) {
        margin-top: 80px; }
    .content_sec .inner p {
      font-size: 18px;
      line-height: 32px;
      font-weight: 500; }

#sns {
  background: #f9f9f9;
  padding: 88px 0 120px; }
  #sns .inner {
    max-width: 924px; }
    #sns .inner h2 {
      text-align: center;
      font-size: 44px;
      font-weight: 900;
      margin-bottom: 70px; }
      #sns .inner h2 span {
        color: #02983b; }
    #sns .inner ul {
      display: flex;
      justify-content: space-between; }
      #sns .inner ul li {
        width: 45.4%; }
        #sns .inner ul li a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background: #fff;
          height: 330px; }
          #sns .inner ul li a img {
            display: block;
            width: 110px; }
          #sns .inner ul li a span {
            font-weight: bold;
            font-size: 23px;
            line-height: 1;
            margin-top: 40px;
            display: block;
            font-family: 'Roboto', sans-serif; }

footer {
  padding: 85px 0 90px; }
  footer .inner .info_row {
    display: flex; }
    footer .inner .info_row .logo img {
      width: 220px; }
    footer .inner .info_row .info {
      margin-left: 90px; }
      footer .inner .info_row .info .ttl {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
      footer .inner .info_row .info .address {
        font-size: 12px;
        line-height: 20px; }
    footer .inner .info_row .sns {
      display: flex;
      margin-left: 65px; }
      footer .inner .info_row .sns li {
        width: 34px; }
        footer .inner .info_row .sns li:not(:last-child) {
          margin-right: 14px; }
  footer .inner .nav_row {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    footer .inner .nav_row nav ul {
      display: flex; }
      footer .inner .nav_row nav ul li {
        font-size: 14px;
        font-weight: 500; }
        footer .inner .nav_row nav ul li:not(:last-child) {
          margin-right: 60px; }
    footer .inner .nav_row .btn_copy .btn a {
      background: #02983b;
      color: #fff;
      font-weight: bold;
      width: 160px;
      height: 46px;
      border-radius: 23px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 0 0 auto; }
    footer .inner .nav_row .btn_copy .copy {
      color: #727171;
      font-size: 12px;
      margin-top: 25px; }

@media (max-width: 1060px) {
  header {
    position: fixed; }
    header .inner nav {
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 50px 0;
      flex-direction: column;
      display: none; }
      header .inner nav ul {
        flex-direction: column;
        margin-right: 0; }
        header .inner nav ul li {
          text-align: center; }
          header .inner nav ul li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 30px; }
      header .inner nav .btn {
        margin-top: 60px; }
        header .inner nav .btn a {
          margin: 0 auto; }
    header .inner #menu_btn {
      display: block;
      width: 60px;
      height: 60px;
      position: fixed;
      background: #02983b;
      right: 5%;
      top: 20px; }
      header .inner #menu_btn span {
        display: block;
        background: #fff;
        width: 40px;
        height: 2px;
        right: 10px;
        position: absolute;
        transition: .3s; }
        header .inner #menu_btn span:nth-child(1) {
          top: 20px; }
        header .inner #menu_btn span:nth-child(2) {
          top: 30px; }
        header .inner #menu_btn span:nth-child(3) {
          top: 40px; }
      header .inner #menu_btn.open span:nth-child(1) {
        top: 30px;
        transform: rotate(45deg); }
      header .inner #menu_btn.open span:nth-child(2) {
        opacity: 0; }
      header .inner #menu_btn.open span:nth-child(3) {
        top: 30px;
        transform: rotate(-45deg); } }
@media (max-width: 900px) {
  footer .inner .nav_row {
    flex-direction: column;
    align-items: center;
    margin-top: 60px; }
    footer .inner .nav_row .btn_copy {
      margin-top: 40px; }
      footer .inner .nav_row .btn_copy .btn a {
        margin: 0 auto; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  header {
    height: 60px;
    position: fixed; }
    header .inner {
      padding: 0 5%;
      height: 100%;
      display: flex;
      align-items: center; }
      header .inner h1 img {
        width: 140px;
        display: block; }
      header .inner nav {
        top: 60px; }
      header .inner #menu_btn {
        top: 0;
        right: 0; }

  #mv {
    margin-top: 60px;
    height: 130px; }
    #mv .inner h2 {
      font-size: 26px; }

  .content_sec {
    padding: 40px 0 60px; }
    .content_sec .inner h3 {
      font-size: 20px;
      margin-bottom: 10px; }
      .content_sec .inner h3:not(:first-child) {
        margin-top: 40px; }
    .content_sec .inner p {
      font-size: 14px;
      line-height: 24px; }

  #sns {
    padding: 40px 0; }
    #sns .inner h2 {
      font-size: 22px;
      margin-bottom: 30px; }
    #sns .inner ul li {
      width: 48%; }
      #sns .inner ul li a {
        height: 150px; }
        #sns .inner ul li a img {
          width: 60px; }
        #sns .inner ul li a span {
          margin-top: 15px;
          font-size: 16px; }

  footer {
    padding: 40px 0 30px; }
    footer .inner .info_row {
      flex-direction: column; }
      footer .inner .info_row .logo img {
        width: 160px; }
      footer .inner .info_row .info {
        margin-top: 20px;
        margin-left: 0; }
      footer .inner .info_row .sns {
        margin-left: 0;
        margin-top: 20px; }
    footer .inner .nav_row {
      align-items: flex-start; }
      footer .inner .nav_row nav ul {
        flex-direction: column; }
        footer .inner .nav_row nav ul li:not(:last-child) {
          margin-right: 0;
          margin-bottom: 15px; }
      footer .inner .nav_row .btn_copy .btn a {
        margin-left: 0; } }
#contact header {
  background: #12C0A1;
  color: #fff;
  padding: 32px 0 37px;
  height: 100px; }
  #contact header .inner h1 {
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    width: 100%; }
    #contact header .inner h1 span {
      font-size: 13px;
      line-height: 19px;
      letter-spacing: 0.18em;
      display: block;
      margin-top: 16px; }
#contact #contact_form {
  margin-top: 100px;
  padding: 78px 0 117px; }
  #contact #contact_form .inner {
    max-width: 470px; }
    #contact #contact_form .inner form dl dt {
      font-weight: bold;
      font-size: 17px;
      line-height: 25px;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      #contact #contact_form .inner form dl dt span {
        border-radius: 3px;
        width: 46px;
        height: 23px;
        margin-right: 16px;
        color: #fff;
        font-size: 12px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        #contact #contact_form .inner form dl dt span.required {
          background: #E42424; }
        #contact #contact_form .inner form dl dt span.any {
          background: #A0A0A0; }
    #contact #contact_form .inner form dl dd input[type=text],
    #contact #contact_form .inner form dl dd input[type=tel],
    #contact #contact_form .inner form dl dd input[type=email],
    #contact #contact_form .inner form dl dd textarea {
      background: #EFF3F3;
      border-radius: 6px;
      font-size: 15px;
      line-height: 22px;
      width: 100%;
      padding: 14px 17px; }
      #contact #contact_form .inner form dl dd input[type=text]::placeholder,
      #contact #contact_form .inner form dl dd input[type=tel]::placeholder,
      #contact #contact_form .inner form dl dd input[type=email]::placeholder,
      #contact #contact_form .inner form dl dd textarea::placeholder {
        color: #A6A4A4; }
    #contact #contact_form .inner form dl dd textarea {
      height: 218px; }
    #contact #contact_form .inner form dl dd p {
      font-size: 15px; }
      #contact #contact_form .inner form dl dd p input[type=radio] {
        width: 0;
        height: 0;
        display: inline; }
        #contact #contact_form .inner form dl dd p input[type=radio] + label {
          position: relative;
          padding-left: 29px;
          display: block; }
          #contact #contact_form .inner form dl dd p input[type=radio] + label::before {
            content: '';
            display: block;
            width: 19px;
            height: 19px;
            background: #EFF3F3;
            flex-shrink: 0;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0; }
        #contact #contact_form .inner form dl dd p input[type=radio]:checked + label::after {
          content: '';
          display: block;
          width: 11px;
          height: 11px;
          background: #12C0A1;
          border-radius: 50%;
          position: absolute;
          top: 4px;
          left: 4px; }
      #contact #contact_form .inner form dl dd p:not(:last-child) {
        margin-bottom: 10px; }
    #contact #contact_form .inner form dl dd:not(:last-child) {
      margin-bottom: 36px; }
    #contact #contact_form .inner form .privacypolicy {
      margin-top: 27px; }
      #contact #contact_form .inner form .privacypolicy p {
        font-size: 15px;
        line-height: 217.8%; }
        #contact #contact_form .inner form .privacypolicy p.ttl {
          font-weight: bold; }
        #contact #contact_form .inner form .privacypolicy p.txt {
          color: #636363; }
    #contact #contact_form .inner form .btn {
      margin-top: 40px; }
      #contact #contact_form .inner form .btn button {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #12C0A1;
        color: #fff;
        width: 210px;
        height: 64px;
        border-radius: 8px;
        margin: 0 auto;
        font-weight: 900;
        font-size: 18px;
        line-height: 26px;
        cursor: pointer;
        transition: .3s; }
        #contact #contact_form .inner form .btn button:hover {
          opacity: .7; }
  #contact #contact_form.thanks .inner .txt {
    text-align: center; }
  #contact #contact_form.thanks .inner .btn {
    margin-top: 80px; }
    #contact #contact_form.thanks .inner .btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #12C0A1;
      color: #fff;
      width: 210px;
      height: 64px;
      border-radius: 8px;
      margin: 0 auto;
      font-weight: 900;
      font-size: 18px;
      line-height: 26px; }
#contact footer {
  background: #12C0A1;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.18em;
  padding: 32px 0; }

#top #mv {
  position: relative;
  margin-top: 0;
  height: auto; }
  #top #mv .catch {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to right, #9cc715, #02983b 65%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%; }
    #top #mv .catch img {
      height: 116px; }
#top #intro {
  padding: 60px 0 85px; }
  #top #intro .inner {
    max-width: 1160px; }
    #top #intro .inner h2 {
      margin-bottom: 90px; }
      #top #intro .inner h2 img {
        width: 960px;
        display: block;
        margin: 0 auto; }
    #top #intro .inner .main {
      color: #02983b;
      font-size: 44px;
      line-height: 64px;
      font-weight: 900;
      margin-bottom: 35px; }
    #top #intro .inner .row {
      display: flex;
      justify-content: space-between; }
      #top #intro .inner .row .txt {
        width: 46%; }
        #top #intro .inner .row .txt .ttl {
          background: linear-gradient(to right, #9cc715, #02983b 65%);
          color: #fff;
          font-size: 28px;
          font-weight: bold;
          padding: 20px 30px;
          line-height: 1;
          margin-bottom: 35px; }
        #top #intro .inner .row .txt dl {
          display: flex;
          flex-wrap: wrap;
          font-weight: 500;
          line-height: 28px;
          padding-left: 20px; }
          #top #intro .inner .row .txt dl dt {
            width: 85px; }
          #top #intro .inner .row .txt dl dd {
            width: calc(100% - 85px); }
      #top #intro .inner .row .img {
        width: 52%; }
#top #policy {
  padding: 85px 0 130px; }
  #top #policy .inner {
    max-width: 1060px; }
    #top #policy .inner h2 {
      text-align: center;
      font-size: 44px;
      line-height: 74px;
      font-weight: 900;
      margin-bottom: 80px; }
      #top #policy .inner h2 span {
        color: #02983b; }
    #top #policy .inner ul li {
      display: flex;
      position: relative; }
      #top #policy .inner ul li .num {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        -webkit-text-stroke: #02983b 1px;
        color: #fff;
        font-size: 100px;
        width: 140px;
        letter-spacing: -0.08em;
        text-align: center;
        padding-right: 10px; }
      #top #policy .inner ul li .txt {
        width: calc(100% - 140px);
        padding-top: 20px; }
        #top #policy .inner ul li .txt .main {
          font-size: 32px;
          font-weight: bold;
          color: #02983b;
          margin-bottom: 13px; }
        #top #policy .inner ul li .txt .desc {
          font-size: 18px;
          line-height: 28px;
          font-weight: 500;
          max-width: 820px; }
      #top #policy .inner ul li:not(:first-child) {
        padding-top: 30px; }
      #top #policy .inner ul li:not(:last-child) {
        padding-bottom: 40px; }
        #top #policy .inner ul li:not(:last-child)::after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background: linear-gradient(to right, #9cc715, #02983b 65%);
          position: absolute;
          top: 100%;
          left: 0; }

@media (max-width: 1060px) {
  #top #sns .inner h2 .sp {
    display: block; } }
@media (max-width: 1000px) {
  #top #mv {
    padding: 50px 0; }
  #top #intro .inner .main br {
    display: none; }
  #top #intro .inner .row {
    flex-direction: column; }
    #top #intro .inner .row .txt {
      width: 100%; }
    #top #intro .inner .row .img {
      margin-top: 40px;
      width: 100%;
      text-align: center; }
      #top #intro .inner .row .img img {
        width: 70%; }
  #top #policy .inner h2 .sp {
    display: block; } }
@media (max-width: 768px) {
  #top #mv .catch {
    height: 80px; }
    #top #mv .catch img {
      height: auto; }
  #top #intro {
    padding: 30px 0 40px; }
    #top #intro .inner h2 {
      margin-bottom: 45px; }
    #top #intro .inner .main {
      font-size: 22px;
      line-height: 1.5;
      text-align: center; }
      #top #intro .inner .main br {
        display: block; }
    #top #intro .inner .row .txt .ttl {
      font-size: 22px;
      text-align: center;
      padding: 10px 20px 13px;
      margin-bottom: 15px; }
    #top #intro .inner .row .txt dl {
      padding-left: 0;
      font-size: 13px;
      line-height: 1.8; }
    #top #intro .inner .row .img {
      margin-top: 20px; }
      #top #intro .inner .row .img img {
        width: 90%; }
  #top #policy {
    padding: 40px 0; }
    #top #policy .inner h2 {
      font-size: 22px;
      line-height: 1.5;
      margin-bottom: 30px; }
    #top #policy .inner ul li .num {
      font-size: 45px;
      width: 60px; }
    #top #policy .inner ul li .txt {
      width: calc(100% - 60px);
      padding-top: 10px; }
      #top #policy .inner ul li .txt .main {
        font-size: 18px;
        margin-bottom: 10px; }
      #top #policy .inner ul li .txt .desc {
        font-size: 14px;
        line-height: 1.8; }
    #top #policy .inner ul li:not(:first-child) {
      padding-top: 15px; }
    #top #policy .inner ul li:not(:last-child) {
      padding-bottom: 15px; } }
