@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/NotoSansCJKjp-light.woff") format("woff"), url("../font/NotoSansCJKjp-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
.d-sp {
  display: none; }

@media screen and (max-width: 768px) {
  .d-sp {
    display: block; }

  .d-pc {
    display: none; } }
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

body {
  font-family: "Noto Sans JP", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1em; } }
  body .section_inner {
    max-width: calc(1024px + 20px);
    margin: 0 auto;
    padding: 0 20px; }
  body a:hover {
    cursor: pointer; }
  body .green {
    color: #079a3e; }
  body .white_bg {
    background-color: rgba(255, 255, 255, 0.8); }
  body .mt-white_bg {
    background-color: #fff;
    padding: 65px 100px;
    position: relative; }
    @media screen and (max-width: 768px) {
      body .mt-white_bg {
        padding: 10% 5%; } }
    body .mt-white_bg p {
      line-height: 2; }
    body .mt-white_bg:after {
      content: "";
      position: absolute;
      right: -5px;
      bottom: -5px;
      width: 100%;
      height: 100%;
      background: #079a3e;
      z-index: -1; }
  body .gray-bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    padding: 200px 0;
    background-color: #edebeb; }
  @media screen and (max-width: 768px) {
    body h1 {
      width: 85%;
      font-size: 1.3rem; } }
  body h1 img {
    width: 100%; }
  body h2 {
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: 8px; }
    @media all and (-ms-high-contrast: none) {
      body h2 {
        font-family: "メイリオ", Meiryo, sans-serif; } }
    @media screen and (max-width: 768px) {
      body h2 {
        font-size: 1.5em; } }
    body h2 .green-box {
      font-size: 82px;
      color: #0dbe3f;
      border: 3px solid #0dbe3f;
      padding: 2px;
      display: inline-block;
      margin-right: 10px;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        body h2 .green-box {
          font-size: 1.8em; } }
    body h2 .sb {
      font-size: 18px;
      display: block;
      margin-top: 7px;
      letter-spacing: 2px; }
      @media screen and (max-width: 768px) {
        body h2 .sb {
          font-size: 0.3em; } }
  body h2.pt-1 {
    color: #fff; }
    body h2.pt-1 .sb {
      color: #fff; }
  body h2.pt-2 {
    color: #000; }
    body h2.pt-2 .sb {
      color: #000; }
  body h3 {
    text-align: center;
    padding: 0 0 60px;
    font-size: 40px;
    letter-spacing: 8px;
    font-weight: 500; }
    @media screen and (max-width: 768px) {
      body h3 {
        padding: 0 0 7%;
        font-size: 1.2em; } }
    @media screen and (max-width: 768px) {
      body h3 {
        padding: 0 0 9%; } }
  body h4 {
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    margin: 40px auto; }
    @media all and (-ms-high-contrast: none) {
      body h4 {
        font-family: "メイリオ", Meiryo, sans-serif; } }
    @media screen and (max-width: 768px) {
      body h4 {
        padding-left: 4%;
        font-size: 1em;
        line-height: 1.4; } }
    @media screen and (max-width: 400px) {
      body h4 {
        margin: 6% auto 4%;
        padding-left: 7%; }
        body h4 br {
          display: none; } }
    body h4:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      width: 16px;
      height: 16px;
      background-color: #079a3e; }
      @media screen and (max-width: 768px) {
        body h4:before {
          width: 13px;
          height: 13px;
          top: 4px;
          bottom: auto; } }
  body .notes {
    color: #999898;
    font-size: 14px !important; }
    @media screen and (max-width: 768px) {
      body .notes {
        font-size: .8em; } }
  body .btn {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      body .btn {
        text-align: center; } }
    body .btn a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      background: #fff;
      color: #079a3e;
      font-size: 18px;
      width: 240px;
      text-align: center;
      padding: 15px 0;
      letter-spacing: 2.5px;
      transition: 0.7s; }
      @media screen and (max-width: 768px) {
        body .btn a {
          font-size: 1em; } }
      body .btn a:hover {
        transition: 0.7s;
        right: -5px;
        bottom: -5px; }
        body .btn a:hover:after {
          content: none; }
      body .btn a:before {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid;
        border-color: #079a3e #079a3e transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto; }
      body .btn a:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: -5px;
        width: 100%;
        height: 100%;
        border: 1px solid #fff; }
  body .btn-green {
    margin-top: 20px !important; }
    body .btn-green a {
      color: #fff !important;
      background: #079a3e !important;
      padding: 15px 0 15px 20px !important;
      box-sizing: border-box; }
      body .btn-green a:after {
        border: 1px solid #079a3e !important; }
  body .ico_tel {
    display: inline-block;
    padding-right: 40px;
    width: 23px;
    height: 19px;
    background-image: url(../img/icon-tel.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: -45px; }
    @media screen and (max-width: 768px) {
      body .ico_tel {
        padding-right: 0;
        top: 0;
        left: -30px;
        bottom: auto; } }
  body .ico_tel_white {
    background-image: url(../img/icon-tel_white.png) !important;
    background-repeat: no-repeat;
    top: 13px;
    left: 30px; }
    @media screen and (max-width: 768px) {
      body .ico_tel_white {
        top: 0;
        bottom: 0;
        margin: auto; } }
  body .mb-sec {
    margin-bottom: 160px; }
    @media screen and (max-width: 768px) {
      body .mb-sec {
        margin-bottom: 15%; } }
  body .pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #079a3e;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    z-index: 50; }
    @media screen and (max-width: 768px) {
      body .pagetop {
        width: 40px;
        height: 40px; } }
    body .pagetop:before {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 15px;
      height: 15px;
      border: 2px solid;
      border-color: #fff #fff transparent transparent;
      transform: rotate(-45deg); }
  body .pagetop.active {
    opacity: 1;
    visibility: visible; }
  body .pagetop.absolute {
    position: absolute;
    top: -50px;
    bottom: auto; }
    @media screen and (max-width: 768px) {
      body .pagetop.absolute {
        top: -40px; } }
  body .openModal {
    border: none;
    background: inherit;
    font-size: 18px;
    margin-bottom: 60px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 15px; }
    @media screen and (max-width: 1024px) {
      body .openModal {
        font-size: 1.8vw; } }
    @media screen and (max-width: 768px) {
      body .openModal {
        font-size: .9em;
        margin-bottom: 0;
        padding-bottom: auto; } }
    @media screen and (max-width: 400px) {
      body .openModal {
        font-size: .85em; } }
    body .openModal:before {
      content: "";
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: transparent transparent #079a3e #079a3e;
      transform: rotate(-45deg); }
      @media screen and (max-width: 768px) {
        body .openModal:before {
          bottom: 15px; } }
    body .openModal:hover {
      cursor: pointer;
      background-color: #edebeb; }
  body .modal {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body .modal .modalBg {
      width: 100%;
      height: 100%;
      background-color: rgba(30, 30, 30, 0.9); }
    body .modal .modalWrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 1000px;
      background-color: #fff;
      margin: auto;
      box-sizing: border-box;
      width: 70vh; }
      @media screen and (max-width: 768px) {
        body .modal .modalWrapper {
          top: 53%;
          width: 75vw; } }
      @media screen and (max-width: 400px) {
        body .modal .modalWrapper {
          width: 95%; } }
      body .modal .modalWrapper .modalContents {
        padding: 4% 7%;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto; }
        body .modal .modalWrapper .modalContents h5 {
          font-weight: 500;
          width: 100%;
          margin: 0 auto;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            body .modal .modalWrapper .modalContents h5 {
              width: calc(100% - 25px);
              font-size: .9em; } }
          @media screen and (max-width: 400px) {
            body .modal .modalWrapper .modalContents h5 {
              font-size: 14px; } }
        body .modal .modalWrapper .modalContents img {
          width: 90%;
          height: auto;
          display: block;
          margin: 30px auto 0; }
          @media screen and (max-width: 768px) {
            body .modal .modalWrapper .modalContents img {
              margin: 5% auto 0;
              width: calc(90% - 25px); } }
        body .modal .modalWrapper .modalContents .pdf {
          text-align: center;
          font-weight: 500;
          font-size: 16px !important; }
          body .modal .modalWrapper .modalContents .pdf a {
            color: #079a3e;
            display: inline-block;
            margin: 0 auto;
            position: relative;
            padding-right: 20px; }
            body .modal .modalWrapper .modalContents .pdf a:before {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              background-image: url(../img/icon-window.png);
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 0;
              bottom: 0;
              margin: auto;
              right: 0; }
            body .modal .modalWrapper .modalContents .pdf a:hover {
              opacity: .7; }
          @media screen and (max-width: 768px) {
            body .modal .modalWrapper .modalContents .pdf {
              font-size: .85em; } }
          @media screen and (max-width: 400px) {
            body .modal .modalWrapper .modalContents .pdf {
              font-size: 13px; } }
      body .modal .modalWrapper .closeModal {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        cursor: pointer;
        font-size: 40px;
        text-align: center;
        color: #079a3e; }
        @media screen and (max-width: 768px) {
          body .modal .modalWrapper .closeModal {
            top: .8rem;
            right: 5px;
            font-size: 1.2em; } }
        body .modal .modalWrapper .closeModal span {
          display: block;
          font-size: 14px; }
          @media screen and (max-width: 768px) {
            body .modal .modalWrapper .closeModal span {
              font-size: .8em; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  z-index: 99;
  position: relative;
  /* #nav-toggle 切り替えアニメーション */ }
  header .logo {
    position: absolute;
    top: 10px;
    left: 50px;
    max-width: 170px; }
    @media screen and (max-width: 1024px) {
      header .logo {
        left: 10px; } }
    @media screen and (max-width: 768px) {
      header .logo {
        left: 25px;
        top: 15px; } }
    @media screen and (max-width: 400px) {
      header .logo {
        top: 10px;
        left: 12px; } }
    header .logo img {
      width: 100%; }
  header #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }
    @media screen and (max-width: 768px) {
      header #nav-toggle {
        right: 15px;
        top: 18px;
        display: block; }
        header #nav-toggle span {
          display: inline-block;
          position: absolute;
          height: 2px;
          width: 100%;
          background: #079a3e;
          left: 0;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out; }
          header #nav-toggle span:nth-child(1) {
            top: 0; }
          header #nav-toggle span:nth-child(2) {
            top: 11px; }
          header #nav-toggle span:nth-child(3) {
            top: 22px; } }
    @media screen and (max-width: 400px) {
      header #nav-toggle {
        right: 12px;
        top: 13px; } }
    header #nav-toggle div {
      position: relative; }
  @media screen and (max-width: 768px) {
    header {
      /* #global-nav スライドアニメーション */ }
      header .open {
        background: #fff;
        width: 100%;
        height: 70vh; }
        header .open ul {
          flex-direction: column;
          padding: 20% 0 0; }
          header .open ul li {
            display: block;
            text-align: center;
            padding-bottom: 10%;
            margin-right: 0; }
            header .open ul li a {
              color: #000;
              position: relative; }
              header .open ul li a:hover {
                color: #079a3e; }
              header .open ul li a:after {
                content: "";
                width: 8px;
                height: 8px;
                background: #079a3e;
                position: absolute;
                bottom: -56%;
                left: 0;
                right: 0;
                margin: auto; }
        header .open #nav-toggle span:nth-child(1) {
          top: 11px;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          transform: rotate(315deg); }
        header .open #nav-toggle span:nth-child(2) {
          width: 0;
          left: 50%; }
        header .open #nav-toggle span:nth-child(3) {
          top: 11px;
          -webkit-transform: rotate(-315deg);
          -moz-transform: rotate(-315deg);
          transform: rotate(-315deg); }
      header .open #global-nav {
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px); } }
  header nav.fixed {
    -webkit-animation: fadeIn .5s 0s forwards;
    animation: fadeIn .5s 0s forwards;
    position: fixed;
    left: 0;
    top: 0;
    background: #079a3e; }
    @media screen and (max-width: 768px) {
      header nav.fixed {
        animation: none;
        background: none; } }
    header nav.fixed .logo {
      top: 15px; }
      @media screen and (max-width: 768px) {
        header nav.fixed .logo {
          top: 10px; } }
    header nav.fixed #global-nav span {
      background: #fff; }
    header nav.fixed ul li a:before {
      background-color: #fff; }
  header nav {
    position: absolute;
    top: 0;
    width: 100%; }
    @media screen and (max-width: 768px) {
      header nav {
        position: fixed; } }
    header nav ul {
      display: flex;
      justify-content: flex-end;
      margin: 0 auto;
      padding: 20px 50px 20px 0; }
      @media screen and (max-width: 1024px) {
        header nav ul {
          padding: 20px 10px 20px 0; } }
      @media screen and (max-width: 768px) {
        header nav ul {
          background: #fff;
          padding: 30px 0; } }
      @media screen and (max-width: 400px) {
        header nav ul {
          padding: 25px 0; } }
      header nav ul li {
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          header nav ul li {
            display: none; } }
        header nav ul li a {
          display: inline-block;
          color: #fff;
          text-decoration: none;
          position: relative;
          cursor: pointer;
          padding-bottom: 7px; }
          header nav ul li a:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: -3px;
            width: 100%;
            height: 2px;
            background-color: #079a3e;
            transform: scale(0, 1);
            transform-origin: left;
            transition: transform .3s; }
            @media screen and (max-width: 768px) {
              header nav ul li a:before {
                content: none; } }
          header nav ul li a:hover:before {
            transform: scale(1); }
        header nav ul li:last-child {
          margin-right: 0; }

footer {
  position: relative;
  background-color: #079a3e;
  padding: 50px 20px 20px; }
  @media screen and (max-width: 400px) {
    footer {
      padding: 6% 20px 3%; } }
  footer .footer-inner {
    max-width: 1000px;
    margin: 0 auto; }
    footer .footer-inner .row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 1024px) {
        footer .footer-inner .row {
          display: block; } }
      footer .footer-inner .row .address .logo {
        max-width: 170px; }
        footer .footer-inner .row .address .logo img {
          width: 100%; }
      footer .footer-inner .row .address p {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        line-height: 2;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          footer .footer-inner .row .address p {
            line-height: 1.3; } }
      footer .footer-inner .row ul {
        display: flex; }
        @media screen and (max-width: 1024px) {
          footer .footer-inner .row ul {
            margin: 3% auto 0; } }
        @media screen and (max-width: 400px) {
          footer .footer-inner .row ul {
            flex-wrap: wrap;
            justify-content: center;
            width: 80%;
            margin: 6% auto; } }
        footer .footer-inner .row ul li {
          margin-right: 10px; }
          @media screen and (max-width: 400px) {
            footer .footer-inner .row ul li:nth-child(4n) {
              margin-right: 0; }
            footer .footer-inner .row ul li:nth-child(n+5) {
              margin-top: 3%; } }
          footer .footer-inner .row ul li:last-child {
            margin-right: 0; }
          footer .footer-inner .row ul li a {
            font-weight: 300;
            display: inline-block;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            transition: .4s; }
            @media screen and (max-width: 768px) {
              footer .footer-inner .row ul li a {
                font-size: .8em; } }
            footer .footer-inner .row ul li a:hover {
              opacity: 0.7;
              transition: .4s; }
    footer .footer-inner copyright {
      display: block;
      text-align: right;
      margin-top: 30px;
      font-size: 12px;
      color: #fff;
      font-weight: 300;
      letter-spacing: 1px; }
      @media screen and (max-width: 1024px) {
        footer .footer-inner copyright {
          margin-top: 2%; } }
      @media screen and (max-width: 400px) {
        footer .footer-inner copyright {
          margin-top: 3%;
          font-size: .6em;
          text-align: center; } }

