@charset "UTF-8";
:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --bold: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
}

html {
  height: 100%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: var(--black);
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
}

* {
  -webkit-print-color-adjust: exact;
}

:where(ul, ol) {
  list-style-type: "";
  padding: unset;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(a, button) {
  outline: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

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

a {
  color: var(--black);
}

p,
dd,
li {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
  }
}

table {
  border-collapse: collapse;
}

.page-top {
  background: #fff;
  z-index: 50;
  height: 85px;
  width: 85px;
  border: solid #008d54 4px;
  position: absolute;
  bottom: 60px;
  right: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .page-top {
    top: 0;
    right: 0;
    translate: 0 -100%;
    width: 65px;
    height: 65px;
  }
}
@media (any-hover: hover) {
  .page-top:hover {
    background: #008d54;
  }
  .page-top:hover::before {
    background-color: #fff;
  }
  .page-top:hover::after {
    background-color: #fff;
  }
}
.page-top::before {
  content: "";
  height: auto;
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/under-arrow.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/under-arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: background 0.3s;
  mask-position: center;
  background-color: #008d54;
  rotate: -180deg;
}
@media screen and (max-width: 767px) {
  .page-top::before {
    width: 18px;
  }
}
.page-top::after {
  content: "";
  height: auto;
  width: 37px;
  aspect-ratio: 57/39;
  transition: background 0.3s;
  -webkit-mask-image: url(../img/top.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/top.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #008d54;
}
@media screen and (max-width: 767px) {
  .page-top::after {
    width: 30px;
  }
}

.navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  overflow-y: auto;
  width: calc(100vw - (100vw - 80px) / 2);
  background: #816458;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 767px) {
  .navi {
    width: 100vw;
  }
}
.navi.is-active {
  opacity: 1;
  visibility: visible;
}
.navi__inner {
  padding: 120px 0;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .navi__inner {
    padding: 100px 0 100px;
  }
}
.navi__title {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: solid 3px #fff;
}
@media screen and (max-width: 767px) {
  .navi__title {
    margin-bottom: 35px;
  }
}
.navi__title img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .navi__title img {
    max-width: 70px;
  }
}
.navi__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .navi__list {
    gap: 30px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .navi__list {
    margin-bottom: 25px;
  }
}
.navi__item {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 980px) {
  .navi__item {
    gap: 15px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .navi__item {
    flex-direction: column;
  }
}
.navi__item-left {
  width: 112px;
}
.navi__item-right {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: var(--bold);
}
@media screen and (max-width: 980px) {
  .navi__item-right {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  .navi__item-right {
    text-align: center;
  }
}
.navi__back {
  color: #fff;
  font-weight: bold;
  font-family: var(--bold);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .navi__back {
    display: none;
  }
}
@media (any-hover: hover) {
  .navi__back:hover::before {
    translate: -15px 0;
  }
}
.navi__back::before {
  transition: translate 0.3s;
  content: "";
  background: url(../img/left-arrow.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 30px;
  aspect-ratio: 1;
}
.navi__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .navi__btns {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 0;
  }
}
.navi__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 80px;
  width: 100%;
  max-width: 220px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: var(--bold);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .navi__btn {
    height: 60px;
    max-width: 300px;
  }
}
.navi__btn--document {
  background: #008d54;
  border: solid 3px #008d54;
}
@media (any-hover: hover) {
  .navi__btn--document:hover {
    color: #008d54;
    background: #fff;
  }
  .navi__btn--document:hover::before {
    background: #008d54;
  }
}
.navi__btn--document::before {
  content: "";
  -webkit-mask-image: url(../img/book.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/book.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/23;
  width: 30px;
  height: auto;
}
.navi__btn--contact {
  background: #94b428;
  border: solid 3px #94b428;
}
@media (any-hover: hover) {
  .navi__btn--contact:hover {
    color: #94b428;
    background: #fff;
  }
  .navi__btn--contact:hover::before {
    background: #94b428;
  }
}
.navi__btn--contact::before {
  content: "";
  -webkit-mask-image: url(../img/mail.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/21;
  width: 30px;
  height: auto;
}

.hamburger {
  position: relative;
  z-index: 15;
  width: 80px;
  height: 100%;
  background-color: #422a20;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 68px;
  }
}
@media (any-hover: hover) {
  .hamburger:hover {
    background-color: #816458;
  }
}
.hamburger.is-active {
  background-color: #816458;
}
.hamburger.is-active .hamburger__inner span:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.hamburger.is-active .hamburger__inner span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__inner span:nth-child(3) {
  top: 50%;
  width: 100%;
  rotate: -45deg;
}
.hamburger__inner {
  width: 35px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hamburger__inner {
    width: 27px;
    height: 20px;
  }
}
.hamburger__inner span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff;
  translate: 0 -50%;
}
.hamburger__inner span:nth-child(1) {
  top: 0;
}
.hamburger__inner span:nth-child(2) {
  top: 50%;
}
.hamburger__inner span:nth-child(3) {
  top: 100%;
  width: 70%;
}

.header {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 80px;
  transition: height 0.3s, box-shadow 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    height: auto;
    flex-direction: column;
    background: none !important;
    box-shadow: unset !important;
  }
}
.header.is-scroll {
  background: #fff;
  height: 60px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header.is-scroll {
    height: auto;
  }
}
.header.is-scroll .header__right {
  transform: translate(0, 0%);
}
.header__sp {
  display: none;
  position: relative;
  z-index: 0;
  grid-template-columns: repeat(2, 1fr);
  transform: translate(0, -100%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header__sp {
    display: grid;
  }
}
.header__sp .header__btn {
  display: flex;
  height: 60px;
  width: 100%;
}
.header__right {
  display: flex;
  height: 100%;
  transform: translate(0, -100%);
}
@media screen and (max-width: 767px) {
  .header__right {
    transform: translate(0, 0%);
  }
}
.header__btn {
  width: 220px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: var(--bold);
  color: #fff;
  font-size: 16px;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1080px) {
  .header__btn {
    font-size: 15px;
    width: 160px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__btn:hover {
    background: #fff;
  }
}
.header__btn--document {
  border: 4px solid #008d54;
  background-color: #008d54;
}
@media (any-hover: hover) {
  .header__btn--document:hover {
    color: #008d54;
  }
  .header__btn--document:hover::before {
    background-color: #008d54;
  }
}
.header__btn--document::before {
  content: "";
  transition: background 0.3s;
  -webkit-mask-image: url(../img/book.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/book.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/23;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .header__btn--document::before {
    width: 26px;
  }
}
.header__btn--contact {
  border: 4px solid #94b428;
  background-color: #94b428;
}
@media (any-hover: hover) {
  .header__btn--contact:hover {
    color: #94b428;
  }
  .header__btn--contact:hover::before {
    background-color: #94b428;
  }
}
.header__btn--contact::before {
  content: "";
  transition: background 0.3s;
  -webkit-mask-image: url(../img/mail.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/21;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .header__btn--contact::before {
    width: 26px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  padding-left: 20px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header__inner {
    height: 50px;
    background: #fff;
    padding-left: 68px;
    opacity: 0;
  }
}
.header__inner .logo-area {
  margin-right: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .header__inner .logo-area {
    max-width: 110px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .header__inner .logo-area .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .header__inner .logo-area .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header__inner .logo-area h1 {
  padding-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .header__inner .logo-area h1 {
    font-size: 13px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .header__inner .logo-area h1 {
    display: none;
  }
}

main {
  position: relative;
  z-index: 0;
}
main .mv {
  height: 100vh;
  width: 100%;
  background: url(../img/mv01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main .mv {
    background: none;
  }
}
main .mv__inner {
  height: 100%;
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main .mv__inner {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
main .mv__left {
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .mv__left {
    opacity: 1;
  }
}
main .mv__bg {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .mv__bg {
    object-position: bottom;
  }
}
main .mv__bg-text {
  display: none;
  position: absolute;
  bottom: 40%;
  left: 50%;
  translate: -50% 0;
  width: 80%;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  main .mv__bg-text {
    display: block;
    bottom: 34%;
  }
}
main .mv__right {
  transform: translate(0, -100%);
  background: #fff;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .mv__right {
    opacity: 0;
    visibility: hidden;
  }
}
main .mv__right-logo {
  opacity: 0;
  visibility: hidden;
  width: 66.6%;
  margin-right: 10%;
}
main .mv-bottom {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  main .mv-bottom {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
main .mv-bottom__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main .mv-bottom__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
main .mv-bottom__left {
  max-width: 368px;
  letter-spacing: 0.08em;
  line-height: 2.18;
}
@media screen and (max-width: 767px) {
  main .mv-bottom__left {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }
}
main .fixed-img {
  opacity: 0;
  visibility: hidden;
  bottom: 100px;
  right: 18vw;
  z-index: 4;
  position: absolute;
  max-width: 28vw;
  display: block;
}
main .fixed-img.is-active {
  bottom: 50vh;
  translate: 0 50%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  main .fixed-img {
    position: static !important;
    translate: -10% 0 !important;
    max-width: 274px;
    margin: 0 auto 40px !important;
  }
}
main .bg-area {
  height: 300px;
  width: 100%;
  background: url(../img/bg-img.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1084px) {
  main .bg-area {
    background-position: center right -120px;
  }
}
@media screen and (max-width: 1084px) and (max-width: 767px) {
  main .bg-area {
    height: 200px;
  }
}
main .case__list {
  display: flex;
  flex-direction: column;
}
main .case__top {
  height: 262px;
  background: #008d54;
}
@media screen and (max-width: 980px) {
  main .case__top {
    height: 230px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  main .case__top {
    height: auto;
  }
}
main .case__top--2 {
  background: #94b428;
}
main .case__top-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  display: flex;
  gap: 40px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  main .case__top-inner {
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
main .case__top-left {
  max-width: 236px;
}
@media screen and (max-width: 980px) {
  main .case__top-left {
    max-width: 200px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  main .case__top-left {
    max-width: 100px;
  }
}
main .case__top-right {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  font-family: var(--bold);
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  main .case__top-right {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  main .case__top-right {
    font-size: 16px;
    text-align: center;
  }
}
main .case__top-right span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  main .case__top-right span {
    font-size: 30px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  main .case__top-right span {
    font-size: 24px;
  }
}
main .case__anchors {
  padding: 120px 0 100px;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
}
@media screen and (max-width: 767px) {
  main .case__anchors {
    gap: 30px;
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 680px) {
  main .case__anchors {
    grid-template-columns: 1fr;
    gap: 95px;
  }
}
main .case__anchor {
  position: relative;
  padding: 70px 20px;
  border: #000000 3px solid;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  transition: border-color 0.3s;
}
@media (any-hover: hover) {
  main .case__anchor:hover {
    border-color: #008d54;
  }
  main .case__anchor:hover::after {
    background: #008d54;
    bottom: 15px;
  }
  main .case__anchor:hover .case__anchor-number::before {
    background: #008d54;
  }
  main .case__anchor:hover .case__anchor-text {
    color: #008d54;
    border-color: #008d54;
  }
  main .case__anchor:hover .case__anchor-title {
    color: #008d54;
  }
  main .case__anchor:hover .case__anchor-img {
    background: #008d54;
  }
}
@media (any-hover: hover) {
  main .case__anchor--yellow:hover {
    border-color: #94b428;
  }
  main .case__anchor--yellow:hover::after {
    background: #94b428;
    bottom: 15px;
  }
  main .case__anchor--yellow:hover .case__anchor-number::before {
    background: #94b428;
  }
  main .case__anchor--yellow:hover .case__anchor-text {
    color: #94b428;
    border-color: #94b428;
  }
  main .case__anchor--yellow:hover .case__anchor-title {
    color: #94b428;
  }
  main .case__anchor--yellow:hover .case__anchor-img {
    background: #94b428;
  }
}
main .case__anchor::after {
  transition: background 0.3s, bottom 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  translate: -50% 0;
  -webkit-mask-image: url(../img/under-arrow.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/under-arrow.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #000;
  height: auto;
  width: 20px;
  aspect-ratio: 1;
}
main .case__anchor-number {
  position: absolute;
  background: #fff;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .case__anchor-number::before {
  content: "";
  width: 66px;
  aspect-ratio: 102/146;
  height: auto;
  transition: background 0.3s;
}
main .case__anchor-number--1::before {
  -webkit-mask-image: url(../img/case-1.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/case-1.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
main .case__anchor-number--2::before {
  content: "";
  width: 66px;
  aspect-ratio: 102/146;
  height: auto;
  -webkit-mask-image: url(../img/case-2.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/case-2.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
main .case__anchor-number--3::before {
  content: "";
  width: 66px;
  aspect-ratio: 102/146;
  height: auto;
  -webkit-mask-image: url(../img/case-3.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/case-3.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
main .case__anchor-number--4::before {
  content: "";
  width: 66px;
  aspect-ratio: 102/146;
  height: auto;
  -webkit-mask-image: url(../img/case-4.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/case-4.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
}
main .case__anchor-text {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #000;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: var(--bold);
  text-align: center;
  transition: border-color 0.3s, color 0.3s;
}
main .case__anchor-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: background 0.3s;
}
main .case__anchor-img--1 {
  height: auto;
  width: 156px;
  aspect-ratio: 161/134;
  -webkit-mask-image: url(../img/img_case01.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/img_case01.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #000;
}
main .case__anchor-img--2 {
  height: auto;
  width: 156px;
  aspect-ratio: 128/130;
  -webkit-mask-image: url(../img/img_case02.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/img_case02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #000;
}
main .case__anchor-img--3 {
  height: auto;
  width: 114px;
  aspect-ratio: 115/130;
  -webkit-mask-image: url(../img/img_case03.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/img_case03.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #000;
}
main .case__anchor-img--4 {
  height: auto;
  width: 191px;
  aspect-ratio: 191/130;
  -webkit-mask-image: url(../img/img_case04.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/img_case04.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background: #000;
}
main .case__anchor-title {
  text-align: center;
  font-weight: bold;
  font-family: var(--bold);
  letter-spacing: 0.06em;
  line-height: 1.45;
  transition: color 0.3s;
}
main .case__anchor-title span {
  display: block;
  font-size: 24px;
}
main .case-study {
  background: url(../img/case-study-bg.jpg) repeat;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .case-study {
    padding-bottom: 80px;
  }
}
main .case-study__title {
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
  font-weight: bold;
  font-family: var(--bold);
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main .case-study__title {
    padding-top: 35px;
    font-size: 24px;
    margin-bottom: 35px;
  }
}
main .case-study__title::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -36px;
  left: 0;
  background: url(../img/case-study-title.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 664px;
  aspect-ratio: 999/221;
}
@media screen and (max-width: 767px) {
  main .case-study__title::before {
    top: -20px;
    width: 360px;
  }
}
main .case-study__list {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
main .case-study__item {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .case-study__item {
    gap: 40px;
  }
}
main .details {
  width: 100%;
}
main .details.is-active .summary_plus::before {
  rotate: 45deg;
}
main .details.is-active .summary_plus::after {
  rotate: -45deg;
}
main .details .summary {
  display: block;
}
main .details .summary::-webkit-details-marker {
  display: none;
}
main .details .summary_inner {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 24px 0 60px;
  font-weight: bold;
  font-family: var(--bold);
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  main .details .summary_inner {
    padding: 6px 25px 6px 25px;
  }
}
main .details .summary_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: var(--bold);
  gap: 40px;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  main .details .summary_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
main .details .summary_title img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  main .details .summary_title img {
    margin-top: -5px;
    margin-bottom: -8px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  main .details .summary_title {
    font-size: 14px;
  }
}
main .details .summary_plus {
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  aspect-ratio: 1;
  height: auto;
  width: 28px;
}
main .details .summary_plus::before, main .details .summary_plus::after {
  transition: rotate 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 3px;
  background: #fff;
}
main .details .summary_plus::before {
  rotate: 0deg;
}
main .details .summary_plus::after {
  rotate: -90deg;
}
main .details .swiper-container {
  height: fit-content;
  max-width: 425px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 980px) {
  main .details .swiper-container {
    max-width: 320px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  main .details .swiper-container {
    margin: 0 auto;
    max-width: 425px;
  }
}
main .details .swiper-container .swiper .swiper-wrapper {
  width: 100%;
}
main .details .swiper-container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
main .details .swiper-container .swiper-pagination {
  margin-top: 20px;
  position: static;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .details .swiper-container .swiper-pagination {
    margin-top: 10px;
  }
}
main .details .swiper-container .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
main .details .swiper-container .swiper-pagination-bullet-active {
  background: #008d54;
}
main .details .swiper-container .swiper-button-prev {
  left: 0;
  translate: -50% 0;
}
main .details .swiper-container .swiper-button-prev::before {
  rotate: 180deg;
}
main .details .swiper-container .swiper-button-next {
  right: 0;
  translate: 50% 0;
}
main .details .swiper-container .swiper-button-prev,
main .details .swiper-container .swiper-button-next {
  background: #fff;
  height: auto;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 9999px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
main .details .swiper-container .swiper-button-prev::before,
main .details .swiper-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: url(../img/right-arrow.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 12px;
  aspect-ratio: 1;
}
main .details .swiper-container .swiper-button-prev::after,
main .details .swiper-container .swiper-button-next::after {
  display: none;
}
main .details .swiper-container .swiper-button-prev.is-active,
main .details .swiper-container .swiper-button-next.is-active {
  opacity: 1;
  visibility: visible;
}
main .details .content {
  overflow: hidden;
  background-color: #fff;
}
main .details .content_text {
  width: 100%;
  max-width: 325px;
}
@media screen and (max-width: 767px) {
  main .details .content_text {
    max-width: 100%;
  }
}
main .details .content_text-title {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--bold);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main .details .content_text-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  main .details .content_text-text {
    font-size: 14px;
  }
}
main .details .content_inner {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  main .details .content_inner {
    gap: 40px;
    padding: 35px 25px;
  }
}
main .details .content_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main .details .content_wrap {
    gap: 20px;
    flex-direction: column-reverse;
  }
}
main .details .content_wrap-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  main .details .content_wrap-reverse {
    flex-direction: column-reverse;
  }
}
main .details .content_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
  main .details .content_title {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .details .content_title img.c_office {
  width: 135px;
}
main .details .content_title img.c_clinic {
  width: 130px;
}
main .details .content_title img.c_store {
  width: 124px;
}
main .details .content_title img.c_preschool {
  width: 232px;
}
main .details .content_title img.c_welfare {
  width: 181px;
}
main .details .content_title p {
  font-size: 12px;
}

.footer {
  position: relative;
}
.footer__top {
  color: #fff;
  padding: 90px 0 100px;
  background: url(../img/footer-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer__top {
    padding: 40px 0 60px;
  }
}
.footer__bottom {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__bottom {
    font-size: 10px;
  }
}
.footer__title {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-family: var(--bold);
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.footer__text {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
  font-family: var(--bold);
  letter-spacing: 0.05em;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.footer__btns {
  width: 90%;
  margin: 0 auto;
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__btns {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 680px) {
  .footer__btns {
    grid-template-columns: 1fr;
    max-width: 268px;
    gap: 25px;
  }
}
.footer__btn {
  height: 100px;
  color: #fff;
  font-weight: bold;
  font-family: var(--bold);
  font-size: 20px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 680px) {
  .footer__btn {
    height: 60px;
    font-size: 16px;
    gap: 10px;
  }
}
@media (any-hover: hover) {
  .footer__btn:hover {
    background: #fff;
  }
}
.footer__btn--1 {
  border: solid 4px #008d54;
  background: #008d54;
}
@media (any-hover: hover) {
  .footer__btn--1:hover {
    color: #008d54;
    background: #fff;
  }
  .footer__btn--1:hover::before {
    background: #008d54;
  }
}
.footer__btn--1::before {
  content: "";
  transition: color 0.3s, background 0.3s;
  -webkit-mask-image: url(../img/mail.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/book.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/23;
  width: 30px;
  height: auto;
}
.footer__btn--2 {
  border: solid 4px #94b428;
  background: #94b428;
}
@media (any-hover: hover) {
  .footer__btn--2:hover {
    color: #94b428;
    background: #fff;
  }
  .footer__btn--2:hover::before {
    background: #94b428;
  }
}
.footer__btn--2::before {
  content: "";
  -webkit-mask-image: url(../img/mail.svg);
  transition: color 0.3s, background 0.3s;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  aspect-ratio: 30/21;
  width: 30px;
  height: auto;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}

/*# sourceMappingURL=layout.css.map */
