@charset "UTF-8";
.serif {
  font-family: "Noto Serif JP";
}

.sans {
  font-family: "Noto Sans JP";
}

/* リセットCSS
===================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1rem;
}
@media (max-width: 767px) {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  button,
  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 {
    line-height: 0.5rem;
  }
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 2;
  overflow: auto;
}

body {
  font-weight: 500;
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.en-Ttl {
  position: absolute;
  display: inline-block;
  top: 0;
  font-weight: 200;
  font-size: 180px;
  color: #EEEEEE;
  white-space: nowrap;
  height: 180px;
  line-height: 1;
  mix-blend-mode: multiply;
}

.link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.1em;
  border: solid 1px #0C401F;
  width: 175px;
  height: 44px;
  color: #333333;
  text-align: center;
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.link::after {
  position: absolute;
  display: block;
  content: "";
  width: 7.07106px;
  height: 7.07106px;
  border-right: solid 2px #333333;
  border-top: solid 2px #333333;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 17px;
}
@media (max-width: 767px) {
  .link {
    font-size: 14px;
    width: 145px;
    height: 41px;
    line-height: 41px;
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.scrolled {
  background-color: #fff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

header {
  position: fixed;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 50;
}
@media (max-width: 767px) {
  header {
    height: 50px;
  }
}

.header-left {
  background-color: #1A8B44;
  display: inline-block;
  z-index: 100;
}

.header-logo {
  height: 80px;
  width: 223px;
  display: inline-block;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .header-logo {
    padding: 6px 20px;
  }
}
.header-logo img {
  height: 60px;
  width: 163px;
}
@media (max-width: 767px) {
  .header-logo img {
    height: 38px;
    width: 103.23px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header-nav-lists {
    display: block;
    width: 279px;
    height: 251px;
    margin: 90px auto 0;
  }
}

.header-nav-list {
  margin-right: 50px;
}
.header-nav-list a {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 80px;
}
@media (max-width: 767px) {
  .header-nav-list a {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    display: block;
  }
}

.header-access-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header-access-list {
    display: block;
  }
}

.header-access1 a {
  display: inline-block;
  width: 150px;
  background-color: #1C6104;
  text-align: center;
  padding: 18px 0 18px;
}
.header-access1 a img {
  height: 25px;
  width: 25px;
}
.header-access1 a p {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.header-access2 a {
  display: inline-block;
  width: 150px;
  background-color: #EEA414;
  text-align: center;
  padding: 18px 0 18px;
}
.header-access2 a img {
  height: 25px;
  width: 25px;
}
.header-access2 a p {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.to-top {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .to-top {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
}

.is-show {
  opacity: 1;
  visibility: visible;
}

.sp-header-right {
  display: none;
  z-index: 100;
}
@media (max-width: 767px) {
  .sp-header-right {
    display: block;
    background-color: #2D2D2D;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 0;
    top: 0;
    text-align: left;
    cursor: pointer;
  }
}
.sp-header-right p {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #fff;
  left: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp-header-right p:nth-child(1) {
  width: 26px;
  top: 17.5px;
}
.sp-header-right p:nth-child(2) {
  width: 21px;
  top: 25.5px;
}
.sp-header-right p:nth-child(3) {
  width: 18.57px;
  top: 33.5px;
}

.sp-header-right.open p:nth-child(1) {
  width: 26px;
  margin-top: 0;
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
  top: 21px;
}
.sp-header-right.open p:nth-child(2) {
  display: none;
}
.sp-header-right.open p:nth-child(3) {
  width: 26px;
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
  top: 30px;
}

.sp-open-menu {
  position: fixed;
  background: -webkit-gradient(linear, left top, right bottom, from(#189050), to(#1F6D04));
  background: linear-gradient(to bottom right, #189050, #1F6D04);
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-open-menu.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.sp-header-nav-lists {
  display: block;
  width: 279px;
  margin: 90px auto 0;
}

.sp-header-nav-list a {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 100%;
  line-height: 44px;
  color: #fff;
  font-weight: 500;
  border-bottom: solid 1px #fff;
}

.sp-header-access-list {
  margin-top: 30px;
}

.sp-header-access1 {
  text-align: center;
}
.sp-header-access1 a {
  display: inline-block;
  width: 279px;
  height: 77px;
  background-color: #fff;
  text-align: center;
  padding: 18px 0 18px;
}
.sp-header-access1 a img {
  height: 25px;
  width: 25px;
}
.sp-header-access1 a p {
  display: block;
  height: 16px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #0C401F;
}

.sp-header-access2 {
  margin-top: 20px;
  text-align: center;
}
.sp-header-access2 a {
  display: inline-block;
  width: 279px;
  height: 79px;
  background-color: #1C6104;
  text-align: center;
  padding: 18px 0 18px;
}
.sp-header-access2 a img {
  height: 25px;
  width: 25px;
}
.sp-header-access2 a p {
  display: block;
  height: 16px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #fff;
}

.sp-menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 155px;
  margin: 30px auto 0;
}
.sp-menu-sns a.facebook img {
  width: 35px;
  height: 35px;
}
.sp-menu-sns .Xtwitter img {
  width: 35px;
  height: 35px;
}
.sp-menu-sns .instagram img {
  width: 35px;
  height: 35px;
}

.fv {
  position: relative;
  width: 100%;
}
.fv::after {
  display: block;
  content: "";
  height: 900px;
}
@media (max-width: 767px) {
  .fv::after {
    height: 550px;
  }
}

.fv-green-bg {
  position: absolute;
  z-index: -2;
}
.fv-green-bg img {
  height: 1460px;
  width: 770px;
}
@media (max-width: 767px) {
  .fv-green-bg img {
    width: 155px !important;
    height: 713px;
  }
}
@media (max-width: 1820px) {
  .fv-green-bg img {
    width: 300px;
  }
}

.fv-img-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -3;
}
.fv-img-bg img {
  height: 800px;
  width: 1500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1820px) {
  .fv-img-bg {
    right: unset;
    left: 240px;
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .fv-img-bg {
    width: calc(100vw - 53px);
    left: 53px;
  }
  .fv-img-bg img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.fv-img {
  position: absolute;
  z-index: -1;
  top: 80px;
  right: 0;
  max-width: 82.8666666667%;
}
@media (max-width: 1820px) {
  .fv-img {
    right: unset;
    left: 240px;
    width: calc(100% - 240px);
  }
}
@media (max-width: 767px) {
  .fv-img {
    width: calc(100vw - 53px);
    left: 53px;
    height: 500px;
    top: 50px;
    max-width: unset;
  }
}
.fv-img picture img {
  height: 820px;
}
@media (max-width: 767px) {
  .fv-img picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.fv-txt {
  position: absolute;
  top: 491px;
  left: 190px;
}
@media (max-width: 1820px) {
  .fv-txt {
    left: 90px;
  }
}
@media (max-width: 767px) {
  .fv-txt {
    left: 20px;
    top: 255px;
  }
}

.fv-txt1 {
  display: block;
  height: 192px;
  width: 700px;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 15px #0C401F;
  /* 線の幅と色を指定 */
}
@media (max-width: 767px) {
  .fv-txt1 {
    font-size: 35px;
    font-weight: 600;
    height: 106px;
  }
}

