/* resets */

/* font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif; */

@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 0.7em;
}

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

body {
  font-family: "Noto Serif JP", serif;
  color: #272727;
  text-align: left;
  font-weight: normal;
  position: relative;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.ul,
.ol {
  list-style-type: none;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
}

sup {
  font-size: 0.5em;
}

/* MARGINS */

.mb00 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb110 {
    margin-bottom: 55px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb130 {
    margin-bottom: 65px !important;
  }
  .mb140 {
    margin-bottom: 70px !important;
  }
  .mb150 {
    margin-bottom: 75px !important;
  }
}

.mt30 {
  margin-top: 30px;
}

/* ------------------------------------------- */
/* print setting */
/* ------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 1600px;
    zoom: 50%;
  }
  #mainBanner {
    background-size: cover;
    width: 100%;
  }
}
@page {
  size: A4;
  margin: 10mm;
}

.sp_mode {
  display: none;
}

.pc_mode {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_mode {
    display: block;
  }
  .pc_mode {
    display: none;
  }
}

.inner001 {
  width: 92%;
  margin: 0 auto;
  max-width: 1080px;
}

.inner002 {
  width: 92%;
  margin: 0 auto;
  max-width: 960px;
}

.inner003 {
  width: 92%;
  margin: 0 auto;
  max-width: 840px;
}

@media screen and (max-width: 767px) {
  .inner001 {
    width: 90%;
  }
  .inner002 {
    width: 90%;
  }
  .inner003 {
    width: 90%;
  }
}

.global-links-btn {
  width: 340px;
  height: 51px;
  border: 1px solid #272727;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: right;
  transition: all 300ms ease-in-out;
}

.global-links-btn img {
  margin-left: 10px;
}

.global-links-btn:hover {
  opacity: 0.75;
  width: 350px;
  height: 56px;
  font-size: 15px;
  margin-top: 17.5px;
  margin-left: -5px;
}

@media screen and (max-width: 400px) {
  .global-links-btn {
    width: 90%;
    height: 51px;
    border: 1px solid #272727;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: right;
    transition: all 300ms ease-in-out;
    margin: 0 auto;
  }
  .global-links-btn:hover {
    width: 90%;
    margin: -3px auto 0;
  }
}
/* hamburger menu */

.menu-section {
  display: none;
}

/* .c-hamburger {
    display: none;
    position: absolute;
    overflow: hidden;
    margin: 0;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
    width: 81px;
    height: 70px;
    z-index: 999999999 !important;
} */

/*HAMBURGER*/

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  right: 10px;
  top: 18px;
  padding: 0;
  font-size: 12px;
  color: #fff;
  width: 86px;
  height: 70px;
  /* font-size: 0; */
  /*text-indent: -9999px;*/
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger > span {
  display: block;
  position: absolute;
  top: 30px;
  left: 40px;
  right: 11px;
  height: 2px;
  background: #000000;
  border-radius: 5px;
}

.c-hamburger > span::before,
.c-hamburger > span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
  border-radius: 5px;
}
/*  .c-hamburger.is-active > span::before,
    .c-hamburger.is-active  > span::after{
        background-color: #ffffff;
    }
 */
.c-hamburger > span::before {
  top: -10px;
}

.c-hamburger > span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx > span::before,
.c-hamburger--htx > span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx > span::before {
  transition-property: top, transform;
}

.c-hamburger--htx > span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /* background-color: #ffffff; */
  z-index: 99;
}

.c-hamburger--htx.is-active > span {
  background: none;
}

.c-hamburger--htx.is-active > span::before {
  top: 0;
  transform: rotate(45deg);
  /* background: #ffffff; */
}

.c-hamburger--htx.is-active > span::after {
  bottom: 0;
  transform: rotate(-45deg);
  /* background: #ffffff; */
}

