@charset "UTF-8";
html {
  font-size: 0.661376vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1513px) {
  html {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.1111111vw !important;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 2.325581vw !important;
  }
}

body {
  color: #333333;
  font-family: var(--jp-primary-font);
  font-weight: 700;
  line-height: 1;
  position: relative;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

:root {
  --jp-primary-font: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --jp-secondary-font: "Noto Sans JP", sans-serif;
  --jp-tertiary-font: ;
  --jp-quaternary-font: ;
  --en-primary-font: "Alata", sans-serif;
  --en-secondary-font: "din-2014", sans-serif;
  --en-tertiary-font: ;
  --en-quaternary-font: "";
  --primary-color: ;
  --secondary-color: ;
  --tertiary-color: ;
  --quaternary-color: ;
  --quinary-color: ;
  --senary-color: ;
  --septenary-color: ;
  --octonary-color: ;
  --nonary-color: ;
  --denary-color: ;
  --undenary-color: ;
  --duodecuple-color: ;
  --tridecuple-color: ;
  --quatuordecuple-color: ;
  --quindecuple-color: ;
  --sedecuple-color: ;
  --bg-color: ;
  --border-color: ;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

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

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

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: max(8.7rem, 76px);
  background-color: #fff;
  padding: 20px 5vw 15px;
}
@media screen and (max-width: 900px) {
  .header {
    height: 60px;
    padding: 8px 2rem 8px;
  }
}

.header-inner > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 16.6rem;
}
@media screen and (max-width: 900px) {
  .header-logo {
    width: 150px;
  }
}

.header-tel > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-right: 3rem;
}

.header-right-wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-tel-ttl {
  font-weight: 700;
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.03em;
  color: #222222;
}

.header-tel-link > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.header-tel-link img {
  width: 20px !important;
}
.header-tel-link a {
  font-weight: 700;
  font-size: max(2.8rem, 20px);
  letter-spacing: 0.03em;
  color: #7eb2ed;
}

.header-tel-txt {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #222222;
}

.header-box {
  margin-right: 6.5rem;
  color: #fff;
}
.header-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 1rem;
}

.header-line {
  border-radius: 5px;
  background-color: #5d9825;
}
.header-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 6px 1.7rem 6px 2rem;
}
.header-line a img {
  width: 26px !important;
}

.header-line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.03em;
  font-weight: 700;
}

.header-line-box__txt {
  font-size: max(1.9rem, 15px);
}
@media screen and (max-width: 430px) {
  .header-line-box__txt {
    font-size: 18px;
  }
}

.header-inquiry {
  border-radius: 5px;
  background-color: #e56f66;
}
.header-inquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 6px 1.7rem 6px 2rem;
}
.header-inquiry a img {
  width: 32px !important;
}

.header-inquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-size: max(1.2rem, 10px);
  letter-spacing: 0.03em;
  font-weight: 700;
}

.header-inquiry-box__txt {
  font-size: max(1.9rem, 15px);
}
@media screen and (max-width: 430px) {
  .header-inquiry-box__txt {
    font-size: 18px;
  }
}

.header-btn {
  width: max(3.6rem, 27px);
  cursor: pointer;
}

.sp-nav-wrap {
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
  height: 100vh;
  -webkit-transition: 900ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 900ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap {
    width: 100%;
  }
}
.sp-nav-wrap .footer-lists-wrap li {
  white-space: nowrap;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .sp-nav-wrap .footer-lists-wrap li {
    font-size: 13px;
  }
}
.sp-nav-wrap .footer-sns a {
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .sp-nav-wrap .footer-sns a {
    font-size: 12px;
  }
}
.sp-nav-wrap .footer-lists-container--mod {
  margin-top: 30px;
}
.sp-nav-wrap .header-tel > .wp-block-group__inner-container {
  margin-right: 0;
  margin-top: 30px;
}
.sp-nav-wrap .footer-lists-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap .footer-lists-wrap > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
}
.sp-nav-wrap .header-box {
  margin-right: 0;
}
.sp-nav-wrap .header-box > .wp-block-group__inner-container {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 430px) {
  .sp-nav-wrap .header-box > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}

.sp-nav {
  z-index: 100;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 40px 60px;
}
@media screen and (max-width: 900px) {
  .sp-nav {
    padding: 30px 3rem 60px;
  }
}

.menu-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-logo {
  width: 200px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .menu-logo {
    width: 150px;
  }
}
.menu-logo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-sns-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.sp-menu-btn {
  position: fixed;
  top: 25px;
  right: 3.5rem;
  z-index: 10;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-color: var(--secondary-color);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 900px) {
  .sp-menu-btn {
    top: 16px;
    width: 32px;
  }
}

.menu-close {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 10000;
  width: 36px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .menu-close {
    width: 28px;
  }
}
.menu-close img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-menu-btn__line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.is-active .sp-nav-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-active .sp-menu-btn__bg {
  opacity: 0;
}

.is-active .sp-menu-btn__line-1 {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
}

.is-active .sp-menu-btn__line-2 {
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

.is-active .sp-menu__bg {
  opacity: 1;
  visibility: visible;
}

.sp-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: transparent;
  z-index: 0;
}

.footer {
  color: #222222;
  padding-bottom: 70px;
}

.footer-box {
  max-width: 1260px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px) {
  .footer-box {
    max-width: 500px;
  }
}
.footer-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .footer-box > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-logo {
  width: 16rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  .footer-logo {
    width: 150px;
  }
}
.footer-logo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.footer-address {
  font-weight: 500;
  font-size: max(1.4rem, 10px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}
@media screen and (max-width: 900px) {
  .footer-address {
    font-size: 14px;
  }
}

.footer-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 700;
  font-size: max(1.3rem, 10px);
  letter-spacing: 0.08em;
  color: #5d9825;
}
.footer-sns a img {
  width: 24px !important;
}

.footer-sns--line {
  margin-bottom: 14px;
}

.footer-lists-outer > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 900px) {
  .footer-lists-outer > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 900px) {
  .footer-lists-container--mod {
    width: 100%;
  }
}

.footer-list-ttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #13a511;
  margin-bottom: 16px;
}

.footer-lists-wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 430px) {
  .footer-lists-wrap > .wp-block-group__inner-container {
    gap: 2rem !important;
  }
}
.footer-lists-wrap ul li {
  font-weight: 500;
  font-size: max(1.5rem, 10px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
}
@media screen and (max-width: 900px) {
  .footer-lists-wrap ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .footer-lists-wrap ul li {
    font-size: max(1.3rem, 10px);
    letter-spacing: 0;
  }
}
.footer-lists-wrap ul li a {
  width: 100%;
  height: 100%;
}

.footer-lists-container--mod .footer-lists-wrap > .wp-block-group__inner-container {
  gap: 5rem;
}

.footer-copy {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer-copy {
    font-size: 12px;
  }
}

.l-heading > .wp-block-group__inner-container {
  position: relative;
  margin-top: max(8.7rem, 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .l-heading > .wp-block-group__inner-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  .l-heading > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-heading-box {
  padding: 6.8vw 8.6vw 20px 7.9vw;
  background-color: #74a92d;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .l-heading-box {
    padding: 8rem 10rem 20px 5rem;
  }
}
@media screen and (max-width: 430px) {
  .l-heading-box {
    padding: 3rem 2rem 10px 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 0;
    top: -20px;
  }
}
.l-heading-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.l-heading-box__en {
  font-weight: 700;
  font-size: 2.9vw;
  letter-spacing: 0.05em;
  line-height: 1.2;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 3rem 10px 2rem;
  background-color: #fff;
  color: #74a92d;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-heading-box__en {
    font-size: 3rem;
    padding: 6px 2rem 6px 1.5rem;
  }
}

.l-heading-box__jp {
  font-weight: 700;
  font-size: 1.3vw;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .l-heading-box__jp {
    white-space: normal;
    font-size: 1.4rem;
    text-align: left !important;
  }
}

.l-heading__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: auto;
  aspect-ratio: 881/395;
}
.l-heading__img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
  margin-top: 8rem;
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    margin-top: 30px;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.09em;
  color: #fff;
  line-height: 1.1;
}
@media screen and (max-width: 900px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 10px;
  }
}

