@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.25s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  transition-timing-function: ease-out;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  width: 100%;
  height: auto;
}
header .header {
  width: 100%;
  height: 70px;
  padding: 20px 0 0 30px;
}
@media screen and (max-width: 768px) {
  header .header {
    width: 100%;
    height: 55px;
    padding: 15px 5.33% 0;
  }
}
@media screen and (max-width: 768px) {
  header .header__logo {
    width: 50%;
    height: auto;
  }
}
header .header__logo p {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  header .header__logo p {
    width: 130px;
    height: auto;
  }
}
header .header__logo p img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: auto;
}
footer .footer {
  width: 100%;
  height: auto;
}
footer .footer__copy {
  width: 100%;
  height: auto;
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  footer .footer__copy {
    padding: 10px 0;
  }
}
footer .footer__copy p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer__copy p {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

:root {
  --scrollbar: 0;
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.index .inner {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .index .inner {
    width: 100%;
    height: auto;
    padding: 0 5.33%;
  }
}
.index .visual {
  width: 100%;
  height: auto;
  background-image: url(../img/visual-bk.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .index .visual {
    width: 100%;
    height: auto;
    background-image: url(../img/visual-bk-sp.png);
  }
}
.index .visual .inner {
  width: 1000px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .visual .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.index .description {
  background-color: #7DC359;
}
.index .description__body .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index .description__body .box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1001px) {
  .index .description__body .box__txt {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .index .description__body .box__txt {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index .description__body .box__txt {
    width: 100%;
    height: auto;
  }
}
.index .description__body .box__txt p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.563;
  letter-spacing: 0.05em;
  color: #FFF;
  text-indent: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .index .description__body .box__txt p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.index .description__body .box__txt p:not(:first-of-type) {
  margin-top: 1.6em;
}
@media print, screen and (min-width: 1001px) {
  .index .description__body .box__img {
    width: calc(100% - 500px);
    height: auto;
    flex: 1 0 calc(100% - 500px);
    position: relative;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .index .description__body .box__img {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .index .description__body .box__img {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
  }
}
@media print, screen and (min-width: 769px) {
  .index .description__body .box__img p img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .index .description__body .box__img p img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.index .description__body .box:nth-of-type(odd) .box__txt {
  order: 2;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .index .description__body .box:nth-of-type(odd) .box__txt {
    padding: 35px 0;
  }
}
.index .description__body .box:nth-of-type(odd) .box__img {
  order: 1;
}
@media print, screen and (min-width: 1001px) {
  .index .description__body .box:nth-of-type(odd) .box__img p {
    margin-left: calc((50vw + (100% - 500px) / 2 - 100% - (var(--scrollbar)) / 2) * -1);
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .index .description__body .box:nth-of-type(odd) .box__img p {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .index .description__body .box:nth-of-type(odd) .box__img p {
    margin-left: 0;
  }
}
.index .description__body .box:nth-of-type(even) .box__txt {
  order: 1;
  padding-right: 33px;
}
@media screen and (max-width: 768px) {
  .index .description__body .box:nth-of-type(even) .box__txt {
    order: 2;
    padding: 35px 0;
  }
}
.index .description__body .box:nth-of-type(even) .box__img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .index .description__body .box:nth-of-type(even) .box__img {
    order: 1;
  }
}
@media print, screen and (min-width: 1001px) {
  .index .description__body .box:nth-of-type(even) .box__img p {
    margin-right: calc((50vw + (100% - 500px) / 2 - 100% - (var(--scrollbar)) / 2) * -1);
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .index .description__body .box:nth-of-type(even) .box__img p {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .index .description__body .box:nth-of-type(even) .box__img p {
    margin-right: 0;
  }
}
.index .achievement {
  width: 100%;
  height: auto;
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement {
    margin-top: 35px;
  }
}
.index .achievement__intro p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.667;
  letter-spacing: 0em;
  color: #008F43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__intro p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: justify;
    text-indent: 1em;
  }
}
.index .achievement__body {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .index .achievement__body {
    margin-top: 100px;
    padding: 0 0 65px 0;
    border: 3px solid #008F43;
    border-radius: 30px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .index .achievement__body {
    margin-top: 35px;
  }
}
.index .achievement__body-head {
  width: 420px;
  height: 50px;
  background-color: #FFF;
  margin: -25px auto auto;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-head {
    width: 100%;
    height: 35px;
    margin: auto;
  }
}
.index .achievement__body-head h2 {
  width: 360px;
  height: 50px;
  margin: auto;
  background-color: #008F43;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.05em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-head h2 {
    width: 100%;
    height: 35px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.05em;
  }
}
.index .achievement__body-number {
  width: 700px;
  height: auto;
  margin: 85px auto auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-number {
    width: 100%;
    height: auto;
    margin: 14px auto auto;
  }
}
.index .achievement__body-number .unit {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .achievement__body-number .unit h3 {
  order: 2;
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-number .unit h3 {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .achievement__body-number .unit p {
  width: 100%;
  height: auto;
}
.index .achievement__body-number .unit p.number {
  order: 3;
  margin-top: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #1699D9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-number .unit p.number {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .achievement__body-number .unit p.number span {
  margin-left: 5px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-number .unit p.number span {
    margin-left: 5px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .achievement__body-number .unit p.icon {
  order: 1;
  width: 153px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-number .unit p.icon {
    width: 77px;
    height: auto;
  }
}
.index .achievement__body-conversion {
  width: 700px;
  height: auto;
  margin: 30px auto auto;
  padding-top: 20px;
  border-top: 2px solid #008F43;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-conversion {
    width: 100%;
    height: auto;
    margin: 15px auto auto;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .index .achievement__body-conversion h3 {
    width: 57px;
    height: 57px;
    margin-top: 5px;
  }
}
.index .achievement__body-conversion p {
  margin-left: 23px;
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #008F43;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-conversion p {
    margin-left: 10px;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .achievement__body-conversion p span {
  font-family: YakuHanJP, "Hiragino Sans", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-conversion p span {
    margin-left: 2px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .achievement__body-annotations {
  width: 700px;
  height: auto;
  margin: 20px auto auto;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-annotations {
    width: 100%;
    height: auto;
  }
}
.index .achievement__body-annotations ul li {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.667;
  letter-spacing: 0em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .achievement__body-annotations ul li {
    padding-left: 1em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: justify;
    text-indent: -1em;
  }
}
.index .miraeco {
  width: 100%;
  height: auto;
  margin-top: 250px;
}
@media screen and (max-width: 768px) {
  .index .miraeco {
    margin-top: 125px;
  }
}
.index .miraeco .inner {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-color: #DCF5F8;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .index .miraeco .inner {
    padding-bottom: 50px;
  }
}
.index .miraeco__title {
  width: 750px;
  height: auto;
  margin: -145px auto auto;
}
@media screen and (max-width: 768px) {
  .index .miraeco__title {
    width: 100%;
    height: auto;
    margin: -75px auto auto;
  }
}
.index .miraeco__body {
  width: 1000px;
  height: auto;
  margin: 55px auto auto;
}
@media screen and (max-width: 768px) {
  .index .miraeco__body {
    width: 100%;
    height: auto;
    margin: 25px auto auto;
  }
}
.index .miraeco__body p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.667;
  letter-spacing: 0em;
  color: #158F43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .miraeco__body p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.923;
    letter-spacing: 0em;
  }
}
.index .miraeco__screen {
  width: 1000px;
  height: auto;
  margin: 55px auto auto;
}
@media screen and (max-width: 768px) {
  .index .miraeco__screen {
    width: 100%;
    height: auto;
    margin: 25px auto auto;
  }
}
@media print, screen and (min-width: 769px) {
  .index .miraeco__screen ul {
    display: flex;
    justify-content: space-between;
  }
}
.index .miraeco__screen ul li {
  width: 297px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .miraeco__screen ul li {
    width: 77.01%;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .index .miraeco__screen ul li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.index .miraeco__screen ul li img {
  box-shadow: 0px 3px 6px 0px #8BB7BC;
}
.index .miraeco__screen p {
  margin-top: 50px;
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #158F43;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .index .miraeco__screen p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.index .global {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .index .global {
    margin-top: 50px;
  }
}
.index .global__body .unit {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.index .global__body .unit__txt h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #008F43;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit__txt h3 {
    margin-top: 36px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
.index .global__body .unit__txt p {
  text-indent: 1em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.667;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit__txt p {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.index .global__body .unit__txt p:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit__txt p:first-of-type {
    margin-top: 1em;
  }
}
.index .global__body .unit__txt p:not(:first-of-type) {
  margin-top: 1.5em;
}
.index .global__body .unit__img figure figcaption {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.455;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit__img figure figcaption {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.455;
    letter-spacing: 0em;
  }
}
.index .global__body .unit__img figure figcaption a:hover {
  text-decoration: underline;
}
.index .global__body .unit:first-of-type .unit__txt {
  order: 2;
  width: 560px;
  height: auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit:first-of-type .unit__txt {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #008F43;
  }
}
.index .global__body .unit:first-of-type .unit__img {
  order: 1;
  width: 440px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit:first-of-type .unit__img {
    width: 100%;
    height: auto;
  }
}
.index .global__body .unit:not(:first-of-type) {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit:not(:first-of-type) {
    padding-top: 0;
  }
}
.index .global__body .unit:not(:first-of-type) .unit__txt {
  order: 1;
  width: 700px;
  height: auto;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit:not(:first-of-type) .unit__txt {
    order: 2;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #008F43;
  }
}
.index .global__body .unit:not(:first-of-type) .unit__img {
  order: 2;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .global__body .unit:not(:first-of-type) .unit__img {
    order: 1;
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .index .global__body .unit:not(:last-of-type) {
    border-bottom: 1px solid #008F43;
  }
}
.index .global__body .unit:last-of-type {
  padding-bottom: 0;
}
.index .ingenuity {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .index .ingenuity {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .index .ingenuity .inner {
    width: 100vw;
    height: auto;
    padding: 0;
  }
}
.index .ingenuity__title {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__title {
    width: 100%;
    height: auto;
    padding: 0 5.33%;
  }
}
.index .ingenuity__title h2 {
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #008F43;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
  color: #008F43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__title h2 {
    width: 100%;
    height: 25px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
  }
}
.index .ingenuity__body .unit {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit {
    margin-top: 20px;
  }
}
.index .ingenuity__body .unit__title {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__title {
    padding: 0 5.33%;
  }
}
.index .ingenuity__body .unit__title h3 {
  width: 100%;
  height: 40px;
  background-color: #008F43;
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1em;
  color: #FFF;
  text-indent: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__title h3 {
    width: 100%;
    height: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1em;
  }
}
.index .ingenuity__body .unit__title h3.ls-clr {
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__title h3.ls-clr {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-indent: 0;
  }
}
.index .ingenuity__body .unit__table {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.index .ingenuity__body .unit__table table {
  width: 100%;
  height: auto;
  border: 1px solid #008F43;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table {
    margin: 0 0 0 5.33%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table::after {
    content: "";
    width: 5.33vw;
    height: 1px;
    position: absolute;
    top: 0;
    right: -5.33vw;
  }
}
.index .ingenuity__body .unit__table table thead tr th {
  padding: 10px;
  border: 1px solid #008F43;
  border-collapse: collapse;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #158F43;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table thead tr th {
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
.index .ingenuity__body .unit__table table tbody tr th {
  width: 58.4%;
  height: auto;
  padding: 5px 10px 5px 30px;
  vertical-align: middle;
  border: 1px solid #008F43;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table tbody tr th {
    width: 300px;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .ingenuity__body .unit__table table tbody tr td {
  vertical-align: middle;
  border: 1px solid #008F43;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table tbody tr td {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.index .ingenuity__body .unit__table table tbody tr td:nth-of-type(1) {
  width: 13.6%;
  height: auto;
  padding: 5px 45px 5px 10px;
  text-align: right;
  letter-spacing: -0.026em;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table tbody tr td:nth-of-type(1) {
    padding: 15px;
  }
}
.index .ingenuity__body .unit__table table tbody tr td:nth-of-type(2) {
  width: 13.6%;
  height: auto;
  padding: 5px 35px 5px 10px;
  text-align: right;
  letter-spacing: -0.026em;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table tbody tr td:nth-of-type(2) {
    padding: 15px;
  }
}
.index .ingenuity__body .unit__table table tbody tr td:nth-of-type(n+3) {
  width: 7.2%;
  height: auto;
  padding: 5px 10px 5px 10px;
  text-align: center;
}
.index .ingenuity__body .unit__table table tbody tr td img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__body .unit__table table tbody tr td img {
    width: 20px;
    height: 20px;
  }
}
.index .ingenuity__annotations {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__annotations {
    padding: 0 5.33%;
  }
}
.index .ingenuity__annotations h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__annotations h3 {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.index .ingenuity__annotations p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .index .ingenuity__annotations p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.index .ingenuity__annotations p a:hover {
  text-decoration: underline;
}
.index .service {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #EBF3E2;
}
@media screen and (max-width: 768px) {
  .index .service {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.index .service__title {
  width: 100%;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #008F43;
}
@media screen and (max-width: 768px) {
  .index .service__title {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}
.index .service__title h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  color: #008F43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .service__title h2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.429;
    letter-spacing: -0.025em;
  }
}
.index .service__list {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .index .service__list {
    margin-top: 20px;
  }
}
.index .service__list ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .index .service__list ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.index .service__list ul li {
  width: 310px;
  height: 345px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .index .service__list ul li {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .index .service__list ul li:nth-of-type(n+4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .index .service__list ul li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.index .service__list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .service__list ul li a .txt {
  order: 2;
}
@media screen and (max-width: 768px) {
  .index .service__list ul li a .txt {
    width: 50%;
    height: auto;
    padding: 0 15px;
  }
}
.index .service__list ul li a .txt h3 {
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #008F43;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index .service__list ul li a .txt h3 {
    padding-top: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0em;
    text-align: left;
  }
}
.index .service__list ul li a .txt p {
  padding: 10px 20px 25px 20px;
  text-indent: 1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.429;
  letter-spacing: 0em;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .index .service__list ul li a .txt p {
    margin-top: 6px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    text-align: justify;
  }
}
.index .service__list ul li a .img {
  order: 1;
}
@media screen and (max-width: 768px) {
  .index .service__list ul li a .img {
    width: 50%;
    height: auto;
  }
}
.index .service__list ul li a:hover .txt p {
  text-decoration: underline;
}
.index .detail {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .index .detail {
    margin-top: 50px;
    padding: 0 5.33% 50px;
  }
}
.index .detail .inner {
  background-color: #EFFFFD;
  border: 1px solid #179FE8;
}
@media print, screen and (min-width: 769px) {
  .index .detail .inner {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .index .detail .inner {
    padding: 30px 15px;
  }
}
.index .detail__head {
  position: relative;
}
.index .detail__head .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .detail__head .title h2 {
  order: 3;
  width: 416px;
  height: auto;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .index .detail__head .title h2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
.index .detail__head .title p {
  width: 100%;
  height: auto;
}
.index .detail__head .title p.read01 {
  order: 2;
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #008132;
}
@media screen and (max-width: 768px) {
  .index .detail__head .title p.read01 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.index .detail__head .title p.read02 {
  order: 4;
  height: auto;
  margin-top: 10px;
  padding-bottom: 3px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.211;
  letter-spacing: 0.1em;
  color: #008132;
}
@media screen and (max-width: 768px) {
  .index .detail__head .title p.read02 {
    margin-top: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.211;
    letter-spacing: 0.1em;
  }
}
.index .detail__head .title p.text {
  order: 1;
  width: 350px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #1A1311;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .index .detail__head .title p.text {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.index .detail__head .title p.text span {
  color: #008132;
}
@media print, screen and (min-width: 769px) {
  .index .detail__head .img {
    width: 528px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .index .detail__head .img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
}
.index .detail__body {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .index .detail__body {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .index .detail__body-head {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .index .detail__body-head {
    position: relative;
  }
}
.index .detail__body-head .txt {
  width: 737px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .detail__body-head .txt {
    width: 100%;
    height: auto;
  }
}
.index .detail__body-head .txt .title h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #009FE8;
}
@media screen and (max-width: 768px) {
  .index .detail__body-head .txt .title h3 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
.index .detail__body-head .txt .banner {
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #179FE8;
}
.index .detail__body-head .txt .banner ul {
  display: flex;
  justify-content: flex-start;
}
.index .detail__body-head .txt .banner ul li {
  width: 364px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .detail__body-head .txt .banner ul li {
    width: 100%;
    height: auto;
  }
}
.index .detail__body-head .txt .banner ul li:not(:first-of-type) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .index .detail__body-head .txt .banner ul li:not(:first-of-type) {
    margin-left: 5px;
  }
}
.index .detail__body-head .txt .banner ul li a {
  transition-duration: 0.4s;
}
.index .detail__body-head .txt .banner ul li a:hover {
  opacity: 0.8;
}
.index .detail__body-head .img {
  width: 150px;
  height: 150px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .index .detail__body-head .img {
    width: 75px;
    height: 75px;
    position: absolute;
    top: -2px;
    right: 0;
  }
}
.index .detail__body-annotations {
  margin-top: 10px;
}
.index .detail__body-annotations p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .index .detail__body-annotations p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.563;
    letter-spacing: -0.05em;
    text-align: justify;
  }
}
.index .detail__body-address {
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  .index .detail__body-address {
    display: flex;
    justify-content: flex-start;
  }
}
.index .detail__body-address h4 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .index .detail__body-address h4 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.563;
    letter-spacing: 0em;
  }
}
.index .detail__body-address p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .index .detail__body-address p {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.563;
    letter-spacing: 0em;
  }
}
.index .detail__body-address p span {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .index .detail__body-address p span {
    margin: 0 1em 0 0;
  }
}
.index .enquiry {
  width: 100%;
  height: auto;
  padding: 47px 0;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .index .enquiry {
    padding: 25px 0;
  }
}
.index .enquiry__body {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  .index .enquiry__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.index .enquiry__body-center h2 {
  width: 356px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .enquiry__body-center h2 {
    width: 100%;
    height: auto;
  }
}
.index .enquiry__body-center p {
  width: 356px;
  height: auto;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .index .enquiry__body-center p {
    width: 100%;
    height: auto;
  }
}
.index .enquiry__body-other h3 {
  width: 602px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .enquiry__body-other h3 {
    width: 100%;
    height: auto;
  }
}
.index .enquiry__body-other ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.index .enquiry__body-other ul li {
  width: 188px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .index .enquiry__body-other ul li {
    width: 31.04%;
    height: auto;
  }
}
.index .enquiry__body-other p {
  width: 602px;
  height: auto;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .index .enquiry__body-other p {
    width: 100%;
    height: auto;
  }
}