.c-hamburger--htx.is-active > span::before,
.c-hamburger--htx.is-active > span::after {
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htx > span span {
  top: 14px;
  left: -6px;
  width: 140%;
  font-size: 0;
  letter-spacing: -1px;
  display: block;
  position: absolute;
  color: #fff;
}

.c-hamburger--htx.is-active > span span,
.c-hamburger--htx.is-active > span span {
  color: #57575a;
}

.menu-section {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow-y: auto;
}
.navbar-mobile {
  margin-top: 120px;
  width: 90%;
  margin: 120px auto 100px;
}

.navbar-sns {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  display: none;
  justify-content: space-between;
  width: 115px;
}

.navbar-sns a {
  width: 22px;
}
.navbar-sns a img {
  width: 100%;
  height: 100%;
}

/* SP固定ナビー追加 */
.sp-fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 20px 0;
  display: none;
  /* align-items: center; */
  background-color: #fff;
}
.fixed-nav_item {
  padding: 0 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.fixed-nav_item:not(:last-child) {
  border-right: 2px solid #cfcfcf;
}
.fixed-nav-icon {
  height: 25px;
}
.fixed-nav-txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .navbar-mobile {
    max-width: 1260px;
    display: flex;
    justify-content: space-between;
  }

  .navbar-mobile .zone1 {
    width: 300px;
  }

  .navbar-mobile .zone2 {
    width: 27%;
    padding-right: 13%;
  }

  .navbar-mobile .zone3 {
    width: 390px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-mobile {
    margin-top: 80px;
  }

  .sp-fixed-nav {
    display: flex;
  }

  .navbar-sns {
    display: flex;
  }
}
.menu-section .navbar-mobile .link {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 12px;
  text-align: left;
  color: #000;
  /*height: 56px;*/
  padding: 12px 20px;
  box-sizing: border-box;
  /*margin-bottom: 31px;*/
}

.menu-section .navbar-mobile .link.sub {
  font-weight: normal;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.menu-section .navbar-mobile .link:hover {
  opacity: 0.75;
}
.menu-section .navbar-mobile .link div:nth-child(1) {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 14px;
  text-align: left;
  color: #272727;
  margin-bottom: 5px;
}
.menu-section .navbar-mobile .link div:nth-child(2) {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}
/* .menu-section .navbar-mobile a img {
    width: 10px;
    height: 16px;
} */
.link {
  font-size: 22px;
}

.links-border-container {
  border-top: 1px solid #cfcfcf;
  padding-top: 4px;
  padding-bottom: 11px;
  border-bottom: 1px solid #cfcfcf;
}

@media screen and (min-width: 768px) {
  .links-border-container {
    border-bottom: none;
  }
  .menu-section .plan-links-container {
    padding-top: 0;
    border-top: none;
  }
}

.links-trio {
  display: block;
  width: 100%;
  margin: 0 auto;
  /*font-weight: bold;*/
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 12px;
  text-align: left;
  color: #000;
  height: 36px;
  padding: 20px 20px;
  box-sizing: border-box;
}

.menu-section .plan-links-container {
  padding-top: 26px;
  padding-bottom: 24px;
  border-bottom: #cfcfcf 1px solid;
  margin-bottom: 26px;
}

.menu-section .plan-links-container .plan-link {
  height: 46px;
  margin-bottom: 9px;
}

.menu-section .plan-links-container .plan-link:hover {
  height: 50px;
}

.links-trio:hover {
  opacity: 0.75;
}

.menu-section .phone-number {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.menu-section .business-hrs {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 17px;
  text-align: left;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .c-hamburger {
    right: 5px;
    top: -4px;
  }
  .menu-section .plan-links-container {
    padding-top: 0;
  }
}

/* Header */

header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9;
}

header .navbar-flex {
  width: 100%;
  height: auto;
}

header .logo-container {
  width: 100%;
  max-width: 151px;
  height: auto;
  margin-top: 36px;
  margin-left: 50px;
}

header .logo-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header .logo-container {
    max-width: 119px;
    height: auto;
    margin-top: 14px;
    margin-left: 17px;
  }
  header {
    background-color: #fff;
    height: 54px;
  }
}

/* Footer */

.plan-links-container {
  padding-top: 80px;
  border-top: 1px solid #cfcfcf;
}

.plan-link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: center;
  color: #333;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #272727;
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}

.plan-link-no-mb {
  margin-bottom: 0;
}

.plan-link:hover {
  /*font-size: 18px;*/
  opacity: 0.75;
  /*margin-left: -5px;*/
  /*width: calc(100% + 10px);*/
  transform: scale(1.05);
  /*margin-top: -4px;*/
  /*height: 88px;*/
}

.plan-link img {
  margin-right: 14px;
}

#footer {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

#footer .page-top-container {
  height: 147px;
  position: relative;
  border-bottom: 1px solid #cfcfcf;
}

#footer .scrollUp-btn {
  position: absolute;
  max-width: 93px;
  right: 120px;
  bottom: 27px;
}

#footer .scrollUp-btn:hover {
  opacity: 0.75;
}

#footer .scrollUp-btn,
#footer .scrollUp-btn img {
  width: 100%;
  height: auto;
}

#footer .footer-contents-flex {
  padding-top: 51px;
  padding-bottom: 34px;
  display: flex;
  justify-content: space-between;
}

#footer .footer-profile {
  margin-right: 107px;
  max-width: 309px;
  width: 100%;
}