.fv-txt2 {
  margin-top: 40px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .fv-txt2 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
  }
}

.about-us {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .about-us {
    margin-top: 50px;
  }
}

.about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.about-img {
  height: auto;
  width: 640px;
  max-width: 50%;
}
.about-txt {
  position: relative;
  width: 560px;
  height: 825px;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .about-txt {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1820px) {
  .about-enTtl {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .about-enTtl {
    left: calc(50% + 20px);
    top: 90px;
    font-size: 33.54px;
    font-weight: 200;
  }
}

.about-jaTtl {
  margin-top: 200px;
  font-size: 20px;
  line-height: 1;
  color: #333333;
}
@media (max-width: 767px) {
  .about-jaTtl {
    display: inline-block;
    position: absolute;
    left: calc(50% + 20px);
    top: 134px;
    margin-top: 0;
    font-size: 14px;
  }
}

.about-content1 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #333333;
}
.about-content1 span {
  color: #1A8B44;
}
@media (max-width: 767px) {
  .about-content1 {
    font-size: 18px;
    margin-top: 30px;
  }
}

.about-content2 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333333;
}
@media (max-width: 767px) {
  .about-content2 {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
  }
}

.about-link {
  display: block;
  margin-left: auto;
  margin-top: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about-link:hover {
  color: #fff;
}
.about-link:hover::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.about-link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #1C6104;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: -1;
}
.about-link:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .about-link {
    margin: 30px auto 0;
  }
}

