@charset "UTF-8";
/* Scss Document */
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Roboto, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
  list-style: none;
}

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

h1,
h2,
h3 {
  font-weight: normal;
}

.color1 {
  color: #007344;
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.scrolled header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

header h1 {
  width: 140px;
  height: auto;
  padding: 10px 10px 0;
}

@media screen and (min-width: 768px) {
  header h1 {
    width: 200px;
  }
}

header h1 svg {
  vertical-align: bottom;
}

#main-menu {
  visibility: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  padding: 0 5%;
}

#main-menu.on {
  padding: 20px 5%;
  opacity: 1;
  visibility: visible;
  background-color: #007344;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: 1000px;
}

#main-menu.on li:not(:last-child) a {
  border-bottom: solid 1px #00643b;
}

@media screen and (min-width: 768px) {
  #main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: auto;
    visibility: visible;
    width: auto;
    padding: 0 20px 0 0;
  }
}

#main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main-menu a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 768px) {
  #main-menu a {
    color: #000;
  }
}

#main-menu a:hover {
  color: #d8b152;
}

#btn {
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100001;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#btn:before, #btn:after,
#btn span {
  display: block;
  width: 55%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#btn span {
  height: 3px;
  background-color: #007344;
  top: calc(50% - 1.5px);
}

#btn:before {
  content: "";
  top: calc(30% - 3px);
  border-top: 3px solid #007344;
}

#btn:after {
  content: "";
  bottom: calc(30% - 3px);
  border-bottom: 3px solid #007344;
}

#btn.on span {
  display: none;
}

#btn.on:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

@media screen and (min-width: 768px) {
  #btn {
    display: none;
  }
}

section {
  padding: 100px 0;
}

@media screen and (min-width: 768px) {
  section {
    padding: 200px 0;
  }
}

section#philosophy {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

article {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

#philosophy article {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

article h2 {
  text-align: center;
  position: relative;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  article h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 576px) {
  article h2 {
    font-size: 60px;
  }
}

article h2:after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #007344;
  display: block;
  margin: 30px auto 40px;
}

article .subtitle {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

article p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  article p {
    font-size: 16px;
  }
}

footer {
  background: #000;
  color: #fff;
  padding: 80px 0 50px;
  text-align: center;
}

footer h2,
footer li {
  font-weight: bold;
}

footer a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer a:hover {
  color: #d8b152;
}

footer ul {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

footer ul a {
  padding: 10px;
  text-decoration: none;
}

footer #logo-footer {
  width: 140px;
  margin-bottom: 20px;
}

footer #logo-footer .st0 {
  fill: #9e9e9f;
}

footer #logo-footer .st1 {
  fill: #ffffff;
}

#catch {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#catch h2 {
  display: none;
}

#catch svg {
  width: 400px;
  max-width: 100%;
}

@media screen\0 {
  #catch svg {
    width: 800px;
  }
}

#business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#business ul.visible, #business ul.invisible {
  -webkit-animation: none;
          animation: none;
}

#business li {
  background: #f8f7fa;
  width: 23%;
  margin-bottom: 30px;
}

#business li:not(:nth-child(4n)) {
  margin-right: 2%;
}

#business .business-text {
  padding: 20px;
}

#business h3 {
  margin: 15px 0;
}

#company {
  background: url(/img/bg-triangle.png) fixed;
}

#company #table-box {
  background-color: #fff;
  padding: 5%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 576px) {
  #company #table-box {
    padding: 40px;
  }
}

#company table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

#company table li {
  position: relative;
  font-size: 14px;
  margin: 5px 0;
  padding-left: 1em;
}

@media screen and (min-width: 576px) {
  #company table li {
    font-size: 16px;
  }
}

#company table li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.44em;
  left: 0em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #007344;
  border-bottom: 1px solid #007344;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 576px) {
  #company table li::after {
    top: 0.5em;
  }
}

#company table th,
#company table td {
  display: block;
  padding: 15px 0;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  #company table th,
  #company table td {
    font-size: 16px;
    padding: 15px;
  }
}

#company table tr:not(:last-child) {
  border-bottom: solid 1px #ddd;
}

#company table th {
  padding-bottom: 0;
}

@media screen and (min-width: 576px) {
  #company table th,
  #company table td {
    display: table-cell;
  }
  #company table th {
    min-width: 140px;
    padding-bottom: 15px;
  }
}

#philosophy {
  overflow: hidden;
  background: #007344;
  color: #fff;
  position: relative;
}

#philosophy article {
  width: 100%;
  max-width: 100%;
}

#philosophy h2:after {
  background-color: #d8b152;
}

