@charset "UTF-8";
/*
Theme Name: AMP.
Theme URL: https://amp-design.net/
Description: AMP.
Author:AMP.
Version: AMP.1.0
Tags: AMP.
License: AMP.
License URI: https://amp-design.net/
*/
@-webkit-keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }
@keyframes Shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    -webkit-transform: translate(0px, -5px) rotateZ(5deg);
            transform: translate(0px, -5px) rotateZ(5deg); }
  50% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    -webkit-transform: translate(0px, -5px) rotateZ(-5deg);
            transform: translate(0px, -5px) rotateZ(-5deg); } }

.fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s; }

.hamburger {
  display: none; }
  @media screen and (max-width: 1024px) {
    .hamburger {
      display: block;
      width: auto;
      height: auto;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 10000;
      padding: 27px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent;
      -ms-touch-action: manipulation;
      touch-action: manipulation; } }
  @media screen and (max-width: 520px) {
    .hamburger {
      padding: 14px 15px; } }

.hamburger__icon {
  position: relative;
  margin-top: 19px;
  margin-bottom: 22px; }
  @media screen and (max-width: 520px) {
    .hamburger__icon {
      margin-top: 10px;
      margin-bottom: 22px; } }

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #000;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: .4s;
          transition-duration: .4s; }
  @media screen and (max-width: 520px) {
    .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
      width: 40px; } }

.hamburger__icon:after, .hamburger__icon:before {
  position: absolute;
  content: ""; }

.hamburger__icon:before {
  top: -12px; }
  @media screen and (max-width: 520px) {
    .hamburger__icon:before {
      top: -7px; } }

.hamburger__icon:after {
  top: 12px; }
  @media screen and (max-width: 520px) {
    .hamburger__icon:after {
      top: 7px; } }

.hamburger.active .hamburger__icon {
  background-color: #fff !important; }

.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before {
  background-color: #000; }

.hamburger.active .hamburger__icon:before {
  -ms-transform: translateY(12px) rotate(45deg);
  -webkit-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg); }
  @media screen and (max-width: 520px) {
    .hamburger.active .hamburger__icon:before {
      -ms-transform: translateY(7px) rotate(45deg);
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); } }

.hamburger.active .hamburger__icon:after {
  -ms-transform: translateY(-12px) rotate(-45deg);
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg); }
  @media screen and (max-width: 520px) {
    .hamburger.active .hamburger__icon:after {
      -ms-transform: translateY(-7px) rotate(-45deg);
      -webkit-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); } }

.fat-nav {
  display: none; }
  @media screen and (max-width: 1024px) {
    .fat-nav {
      top: 0;
      left: 0;
      z-index: 9999;
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      background: white;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .4s;
              transition-duration: .4s;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; } }

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.fat-nav.active {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0; }

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 20px;
  font-size: 4.0rem;
  font-family: "Marcellus", serif;
  letter-spacing: 0.2ex; }
  @media screen and (max-width: 520px) {
    .fat-nav li {
      font-size: 2.8rem; } }