.btn {
  background-color: #5D9825;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .btn {
    width: 100% !important;
  }
}
.btn a {
  padding: 23px 0 20px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
}
.btn img {
  width: 17px !important;
  position: absolute;
  right: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cv-outer--mod {
  margin-bottom: 120px;
}

.c-cv {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding: 25px 30px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  border-radius: 6px;
  background-color: var(--primary-color);
}
@media screen and (max-width: 900px) {
  .c-cv {
    padding: 18px 20px 18px 18px;
  }
}
.c-cv svg {
  width: 24px;
}
@media screen and (max-width: 900px) {
  .c-cv svg {
    width: 16px;
  }
}

.c-cv__txt {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .c-cv__txt {
    font-size: 16px;
  }
}

.c-cv-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 252px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  .c-cv-img {
    width: 212px;
    visibility: visible;
    opacity: 1;
  }
}

.c-cv-img__txt {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #1B543B;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .c-cv-img__txt {
    font-size: 14px;
    top: 43%;
  }
}

@media (hover: hover) {
  .c-cv:hover .c-cv-img {
    visibility: visible;
    opacity: 1;
  }
}
.fv {
  margin-top: max(8.7rem, 76px);
  position: relative;
  height: calc(100svh - max(8.7rem, 76px));
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 900px) {
  .fv {
    margin-top: 60px;
    height: calc(100svh - 60px);
  }
}

.fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-wrap {
  position: absolute;
  left: 3.6vw;
  bottom: 34px;
}

.fv-ttl-box-1 {
  background-color: #74a92d;
  color: #fff;
  padding: 10px 15px;
  font-size: 1.53vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-1 {
    padding: 5px 15px;
    font-size: 16px;
  }
}

.fv-ttl-box-2 {
  background-color: #fff;
  padding: 18px 2.8rem;
  color: #74a92d;
  display: block;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-2 {
    padding: 8px 2rem;
  }
}

.fv-ttl-box-txt-1 {
  font-size: 3.1vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-txt-1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 430px) {
  .fv-ttl-box-txt-1 {
    font-size: 2.8rem;
  }
}

.fv-ttl-box-txt-1--mod {
  color: #333333;
}

.fv-ttl-box-txt-2 {
  font-size: 2.4vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-txt-2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 430px) {
  .fv-ttl-box-txt-2 {
    font-size: 2.2rem;
  }
}

.fv-ttl-box-txt-4 {
  font-size: 4.6vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-txt-4 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 430px) {
  .fv-ttl-box-txt-4 {
    font-size: 3.2rem;
  }
}

.fv-ttl-box-3 {
  background-color: #fff;
  padding: 15px 2.8rem;
  color: #74a92d;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .fv-ttl-box-3 {
    padding: 8px 2rem;
  }
}

.fv-lists > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
}
@media screen and (max-width: 900px) {
  .fv-lists > .wp-block-group__inner-container {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .fv-lists > .wp-block-group__inner-container {
    gap: 1.2rem;
  }
}

.fv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.9vw;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 50%;
  border: 1.5px solid #5d9825;
  background-color: #fff;
  width: 13.6vw;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .fv-list {
    font-size: 1.8rem;
    width: 16rem;
  }
}
@media screen and (max-width: 900px) {
  .fv-list {
    font-size: 1.5rem;
    width: 11rem;
  }
}

.fv-list--mod {
  color: #5d9825;
}

.top-plan-wrap {
  overflow: hidden;
}
.top-plan-wrap .slider-button-prev,
.top-plan-wrap .slider-button-next {
  position: static;
  z-index: 1;
  width: inherit;
  height: inherit;
  margin-top: 0;
}
.top-plan-wrap .slider-button-prev img,
.top-plan-wrap .slider-button-next img {
  width: 54px !important;
  aspect-ratio: 1;
}
.top-plan-wrap .slider-button-prev::after,
.top-plan-wrap .slider-button-next::after {
  display: none;
}
.top-plan-wrap .slider-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.plan-btns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px 120px 0 auto;
}
@media screen and (max-width: 900px) {
  .plan-btns {
    margin-right: 2rem;
  }
}
.plan-btns > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.top-plan {
  padding-top: 100px;
  padding-left: 5vw;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-plan {
    padding-left: 2rem;
  }
}
.top-plan .sub-ttl {
  margin-bottom: 30px;
  font-size: max(1.8rem, 14px);
}
.top-plan .btn {
  width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .top-plan .btn {
    width: 200px !important;
  }
}
.top-plan .btn a {
  font-size: max(1.6rem, 13px);
  padding: 13px 0;
}
.top-plan .btn a img {
  width: 1.7rem !important;
}
.top-plan .slider {
  width: 116%;
  margin-right: -16%;
}
@media screen and (max-width: 900px) {
  .top-plan .slider {
    width: 150%;
    margin-right: -50%;
  }
}

.top-plan-item figure {
  aspect-ratio: 373/280;
  margin-bottom: 18px;
}
.top-plan-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work-txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.9;
}
@media screen and (max-width: 900px) {
  .work-txt {
    font-size: 14px;
  }
}

.btn-l {
  width: 400px;
}

.top-works {
  padding-top: 110px;
}
.top-works .ttl {
  margin-bottom: 50px;
}
.top-works .btn {
  margin: 70px auto 0;
}

.top-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .top-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-works__item {
  width: 31%;
}
.top-works__item a {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .top-works__item {
    width: 100%;
  }
}

.card-img {
  width: 100%;
  aspect-ratio: 373/280;
  margin-bottom: 12px;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.card-ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.09em;
}