@keyframes anime {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 1; }
  60% {
    opacity: 0;
    transform: scale(1.15);
    z-index: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes anime {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 1; }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    z-index: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes secondaryImageOverlayOut {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(102%); } }
@keyframes ImageOverlayIn {
  100% {
    transform: translateX(100%); } }
img {
  flex-shrink: 0; }

#top .top_mv {
  height: 100vh;
  overflow: hidden;
  position: relative; }
  #top .top_mv .scroll {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 22;
    text-align: center;
    font-weight: 300; }
  #top .top_mv:before {
    content: "";
    bottom: 30px;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 22; }
  #top .top_mv:after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 35px;
    background: #fff;
    z-index: 22; }
  #top .top_mv h1 {
    color: #079a3e;
    font-size: 30px;
    text-align: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      #top .top_mv h1 {
        font-size: 1.2em; } }
    #top .top_mv h1 img {
      margin-top: 30px; }
  #top .top_mv .top_mv_bg {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto; }
    #top .top_mv .top_mv_bg .mv_img {
      z-index: 2;
      opacity: 0;
      width: 100%;
      height: 100vh;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-animation: anime 18s 0s infinite;
      animation: anime 18s 0s infinite; }
      #top .top_mv .top_mv_bg .mv_img:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: rgba(0, 0, 0, 0.1); }
      #top .top_mv .top_mv_bg .mv_img:nth-of-type(2) {
        -webkit-animation-delay: 6s;
        animation-delay: 6s; }
      #top .top_mv .top_mv_bg .mv_img:nth-of-type(3) {
        -webkit-animation-delay: 12s;
        animation-delay: 12s; }