#footer .footer-logo-cont {
  max-width: 251px;
  margin-bottom: 29px;
}

#footer .footer-logo-cont,
#footer .footer-logo-cont img {
  width: 100%;
  height: auto;
}

#footer .footer-address {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 25px;
  text-align: left;
  color: #333;
  margin-bottom: 27px;
}

.phone-number {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 12px;
  text-align: left;
  color: #333;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.phone-number img {
  width: 30px;
  height: auto;
  margin-right: 9px;
}

.phone-number:hover {
  opacity: 0.75;
}

.business-hrs {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #333;
}

#footer .footer-links-container-flex {
  display: flex;
}

#footer .footer-column-links:nth-child(1) {
  margin-right: 67px;
}

#footer .footer-column-links:nth-child(2) {
  margin-right: 67px;
}

#footer .footer-column-links a {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 28px;
  color: #313131;
}

#footer .footer-column-links a:hover {
  opacity: 0.75;
}

#footer .footnotes-flex-cont {
  display: flex;
  justify-content: space-between;
}

.footnote-links-flex {
  display: flex;
  align-items: center;
}

.footnote-links-flex a:nth-child(1) {
  max-width: 22px;
}

.footnote-links-flex a:nth-child(2),
.footnote-links-flex a:nth-child(3) {
  max-width: 20px;
}

.footnote-links-flex a:nth-child(4) {
  max-width: 21px;
}

.footnote-links-flex a:nth-child(5) {
  max-width: 19px;
}

.footnote-links-flex a:nth-child(6) {
  max-width: 17px;
}

.footnote-links-flex a {
  height: auto;
  margin-right: 21px;
}

.footnote-links-flex a:hover {
  opacity: 0.75;
}

.footnote-links-flex a img {
  width: 100%;
  height: auto;
}

#footer .footnote-text {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-align: left;
  color: #313131;
}

@media screen and (max-width: 1300px) {
  #footer .footer-profile {
    margin-right: 50px;
  }
  #footer .footer-column-links:nth-child(1),
  #footer .footer-column-links:nth-child(2) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  #footer .footer-contents-flex {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-profile {
    margin-right: 0;
  }
  #footer .footer-logo-cont {
    max-width: 159px;
    margin: 0 auto 29px;
  }
  #footer .footer-address {
    text-align: center;
    margin-bottom: 27px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 22px;
  }
  .phone-number {
    justify-content: center;
    margin-bottom: 8px;
  }
  .business-hrs {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 17px;
    text-align: center;
  }
  #footer .footer-contents-flex {
    padding-top: 60px;
  }
  #footer .footer-links-container-flex {
    display: none;
  }
  #footer .footnotes-flex-cont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #footer .footnote-links-flex {
    margin-bottom: 48px;
  }
  #footer .footnote-text {
    margin-bottom: 57px;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  #footer .page-top-container {
    display: none;
  }
  #footer {
    border-top: 1px solid #cfcfcf;
  }
  #contact .contact-link-row:last-child {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 767px) {
  .plan-links-container {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .plan-link {
    font-size: 14px;
  }
  #footer {
    padding-bottom: 0;
  }
}

/* Single page tile headers 
=========================================== */

.global-banner-header {
  height: auto;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 60px;
}

.global-banner-header-text-container .global-banner-header1 {
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 36px;
  color: #272727;
  text-align: center;
  margin-bottom: 9px;
}

.global-banner-header-text-container .global-banner-header2 {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 36px;
  color: #272727;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .global-banner-header {
    height: auto;
  }
  .global-banner-header-text-container .global-banner-header1 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .global-banner-header-text-container .global-banner-header2 {
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 28px;
  }
  /*  #philosophy .global-banner-header,
    #four-seasons .global-banner-header,
    #design .global-banner-header {
        height: 150px;
        padding-top: 50px;
        box-sizing: border-box;
    } */
}

/* =========================================== */

/* footer link */

#footer_link .contact-links-level1-flex-cont {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 78px;
}

#footer_link .contact-links-level1-flex {
  display: flex;
  max-width: 400px;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

#footer_link .contact-links-level1-flex:hover {
  opacity: 0.75;
}

#footer_link .contact-links-level1-flex:first-child {
  margin-right: 40px;
}

#footer_link .contact-links-level1-flex div {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 37px;
}

#footer_link .contact-links-level1-flex div img {
  margin-right: 9px;
  margin-bottom: -5px;
}

#footer_link .contact-link-row {
  width: 100%;
  border: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer_link .contact-link-row:hover {
  opacity: 0.75;
}

