.grecaptcha-badge {
  visibility: hidden;
}

html::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: #f8f5ef;
  z-index: 0;
  opacity: 0.2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body#front-page main article:first-of-type {
  margin-top: 0;
}

header {
  background: #f8f5ef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.4s;
  box-shadow: 0 0 10px rgba(44, 39, 34, 0.1);
}
header .container {
  width: 1400px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .container .sns {
  position: absolute;
  top: 0;
  right: 0;
}
header .container .sns a {
  font-size: 1.8rem;
}
header .container .sns a i {
  transition: 0.4s;
}
header .container .logo {
  display: flex;
  align-items: center;
  position: relative;
}
header .container .logo img {
  width: 55px;
  position: absolute;
  transition: 0.4s;
}
header .container .logo img.icon_w {
  opacity: 0;
}
header .container .logo .text {
  text-align: center;
}
header .container .logo .text h3 {
  margin-left: 65px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #2c2722;
  transition: 0.4s;
}
header .container .logo .text h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: 65px;
  color: #2c2722;
  transition: 0.4s;
}
header .container .navigation {
  display: flex;
  opacity: 0.9;
  gap: 30px;
  padding-top: 30px;
}
header .container .navigation li {
  cursor: pointer;
  display: block;
  position: relative;
  transition: 0.4s;
}
header .container .navigation li::after {
  background-color: #cfaa77;
  opacity: 0.7;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}
header .container .navigation li:not(:last-of-type):hover {
  color: #cfaa77;
}
header .container .navigation li:not(:last-of-type):hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
header .container .navigation li a {
  transition: 0.4s;
}
header .container .navigation li .contact {
  background: #2c2722;
  padding: 12px 25px 13px;
  color: #fff;
  border-radius: 5px;
  transition: 0.2s;
}
header .container .navigation li .contact::after {
  display: none;
}
header .container .navigation li .contact:hover {
  background: #cfaa77;
}
header .container #hamburger {
  display: none;
  flex-direction: column;
  gap: 12px;
  cursor: pointer;
  padding: 20px 0;
  z-index: 100;
}
header .container #hamburger li {
  width: 60px;
  height: 2px;
  background: #2c2722;
  display: block;
  margin-left: auto;
  transition: 0.3s;
}
header .container #hamburger li:last-of-type {
  width: 45px;
}
header .container #hamburger:hover li:last-of-type {
  width: 60px;
}
header .container #hamburger.active li {
  transition: 0.3s;
  background: #2c2722 !important;
}
header .container #hamburger.active li:first-of-type {
  transform: rotate(45deg) translate(5px, 5px);
}
header .container #hamburger.active li:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 60px;
}
header #global_navigation {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  text-align: center;
  display: none;
}
header #global_navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f5ef;
}
header #global_navigation .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.9;
}
header #global_navigation .wrapper h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-size: 1.5rem;
}
header #global_navigation .wrapper .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
header #global_navigation .wrapper .logo img {
  width: 70px;
}
header #global_navigation .wrapper .logo .text {
  text-align: center;
}
header #global_navigation .wrapper .logo .text h3 {
  margin-left: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #2c2722;
}
header #global_navigation .wrapper .logo .text h2 {
  margin-left: 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #2c2722;
  transition: 0.4s;
}
header #global_navigation .wrapper .navigation {
  margin-top: 20px;
}
header #global_navigation .wrapper .navigation ul {
  margin: 0 auto;
}
header #global_navigation .wrapper .navigation ul li {
  font-size: 1.1rem;
  line-height: 3rem;
}
header #global_navigation .wrapper .navigation ul li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
header #global_navigation .wrapper .about {
  width: 400px;
  margin: 0 auto;
  margin-top: 30px;
}
header #global_navigation .wrapper .about .link {
  border: solid 1px #555;
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 1rem;
  border-radius: 5px;
}
header #global_navigation .wrapper .about .link i {
  margin-right: 10px;
}
header #global_navigation .wrapper .about .company p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-family: "Shippori Mincho", serif;
}
header #global_navigation .wrapper .about .company .link {
  margin-top: 10px;
}
header #global_navigation .wrapper .about .sns ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
header #global_navigation .wrapper .about .sns ul li {
  width: 100%;
}
header.transparent {
  background: transparent;
  box-shadow: none;
}
header.transparent .container .sns a i {
  color: #fff;
  opacity: 0.8;
}
header.transparent .container .logo img.icon_w {
  opacity: 1;
}
header.transparent .container .logo img.icon_b {
  opacity: 0;
}
header.transparent .container .logo .text h3 {
  color: #fff;
}
header.transparent .container .logo .text h2 {
  color: #fff;
}
header.transparent .container .navigation {
  opacity: 1;
}
header.transparent .container .navigation li::after {
  background-color: #fff;
}
header.transparent .container .navigation li a {
  color: #fff;
}
header.transparent .container #hamburger li {
  background: #fff;
}
header.no-transition, header.no-transition * {
  transition: none !important;
}