#top #catch {
  padding: 65px 0;
  background-image: url(../img/top/catch-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center; }
  #top #catch .white_bg {
    text-align: center;
    display: inline-block;
    padding: 45px 180px; }
    @media screen and (max-width: 768px) {
      #top #catch .white_bg {
        padding: 7% 5%; } }
    #top #catch .white_bg .copy {
      line-height: 2;
      font-size: 28px;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        #top #catch .white_bg .copy {
          font-size: 1.2rem; } }
      #top #catch .white_bg .copy .green {
        font-size: 38px; }
        @media screen and (max-width: 768px) {
          #top #catch .white_bg .copy .green {
            font-size: 1.3rem;
            letter-spacing: -1px; } }
#top .mtm_block {
  text-align: center; }
  #top .mtm_block section {
    padding: 65px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      #top .mtm_block section {
        padding: 15% 0; } }
    #top .mtm_block section:first-child {
      padding-bottom: 140px; }
      @media screen and (max-width: 768px) {
        #top .mtm_block section:first-child {
          padding-bottom: 22%; } }
  #top .mtm_block p {
    line-height: 1.7;
    font-size: 30px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #top .mtm_block p {
        font-size: 1em; } }
  #top .mtm_block .ani-bar {
    opacity: 0;
    display: inline-block;
    overflow: hidden;
    position: relative; }
  #top .mtm_block .js-animation {
    opacity: 1; }
    #top .mtm_block .js-animation:before {
      animation: ImageOverlayIn 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
      background: #fff;
      bottom: 0;
      content: '';
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    #top .mtm_block .js-animation:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #079a3e;
      animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(0.77, 0, 0.175, 1), secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      animation-fill-mode: both; }
  #top .mtm_block #motivation {
    width: 100%;
    background-image: url(../img/top/motivation-img.jpg);
    text-align: left; }
  #top .mtm_block #technology {
    width: 100%;
    background-image: url(../img/top/technology-img.jpg);
    text-align: right; }
  #top .mtm_block #message {
    width: 100%;
    background-image: url(../img/top/trust-img.jpg);
    text-align: left; }