#footer_link .contact-link-row img {
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
  #footer_link .contact-links-level1-flex div {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-right: 10px;
    white-space: nowrap;
  }
  #footer_link .contact-links-level1-flex div img {
    margin-right: 6px;
  }
  #footer_link .theHammer-icon img {
    width: 21px;
    height: auto;
  }
  #footer_link .theBuilding-icon img {
    width: 17px;
    height: auto;
  }
  #footer_link .contact-links-level1-flex {
    width: 50%;
  }
  #footer_link .contact-links-level1-flex:first-child {
    margin-right: 20px;
  }
  #footer_link .blog-btn-img {
    margin-right: 0 !important;
  }
  #footer_link .blog-btn-img img {
    width: 19px;
    height: auto;
  }
  #footer_link .contact-link-row {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 28px;
  }
  #footer_link .contact-link-row img {
    margin-right: 11px;
  }
}

/* single pages */

/* company-access */

#company-access {
  width: 100%;
  height: auto;
}

#company-access .access-header {
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-bottom: 51px;
}

#company-access .access-map-flex {
  display: flex;
}

#company-access .access-map-flex1 {
  margin-bottom: 104px;
}

#company-access .access-map-flex2 {
  margin-bottom: 90px;
}

#company-access .access-google-map {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin-right: 60px;
}

#company-access iframe {
  width: 420px;
  height: 238px;
  margin-bottom: 10px;
}

#company-access .google-map-link {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: right;
  color: #333;
}

#company-access .google-map-link img {
  margin-left: 9px;
  width: 28.18px;
  height: 5.75px;
}

#company-access .access-map-text-caption {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 32px;
  color: #272727;
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
}

#company-access .access-map-text-caption::after {
  content: "";
  position: absolute;
  background: #cfcfcf;
  height: 19px;
  width: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#company-access .access-map-text-cont ul {
  padding-left: 16px;
}

#company-access .access-map-text-cont ul li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  color: #272727;
}

#company-access .access-gray-box {
  background: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 38px 22px 41px 39px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}

@media screen and (max-width: 1100px) {
  #company-access .access-map-flex {
    flex-direction: column;
  }
  #company-access .access-map-flex1 {
    margin-bottom: 60px;
  }

  #company-access .access-map-flex2 {
    margin-bottom: 80px;
  }
  #company-access iframe {
    width: 100%;
    height: 238px;
    margin-bottom: 15px;
  }
  #company-access .access-google-map {
    max-width: 100%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  #company-access iframe {
    width: 420px;
    height: 238px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  #company-access iframe {
    width: 100%;
    height: 238px;
  }
}

/* porto */

#porto {
  width: 100%;
  height: auto;
  padding-bottom: 102px;
}

#porto .porto-gray-border {
  border: #cfcfcf 1px solid;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 60px 49px 46px;
  box-sizing: border-box;
}

#porto .porto-header {
  background: #fff;
  max-width: 678px;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 55px;
}

#porto .porto-header div:first-child {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 36px;
  text-align: center;
  color: #272727;
  margin-bottom: 14px;
}

#porto .porto-header div:last-child {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}

#porto .porto-main-contents-flex {
  display: flex;
  margin-bottom: 77px;
}

#porto .porto-image {
  max-width: 320px;
  margin-right: 52px;
}

#porto .porto-image,
#porto .porto-image img {
  height: auto;
  width: 100%;
}

#porto .porto-text p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}

#porto .porto-text p:first-child {
  margin-bottom: 38px;
}

#porto .porto-btns-flex {
  display: flex;
  justify-content: center;
}

#porto .porto-btns-flex a {
  width: 340px;
  height: 51.39px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  transition: 0.3s all;
}

#porto .porto-btns-flex a:hover {
  transform: scale(1.05);
  /*width: 350px;
    height: 56px;
    font-size: 16px;
    margin-top: -3px;*/
}

#porto .porto-btns-flex a:first-child {
  border: #272727 1px solid;
  margin-right: 20px;
}

#porto .porto-btns-flex a:last-child {
  color: #fff;
  background-color: #000;
}

#porto .porto-btns-flex a img {
  width: 24.06px;
  height: 4.91px;
}

#porto .porto-btns-flex a .black-arrow {
  position: absolute;
  right: 22px;
}

#porto .porto-btns-flex a .white-arrow {
  position: absolute;
  right: 26px;
}