#transition-overlay {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  z-index: 500;
  background: #f8f5ef;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: scale(1.7);
}
#transition-overlay.loaded .logo-container {
  display: none;
}
#transition-overlay .logo-container {
  position: relative;
  width: 100%;
  height: 100%;
  animation: transparent 0.4s 1.5s ease-in forwards;
}
@keyframes transparent {
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
#transition-overlay .logo-container .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
#transition-overlay .logo-container .logo.dummy {
  opacity: 0.2;
}
#transition-overlay .logo-container .logo:not(.dummy) {
  animation: clip 1s 0.5s ease-out forwards;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
@keyframes clip {
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
#transition-overlay .logo-container .logo img {
  width: 70px;
  position: absolute;
  transition: 0.4s;
}
#transition-overlay .logo-container .logo img.icon_w {
  opacity: 0;
}
#transition-overlay .logo-container .logo .text {
  text-align: center;
  margin-left: 80px;
}
#transition-overlay .logo-container .logo .text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #2c2722;
  transition: 0.4s;
}
#transition-overlay .logo-container .logo .text h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #2c2722;
  transition: 0.4s;
}

main {
  z-index: 50;
}
main a {
  color: #cfaa77;
}
main a:hover {
  text-decoration: underline;
}
main .p_label {
  color: #cfaa77;
  letter-spacing: 0.15rem;
}
main .p_title {
  margin-top: 30px;
}
main .p_subtitle {
  font-size: 1.1rem;
  margin-top: 30px;
}
main .p_text {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 20px;
  opacity: 0.7;
  color: #2c2722;
}
main h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c2722;
}
main h2 {
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
main h2 span {
  font-family: "Shippori Mincho", serif;
  color: #cfaa77;
}
main h3 {
  font-size: 1.3rem;
  margin: 10px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
main .link-button {
  padding: 15px 40px 16px;
  color: #fff;
  border-radius: 5px;
  transition: 0.2s;
  background: #cfaa77;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
}
main .link-button.center {
  margin: 30px auto 0;
}
main .link-button i {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 5px;
  transition: 0.2s;
}
main .link-button:hover {
  background: #e5c9a3;
  color: #2c2722;
  text-decoration: none;
}
main .link-button:hover i {
  color: #2c2722;
}
main .link-button.transparent {
  border: solid 1px rgba(255, 255, 255, 0.3333333333);
  background: transparent;
}
main .link-button.transparent:hover {
  background: rgba(255, 255, 255, 0.1333333333);
  color: #fff;
}
main article {
  width: 1400px;
  margin: 120px auto;
}
main article#news-single, main article#case-study-single {
  width: 1100px;
}
main article#hero:not(.front-page) {
  width: 100%;
  height: 600px;
  margin: 0;
  position: relative;
}
main article#hero:not(.front-page).small {
  height: 350px;
}
main article#hero:not(.front-page).small .wrapper {
  top: 120px;
}
main article#hero:not(.front-page)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
main article#hero:not(.front-page) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main article#hero:not(.front-page) .wrapper {
  position: absolute;
  z-index: 1;
  width: 1400px;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
