@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a, span {
  display: inline-block;
}

main {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}

.header.action {
  background: #fff;
}

.header__logo {
  padding: 7px 30px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 5px 20px;
    position: relative;
    z-index: 1001;
  }
}

.header__logo img {
  width: 163px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 103px;
  }
}

.header.action .header__logo {
  background: #1A8B44;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .header.action .header__logo {
    padding: 5px 20px;
  }
}

.header.action.open .header__logo {
  background: unset;
}

.header .open {
  background: #222;
}

.header__nav {
  display: flex;
  gap: 50px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100vw;
    height: calc(100vh + 220px);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    z-index: 1000;
    transition: 0.3s ease-out;
    padding: 90px 48px 360px;
    background: url(../../assets/images/img-bg-header-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: scroll;
    flex-direction: column;
    justify-content: unset;
  }
}

.header.open .header__nav {
  transform: translateX(0);
}

.header__nav-items {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .header__nav-items {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.header__nav-item {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    padding: 0;
    width: 100%;
  }
}

.header__nav-item a {
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header__nav-item a {
    font-size: 16px;
    color: #fff;
    padding: 13px 0 7px 9px;
    border-bottom: 1px solid #fff;
    display: block;
  }
}

.header__nav-items a::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 3px solid #1A8B44;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: 0.3s;
}

.header__nav-items a:hover::before {
  left: 0;
}

.header__nav-items2 {
  display: flex;
}

.header__nav-item2-1 a,
.header__nav-item2-2 a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-1 a,
  .header__nav-item2-2 a {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-items2 {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-item2-1,
  .header__nav-item2-2 {
    width: 100%;
  }
}

.header__nav-item2-1 a {
  background: #1C6104;
  padding: 18px 35px;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-1 a {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
  }
}

.header__nav-item2-1 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-1 a:hover {
    background: #fff;
    color: #1C6104;
    padding: 14px 0 18px;
    opacity: 1;
  }
}