@media screen and (max-width: 1100px) {
  #porto .porto-main-contents-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #porto .porto-image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #porto .porto-text p:first-child {
    margin-bottom: 20px;
  }
  #porto .porto-btns-flex {
    flex-direction: column;
    align-items: center;
  }
  #porto .porto-btns-flex a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #porto .porto-btns-flex a {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  #porto {
    padding-bottom: 40px;
  }
  #porto .porto-gray-border {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 40px 20px;
  }
  #porto .porto-btns-flex,
  #porto .porto-btns-flex a {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }
  #porto .porto-btns-flex a img {
    display: none;
  }
  #porto .porto-btns-flex a:hover {
    width: calc(100% + 10px);
    height: 56px;
    font-size: 13px;
  }
  #porto .porto-header div:first-child {
    font-size: 16px;
  }
}

/* Staff */

#staff {
  padding-top: 75px;
  padding-bottom: 86px;
}

#staff.staff-no-margin {
  padding-top: 0;
}

#staff .staff-cont-flex {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}

#staff .staff-cont-flex-archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#staff .staff-card {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

#staff .staff-img-cont {
  max-width: 199px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

#staff .staff-img-cont,
#staff .staff-img-cont img {
  width: 100%;
  height: auto;
}

#staff .staff-text-caption {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: center;
  color: #000;
}

#staff .staff-name {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 29px;
  text-align: center;
  color: #000;
  margin-bottom: 4px;
}

#staff .staff-name-en {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 25px;
  text-align: center;
  color: #000;
}

#staff .staff-btn-link {
  float: right;
}

#staff .staff-btn-link:hover {
  opacity: 0.75;
}

#staff .staff-card-archive {
  display: block;
  width: 33%;
  max-width: 33%;
  /*max-width: 100%;*/
  margin: 0 auto 51px;
}

@media screen and (max-width: 767px) {
  #staff .staff-card-archive {
    display: block;
    width: 45%;
    max-width: 45%;
    /*max-width: 100%;*/
    margin: 0 auto 51px;
  }
}

.staff-modal {
  background-color: rgba(0, 0, 0, 0.605);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal-staff-white-box {
  width: 92%;
  max-width: 960px;
  height: auto;
  background: #fff;
  display: flex;
  align-self: center;
  padding: 71px 89px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  cursor: auto;
}

.modal-staff-img {
  max-width: 290px;
  margin-right: 50px;
}

.modal-staff-img,
.modal-staff-img img {
  width: 100%;
  height: auto;
}

.modal-staff-name-flex {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.modal-name {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: left;
  color: #000;
  margin-right: 19px;
}

.modal-furigana-name {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 29px;
  text-align: center;
  color: #000;
}

.modal-position-name {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 35px;
  text-align: left;
  color: #000;
  padding-bottom: 32px;
  border-bottom: #cfcfcf solid 1px;
  margin-bottom: 32px;
}

.modal-profile {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 27px;
  text-align: left;
  color: #272727;
}

.close-btn {
  position: absolute;
  top: 26px;
  right: 31px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-staff-white-box {
    flex-direction: column;
    overflow-y: scroll;
    height: 85vh;
    margin-top: 60px;
    padding: 40px 40px;
  }
  .modal-staff-img {
    margin: 0 auto 20px;
  }
  .close-btn {
    right: 15px;
    top: 12px;
  }
}

/* ============================================================================================================= */

/* contact form */

#contact-form {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
}

#contact-form .table_form,
#contact-form .table_form tr {
  width: 100%;
  height: auto;
}

#contact-form .table_form tr .the-table-header {
  /* max-width: 280px; */
  width: 33%;
  height: auto;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
  padding: 27px 0 27px;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: #e2e2e2 1px solid;
}

#contact-form .table_form tr .the-table-header .th-flex {
  display: flex;
  align-items: center;
}

#contact-form .no-border {
  border-bottom: none !important;
}

#contact-form .table_form tr .the-table-description {
  width: 67%;
  height: auto;
  padding: 27px 0 27px;
  border-bottom: #e2e2e2 1px solid;
}

#contact-form .required {
  margin-left: 7px;
  border: #c2baa3 1px solid;
  color: #c2baa3;
  padding: 0px 7px;
  line-height: 19px;
  font-size: 12px;
}

#contact-form .table_form tr .flex-box-entry {
  display: flex;
}

#contact-form .table_form tr .flex-box label {
  margin-right: 25px;
  margin-left: 5px;
}

#contact-form .middle,
#contact-form .address-input {
  max-width: 534px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  padding: 10px;
  box-sizing: border-box;
  border: #cecece 2px solid;
  border-radius: 6px;
}

#contact-form .address-input {
  max-width: 166px;
}
#contact-form .attendees-input-flex,
#contact-form .address-input-flex {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

#contact-form .postal-icon {
  margin-right: 14px;
}

#contact-form .attendees-icon {
  margin-left: 14px;
}