@media (hover: hover) {
  .top-works__item:hover .card-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.card-category {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 3px 5px;
  background-color: #5d9825;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}

.top-strength {
  padding-top: 140px;
}
.top-strength .is-layout-flex {
  gap: 13.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .top-strength .is-layout-flex {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-strength .ttl {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 900px) {
  .top-strength .ttl {
    position: static;
  }
}

.top-strength-wrap {
  margin-top: 20px;
}

.top-strength-num {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.top-strength-ttl {
  color: #5d9825;
  font-weight: 700;
  font-size: max(2.4rem, 20px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.top-strength-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.top-strength-box {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}

.top-strength-box:not(:last-child) {
  margin-bottom: 70px;
}

.top-flow .is-layout-flex {
  gap: 10rem;
}
.top-flow .top-strength-box {
  border-bottom: none;
}
.top-flow .top-strength-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .top-flow .top-strength-box > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.top-flow .top-strength-box:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 0;
}
.top-flow .top-strength-box__img {
  width: 50%;
  aspect-ratio: 488/331;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top-flow .top-strength-box__img {
    width: 100%;
  }
}
.top-flow .top-strength-box__img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-flow .top-strength-box-content {
  width: 46%;
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .top-flow .top-strength-box-content {
    width: 100%;
  }
}

.top-column {
  padding-top: 70px;
  padding-bottom: 120px;
}
.top-column .btn {
  width: 400px;
  margin-left: auto;
}

.column-box {
  margin-top: 70px;
  margin-bottom: 60px;
}
.column-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .column-box > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.category-links {
  width: 230px;
}
@media screen and (max-width: 900px) {
  .category-links {
    width: 100%;
  }
}
.category-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .category-links ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.category-links li a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: 12px 0;
  border: 1px solid #74a92d;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #74a92d;
}
@media screen and (max-width: 900px) {
  .category-links li a {
    padding: 10px 20px;
  }
}
.category-links li:first-child a {
  background-color: #74a92d;
  color: #fff;
}

.latest-posts {
  width: calc(100% - 230px - 7rem);
}
@media screen and (max-width: 900px) {
  .latest-posts {
    width: 100%;
  }
}
.latest-posts li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7rem;
  font-weight: 500;
  font-size: max(1.4rem, 10px);
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #4b4a48;
  padding: 25px;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 900px) {
  .latest-posts li a {
    padding: 20px 1rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 430px) {
  .latest-posts li a {
    gap: 2rem;
  }
}
.latest-posts li .post-date {
  display: block;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .latest-posts li .post-date {
    width: 90px;
  }
}
.latest-posts li .post-title {
  width: calc(100% - 120px - 6rem);
}
@media screen and (max-width: 900px) {
  .latest-posts li .post-title {
    width: calc(100% - 90px - 4rem);
  }
}
@media screen and (max-width: 430px) {
  .latest-posts li .post-title {
    width: calc(100% - 60px - 2rem);
  }
}

.cv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .cv-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cv {
  width: calc(50% - 1.25rem);
  aspect-ratio: 616/185;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .cv {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .cv {
    aspect-ratio: 616/230;
  }
}
.cv span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.cv a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cv--mod {
  position: relative;
}

.cv-circle-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 28px !important;
  z-index: 0;
}
@media screen and (max-width: 430px) {
  .cv-circle-arrow {
    width: 20px !important;
  }
}

.cv-ttl {
  width: 100%;
  padding: 5px 0 2px;
  text-align: center;
  background-color: #4b81be;
  font-weight: 700;
  font-size: max(1.7rem, 13px);
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .cv-ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .cv-ttl {
    font-size: 1.5rem;
  }
}
.cv-ttl img {
  width: 20px !important;
}
@media screen and (max-width: 900px) {
  .cv-ttl img {
    width: 17px !important;
    margin-top: -2px;
  }
}

.cv--red .cv-ttl {
  background-color: #be4b4b !important;
}

.cv--yellow .cv-ttl {
  background-color: #bea94b !important;
}

.cv--green .cv-ttl {
  background-color: #5d9825 !important;
}

.cv-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.cv-txt {
  font-size: max(1.8rem, 13px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .cv-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .cv-txt {
    font-size: 1.6rem;
  }
}

.cv-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 900px) {
  .cv-box {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  .cv-box {
    font-size: 2.8rem;
  }
}
.cv-box img {
  width: 31px !important;
}
@media screen and (max-width: 900px) {
  .cv-box img {
    width: 25px !important;
  }
}

.cv-small-txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cv-container > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}

.top-qa-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  margin-bottom: 180px;
}
@media screen and (max-width: 900px) {
  .top-qa-wrap {
    max-width: 500px;
  }
}

.top-qa-list-question {
  border-bottom: 1px solid #67ac2f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 3rem 12px 3px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.top-qa-list-question > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.3rem;
}

.top-qa-list-question__en {
  width: 44px;
  aspect-ratio: 1;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #67ac2f;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 430px) {
  .top-qa-list-question__en {
    font-size: 15px;
    width: 35px;
  }
}

.top-qa-list-question__jp {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #232323;
  line-height: 2.2;
  margin-top: 5px;
  width: calc(100% - 44px - 2.3rem);
}
@media screen and (max-width: 430px) {
  .top-qa-list-question__jp {
    font-size: 15px;
    width: calc(100% - 35px - 2.3rem);
  }
}

.top-qa-list-question::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #67ac2f;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width: 900px) {
  .top-qa-list-question::after {
    right: 1rem;
    width: 14px;
    height: 14px;
  }
}

.top-qa-list-answer-wrap {
  display: none;
}

.top-qa-list-answer {
  padding: 12px 3rem 12px 3px;
}
@media screen and (max-width: 900px) {
  .top-qa-list-answer {
    padding-right: 55px;
  }
}
.top-qa-list-answer > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.3rem;
}

.top-qa-list-answer__en {
  width: 44px;
  aspect-ratio: 1;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #67ac2f;
  border: 1px solid #67ac2f;
  border-radius: 50%;
}
@media screen and (max-width: 430px) {
  .top-qa-list-answer__en {
    font-size: 15px;
    width: 35px;
  }
}

.top-qa-list-answer__jp {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #232323;
  line-height: 2.2;
  width: calc(100% - 44px - 2.3rem);
}
@media screen and (max-width: 430px) {
  .top-qa-list-answer__jp {
    font-size: 15px;
    width: calc(100% - 35px - 2.3rem);
  }
}

.tab-active .top-qa-list-answer-wrap {
  display: block;
}
.tab-active .top-qa-list-question::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.work-txt--flow {
  margin-top: 80px;
}

.page-id-189 .top-strength {
  padding-top: 30px;
  margin-bottom: 60px;
}
.page-id-189 .cv-outer {
  margin-bottom: 120px;
}

.notfound {
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}
.notfound .btn {
  width: 400px;
  margin: 50px auto 0;
}

.notfound__txt-1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
  line-height: 1.5;
}

.notfound__txt-2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.reform-top-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
}

.reform-top-txt-2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  color: #74a92d;
  margin-bottom: 110px;
}