main article#hero:not(.front-page) .wrapper h4 {
  color: #cfaa77;
  opacity: 0.9;
  position: relative;
  bottom: 40px;
  font-weight: 500;
}
main article#hero:not(.front-page) .wrapper h4::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #cfaa77;
  left: 0;
  bottom: -15px;
}
main article#hero:not(.front-page) .wrapper h1 {
  color: #fff;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
main article#hero:not(.front-page) .wrapper .p_text {
  color: #fff;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
main article.background-colored {
  background: rgba(248, 245, 239, 0.9490196078);
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e5c9a3' fill-opacity='.12' %3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  padding: 120px 0;
  width: 100%;
  margin: 0;
}
main article.background-colored .wrapper {
  width: 1400px;
  margin: 0 auto;
}

footer {
  background: #2c2722;
  padding: 50px 0;
  margin-top: auto;
  z-index: 50;
}
footer * {
  color: #eee;
}
footer .container {
  width: 1400px;
  margin: 0 auto;
}
footer .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .content .company {
  position: relative;
  width: 30%;
}
footer .container .content .company .logo {
  position: relative;
}
footer .container .content .company .logo a {
  display: flex;
  align-items: center;
}
footer .container .content .company .logo a img {
  width: 55px;
}
footer .container .content .company .logo a .text {
  text-align: center;
  margin-left: 10px;
}
footer .container .content .company .logo a .text h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.8;
  color: #fff;
  margin: 0;
}
footer .container .content .company .logo a .text h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.4s;
}
footer .container .content .company .about {
  margin-top: 10px;
}
footer .container .content .company .about p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  opacity: 0.8;
}
footer .container .content .company .about .address {
  margin-top: 20px;
}
footer .container .content .company .about .tags {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
footer .container .content .company .about .tags li {
  line-height: 1.6rem;
  font-size: 0.7rem;
  opacity: 0.8;
  border: solid 1px #777;
  padding: 0 10px;
  border-radius: 4px;
}
footer .container .content .sitemap {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
footer .container .content .sitemap.sp {
  display: none;
}
footer .container .content .sitemap ul {
  width: 30%;
}
footer .container .content .sitemap ul li {
  line-height: 3rem;
  font-size: 1.1rem;
}
footer .container .content .sitemap ul li.dummy {
  height: 3rem;
}
footer .container .content .sitemap ul li a {
  color: #ddd;
  display: block;
}
footer .container .content .sitemap ul li a span {
  position: relative;
  padding-left: 30px;
  transition: 0.2s;
}
footer .container .content .sitemap ul li a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  transition: 0.2s;
}
footer .container .content .sitemap ul li a:hover span {
  color: #cfaa77;
}
footer .container .content .sitemap ul li a:hover::before {
  left: 5px;
  border-color: #cfaa77;
}
footer .container .bottom {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  border-top: solid 1px #555;
  margin-top: 30px;
  padding-top: 30px;
}
footer .container .bottom p {
  opacity: 0.7;
}

@media screen and (max-width: 1500px) {
  header .container,
  main article,
  footer .container {
    width: calc(100% - 100px);
  }
  main article {
    margin: 80px auto;
  }
  main article.background-colored {
    padding: 80px 0;
  }
  main article.background-colored .wrapper {
    width: calc(100% - 100px);
  }
  main article#hero:not(.front-page) .wrapper {
    width: calc(100% - 100px);
  }
  footer .container .content .sitemap {
    width: 60%;
  }
  footer .container .content .sitemap ul li {
    font-size: 1rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 1200px) {
  header .container .navigation,
  header .container .sns {
    display: none;
  }
  header .container #hamburger {
    display: flex;
  }
  main article .background-colored .wrapper {
    width: 1100px;
  }
  main article#news-single, main article#case-study-single {
    width: calc(100% - 100px);
  }
  main .p_label {
    font-size: 0.9rem;
  }
  main .p_title {
    margin-top: 20px;
  }
  main .p_subtitle {
    font-size: 1rem;
  }
  main .p_text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  main h1 {
    font-size: 2.3rem;
  }
  main h2 {
    font-size: 2rem;
  }
  main h3 {
    font-size: 1.1rem;
  }
  footer .container .content {
    flex-direction: column-reverse;
  }
  footer .container .content .company {
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
  }
  footer .container .content .company .logo {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .container .content .company .about .tags {
    justify-content: center;
  }
  footer .container .content .sitemap {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  header .container .logo img {
    width: 50px;
  }
  header .container .logo .text h3 {
    font-size: 0.8rem;
    margin-left: 58px;
  }
  header .container .logo .text h2 {
    font-size: 1.3rem;
    margin-left: 58px;
  }
  main .p_label {
    font-size: 0.8rem;
  }
  main h1 {
    font-size: 2rem;
  }
  main h2 {
    font-size: 1.6rem;
  }
  main article {
    margin: 60px auto;
  }
  main article.background-colored {
    padding: 60px 0;
  }
  main article#hero:not(.front-page) {
    height: 500px;
  }
  main article#hero:not(.front-page).small .wrapper {
    top: 100px;
  }
  main article#hero:not(.front-page) .wrapper {
    top: 50px;
  }
  footer .container {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .container .content .company {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
  }
  footer .container .content .company .about p {
    font-size: 0.7rem;
  }
  footer .container .content .sitemap ul {
    width: 33%;
  }
  footer .container .content .sitemap ul li {
    font-size: 0.9rem;
    line-height: 2.5rem;
  }
  footer .container .content .sitemap ul li a span {
    padding-left: 25px;
  }
  footer .container .content .sitemap ul li a span::before {
    width: 7px;
    height: 7px;
  }
  footer .container .bottom {
    text-align: center;
    display: block;
    width: calc(100% - 100px);
    margin: 30px auto 0;
  }
  footer .container .bottom p:first-of-type {
    opacity: 0.9;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  header .container,
  main article,
  footer .container {
    width: calc(100% - 50px);
  }
  header #global_navigation .wrapper {
    top: 30px;
  }
  header #global_navigation .wrapper .navigation {
    margin-top: 0;
  }
  header #global_navigation .wrapper .navigation ul li {
    font-size: 0.95rem;
    line-height: 2.3rem;
  }
  header #global_navigation .wrapper .about {
    width: 80%;
    margin-top: 10px;
  }
  header #global_navigation .wrapper .about .link {
    padding: 14px 0;
    font-size: 0.9rem;
  }
  header #global_navigation .wrapper .about .company p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  header #global_navigation .wrapper .about .sns ul {
    margin-top: 10px;
    gap: 10px;
  }
  #transition-overlay {
    transform: scale(1);
  }
  main .p_text {
    font-size: 0.8rem;
  }
  main h1 {
    font-size: 1.7rem;
  }
  main h2 {
    font-size: 1.5rem;
  }
  main .link-button {
    width: 50%;
    font-size: 0.9rem;
    justify-content: center;
    padding: 15px 0 16px;
  }
  main article#news-single, main article#case-study-single {
    width: calc(100% - 50px);
  }
  main article.background-colored .wrapper {
    width: calc(100% - 50px);
  }
  main article#hero:not(.front-page).small {
    height: 300px;
  }
  main article#hero:not(.front-page).small .wrapper {
    top: 100px;
  }
  main article#hero:not(.front-page) .wrapper {
    width: calc(100% - 50px);
  }
  footer .container {
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .container .content .company {
    width: calc(100% - 50px);
  }
  footer .container .content .sitemap.sp {
    display: flex;
  }
  footer .container .content .sitemap.pc {
    display: none;
  }
  footer .container .content .sitemap ul {
    width: 50%;
  }
  footer .container .content .sitemap ul li {
    font-size: 0.85rem;
    line-height: 2.2rem;
  }
  footer .container .bottom {
    text-align: center;
    display: block;
    width: calc(100% - 50px);
    margin: 30px auto 0;
  }
  footer .container .bottom p:first-of-type {
    opacity: 0.9;
    margin-bottom: 10px;
  }
}