#contact-form .contact-table-input-field select {
  max-width: 534px;
  width: 100%;
  height: 46px;
  border: #cecece 2px solid;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

#contact-form .event-table-input-field select {
  max-width: 219px;
  width: 100%;
  height: 46px;
  border: #cecece 2px solid;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

#contact-form .calendar-container-flex {
  display: flex;
}

#contact-form .date-field {
  margin-right: 10px;
}

#contact-form .time-field input,
#contact-form .date-field input {
  max-width: 220px;
  width: 100%;
  height: 46px;
  border: #cecece 2px solid;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

#contact-form textarea {
  height: 284px !important;
  border: #cecece 2px solid;
  border-radius: 6px;
}

#contact-form .privacy-policy-container {
  margin-top: 50px;
  width: 100%;
  height: 168px;
  overflow-y: scroll;
  border: #cecece 2px solid;
  border-radius: 6px;
  margin-bottom: 31px;
}

#contact-form .privacy-text-cont {
  padding: 35px 29px;
}

#contact-form .privacy_box {
  text-align: center;
  margin-bottom: 97px;
}

#contact-form .submit_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

#amend_btn,
#sendmail_btn,
#submit_btn {
  width: 100%;
  max-width: 340px;
  height: 51px;
  background-color: #525252;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: center;
  transition: all 300ms ease-in;
  background: #525252;
  cursor: pointer;
  border: none;
}

#amend_btn:hover,
#sendmail_btn:hover,
#submit_btn:hover {
  opacity: 0.75;
  font-size: 15px;
  margin-top: -3px;
  height: 56px;
}

#amend_btn {
  background: #999;
}

#contact-form .submit_box #sendmail_btn {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #contact-form {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 850px) {
  #contact-form .table_form tr .flex-box {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #contact-form .table_form tr .the-table-header {
    width: 100%;
    max-width: 100%;
    display: block;
    border-bottom: none;
    padding: 27px 0 0px;
  }
  #contact-form .table_form tr .the-table-description {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  #contact-form .submit_box {
    flex-direction: column;
    align-items: center;
  }
  #contact-form .submit_box #sendmail_btn {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #contact-form .flex-box-radio {
    display: block;
  }

  #contact-form .table_form tr .flex-box label {
    margin-right: 20px;
    width: 90%;
    line-height: 1.8;
  }

  #contact-form .table_form tr .flex-box input {
    /* width: 10%; */
  }
}

@media screen and (min-width: 768px) {
  #contact-form .flex-box-radio br {
    display: none;
  }
}

/* Contact Form Privacy Policy =================================================*/

#contact-form .pp-main-header {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 39px;
  text-align: left;
  color: #333;
  margin-bottom: 36px;
}

.mb20 {
  margin-bottom: 20px;
}

#contact-form .privacy-text-cont p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}

#contact-form .privacy-text-cont ul {
  margin-left: 20px;
}

#contact-form .privacy-text-cont ul li {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: left;
  color: #272727;
}

.numbered-headers {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 39px;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 767px) {
  #contact-form .pp-main-header {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mb20 {
    margin-bottom: 15px;
  }
  #contact-form .privacy-text-cont p {
    font-size: 12px;
  }
  #contact-form .privacy-text-cont ul li {
    font-size: 12px;
  }
  .numbered-headers {
    font-size: 14px;
  }
}

/* Thanks Page ==================================================================*/

#thanks {
  margin-bottom: 100px;
}

#thanks h3 {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 28px;
  text-align: center;
  color: #272727;
  margin-bottom: 40px;
}

#thanks p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 39px;
  text-align: center;
  color: #333;
}

/* PHILOSOPHY Numbered section template */

.global-banner-img,
.global-banner-img img {
  width: 100%;
  height: auto;
}

.philosophy-main-text {
  width: 100%;
  height: auto;
  padding-top: 46px;
  padding-bottom: 90px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
}

.border-top {
  padding-top: 90px;
  border-top: #cfcfcf solid 1px;
}

.numbered-section-container-flex {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 93px;
}

.numbered-section-img-cont {
  max-width: 420px;
  margin-right: 68px;
}

.numbered-section-img-cont,
.numbered-section-img-cont img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.numbered-section-container-text {
  max-width: 471px;
  width: 100%;
}

.numbered-header-flex {
  margin-bottom: 9px;
  display: flex;
}
.numbered-header-flex .numbered-header {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 29px;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}
.numbered-header-flex .numbered-header-num {
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 29px;
}

.numbered-header-flex .numbered-header::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #cfcfcf;
}

.numbered-header-subcaption {
  margin-bottom: 14px;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 33px;
  color: #000;
}