.reform-slider-container {
  max-width: 1260px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 900px) {
  .reform-slider-container {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 430px) {
  .reform-slider-container {
    margin-bottom: 350px;
  }
}

.reform-slider-wrap {
  position: relative;
  width: 63%;
  z-index: 1;
}
@media screen and (max-width: 430px) {
  .reform-slider-wrap {
    width: 100%;
  }
}
.reform-slider-wrap .reform-button-prev,
.reform-slider-wrap .reform-button-next {
  z-index: 2;
  width: inherit;
  height: inherit;
  margin-top: 0;
  width: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reform-slider-wrap .reform-button-prev img,
.reform-slider-wrap .reform-button-next img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.reform-slider-wrap .reform-button-prev::after,
.reform-slider-wrap .reform-button-next::after {
  display: none;
}
.reform-slider-wrap .reform-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.reform-slider-wrap .reform-button-prev {
  left: 6rem;
}
@media screen and (max-width: 900px) {
  .reform-slider-wrap .reform-button-prev {
    left: 2rem;
  }
}
.reform-slider-wrap .reform-button-next {
  right: 6rem;
}
@media screen and (max-width: 900px) {
  .reform-slider-wrap .reform-button-next {
    right: 2rem;
  }
}
.reform-slider-wrap .swiper-pagination {
  bottom: -24px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 900px) {
  .reform-slider-wrap .swiper-pagination {
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .reform-slider-wrap .swiper-pagination {
    text-align: right;
  }
}
.reform-slider-wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0 8px !important;
}
.reform-slider-wrap .swiper-pagination-bullet-active {
  background-color: #5d9825;
}

.reform-slider {
  overflow: hidden;
  position: relative;
}
.reform-slider .swiper-slide {
  aspect-ratio: 800/448;
}

.reform-slider-box {
  position: absolute;
  z-index: 2;
  bottom: -8rem;
  right: -46rem;
  width: max(54rem, 400px);
  padding: 5rem 3rem 4rem;
  color: #fff;
  background-color: rgba(116, 169, 45, 0.9);
  -webkit-box-shadow: 2.04px 2.04px 10.2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 2.04px 2.04px 10.2px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 900px) {
  .reform-slider-box {
    right: -50%;
    width: 80%;
    bottom: 40px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (max-width: 430px) {
  .reform-slider-box {
    right: 0;
    width: 100%;
    bottom: -60px;
  }
}

.reform-slider-ttl {
  font-weight: 700;
  font-style: Bold;
  font-size: max(2.4rem, 18px);
  line-height: 1.7;
}

.reform-slider-txt {
  font-weight: 500;
  font-size: max(1.6rem, 14px);
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 17px;
}

.reform-breakdown-box {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .reform-breakdown-box {
    max-width: 500px;
    padding-top: 50px;
  }
}

.reform-breakdown-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
  color: #E56F66;
}

.reform-breakdown-box-content {
  padding: 28px 1.6rem 28px;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #4b4a48;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 900px) {
  .reform-breakdown-box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.reform-breakdown-box-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.09em;
  width: 160px;
}
@media screen and (max-width: 900px) {
  .reform-breakdown-box-content h4 {
    width: 100%;
  }
}
.reform-breakdown-box-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.09em;
  width: calc(100% - 160px - 3rem);
}
@media screen and (max-width: 900px) {
  .reform-breakdown-box-content p {
    width: 100%;
  }
}

.qa-list {
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.qa-list .js-according {
  padding: 30px 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px 10px 10px 10px;
}
@media screen and (max-width: 900px) {
  .qa-list .js-according {
    padding: 20px 15px;
  }
}
.qa-list svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.qa-list svg path {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.qa-list:not(:last-child) {
  margin-bottom: 20px;
}

.qa-list__txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .qa-list__txt {
    font-size: 15px;
    line-height: 2;
  }
}

.qa-list-answer {
  display: none;
  padding: 0 3rem 30px 3rem;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--secondary-color) !important;
}
@media screen and (max-width: 900px) {
  .qa-list-answer {
    padding: 0 15px 20px 15px;
  }
}

.reform-after {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 64px;
}

.reform-after-ttl {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 3px 3rem;
  background-color: #fff;
  margin: 0 auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reform-after-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 70px;
  color: #4b4a48;
}

.reform-after-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reform-after-bg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.top-work-slider-wrap {
  position: relative;
  overflow: hidden;
}
.top-work-slider-wrap .swiper-button-prev,
.top-work-slider-wrap .swiper-button-next {
  width: 54px !important;
  aspect-ratio: 1;
  position: static;
  z-index: 1;
  height: inherit;
  margin-top: 0;
  background: url("../img/common/btn-prev.png") no-repeat center center/contain;
}
.top-work-slider-wrap .swiper-button-prev img,
.top-work-slider-wrap .swiper-button-next img {
  width: 54px !important;
  aspect-ratio: 1;
}
.top-work-slider-wrap .swiper-button-prev::after,
.top-work-slider-wrap .swiper-button-next::after {
  display: none;
}
.top-work-slider-wrap .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-work-slider-wrap .swiper-button-prev::after,
.top-work-slider-wrap .swiper-button-next::after {
  display: none;
}
.top-work-slider-wrap .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-work-slider-wrap .plan-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.top-work-slider-wrap .swiper-button-prev-3,
.top-work-slider-wrap .swiper-button-next-3 {
  width: 54px !important;
  aspect-ratio: 1;
  position: static;
  z-index: 1;
  height: inherit;
  margin-top: 0;
  background: url("../img/common/btn-prev.png") no-repeat center center/contain;
}
.top-work-slider-wrap .swiper-button-prev-3 img,
.top-work-slider-wrap .swiper-button-next-3 img {
  width: 54px !important;
  aspect-ratio: 1;
}
.top-work-slider-wrap .swiper-button-prev-3::after,
.top-work-slider-wrap .swiper-button-next-3::after {
  display: none;
}
.top-work-slider-wrap .swiper-button-next-3 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-work-slider-wrap .swiper-button-prev-3::after,
.top-work-slider-wrap .swiper-button-next-3::after {
  display: none;
}
.top-work-slider-wrap .swiper-button-next-3 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-plan-wrap--mod {
  margin-bottom: 120px;
}

.work-txt--qa {
  margin-top: 80px;
  margin-bottom: 50px;
}

.top-qa-wrap--qa {
  margin-top: 120px;
  margin-bottom: 130px;
}

.contact {
  padding-top: 80px;
}

.contact-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
.contact-txt span {
  color: #5d9825;
}

.contact-txt--blue {
  color: #7EB2ED;
}

.contact-cv {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 430px) {
  .contact-cv {
    width: 100%;
  }
}
.contact-cv a {
  width: 100%;
  height: 100%;
}
.contact-cv img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-policy-lists {
  padding: 30px;
  background-color: rgba(238, 238, 238, 0.6);
  height: 230px;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.contact-policy-lists p {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.wpcf7-previous {
  display: block !important;
}

#wpcf7-f26-o1 {
  display: none;
}

.contact {
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .contact {
    padding-bottom: 90px;
  }
}

.contact-border-top {
  border-top: 1px solid #aaaaaa;
}

@media screen and (max-width: 900px) {
  dd.contact-border-top {
    border-top: none;
  }
}

.contact-box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--jp-secondary-font);
}
@media screen and (max-width: 900px) {
  .contact-box {
    max-width: 500px;
  }
}
.contact-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .contact-box dl {
    row-gap: 0;
  }
}
.contact-box dt {
  width: calc(285px + 2.5rem + 4rem);
  padding: 37px 4rem 30px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 900px) {
  .contact-box dt {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.contact-box dt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 900px) {
  .contact-box dt p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact-box dt p span {
  background-color: #e56f66;
  color: #fff;
  padding: 4px 1.6rem;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.contact-box dt label {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact-box dd {
  width: calc(100% - 285px - 2.5rem - 4rem);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: 1px solid #aaaaaa;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .contact-box dd {
    width: 100%;
    padding-top: 0;
  }
}
.contact-box input {
  width: 100%;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact-box input#your-mail {
  font-family: var(--en-tertiary-font);
  font-weight: 500;
}
.contact-box input#your-tel {
  font-family: var(--en-tertiary-font);
  font-weight: 500;
}
.contact-box input {
  background: #eeeeee;
}
.contact-box select {
  background: #eeeeee;
  padding: 1rem 5px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.contact-box select option:first-child {
  color: #888888;
}
.contact-box textarea {
  width: 100%;
  background: #eeeeee;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  resize: none;
}
.contact-box input::-webkit-input-placeholder, .contact-box textarea::-webkit-input-placeholder {
  color: #bbc7c2;
}
.contact-box input::-moz-placeholder, .contact-box textarea::-moz-placeholder {
  color: #bbc7c2;
}
.contact-box input:-ms-input-placeholder, .contact-box textarea:-ms-input-placeholder {
  color: #bbc7c2;
}
.contact-box input::-ms-input-placeholder, .contact-box textarea::-ms-input-placeholder {
  color: #bbc7c2;
}
.contact-box input::placeholder,
.contact-box textarea::placeholder {
  color: #bbc7c2;
}
.contact-box .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  bottom: -28px;
  white-space: nowrap;
}
.contact-box .wpcf7-list-item {
  margin: 0;
  display: block;
}

.contact-any {
  background-color: var(--secondary-color) !important;
}

.contact-check--dt {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-top: 5px;
}

.contact-check--dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .contact-check--dd label {
    gap: 1rem;
  }
}
.contact-check--dd .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.contact-check--dd input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 2px solid #5d9825;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.contact-check--dd input:checked {
  background-color: #5d9825;
}
.contact-check--dd input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-check--dd .wpcf7-not-valid-tip {
  bottom: -18px;
}
.contact-check--dd .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .contact-check--dd .wpcf7-list-item-label {
    font-size: max(1.5rem, 13px);
  }
}

.contact-policy {
  margin-top: 40px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .contact-policy {
    gap: 1rem;
  }
}
.contact-policy .wpcf7-list-item-label {
  display: none;
}
.contact-policy .wpcf7-list-item {
  margin: 0;
}
.contact-policy input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  position: relative;
  background-color: #d9d9d9;
}
.contact-policy input:checked::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 1.5px;
  width: 6px;
  height: 12px;
  border: solid #5d9825;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-policy .wpcf7-not-valid-tip {
  bottom: -15px;
}

.contact-policy__txt p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.contact-policy__txt a {
  display: inline;
}

.contact__confirm-txt {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact__confirm-txt p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 430px) {
  .contact__confirm-txt p {
    font-size: max(1.4rem, 12px);
  }
}

.contact-previous {
  width: 400px !important;
  margin: 50px auto 15px;
  color: #333 !important;
  font-family: var(--secondary-font) !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 20px 0 !important;
  background-color: #eeeeee !important;
}
@media screen and (max-width: 430px) {
  .contact-previous {
    width: 100% !important;
  }
}