.achievement {
  margin-top: 280px;
  padding-bottom: 140px;
  position: relative;
}
.achievement::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: -10;
}
@media (max-width: 767px) {
  .achievement {
    margin-top: 89px;
    padding-bottom: 50px;
  }
}

.achievement-inner {
  position: relative;
  max-width: 100%;
  width: 1266px;
  margin: 0 auto;
}

.achievement-enTtl {
  text-align: center;
  display: block;
  width: 100%;
  text-align: center;
  top: -140px;
}
@media (max-width: 1820px) {
  .achievement-enTtl {
    font-size: 120px;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .achievement-enTtl {
    font-size: 50px;
    font-weight: 200;
    height: 50px;
    line-height: 50px;
    top: -39px;
  }
}

.achievement-jaTtl {
  position: absolute;
  display: block;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  top: -40px;
}
@media (max-width: 767px) {
  .achievement-jaTtl {
    font-size: 24px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    top: -12px;
  }
}

.achievement-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .achievement-contents {
    padding-top: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.achievement-item {
  width: 382px;
  max-width: 382px;
  width: 441px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}
.achievement-item img {
  width: 382px;
  height: 284px;
}
@media (max-width: 767px) {
  .achievement-item img {
    width: 128px;
    height: 95px;
  }
}
@media (max-width: 767px) {
  .achievement-item {
    width: 327px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.achievement-itemTxt {
  padding-top: 10px;
  padding-left: 47px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .achievement-itemTxt {
    padding-top: 0;
    padding-left: 21px;
  }
}

.achievement-itemTxt1 {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  position: relative;
}
.achievement-itemTxt1::before {
  display: block;
  content: "";
  height: 32px;
  position: absolute;
  border-left: solid 2px #1A8B44;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}
@media (max-width: 767px) {
  .achievement-itemTxt1::before {
    height: 23px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  .achievement-itemTxt1 {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
  }
}

.achievement-itemTxt2 {
  display: inline-block;
  width: 298px;
  height: 64px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}
@media (max-width: 767px) {
  .achievement-itemTxt2 {
    font-size: 14px;
    line-height: 1.5;
    width: 178px;
    height: 63px;
    margin-top: 5px;
  }
}

.achievement-link {
  display: block;
  margin: 67px auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.achievement-link:hover {
  color: #fff;
}
.achievement-link:hover::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.achievement-link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #1C6104;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: -1;
}
.achievement-link:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .achievement-link {
    margin-top: 35px;
  }
}

.service-inner {
  position: relative;
}
.service-inner::after {
  display: block;
  content: "";
  width: 100%;
  height: 840px;
}
@media (max-width: 767px) {
  .service-inner::after {
    height: 655px;
  }
}

.service-enTtl {
  position: absolute;
  right: 17.96875%;
  color: #CAC8C8;
  font-weight: 200;
}
@media (max-width: 1820px) {
  .service-enTtl {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .service-enTtl {
    font-size: 50px;
    letter-spacing: 0.1em;
    width: 329px;
    height: 50px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.service-jaTtl {
  position: absolute;
  top: 282px;
  left: 295px;
  color: #fff;
  font-size: 32px;
  display: block;
  height: 32px;
}
.service-jaTtl::before {
  content: "";
  display: block;
  height: 1px;
  width: 43px;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1820px) {
  .service-jaTtl {
    top: 215px;
    left: 152px;
  }
}
@media (max-width: 767px) {
  .service-jaTtl {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 35px;
  }
  .service-jaTtl::before {
    width: 52px;
    bottom: -10px;
  }
}

.service-bg {
  position: absolute;
  z-index: -1;
  width: 82.03125%;
  height: 532.01px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1820px) {
  .service-bg {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .service-bg {
    width: 100%;
    height: 192px;
  }
}

.service-item {
  height: 617px;
}
.service-item img {
  display: block;
  width: 100%;
  height: 366px;
  border-top: 5px solid #1A8B44;
}
@media (max-width: 1820px) {
  .service-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service-item img {
    height: 309px;
  }
}
@media (max-width: 1820px) {
  .service-item {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .service-item {
    width: 334px;
  }
}

.service-Txt {
  width: 100%;
}

.Item-enTtl {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0;
  margin: 20px auto 0;
  height: 35px;
  text-align: center;
}
@media (max-width: 1820px) {
  .Item-enTtl {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .Item-enTtl {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 15px;
  }
}

.Item-jaTtl {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1A8B44;
  letter-spacing: 0;
  margin: 13px auto 0;
  height: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  .Item-jaTtl {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin-top: 10px;
  }
}

.Item-Txtcontent {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 23px auto 0;
  text-align: left;
  min-height: 96px;
}
@media (max-width: 1820px) {
  .Item-Txtcontent {
    min-height: 128px;
  }
}
@media (max-width: 767px) {
  .Item-Txtcontent {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
    min-height: 62px;
  }
}

.service-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  width: 84px;
  height: 16px;
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-link {
    margin-left: calc(50% - 27px);
    text-align: center;
    font-size: 14px;
  }
}
.service-link::before {
  display: block;
  content: url(../img/service-arrow.svg);
  position: absolute;
  left: -30px;
}
.service-link::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: solid 2px #1A8B44;
  width: 129px;
  left: -30px;
  bottom: -14px;
}
@media (max-width: 767px) {
  .service-link::after {
    width: 116px;
    bottom: -12px;
  }
}
.service-link:hover {
  color: #1A8B44;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  position: absolute;
  width: 1728px;
  left: 543px;
  height: 617px;
  top: 223px;
}
@media (max-width: 1820px) {
  .slider {
    top: 150px;
    left: 400px;
  }
}
@media (max-width: 767px) {
  .slider {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 99px;
    height: 506px;
  }
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin: 0 25px;
  width: 396px;
}
@media (max-width: 1820px) {
  .slider .slick-slide {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .slider .slick-slide {
    width: 334px;
    height: 506px;
    max-width: 100%;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 150px;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 13.717871555px;
  width: 13.717871555px;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    border-top: solid 2px #333333;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    border-right: solid 2px #333333;
  }
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  position: relative;
  left: -225px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-prev::before {
  position: absolute;
  display: block;
  content: "";
  height: 34px;
  width: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  top: -12px;
  left: -10px;
}
@media (max-width: 767px) {
  .slick-prev::before {
    border: solid 2px #333333;
  }
}
.slick-prev::after {
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  content: "";
  height: 17px;
  width: 17px;
  border-top: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .slick-prev::after {
    border-top: solid 2px #333333;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    z-index: 100;
    left: 15px;
    top: 172px;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  left: -160px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-next::before {
  position: absolute;
  display: block;
  content: "";
  height: 34px;
  width: 34px;
  border: solid 2px #fff;
  border-radius: 50%;
  top: -12px;
  left: -10px;
}
@media (max-width: 767px) {
  .slick-next::before {
    border: solid 2px #333333;
  }
}
.slick-next::after {
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
  content: "";
  height: 17px;
  width: 17px;
  border-top: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .slick-next::after {
    border-top: solid 2px #333333;
  }
}
@media (max-width: 767px) {
  .slick-next {
    z-index: 100;
    left: calc(100% - 25px);
    top: 172px;
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

.feature {
  position: relative;
  margin-top: 131px;
}
@media (max-width: 767px) {
  .feature {
    margin-top: 50px;
  }
}

.feature-bgImg {
  position: absolute;
  width: 1282px;
  height: 2207px;
  z-index: -1000;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .feature-bgImg {
    width: 62.4vw;
  }
}

.feature-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 1820px) {
  .feature-inner {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .feature-inner {
    padding-top: 55px;
    width: 89.3333333333%;
  }
}

.feature-enTtl {
  position: absolute;
  width: 995px;
  height: 250px;
  right: 0;
  font-size: 250px;
  letter-spacing: 0.06em;
  font-weight: 200;
  text-align: right;
  z-index: -1;
}
@media (max-width: 1820px) {
  .feature-enTtl {
    font-size: 120px;
    height: 120px;
    right: calc(50% - 540px);
  }
}
@media (max-width: 767px) {
  .feature-enTtl {
    font-size: 50px;
    letter-spacing: 0.1em;
    margin-right: 18px;
    height: 50px;
    line-height: 50px;
    right: -6px;
  }
}

.feature-jaTtl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto 0;
  position: relative;
  text-align: center;
}
.feature-jaTtl::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 43px;
  background-color: #1A8B44;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .feature-jaTtl {
    font-size: 24px;
  }
}

.feature-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-item1 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.feature-item1::before {
  content: "";
  background-image: url(../img/feature-subImg.png);
  background-size: cover;
  /* 画像を要素全体に合わせて拡大/縮小 */
  background-position: center;
  /* 画像を中央に配置 */
  display: block;
  width: 220px;
  height: 260px;
  position: absolute;
  top: -80px;
  left: -110px;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-item1::before {
    width: 84px;
    height: 100px;
    top: -30px;
    left: 0px;
  }
}

.feature-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 172px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-item2 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.feature-item2 > .feature-itemImg {
  margin-left: 100px;
}
.feature-item2::before {
  content: "";
  background-image: url(../img/feature-subImg.png);
  background-size: cover;
  /* 画像を要素全体に合わせて拡大/縮小 */
  background-position: center;
  /* 画像を中央に配置 */
  display: block;
  width: 220px;
  height: 260px;
  position: absolute;
  top: -80px;
  right: -110px;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-item2::before {
    width: 84px;
    height: 100px;
    top: -30px;
    right: 0;
  }
}

.feature-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 172px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-item3 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.feature-item3::before {
  content: "";
  background-image: url(../img/feature-subImg.png);
  background-size: cover;
  /* 画像を要素全体に合わせて拡大/縮小 */
  background-position: center;
  /* 画像を中央に配置 */
  display: block;
  width: 220px;
  height: 260px;
  position: absolute;
  top: -80px;
  left: -110px;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature-item3::before {
    width: 84px;
    height: 100px;
    top: -30px;
    left: 0px;
  }
}

.feature-itemImg {
  position: relative;
  width: 640px;
  height: 430px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .feature-itemImg {
    width: calc(100% - 20px);
    height: auto;
    margin-left: auto;
    position: relative;
    display: block;
  }
}
@media (max-width: 767px) {
  .feature-itemImg:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
}

.feature-itemTxtBox {
  position: relative;
  margin-top: 182px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .feature-itemTxtBox {
    margin: 50px auto 0;
    display: block;
    width: calc(100% - 40px);
    max-width: 100%;
    padding-bottom: 31px;
  }
}

.feature-itemTxtNo {
  position: absolute;
  font-weight: 300;
  font-size: 137px;
  letter-spacing: 0;
  color: #EEEEEE;
  z-index: -1;
  display: block;
  height: 137px;
  top: -40px;
  left: -57px;
}
@media (max-width: 767px) {
  .feature-itemTxtNo {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    font-weight: 300;
    top: -44px;
    left: -14px;
  }
}

.feature-itemttl {
  display: inline-block;
  padding-left: 20px;
  color: #1A8B44;
  font-size: 35px;
  letter-spacing: 0.1em;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  border-left: 1px solid #0C401F;
}
@media (max-width: 767px) {
  .feature-itemttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    height: 18px;
  }
}

.feature-itemTxt {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 2;
}
@media (max-width: 767px) {
  .feature-itemTxt {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
  }
}

.feature-link {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
  width: 84px;
  height: 16px;
  position: absolute;
  bottom: 14px;
  right: 15px;
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.feature-link::before {
  display: block;
  content: url(../img/service-arrow.svg);
  position: absolute;
  left: -30px;
}
@media (max-width: 767px) {
  .feature-link::before {
    left: -27px;
  }
}
.feature-link::after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: solid 2px #1A8B44;
  width: 129px;
  left: -30px;
  bottom: -14px;
}
@media (max-width: 767px) {
  .feature-link::after {
    width: 116px;
    left: -27px;
  }
}
.feature-link:hover {
  color: #1A8B44;
}
@media (max-width: 767px) {
  .feature-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    height: 14px;
    margin-top: 5px;
    right: 0;
  }
}

.message {
  position: relative;
  padding-top: 200px;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .message {
    margin: 50px 0 0;
    padding-top: 105px;
  }
}

.message-bgImg {
  position: absolute;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 572px;
  max-width: calc(100% - 40px);
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .message-bgImg {
    min-width: 0;
    width: calc(100% - 72px);
    left: 20px;
    height: 449px;
  }
}

.message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1160px;
  max-width: calc(100% - 120px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-width: 100%;
    padding: 0 84px 0 53px;
  }
}

.message-enTtl {
  position: absolute;
  display: block;
  right: 0;
  top: -223px;
  font-size: 151.09px;
  font-weight: 200;
  letter-spacing: 0.06em;
  color: #CAEDCD;
  text-align: right;
}
@media (max-width: 767px) {
  .message-enTtl {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    width: 232px;
    top: -105px;
    right: 52px;
    text-align: right;
  }
}

.message-jaTtl {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: absolute;
  color: #fff;
  top: -98px;
  left: 0;
}
@media (max-width: 767px) {
  .message-jaTtl {
    top: -40px;
    font-size: 20px;
    letter-spacing: 0.1em;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
}

.message-TxtBox {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  width: 437px;
  line-height: 2;
}
@media (max-width: 767px) {
  .message-TxtBox {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
  }
}

.message-itemImg {
  width: 643px;
  height: 418px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .message-itemImg {
    margin-top: 30px;
    width: 283px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.news {
  position: relative;
  margin-top: 140px;
}
.news::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -10;
}
@media (max-width: 767px) {
  .news {
    margin-top: 50px;
  }
}

.news-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1184px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: calc(100% - 104px);
    min-width: calc(100% - 104px);
  }
}

.news-enTtl {
  position: absolute;
  font-size: 150px;
  font-weight: 200;
  color: #EEEEEE;
}
@media (max-width: 767px) {
  .news-enTtl {
    font-size: 50px;
    height: 62px;
    line-height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
}

.news-jaTtl {
  font-size: 32px;
  letter-spacing: 0.1em;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .news-jaTtl {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 27px;
    z-index: 2;
  }
}

.news-box {
  margin-left: auto;
}
@media (max-width: 767px) {
  .news-box {
    width: 100%;
    margin: 0 auto;
  }
}

.news-table {
  margin-left: auto;
  width: 677px;
}
@media (max-width: 767px) {
  .news-table {
    width: 100%;
  }
}

.news-row {
  width: 677px;
  border-bottom: solid 2px #EEEEEE;
}
@media (max-width: 767px) {
  .news-row:nth-child(4), .news-row:nth-child(5), .news-row:nth-child(6) {
    display: none;
  }
}

.news-time {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #84BA98;
  width: 152px;
  height: 64px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .news-time {
    margin-top: 10px;
    display: block;
    height: 21px;
    line-height: 21px;
  }
}

.news-rowTtl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.news-rowTtl a {
  color: #333333;
  border-bottom: solid 2px transparent;
  -webkit-transition: border-bottom 0.5s ease;
  transition: border-bottom 0.5s ease;
}
.news-rowTtl a:hover {
  border-bottom: solid 2px #0C401F;
}
@media (max-width: 767px) {
  .news-rowTtl {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
}

.news-link {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.news-link:hover {
  color: #fff;
}
.news-link:hover::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.news-link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #1C6104;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: -1;
}
.news-link:hover::before {
  width: 100%;
}
.news-link::before {
  position: absolute;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #1C6104;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  z-index: -1;
}
.news-link:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .news-link {
    margin: 30px auto 0;
  }
}

.form {
  background-image: url(../img/form-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 140px;
  padding: 140px 0;
  height: 731px;
}
@media (max-width: 767px) {
  .form {
    margin-top: 50px;
    padding: 50px 0;
    height: 568px;
  }
}

.form-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-inner {
    width: calc(100% - 84px);
    margin: 0 auto;
  }
}

.form-jaTtl {
  font-size: 32px;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.form-jaTtl::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  background-color: #fff;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .form-jaTtl {
    font-size: 24px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
  }
}

.form-txt {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-txt {
    text-align: left;
  }
}

.form-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
  }
}

.form-contact {
  border: solid 2px #fff;
  width: 600px;
  text-align: center;
  background-color: #fff;
  padding: 43px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-contact:hover {
  background-color: transparent;
}
.form-contact:hover .form-contactImg {
  content: url(../img/operator-white.svg);
}
.form-contact:hover .form-contactTtl {
  color: #fff;
}
.form-contact:hover .form-contactTxt {
  color: #fff;
}
@media (max-width: 767px) {
  .form-contact {
    width: 100%;
    height: 120px;
    margin-top: 30px;
    padding: 19px 0;
  }
}

.form-contactImg {
  width: 74px;
  height: 74px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .form-contactImg {
    width: 20px;
    height: 20px;
  }
}

.form-contactTtl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #0C401F;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-top: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .form-contactTtl {
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
  }
}

.form-contactTxt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #0C401F;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .form-contactTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.form-consult {
  border: solid 2px #fff;
  width: 600px;
  text-align: center;
  padding: 43px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-consult:hover {
  background-color: #fff;
}
.form-consult:hover .form-consultImg {
  content: url(../img/consultant-green.svg);
}
.form-consult:hover .form-consultTtl {
  color: #0C401F;
}
.form-consult:hover .form-consultTxt {
  color: #0C401F;
}
@media (max-width: 767px) {
  .form-consult {
    width: 100%;
    margin-top: 20px;
    height: 120px;
    padding: 19px 0;
  }
}

.form-consultImg {
  width: 74px;
  height: 74px;
}
@media (max-width: 767px) {
  .form-consultImg {
    width: 20px;
    height: 20px;
  }
}

.form-consultTtl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .form-consultTtl {
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    margin-top: 5px;
  }
}

.form-consultTxt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .form-consultTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.footer {
  background-color: #2B2B2B;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
    -webkit-box-pack: first baseline;
        -ms-flex-pack: first baseline;
            justify-content: first baseline;
    padding: 0;
    margin-left: 35px;
  }
}

.footer-left {
  max-width: 100%;
}

.footer-logo {
  display: block;
  width: 163px;
  height: 60px;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 149.42px;
    height: 55px;
  }
}

.footer-txtBox {
  color: #fff;
  margin-top: 20px;
}
.footer-txtRow {
  height: 32px;
  line-height: 32px;
}
.footer-txtRow .footer-txt:nth-child(1) {
  width: 90px;
}

@media (max-width: 767px) {
  .footer-txt {
    font-size: 14px;
    margin-left: 29px;
  }
}

.footer-nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav-list {
  margin-left: 50px;
}
.footer-nav-list a {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
}
.footer-nav-list:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer-nav-list {
    display: none;
  }
}

.sns {
  margin-top: 40px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sns {
    margin-left: 0;
  }
}

.facebook {
  width: 40px;
}

.Xtwitter {
  width: 40px;
  height: 40px;
}

.instagram {
  width: 40px;
}

.footer-copyright {
  margin-top: 120px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto";
}
@media (max-width: 1820px) {
  .footer-copyright {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 120px;
  }
}