.text-teal {
  color: #55C5C9;
}

.text-red {
  color: #D52C2F !important;
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/josefin-sans-v26-latin-regular.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-regular.woff") format("woff");
}
/* josefin-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../assets/fonts/josefin-sans-v26-latin-500italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-500italic.woff") format("woff");
}
/* josefin-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../assets/fonts/josefin-sans-v26-latin-600italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-600italic.woff") format("woff");
}
/* josefin-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../assets/fonts/josefin-sans-v26-latin-700italic.woff2") format("woff2"), url("../assets/fonts/josefin-sans-v26-latin-700italic.woff") format("woff");
}
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: clamp(2.5rem, 5vw, 6.4rem);
  font-weight: 700;
  line-height: 165%;
}

h2,
.h2-like {
  font-size: clamp(4rem, 4vw, 5rem);
  font-weight: 700;
  line-height: 160%;
}

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

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

.p-1216 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.p-1215 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.p-1418 {
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

.p-1618 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.p-1620 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.p-1824 {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}

.p-2036 {
  font-size: clamp(2rem, 3vw, 3.6rem);
}

.p-2337 {
  font-size: clamp(2.3rem, 3vw, 3.7rem);
}

.p-2032 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.p-2430 {
  font-size: clamp(2.4rem, 2.4vw, 3rem);
}

.p-5385 {
  font-size: clamp(5.3rem, 8vw, 8.5rem);
}

.p-70100 {
  font-size: clamp(7rem, 10vw, 10rem);
}

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

.f-source-b {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-source-med {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.f-josefin-medi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-sbi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
}

.f-josefin-bi {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
}

.med-to-bold {
  font-weight: 500;
}

@media screen and (min-width: 801px) {
  .med-to-bold {
    font-weight: 700;
  }
}
.center-text {
  text-align: center;
}

.bold-text {
  font-weight: 700;
}

.regular-text {
  font-weight: 400;
}

.lh140 {
  line-height: 140%;
}

.lh-200-250 {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  .lh-200-250 {
    line-height: 250%;
  }
}

.hamburger {
  cursor: pointer;
  display: none;
  position: relative;
  width: 37px;
  height: 26px;
  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: #D52C2F;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 22px;
  transform-origin: left center;
}
.hamburger:hover span {
  background-color: #E6E6E6;
}
.hamburger:active span, .hamburger:visited span, .hamburger:target span, .hamburger:focus-visible span, .hamburger:focus span {
  background-color: #D52C2F;
}
.hamburger.active-ham {
  position: fixed;
  top: clamp(16px, 3vw, 50px);
  right: clamp(16px, 3vw, 50px);
}
.hamburger.active-ham span {
  background: #ffffff;
  filter: unset;
}
.hamburger.active-ham span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0px;
}
.hamburger.active-ham span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger.active-ham span:nth-child(3) {
  transform: rotate(-45deg);
  top: 26px;
  left: 0px;
}

main {
  padding-top: clamp(62px, 10vw, 120px);
}

.extra-nav {
  position: fixed;
  top: clamp(62px, 10vw, 120px);
  transition: top 0.15s ease-in-out;
  left: 0;
  width: 100%;
  z-index: 800;
  background-color: #F0F0F0;
  justify-content: center;
  align-items: flex-start;
  color: #727272;
  padding: clamp(20px, 4vw, 40px) 0;
  letter-spacing: 0.15em;
  transform: translateY(-110%);
}
.extra-nav p {
  font-size: clamp(16px, 1vw, 18px);
}
.extra-nav ul {
  font-size: 15px;
  flex-wrap: wrap;
  list-style-type: none;
}
.extra-nav ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 200%;
}
.extra-nav ul li::after {
  content: "";
  display: block;
  width: 2em;
  height: 1em;
  background: url(../img/common/arrow-right-lg.svg) center right no-repeat;
  background-size: contain;
  margin: 0 0 0 0.5em;
}
.extra-nav ul li a:hover {
  opacity: 0.7;
}
.extra-nav ul.service-list {
  display: flex;
  width: 40em;
  min-height: clamp(80px, 10vw, 120px);
  padding: 0 0 0 2em;
  border-left: 2px solid hsla(0, 0%, 73%, 0.46);
  border-right: 2px solid hsla(0, 0%, 73%, 0.46);
  margin: 0 2em;
}
.extra-nav ul.service-list li {
  box-sizing: border-box;
  width: 45%;
}
.extra-nav ul.service-list li:nth-child(2), .extra-nav ul.service-list li:nth-child(4), .extra-nav ul.service-list li:nth-child(6) {
  width: fit-content;
  max-width: 55%;
}
.extra-nav ul.project-list li {
  box-sizing: border-box;
  min-height: 40px;
}
.extra-nav .project-title {
  align-self: center;
  align-items: center;
}
.extra-nav .project-title .spacer {
  display: block;
  background-color: #F87373;
  width: 3.5em;
  height: 2px;
  margin-top: 0.8em;
}
.extra-nav.activate-exnav {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.extra-nav.scrolled {
  top: calc(clamp(62px, 10vw, 120px) * 0.6);
}
@media screen and (max-width: 1200px) {
  .extra-nav {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: clamp(62px, 10vw, 120px);
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 clamp(16px, 3vw, 50px);
  color: #080808;
  align-items: center;
  justify-content: space-between;
  z-index: 901;
  transition: height 0.15s ease-in-out;
}
header .logo-container {
  width: clamp(160px, 14.6vw, 280px);
  max-height: 92%;
}
header .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header.scrolled {
  height: calc(clamp(62px, 10vw, 120px) * 0.6);
}
header.scrolled .logo-container {
  width: calc(clamp(160px, 14.6vw, 280px) * 0.6);
  transition: width 0.15s ease-in-out;
}
header .nav-container {
  display: flex;
  justify-content: flex-end;
}
header .nav-container .nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  font-size: clamp(14px, 1vw, 18px);
  height: clamp(62px, 10vw, 120px);
}
header .nav-container .nav-menu li {
  display: flex;
  align-items: center;
  margin: auto 0.5em auto 0;
  font-weight: 700;
  line-height: 100%;
  vertical-align: middle;
}
header .nav-container .nav-menu li:after {
  content: url(../img/common/arrow-right-r.svg);
  color: #D52C2F;
  margin: auto 0.8em;
  width: 10px;
  height: fit-content;
  vertical-align: middle;
}
header .nav-container .nav-menu li:hover {
  opacity: 0.8;
}
header .nav-container .nav-menu li.contact-button {
  color: #ffffff;
  background-color: #55C5C9;
  border-radius: 1.5em;
}
header .nav-container .nav-menu li.contact-button a {
  padding: 0.7em 1.5em;
}
header .nav-container .nav-menu li.contact-button:after {
  display: none;
}
header .nav-container .nav-menu li:last-of-type {
  margin-right: 0;
}
header .nav-container .nav-menu li#exnav-trigger {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  padding: 0 2em 0 1em;
}
header .nav-container .nav-menu li#exnav-trigger .spacer {
  position: absolute;
  display: block;
  background-color: #F87373;
  width: 0;
  transition: width 0.2s ease-in-out;
  height: 2px;
  top: calc(50% + 1em);
}
header .nav-container .nav-menu li#exnav-trigger.triggered {
  background-color: #F0F0F0;
}
header .nav-container .nav-menu li#exnav-trigger.triggered .spacer {
  width: 2.5em;
}
header .nav-container .nav-menu li#exnav-trigger:after {
  position: absolute;
  right: 0;
  content: url(../img/common/arrow-down-r.svg);
}
header .nav-container .nav-menu li .rj-label {
  display: none;
}
header .nav-container .hamburger {
  display: none;
}
header .nav-container .sns-container {
  display: none;
}
header .nav-container .mobile-extra-nav {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .nav-container {
    align-items: center;
  }
  header .nav-container .nav-menu li {
    display: none;
  }
  header .nav-container .nav-menu li.contact-button {
    display: block;
    margin-right: 2em;
  }
  header .nav-container .nav-menu li.contact-button a {
    display: block;
    padding: 0.7em 1.5em;
  }
  header .nav-container .hamburger {
    display: block;
  }
  header .nav-container.open-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin-right: 0;
    overflow-y: scroll;
    z-index: 300;
    animation: slidein 0.2s ease-in-out;
    background-color: #F87373;
    color: #ffffff;
    border-left: 1px solid #D52C2F;
  }
  header .nav-container.open-menu .nav-menu {
    display: flex;
    margin: 0 0 0 0;
    box-sizing: border-box;
    padding: 5vh 20px 1vh calc(20px + 1em);
    height: fit-content;
    z-index: 101;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: "-";
  }
  header .nav-container.open-menu .nav-menu li {
    display: list-item;
    padding: 0 0 0 0.6em;
    margin: 0 0 0.8em 0;
    font-size: 30px;
  }
  header .nav-container.open-menu .nav-menu li::after {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li.nav-sns-link {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li.contact-button {
    display: list-item;
    margin-right: unset;
    background-color: unset;
  }
  header .nav-container.open-menu .nav-menu li.contact-button a {
    display: block;
    padding: unset;
  }
  header .nav-container.open-menu .nav-menu li.contact-button:after {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li#exnav-trigger {
    height: unset;
    padding: 0 0 0 0.6em;
  }
  header .nav-container.open-menu .nav-menu li#exnav-trigger .spacer {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li#exnav-trigger.triggered {
    background: unset;
  }
  header .nav-container.open-menu .nav-menu li#exnav-trigger.trigger-mobile {
    margin-bottom: 0em;
  }
  header .nav-container.open-menu .nav-menu li#exnav-trigger.trigger-mobile .jp-label {
    display: none;
  }
  header .nav-container.open-menu .nav-menu li .rj-label {
    display: block;
    font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 120%;
    text-transform: initial;
    letter-spacing: 0.1em;
  }
  header .nav-container.open-menu .nav-menu li .jp-label {
    display: block;
    margin-top: 0.2em;
    line-height: 100%;
    font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.15em;
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  header .nav-container.open-menu .sns-container {
    display: flex;
    flex-direction: column;
    margin: 0 35px 50px 35px;
    font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.15em;
    font-size: 16px;
  }
  header .nav-container.open-menu .sns-container p {
    margin-bottom: 1em;
    letter-spacing: 0.15em;
  }
  header .nav-container.open-menu .sns-container a {
    margin-right: 2em;
    width: 2em;
  }
  header .nav-container.open-menu .sns-container a svg {
    width: 100%;
    fill: #fff;
  }
  header .nav-container.open-menu .mobile-extra-nav.men-triggered {
    display: unset;
  }
  header .nav-container.open-menu .mobile-extra-nav.men-triggered li {
    font-size: 14px;
    display: flex;
    margin: 1.5em 0 1.5em 0.6em;
    line-height: 200%;
  }
  header .nav-container.open-menu .mobile-extra-nav.men-triggered li::after {
    content: "";
    display: block;
    width: 2em;
    height: 1em;
    background: url(../img/common/arrow-right-long-w.svg) center no-repeat;
    background-size: contain;
  }
  header .nav-container.open-menu .mobile-extra-nav.men-triggered li.nav-case-link {
    padding: 1em 1em 1em 0;
    margin: 0 3em 0 1.2em;
    border-top: 1px solid hsla(0, 0%, 100%, 0.46);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.46);
  }
}
@media screen and (max-width: 600px) {
  header .nav-container .nav-menu li.contact-button {
    display: none;
  }
  header .nav-container.open-menu {
    max-width: unset;
  }
}

@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
section.footer-contact {
  width: 100%;
  max-width: 100%;
  padding: 80px 0 70px 0;
  align-items: center;
  background-color: #F2F2F2;
  text-align: center;
}
section.footer-contact h2.contact-h2 {
  font-size: 40px;
  line-height: 120%;
}
section.footer-contact h4.subtitle {
  font-size: clamp(18px, 2vw, 18px);
  margin: 0.5em auto 1.5em auto;
}
section.footer-contact p.contact-text {
  font-size: 16px;
  margin: 0 auto 2em auto;
  max-width: 80%;
  line-height: 180%;
}
section.footer-contact .contact-btn {
  box-sizing: border-box;
  max-width: 92%;
  padding: 1.5em 3.5em;
  position: relative;
  display: flex;
  appearance: none;
  align-items: center;
  font-size: clamp(18px, 2vw, 25px);
  color: #ffffff;
  background-color: #55C5C9;
  border-radius: 2.5em;
  white-space: nowrap;
}
section.footer-contact .contact-btn:after {
  content: url(../img/common/arrow-right-w.svg);
  position: absolute;
  width: 1em;
  right: 1em;
}
section.footer-contact .contact-btn:hover {
  opacity: 0.8;
}

footer {
  width: 100%;
  padding: clamp(40px, 8vw, 80px) 0 clamp(70px, 10vw, 100px) 0;
  align-items: center;
  background-color: unset;
  color: #2B2B2B;
  font-size: clamp(15px, 2vw, 18px);
}
footer ul {
  list-style-type: none;
}
footer .mobile-extra-nav {
  display: none;
}
footer .rj-label {
  display: none;
}
footer .footer-container {
  display: flex;
  flex-direction: column;
  width: 1000px;
  max-width: 80%;
  margin: 0 auto;
}
footer .left-col {
  width: 100%;
  margin-bottom: 2em;
}
footer .left-col .logo-container {
  width: clamp(262px, 20vw, 320px);
  max-width: 100%;
}
footer .left-col .logo-container img {
  width: 100%;
}
footer .left-col h4 {
  font-size: clamp(16px, 2vw, 18px);
  margin: 1em 0 0.5em 0;
}
footer .left-col p.footer-access {
  font-weight: 500;
  line-height: 160%;
}
footer .right-col {
  margin-bottom: 2em;
}
footer .right-col li {
  margin-bottom: 1.3em;
}
footer .sns-container {
  color: #9B9B9B;
  font-size: clamp(16px, 2vw, 18px);
}
footer .sns-container p {
  margin-bottom: 1em;
}
footer .sns-container .sns-row {
  align-items: center;
}
footer .sns-container .sns-row a.sns-icon {
  width: clamp(35px, 4vw, 41px);
  margin-right: 1.5em;
}
footer .sns-container .sns-row a.sns-icon svg {
  fill: #080808;
  transition: fill 0.2s ease-in-out;
}
footer .sns-container .sns-row a.sns-icon.insta-icon:hover svg {
  fill: #C13584;
}
footer .sns-container .sns-row a.sns-icon.facebook-icon:hover svg {
  fill: #4267B2;
}
footer .sns-container .sns-row a.sns-icon.line-icon:hover svg {
  fill: #06C755;
}
footer .sns-container .sns-row a.sns-icon.twitter-icon:hover svg {
  fill: #1DA1F2;
}
@media screen and (min-width: 801px) {
  footer .footer-container {
    flex-direction: row;
  }
  footer .left-col {
    width: 50%;
  }
  footer .left-col h4 {
    margin: 2em 0 1.5em 0;
  }
  footer .left-col p.footer-access {
    line-height: 200%;
    font-size: 16px;
  }
  footer .right-col {
    width: 50%;
  }
  footer .right-col .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer .right-col .footer-menu li {
    box-sizing: border-box;
    width: 50%;
    line-height: 180%;
  }
  footer .right-col .footer-menu li:nth-child(odd) {
    padding-right: 1em;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-margin-top: clamp(50px, 10vw, 100px);
}

body {
  box-sizing: border-box;
  margin: 0 0 0 0;
  overflow-x: hidden;
  color: #080808;
  font-family: YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

main {
  width: 100%;
  margin: 0 auto;
}

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

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

.a-btn:link,
.a-btn:visited,
.a-btn:active,
.a-btn {
  border: 2px solid #D52C2F;
  background-color: #ffffff;
  color: #D52C2F;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
}
.a-btn:link:hover,
.a-btn:visited:hover,
.a-btn:active:hover,
.a-btn:hover {
  border: 2px solid #F87373;
  color: #F87373;
  background-color: #9B9B9B;
}

.submit-btn {
  appearance: unset;
  -webkit-appearance: unset;
  border: 2px solid #D52C2F;
  background-color: #ffffff;
  color: #D52C2F;
  cursor: pointer;
  font-weight: 500;
  padding: 10px 20px;
}
.submit-btn:hover {
  border: 2px solid #F87373;
  color: #F87373;
  background-color: #9B9B9B;
}

.two-col {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.two-col > * {
  width: 500px;
  max-width: 45%;
}
@media screen and (max-width: 1000px) {
  .two-col {
    flex-direction: column;
    justify-content: flex-start;
    margin: auto;
  }
  .two-col .left-col,
  .two-col .right-col {
    width: 600px;
    max-width: 80%;
  }
}

.width1400 {
  width: 1400px;
  max-width: 96%;
  margin: auto;
}

.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;
  font-size: 1.6rem;
}
.table-container table th, .table-container table td {
  font-weight: 500;
  border-top: 1px solid #D52C2F;
  border-bottom: 1px solid #D52C2F;
  box-sizing: border-box;
  padding: 1em;
}
.table-container table th.first-line, .table-container table td.first-line {
  border-top: 5px solid #D52C2F;
}
.table-container table th.last-line, .table-container table td.last-line {
  border-bottom: 5px solid #D52C2F;
}
.table-container table th {
  text-align: center;
  background-color: #9B9B9B;
  color: #ffffff;
}
.table-container table td {
  background-color: #ffffff;
}
@media screen and (max-width: 800px) {
  .table-container table {
    filter: drop-shadow(1px 1px 5px #D52C2F);
  }
}

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

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

.fx-center-content-row {
  display: flex;
  flex-direction: row;
  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-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fx-col-to-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 801px) {
  .fx-col-to-row {
    flex-direction: row;
  }
}

.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;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.mbem-05 {
  margin-bottom: 0.5em !important;
}

.mbem-1 {
  margin-bottom: 1em !important;
}

.mbem-2 {
  margin-bottom: 2em !important;
}

.mbem-3 {
  margin-bottom: 3em !important;
}

.mtem-05 {
  margin-top: 0.5em !important;
}

.mtem-1 {
  margin-top: 1em !important;
}

.mtem-2 {
  margin-top: 2em !important;
}

.mtem-3 {
  margin-top: 3em !important;
}

.mhor-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mhor-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.mhor-2 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.mhor-3 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.font-overwrite {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.h2-title-group-rb {
  margin: clamp(40px, 8vw, 80px) auto 50px auto;
  width: fit-content;
  text-align: center;
}
.h2-title-group-rb h2 {
  color: #D52C2F;
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.h2-title-group-rb h4 {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  letter-spacing: 0.15em;
}

.h3-title-group {
  margin: clamp(40px, 8vw, 80px) auto 50px auto;
  width: fit-content;
  text-align: center;
}
.h3-title-group h3.rj-title {
  color: #D52C2F;
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}
.h3-title-group h3.jp-title {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  letter-spacing: 0.15em;
}

.page-landing {
  width: 100%;
  max-width: 100%;
  margin-bottom: clamp(70px, 10vw, 120px);
}
.page-landing .h1-title-group {
  width: 1500px;
  max-width: 88%;
  margin: clamp(50px, 5vw, 70px) auto 0 auto;
}
.page-landing .h1-title-group h1 {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #D52C2F;
  font-size: clamp(40px, 7vw, 70px);
  letter-spacing: 0.1em;
  line-height: 120%;
  margin-bottom: 0.2em;
}
.page-landing .h1-title-group h3 {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.15em;
  line-height: 120%;
  margin-bottom: 2em;
}
.page-landing .landing-banner {
  display: block;
  width: 100%;
  height: clamp(300px, 60vw, 560px);
}
@media screen and (min-width: 801px) {
  .page-landing .h1-title-group h3 {
    font-weight: 700;
    margin-bottom: 1.5em;
  }
}

section.project-intro {
  position: relative;
  padding: 0 0 clamp(40px, 5vw, 65px) 0;
  margin: 0 auto clamp(120px, 15vw, 180px) auto;
}
section.project-intro .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
section.project-intro .content-container .img-container {
  align-self: flex-end;
  display: block;
  width: 88%;
  height: 84vw;
  max-width: 600px;
  max-height: 550px;
  margin-bottom: 40px;
}
section.project-intro .content-container .text-container {
  width: 82%;
}
section.project-intro .content-container .text-container h4.rj-title {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #D52C2F;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 0.8em;
}
section.project-intro .content-container .text-container h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1em;
}
section.project-intro .content-container .text-container p.intro-content {
  line-height: 180%;
  margin-bottom: 3em;
  letter-spacing: 0.15em;
}
section.project-intro .content-container .text-container .vm-btn {
  padding: 1em 3em 1em 1em;
  font-size: clamp(14px, 2vw, 20px);
  width: clamp(320px, 40vw, 410px);
  max-width: 100%;
}
section.project-intro .bg-pattern {
  display: block;
  position: absolute;
  width: 94%;
  height: calc(100% - clamp(50px, 42vw, 275px));
  bottom: 0;
  left: 0;
  background: url(../img/common/bg-pattern-fw-sp.svg) center no-repeat;
  background-size: cover;
  z-index: -1;
}
section.project-intro.pi-alt .content-container .img-wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 28px 28px;
  width: 88%;
  height: 84vw;
  max-width: 712px;
  max-height: 500px;
  margin-bottom: 40px;
}
section.project-intro.pi-alt .content-container .img-wrapper .img-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
  z-index: 1;
  margin: 0 0 0 0;
}
section.project-intro.pi-alt .content-container .img-wrapper .red-bg {
  display: block;
  position: absolute;
  background-color: #D52C2F;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 90%;
}
section.project-intro.pi-alt .content-container .text-container p.intro-content {
  margin-bottom: 2em;
}
section.project-intro.pi-alt .content-container .text-container p.intro-content:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  section.project-intro {
    padding-top: 50px;
  }
  section.project-intro .content-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 92%;
    max-width: 1560px;
    margin: 0 0 0 auto;
  }
  section.project-intro .content-container .img-container {
    width: 36vw;
    max-width: 680px;
    height: 30vw;
    max-height: 540px;
    align-self: flex-start;
  }
  section.project-intro .content-container .text-container {
    align-self: flex-end;
    max-width: 710px;
    margin: 0 1em 0 0;
  }
  section.project-intro .bg-pattern {
    left: 3%;
    width: 94%;
    height: 100%;
    background: url(../img/common/bg-pattern-fw.svg) center no-repeat;
    background-size: cover;
  }
  section.project-intro.pi-alt .content-container {
    align-items: flex-start;
  }
  section.project-intro.pi-alt .content-container .text-container {
    align-self: flex-start;
  }
  section.project-intro.pi-alt .content-container .img-wrapper {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1601px) {
  section.project-intro {
    padding-top: 0;
  }
  section.project-intro .bg-pattern {
    left: 11%;
    width: 78%;
    height: calc(100% - clamp(40px, 6vw, 60px));
  }
}

section.project-points {
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  padding: clamp(40px, 8vw, 80px) 0;
  margin-bottom: clamp(80px, 10vw, 120px);
}
section.project-points .sci-title,
section.project-points .csn-title {
  margin-bottom: 1.2em;
}
section.project-points .sci-title p,
section.project-points .csn-title p {
  margin-bottom: 0.2em;
}
section.project-points .sci-title h3,
section.project-points .csn-title h3 {
  line-height: 160%;
}
section.project-points .vm-btn {
  flex-wrap: wrap;
  padding: 1em 2.5em 1em 1em;
  margin-top: 1.5em;
  font-size: clamp(16px, 2vw, 20px);
  width: fit-content;
  max-width: 100%;
  line-height: 160%;
  border-radius: 3em;
}
section.project-points .point-container {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
}
section.project-points .point-container .point-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  max-width: 100%;
  margin-bottom: clamp(40px, 5vw, 80px);
}
section.project-points .point-container .point-row .img-container {
  width: 250px;
  max-width: 80%;
  margin-bottom: 40px;
  border-radius: 50%;
}
section.project-points .point-container .point-row .text-container {
  width: 80%;
}
section.project-points .point-container .point-row .text-container h3, section.project-points .point-container .point-row .text-container h4 {
  color: #D52C2F;
}
section.project-points .point-container .point-row .text-container h3 {
  margin: 0.8em 0;
  font-size: clamp(16px, 2vw, 20px);
}
section.project-points .point-container .point-row .text-container h4, section.project-points .point-container .point-row .text-container p {
  font-size: clamp(14px, 2vw, 16px);
}
section.project-points .point-container .point-row .text-container p {
  line-height: 180%;
}
section.project-points.alt-points {
  position: relative;
  background-color: unset;
  padding: clamp(30px, 5vw, 50px) 0 0 0;
}
section.project-points.alt-points .bg-pattern {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 67%;
  width: 100%;
  z-index: -1;
  background: url(../img/common/bg-pattern-fw-sp.svg) center no-repeat;
  background-size: cover;
}
section.project-points.alt-points .point-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding-top: clamp(30px, 6vw, 60px);
  justify-content: space-evenly;
  align-items: center;
}
section.project-points.alt-points .point-container .point-row {
  width: 80%;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.project-points.alt-points .point-container .point-row .img-container {
  margin: 0;
}
section.project-points.alt-points .point-container .point-row .text-container {
  margin-top: 2em;
}
section.project-points.alt-points .point-container .point-row .text-container h4 {
  font-weight: 600;
}
section.project-points.alt-points .point-container .point-row .text-container h3 {
  letter-spacing: 0.15em;
  line-height: 160%;
}
section.project-points.alt-points .point-container .point-row .text-container p {
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  section.project-points .vm-btn {
    padding: 1em 4em 1em 2em;
  }
  section.project-points .point-container .point-row {
    flex-direction: row;
  }
  section.project-points .point-container .point-row .img-container {
    min-width: 250px;
    margin: 0 clamp(60px, 8vw, 100px) 0 0;
  }
  section.project-points .point-container .point-row .text-container {
    width: auto;
  }
  section.project-points.alt-points .point-container {
    flex-direction: row;
    align-items: flex-start;
  }
  section.project-points.alt-points .point-container .point-row {
    width: 45%;
  }
  section.project-points.alt-points .bg-pattern {
    background: url(../img/common/bg-pattern-fw.svg) center no-repeat;
    background-size: cover;
  }
}

section.project-news {
  background: url(../img/common/news-bg-sp.svg) center no-repeat;
  background-size: cover;
  padding: 0 0 50px 0;
  margin-bottom: clamp(100px, 10vw, 150px);
}
section.project-news .title-container {
  transform: translateY(calc(clamp(16px, 2vw, 20px) * -1.2));
}
section.project-news .title-container h2 {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 100%;
  margin-bottom: 0.2em;
}
section.project-news .title-container h4 {
  font-size: clamp(20px, 3vw, 30px);
}
section.project-news .vm-btn {
  width: clamp(200px, 30vw, 303px);
  font-size: clamp(16px, 2vw, 20px);
  margin: clamp(20px, 5vw, 50px) auto 0 auto;
}
section.project-news .content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width: 801px) {
  section.project-news {
    background: url(../img/common/news-bg.svg) center no-repeat;
    background-size: cover;
  }
  section.project-news .content-container {
    flex-direction: row;
    justify-content: space-around;
  }
}

section.project-check {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(120px, 20vw, 200px) auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
section.project-check .check-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: clamp(240px, 45vw, 460px);
  align-items: center;
  background-color: #D52C2F;
  color: #ffffff;
  text-align: center;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  z-index: 10;
}
section.project-check .check-text h3.check-title {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  margin: 0 auto clamp(20px, 3vw, 40px);
}
section.project-check .check-text h3.check-title:before {
  content: "";
  background: url(../img/common/backslash-w.svg);
}
section.project-check .check-text h3.check-title::after {
  content: "";
  background: url(../img/common/frontslash-w.svg);
}
section.project-check .check-text h3.check-title:before, section.project-check .check-text h3.check-title:after {
  display: block;
  width: 1em;
  height: 1.1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0.1em;
}
section.project-check .check-text a.check-link {
  font-family: "Josefin Sans", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  position: relative;
  font-size: clamp(2rem, 3vw, 4.5rem);
  box-sizing: border-box;
  padding: 0.8em 6em 0.8em 3em;
  margin-top: 1.5em;
  max-width: 92%;
  background: url(../img/common/arrow-right-long-w.svg) right 1em top 45% no-repeat;
  background-size: 2em;
  border: 3px solid #ffffff;
  border-radius: 2.5em;
  line-height: 100%;
  z-index: 20;
}
section.project-check .check-text a.check-link:hover {
  opacity: 0.8;
}
section.project-check .bg-img,
section.project-check .bg-pattern {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
}
section.project-check .bg-pattern {
  width: 100%;
  background: url(../img/common/check-pattern.svg);
  background-size: cover;
  z-index: 1;
}
section.project-check .bg-img {
  width: clamp(300px, 50vw, 2000px);
  max-width: 100%;
  z-index: 0;
}
@media screen and (min-width: 801px) {
  section.project-check .check-text {
    width: 70vw;
  }
  section.project-check .check-text::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #D52C2F;
    height: 100%;
    width: clamp(20px, 12vw, 200px);
    left: calc(clamp(20px, 12vw, 200px) * -1 + 1px);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
  }
  section.project-check .check-text a.check-link {
    padding: 0.6em 5em 0.6em 2.5em;
    background: url(../img/common/arrow-right-long-w.svg) right 0.8em top 45% no-repeat;
    background-size: 3em;
    max-width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  section.project-check .bg-img {
    width: calc(100vw - 1100px);
  }
}

.tp-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(280px, 50vw, 400px);
  max-width: 100%;
  text-align: center;
  margin: 0 5px 2em 5px;
}
.tp-card .tp-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 208px;
  height: 208px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #FFB9B9;
  color: #ffffff;
  box-sizing: border-box;
  padding: 5px;
}
.tp-card .tp-circle .border-text {
  border: 2px solid #ffffff;
  padding: 0.3em 1em;
  font-weight: 700;
  margin-bottom: 2em;
}
.tp-card .tp-circle span.annotation {
  margin-bottom: 0.5em;
}
.tp-card .tp-circle h4 {
  line-height: 140%;
}
.tp-card .tp-title {
  font-size: 16px;
  margin: 2em auto 1.5em auto;
}
.tp-card .tp-text {
  line-height: 160%;
  font-weight: 400;
}
.tp-card.tpc-2 .tp-circle {
  background-color: #F87373;
}
.tp-card.tpc-3 .tp-circle {
  background-color: #D52C2F;
}

.tp-arrow {
  display: block;
  width: 52px;
  height: 52px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #080808;
  transform: rotate(90deg);
  margin: 40px auto;
}

@media screen and (min-width: 801px) {
  .tp-card {
    align-self: flex-start;
    width: 30%;
    max-width: 324px;
  }
  .tp-card .tp-circle {
    max-width: 208px;
    max-height: 208px;
  }
}
.nav-elements {
  position: relative;
  width: 100%;
  min-height: clamp(24px, 4vw, 40px);
  margin-top: clamp(40px, 10vw, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.nav-elements a {
  color: #F2F2F2;
}
.nav-elements a:hover {
  color: #9B9B9B;
}
.nav-elements .return-btn img {
  position: absolute;
  width: clamp(24px, 4vw, 40px);
  left: calc(50% - 20px);
  top: 0;
}

.vm-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(230px, 30vw, 350px);
  max-width: 80%;
  box-sizing: border-box;
  padding: 1em 3em;
  background-color: #D52C2F;
  border-radius: 1.6em;
  color: #ffffff;
  cursor: pointer;
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: clamp(16px, 2vw, 25px);
  text-align: center;
}
.vm-btn:after {
  content: "";
  position: absolute;
  background: url(../img/common/vm-arrow-rw.svg) center no-repeat;
  background-size: contain;
  right: 1em;
  width: clamp(24px, 3vw, 36px);
  height: 1em;
}
.vm-btn.vm-teal {
  background-color: #55C5C9;
}
.vm-btn.vm-white {
  border: 2px solid #ffffff;
}
.vm-btn.vm-rw {
  background-color: #ffffff;
  border: 2px solid #C43D38;
  color: #C43D38;
}
.vm-btn.vm-rw:after {
  background: url(../img/common/vm-arrow-rr.svg) center no-repeat;
  background-size: contain;
}
.vm-btn:hover {
  opacity: 0.8;
}

.bloglist-area {
  width: 88%;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
}
.bloglist-area .post-row {
  font-family: "source-han-sans-japanese", YuGothic, "YuGothic", "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 50px auto;
}
.bloglist-area .post-row .blog-cat {
  background-color: #55C5C9;
  color: #ffffff;
  width: fit-content;
  font-size: clamp(12px, 2vw, 14px);
  padding: 0.4em 1em;
}
.bloglist-area .post-row .blog-date {
  color: #D0D0D0;
  margin-bottom: 0.4em;
}
.bloglist-area .post-row .img-container {
  position: relative;
  width: clamp(150px, 18vw, 184px);
  min-width: clamp(150px, 18vw, 184px);
  height: 110px;
}
.bloglist-area .post-row .img-container .blog-cat {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.bloglist-area .post-row .img-container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.bloglist-area .post-row .text-container {
  margin-left: 1em;
}
.bloglist-area .post-row .text-container .text-title {
  line-height: 160%;
}
@media screen and (min-width: 801px) {
  .bloglist-area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .bloglist-area .post-row {
    width: 45%;
    flex-direction: column;
  }
  .bloglist-area .post-row .blog-cat {
    white-space: nowrap;
  }
  .bloglist-area .post-row .img-container {
    width: 100%;
    margin-bottom: 1em;
  }
  .bloglist-area .post-row .text-container {
    margin-left: 0;
    max-width: 300px;
  }
  .bloglist-area .post-row .text-container .top-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6em;
    flex-wrap: wrap;
  }
  .bloglist-area .post-row .text-container .top-row .blog-date {
    margin: 0 0 0 1em;
    line-height: 200%;
  }
}
@media screen and (min-width: 1201px) {
  .bloglist-area .post-row {
    box-sizing: border-box;
    width: 50%;
    flex-direction: row;
    margin: 0 0 0 0;
    padding: 1.5em 4em 2.5em 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .bloglist-area .post-row .img-container {
    width: 184px;
  }
  .bloglist-area .post-row .text-container {
    margin: 0 0 0 1em;
  }
}

.blogcard-area {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  align-self: center;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 100px) clamp(40px, 10vw, 100px) clamp(20px, 5vw, 100px);
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.post-card {
  position: relative;
  width: clamp(280px, 30%, 320px);
  max-width: 90%;
  margin: 20px 5px;
  padding-bottom: 1em;
  background-color: #ffffff;
}
.post-card .pc-img {
  width: 100%;
  height: 150px;
  margin-bottom: 1em;
}
.post-card .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-card .pc-img:hover {
  opacity: 0.9;
}
.post-card .top-row,
.post-card .card-headline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 2em);
  margin: 0 auto;
  align-self: center;
  font-size: clamp(14px, 1.6vw, 16px);
}
.post-card .top-row p,
.post-card .card-headline p {
  width: fit-content;
}
.post-card .top-row .blog-cat,
.post-card .card-headline .blog-cat {
  color: #ffffff;
  background-color: #55C5C9;
  padding: 0.4em 1em;
  margin-right: 1em;
}
.post-card .top-row .blog-date,
.post-card .card-headline .blog-date {
  color: #D0D0D0;
  margin: 0.4em 0;
}
.post-card .card-headline {
  font-size: clamp(14px, 2vw, 16px);
  margin: 0.5em auto;
  line-height: 180%;
}

.blog-filter {
  width: 1200px;
  max-width: 92%;
  height: unset;
  margin-top: clamp(60px, 10vw, 180px);
  font-weight: bold;
  scroll-margin-top: 50px;
  border-bottom: 1px solid #A8A8A8;
}
.blog-filter .filter-btns {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.blog-filter a {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 0.5em;
  color: #A8A8A8 !important;
  text-align: center;
  line-height: 160%;
}
.blog-filter a.active-btn {
  color: #D53134 !important;
  pointer-events: none;
}
.blog-filter a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 801px) {
  .blog-filter .filter-btns {
    flex-direction: row;
  }
  .blog-filter a {
    width: fit-content;
  }
}

.vertblog-area {
  width: 1200px;
  max-width: 92%;
  margin: clamp(20px, 10vw, 100px) auto 0 auto;
  padding: 0;
  justify-content: center;
  scroll-margin-top: clamp(50px, 10vw, 100px);
}
@media screen and (min-width: 801px) {
  .vertblog-area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.vert-post-card {
  width: 100%;
  max-width: 400px;
  align-items: center;
  font-size: clamp(14px, 2vw, 16px);
  margin: 0 auto clamp(40px, 10vw, 100px);
}
.vert-post-card .img-container {
  width: 100%;
  height: 200px;
}
.vert-post-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vert-post-card .text-container {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
}
.vert-post-card .text-container .card-meta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.15em;
  font-size: 1em;
  font-weight: 500;
  margin: 1em 0;
}
.vert-post-card .text-container .card-meta .card-cat {
  list-style-type: none;
}
.vert-post-card .text-container .card-meta .card-cat li {
  display: none;
}
.vert-post-card .text-container .card-meta .card-cat li:first-child {
  padding: 0.3em 1.5em;
  line-height: 100%;
  display: unset;
  color: #ffffff;
  background-color: #55C5C9;
  margin-right: 1em;
}
.vert-post-card .text-container .card-meta .card-date {
  color: #D0D0D0;
  line-height: 240%;
}
.vert-post-card .text-container .card-headline {
  line-height: 180%;
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .vert-post-card {
    min-width: 400px;
    width: 50%;
    max-width: 600px;
    flex-direction: row;
    align-items: flex-start;
  }
  .vert-post-card .img-container {
    width: 200px;
    min-width: 200px;
    height: 146px;
  }
  .vert-post-card .text-container {
    width: auto;
    padding: 0 1em 0 2em;
  }
}

.author-main .h1-group {
  margin: clamp(40px, 10vw, 100px) auto clamp(30px, 6vw, 60px) auto;
}
.author-main .author-profile {
  justify-content: center;
}
.author-main .author-profile .left-col .img-container {
  width: clamp(60px, 20vw, 150px);
  height: clamp(60px, 20vw, 150px);
  margin-bottom: 20px;
}
.author-main .author-profile .left-col .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 4px solid #D52C2F;
}
.author-main .author-profile .right-col {
  width: 800px;
  max-width: 90%;
  margin: 0 0 clamp(40px, 10vw, 100px) 40px;
}
.author-main .author-profile .right-col .author-intro {
  box-sizing: border-box;
  padding: 0px 10px 20px 10px;
}
.author-main .author-profile .right-col .author-intro h3 {
  margin-bottom: 16px;
}
.author-main .author-profile .right-col .author-intro p {
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .author-main .author-profile {
    flex-direction: column;
    align-items: center;
  }
  .author-main .author-profile .right-col {
    margin-left: 0;
  }
}

.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: #F2F2F2;
}
.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;
  }
}

.inline-link {
  display: inline-block;
  color: #D52C2F !important;
  position: relative;
}
.inline-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #D52C2F;
  height: 1.5px;
  width: 0px;
  transition: 0.1s width ease-in-out;
}
.inline-link:hover::after {
  width: 100%;
}

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