.contact-submit-wrap {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .contact-submit-wrap {
    width: 100% !important;
  }
}
.contact-submit-wrap svg {
  width: 8px;
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.contact-submit-wrap svg path {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.contact-submit {
  width: 400px !important;
  padding: 20px 0 !important;
  background-color: #5d9825 !important;
  text-align: center;
  border: none !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}

.wpcf7-submit {
  color: transparent !important;
}

.contact-submit__txt {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  color: #fff !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.thanks-txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
}

.thanks-form p {
  display: none;
}

.btn--thanks {
  margin-bottom: 100px;
}

.achievement-container .cv-outer {
  margin-bottom: 120px;
}
.achievement-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 120px;
}
.achievement-container .page-numbers {
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  border: 1px solid #5d9825;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.achievement-container .current {
  background-color: #5d9825;
  color: #fff;
}
@media screen and (hover: hover) {
  .achievement-container .page-numbers:not(.dots):hover {
    background-color: #5d9825;
    color: #fff;
  }
}

.achievement-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 3rem;
  max-width: 1000px;
  margin: 60px auto 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 900px) {
  .achievement-category {
    gap: 15px 1.5rem;
  }
}
.achievement-category li {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .achievement-category li {
    width: 150px;
  }
}
@media screen and (max-width: 430px) {
  .achievement-category li {
    width: 135px;
    white-space: nowrap;
  }
}
.achievement-category li a {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #5d9825;
  border: 1px solid #5d9825;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .achievement-category li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .achievement-category li a {
    font-size: 10px;
  }
}

@media screen and (hover: hover) {
  .achievement-category li a:hover {
    background-color: #5d9825;
    color: #fff;
  }
}
.achievement-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4rem;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 900px) {
  .achievement-items {
    gap: 30px 2rem;
  }
}
.achievement-items li {
  width: calc(33.3333333333% - 2.6666666667rem);
}
@media screen and (max-width: 900px) {
  .achievement-items li {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 430px) {
  .achievement-items li {
    width: 100%;
  }
}

.achievement-item__img {
  aspect-ratio: 373/280;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
.achievement-item__img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.achievement-item__cat {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #5d9825;
  padding: 5px 5px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
}

.achievement-item__ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #000;
  margin-top: 10px;
}

@media screen and (hover: hover) {
  .achievement-items li a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news-items {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.news-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  padding: 25px 0 20px;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 430px) {
  .news-items a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-item-date-wrap {
  width: 130px;
}
@media screen and (max-width: 430px) {
  .news-item-date-wrap {
    width: 100%;
  }
}

.news-item-date {
  color: #4b4a48;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 430px) {
  .news-item-date {
    font-size: 14px;
  }
}

.news-item-txt-wrap {
  width: calc(100% - 130px - 3rem);
}
@media screen and (max-width: 430px) {
  .news-item-txt-wrap {
    width: 100%;
  }
}

.news-item-ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2;
  color: #4b4a48;
  margin-bottom: 6px;
}

.news-item-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.09em;
}

.achievement-detail {
  padding-top: 80px;
  padding-bottom: 120px;
}
.achievement-detail .btn--achievement {
  width: 480px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 900px) {
  .achievement-detail .btn--achievement {
    width: 400px;
  }
}

.achievement-detail-above {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.custom-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-bottom: 80px;
}

.custom-tags li {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #5d9825;
  padding: 3px;
}

.achievement-detail-content p {
  font-family: var(--jp-secondary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.09em;
  margin-bottom: 50px;
}

.achievement-detail-gallery {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}
.achievement-detail-gallery .achievement-detail-gallery-slider {
  width: 155%;
  margin-left: -27.5%;
}
@media screen and (max-width: 430px) {
  .achievement-detail-gallery .achievement-detail-gallery-slider {
    width: 170%;
    margin-left: -35%;
  }
}
.achievement-detail-gallery .swiper-slide {
  overflow: hidden;
  aspect-ratio: 756/504;
}
.achievement-detail-gallery .swiper-pagination {
  bottom: -24px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.achievement-detail-gallery .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  opacity: 1;
  margin: 0 8px !important;
}
.achievement-detail-gallery .swiper-pagination-bullet-active {
  background-color: #5d9825;
}

.achievement-detail-gallery-inner {
  overflow: hidden;
}

.achievement-detail-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 90px auto 140px;
}
.achievement-detail-lists dt {
  width: 160px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.09em;
  color: #5d9825;
  padding: 25px 4rem 25px 10px;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 430px) {
  .achievement-detail-lists dt {
    width: 100%;
    padding: 25px 0 0;
    border: none;
  }
}
.achievement-detail-lists dd {
  width: calc(100% - 160px);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: #4b4a48;
  line-height: 2.2;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #aaaaaa;
}
@media screen and (max-width: 430px) {
  .achievement-detail-lists dd {
    width: 100%;
    padding: 5px 0 25px;
  }
}

.achievement-detail-before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .achievement-detail-before-after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.achievement-detail-before-after .ttl {
  width: 370px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 900px) {
  .achievement-detail-before-after .ttl {
    position: static;
    width: 100%;
  }
}

.achievement-detail-before-after-inner {
  width: calc(100% - 370px);
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .achievement-detail-before-after-inner {
    width: 100%;
    margin-top: 0;
  }
}

.before-after-block {
  margin-bottom: 30px;
}

.before-after-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.before-img {
  width: 50%;
  aspect-ratio: 441/331;
  position: relative;
}

.before-img::before {
  content: "BEFORE";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  background-color: #5d9825;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .before-img::before {
    font-size: 10px;
  }
}

.after-img {
  width: 50%;
  aspect-ratio: 441/331;
  position: relative;
}

.after-img::before {
  content: "AFTER";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  background-color: #5d9825;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.before-after-comment {
  font-family: var(--jp-secondary-font);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 2;
  margin-top: 20px;
}

.work-comment-wrap {
  padding: 30px 30px 35px;
  background-color: rgba(93, 152, 37, 0.1);
}
.work-comment-wrap h3 {
  color: #5d9825;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  text-align: center;
}

.work-comment {
  font-family: var(--jp-secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
}

.about-bg-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 10rem 5vw;
  margin-top: 90px;
}
@media screen and (max-width: 900px) {
  .about-bg-wrap {
    padding: 8rem 2rem;
  }
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-bg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-txt {
  color: #4b4a48;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.7;
  letter-spacing: 0.09em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .about-txt {
    font-size: 1.5rem;
  }
}

.about-txt--mod {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .about-box-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  padding-right: 5vw;
  margin-bottom: 90px;
  margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .about-box {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.work-content {
  margin-top: 3rem !important;
  max-width: 540px;
}
@media screen and (max-width: 900px) {
  .work-content {
    width: 100%;
  }
}
.work-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  margin-bottom: 4rem;
}
.work-content h3 {
  background-color: #5d9825;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.about-box-img {
  width: 53%;
}
@media screen and (max-width: 900px) {
  .about-box-img {
    width: 100%;
  }
}
.about-box-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-id-214 .cv-outer {
  margin-bottom: 120px;
}

.news-detail {
  padding-top: 80px;
  padding-bottom: 120px;
}

.news-detail-inner {
  max-width: 1000px;
  margin-inline: auto;
  font-family: var(--jp-secondary-font);
}
.news-detail-inner .btn--news {
  width: 480px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 900px) {
  .news-detail-inner .btn--news {
    width: 400px;
  }
}
.news-detail-inner .top-work-slider-wrap a {
  width: 100% !important;
  height: 100% !important;
}
.news-detail-inner .top-plan {
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 25px;
}
.news-detail-inner .sub-ttl {
  text-align: left;
  font-family: var(--jp-primary-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
}
.news-detail-inner .excerpt {
  font-family: var(--jp-primary-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

.news-detail-date {
  font-family: var(--en-secondary-font);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}

.news-detail-title {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 27.33px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  margin-inline: auto;
}

.news-detail-title::before {
  content: "";
  display: block;
  width: 100px;
  height: 1.7px;
  background-color: #5d9825;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#toc_container {
  background-color: rgba(93, 152, 37, 0.1);
  padding: 30px 4rem 40px;
  border: none !important;
  width: 100% !important;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 430px) {
  #toc_container {
    padding: 30px 20px 40px;
  }
}

.toc_title {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 44px !important;
  letter-spacing: 0.01em;
  color: #5d9825;
}

.toc_list li {
  position: relative;
}
.toc_list li a {
  font-size: 14px;
  font-weight: 500;
}
.toc_list li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: -12px;
  top: 13px;
}
@media screen and (max-width: 430px) {
  .toc_list li::before {
    left: -8px;
  }
}
.toc_list > li > a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.toc_list a:hover {
  text-decoration: none !important;
}

.toc_list > li ul {
  margin-top: 18px !important;
}

.toc_list ul > li:not(:first-of-type) {
  margin-top: 13px !important;
}

.toc_list > li:not(:last-child) {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

#toc_container ul ul {
  margin-left: 22px !important;
}
@media screen and (max-width: 430px) {
  #toc_container ul ul {
    margin-left: 14px !important;
  }
}

#toc_container ul ul ul {
  margin-left: 34px !important;
}
@media screen and (max-width: 430px) {
  #toc_container ul ul ul {
    margin-left: 20px !important;
  }
}