.numbered-section-text {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 26px;
}

.gray-textbox-area-container {
  width: 100%;
  height: auto;
}

.gray-textbox-header {
  padding-left: 20px;
  position: relative;
  margin-bottom: 21px;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 29px;
}

.gray-textbox-header::before {
  position: absolute;
  content: "";
  background-color: #cfcfcf;
  width: 2px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gray-textbox-area {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 32px 35px;
  box-sizing: border-box;
  margin-bottom: 70px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 26px;
}

.gray-textbox-area p {
  margin-bottom: 30px;
}

.gray-textbox-area p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .global-banner-img {
    max-width: 100%;
  }
  .philosophy-main-text {
    padding-top: 44px;
    padding-bottom: 52px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
  }
  .numbered-section-container-flex {
    display: block;
    margin-bottom: 50px;
  }
  .numbered-header-flex {
    margin-bottom: 9px;
  }
  .numbered-header-flex .numbered-header {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 23px;
    padding-right: 12px;
    margin-right: 12px;
  }
  .numbered-header-flex .numbered-header::after {
    height: 12px;
  }
  .numbered-header-flex .numbered-header-num {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 23px;
  }
  .numbered-header-subcaption {
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 26px;
    color: #000;
    margin-bottom: 16px;
  }
  .numbered-section-img-cont {
    max-width: 100%;
    margin-bottom: 17px;
    margin-right: 0;
  }
  .numbered-section-text {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
    margin-bottom: 60px;
  }
  .gray-textbox-header {
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
    margin-bottom: 21px;
  }
  .gray-textbox-header::before {
    position: absolute;
    content: "";
    background-color: #cfcfcf;
    width: 2px;
    height: 13px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .gray-textbox-area {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding: 32px 35px;
    box-sizing: border-box;
    margin-bottom: 70px;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
  }
  .gray-textbox-area p:last-child {
    margin-bottom: 0;
  }
}

/*blog archive*/

/* Blog */

#blog {
}

#blog .blog-flex-container {
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
}

#blog .blog-card {
  max-width: 300px;
  width: 31%;
  height: auto;
  margin-right: 30px;
  margin-bottom: 20px;
}

#blog .blog-card:nth-child(3n) {
  margin-right: 0;
}

#blog .blog-card:hover {
  opacity: 0.75;
}

#blog .blog-card-img-cont {
  max-width: 300px;
  margin-bottom: 14px;
  position: relative;
}

#blog .blog-card-img-cont,
#blog .blog-card-img-cont img {
  width: 100%;
  height: auto;
  height: 125px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #blog .blog-card-img-cont,
  #blog .blog-card-img-cont img {
    height: 195px;
  }
}

#blog .blog-card-img-cont img {
  vertical-align: bottom;
}

#blog .blog-card-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  width: 130px;
  height: 26px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

#blog .blog-card-title {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 23px;
  text-align: left;
  color: #333;
}

#blog .global-btn-link {
  float: right;
}

#blog .global-btn-link:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1000px) {
  #blog .blog-flex-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  #blog .blog-flex-container a {
    margin-bottom: 16px;
    width: 44%;
  }

  #blog .blog-flex-container a:nth-child(3n) {
    margin-right: 30px;
  }

  #blog .blog-flex-container a:nth-child(2n) {
    margin-right: 0;
  }
  #blog .blog-card-img-text {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 9px;
    padding: 2.5px 12px;
    box-sizing: border-box;
  }
  #blog .blog-card-title {
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 16px;
  }
}

/* news */

#news {
  width: 100%;
  height: auto;
}

#news .news-header-left,
#news .global-header-jp,
#news .global-header-en {
  text-align: left;
}

#news .global-header-jp-alt {
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 28px;
  text-align: left;
  color: #333;
}

#news .global-header-en-alt {
  font-family: Garamond;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 28px;
  text-align: left;
  color: #333;
}

#news .news-contents-cont {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  border-top: 1px solid #bcbcbc;
}

#news .news-contents-row-flex {
  display: flex;
  padding-top: 58px;
  padding-bottom: 56px;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #bcbcbc;
  transition: 0.3s;
}

#news .news-contents-row-flex:hover {
  opacity: 0.7;
}

#news .news-date {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 28px;
  text-align: left;
  color: #787878;
  margin-right: 28px;
}

#news .news-type {
  width: auto;
  height: 26px;
  background: #333333;
  padding: 5px 19px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-right: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#news .news-headline {
  position: relative;
  padding-left: 31px;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-align: left;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
}

#news .news-headline::after {
  position: absolute;
  content: "";
  background: #bcbcbc;
  height: 80px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#news .global-btn-link {
  float: right;
}

