@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
  z-index: 302;
  transform: rotate(0deg);
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3A9366;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: calc(50% - 1.5px);
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  bottom: 0;
  transform-origin: left center;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.active-ham {
  position: fixed;
  top: 4vw;
  right: 4vw;
  margin-top: 2vw;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: -5px;
  left: 0;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 0;
}

header {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(20px, 5vw, 40px) clamp(20px, 5vw, 40px) 0 clamp(20px, 5vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container {
  display: block;
  width: clamp(68px, 10vw, 160px);
  height: fit-content;
}
header .header-container img {
  width: 100%;
}
header .nav-container {
  position: fixed;
  top: clamp(20px, 5vw, 40px);
  right: clamp(20px, 5vw, 40px);
  z-index: 900;
}
header .nav-container .hamburger {
  display: block;
}
header .nav-container.open-menu {
  background-color: #3A9366;
  color: #ffffff;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding: 4vh 10vw 4vh 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-container.open-menu .nav-menu {
  display: flex !important;
  flex-direction: column;
  width: 100%;
}
header .nav-container.open-menu .nav-menu li {
  margin: 1em 0;
}
header .nav-container.open-menu .nav-menu li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .nav-container.open-menu .nav-menu li a::after {
  content: ">";
  font-size: 16px;
  color: #ffffff;
}
header .nav-container.open-menu .hamburger span {
  background: #ffffff;
}
@media screen and (min-width: 801px) {
  header {
    position: relative;
    height: 100vh;
    padding: clamp(10px, 7vh, 68px) clamp(20px, 5vw, 80px) calc(4rem + clamp(30px, 10vh, 100px)) clamp(20px, 5vw, 80px);
    flex-direction: column;
    align-items: flex-start;
    color: #121212;
  }
  header .nav-container {
    position: unset;
    top: unset;
    right: unset;
    margin: auto 0;
  }
  header .nav-container ul {
    list-style: none;
    text-transform: uppercase;
  }
  header .nav-container ul li {
    margin: clamp(1em, 3vh, 1.8em) 0;
  }
  header .nav-container ul li.recruit-btn a {
    letter-spacing: 0.1em;
    width: fit-content;
    padding: 1em 2.5em;
    background-color: #3A9366;
    color: #ffffff;
    text-align: center;
  }
  header .nav-container .hamburger {
    display: none;
  }
  header .header-text {
    display: block;
    margin: auto 0 0 0;
  }
  header .scroll-text {
    position: absolute;
    bottom: 1rem;
    left: clamp(10px, 2.5vw, 40px);
    width: 1rem;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@font-face {
  font-family: hamburgHand;
  font-weight: bold;
  src: url(../assets/fonts/HamburgHand-Bold.otf) format("opentype");
}
@font-face {
  font-family: hamburgHandReg;
  font-weight: 400;
  src: url(../assets/fonts/HamburgHand-Regular.otf) format("opentype");
}
.f-hamb-reg {
  font-family: hamburgHandReg !important;
  font-weight: 400;
}

.f-hamb {
  font-family: hamburgHand !important;
  font-weight: bold;
}

.f-source-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.f-source-reg {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.f-source-med {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
}

.f-yumin-exb {
  font-family: YuMincho, "YuMincho", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 900;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
}

h2,
.h2-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 7vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h4,
.h4-like {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.p-36 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
}

.p-small {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.p-bold {
  font-weight: bold;
}

footer {
  width: 100%;
  padding: 0 0 0 0;
  background-color: #ffffff;
  color: #565656;
}
footer .footer-block {
  box-sizing: border-box;
  width: 100%;
}
footer .footer-block ul {
  list-style-type: none;
}
footer .right-col {
  background-color: #3A9366;
  color: #ffffff;
  order: 1;
  padding: 55px 40px;
}
footer .right-col ul {
  margin: 0 auto;
  max-width: 400px;
}
footer .right-col ul li {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
footer .right-col ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 0.5em;
}
footer .right-col ul li a::after {
  content: ">";
}
footer .right-col ul li.recruit-btn {
  display: none;
}
footer .right-col ul li:first-child {
  border-top: 1px solid #ffffff;
}
footer .left-col {
  order: 2;
  padding: 100px 16px 60px 16px;
}
footer .left-col .logo-container {
  max-width: 400px;
  margin: 0 auto;
}
footer .left-col .logo-container .footer-logo {
  width: clamp(120px, 10vw, 160px);
}
footer .left-col ul {
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0;
}
footer .left-col ul.honsha {
  border-bottom: 1px solid #646464;
}
footer .left-col ul li {
  margin: 0.3em 0 0.3em 1em;
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
  color: #646464;
}
footer .footer-copy {
  order: 3;
  width: 100%;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0.5em 0;
  background-color: #3A9366;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  footer {
    border-top: 30px solid #3A9366;
    padding: 60px 0 0 0;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  footer .footer-block {
    width: unset;
  }
  footer .left-col {
    width: calc(600px + 1em + 5vw);
    max-width: 50%;
    padding: 1em 5vw 1em 1em;
    order: 1;
  }
  footer .left-col .logo-container {
    max-width: unset;
  }
  footer .left-col ul {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
  }
  footer .left-col ul.honsha {
    border-bottom: unset;
  }
  footer .left-col ul.honsha li {
    width: fit-content;
  }
  footer .left-col ul.honsha li:first-child {
    width: 100%;
  }
  footer .left-col ul li {
    font-size: 14px;
    margin: 0.5em 0;
  }
  footer .right-col {
    width: 50%;
    order: 2;
    background-color: unset;
    color: unset;
    padding: 1em 1em 1em 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .right-col ul {
    margin: 0 auto 0 0;
    max-width: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .right-col ul li {
    width: fit-content;
    border-bottom: unset;
  }
  footer .right-col ul li a {
    display: block;
    box-sizing: border-box;
    width: fit-content;
    padding: 0;
    margin: 1em 0.5em;
    font-size: 14px;
  }
  footer .right-col ul li a::after {
    content: "";
  }
  footer .right-col ul li:first-child {
    border-top: unset;
  }
  footer .footer-copy {
    background-color: unset;
    color: unset;
    margin: clamp(60px, 10vw, 120px) auto 60px auto;
  }
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  font-size: 16px;
  color: #565656;
  font-family: YuGothic, "YuGothic", "Noto Sans JP", Noto Sans JP, Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 180%;
}

main {
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-self: center;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  color: #3A9366;
}

h3 {
  color: #121212;
}

h4 {
  color: #121212;
}

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #3A9366;
  background-color: #ffffff;
  color: #3A9366;
  cursor: pointer;
  font-weight: 500;
  padding: 1em 2em;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  opacity: 0.7;
}

.standard-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #3A9366;
  background-color: #ffffff;
  color: #3A9366;
  cursor: pointer;
  font-weight: 500;
  padding: 0.5em 1em;
}
.standard-btn:hover {
  opacity: 0.7;
}

.two-col-1000 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-col-1000 > * {
  max-width: 100%;
}
@media screen and (min-width: 1001px) {
  .two-col-1000 {
    flex-direction: row;
  }
  .two-col-1000 > * {
    width: 50%;
    max-width: 50%;
  }
}

.two-col-800 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.two-col-800 > * {
  max-width: 100%;
}
@media screen and (min-width: 801px) {
  .two-col-800 {
    flex-direction: row;
  }
  .two-col-800 > * {
    width: 50%;
    max-width: 50%;
  }
}

.width1200 {
  width: 1200px;
  max-width: 96%;
  margin: auto;
}

.width1200-855 {
  width: 1200px;
  max-width: 85.5%;
  margin: auto;
}

.width1000 {
  width: 1000px;
  max-width: 96%;
  margin: auto;
}

.width1000-855 {
  width: 1000px;
  max-width: 85.5%;
  margin: auto;
}

.width800 {
  width: 800px;
  max-width: 96%;
  margin: auto;
}

.width600 {
  width: 600px;
  max-width: 96%;
  margin: auto;
}

.table-container {
  max-width: 96%;
}
.table-container table {
  table-layout: auto;
  width: 100%;
  margin: clamp(40px, 10vw, 100px) auto;
}
.table-container table th, .table-container table td {
  font-weight: 500;
  border-top: 1px solid #3A9366;
  border-bottom: 1px solid #3A9366;
  padding: 24px 0;
  text-align: center;
}
.table-container table th.first-line, .table-container table td.first-line {
  border-top: 5px solid #3A9366;
}
.table-container table th.last-line, .table-container table td.last-line {
  border-bottom: 5px solid #3A9366;
}
.table-container table th {
  background-color: rgba(204, 204, 204, 0.16);
  color: #ffffff;
  padding: 1vw;
}
.table-container table td {
  background-color: #ffffff;
}
.table-container table td a {
  width: fit-content;
  border-bottom: 1px solid #3A9366;
  padding-bottom: 6px;
}
.table-container table td a a {
  color: #3A9366;
}
.table-container table td a a:hover {
  color: rgba(58, 146, 102, 0.8);
}
.table-container table td ul {
  text-align: start;
}
@media screen and (max-width: 1600px) {
  .table-container table th, .table-container table td {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .table-container table th, .table-container table td {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 800px) {
  .table-container table {
    filter: drop-shadow(1px 1px 5px #3A9366);
  }
  .table-container table th, .table-container table td {
    font-size: 14px;
    padding: 12px 0;
  }
}

.fx-center-self {
  align-self: center;
  justify-self: center;
}

.fx-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fx-row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-rev {
  display: flex;
  flex-direction: column-reverse;
}

.fx-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-break {
  display: inline-block;
}

@media screen and (min-width: 401px) {
  .max-400 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .min-400 {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .max-600 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .min-600 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .max-1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .min-1000 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .sp-pos-right {
    object-position: right;
    background-position: right;
  }

  .sp-pos-left {
    object-position: left;
    background-position: left;
  }

  .sp-pos-center {
    object-position: center;
    background-position: center;
  }

  .no-sp {
    display: none;
  }

  .min-800 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }

  .block-break-pc {
    display: inline-block;
  }

  .max-800 {
    display: none;
  }
}
section.landing {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
section.landing .landing-img {
  width: 100%;
}
@media screen and (min-width: 801px) {
  section.landing {
    display: grid;
    grid-template-rows: clamp(40px, 16vh, 160px) 1fr clamp(30px, 10vh, 100px);
    grid-template-columns: clamp(50px, 25vw, 480px) 1fr clamp(40px, 6vw, 80px);
    min-height: 100vh;
    height: 100vh;
  }
  section.landing header {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  section.landing .landing-img {
    grid-row: 2/3;
    grid-column: 2/3;
    height: 100%;
  }
}

section.page-landing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
}
section.page-landing header {
  position: absolute;
  top: 0;
  left: 0;
}
section.page-landing header p.header-text {
  display: none;
}
section.page-landing .landing-img {
  width: 100%;
  height: clamp(264px, 60vw, 520px);
  margin: clamp(20px, 5vw, 40px) auto clamp(50px, 10vw, 100px) auto;
}
section.page-landing .landing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.page-landing .landing-img img.pc-img {
  display: none;
}
@media screen and (min-width: 801px) {
  section.page-landing {
    position: relative;
    min-height: 100vh;
  }
  section.page-landing header p.header-text {
    display: unset;
  }
  section.page-landing .landing-img {
    position: absolute;
    top: clamp(30px, 5vw, 70px);
    right: clamp(40px, 5vw, 80px);
    width: 62.5vw;
    height: clamp(400px, 50vw, 820px);
    z-index: 0;
  }
  section.page-landing .landing-img img.sp-img {
    display: none;
  }
  section.page-landing .landing-img img.pc-img {
    display: unset;
  }
  section.page-landing .current-page-indicator {
    display: flex;
    width: fit-content;
    align-items: center;
    pointer-events: none;
    position: relative;
  }
  section.page-landing .current-page-indicator h1.mirrored-h1 {
    position: absolute;
    left: calc(100% + 20px);
  }
}

section.contact {
  margin: 100px auto 0 auto;
  width: 100%;
  max-width: 100%;
}
section.contact h2 {
  color: #3A9366;
  text-align: center;
}
section.contact .outer-wrapper {
  width: 100%;
}
section.contact .outer-wrapper h3 {
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  margin-bottom: 0.8em;
}
section.contact .inner-wrapper {
  background-color: #EFEFEF;
  padding: 40px 0 50px 0;
}
section.contact .inner-wrapper p.contact-text {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
  max-width: 82%;
}
section.contact .inner-wrapper .contact-details {
  width: 82%;
  max-width: 500px;
  margin: 0 auto;
}
section.contact .inner-wrapper .contact-details .phone-details {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
section.contact .inner-wrapper .contact-details .phone-details p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 180%;
}
section.contact .inner-wrapper .contact-details .phone-details a.highlight {
  appearance: none;
  font-size: clamp(40px, 5vw, 50px);
  line-height: 140%;
}
section.contact .inner-wrapper .contact-details .contact-btn {
  width: 100%;
}
section.contact .inner-wrapper .contact-details .contact-btn .vm-btn {
  width: 310px;
  max-width: 100%;
  font-weight: bold;
  padding: 2em 0.5em;
  letter-spacing: 0;
}
section.contact .inner-wrapper .contact-details .contact-btn .vm-btn::after {
  visibility: hidden;
}
@media screen and (min-width: 801px) {
  section.contact {
    margin: clamp(100px, 20vw, 250px) auto 0;
    background-color: rgba(204, 204, 204, 0.16);
    padding-bottom: 32px;
  }
  section.contact h2 {
    transform: translateY(-0.5em);
    line-height: 100%;
  }
  section.contact .outer-wrapper {
    background-color: #ffffff;
    width: 86%;
    max-width: 1470px;
    margin: 0 auto;
    position: relative;
  }
  section.contact .outer-wrapper h3.subtitle {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -0.8em;
    text-align: center;
    width: 100%;
  }
  section.contact .outer-wrapper .inner-wrapper {
    background-color: unset;
    padding: 50px 0 clamp(60px, 10vw, 100px) 0;
  }
  section.contact .outer-wrapper .inner-wrapper p.contact-text {
    margin-bottom: 2em;
  }
  section.contact .outer-wrapper .inner-wrapper .contact-details {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  section.contact .outer-wrapper .inner-wrapper .contact-details .phone-details {
    width: fit-content;
    text-align: start;
    max-width: 460px;
    margin-bottom: 0;
  }
  section.contact .outer-wrapper .inner-wrapper .contact-details .contact-btn {
    width: 50%;
    border-left: 4px solid #707070;
  }
  section.contact .outer-wrapper .inner-wrapper .contact-details .contact-btn .vm-btn {
    width: clamp(320px, 33vw, 460px);
    font-size: clamp(16px, 2vw, 20px);
  }
}

h1.mirrored-h1 .main-text {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 0.58;
  padding-left: 1em;
  border-bottom: 1px solid #121212;
  white-space: nowrap;
}
h1.mirrored-h1 .mirror-text {
  position: relative;
  line-height: 0.8;
  margin-top: -0.37em;
  padding-left: 1em;
  z-index: 0;
  display: flex;
  color: rgba(204, 204, 204, 0.56);
  transform: rotateX(180deg);
  white-space: nowrap;
}

@media screen and (min-width: 801px) {
  h2.mirrored-h2 .main-text {
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 0.7;
  }
  h2.mirrored-h2 .mirror-text {
    position: relative;
    line-height: 0.7;
    margin-top: -0.35em;
    z-index: 0;
    display: flex;
    color: rgba(204, 204, 204, 0.56);
    transform: rotateX(180deg);
  }
}

.vm-btn {
  font-family: hamburgHandReg !important;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.2em 3em;
  margin: 0 auto;
  width: 324px;
  max-width: 100%;
  background-color: #3A9366;
  border-radius: 3em;
  color: #ffffff !important;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.vm-btn::after {
  content: url(../img/common/vm-arrow-w.svg);
  position: absolute;
  right: 2em;
  font-weight: bold;
  line-height: 100%;
  vertical-align: bottom;
}
.vm-btn.vm-yellow {
  background-color: #FFCE00;
}
@media screen and (min-width: 801px) {
  .vm-btn {
    width: 284px;
  }
}

.post-nav {
  box-sizing: border-box;
  width: 100%;
  margin: clamp(32px, 5vw, 50px) auto;
  text-align: center;
}
.post-nav .navigation,
.post-nav .nav-links {
  width: 100%;
  max-width: 100%;
}
.post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.post-nav .page-numbers {
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: bottom;
}
.post-nav .page-numbers.prev, .post-nav .page-numbers.next {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}
.post-nav .page-numbers.prev svg, .post-nav .page-numbers.next svg {
  width: 100%;
  fill: #ffffff;
  stroke: #3A9366;
  background-color: #3A9366;
  border-radius: 50%;
}
.post-nav .page-numbers.current {
  color: #3A9366;
  pointer-events: none;
}

.bloglist-area {
  width: 100%;
  box-sizing: border-box;
  margin: 24px auto 20px auto;
}
.bloglist-area .post-row {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px auto;
  background-color: #ffffff;
  align-items: center;
  font-size: 16px;
  padding: 1em 0.5em;
}
.bloglist-area .post-row .blog-date {
  margin-right: 1em;
}
.bloglist-area .post-row .blog-title {
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .bloglist-area .post-row {
    max-width: 640px;
    background-color: unset;
    border-bottom: 1px solid #CCCCCC;
    padding: 1em 4em;
    margin: 0 auto;
  }
  .bloglist-area .post-row:last-child {
    border-bottom: unset;
  }
  .bloglist-area .post-row .blog-date {
    line-height: 180%;
    margin-right: 2em;
  }
  .bloglist-area .post-row .blog-title {
    line-height: 180%;
  }
}

.blogcard-area {
  width: 82%;
  max-width: 1140px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.post-card {
  position: relative;
  width: clamp(290px, 33%, 350px);
  max-width: 100%;
  margin: 30px 5px;
}
.post-card .img-container {
  height: clamp(166px, 20vw, 200px);
  width: 100%;
  cursor: pointer;
}
.post-card .img-container:hover {
  opacity: 0.8;
}
.post-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.post-card .card-headline,
.post-card .card-date {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}
.post-card .card-date {
  margin-top: 1em;
}
.post-card .card-headline {
  text-align: start;
  margin: 0.5em auto;
  width: 100%;
  font-size: clamp(18px, 3vw, 24px);
  color: #565656;
}

.category-filter {
  justify-content: space-evenly;
  margin: clamp(40px, 8vw, 80px) auto;
}
.category-filter a {
  padding: 0.5em 1em;
  background-color: #3A9366;
  color: #ffffff;
  border-radius: 1.5em;
}
.category-filter a.active-btn {
  background-color: #707070;
  pointer-events: none;
}

.search-input-group input {
  min-width: clamp(100px, 25vw, 240px);
  line-height: 200%;
  padding-left: 5px;
}
.search-input-group input[type=submit] {
  width: 50px;
  margin: auto 10px;
  min-width: unset;
}

.search-main .h1-group,
.search-main .no-search {
  word-break: break-word;
}
.search-main .h1-group {
  margin-top: clamp(70px, 10vw, 140px);
}
.search-main .h1-group h3 {
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: clamp(10px, 1vw, 20px);
  align-items: center;
  line-height: 160%;
}
.search-main .h1-group h3 input {
  height: 100%;
  background-color: white;
  border: none;
  margin-left: 10px;
  padding: 10px 5px;
  font-size: 1em;
  line-height: 160%;
}
.search-main .searchlist-area {
  margin: 40px auto;
}
.search-main .searchlist-area .total-results {
  color: #707070;
}
.search-main .searchlist-area .no-search {
  text-align: center;
  line-height: 160%;
}
.search-main .searchlist-area .search-confirm {
  align-items: center;
  margin: 40px auto clamp(40px, 10vw, 100px) auto;
}
.search-main .searchlist-area .search-confirm input {
  margin-right: 20px;
}
.search-main .searchlist-area .search-hint {
  margin-bottom: 10px;
}
.search-main .searchlist-area ul.hint-list {
  padding-left: 20px;
}
.search-main .searchlist-area ul.hint-list li {
  line-height: 180%;
}
@media screen and (max-width: 500px) {
  .search-main .search-confirm {
    flex-direction: column-reverse;
  }
  .search-main .search-confirm input {
    margin-top: 10px;
  }
}

.work-post-card h4.card-headline {
  font-size: clamp(18px, 2vw, 20px);
}
.work-post-card article.post-content {
  display: none;
}
.work-post-card.pi-activated {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  margin: 0 0 0 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.work-post-card.pi-activated .pi-content {
  position: relative;
  height: auto;
  width: 86%;
  max-height: 90vh;
  max-width: 1000px;
  box-sizing: border-box;
  padding: clamp(20px, 6vw, 60px) clamp(15px, 4vw, 40px);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 10;
}
.work-post-card.pi-activated .pi-bg {
  background-color: rgba(69, 69, 69, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.work-post-card.pi-activated .img-container {
  max-width: 100%;
  max-height: 40vh;
  height: unset;
  object-fit: contain;
  align-self: center;
  margin-bottom: 20px;
}
.work-post-card.pi-activated .img-container:hover {
  opacity: 1;
}
.work-post-card.pi-activated img {
  display: none;
}
.work-post-card.pi-activated img.works-img {
  width: auto;
  display: block !important;
}
.work-post-card.pi-activated .post-content {
  display: unset;
}
.work-post-card.pi-activated .close-btn {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: clamp(24px, 4vw, 36px);
  height: clamp(24px, 4vw, 36px);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 512 512'%3E%3Cpath d='M443.6 387.1 312.4 255.4l131.5-130c5.4-5.4 5.4-14.2 0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L256 197.8 124.9 68.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L68 105.9c-5.4 5.4-5.4 14.2 0 19.6l131.5 130L68.4 387.1c-2.6 2.6-4.1 6.1-4.1 9.8 0 3.7 1.4 7.2 4.1 9.8l37.4 37.6c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1L256 313.1l130.7 131.1c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1l37.4-37.6c2.6-2.6 4.1-6.1 4.1-9.8-.1-3.6-1.6-7.1-4.2-9.7z' fill='%23707070' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.work-post-card.pi-activated .close-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 801px) {
  .work-post-card.pi-activated .pi-content {
    width: 80%;
    max-height: 80vh;
  }
}

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