.news-detail-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}
.news-detail-content h2 {
  background-color: #5d9825;
  color: #fff;
  padding: 10px 17px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.news-detail-content h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 2px solid #5d9825;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.news-detail-content h4 {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding-left: 14px;
  position: relative;
  margin-bottom: 20px;
}
.news-detail-content h4::before {
  content: "";
  display: block;
  width: 5px;
  height: 110%;
  background-color: #5d9825;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-detail-content img {
  margin-bottom: 60px;
  width: 100% !important;
}
.news-detail-content ol {
  margin-bottom: 30px;
}
.news-detail-content ol li {
  margin-left: 16px;
  list-style: decimal;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
.news-detail-content ol li::marker {
  font-weight: 500;
}
.news-detail-content ul {
  margin-bottom: 30px;
}
.news-detail-content ul li {
  margin-left: 16px;
  list-style: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}
.news-detail-content ul li::marker {
  font-weight: 500;
  color: #5d9825;
}
.news-detail-content .wp-block-table {
  margin-bottom: 60px;
}
.news-detail-content table {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 430px) {
  .news-detail-content table {
    width: 500px !important;
  }
}
.news-detail-content table thead {
  border-bottom: none;
}
.news-detail-content th,
.news-detail-content td {
  padding: 10px 20px;
  font-weight: 500;
  font-family: var(--jp-primary-font);
}
.news-detail-content .wp-block-table td,
.news-detail-content .wp-block-table th {
  border-color: #888888;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 70px;
  margin-bottom: 60px;
}

.post-navigation a {
  font-weight: 400;
  font-size: 14px;
  font-size: 14px;
  letter-spacing: 0.09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7rem;
}

.next-post-link {
  margin-left: auto;
}
.next-post-link svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: 500px;
  }
}

.outer {
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 900px) {
  .outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container {
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .container {
    max-width: 500px;
  }
}

.fitCover {
  overflow: hidden;
}
.fitCover img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
.fitCover picture {
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
}

.over-hidden {
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (max-width: 430px) {
  .is-pc-2 {
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (min-width: 431px) {
  .is-sp-2 {
    display: none !important;
  }
}

.hover-opacity {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (hover: hover) {
  .hover-opacity:hover {
    opacity: 0.6;
  }
}
.hover-color {
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

@media (hover: hover) {
  .hover-color:hover {
    color: #5D9825;
  }
}
.ttl {
  margin-bottom: 70px;
}

.ttl-jp {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .ttl-jp {
    font-size: 16px;
  }
}

.ttl-en {
  font-family: var(--en-primary-font);
  font-weight: 400;
  font-size: 72px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .ttl-en {
    font-size: 50px;
  }
}

.sub-ttl {
  text-align: center;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.margin-inline {
  margin-left: auto;
  margin-right: auto;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}

@media screen and (max-width: 900px) {
  .fv {
    height: calc(61svh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .top-works {
    padding-top: 40px;
  }
  .top-works .work-txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-strength {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-plan {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .top-column .latest-posts li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-column .latest-posts li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-column .latest-posts li .post-title {
    width: 100%;
  }
  .top-column .column-box {
    margin-top: 40px;
  }
  .top-column .column-box > .wp-block-group__inner-container {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding-top: 40px;
  }
  .top-flow .is-layout-flex {
    gap: 5rem;
  }
  .top-flow .top-strength-box > .wp-block-group__inner-container {
    gap: 10px;
  }
  .top-flow .top-strength-box:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-qa-container .top-qa-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .top-qa-container .ttl {
    margin-bottom: 40px;
  }
  .top-qa-container .work-txt {
    margin-bottom: 20px;
  }
  .top-qa-container .top-qa-list-question__en {
    position: relative;
    top: 15px;
  }
}
.news-items {
  max-width: 1200px;
}
.news-items .news-item-date-wrap {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .news-items .news-item-date-wrap {
    width: 100%;
  }
}

.work-comment-wrap {
  padding: 30px 30px 35px;
  background-color: rgba(93, 152, 37, 0.1);
}
.work-comment-wrap h3 {
  color: #5d9825;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  text-align: center;
}
.work-comment-wrap .work-comment {
  font-family: var(--jp-secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
}

.work-voice-wrap {
  padding: 30px 30px 35px;
  margin-top: 30px;
  background-color: rgba(152, 37, 37, 0.1);
}
.work-voice-wrap h3 {
  color: #982525;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  text-align: center;
}
.work-voice-wrap .work-voice {
  font-family: var(--jp-secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.09em;
}

.achievement-detail .achievement-detail-content {
  margin: 90px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .achievement-detail .achievement-detail-content {
    margin: 60px auto 0;
    max-width: 90%;
  }
}
.achievement-detail .achievement-detail-content p:last-child {
  margin-bottom: 0;
}
.achievement-detail .achievement-detail-lists {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .achievement-detail .achievement-detail-lists {
    margin-top: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .l-heading-box__jp {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #l-heading {
    min-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .news-items a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-items a .news-item-txt-wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 20px;
  }
}

/* 6番目以降の目次項目を非表示 */
/* 最初から6番目以降の目次項目を非表示 */
.toc-toggle-btn {
  background: #74a92d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
}

#page-reform .breadcrumb-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
}
#page-reform .page-content {
  margin-bottom: 50px;
  text-align: center;
}
#page-reform .page-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #74a92d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page-reform .page-content h1 {
    font-size: 2rem;
  }
}
#page-reform .page-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #4b4a48;
  margin-bottom: 20px;
}
#page-reform .top-works {
  padding-top: 0px;
}
#page-reform .top-works .card-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page-reform .top-works .card-excerpt {
    font-size: 14px;
  }
}
#page-reform .top-works .card-category {
  background: linear-gradient(135deg, #74a92d 0%, #5d9825 100%);
  color: #fff;
  padding: 0.9rem 0rem;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#page-reform .top-works .card-ttl {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #page-reform .top-works .card-ttl {
    font-size: 18px;
  }
}

.reform-style .top-works .btn {
  padding: 10px 0;
  width: 410px;
}
@media screen and (max-width: 767px) {
  .reform-style .top-works .btn {
    width: 100% !important;
  }
}
.reform-style .top-works {
  padding-top: 0px;
}
.reform-style .top-works .card-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reform-style .top-works .card-excerpt {
    font-size: 14px;
  }
}
.reform-style .top-works .card-category {
  background: linear-gradient(135deg, #74a92d 0%, #5d9825 100%);
  color: #fff;
  padding: 0.9rem 0rem;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.reform-style .top-works .card-ttl {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .reform-style .top-works .card-ttl {
    font-size: 18px;
  }
}

.top-plan-wrap--mod .top-work-slider-wrap .swiper-button-prev-3, .top-plan-wrap--mod .top-work-slider-wrap .swiper-button-next-3 {
  background: url("../../img/common/btn-prev.png") no-repeat center center/contain;
}
.top-plan-wrap--mod .plan-btns {
  margin-top: 20px;
}
.top-plan-wrap--mod .top-plan-item .post-category {
  background: #f8f9fa;
  color: #74a92d;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 0;
  border: 1px solid #74a92d;
}
@media screen and (max-width: 767px) {
  .top-plan-wrap--mod .top-plan-item .post-category {
    font-size: 11px;
    padding: 3px 10px;
  }
}
.top-plan-wrap--mod .top-plan-item .post-date {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-plan-wrap--mod .top-plan-item .post-date {
    font-size: 13px;
  }
}
.top-plan-wrap--mod .top-plan-item .sub-ttl {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.top-plan-wrap--mod .top-plan-item .sub-ttl a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.top-plan-wrap--mod .top-plan-item .sub-ttl a:hover {
  color: #74a92d;
}
.top-plan-wrap--mod .top-plan-item figure {
  aspect-ratio: auto;
  margin-bottom: 0;
}
.top-plan-wrap--mod .top-plan-item figure a {
  display: block;
  text-decoration: none;
}
.mobile-cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .mobile-cta-fixed {
    display: none;
  }
}

.mobile-cta-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mobile-cta-container {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

.mobile-cta-item {
  position: relative;
}
.mobile-cta-item:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.mobile-cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 60px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .mobile-cta-link {
    gap: 6px;
    padding: 0;
  }
}
.mobile-cta-link.mobile-cta-phone {
  background: #007bff;
  color: #fff;
}
.mobile-cta-link.mobile-cta-phone:hover {
  background: #0056b3;
}
.mobile-cta-link.mobile-cta-line {
  background: linear-gradient(135deg, #00b900 0%, #00a000 100%);
  color: #fff;
}
.mobile-cta-link.mobile-cta-line:hover {
  background: linear-gradient(135deg, #00a000 0%, #009000 100%);
}
.mobile-cta-link.mobile-cta-line .mobile-cta-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.mobile-cta-link.mobile-cta-contact {
  background: #e56f66;
  color: #fff;
}
.mobile-cta-link.mobile-cta-contact:hover {
  background: #b94138;
}
.mobile-cta-link.mobile-cta-contact .mobile-cta-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.mobile-cta-icon {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .mobile-cta-icon {
    width: 16px;
    height: 16px;
  }
}
.mobile-cta-icon svg {
  width: 24px;
  height: 24px;
}
.mobile-cta-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-cta-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.mobile-cta-txt span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.mobile-cta-txt span.sub {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .mobile-cta-txt span {
    font-size: 14px;
  }
  .mobile-cta-txt span.sub {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .br-pc::after {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .br-sp::after {
    content: "\a";
    white-space: pre;
  }
}

#page-sitemap .sitemap-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-content {
    margin-top: 40px;
  }
}
#page-sitemap .defo-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#page-sitemap .sitemap-ttl {
  margin-bottom: 20px;
}
#page-sitemap .sitemap-ttl .ttl-v8 {
  text-align: center;
}
#page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__en {
  font-size: 2.4rem;
  font-weight: 700;
  color: #74a92d;
  margin-bottom: 5px;
  font-family: "Alata", sans-serif;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__en {
    font-size: 2rem;
  }
}
#page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__en span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #74a92d;
  margin-right: 10px;
  vertical-align: middle;
}
#page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__en span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #74a92d;
  margin-left: 10px;
  vertical-align: middle;
}
#page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__jp {
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-ttl .ttl-v8 .ttl-v8__inner .ttl-v8__jp {
    font-size: 1.2rem;
  }
}
#page-sitemap .sitemap-txt1 {
  margin-bottom: 40px;
  text-align: center;
}
#page-sitemap .sitemap-txt1 a {
  font-size: 16px;
  color: #4b4a48;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#page-sitemap .sitemap-txt1 a:hover {
  color: #74a92d;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-txt1 a {
    font-size: 14px;
  }
}
#page-sitemap .sitemap-box {
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-box {
    padding: 15px;
    margin-bottom: 30px;
  }
}
#page-sitemap .sitemap-txt {
  width: 25%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-txt {
    width: 100%;
  }
}
#page-sitemap .sitemap-txt:last-child {
  margin-bottom: 0;
}
#page-sitemap .sitemap-txt a {
  font-size: 16px;
  color: #4b4a48;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}