.header__nav-item2-1-img {
  width: 24px;
  height: 24px;
  background: url(../../assets/images/icon-consultant-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-1-img {
    width: 25px;
    height: 25px;
    margin: 0 auto 6px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-item2-1 a:hover .header__nav-item2-1-img {
    width: 25px;
    height: 25px;
    background: url(../../assets/images/icon-consultant-green.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.header__nav-item2-2 a {
  background: #EEA414;
  padding: 18px 19px;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-2 a {
    width: 100%;
    background: #fff;
    color: #1C6104;
    padding: 9px 0 21px;
    font-size: 16px;
  }
}

.header__nav-item2-2-img {
  width: 24px;
  height: 24px;
  background: url(../../assets/images/icon-operator-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-2-img {
    width: 25px;
    height: 25px;
    background: url(../../assets/images/icon-operator-green.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto 6px;
  }
}

.header__nav-item2-2 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__nav-item2-2 a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-item2-2 a:hover .header__nav-item2-2-img {
    width: 25px;
    height: 25px;
    background: url(../../assets/images/icon-operator-white.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.header__nav-sns-items {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__nav-sns-items {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 25px;
  }
}

.header__nav-sns-item a {
  width: 35px;
  height: 35px;
}

/*ハンバーガーメニュー*/
.header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    background: #2d2d2d;
    transition: 0.2s;
  }
}

/*ボタン内側*/
.header__hamburger span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
  width: 21px;
  height: 1.5px;
  background: #fff;
}

.header__hamburger span:before {
  content: "";
  width: 26px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-animation: menu-barTop 0.6s forwards;
  animation: menu-barTop 0.6s forwards;
  -webkit-transition: 0.4s;
}

.header__hamburger span:after {
  content: "";
  width: 19px;
  height: 1.5px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-animation: menu-barTop 0.6s forwards;
  animation: menu-barTop 0.6s forwards;
  -webkit-transition: 0.4s;
}

/*openクラスが付与されると線が回転して×になる*/
.header.open .header__hamburger span::before {
  transform: rotate(-45deg);
  transition: 0.4s;
  top: -2px;
  width: 26px;
}

.header.open .header__hamburger span::after {
  transform: rotate(45deg);
  transition: 0.4s;
  top: -2px;
  width: 26px;
}

.header.open .header__hamburger span {
  height: 0;
}

.text-fv-title {
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 15px #0C401F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .text-fv-title {
    font-size: 35px;
    line-height: 150%;
  }
}

.text-fv-title-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .text-fv-title-sub {
    font-size: 14px;
    line-height: 150%;
  }
}

.text-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .text-title {
    font-size: 14px;
  }
}

.text-title-sub {
  font-size: 180px;
  font-family: "Noto Serif JP", serif;
  font-weight: 180;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: #EEEEEE;
}
@media screen and (max-width: 767px) {
  .text-title-sub {
    font-size: 33px;
  }
}

.text-large {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 18px;
    line-height: 150%;
  }
}

.text-large .text-green {
  color: #1A8B44;
}

.text {
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
    line-height: 150%;
  }
}

.fv {
  padding-left: 190px;
  margin-top: 80px;
  width: 100%;
  height: 820px;
  position: relative;
}
@media screen and (max-width: 1810px) {
  .fv {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    margin-top: 50px;
    height: 500px;
  }
}

.fv::before {
  content: "";
  display: inline-block;
  width: 770px;
  height: 1460px;
  background: url(../../assets/images/img-bg-fv-green.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -80px;
}
@media screen and (max-width: 1810px) {
  .fv::before {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 155px;
    height: 716px;
  }
}

.fv::after {
  content: "";
  display: inline-block;
  width: 1500px;
  height: 800px;
  background: url(../../assets/images/img-bg-fv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 420px;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 1810px) {
  .fv::after {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .fv::after {
    top: -50px;
    left: 53px;
    height: 246px;
    background: url(../../assets/images/img-bg-fv-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.fv__body {
  position: absolute;
  bottom: 70px;
  left: 0;
  padding-left: 190px;
  z-index: 1;
}
@media screen and (max-width: 1810px) {
  .fv__body {
    padding-left: 90px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .fv__body {
    padding-left: 20px;
  }
}

.fv__img {
  position: absolute;
  left: 230px;
  width: calc(100% - 230px);
  height: 820px;
  overflow: hidden;
}
@media screen and (max-width: 1810px) {
  .fv__img {
    left: 240px;
    width: calc(100% - 240px);
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .fv__img {
    left: 53px;
    width: calc(100% - 53px);
    height: 500px;
  }
}

.fv__img img {
  height: 820px;
}
@media screen and (max-width: 1810px) {
  .fv__img img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .fv__img img {
    height: 500px;
  }
}

.fv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 4px 15px #0C401F;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 35px;
  }
}

.fv__text {
  margin-top: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid #0C401F;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1em;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .button-more {
    width: 145px;
    font-size: 14px;
    line-height: 150%;
  }
}

.button-more::after {
  content: "";
  background: url(../../assets/images/icon-arrow-button-black.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .button-more::after {
    width: 23px;
    height: 23px;
    right: 9px;
  }
}

.button-more2 {
  display: block;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  width: 130px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
  border-bottom: 1px solid #1A8B44;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .button-more2 {
    width: 116px;
    font-size: 14px;
  }
}

.button-more2:hover {
  color: #1A8B44;
}

.button-more2::before {
  content: "";
  display: inline-block;
  background: url(../../assets/images/icon-vector-green.svg) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-right: 16px;
  margin-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .button-more::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #0C401F;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(-50%);
    transition: 0.3s;
    z-index: -1;
  }
  .button-more:hover::before {
    left: 50%;
  }
  .button-more:hover {
    color: #fff;
  }
  .button-more:hover::after {
    content: "";
    background: url(../../assets/images/icon-arrow-button-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.about {
  padding: 70px 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}

.about__inner {
  display: flex;
  gap: 80px;
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__inner {
    max-width: 100%;
    flex-flow: column;
    gap: 30px;
    padding: 0 15px;
  }
}

.about__img {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 50%;
  }
}

.about__body {
  position: relative;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .about__body {
    position: unset;
    width: 100%;
  }
}

.about__title-wrap {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .about__title-wrap {
    padding-top: 90px;
    position: absolute;
    top: 90px;
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 1810px) {
  .about__title-wrap {
    padding-top: 130px;
  }
}

.about__title-sub {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw) 0 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .about__title-sub {
    width: 100vw;
    top: 50%;
  }
}

@media screen and (max-width: 1810px) {
  .about__title-sub.text-title-sub {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .about__title-sub.text-title-sub {
    font-size: 33px;
  }
}
@media screen and (max-width: 399px) {
  .about__title-sub.text-title-sub {
    font-size: 27px;
  }
}

.about__text-large {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about__text-large {
    margin-top: 0px;
  }
}

.about__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about__text {
    margin-top: 20px;
  }
}

.about__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .about__button {
    margin-top: 30px;
  }
}

.about__button.button {
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .about__button.button {
    justify-content: center;
  }
}

.achievement {
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievement {
    padding: 0 0 50px;
  }
}

.achievement::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 205px);
  background: #FAFAFA;
  position: absolute;
  top: 205px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .achievement::before {
    height: calc(100% - 37px);
    top: 37px;
  }
}

.achievement__inner {
  position: relative;
  max-width: 1370px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .achievement__inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

.achievement__title-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .achievement__title-sub {
    text-align: center;
  }
}

.achievement__title {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.achievement__title-sub.text-title-sub {
  text-align: center;
}
@media screen and (max-width: 1810px) {
  .achievement__title-sub.text-title-sub {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .achievement__title-sub.text-title-sub {
    font-size: 50px;
  }
}
@media screen and (max-width: 374px) {
  .achievement__title-sub.text-title-sub {
    font-size: 45px;
  }
}

.achievement__title.text-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .achievement__title.text-title {
    font-size: 24px;
  }
}

.achievement__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .achievement__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .achievement__items a {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .achievement__item-img {
    width: 128px;
  }
}

.achievement__item-body {
  margin-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .achievement__item-body {
    flex: 1;
    padding: 0;
    margin-top: 0;
  }
}

.achievement__item-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 200%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievement__item-title {
    font-size: 16px;
  }
}

.achievement__item-title::before {
  content: "";
  display: inline-block;
  height: 32px;
  border-left: 1px solid #1A8B44;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .achievement__item-title::before {
    height: 23px;
    left: -5px;
  }
}

.achievement__item-text {
  margin-top: 5px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .achievement__item-text {
    font-size: 14px;
    line-height: 150%;
  }
}

.achievement__item {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .achievement__item {
    box-shadow: unset;
  }
}

.achievement__button {
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .achievement__button {
    margin-top: 35px;
  }
}

.service {
  padding-top: 140px;
  padding-bottom: 131px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 0 0 50px;
  }
}

.service__inner {
  position: relative;
  max-width: 1270px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service__inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

.service__inner::before {
  content: "";
  display: inline-block;
  background: url(../../assets/images/img-bg-service.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100vw - 345px);
  height: 532px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1810px) {
  .service__inner::before {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner::before {
    background: url(../../assets/images/img-bg-service-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 192px;
  }
}

.service__title-sub {
  text-align: center;
  display: inline-block;
}

.service__title-sub.text-title-sub {
  color: rgb(33, 33, 33);
}
@media screen and (max-width: 1810px) {
  .service__title-sub.text-title-sub {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service__title-sub.text-title-sub {
    font-size: 50px;
    width: 100%;
    text-align: center;
  }
}

.service__slider {
  display: flex;
  align-items: flex-start;
  gap: 110px;
  margin: 42px calc(50% - 50vw) 0 0;
}
@media screen and (max-width: 767px) {
  .service__slider {
    margin: 0;
    display: block;
  }
}

.service__slider .slider {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service__slider .slider {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.service__slider .slider li {
  width: 396px;
  border-top: 5px solid #1A8B44;
}
@media screen and (max-width: 1810px) {
  .service__slider .slider li {
    width: 320px;
  }
}

.service__slider .slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: 366px;
}
@media screen and (max-width: 1810px) {
  .service__slider .slider img {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .service__slider .slider img {
    height: 334px;
  }
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.service__slider .slider .slick-slide {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .service__slider .slider .slick-slide {
    margin: 0 20px;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.service__slider .slick-prev,
.service__slider .slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 142px;
  left: -20%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  background: url(../../assets/images/icon-arrow-white.svg) no-repeat;
  background-position: center;
  background-size: cover;
  /*矢印の色*/
  height: 50px;
  width: 50px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service__slider .slick-prev,
  .service__slider .slick-next {
    width: 23px;
    height: 23px;
    background: url(../../assets/images/icon-arrow-black.svg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.service__slider .slick-prev {
  left: -235px;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .service__slider .slick-prev {
    left: 8px;
  }
}

.service__slider .slick-next {
  left: -173px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .service__slider .slick-next {
    right: 8px;
    left: unset;
  }
}

.service__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 32px;
  white-space: nowrap;
  line-height: 100%;
  padding-top: 59px;
  width: 138px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 0;
    margin-top: -19px;
  }
}

.service__title::before {
  content: "";
  display: inline-block;
  width: 43px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .service__title::before {
    width: 52px;
    bottom: -10px;
  }
}

.service__slider-body {
  margin-top: 20px;
}
.service .slider h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service .slider h3 {
    margin-top: 15px;
  }
}

.service__slider-title-en {
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1810px) {
  .service__slider-title-en {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .service__slider-title-en {
    font-size: 24px;
  }
}

.service__slider-title-ja {
  color: #1A8B44;
  font-size: 14px;
  line-height: 150%;
  margin-top: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .service__slider-title-ja {
    margin-top: 10px;
    font-size: 18px;
  }
}

.service__slider-text {
  margin-top: 16px;
  height: 130px;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .service__slider-text {
    font-size: 14px;
    min-height: 80px;
    height: auto;
    margin-top: 15px;
    text-align: center;
  }
}

.service__slider-button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .service__slider-button {
    justify-content: center;
  }
}

.feature {
  padding-top: 235px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 55px 0 50px;
  }
}

.feature::before {
  content: "";
  display: inline-block;
  background: url(../../assets/images/img-bg-feature.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100vw - 636px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature::before {
    width: calc(100vw - 141px);
    height: calc(100% - 103px);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

.feature__inner {
  max-width: 1330px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

.feature__title-wrap {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title-wrap {
    position: unset;
  }
}

.feature__title-sub {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% + 280px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature__title-sub {
    top: 0;
    left: 140px;
    transform: unset;
  }
}
@media screen and (max-width: 399px) {
  .feature__title-sub {
    left: 120px;
  }
}

.feature__title-sub.text-title-sub {
  font-size: 250px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .feature__title-sub.text-title-sub {
    font-size: 50px;
  }
}
@media screen and (max-width: 1810px) {
  .feature__title-sub.text-title-sub {
    font-size: 200px;
  }
}

.feature__title.text-title {
  color: #333;
  font-size: 32px;
  line-height: 100.5%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title.text-title {
    font-size: 24px;
    line-height: 100%;
  }
}

.feature__title.text-title::before {
  content: "";
  display: inline-block;
  width: 43px;
  border-top: 1px solid #1A8B44;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .feature__title.text-title::before {
    width: 40px;
    bottom: -10px;
  }
}

.feature__items {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 170px;
}
@media screen and (max-width: 767px) {
  .feature__items {
    margin-top: 70px;
    gap: 70px;
  }
}

.feature__item {
  display: flex;
  gap: 63px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature__item {
    flex-flow: column;
    gap: 29px;
  }
}

.feature__item-img {
  width: 640px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature__item-img {
    width: 313px;
  }
}

.feature__item:nth-child(1) .feature__item-img::before {
  content: "";
  display: inline-block;
  width: 640px;
  height: 430px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  background: url(../../assets/images/img-bg-feature-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-child(1) .feature__item-img::before {
    width: 313px;
    height: 185px;
  }
}

.feature__item:nth-child(2) .feature__item-img::before {
  content: "";
  display: inline-block;
  width: 640px;
  height: 430px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  background: url(../../assets/images/img-bg-feature-2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-child(2) .feature__item-img::before {
    width: 313px;
    height: 185px;
  }
}

.feature__item:nth-child(3) .feature__item-img::before {
  content: "";
  display: inline-block;
  width: 640px;
  height: 430px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  background: url(../../assets/images/img-bg-feature-3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-child(3) .feature__item-img::before {
    width: 313px;
    height: 185px;
  }
}

.feature__item::before {
  content: "";
  display: inline-block;
  width: 220px;
  height: 260px;
  background: url(../../assets/images/img-feature-bg_green.jpg) no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -106px;
  left: -119px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature__item::before {
    width: 84px;
    height: 100px;
    top: -30px;
    left: 0;
  }
}

.feature__item-body {
  width: 485px;
  padding-top: 182px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature__item-body {
    width: 100%;
    padding-top: 0;
    padding-left: 30px;
  }
}

.feature__item-title-number {
  font-family: "Noto Serif JP", serif;
  color: #EEEEEE;
  font-size: 137px;
  line-height: 100%;
  font-weight: 300;
  position: absolute;
  top: 96px;
  left: -37px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature__item-title-number {
    font-size: 60px;
    top: -44px;
    left: 5px;
  }
}

.feature__item-title {
  color: #1A8B44;
  font-size: 35px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-left: 2px solid #0C401F;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .feature__item-title {
    font-size: 18px;
    line-height: 150%;
  }
}

.feature__item-text {
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .feature__item-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
  }
}

.feature__item:nth-of-type(2) {
  flex-flow: row-reverse;
  padding-left: 138px;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-of-type(2) {
    flex-flow: column;
    padding-left: 0;
  }
}

.feature__item:nth-of-type(2)::before {
  left: unset;
  right: -119px;
}
@media screen and (max-width: 767px) {
  .feature__item:nth-of-type(2)::before {
    top: -30px;
    right: 0;
  }
}

.feature__item-button {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .feature__item-button {
    margin-top: 10px;
  }
}

.feature__item-button.button {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .feature__item-button.button {
    font-size: 14px;
  }
}

.message {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 55px 0 50px;
  }
}

.message::before {
  content: "";
  display: inline-block;
  background: url(../../assets/images/img-bg-message.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100vw - 320px);
  height: 572px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1810px) {
  .message::before {
    width: calc(100vw - 130px);
  }
}
@media screen and (max-width: 767px) {
  .message::before {
    width: 303px;
    height: 449px;
    right: unset;
    left: 20px;
    background: url(../../assets/images/img-bg-messeage-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.message__inner {
  max-width: 1330px;
  padding-left: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message__inner {
    max-width: 100%;
    padding-left: 53px;
    display: block;
  }
}

.message__body {
  width: 477px;
}
@media screen and (max-width: 767px) {
  .message__body {
    width: 238px;
  }
}

.message__title-wrap {
  position: relative;
}

.message__title.text-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__title.text-title {
    font-size: 20px;
    top: -55px;
    left: 38px;
  }
}

.message__title-sub.text-title-sub {
  color: #16741F;
  font-size: 151px;
  font-weight: 300;
  position: absolute;
  top: -20px;
  left: 490px;
}
@media screen and (max-width: 767px) {
  .message__title-sub.text-title-sub {
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .message__title-sub.text-title-sub {
    top: -5px;
    left: 38px;
    font-size: 50px;
  }
}

.message__text.text {
  margin-top: 38px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .message__text.text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 150%;
  }
}

.message__img {
  margin-top: 72px;
  width: 643px;
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 238px;
    margin: 30px 20px 0 auto;
  }
}

.news {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 50px;
  }
}

.news__inner {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    max-width: 100%;
    padding: 0 15px;
    flex-direction: column;
    gap: 22px;
  }
}

@media screen and (max-width: 767px) {
  .news__title-wrap {
    text-align: center;
  }
}

.news__title-sub.text-title-sub {
  font-size: 150px;
}
@media screen and (max-width: 1810px) {
  .news__title-sub.text-title-sub {
    font-size: 120px;
  }
}
@media screen and (max-width: 767px) {
  .news__title-sub.text-title-sub {
    font-size: 50px;
    line-height: 100%;
  }
}

.news__title {
  margin-top: 10px;
}

.news__title.text-title {
  line-height: 200%;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .news__title.text-title {
    font-size: 24px;
    line-height: 100%;
    margin-top: -20px;
  }
}

.news__item {
  border-bottom: 1px solid #D9D9D9;
}

.news__items {
  padding: 0 32px;
}

.news__item.u-pc-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .news__item.u-pc-none {
    display: none;
  }
}

.news__item a {
  display: flex;
  gap: 80px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .news__item a {
    flex-direction: column;
    gap: 5px;
  }
}

.news__item-date {
  width: 83px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #84BA98;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.1em;
  padding-top: 1px;
}

.news__item-headline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: 1;
  overflow: hidden;
  width: 100%;
}

.news__item a:hover .news__item-headline {
  text-decoration: underline;
}

.news__button {
  margin-top: 30px;
}

.news__button.button {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .news__button.button {
    justify-content: center;
    font-size: 14px;
  }
}

.contact {
  padding-top: 140px;
  padding-bottom: 140px;
  background: url(../../assets/images/img-bg-contact.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0 70px;
    background: url(../../assets/images/img-bg-contact-sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.contact__inner {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    max-width: 100%;
    padding: 0 42px;
  }
}

.contact__title {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 24px;
  }
}

.contact__title::before {
  content: "";
  display: inline-block;
  width: 43px;
  border-top: 1px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .contact__title::before {
    bottom: -10px;
    width: 40px;
  }
}

.contact__text {
  margin-top: 50px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 14px;
    margin-top: 30px;
    line-height: 150%;
    text-align: left;
  }
}

.contact__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__items {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.contact__item a {
  border: 1px solid #fff;
  transition: 0.3s;
  width: 100%;
}

.contact__item-links1 {
  padding: 43px 10px;
}
@media screen and (max-width: 767px) {
  .contact__item-links1 {
    padding: 19px 5px;
  }
}

.contact__item-links2 {
  padding: 59px 10px;
}
@media screen and (max-width: 767px) {
  .contact__item-links2 {
    padding: 28px 10px;
  }
}

.contact__item a .contact__item-img {
  width: 74px;
  height: 74px;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__item a .contact__item-img {
    width: 20px;
    height: 20px;
  }
}

.contact__item-links1 {
  background: #fff;
  transition: 0.3s;
}

.contact__item-links1 .contact__item-img {
  background: url(../../assets/images/icon-operator-green.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.contact__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.1em;
  margin-top: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__item-title {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .contact__item-text.text {
    font-size: 12px;
  }
}

.contact__item-links1 .contact__item-title,
.contact__item-links1 .contact__item-text {
  color: #0C401F;
}

.contact__item-links2 .contact__item-img {
  background: url(../../assets/images/icon-consultant-white.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.contact__item-links2:hover .contact__item-title,
.contact__item-links2:hover .contact__item-text {
  color: #0C401F;
}
@media screen and (max-width: 767px) {
  .contact__item-links2:hover .contact__item-title,
  .contact__item-links2:hover .contact__item-text {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .contact__item-links1:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
  }
  .contact__item-links1:hover .contact__item-img {
    background: url(../../assets/images/icon-operator-white.svg) no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .contact__item-links1:hover .contact__item-title,
  .contact__item-links1:hover .contact__item-text {
    color: #fff;
  }
  .contact__item-links2:hover {
    background: #fff;
    opacity: 1;
  }
  .contact__item-links2:hover .contact__item-img {
    background: url(../../assets/images/icon-consultant-green.svg) no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.footer {
  overflow: hidden;
  background: #2B2B2B;
  padding-top: 100px;
  padding-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1810px) {
  .footer {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 30px;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1810px) {
  .footer__inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 35px;
    justify-content: unset;
    flex-direction: column;
  }
}

.footer__logo {
  width: 163px;
}
@media screen and (max-width: 1810px) {
  .footer__logo {
    width: 149px;
  }
}

.footer__table {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .footer__table {
    margin-top: 22px;
  }
}

.footer__table tr {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__table tr {
    gap: 30px;
  }
}

.footer__table th {
  width: 74px;
  text-align: left;
}

.footer__table th,
.footer__table td {
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1810px) {
  .footer__table th,
  .footer__table td {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
}

.footer__nav {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 36px;
}

.footer__nav-item {
  height: inherit;
}

.footer__nav-item-links {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.1em;
  height: inherit;
}

.footer__sns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 20px;
  }
}

.footer__sns-items {
  height: inherit;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__sns-items {
    gap: 25px;
  }
}

.footer__sns-item {
  height: inherit;
}

.footer__sns-item a {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .footer__sns-item a {
    width: 35px;
    height: 35px;
  }
}

.footer__body {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 1810px) {
  .footer__body {
    margin-top: 40px;
  }
}

.footer__copyright {
  font-family: "Robot", sans-serif;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}

#footer__page-top {
  position: fixed;
  right: 35px;
  bottom: 40px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 767px) {
  #footer__page-top {
    bottom: 40px;
    right: 10px;
  }
}

#footer__page-top .footer__page-top-links {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1810px) {
  #footer__page-top .footer__page-top-links {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #footer__page-top .footer__page-top-links {
    width: 45px;
    height: 45px;
  }
}

#footer__page-top .footer__page-top-links:hover {
  opacity: 0.7;
}

/*　上に上がる動き　*/
.footer__page-top-links.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
.footer__page-top-links.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.u-pc-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-show {
    display: none;
  }
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}