#philosophy h3 {
  text-align: center;
  margin: 30px auto;
  font-size: 24px;
  font-weight: bold;
  color: #d8b152;
  text-shadow: 2px 2px 0 #00643b;
}

@media screen and (min-width: 1080px) {
  #philosophy h3 {
    margin: 50px auto;
    font-size: 30px;
  }
}

#philosophy #text-bg {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  left: -500px;
  color: #00643b;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #philosophy-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #philosophy-box div {
    width: 46%;
  }
}

@media screen and (min-width: 992px) {
  #philosophy-box div {
    width: 30%;
  }
}

#contact {
  background: #007344;
  color: #fff;
  position: relative;
}

#contact h2:after {
  background: #d8b152;
}

#contact h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
  border-bottom: solid 2px #007344;
  padding-bottom: 10px;
}

@media screen and (min-width: 576px) {
  #contact h3 {
    margin: 40px 0;
    font-size: 30px;
    padding-bottom: 30px;
  }
}

#contact #form-box {
  background: #fff;
  color: #222;
  padding: 5%;
}

@media screen and (min-width: 576px) {
  #contact #form-box {
    padding: 60px;
  }
}

#contact #form-box table {
  width: 100%;
  border-collapse: collapse;
}

#contact #form-box table th,
#contact #form-box table td {
  padding: 10px 0;
  display: block;
}

@media screen and (min-width: 576px) {
  #contact #form-box table th,
  #contact #form-box table td {
    padding: 10px;
    display: table-cell;
  }
}

#contact #form-box table th {
  font-weight: normal;
}

@media screen and (min-width: 576px) {
  #contact #form-box table th {
    width: 20%;
    text-align: left;
  }
}

#contact #form-box table th span {
  color: #e20000;
}

@media screen and (min-width: 576px) {
  #contact #form-box table td {
    width: 80%;
  }
}

#contact #form-box table input,
#contact #form-box table textarea {
  background: #f8f7fa;
  padding: 10px 15px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
}

#contact #form-box #privacy {
  margin: 60px auto;
  max-height: 200px;
  overflow-y: scroll;
  padding: 5%;
  border: solid 1px #eee;
}

@media screen and (min-width: 576px) {
  #contact #form-box #privacy {
    padding: 40px;
  }
}

#contact #form-box #privacy h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 20px;
}

#contact #form-box #privacy p {
  margin: 10px 0;
  font-size: 13px;
}

@media screen and (min-width: 576px) {
  #contact #form-box #privacy p {
    font-size: 15px;
  }
}

#contact #form-box #check {
  text-align: center;
}

#contact #form-box #submit {
  margin: 40px auto;
  text-align: center;
}

#contact #form-box #submit input {
  background: #007344;
  color: #fff;
  padding: 10px 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#contact #form-box #submit input:hover {
  background: #d8b152;
}

#thanks-inner {
  padding: 120px 0;
}

.recaptcha {
  font-size: 12px;
  text-align: right;
  color: #666;
}

.recaptcha a {
  color: #999;
}

.grecaptcha-badge {
  visibility: hidden;
}

.visible,
.invisible {
  -webkit-animation: philosophyOut 0.5s forwards;
          animation: philosophyOut 0.5s forwards;
}

.visible {
  -webkit-animation: philosophyIn 0.5s forwards;
          animation: philosophyIn 0.5s forwards;
}

@-webkit-keyframes philosophyIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes philosophyIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes philosophyOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes philosophyOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

#logo-catch .st0,
#logo-catch .st1,
#logo-catch .logo-text {
  opacity: 0;
}

#logo-catch .logo-text {
  fill: #000;
}

#logo-catch .st0 {
  fill: #d8b152;
}

#logo-catch .st1 {
  fill: #007344;
}

#triangle-green {
  -webkit-transform-origin: 50.11% 23.5875%;
          transform-origin: 50.11% 23.5875%;
}

#triangle-green.show {
  -webkit-animation: fadeInGreen 0.5s ease forwards;
          animation: fadeInGreen 0.5s ease forwards;
}

#triangle-yellow1.show {
  -webkit-animation: fadeInYellow 0.7s forwards;
          animation: fadeInYellow 0.7s forwards;
}

#triangle-yellow2.show {
  -webkit-animation: fadeInYellow 1.2s forwards;
          animation: fadeInYellow 1.2s forwards;
}

#logo-text-big .logo-text.show {
  -webkit-animation: textBig 1s forwards;
          animation: textBig 1s forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#logo-text-small .logo-text.show {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@-webkit-keyframes fadeInGreen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInGreen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInYellow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInYellow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes textBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes textBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*# sourceMappingURL=style.css.map */