#page-sitemap .sitemap-txt a:hover {
  color: #74a92d;
}
@media screen and (max-width: 767px) {
  #page-sitemap .sitemap-txt a {
    font-size: 14px;
  }
}

#page-privacy .privacy-content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-content {
    margin-top: 40px;
  }
}
#page-privacy .privacy-wrap {
  max-width: 800px;
  margin: 0 auto;
}
#page-privacy .privacy-intro {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-intro {
    padding: 20px;
    margin-bottom: 30px;
  }
}
#page-privacy .privacy-intro p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #4b4a48;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-intro p {
    font-size: 14px;
  }
}
#page-privacy .privacy-section {
  margin-bottom: 40px;
}
#page-privacy .privacy-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-section {
    margin-bottom: 30px;
  }
}
#page-privacy .privacy-title {
  font-size: 20px;
  font-weight: 700;
  color: #74a92d;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #74a92d;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#page-privacy .privacy-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #4b4a48;
  margin-bottom: 15px;
}
#page-privacy .privacy-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-text p {
    font-size: 14px;
  }
}
#page-privacy .privacy-text ul {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}
#page-privacy .privacy-text ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #4b4a48;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
#page-privacy .privacy-text ul li:before {
  content: "・";
  position: absolute;
  font-weight: bold;
  left: 0;
  color: #4b4a48;
}
#page-privacy .privacy-text ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-text ul li {
    font-size: 14px;
  }
}
#page-privacy .privacy-text .contact-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page-privacy .privacy-text .contact-info {
    padding: 15px;
  }
}
#page-privacy .privacy-text .contact-info p {
  margin-bottom: 10px;
}
#page-privacy .privacy-text .contact-info p:last-child {
  margin-bottom: 0;
}
#page-privacy .privacy-text .contact-info p strong {
  font-weight: 600;
}
#page-privacy .privacy-text .contact-info p a {
  color: #74a92d;
  text-decoration: none;
}
#page-privacy .privacy-text .contact-info p a:hover {
  text-decoration: underline;
}

section#page-company .page-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#page-company .page-content {
    margin-top: 60px;
  }
}
section#page-company .contents-column {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column {
    max-width: 95%;
  }
}
section#page-company .contents-column__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin-bottom: 60px;
}
section#page-company .contents-column__item:nth-child(even) .contents-column__border {
  left: calc(33.3333% + 25px);
  width: calc(66.6667% - 25px);
}
section#page-company .contents-column__item:nth-child(even) .contents-column__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
section#page-company .contents-column__item:nth-child(even) .contents-column__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
section#page-company .contents-column__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
section#page-company .contents-column__border {
  position: absolute !important;
  top: 0;
  left: 0;
  width: calc(33.3333% - 30px);
  height: 1px;
  background-color: #74a92d;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__border {
    position: relative !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    width: 100% !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__image {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
section#page-company .contents-column__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__text {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
section#page-company .contents-column__text-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 20px;
  color: #74a92d;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__text-title {
    font-size: 16px;
  }
}
section#page-company .contents-column__excerpt {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section#page-company .contents-column__excerpt {
    font-size: 14px;
    margin-top: 20px;
  }
}
section#page-company .reform-breakdown {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#page-company .reform-breakdown {
    margin-top: 20px;
  }
}
section#page-company .company-breakdown-ttl {
  font-size: 20px;
  font-weight: 700;
  color: #74a92d;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #74a92d;
}
@media screen and (max-width: 767px) {
  section#page-company .company-breakdown-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
section#page-company .company__map {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section#page-company .company__map {
    max-width: 95%;
  }
}
section#page-company .company__map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  section#page-company .company__map iframe {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  section#page-company .reform-breakdown.outer {
    margin-top: 60px !important;
  }
}