.fat-nav li, .fat-nav li a {
  color: #000; }

.fat-nav li a {
  text-decoration: none; }

/*====================
 *   Base
 *====================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "A1 Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 62.5%;
  background: #fff;
  color: #000000;
  position: relative;
  z-index: 1;
  scroll-behavior: smooth;
  font-weight: 500; }

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

div, h1, h2, h3, h4, h5, p, a, hr, dl, dt, dd, img, video, article, ul, li, section {
  margin: 0;
  padding: 0; }

p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500; }
  @media screen and (max-width: 520px) {
    p {
      font-size: 1.4rem;
      line-height: 1.75; } }

h1, h2, h3, h4, h5 {
  font-weight: 500; }

.noHide {
  display: block; }

.pcHide {
  display: none; }
  @media screen and (max-width: 1024px) {
    .pcHide {
      display: block; } }

.tbpcHide {
  display: none; }
  @media screen and (max-width: 520px) {
    .tbpcHide {
      display: block; } }

.sptbHide {
  display: block; }
  @media screen and (max-width: 1024px) {
    .sptbHide {
      display: none; } }

.spHide {
  display: block; }
  @media screen and (max-width: 520px) {
    .spHide {
      display: none; } }

.pcspHide {
  display: none; }
  @media screen and (max-width: 1024px) {
    .pcspHide {
      display: block; } }
  @media screen and (max-width: 520px) {
    .pcspHide {
      display: none; } }

.tbHide {
  display: block; }
  @media screen and (max-width: 1024px) {
    .tbHide {
      display: none; } }
  @media screen and (max-width: 520px) {
    .tbHide {
      display: block; } }

a {
  text-decoration: none;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
  a:hover {
    opacity: 0.5; }

*:focus {
  outline: none; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.noBoder {
  border: none !important; }

.noPadding {
  padding: 0 !important; }

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

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

/*====================
 *   COMMON
 *====================*/
.fadein {
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  opacity: 0; }

.scrollin {
  opacity: 1; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pc72px {
  font-size: 7.2rem;
  line-height: 1.0; }
  @media screen and (max-width: 1024px) {
    .pc72px {
      font-size: 5.0rem; } }
  @media screen and (max-width: 520px) {
    .pc72px {
      font-size: 4.6rem; } }

.pc70px {
  font-size: 7.0rem;
  line-height: 1.0; }
  @media screen and (max-width: 1024px) {
    .pc70px {
      font-size: 5.0rem; } }
  @media screen and (max-width: 520px) {
    .pc70px {
      font-size: 4.6rem; } }

.pc60px {
  font-size: 6.0rem;
  line-height: 1.0; }
  @media screen and (max-width: 1024px) {
    .pc60px {
      font-size: 4.5rem; } }
  @media screen and (max-width: 520px) {
    .pc60px {
      font-size: 4.0rem; } }

.pc52px {
  font-size: 5.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc52px {
      font-size: 4.0rem; } }
  @media screen and (max-width: 520px) {
    .pc52px {
      font-size: 3.6rem; } }

.pc48px {
  font-size: 4.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc48px {
      font-size: 4.4rem; } }
  @media screen and (max-width: 520px) {
    .pc48px {
      font-size: 3.2rem; } }

.pc44px {
  font-size: 4.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc44px {
      font-size: 4.0rem; } }
  @media screen and (max-width: 520px) {
    .pc44px {
      font-size: 2.6rem; } }

.pc40px {
  font-size: 4.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc40px {
      font-size: 3.4rem; } }
  @media screen and (max-width: 520px) {
    .pc40px {
      font-size: 2.6rem; } }

.pc36px {
  font-size: 3.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc36px {
      font-size: 2.8rem; } }
  @media screen and (max-width: 520px) {
    .pc36px {
      font-size: 2.6rem; } }

.pc32px {
  font-size: 3.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc32px {
      font-size: 2.4rem; } }
  @media screen and (max-width: 520px) {
    .pc32px {
      font-size: 2.4rem; } }

.pc30px {
  font-size: 3.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc30px {
      font-size: 2.6rem; } }
  @media screen and (max-width: 520px) {
    .pc30px {
      font-size: 2.4rem; } }

.pc28px {
  font-size: 2.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc28px {
      font-size: 2.4rem; } }
  @media screen and (max-width: 520px) {
    .pc28px {
      font-size: 2.2rem;
      line-height: 1.5; } }

.pc24px {
  font-size: 2.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc24px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc24px {
      font-size: 2.0rem; } }

.pc22px {
  font-size: 2.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc22px {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .pc22px {
      font-size: 1.6rem; } }

.pc20px {
  font-size: 2.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc20px {
      font-size: 1.8rem; } }
  @media screen and (max-width: 520px) {
    .pc20px {
      font-size: 1.4rem; } }

.pc18px {
  font-size: 1.8rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc18px {
      font-size: 1.6rem;
      line-height: 1.5; } }
  @media screen and (max-width: 520px) {
    .pc18px {
      line-height: 1.5;
      font-size: 1.4rem; } }

.pc16px {
  font-size: 1.6rem;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .pc16px {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    .pc16px {
      font-size: 1.3rem; } }

.pc15px {
  font-size: 1.5rem;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .pc15px {
      font-size: 1.3rem; } }
  @media screen and (max-width: 520px) {
    .pc15px {
      font-size: 1.3rem; } }

.pc14px {
  font-size: 1.4rem;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .pc14px {
      font-size: 1.2rem; } }

.pc13px {
  font-size: 1.3rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc13px {
      font-size: 1.1rem; } }

.pc12px {
  font-size: 1.2rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc12px {
      font-size: 1.0rem; } }

.pc10px {
  font-size: 1.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .pc10px {
      font-size: 1.0rem; } }

.justify {
  text-align: justify; }

.en {
  font-family: "Tenor Sans", "A1 Mincho", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif; }

.en02 {
  font-family: "Inter", sans-serif; }

.noMargin {
  margin: 0 0 0 0 !important; }

/*====================
 *   HEADER
 *====================*/
.header {
  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;
  width: 94%;
  margin: 30px auto 0; }
  @media screen and (max-width: 520px) {
    .header {
      margin: 12px auto 0; } }

.headerLogo {
  width: 9.2%; }
  @media screen and (max-width: 1024px) {
    .headerLogo {
      width: 15%; } }
  @media screen and (max-width: 520px) {
    .headerLogo {
      width: 22%; } }

.headerNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .headerNav {
      display: none; } }
  .headerNav .headerNavList {
    list-style: none; }
    .headerNav .headerNavList a {
      color: #000000; }

/*====================
 *   FOOTER
 *====================*/
.footer {
  padding: 150px 0 60px 0; }
  @media screen and (max-width: 520px) {
    .footer {
      padding: 75px 0 30px 0; } }

.footerCopy {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 0 10px 0 auto;
  font-weight: 300; }

/*====================
 *   TOP
 *====================*/
.projectContainer {
  width: 94%;
  margin: 10px auto 0; }
  .projectContainer a {
    display: inline-block;
    width: 100%;
    margin: 45px auto 0;
    color: #000; }

.projectImage {
  width: 100%; }

.projectTextBox {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.projectTitleBox {
  margin: 10px 0 0 0;
  width: 70%; }
  @media screen and (max-width: 520px) {
    .projectTitleBox {
      margin: 7px 0 0 0; } }

.projectTitlesmallBefore {
  line-height: 1.5; }
  @media screen and (max-width: 520px) {
    .projectTitlesmallBefore {
      line-height: 1.25; } }

.projectTitleLarge {
  line-height: 1.25; }
  @media screen and (max-width: 520px) {
    .projectTitleLarge {
      line-height: 1.1; } }

.projectTitlesmallAfter {
  line-height: 1.0; }

.projectMore {
  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;
  width: 30%;
  margin: 10px 0 0 0;
  font-weight: 400; }
  @media screen and (max-width: 520px) {
    .projectMore {
      margin: 5px 0 0 0; } }
  .projectMore img {
    width: 36px;
    height: 5.26px;
    margin: 10px 10px 0 0; }
    @media screen and (max-width: 520px) {
      .projectMore img {
        width: 27px;
        height: 3.945px;
        margin: 8px 5px 0 0; } }

/*====================
 *   ABOUT
 *====================*/
.aboutIntro {
  width: 100%;
  margin: 55px auto 0;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .aboutIntro {
      width: 94%; } }

.aboutIntroTextBox {
  width: 80%;
  margin: 50px auto 0; }
  @media screen and (max-width: 520px) {
    .aboutIntroTextBox {
      width: 100%;
      margin: 30px auto 0; } }

.aboutIntroText {
  margin: 20px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutIntroText {
      margin: 10px 0 0 0; } }

.aboutProfile {
  text-align: center;
  width: 80%;
  margin: 140px auto 0; }
  @media screen and (max-width: 520px) {
    .aboutProfile {
      width: 85%;
      margin: 70px auto 0; } }

.aboutProfileImage {
  margin: 20px auto 0;
  width: 20%; }
  @media screen and (max-width: 520px) {
    .aboutProfileImage {
      width: 50%; } }

.aboutProfileName {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutProfileName {
      margin: 15px 0 0 0; } }

.aboutProfileNameEn {
  margin: 0 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutProfileNameEn {
      margin: 2px 0 0 0; } }

.aboutProfileTextBox {
  margin: 30px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutProfileTextBox {
      margin: 15px 0 0 0; } }

.aboutProfileTextShoulder {
  margin: 20px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutProfileTextShoulder {
      margin: 10px 0 0 0; } }

.aboutProfileText {
  margin: 10px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutProfileText {
      margin: 5px 0 0 0;
      text-align: justify; } }

.aboutAwards {
  width: 80%;
  margin: 70px auto 0;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .aboutAwards {
      width: 85%;
      margin: 30px auto 0; } }

.aboutAwardsHeading {
  margin: 20px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutAwardsHeading {
      margin: 10px 0 0 0; } }

.aboutAwardsText {
  margin: 5px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutAwardsText {
      margin: 5px 0 0 0;
      text-align: justify; } }

.aboutOffice {
  margin: 70px 0 0 0;
  text-align: center; }
  @media screen and (max-width: 520px) {
    .aboutOffice {
      width: 94%;
      margin: 30px auto 0; } }

.aboutOfficeText {
  margin: 20px 0 0 0; }
  @media screen and (max-width: 520px) {
    .aboutOfficeText {
      margin: 10px 0 0 0; } }

/*====================
 *   PROJECTDETAIL
 *====================*/
.projectDetailContainer {
  width: 94%;
  margin: 110px auto 0; }
  @media screen and (max-width: 520px) {
    .projectDetailContainer {
      margin: 60px auto 0; } }

.projectDetailContentBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .projectDetailContentBox {
      display: block; } }

@media screen and (max-width: 1024px) {
  .is-layout-flex {
    display: block !important; } }

.projectDetailImageBox {
  width: 58%; }
  @media screen and (max-width: 1024px) {
    .projectDetailImageBox {
      width: 100%; } }

.is-layout-flow:nth-of-type(1) {
  width: 58% !important; }
  @media screen and (max-width: 1024px) {
    .is-layout-flow:nth-of-type(1) {
      width: 100% !important; } }

.projectDetailTextBox {
  width: 27%;
  margin: 170px 6% 0 9%;
  text-align: justify; }
  @media screen and (max-width: 1024px) {
    .projectDetailTextBox {
      width: 82%;
      margin: 60px 20% 0 0; } }

.is-layout-flow:nth-of-type(2) {
  width: 27% !important;
  margin: 130px 6% 0 9%;
  text-align: justify; }
  @media screen and (max-width: 1024px) {
    .is-layout-flow:nth-of-type(2) {
      width: 80% !important;
      margin: 60px 20% 0 0 !important; } }

.projectDetailContentBox {
  margin: 50px 0 0 0; }
  @media screen and (max-width: 520px) {
    .projectDetailContentBox {
      margin: 10px 0 0 0; } }
  .projectDetailContentBox img {
    margin: 30px 0 0 0; }
    @media screen and (max-width: 520px) {
      .projectDetailContentBox img {
        margin: 15px 0 0 0; } }

.wp-block-column h2, .projectDetailTextBox h2 {
  margin: 0 0 40px 0;
  font-size: 2.0rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .wp-block-column h2, .projectDetailTextBox h2 {
      font-size: 2.0rem; } }
  @media screen and (max-width: 520px) {
    .wp-block-column h2, .projectDetailTextBox h2 {
      font-size: 2.0rem;
      margin: 0 0 20px 0; } }

.wp-block-column h3, .projectDetailTextBox h3 {
  margin: 30px 0 10px 0;
  font-size: 1.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 1024px) {
    .wp-block-column h3, .projectDetailTextBox h3 {
      font-size: 1.6rem; } }
  @media screen and (max-width: 520px) {
    .wp-block-column h3, .projectDetailTextBox h3 {
      margin: 22px 0 7px 0;
      font-size: 1.6rem; } }

.wp-block-column p, .projectDetailTextBox p {
  margin: 0 0 20px 0;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .wp-block-column p, .projectDetailTextBox p {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    .wp-block-column p, .projectDetailTextBox p {
      margin: 0 0 15px 0; } }

.wp-block-column p:last-child, .projectDetailTextBox p:last-child {
  margin: 60px 0 20px 0;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.75; }
  @media screen and (max-width: 1024px) {
    .wp-block-column p:last-child, .projectDetailTextBox p:last-child {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    .wp-block-column p:last-child, .projectDetailTextBox p:last-child {
      margin: 40px 0 15px 0; } }

.fancybox-infobar {
  display: none; }

.fancybox-button svg path {
  fill: #000000 !important; }

.fancybox-navigation .fancybox-button div {
  padding: 0 !important; }

.fancybox-button {
  background: transparent !important; }

.fancybox-slide--image .fancybox-close-small {
  width: 70px !important;
  height: 70px !important; }

.fancybox-close-small {
  top: -58px !important; }

@media screen and (max-width: 1024px) {
  .fancybox-navigation {
    display: none; } }