#top .greeting {
  position: relative; }
  #top .greeting .greeting_mv img {
    position: relative;
    width: 100%;
    z-index: -5; }
  #top .greeting .mt-white_bg {
    bottom: 100px; }
    @media screen and (max-width: 768px) {
      #top .greeting .mt-white_bg {
        bottom: 20px; } }
    #top .greeting .mt-white_bg p {
      font-family: 'Noto Serif JP', serif; }
#top #company {
  margin-top: -30px; }
  @media screen and (max-width: 768px) {
    #top #company {
      padding-top: 10%;
      margin-top: -10%; } }
  #top #company .company-mv {
    padding: 65px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/top/brochure-img.jpg);
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      #top #company .company-mv {
        text-align: center; } }
    #top #company .company-mv:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 50%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8); }
      @media screen and (max-width: 768px) {
        #top #company .company-mv:before {
          height: 100%;
          width: 90%;
          right: 0; } }
    #top #company .company-mv .section_inner {
      position: relative;
      z-index: 2; }
      #top #company .company-mv .section_inner p {
        line-height: 2;
        font-weight: lighter;
        font-size: 20px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          #top #company .company-mv .section_inner p {
            font-size: 1em; } }
  #top #company dl {
    line-height: 2; }
    #top #company dl dt {
      float: left;
      font-size: 14px;
      color: #079a3e;
      padding-top: 3px; }
      @media screen and (max-width: 768px) {
        #top #company dl dt {
          font-size: .8em;
          float: inherit; } }
    #top #company dl dd {
      padding-left: calc(6.2rem + 20px);
      border-bottom: 1px solid #edebeb;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        #top #company dl dd {
          padding-left: 0;
          margin-bottom: 3%;
          padding-bottom: 3%; } }
#top #employment {
  background-color: #edebeb;
  text-align: center;
  padding: 65px 0; }
  @media screen and (max-width: 768px) {
    #top #employment {
      padding: 12% 0; } }
  #top #employment .section_inner {
    position: relative;
    z-index: 2; }
    #top #employment .section_inner .mt-white_bg p {
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        #top #employment .section_inner .mt-white_bg p {
          font-size: 1em; } }
    #top #employment .section_inner .mt-white_bg .green {
      margin: 50px 0 20px;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        #top #employment .section_inner .mt-white_bg .green {
          width: 84%;
          margin: 5% auto 5% 3%;
          text-align: left;
          line-height: 1.2; } }