section#page-after .page-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  section#page-after .page-content {
    margin-top: 60px;
  }
}
section#page-after .after__intro .reform-top-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 30px;
}
section#page-after .after__intro .reform-top-txt-2 {
  margin-bottom: 0px;
}
section#page-after .after__case {
  margin-top: 80px;
}
section#page-after .after__case .after__case-title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  color: #74a92d;
  margin-bottom: 60px;
  padding-bottom: 8px;
  border-bottom: 2px solid #74a92d;
}
@media screen and (max-width: 767px) {
  section#page-after .after__case .after__case-title p {
    font-size: 20px;
  }
}
section#page-after .after__cta {
  margin-top: 80px;
}
section#page-after .after__cta p.after__cta-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  color: #74a92d;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section#page-after .after__cta p.after__cta-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reform-top-txt {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .reform-top-txt-2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reform-breakdown-box {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .reform-breakdown-ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reform-after {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .reform-style .top-works {
    padding-left: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-archive .achievement-category {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-archive .achievement-category li {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-archive .news-items a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-archive .achievement-item__cat {
    display: inline-block;
    width: auto;
    padding: 6px 10px;
  }
}
body.page-template-archive .news-item-date {
  color: #888;
}

@media screen and (max-width: 767px) {
  body.single-post .news-detail {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body.single-post .news-detail-content p {
    font-size: 13.5px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 767px) {
  body.single-post .th, body.single-post td {
    font-size: 13.5px !important;
    line-height: 1.85 !important;
  }
}
body.single-post .news-detail-content h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.single-post .news-detail-inner .btn--news {
    margin: 40px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  body.single-post .top-work-slider-wrap .plan-btns {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.single-post .ttl {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

body.page-id-189 #flow__desc-title {
  margin-top: 50px;
}
body.page-id-189 #flow__desc-title p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body.page-id-189 #flow__desc-title p {
    font-size: 16px;
  }
}
body.page-id-189 #flow__desc-title .flow__desc-main {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.page-id-189 #flow__desc-title .flow__desc-main {
    font-size: 18px;
  }
}
body.page-id-189 .work-txt--flow {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.page-id-206 .top-strength-ttl {
    font-size: max(1.9rem, 18px);
  }
}

body.page-id-208 .reform-top-txt-2 {
  margin-bottom: 0;
}
body.page-id-208 .reform-top-txt {
  margin-top: 30px;
  margin-bottom: 80px;
  font-weight: 400;
  line-height: 1.8;
}

.reform-breakdown-box-content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .reform-breakdown-box-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.reform-breakdown-box-content h4 {
  width: 340px;
}

.top-plan-item figure img {
  aspect-ratio: 4/2.4;
}

.reform_post_slider {
  padding-top: 30px;
}
.reform_post_slider .top-plan {
  padding-top: 10px;
}

.reform_achievement_slider {
  margin-bottom: 0;
}

#top-uservoice {
  padding: 60px 0;
  margin: 80px 0 40px;
  background-color: rgba(238, 238, 238, 0.3) !important;
}
@media screen and (max-width: 767px) {
  #top-uservoice {
    padding: 40px 0;
    margin: 40px 0 30px;
  }
}
#top-uservoice .ti-widget.ti-goog {
  width: 80% !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 767px) {
  #top-uservoice .ti-widget.ti-goog {
    width: 85% !important;
  }
}
#top-uservoice h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.7;
  color: #74a92d;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top-uservoice h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#top-uservoice .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
  background-color: #fff !important;
}

#popup-container {
  max-width: 400px !important;
  position: relative !important;
}
@media screen and (max-width: 767px) {
  #popup-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#popup-container #popup-container__button {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #popup-container #popup-container__button {
    bottom: 1.7vw;
    gap: 1.1vw;
  }
}
#popup-container #popup-container__button .wp-block-button {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#popup-container #popup-container__button .wp-block-button a {
  font-size: 16px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #popup-container #popup-container__button .wp-block-button a {
    font-size: 3.7vw;
    padding: 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  #popup-container #popup-container__button .wp-block-button {
    width: 100%;
  }
}
#popup-container #popup-container__button .popup-btn-primary a {
  background-color: #74a92d;
}
#popup-container #popup-container__button .popup-btn-secondary a {
  background-color: #e56f66;
}

@media screen and (max-width: 767px) {
  body.page-id-214 .about-box {
    gap: 0;
  }
  body.page-id-214 .about-box .work-content h2 {
    font-size: 24px;
    margin-bottom: 2rem;
  }
  body.page-id-214 .about-box .work-txt {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  body.page-id-184 .contact-txt, body.page-id-110 .contact-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  body.page-id-184 .contact-cv, body.page-id-110 .contact-cv {
    margin-bottom: 0;
  }
  body.page-id-184 .contact-box dt label, body.page-id-110 .contact-box dt label {
    font-size: 14px;
  }
  body.page-id-184 .contact-policy-lists p, body.page-id-110 .contact-policy-lists p {
    font-size: 12px;
  }
  body.page-id-184 .contact, body.page-id-110 .contact {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .achievement-detail-gallery .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .achievement-detail-content p {
    font-size: 14px;
    line-height: 2;
  }
}
#bath-reform-intro {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #bath-reform-intro {
    margin-bottom: 60px;
  }
}
#bath-reform-intro #bath-reform-intro1 {
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #bath-reform-intro #bath-reform-intro1 {
    margin-top: 40px;
  }
}
#bath-reform-intro #bath-reform-intro1 h3 {
  color: #74a92d;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #bath-reform-intro #bath-reform-intro1 h3 {
    font-size: 24px;
  }
}
#bath-reform-intro #bath-reform-intro1 ul {
  margin-top: 20px;
  text-align: center;
}
#bath-reform-intro #bath-reform-intro1 ul li {
  color: #74a92d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}
#bath-reform-intro #bath-reform-intro1 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #bath-reform-intro #bath-reform-intro1 ul li {
    font-size: 16px;
  }
}
#bath-reform-intro #bath-reform-intro2 {
  background-color: #74a92d;
  padding: 25px 0;
  margin: 50px 0 40px;
}
#bath-reform-intro #bath-reform-intro2 p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
}
#bath-reform-intro #bath-reform-intro2 p span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #bath-reform-intro #bath-reform-intro2 p {
    font-size: 24px;
  }
  #bath-reform-intro #bath-reform-intro2 p span {
    font-size: 30px;
  }
}
#bath-reform-intro #bath-reform-intro3 {
  width: 90%;
  margin: 0 auto;
}
#bath-reform-intro #bath-reform-intro3 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.reform-strength__point1 {
  position: relative;
  margin-bottom: 20px;
  margin-left: 40px;
}
.reform-strength__point1::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url("../../img/common/reform-strength-point1.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.reform-strength__point1::after {
  content: "";
  position: absolute;
  left: -45px;
  top: -11px;
  width: 40px;
  height: 40px;
  background-color: #74a92d;
  border-radius: 50%;
}

.reform-strength__point2 {
  position: relative;
  margin-bottom: 20px;
  margin-left: 40px;
}
.reform-strength__point2::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url("../../img/common/reform-strength-point2.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.reform-strength__point2::after {
  content: "";
  position: absolute;
  left: -45px;
  top: -11px;
  width: 40px;
  height: 40px;
  background-color: #74a92d;
  border-radius: 50%;
}

.reform-strength__point3 {
  position: relative;
  margin-bottom: 20px;
  margin-left: 40px;
}
.reform-strength__point3::before {
  content: "";
  position: absolute;
  left: -36px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url("../../img/common/reform-strength-point3.png") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.reform-strength__point3::after {
  content: "";
  position: absolute;
  left: -45px;
  top: -11px;
  width: 40px;
  height: 40px;
  background-color: #74a92d;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .news-detail-content p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.news-detail-content h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
}

.news-detail-content h3 {
  margin-bottom: 20px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .news-detail-content h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-content table {
    width: 600px !important;
  }
}

.achievement-detail-before-after-inner.custom-title .before-img::before, .achievement-detail-before-after-inner.custom-title .after-img::before {
  display: none !important;
}

.achievement-detail-before-after-inner .before-img::before, .achievement-detail-before-after-inner .after-img::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .achievement-detail-before-after-inner .before-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .achievement-detail-before-after-inner .after-img {
    width: 100%;
  }
}

.top-qa-list-question > .wp-block-group__inner-container,
.top-qa-list-answer > .wp-block-group__inner-container {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 767px) {
  .top-qa-container .top-qa-list-question__en {
    top: 0 !important;
  }
}

.footer__banner {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}