@charset "UTF-8";
/*
Theme Name: Original Theme 2026
Theme URl: https://kakkoi.jp/
Description: Basic Theme for WordPress.
Author: seeboo design
*/
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --gutter: 20px;
  --container: 760px;
  --container-wide: 840px;
  --container-ful-wide: 1200px;
  --font-size: 1.6rem;
  --space-xxs: 10px;
  --space-xs: 20px;
  --space-sm: 40px;
  --space-md: clamp(40px, 6vmin, 90px);
  --space-lg: clamp(70px, 8vmin, 140px);
}
@media screen and (max-width: 430px) {
  :root {
    --gutter: 10px;
  }
}

.article-page p,
.article-page figure,
.article-page ul,
.article-page ol,
.article-page h1,
.article-page h2,
.article-page h3,
.article-page h4,
.article-page blockquote {
  margin: 0;
}

.builder-page p,
.builder-page figure,
.builder-page ul,
.builder-page ol,
.builder-page h1,
.builder-page h2,
.builder-page h3,
.builder-page h4,
.builder-page blockquote {
  margin: 0;
}

.works-page p,
.works-page figure,
.works-page ul,
.works-page ol,
.works-page h1,
.works-page h2,
.works-page h3,
.works-page h4,
.works-page blockquote {
  margin: 0;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  background: #fff;
  color: #333333;
  font-size: var(--font-size);
}
@media screen and (max-width: 599px) {
  body {
    padding-bottom: calc(CTA高さ + env(safe-area-inset-bottom));
  }
}

#wrapper {
  width: 100%;
}

a {
  color: #364A7D;
  text-decoration: none;
}

.c-container {
  width: min(var(--container), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.c-containerWide {
  width: min(var(--container-wide), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.section {
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 50;
  position: relative;
  vertical-align: bottom;
}

.main {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .main {
    margin: 0;
  }
}

h1, h2, h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500 !important;
}

h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700 !important;
}

br.pc {
  display: block;
}
@media screen and (max-width: 599px) {
  br.pc {
    display: none;
  }
}
br.pc2 {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc2 {
    display: none;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.mb {
  display: none;
}
@media screen and (max-width: 599px) {
  br.mb {
    display: block;
  }
}
br.mb2 {
  display: block;
}
@media screen and (max-width: 599px) {
  br.mb2 {
    display: none;
  }
}

strong {
  font-weight: 500;
}

.scroll-up01 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-up01.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.scroll-up02 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scroll-up02.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

p.justify {
  text-align: justify;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 2000;
}
@media screen and (max-width: 599px) {
  #page-top {
    bottom: 70px;
    right: 5px;
  }
}
#page-top a {
  background-color: #F6D83F;
  color: #FFF;
  text-decoration: none;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #0080FF;
}

.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.modaal {
  width: 90% !important;
  height: 90% !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: inline-block;
  text-align: left !important;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0px 10px;
  }
}

body.is-scroll-locked {
  overflow: hidden;
}

body.is-scroll-locked #wrapper {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
  padding: 0;
}
.menu-btn__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  margin: 6px 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 599px) {
  .menu-btn {
    right: 10px;
    top: 20px;
  }
}

body.is-open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
body.is-open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
body.is-open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

#menuOverlay.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 9998;
}

body.is-open #menuOverlay.menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

#siteMenu {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  height: 100dvh !important;
  width: min(420px, 92vw) !important;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.92) !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  z-index: 9999;
  will-change: transform;
  -webkit-box-shadow: -20px 0 60px rgba(0, 0, 0, 0.12);
          box-shadow: -20px 0 60px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateX(100%) !important;
          transform: translateX(100%) !important;
  -webkit-transition: -webkit-transform 0.28s ease !important;
  transition: -webkit-transform 0.28s ease !important;
  transition: transform 0.28s ease !important;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  padding: 72px 22px 24px !important;
  display: block !important;
}
@media screen and (max-width: 599px) {
  #siteMenu {
    width: 100vw !important;
  }
}

body.is-open #siteMenu {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

#siteMenu ul,
#siteMenu .menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

#siteMenu ul > li,
#siteMenu .menu-list > li {
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

#siteMenu ul > li > a,
#siteMenu .menu-list > li > a {
  display: block !important;
  width: 100% !important;
  padding: 16px 4px !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  color: #000 !important;
}

#siteMenu a:hover,
#siteMenu a:focus-visible {
  opacity: 0.7;
  outline: none;
}

#siteMenu a {
  position: relative;
}

#siteMenu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#siteMenu a:hover::after,
#siteMenu a:focus-visible::after {
  width: 100%;
}

.common-contact {
  background-image: url(../svg/common-contact.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-contact .contact-area-container {
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px;
  margin-block: 0;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.common-contact .contact-area-container a.contact-area-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #333333;
  font-size: clamp(1.4rem, 0.5vw + 1.1rem, 1.8rem);
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-block: 25px;
  padding-inline: 10px;
}
.common-contact .contact-area-container a.contact-area-box i {
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
.common-contact .contact-area-container a.ec-link-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF5C00;
  font-size: clamp(1.8rem, 0.8vw + 1.2rem, 2.4rem);
  white-space: nowrap;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-style: oblique;
  color: #b44a2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-block: 20px;
  padding-inline: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: url(../svg/link-arrow.svg);
  background-position: 95% 5%;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.common-contact .contact-area-container a.ec-link-box i {
  font-size: 6.5rem;
  color: #333333;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
  .common-contact .contact-area-container a.ec-link-box {
    white-space: wrap;
  }
}
@media screen and (max-width: 820px) {
  .common-contact .contact-area-container {
    position: static;
    -webkit-transform: none;
            transform: none;
    gap: 15px;
    background-image: none;
    text-align: center !important;
    padding-block: 40px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 599px) {
  .common-contact .contact-area-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 820px) {
  .common-contact {
    height: auto !important;
    background-color: #F6D83F;
    background-image: none;
  }
}

.fix-CTA {
  display: none;
}
@media screen and (max-width: 599px) {
  .fix-CTA {
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 2px #FFF solid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 9999;
    padding: 0;
  }
  .fix-CTA a.contact-fix {
    font-size: 1.5rem;
    padding: 10px 5px 5px;
  }
  .fix-CTA a.contact-fix__C {
    background-color: #FF5C00;
    border-right: 1px solid #FFF;
    color: #FFF !important;
  }
  .fix-CTA a.contact-fix__B {
    background-color: #0080FF;
    border-left: 1px solid #FFF;
    color: #FFF !important;
  }
  .fix-CTA a.contact-fix i {
    font-size: 2.1rem;
  }
}

footer {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
}
footer .footer-logo {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px;
}
footer .footer-logo img {
  width: 70%;
  height: auto;
}
@media screen and (max-width: 820px) {
  footer .footer-logo img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  footer .footer-logo img {
    width: 70%;
  }
}
footer .footer-logo .sns-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  color: #F6D83F;
}
footer .footer-logo .sns-icons i {
  font-size: 5rem;
}
@media screen and (max-width: 820px) {
  footer .footer-logo {
    width: 100%;
  }
}
footer .footer-link {
  text-align: left;
}
footer .footer-link ul {
  list-style: none;
  margin-block: 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer-link ul li {
  font-size: 1.4rem;
  margin-bottom: 7px;
  margin-left: 10px;
  white-space: nowrap;
}
footer .footer-link ul li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  margin-right: 10px;
  font-weight: 800;
}
@media screen and (max-width: 820px) {
  footer .footer-link {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  footer {
    grid-template-columns: none;
  }
}

address {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  color: #F6D83F;
  margin-top: 10px;
  padding-block: 10px;
}
@media screen and (max-width: 599px) {
  address {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 70px;
  }
}

#sitemap {
  width: 100%;
  padding: 70px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #sitemap {
    padding: 30px 0;
  }
}
#sitemap h3 {
  text-align: center;
}
#sitemap h3 img {
  width: 265px;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  #sitemap h3 img {
    display: none;
  }
}
#sitemap .sitemap_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 1024px) {
  #sitemap .sitemap_frame {
    display: none;
  }
}
#sitemap .sitemap_frame .box {
  width: 24%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0;
  text-align: left !important;
}
#sitemap .sitemap_frame .box h4 a {
  font-size: 30px;
  font-size: 3rem;
  color: #F5EDC4;
  margin: 0 0 20px;
}
#sitemap .sitemap_frame .box ul {
  margin: 0 0 0 20px;
  padding: 0;
}
#sitemap .sitemap_frame .box ul li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #F5EDC4;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sitemap .sitemap_frame .box ul li span a {
  color: #595757;
}