#top #access {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 220px; }
  @media screen and (max-width: 768px) {
    #top #access {
      margin-bottom: 20%; } }
  #top #access h2 {
    text-align: center; }
  #top #access .gmap {
    position: relative;
    margin: 30px auto; }
    #top #access .gmap:after {
      content: "";
      position: absolute;
      right: -5px;
      bottom: -3px;
      width: 100%;
      height: 100%;
      background: #079a3e;
      z-index: -1; }
  #top #access p {
    line-height: 1.7;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #top #access p {
        font-size: 1em; } }

#under .under_mv {
  padding: 150px 0;
  background-image: url(../img/results/head-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #under .under_mv {
      margin-top: 8vw;
      padding: 12% 0; } }
  @media screen and (max-width: 400px) {
    #under .under_mv {
      padding: 22% 0;
      margin-top: 14%; } }
  @media screen and (max-width: 320px) {
    #under .under_mv {
      margin-top: 12%; } }
  #under .under_mv h1 {
    font-size: 48px;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      #under .under_mv h1 {
        width: 85%;
        font-size: 1.3rem;
        margin: 0 auto; } }
#under .nav {
  display: flex; }
  #under .nav li {
    width: calc(100%/2); }
    #under .nav li:first-child a {
      text-align: right;
      padding-right: 80px;
      border-right: 1px solid #edebeb; }
      @media screen and (max-width: 768px) {
        #under .nav li:first-child a {
          text-align: center;
          padding-right: 0; } }
      #under .nav li:first-child a:before {
        right: 132px; }
        @media screen and (max-width: 768px) {
          #under .nav li:first-child a:before {
            left: 0;
            right: 0;
            margin: auto;
            bottom: 3vw; } }
        @media screen and (max-width: 400px) {
          #under .nav li:first-child a:before {
            bottom: 6vw; } }
    #under .nav li:last-child a {
      text-align: left;
      padding-left: 80px; }
      @media screen and (max-width: 768px) {
        #under .nav li:last-child a {
          text-align: center;
          padding-left: 0; } }
      #under .nav li:last-child a:before {
        left: 142px; }
        @media screen and (max-width: 768px) {
          #under .nav li:last-child a:before {
            left: 0;
            right: 0;
            margin: auto;
            bottom: 3vw; } }
        @media screen and (max-width: 400px) {
          #under .nav li:last-child a:before {
            bottom: 6vw; } }
    #under .nav li a {
      width: 100%;
      display: inline-block;
      text-decoration: none;
      font-size: 20px;
      position: relative;
      color: #000;
      padding: 60px 0 80px;
      border-bottom: 1px solid #edebeb;
      position: relative;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #under .nav li a {
          padding: 3vw 0 6vw;
          font-size: 1em; } }
      @media screen and (max-width: 400px) {
        #under .nav li a {
          padding: 6vw 0 12vw; } }
      #under .nav li a:before {
        content: "";
        position: absolute;
        bottom: 55px;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: transparent transparent #079a3e #079a3e;
        transform: rotate(-45deg); }
      #under .nav li a:hover {
        background-color: #edebeb; }
#under .section_inner {
  padding: 0 40px !important; }
  @media screen and (max-width: 768px) {
    #under .section_inner {
      padding: 0 20px !important; } }
#under .sec_block {
  position: relative;
  padding-top: 240px; }
  @media screen and (max-width: 768px) {
    #under .sec_block {
      padding-top: 30%; } }
  @media screen and (max-width: 400px) {
    #under .sec_block {
      padding-top: 40%; } }
  #under .sec_block:first-of-type {
    padding-top: 160px; }
    @media screen and (max-width: 768px) {
      #under .sec_block:first-of-type {
        padding-top: 5%; } }
    @media screen and (max-width: 400px) {
      #under .sec_block:first-of-type {
        padding-top: 10%; } }
    #under .sec_block:first-of-type:before {
      content: none !important; }
    #under .sec_block:first-of-type:after {
      content: none !important; }
  #under .sec_block .square {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #d1d1d1; }
    @media screen and (max-width: 768px) {
      #under .sec_block .square {
        height: 25px;
        top: 10vw; } }
    @media screen and (max-width: 400px) {
      #under .sec_block .square {
        top: 42px; } }
  #under .sec_block:before {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #d1d1d1; }
    @media screen and (max-width: 768px) {
      #under .sec_block:before {
        height: 25px;
        top: 17.8vw; } }
    @media screen and (max-width: 400px) {
      #under .sec_block:before {
        top: 90px; } }
  #under .sec_block:after {
    content: "";
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #079a3e; }
    @media screen and (max-width: 768px) {
      #under .sec_block:after {
        width: 9px;
        height: 9px;
        top: 15vw; } }
    @media screen and (max-width: 400px) {
      #under .sec_block:after {
        top: 74px; } }
  #under .sec_block p {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #under .sec_block p {
        font-size: .9em;
        line-height: 1.4; } }