#news .global-btn-link:hover {
  opacity: 0.75;
}

#news .dateNType {
  display: flex;
}

@media screen and (max-width: 767px) {
  #news .news-contents-row-flex {
    display: block;
    padding-top: 31px;
    padding-bottom: 30px;
  }
  #news .dateNType {
    margin-bottom: 9px;
  }
  #news .news-headline {
    padding-left: 0;
  }

  #news .news-headline::after {
    display: none;
  }
  #news .news-contents-cont {
    border-top: none;
  }
}

/*works*/

#works {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
/* may have to change here for slider */
#works .work-slider-cont {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
  margin-top: 0;
}

#works .slider-card-container {
  margin-bottom: 50px;
  max-width: 460px;
  width: 48%;
  margin-right: 4%;
  height: auto;
}

#works .works-card-img-cont {
  max-width: 460px;
  margin-bottom: 28px;
}

#works .slider-card-container:nth-child(2n) {
  margin-right: 0;
}

#works .works-card-img-cont,
#works .works-card-img-cont img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

#works .works-card-caption {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 28px;
  margin-bottom: 16px;
}

#works .works-card-text-location {
  display: flex;
}

#works .house-type {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 28px;
  color: #9f9f9f;
  margin-right: 24px;
}

#works .place {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 28px;
}

#works .place img {
  margin-right: 9px;
  display: inline;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  #works .slider-card-container {
    margin-bottom: 40px;
    max-width: 460px;
    width: 100%;
    margin-right: 0%;
    height: auto;
  }

  #works .works-card-img-cont {
    margin-bottom: 10px;
  }

  #works .work-slider-cont {
    margin-bottom: -38px;
  }

  #works .works-card-caption {
    font-size: 14px;
    margin-bottom: 1px;
  }
}

/*form*/

#form_error {
  color: red;
}

/* about-housing */

.about-housing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.about-housing-header {
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-bottom: 70px;
}

.about-housing-links-container-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-housing-link {
  max-width: 300px;
  width: 100%;
  height: auto;
  min-height: 140px;
  padding: 24px 20px 17px 24px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

.about-housing-link:hover {
  opacity: 0.75;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(1) {
  background: url(../../img/about-subaco/about-link1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(2) {
  background: url(../../img/about-subaco/about-link2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(3) {
  background: url(../../img/about-subaco/about-link3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(4) {
  background: url(../../img/about-subaco/about-link4.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(5) {
  background: url(../../img/about-subaco/about-link5.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.about-housing-links-container-flex-wrap .about-housing-link:nth-child(6) {
  background: url(../../img/about-subaco/about-link6.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
/* 
.about-housing-links-container-flex-wrap .about-housing-link {
    background-position: center;
    background-size: cover;
} */

.about-housing-link-header {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 24px;
  color: #fff;
  margin-bottom: 35px;
}

.mb59 {
  margin-bottom: 59px;
}

.about-housing-link-btn-flex {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 22px;
  text-align: right;
  color: #fff;
  display: flex;
  justify-content: end;
  float: right;
}

.about-housing-link-btn-flex img {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .about-housing {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .about-housing-header {
    margin-bottom: 50px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 26px;
    text-align: center;
    color: #000;
  }
  .about-housing-link {
    max-width: 179px;
    padding: 23px 13px 17px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .about-housing-link-header {
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 20px;
    margin-bottom: 72.5px;
  }
  .mb59 {
    margin-bottom: 59px;
  }
  .about-housing-link-btn-flex {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 22px;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 450px) {
  .about-housing-link {
    width: 100%;
    max-width: 155px;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .about-housing-links-container-flex-wrap .about-housing-link:nth-child(even) {
    margin-right: -5%;
  }
  .about-housing-links-container-flex-wrap .about-housing-link:nth-child(odd) {
    margin-left: -5%;
  }
  .about-housing-link-btn-flex img {
    margin-left: 2px;
  }
}

@media screen and (max-width: 345px) {
  .about-housing-links-container-flex-wrap {
    display: flex;
    flex-direction: unset;
    justify-content: center;
  }
  .about-housing-links-container-flex-wrap .about-housing-link:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
  .about-housing-links-container-flex-wrap .about-housing-link:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .about-housing-links-container-flex-wrap .about-housing-link {
    max-width: 100%;
  }
}


/* area info template */

.area_info .info_text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #272727;
}

.area_info .info_text.left {
  text-align: left;
}

@media screen and (max-width:767px){
  .area_info {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #contact-form .area_info,
  #download .area_info,
  .navbar-mobile .area_info {
    padding: 0;
  }
}