ul.kome {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 599px) {
  ul.kome {
    padding: 0 10px 0 20px;
  }
}
ul.kome li {
  margin-bottom: 10px;
}
ul.kome li:before {
  content: "※";
  margin-left: -1.2em;
  margin-right: 3px;
}

.imgModal[aria-hidden=true] {
  display: none;
}

.imgModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.imgModal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.imgModal__dialog {
  position: relative;
  max-width: min(92vw, 1000px);
  max-height: 86vh;
  margin: 7vh auto;
  overflow: hidden;
}

.imgModal__figure {
  margin: 0;
}

ここに追加します .imgModal__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 48px);
  -o-object-fit: contain;
     object-fit: contain;
}

.imgModal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #292929;
  border-radius: 999px;
  cursor: pointer;
  font-size: 21px;
  line-height: 44px;
  text-align: center;
}

.works-search {
  background-color: #EDECEC;
  padding: 20px;
  text-align: left;
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works-search__title {
  font-weight: 900 !important;
  background-color: #F6D83F;
  display: inline-block;
  padding: 2px 0;
  width: 200px;
  border-radius: 2px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .works-search__title {
    width: 100%;
  }
}
.works-search__check-B {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 1.8rem;
  text-align: left;
}
.works-search__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works-search__btn {
  font-size: 1.8rem;
  background-color: #FF5C00;
  padding: 2px 20px;
  border-radius: 2px;
  color: #FFF;
  border: 0px solid;
}
.works-search__Cbtn {
  font-size: 1.8rem;
  background-color: #333333;
  padding: 2px 20px;
  border-radius: 2px;
  color: #FFF;
  border: 0px solid;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../img/hero.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover !important;
  opacity: 0;
  z-index: 1;
  padding-top: 85px;
  padding-bottom: clamp(80px, 13.3vh, 160px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 215, 109, 0.3);
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
}
.hero .top-header {
  width: 100%;
  height: 85px;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10000;
  padding-right: clamp(6rem, 6.6vw, 8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero .top-header h1.logo {
  width: 237px;
  height: 65px;
  position: relative;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(-1%, -50%);
          transform: translate(-1%, -50%);
}
.hero .top-header h1.logo img {
  width: 237px;
  height: 65px;
}
@media screen and (max-width: 599px) {
  .hero .top-header h1.logo img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero .top-header h1.logo {
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
            transform: translate(-2%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .hero .top-header h1.logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.hero .top-header nav {
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero .top-header nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero .top-header nav ul li {
  font-size: clamp(2rem, 1.6vw, 3rem);
}
.hero .top-header nav ul li a {
  color: #333333;
}
@media screen and (max-width: 820px) {
  .hero .top-header nav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .hero .top-header {
    height: auto;
    padding-block: 10px 0px;
    padding-right: 0;
  }
}
.hero .hero_container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  z-index: 3;
  margin-top: clamp(8px, 3vh, 40px);
  text-align: center;
  margin-inline: auto;
}
.hero .hero_container .hero_logo {
  width: 100%;
  max-width: 205px;
  height: auto;
  display: inline-block;
  margin-inline: auto;
}
.hero .hero_container .hero_logo img {
  width: 205px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .hero .hero_container .hero_logo img {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .hero .hero_container .hero_logo {
    max-width: 150px;
  }
}
.hero .hero_container .hero_text {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(3.8rem, 3vw, 6rem);
  color: #FFF;
  font-weight: 400;
  text-shadow: 3px 3px 0px #333;
  display: inline-block;
  line-height: 1.55;
  margin-inline: auto;
}
.hero .hero_container .hero_text .eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .hero .hero_container .hero_text {
    font-size: 3.1rem;
  }
}
.hero .hero_container .hero_text .char {
  display: inline-block;
  white-space: pre;
  will-change: transform, opacity;
  line-height: inherit;
}
.hero .hero_container .hero_cta {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #FF5C00;
  border: 5px solid #FFF;
  aspect-ratio: 1/1;
  place-items: center;
  text-align: center;
  margin-inline: auto;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 10;
}
.hero .hero_container .hero_cta:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 599px) {
  .hero .hero_container .hero_cta {
    font-size: 2.1rem;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 599px) {
  .hero .hero_container {
    margin-top: 60px !important;
  }
}
.hero .hero_cta_link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.hero .hero_cta_link:hover .hero_cta {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.top-search {
  background-image: url(../svg/search.svg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 70px;
}
.top-search__eng {
  font-size: 4.6rem !important;
  font-family: "Montserrat", sans-serif;
  color: #F6D83F;
  font-weight: 700;
  margin: 0px;
  line-height: 1em;
}
.top-search__jp {
  font-size: 1.8rem !important;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1em;
}

.pickup {
  background-image: url(../svg/pickup_title.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 145px auto;
  padding-top: 115px;
}
.pickup__text {
  font-size: 3.6rem !important;
  font-weight: 800 !important;
  color: #333333;
  line-height: 1em;
}

.top_pickup {
  width: 100%;
  background-color: #F5EDC4;
  padding-block: 40px 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .top_pickup {
    padding-inline: 10px;
  }
}
.top_pickup__grid {
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .top_pickup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 599px) {
  .top_pickup__grid {
    grid-template-columns: 1fr;
  }
}
.top_pickup__card {
  background: #f7f7f7;
  padding-block: 10px;
  padding-inline: 10px;
  -webkit-box-shadow: 0 0 5px #707070;
          box-shadow: 0 0 5px #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top_pickup__cardTitle {
  font-size: 1.8rem !important;
  margin: 0;
  text-align: left;
}
.top_pickup__thumb {
  position: relative;
  background: url("../svg/no-photo.svg") center/contain no-repeat;
  background-color: #d9d9d9;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-top: auto;
}
.top_pickup__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top_pickup__thumb:has(img) {
  background-image: none;
  background-color: transparent;
}
.top_pickup__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.top_pickup__badge img {
  display: block;
  width: 100px;
  height: auto;
}
.top_pickup__excerpt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top_pickup__excerpt p {
  font-size: 1.4rem !important;
}
.top_pickup__date {
  font-size: 1.4rem;
  margin-top: 10px;
  display: inline-block;
}
.top_pickup__date::before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
}
.top_pickup__link {
  color: #333333;
  display: inline;
  width: auto;
}

section.top_article {
  width: 100%;
  background-image: url(../svg/top_article.svg);
  padding-block: 0 80px;
  border-bottom: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.top_article h3.top_yellow {
  font-size: 1.6rem;
  background-color: #F6D83F;
  text-align: center;
  padding-block: 20px;
  width: 100%;
  font-weight: bold !important;
}
section.top_article h3.top_yellow .eng {
  font-size: 4.2rem;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  letter-spacing: 0.05em;
  text-shadow: -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333, 1px 1px 0 #333333;
}
@media screen and (max-width: 599px) {
  section.top_article h3.top_yellow .eng {
    font-size: 3.1rem;
  }
}
section.top_article p {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  section.top_article p {
    padding-inline: 10px;
  }
}

.tax-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .tax-info__grid {
    grid-template-columns: 1fr;
    padding-inline: 10px;
  }
}
.tax-info__card {
  display: grid;
  grid-template-columns: 12em 1fr;
  border: 1px solid #332D0D;
}
@media screen and (max-width: 1024px) {
  .tax-info__card {
    grid-template-columns: 1fr;
  }
}
.tax-info__thumb {
  width: 200px;
  height: 200px;
  background: url("../svg/no-photo.svg") center/contain no-repeat;
  background-color: #d9d9d9;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.tax-info__thumb img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-info__thumb img:has(img) {
  background-image: none;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .tax-info__thumb img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .tax-info__thumb {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.tax-info__body {
  text-align: left;
  padding-block: 10px;
  padding-inline: 20px;
  background-color: #EDECEC;
}
.tax-info__body h3 {
  font-size: 1.8rem;
  margin: 0;
}
.tax-info__body h3 a {
  color: #0080FF;
}
.tax-info__body p {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 1024px) {
  .tax-info__body {
    padding-inline: 10px;
  }
}
.tax-info__date {
  font-size: 1.2rem;
}
.tax-info__link {
  font-size: 1.5rem;
  font-weight: 700;
}
.tax-info__more {
  font-size: 1.4rem !important;
  background-color: #F5EDC4;
  padding: 2px 5px;
}
.tax-info__excerpt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.tax-info__empty {
  margin-bottom: 80px;
  text-align: center;
  font-size: 2.4rem;
}
.tax-info__term-chip {
  margin-top: 20px;
  font-size: 1.3rem;
  padding: 2px;
  display: block;
  border-top: solid 1px #888;
}

section.top_banner {
  width: 100%;
  background-color: #EDECEC;
  padding-block: 40px;
}
section.top_banner .c-bannerGrid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section.top_banner .c-bannerGrid .c-banner__link {
  display: block;
  color: inherit;
  overflow: hidden;
  border: solid 2px #F6D83F;
}
section.top_banner .c-bannerGrid .c-banner__link img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 6/5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 1024px) {
  section.top_banner .c-bannerGrid .c-banner__link {
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  section.top_banner .c-bannerGrid .c-banner__link {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.top_banner .c-bannerGrid :hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 1366px) {
  section.top_banner .c-bannerGrid {
    gap: clamp(12px, 4vw, 24px);
  }
}
@media screen and (max-width: 599px) {
  section.top_banner .c-bannerGrid {
    grid-template-columns: 1fr;
  }
}

.margin_pattern01 {
  margin-bottom: var(--space-lg) !important;
}

.margin_pattern02 {
  margin-bottom: var(--space-md) !important;
}

.margin_pattern03 {
  margin-bottom: var(--space-sm) !important;
}

.margin_pattern04 {
  margin-bottom: var(--space-xs) !important;
}

.margin_pattern05 {
  margin-bottom: var(--space-xxs) !important;
}

.margin-canceling {
  margin: inherit !important;
}

.center_layout {
  width: 100%;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.center_left_layout {
  width: 100%;
  text-align: center !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .center_left_layout {
    text-align: justify !important;
  }
}

.left_center_layout {
  width: 100%;
  text-align: left !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .left_center_layout {
    text-align: center !important;
  }
}

.left_layout {
  width: 100%;
  text-align: left !important;
}

.right_layout {
  width: 100%;
  text-align: right !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

.l-split {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 599px) {
  .l-split {
    grid-template-columns: 1fr;
  }
}

.l-split--8-2 {
  grid-template-columns: 80% 20%;
}

.l-split--7-3 {
  grid-template-columns: 70% 30%;
}

.l-split--6-4 {
  grid-template-columns: 60% 40%;
}

.l-split--55-45 {
  grid-template-columns: 55% 45%;
}

.l-split--reverse {
  direction: rtl;
}

.l-split--reverse > * {
  direction: ltr;
}

.micro_text {
  font-size: 1.2rem;
}

.small_text {
  font-size: 1.4rem;
}

.mid_text {
  font-size: 1.6rem;
}

.half_large_text {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .half_large_text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .half_large_text {
    font-size: 1.6rem;
  }
}

.large_text {
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .large_text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .large_text {
    font-size: 1.8rem;
  }
}

.largest_text {
  font-size: 2.7rem;
}
@media screen and (max-width: 820px) {
  .largest_text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .largest_text {
    font-size: 2rem;
  }
}

.big_text {
  font-size: 3.6rem;
}
@media screen and (max-width: 820px) {
  .big_text {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .big_text {
    font-size: 2.6rem;
  }
}

.biggest_text {
  font-size: 4.2rem;
}
@media screen and (max-width: 820px) {
  .biggest_text {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .biggest_text {
    font-size: 30px;
    font-size: 3rem;
  }
}

.bold {
  font-weight: 600 !important;
}

.boldest {
  font-weight: 800 !important;
}

.blue {
  color: #F6D83F !important;
}

.white {
  color: #FFF !important;
}

.water {
  color: #008cd6 !important;
}

.purple_blue {
  color: #3b5998 !important;
}

.pink {
  color: #eb6ea5 !important;
}

.brown {
  color: #966731 !important;
}

.red {
  color: #FF0004 !important;
}

.orange {
  color: #ff7b00 !important;
}

.purple {
  color: #a64a97 !important;
}

.mint {
  color: #36a2ae !important;
}

.green {
  color: #F6D83F !important;
}

img.scaler {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0px;
}
img.scalerNM {
  width: 100%;
  height: auto;
  max-width: 1920px;
}
img.scaler80 {
  width: 80%;
  height: auto;
  max-width: 650px;
}
img.scaler50 {
  width: 50%;
  height: auto;
}
img.top20 {
  vertical-align: middle;
  display: inline-block;
}
img.right_lay {
  float: right;
  margin: 0px 0px 10px 10px;
}
img.left_lay {
  float: left;
  margin: 0px 20px 10px 0px;
}

.button {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .button {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0px auto;
    padding: 10px 20px;
  }
}
.button a {
  width: auto;
  color: #FFF !important;
  display: inline-block;
  padding: 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #F5EDC4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .button a {
    padding: 10px 40px;
  }
}
.button a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0px 0px 5px #000;
          box-shadow: 0px 0px 5px #000;
}

#breadcrumbs {
  font-size: 1.3rem;
  width: 100%;
  padding: 0 20px;
  margin: 10px auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: inline-block;
}
#breadcrumbs ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

p + .wp-block-columns {
  margin-top: 1em;
}

.cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.cat__link {
  padding: 4px 10px;
  border-radius: 5px;
  background: #eee;
  font-size: 1.3rem;
}

ul.post-category-list {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.post-category-list li.cat-item {
  padding: 5px 10px;
  font-size: 1.4rem;
  border-bottom: 1px dotted;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.tax-post-list__grid {
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.tax-post-list__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1366px) {
  .tax-post-list__grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .tax-post-list__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .tax-post-list__grid--4 {
    grid-template-columns: 1fr;
  }
}
.tax-post-list__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .tax-post-list__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .tax-post-list__grid--3 {
    grid-template-columns: 1fr;
  }
}
.tax-post-list__card {
  background: #f7f7f7;
  padding-block: 2.5px 10px;
  padding-inline: 10px;
  -webkit-box-shadow: 0 0 5px #707070;
          box-shadow: 0 0 5px #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tax-post-list__card .term-chip {
  font-size: 1.3rem;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 95%;
  right: 2%;
  -webkit-transform: translate(-2%, -95%);
          transform: translate(-2%, -95%);
  display: block;
  padding: 2px 5px;
}
.tax-post-list__cardTitle {
  font-size: 1.8rem !important;
  margin: 0;
  text-align: left;
}
.tax-post-list__thumb {
  position: relative;
  background: url("../svg/no-photo.svg") center/contain no-repeat;
  background-color: #d9d9d9;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: auto;
}
.tax-post-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tax-post-list__thumb:has(img) {
  background-image: none;
  background-color: transparent;
}
.tax-post-list__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.tax-post-list__badge img {
  display: block;
  width: 85px;
  height: auto;
}
.tax-post-list__excerpt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tax-post-list__excerpt p {
  font-size: 1.4rem !important;
}
.tax-post-list__date {
  font-size: 1.4rem;
  margin-top: 10px;
  display: inline-block;
}
.tax-post-list__date::before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
}
.tax-post-list__link {
  color: #333333;
  display: inline;
  width: auto;
}
.tax-post-list__more {
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 2.5px;
  background-color: #F5EDC4;
  display: inline-block;
  text-decoration: underline !important;
}
.tax-post-list__more a {
  color: #333333;
  text-decoration: underline !important;
}
.tax-post-list__builder {
  font-size: 1.3rem;
  background-color: #EDECEC;
  border-radius: 5px;
  padding: 2px 8px;
  display: inline-block !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.c-dlGrid {
  margin: 0;
  padding: 0;
}
.c-dlGrid__row {
  display: grid;
  grid-template-columns: 12em 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}
.c-dlGrid__row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 599px) {
  .c-dlGrid__row {
    grid-template-columns: 1fr;
  }
}
.c-dlGrid__row--full {
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}
.c-dlGrid__dt, .c-dlGrid__dd {
  margin: 0;
  padding: 18px 16px;
}
.c-dlGrid__dt {
  font-weight: 700;
}
.c-dlGrid__dd {
  text-align: left;
}
.c-dlGrid__dd a {
  text-decoration: underline;
  word-break: break-all;
}
.c-dlGrid__dd--full {
  padding: 18px 16px;
  text-align: left;
}
.c-dlGrid__dd--sns i {
  font-size: 2.4rem;
  margin-right: 10px;
}
.c-dlGrid__dd--sns a {
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .c-dlGrid .c-dlGrid__dt {
    padding-bottom: 8px;
  }
}

.c-caution {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(246, 216, 63, 0.18);
  border: 1px solid rgba(246, 216, 63, 0.55);
}
.c-caution__text {
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .c-caution {
    padding-inline: 10px;
  }
}

.c-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .c-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .c-gallery {
    grid-template-columns: 1fr;
  }
}

.c-gallery__item {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid #ddd;
}
.c-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works .c-gallery {
  width: 100%;
  padding-inline: 20px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1366px) {
  .single-works .c-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .single-works .c-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .single-works .c-gallery {
    grid-template-columns: 1fr;
    padding-inline: 10px;
  }
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .works-grid {
    grid-template-columns: 1fr;
  }
}

.works-card {
  -webkit-box-shadow: 0px 0px 5px #707070;
          box-shadow: 0px 0px 5px #707070;
}
.works-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-card__body {
  padding: 10px 0;
  text-align: center;
}
.works-card__title {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.works-card__date {
  font-size: 1.4rem;
  display: inline-block;
}
.works-card__date a {
  color: #333333 !important;
}
.works-card__date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
}
.works-card__builder {
  font-size: 1.3rem;
  background-color: #EDECEC;
  border-radius: 5px;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 10px;
}

.page-numbers {
  text-align: center;
  font-size: 1.6rem;
  padding-block: 2px;
  padding-inline: 10px;
  margin-block: 40px;
  margin-inline: 2.5px;
  display: inline-block;
}

.current {
  font-weight: bold;
  border-bottom: 2px solid;
  border: 2px solid;
}

.next, .prevd {
  border: 0px solid;
}

.edit {
  width: 100%;
  margin: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article-page {
  width: 100%;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-page :is(p, ul, ol, figure) {
  margin-bottom: var(--space-sm, 40);
}
.article-page :is(h2, h3, h4) {
  margin-bottom: var(--space-xs, 20);
}
.article-page p {
  text-align: left;
  line-height: 1.85;
}
.article-page + p.caution {
  margin-top: 0.6em !important;
  font-size: 14px;
  opacity: 0.75;
}
.article-page ul {
  text-align: left;
  padding-inline: 40px;
}
.article-page h2 {
  border: none;
  padding-left: 2rem;
  position: relative;
  font-size: clamp(2.1rem, 2.3vw, 2.8rem);
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.article-page h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 100%;
  background: #F6D83F;
}
@media screen and (max-width: 599px) {
  .article-page h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.article-page h3 {
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  color: #333333;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #F6D83F;
  /*&::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 24px;
      height: 3px;
      background: #e6b800;
      box-shadow:
          0 -10px 0 #e6b800,
          0 10px 0 #e6b800;
      }*/
}
.article-page h4 {
  position: relative;
  padding: 0.5em 1.2em;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 30px;
}
.article-page h4::before, .article-page h4::after {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #0080FF;
  content: "";
}
.article-page h4::before {
  top: calc(50% - 3px);
  left: 0;
}
.article-page h4::after {
  top: calc(50% + 3px);
  left: 5px;
}
.article-page h5 {
  font-size: 1.6rem;
  font-weight: bolder;
  color: #0080FF;
  text-align: left;
  margin-bottom: 20px;
}
.article-page figure.wp-block-image {
  text-align: center;
}
.article-page figure.wp-block-image img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.article-page figure.wp-block-image figcaption {
  text-align: center !important;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.article-page .article-tax-name {
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  border-bottom: dotted 1px #666;
}
.article-page .article-tax-name::before {
  font-family: "Font Awesome 6 Free";
  content: "\f07c";
  font-weight: 900;
  padding-right: 6px;
  color: #FF5C00;
}
.article-page .btn {
  background-color: #F6D83F;
  color: #FFF;
  padding: 5px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (max-width: 599px) {
  .article-page .btn {
    margin-bottom: 10px;
    padding: 2px 20px;
  }
}

.common-output__list {
  list-style: none;
  margin: 0;
}
.common-output__item {
  border-bottom: 1px dotted #777;
  padding-block: 0 10px;
  padding-inline: 10px;
  font-size: 1.4rem;
}
.common-output__item a {
  color: #333333;
}
.common-output__date {
  font-size: 1.3rem;
}
.common-output__date::before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
}

.article-archieve, .works-archieve {
  width: 100%;
  max-width: var(--container-ful-wide);
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .article-archieve, .works-archieve {
    padding-inline: 10px;
  }
}

.works-page {
  padding: 0;
}
.works-page .inner-container {
  text-align: center;
}
.works-page .inner-container--normal {
  width: 100%;
  max-width: var(--container-wide);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .works-page .inner-container--normal {
    padding-inline: 0px;
  }
}
.works-page .inner-container--wide {
  width: 100%;
  max-width: var(--container-ful-wide);
  padding-inline: 20px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .works-page .inner-container--wide {
    padding-inline: 0px;
  }
}
.works-page p {
  text-align: left;
  line-height: 1.85;
}
.works-page h2 {
  padding: 0.8rem 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F5EDC4), color-stop(20%, #dedede));
  background-image: -webkit-linear-gradient(left, #F5EDC4 0 20%, #dedede 20%);
  background-image: linear-gradient(90deg, #F5EDC4 0 20%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  color: #333333;
  font-weight: 700;
  font-size: clamp(2.1rem, 2.3vw, 2.8rem);
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .works-page h2 {
    padding-bottom: 20px;
  }
}
.works-page h3.sec-title {
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  color: #333333;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.works-page h3.sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 3px;
  background: #e6b800;
  -webkit-box-shadow: 0 -10px 0 #e6b800, 0 10px 0 #e6b800;
          box-shadow: 0 -10px 0 #e6b800, 0 10px 0 #e6b800;
}
.works-page h4 {
  position: relative;
  padding: 0.5em 1.2em;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 30px;
}
.works-page h4::before, .works-page h4::after {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #0080FF;
  content: "";
}
.works-page h4::before {
  top: calc(50% - 3px);
  left: 0;
}
.works-page h4::after {
  top: calc(50% + 3px);
  left: 5px;
}
.works-page .works-pict {
  text-align: center;
}
.works-page .works-pict img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  aspect-ratio: 3/2;
}
.works-page .works-description {
  text-align: left;
  font-size: 1, 6rem;
  background-color: #EDECEC;
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 10px;
  line-height: 1.9;
}
.works-page .btn {
  background-color: #F6D83F;
  color: #333333;
  padding: 5px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (max-width: 599px) {
  .works-page .btn {
    margin-bottom: 10px;
    padding: 2px 20px;
  }
}
.works-page .works-tax-name {
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  border-bottom: dotted 1px #666;
}
.works-page .works-tax-name::before {
  font-family: "Font Awesome 6 Free";
  content: "\f07c";
  font-weight: 900;
  padding-right: 6px;
  color: #FF5C00;
}
@media screen and (max-width: 599px) {
  .works-page {
    padding-inline: 10px;
  }
}

.works-builder__name {
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .works-builder__name {
    text-align: center !important;
  }
}
.works-builder__btn {
  justify-self: end;
}
@media screen and (max-width: 599px) {
  .works-builder__btn {
    justify-self: center !important;
  }
}

.builder-page {
  width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.builder-page .inner-container {
  text-align: center;
}
.builder-page .inner-container--normal {
  width: 100%;
  max-width: var(--container-wide);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .builder-page .inner-container--normal {
    padding-inline: 0px;
  }
}
.builder-page .inner-container--wide {
  width: 100%;
  max-width: var(--container-ful-wide);
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .builder-page .inner-container--wide {
    padding-inline: 0px;
  }
}
.builder-page p {
  text-align: left;
  line-height: 1.85;
}
.builder-page h2 {
  padding: 0.8rem 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F5EDC4), color-stop(20%, #dedede));
  background-image: -webkit-linear-gradient(left, #F5EDC4 0 20%, #dedede 20%);
  background-image: linear-gradient(90deg, #F5EDC4 0 20%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  color: #333333;
  font-weight: 700;
  font-size: clamp(2.1rem, 2.3vw, 2.8rem);
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .builder-page h2 {
    padding-bottom: 20px;
  }
}
.builder-page h3.sec-title {
  font-size: clamp(1.6rem, 1.8vw, 2.1rem);
  color: #333333;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.builder-page h3.sec-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 3px;
  background: #e6b800;
  -webkit-box-shadow: 0 -10px 0 #e6b800, 0 10px 0 #e6b800;
          box-shadow: 0 -10px 0 #e6b800, 0 10px 0 #e6b800;
}
.builder-page h4 {
  position: relative;
  padding: 0.5em 1.2em;
  font-size: 1.8rem;
  text-align: left;
  padding-left: 30px;
}
.builder-page h4::before, .builder-page h4::after {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #0080FF;
  content: "";
}
.builder-page h4::before {
  top: calc(50% - 3px);
  left: 0;
}
.builder-page h4::after {
  top: calc(50% + 3px);
  left: 5px;
}
.builder-page .builder-pict {
  text-align: center;
}
.builder-page .builder-pict img {
  width: 100%;
  height: auto;
  margin: 0 !important;
  aspect-ratio: 3/2;
}
.builder-page .builder-description {
  text-align: left;
  background-color: #EDECEC;
  padding-inline: 20px;
  padding-block: 20px;
  border-radius: 10px;
  line-height: 1.9;
}
.builder-page .builder-links {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .builder-page .builder-links {
    display: grid;
    grid-auto-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.builder-page .btn {
  background-color: #F6D83F;
  padding: 5px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (max-width: 599px) {
  .builder-page .btn {
    margin-bottom: 10px;
    padding: 2px 20px;
  }
}
.builder-page .btn--documents {
  background-color: #FF5C00 !important;
  color: #FFF !important;
  display: inline-block;
}
.builder-page .builder-tax-name {
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  border-bottom: dotted 1px #666;
}
.builder-page .builder-tax-name::before {
  font-family: "Font Awesome 6 Free";
  content: "\f133";
  font-weight: 900;
  padding-right: 6px;
  color: #FF5C00;
}
@media screen and (max-width: 599px) {
  .builder-page {
    padding-inline: 10px;
  }
}

.form-base {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin: 0 0 20px;
}
.form-base__head {
  margin: 0;
}
.form-base__body {
  margin: 0;
}
.form-base__th {
  border-bottom: 1px solid #F6D83F;
  padding: 20px;
  text-align: center;
}
.form-base__td {
  border-bottom: 1px solid #333333;
  padding: 20px;
  text-align: left;
}
.form-base .required {
  color: #FF0000;
  font-size: 1.4rem;
  margin-left: 10px;
}
.form-base p {
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .form-base {
    grid-template-columns: 1fr;
  }
}

.corp-frame {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin: 0 0 20px;
}
.corp-frame__head {
  margin: 0;
}
.corp-frame__body {
  margin: 0;
}
.corp-frame__th {
  border-bottom: 1px solid #0080FF;
  padding: 20px;
  text-align: center;
}
.corp-frame__td {
  border-bottom: 1px solid #333333;
  padding: 20px;
  text-align: left;
}
.corp-frame p {
  margin: 0 !important;
}
@media screen and (max-width: 599px) {
  .corp-frame {
    grid-template-columns: 1fr;
  }
}

.search-form {
  text-align: center;
  background: -webkit-radial-gradient(20% 50%, circle, rgba(246, 216, 63, 0.15), transparent 60%);
  background: radial-gradient(circle at 20% 50%, rgba(246, 216, 63, 0.15), transparent 60%);
  width: 100%;
  padding-block: 60px;
}
.search-form .builder-search {
  text-align: center;
}
.search-form .builder-search input {
  font-size: 2.4rem;
  padding: 10px 20px;
  background-color: #F5EDC4;
  width: 30%;
  margin-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .search-form .builder-search input {
    font-size: 2.1rem;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .search-form .builder-search input {
    width: 95%;
    padding: 10px;
    margin-block: 10px;
    margin-inline: 0;
  }
}
.search-form .builder-search button {
  font-size: 2.2rem;
  background-color: #F6D83F;
  padding: 6px 20px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .search-form .builder-search button {
    font-size: 1.8rem;
  }
}
.search-form .builder-search select {
  font-size: 2.2rem;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .search-form .builder-search select {
    font-size: 1.8rem;
  }
}
.search-form .builder-search__clear {
  font-size: 2.2rem;
  color: #FFF;
  padding: 6px 20px;
  background-color: #333333;
  border: 1px solid #333333;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .search-form .builder-search__clear {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .search-form {
    background: -webkit-radial-gradient(30% 40%, circle, rgba(246, 216, 63, 0.15), transparent 8560%);
    background: radial-gradient(circle at 30% 40%, rgba(246, 216, 63, 0.15), transparent 8560%);
  }
}

.builder-archieve, .work-archieve {
  width: 100%;
  max-width: var(--container-ful-wide);
  padding-inline: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .builder-archieve, .work-archieve {
    padding-inline: 10px;
  }
}

.page-header {
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10000;
  padding-right: clamp(6rem, 6.6vw, 8rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  position: fixed;
  top: 0;
}
.page-header .logo {
  width: 237px;
  height: 65px;
  position: relative;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(-1%, -50%);
          transform: translate(-1%, -50%);
}
.page-header .logo img {
  width: 237px;
  height: 65px;
}
@media screen and (max-width: 599px) {
  .page-header .logo img {
    width: 180px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .page-header .logo {
    left: 2%;
    -webkit-transform: translate(-2%, -50%);
            transform: translate(-2%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .page-header .logo {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    inset: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.page-header nav {
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header nav ul li {
  font-size: clamp(2rem, 1.6vw, 3rem);
}
.page-header nav ul li a {
  color: #333333;
}
@media screen and (max-width: 820px) {
  .page-header nav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .page-header {
    height: auto;
    padding-block: 10px 0px;
    padding-right: 0;
  }
}

.header-partition {
  background-image: url(../svg/h1.svg);
  background-repeat: repeat;
  background-position: center center;
  height: 60px;
  width: 100%;
  margin-inline: 0;
  padding: 0;
  margin-top: 90px;
}
@media screen and (max-width: 820px) {
  .header-partition {
    height: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .header-partition {
    height: 30px !important;
    margin-top: 70px;
  }
}

main {
  width: 100%;
  margin-inline: auto;
}
main.page_body {
  max-width: 1200px;
  padding-block: 20px 80px;
}
main.top_body {
  padding-block: 20px 80px;
}

h1.low_page {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  width: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
  text-wrap: balance;
  display: inline-block;
}
h1.low_page::after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: lightblue;
  border-radius: 2px;
}
@media screen and (max-width: 820px) {
  h1.low_page {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  h1.low_page {
    padding-inline: 0px;
    text-wrap: wrap;
    font-size: 21px;
    font-size: 2.1rem;
    width: 100%;
  }
}

ul.dotless {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.dotless li {
  margin-bottom: 30px;
}

ul.marginless {
  margin: 20px 0;
  padding: 0 0 0 20px;
}
ul.marginless li {
  margin-bottom: 10px;
}

#breadcrumbs {
  font-size: 1.3rem;
  width: 100%;
  padding: 0 20px;
  margin: 10px auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  display: inline-block;
}
#breadcrumbs ul {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

.wp-block-columns {
  margin: 80px 0;
}

.flow {
  background-color: #F5EDC4;
  width: 100%;
}
.flow .num {
  background-color: 2;
  color: #FFF;
  font-weight: bolder;
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 7.5px;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

ul.pict {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
ul.pict li {
  width: 32%;
  margin-bottom: 40px;
  padding: 0;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  ul.pict li {
    width: 48%;
    margin-bottom: 20px;
  }
}
ul.pict li img {
  width: 100% !important;
  max-width: 350px !important;
  height: 100% !important;
  max-height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  ul.pict li img {
    width: 180px !important;
    height: 180px !important;
  }
}

figure.pattern01 table {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  border-bottom: 3px solid #F6D83F !important;
}
@media screen and (max-width: 599px) {
  figure.pattern01 table {
    list-style: none;
    margin: 20px auto;
    border-bottom: none;
  }
}
figure.pattern01 table tr {
  background-color: #EDECEC;
}
figure.pattern01 table tr:nth-child(even) {
  background-color: #F5EDC4 !important;
}
@media screen and (max-width: 599px) {
  figure.pattern01 table tr:nth-child(even) {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 599px) {
  figure.pattern01 table tr {
    display: block;
    overflow: hidden;
    border-bottom: 1px dotted #878787;
  }
}
figure.pattern01 table th {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F6D83F !important;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  figure.pattern01 table th {
    display: none;
  }
}
figure.pattern01 table th:last-child {
  border-right: 0px solid !important;
}
figure.pattern01 table td {
  font-size: clamp(14px, 1.5vw, 18px);
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 599px) {
  figure.pattern01 table td {
    text-align: left;
    display: grid;
    grid-template-columns: 7em 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 12px;
  }
}
figure.pattern01 table td:last-child {
  border-right: 0px solid !important;
}
@media screen and (max-width: 599px) {
  figure.pattern01 table td::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 0.75em;
    color: #555;
  }
  figure.pattern01 table td:last-child {
    margin-bottom: 4px;
  }
}

figure.pattern02 table {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  border-bottom: 3px solid #F5EDC4 !important;
}
@media screen and (max-width: 599px) {
  figure.pattern02 table {
    list-style: none;
    margin: 20px auto;
    border-bottom: none;
  }
}
figure.pattern02 table tr {
  background-color: #EDECEC;
}
figure.pattern02 table tr:nth-child(even) {
  background-color: #F5EDC4 !important;
}
@media screen and (max-width: 599px) {
  figure.pattern02 table tr:nth-child(even) {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 599px) {
  figure.pattern02 table tr {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px dotted #878787;
  }
}
figure.pattern02 table th {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid #FFF !important;
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5EDC4 !important;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  figure.pattern02 table th {
    display: none;
  }
}
figure.pattern02 table th:last-child {
  border-right: 0px solid !important;
}
figure.pattern02 table td {
  font-size: clamp(14px, 1.5vw, 18px);
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid #FFF !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 599px) {
  figure.pattern02 table td {
    text-align: left;
    display: grid;
    grid-template-columns: 7em 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 12px;
  }
}
figure.pattern02 table td:last-child {
  border-right: 0px solid !important;
}
@media screen and (max-width: 599px) {
  figure.pattern02 table td::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 0.75em;
    color: #555;
  }
  figure.pattern02 table td:last-child {
    margin-bottom: 4px;
  }
}

figure.pattern03 table {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  border-bottom: 3px solid #707070 !important;
}
@media screen and (max-width: 599px) {
  figure.pattern03 table {
    list-style: none;
    margin: 20px auto;
    border-bottom: none;
  }
}
figure.pattern03 table tr {
  background-color: #EDECEC;
}
figure.pattern03 table tr:nth-child(even) {
  background-color: #F5EDC4 !important;
}
@media screen and (max-width: 599px) {
  figure.pattern03 table tr:nth-child(even) {
    background-color: transparent !important;
  }
}
@media screen and (max-width: 599px) {
  figure.pattern03 table tr {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    border-bottom: 1px dotted #878787;
  }
}
figure.pattern03 table th {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid #FFF !important;
  text-align: center;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #707070 !important;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  figure.pattern03 table th {
    display: none;
  }
}
figure.pattern03 table th:last-child {
  border-right: 0px solid !important;
}
figure.pattern03 table td {
  font-size: clamp(14px, 1.5vw, 18px);
  padding: 20px 10px;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 1px solid #FFF !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 599px) {
  figure.pattern03 table td {
    display: grid;
    grid-template-columns: 7em 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 12px;
    text-align: left;
  }
}
figure.pattern03 table td:last-child {
  border-right: 0px solid !important;
}
@media screen and (max-width: 599px) {
  figure.pattern03 table td::before {
    content: attr(data-label);
    font-weight: 600;
    margin-right: 0.75em;
    color: #555;
  }
  figure.pattern03 table td:last-child {
    margin-bottom: 4px;
  }
}
figure.pattern03 table figcaption.wp-element-caption {
  caption-side: bottom !important;
  padding: 10px !important;
  text-align: left !important;
}

figcaption.wp-element-caption {
  caption-side: bottom !important;
  padding: 10px !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 850px !important;
}

figure.corp table {
  width: 100%;
  margin: 0 auto;
  border: solid 0px !important;
  border-spacing: 5px !important;
  border-collapse: separate !important;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  figure.corp table {
    list-style: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 599px) {
  figure.corp table tr {
    display: block;
  }
}
figure.corp table th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px 10px;
  border-bottom: 1px solid #F6D83F;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  text-align: center;
  width: 30% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  figure.corp table th {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  figure.corp table th {
    display: list-item;
    width: 100% !important;
    padding: 5px 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
figure.corp table th.recruit {
  background-color: #ebebeb;
}
figure.corp table td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 820px) {
  figure.corp table td {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  figure.corp table td {
    display: list-item;
    width: 100%;
    padding: 5px 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

table.history {
  width: 100%;
  margin: 0 auto;
  border: solid 0px !important;
  border-collapse: collapse !important;
  max-width: 850px;
}
@media screen and (max-width: 599px) {
  table.history {
    margin: 20px auto;
  }
}
table.history th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #F6D83F;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  text-align: right;
  width: 30% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F6D83F;
}
@media screen and (max-width: 820px) {
  table.history th {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.history th {
    width: 30% !important;
    padding: 10px;
    border-right: 0px solid;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
table.history th.recruit {
  background-color: #ebebeb;
}
table.history td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
  border-left: solid 0px !important;
  border-top: solid 0px !important;
  border-right: solid 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 820px) {
  table.history td {
    padding: 20px 10px !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  table.history td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: justify;
  }
}

iframe.map {
  width: 100%;
  height: 400px;
}

.greeting_area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.greeting_area .greeting {
  width: 63%;
}
@media screen and (max-width: 599px) {
  .greeting_area .greeting {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.greeting_area .pict {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .greeting_area .pict {
    width: 100%;
  }
}
.greeting_area .pict img {
  width: 100%;
  height: auto;
  border: 10px solid #FFF;
  -webkit-box-shadow: 0 0 10px #353535;
          box-shadow: 0 0 10px #353535;
}
@media screen and (max-width: 820px) {
  .greeting_area .pict img {
    border: 5px solid #FFF;
  }
}

.public_solicitation {
  width: 100%;
  max-width: 1200px;
  background-image: url(pic/cta.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  padding-block: clamp(20px, 3.3vw, 40px);
  padding-inline: clamp(20px, 3.3vw, 40px);
  position: relative;
  overflow: hidden;
}
.public_solicitation::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 0;
}
.public_solicitation > * {
  position: relative;
  z-index: 1;
}
.public_solicitation h3 {
  font-size: clamp(21px, 2.6vw, 31px);
  font-weight: 900;
}
.public_solicitation p {
  font-size: clamp(16px, 1.7vw, 21px);
}
.public_solicitation .cta_button a {
  text-align: center;
  padding-block: clamp(5px, 0.8vw, 10px);
  padding-inline: clamp(15px, 2.5vw, 30px);
  border-radius: 50px;
  background-color: #FF5C00;
  border: solid 1px #EDECEC;
  -webkit-transition: background-color 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px, 2vw, 24px;
  color: #F6D83F;
  font-weight: 700;
}
.public_solicitation .cta_button a:hover {
  background-color: #F5EDC4;
}

.contact_layout {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact_layout h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #F6D83F;
  margin: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F6D83F;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .contact_layout h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .contact_layout {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0px;
  }
}

table.inq {
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto 60px;
  border-bottom: 1px solid #818181;
  max-width: 1000px;
}
@media screen and (max-width: 599px) {
  table.inq {
    list-style: none;
    margin: 20px auto 60px;
  }
}
@media screen and (max-width: 599px) {
  table.inq tr {
    display: block;
  }
}
table.inq th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.inq th {
    display: list-item;
    padding: 5px !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    width: 100%;
  }
}
table.inq td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  border-top: 1px solid #cccccc;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  table.inq td {
    display: list-item;
    padding: 5px 0 !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    width: 100%;
  }
}
table.inq td .long {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td .long input {
  margin: 5px 0;
  padding: 15px;
  width: 100% !important;
}
@media screen and (max-width: 599px) {
  table.inq td .long input {
    padding: 5px;
  }
}
table.inq td .mid {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td .mid input {
  margin: 5px 0;
  padding: 15px;
  width: 60% !important;
}
@media screen and (max-width: 599px) {
  table.inq td .mid input {
    padding: 5px;
    width: 95% !important;
  }
}
table.inq td .short {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td .short input {
  margin: 5px 0;
  padding: 15px;
  width: 25% !important;
}
@media screen and (max-width: 599px) {
  table.inq td .short input {
    padding: 5px;
  }
}
table.inq td select {
  font-size: 18rem;
  font-size: 18px;
  padding: 5px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
table.inq td textarea {
  font-size: 16rem;
  font-size: 16px;
  padding: 15px;
  margin: 0;
  width: 100%;
  height: 70%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (max-width: 599px) {
  table.inq td textarea {
    padding: 5px !important;
  }
}
@media screen and (max-width: 599px) {
  table.inq td {
    padding: 5px !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}

input.wpcf7-submit, input.confirm_button {
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #F6D83F;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  display: inline-block;
  margin: 20px 10px;
}

input.back_button {
  padding: 5px 30px;
  border-radius: 10px;
  background-color: #EDECEC;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin: 10px auto;
  display: inline-block;
  margin: 20px 10px;
}

.turnstile {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  height: 80px;
  padding: 0;
  width: 100%;
}
.turnstile .wpcf7-turnstile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpcf7-radio {
  display: block;
}

.wpcf7-text {
  padding: 10px !important;
  margin-block: 5px;
}

.input-S {
  width: 100px;
}

.input-M {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .input-M {
    width: 98%;
  }
}

.input-L {
  width: 90%;
}
@media screen and (max-width: 599px) {
  .input-L {
    width: 98%;
  }
}

textarea {
  width: 90%;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error {
  color: #FF0000;
  display: inline-block;
  width: 100%;
}

.send-over {
  margin: 0 0 150px;
  text-align: center !important;
}
.send-over h3 {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 900;
  color: #F6D83F;
}
.send-over img {
  margin: 40px auto 80px !important;
}

.Confirm, .Thanks {
  display: none;
}

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

ol.pp {
  margin: 0;
  padding: 0 10px 0 20px;
}

.snapwidget-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: inline-block;
}

.blog__title {
  font-size: 2.4rem;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .blog__title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.blog__date {
  text-align: right;
  font-size: 1.3rem !important;
  padding: 5px 20px;
  background-color: #F5EDC4;
  margin-block: 10px;
}
.blog__date-cat {
  text-align: left;
  font-size: 1.3rem !important;
}
.blog__sentence {
  text-align: left;
  border-bottom: 1px solid #333333;
  padding-block: 20px;
}
.blog__sentence p {
  margin-bottom: 1.6em;
}
.blog__list {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
}
.blog__btn {
  background-color: #F6D83F;
  color: #FFF;
  padding: 5px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (max-width: 599px) {
  .blog__btn {
    margin-bottom: 10px;
    padding: 2px 20px;
  }
}

.blog-cat-name {
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  margin-block: 40px;
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  border-bottom: dotted 1px #666;
}
.blog-cat-name::before {
  font-family: "Font Awesome 6 Free";
  content: "\f07c";
  font-weight: 900;
  padding-right: 6px;
  color: #FF5C00;
}/*# sourceMappingURL=style.css.map */