#under #content {
  padding-top: 150px; }
  @media screen and (max-width: 768px) {
    #under #content {
      padding-top: 15%; } }
  #under #content h2 {
    text-align: center; }
  #under #content .gray-box {
    margin: 0 auto;
    background-color: #f3f2f2;
    padding: 60px 100px;
    font-size: 24px;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #under #content .gray-box {
        font-size: 1.1em;
        padding: 4%; } }
    @media screen and (max-width: 400px) {
      #under #content .gray-box {
        font-size: 1.1em;
        padding: 7%; }
        #under #content .gray-box br {
          display: none; } }
  #under #content .img-box-area {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #under #content .img-box-area {
        margin: 6% auto 0;
        flex-direction: column; } }
    #under #content .img-box-area img {
      height: 100%;
      width: auto; }
    #under #content .img-box-area li {
      width: 49%; }
      @media screen and (max-width: 768px) {
        #under #content .img-box-area li:first-child {
          width: 100%; } }
      #under #content .img-box-area li img {
        width: 100%; }
    #under #content .img-box-area .row-img {
      width: 50%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #under #content .img-box-area .row-img {
          width: 100%;
          margin-top: 4%; } }
      #under #content .img-box-area .row-img li {
        width: calc(90%/3);
        box-sizing: border-box; }
        #under #content .img-box-area .row-img li:nth-child(n+4) {
          margin-top: 4%; }
  #under #content .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    #under #content .product-list h4 {
      width: 48%;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #under #content .product-list h4 {
          width: 40%; } }
      @media screen and (max-width: 400px) {
        #under #content .product-list h4 {
          margin-top: 0;
          width: 100%;
          line-height: 1.2; } }
      #under #content .product-list h4:before {
        top: 16px;
        margin: 0; }
        @media screen and (max-width: 768px) {
          #under #content .product-list h4:before {
            top: 9px; } }
        @media screen and (max-width: 400px) {
          #under #content .product-list h4:before {
            top: 5px; } }
    #under #content .product-list .product-img {
      width: 48%;
      position: relative;
      margin-bottom: 3%; }
      @media screen and (max-width: 768px) {
        #under #content .product-list .product-img {
          width: 49%; } }
      #under #content .product-list .product-img:last-child {
        margin-bottom: 0; }
      #under #content .product-list .product-img:nth-last-child(2) {
        margin-bottom: 0; }
      #under #content .product-list .product-img .green {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px 20px;
        background-color: #fff;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          #under #content .product-list .product-img .green {
            font-size: .3em;
            padding: 4%; } }
      #under #content .product-list .product-img img {
        width: 100%; }
  @media screen and (max-width: 768px) {
    #under #content .zyuryo-block h3 {
      padding-top: 5%; } }
  @media screen and (max-width: 768px) {
    #under #content .zyuryo-block .img-box-area {
      flex-direction: row; }
      #under #content .zyuryo-block .img-box-area li {
        width: 49%; } }
  @media screen and (max-width: 768px) {
    #under #content .haikan-block h3 {
      padding-top: 5%; } }
  #under #content .haikan-block h4 {
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      #under #content .haikan-block h4 {
        margin-top: 10%; } }
  @media screen and (max-width: 768px) {
    #under #content .doboku-block h3 {
      padding-top: 5%; } }
  @media screen and (max-width: 768px) {
    #under #content .doboku-block h4 {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    #under #content .doboku-block .row-img {
      justify-content: center;
      flex-direction: row; } }
  #under #content .doboku-block .row-img li {
    width: 31%;
    position: relative; }
    @media screen and (max-width: 768px) {
      #under #content .doboku-block .row-img li {
        width: 48%;
        margin: 0 4% 4% 0; }
        #under #content .doboku-block .row-img li:nth-child(2) {
          margin-right: 0; } }
    #under #content .doboku-block .row-img li img {
      width: 100%; }
    #under #content .doboku-block .row-img li:after {
      content: "";
      position: absolute;
      right: -5px;
      bottom: -5px;
      width: 100%;
      height: 100%;
      background: #079a3e;
      z-index: -1; }
  #under #content .tenken-block {
    position: relative; }
    #under #content .tenken-block .gray-bg {
      top: 340px; }
      @media screen and (max-width: 768px) {
        #under #content .tenken-block .gray-bg {
          top: 42vw; } }
      @media screen and (max-width: 400px) {
        #under #content .tenken-block .gray-bg {
          top: 65vw; } }
    #under #content .tenken-block .section_inner {
      background-color: #fff;
      padding: 60px 40px; }
      @media screen and (max-width: 768px) {
        #under #content .tenken-block .section_inner {
          margin: 0 20px;
          padding: 0 20px; } }
      #under #content .tenken-block .section_inner:nth-child(n+2) {
        font-weight: 300; }
      #under #content .tenken-block .section_inner:first-child {
        background-color: inherit !important; }
    #under #content .tenken-block h3 {
      padding-bottom: 120px; }
      @media screen and (max-width: 768px) {
        #under #content .tenken-block h3 {
          padding-bottom: 5%;
          line-height: 2; } }
      @media screen and (max-width: 400px) {
        #under #content .tenken-block h3 {
          padding-bottom: 10%; } }
    #under #content .tenken-block .tenken {
      padding-top: 60px; }
      @media screen and (max-width: 768px) {
        #under #content .tenken-block .tenken {
          padding-top: 7%; } }
      #under #content .tenken-block .tenken p {
        font-size: 18px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          #under #content .tenken-block .tenken p {
            font-size: 1em; } }
      #under #content .tenken-block .tenken .tenken-nav {
        display: flex;
        justify-content: space-between;
        margin: 50px auto;
        border: 2px solid #edebeb; }
        @media screen and (max-width: 768px) {
          #under #content .tenken-block .tenken .tenken-nav {
            display: block;
            border: none;
            margin: 5% auto; } }
        #under #content .tenken-block .tenken .tenken-nav li {
          width: 50%; }
          @media screen and (max-width: 768px) {
            #under #content .tenken-block .tenken .tenken-nav li {
              width: 100%;
              height: 80px;
              border: 2px solid #edebeb; } }
          @media screen and (max-width: 400px) {
            #under #content .tenken-block .tenken .tenken-nav li {
              height: 65px; } }
          #under #content .tenken-block .tenken .tenken-nav li:first-child {
            border-right: none;
            position: relative; }
            @media screen and (max-width: 768px) {
              #under #content .tenken-block .tenken .tenken-nav li:first-child {
                margin-bottom: 2%;
                border-right: 2px solid #edebeb; } }
            #under #content .tenken-block .tenken .tenken-nav li:first-child:after {
              content: "";
              width: 2px;
              height: 70px;
              background-color: #edebeb;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
              @media screen and (max-width: 768px) {
                #under #content .tenken-block .tenken .tenken-nav li:first-child:after {
                  content: none; } }
          #under #content .tenken-block .tenken .tenken-nav li:last-child {
            border-left: none; }
            @media screen and (max-width: 400px) {
              #under #content .tenken-block .tenken .tenken-nav li:last-child {
                border-left: 2px solid #edebeb; } }
      #under #content .tenken-block .tenken .tenken-img {
        display: flex;
        align-items: baseline;
        margin: 50px auto 70px;
        width: 100%; }
        @media screen and (max-width: 400px) {
          #under #content .tenken-block .tenken .tenken-img {
            width: 100%;
            margin: 6% auto;
            flex-wrap: wrap; } }
        #under #content .tenken-block .tenken .tenken-img p:nth-child(1) {
          width: 70%; }
          @media screen and (max-width: 768px) {
            #under #content .tenken-block .tenken .tenken-img p:nth-child(1) {
              width: 100%;
              margin: 1% auto; } }
        #under #content .tenken-block .tenken .tenken-img p:nth-child(2) {
          width: 20%;
          margin-left: -10%; }
          @media screen and (max-width: 768px) {
            #under #content .tenken-block .tenken .tenken-img p:nth-child(2) {
              width: 30%; } }
          @media screen and (max-width: 400px) {
            #under #content .tenken-block .tenken .tenken-img p:nth-child(2) {
              width: calc(100%/2);
              margin-left: 0; } }
        #under #content .tenken-block .tenken .tenken-img p:nth-child(3) {
          width: 25%;
          margin-left: -2%; }
          @media screen and (max-width: 768px) {
            #under #content .tenken-block .tenken .tenken-img p:nth-child(3) {
              width: 35%; } }
          @media screen and (max-width: 400px) {
            #under #content .tenken-block .tenken .tenken-img p:nth-child(3) {
              width: calc(100%/2); } }
        #under #content .tenken-block .tenken .tenken-img p img {
          width: 100%;
          height: auto; }
      #under #content .tenken-block .tenken .tenken-list {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #under #content .tenken-block .tenken .tenken-list {
            display: block; }
            #under #content .tenken-block .tenken .tenken-list #tenken1 {
              margin-bottom: 7%; } }
        #under #content .tenken-block .tenken .tenken-list li {
          width: 47%;
          padding-top: 100px;
          margin-top: -100px; }
          @media screen and (max-width: 768px) {
            #under #content .tenken-block .tenken .tenken-list li {
              width: 100%;
              padding-top: 34%;
              margin-top: -34%; } }
          #under #content .tenken-block .tenken .tenken-list li h4 {
            margin-bottom: 25px;
            font-weight: 500; }
            @media screen and (max-width: 768px) {
              #under #content .tenken-block .tenken .tenken-list li h4 {
                margin-bottom: 3%; } }
          #under #content .tenken-block .tenken .tenken-list li .bg-img {
            position: relative; }
            #under #content .tenken-block .tenken .tenken-list li .bg-img:after {
              content: "";
              position: absolute;
              right: -5px;
              bottom: -5px;
              width: 100%;
              height: 100%;
              background: #079a3e;
              z-index: 0; }
            #under #content .tenken-block .tenken .tenken-list li .bg-img img {
              display: block;
              width: 100%;
              position: relative;
              z-index: 1; }
  #under #content .design-block .gray-bg {
    top: 390px;
    padding: 150px 0 !important; }
    @media screen and (max-width: 768px) {
      #under #content .design-block .gray-bg {
        padding: 32vw 0 !important;
        top: 55vw; } }
    @media screen and (max-width: 400px) {
      #under #content .design-block .gray-bg {
        padding: 56vw 0 !important;
        top: 100vw; } }
    @media screen and (max-width: 320px) {
      #under #content .design-block .gray-bg {
        padding: 70vw 0 !important; } }
  #under #content .design-block .section_inner .design {
    display: flex;
    align-items: end; }
    @media screen and (max-width: 768px) {
      #under #content .design-block .section_inner .design {
        flex-direction: column-reverse; } }
    #under #content .design-block .section_inner .design .design-txt {
      width: 40%;
      background-color: #fff;
      padding: 10px 40px 40px;
      line-height: 2;
      font-size: 18px;
      letter-spacing: 1px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        #under #content .design-block .section_inner .design .design-txt {
          padding: 5% 7%;
          width: 100%;
          font-size: 1em;
          box-sizing: border-box;
          z-index: -1; } }
    #under #content .design-block .section_inner .design .design-img {
      width: 50%;
      position: relative; }
      @media screen and (max-width: 768px) {
        #under #content .design-block .section_inner .design .design-img {
          width: 60%;
          margin: 0 auto; } }
      @media screen and (max-width: 400px) {
        #under #content .design-block .section_inner .design .design-img {
          width: 100%; } }
      #under #content .design-block .section_inner .design .design-img:after {
        content: "";
        position: absolute;
        right: -5px;
        bottom: -5px;
        width: 100%;
        height: 100%;
        background: #079a3e;
        z-index: -1; }
      #under #content .design-block .section_inner .design .design-img img {
        width: 100%; }
  #under #content .design-block .section_inner .green-line-box {
    text-align: center;
    margin: 150px auto auto;
    border: 1px solid #079a3e;
    padding: 60px 30px; }
    #under #content .design-block .section_inner .green-line-box h4 {
      display: inline-block; }
    @media screen and (max-width: 768px) {
      #under #content .design-block .section_inner .green-line-box {
        margin: 25% auto auto;
        padding: 5% 3%; } }
    #under #content .design-block .section_inner .green-line-box ul {
      display: flex;
      justify-content: space-between;
      align-items: end; }
      @media screen and (max-width: 768px) {
        #under #content .design-block .section_inner .green-line-box ul {
          display: block; } }
      #under #content .design-block .section_inner .green-line-box ul .img {
        width: 48%;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          #under #content .design-block .section_inner .green-line-box ul .img {
            width: 90%;
            margin: 0 auto; } }
        #under #content .design-block .section_inner .green-line-box ul .img img {
          width: 100%; }
        #under #content .design-block .section_inner .green-line-box ul .img li:first-child {
          width: 100%;
          margin-bottom: 4%; }
        #under #content .design-block .section_inner .green-line-box ul .img li:nth-child(n+2) {
          width: 20%;
          margin-right: 1%; }
      #under #content .design-block .section_inner .green-line-box ul .list {
        width: 48%;
        text-align: left; }
        @media screen and (max-width: 768px) {
          #under #content .design-block .section_inner .green-line-box ul .list {
            width: 90%;
            margin: 5% auto 0; } }
        #under #content .design-block .section_inner .green-line-box ul .list li {
          letter-spacing: 4px;
          font-size: 20px;
          padding: 30px 0;
          border-bottom: 1px solid #edebeb;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #under #content .design-block .section_inner .green-line-box ul .list li {
              padding: 3% 0;
              font-size: 1em; } }
          #under #content .design-block .section_inner .green-line-box ul .list li:first-child {
            border-top: 1px solid #edebeb; }
  #under #content .sk-block .gray-box p {
    text-align: left; }
  @media screen and (max-width: 768px) {
    #under #content .sk-block .img-box-area {
      flex-direction: row; } }
  #under #content .sk-block .img-box-area li img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #under #content .sk-block .img-box-area li:first-child {
      width: 48% !important; } }
  #under #content .sk-block .img-box-area .row-img {
    width: 48% !important;
    display: flex;
    flex-direction: column !important;
    justify-content: inherit !important; }
    @media screen and (max-width: 768px) {
      #under #content .sk-block .img-box-area .row-img {
        margin-top: 0;
        flex-direction: row !important; } }
    #under #content .sk-block .img-box-area .row-img li {
      width: 100%; }
      #under #content .sk-block .img-box-area .row-img li:after {
        content: none; }
      #under #content .sk-block .img-box-area .row-img li:first-child {
        margin-bottom: 5%; }
        @media screen and (max-width: 768px) {
          #under #content .sk-block .img-box-area .row-img li:first-child {
            width: 100% !important; } }
#under #license {
  margin-bottom: 220px; }
  @media screen and (max-width: 768px) {
    #under #license {
      margin-bottom: 25%; } }
  #under #license .license {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #under #license .license {
        display: block; } }
    #under #license .license .li_left, #under #license .license .li_right {
      width: 47%;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        #under #license .license .li_left, #under #license .license .li_right {
          width: 100%; } }
      #under #license .license .li_left div, #under #license .license .li_right div {
        padding: 20px 0 20px 50px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #edebeb;
        position: relative; }
        @media screen and (max-width: 768px) {
          #under #license .license .li_left div, #under #license .license .li_right div {
            padding: 3% 0 3% 10%; }
            #under #license .license .li_left div dt, #under #license .license .li_right div dt {
              width: 85%;
              box-sizing: border-box;
              font-size: .9em; }
            #under #license .license .li_left div dd, #under #license .license .li_right div dd {
              font-size: .8em;
              width: 15%;
              text-align: right; } }
        #under #license .license .li_left div:before, #under #license .license .li_right div:before {
          content: "";
          width: 20px;
          height: 20px;
          border: 1px solid #000;
          position: absolute;
          left: 0; }
          @media screen and (max-width: 768px) {
            #under #license .license .li_left div:before, #under #license .license .li_right div:before {
              width: 15px;
              height: 15px; } }
        #under #license .license .li_left div:after, #under #license .license .li_right div:after {
          content: "";
          display: block;
          position: absolute;
          top: 1em;
          left: 0;
          width: 24px;
          height: 13px;
          border-left: 2px solid #079a3e;
          border-bottom: 2px solid #079a3e;
          transform: rotate(-45deg); }
          @media screen and (max-width: 768px) {
            #under #license .license .li_left div:after, #under #license .license .li_right div:after {
              top: 2.5vw;
              width: 17px;
              height: 9px; } }
          @media screen and (max-width: 400px) {
            #under #license .license .li_left div:after, #under #license .license .li_right div:after {
              top: 2vw; } }
