/*
Theme Name: liverty
Theme URI: 
Author: liverty
*/
.align\:left {
  text-align: left;
}
@media (max-width: 768px) {
  .align\:spleft {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .align\:spcenter {
    text-align: center;
  }
}
.align\:center {
  text-align: center;
}
.align\:right {
  text-align: right;
}

.margin\:bottom\:0 {
  margin-bottom: 0;
}
.margin\:bottom\:xs {
  margin-bottom: 4px;
}
.margin\:bottom\:md {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .margin\:bottom\:md {
    margin-bottom: 16px;
  }
}
.margin\:top\:0 {
  margin-top: 0;
}
.margin\:top\:xs {
  margin-top: 4px;
}
.margin\:top\:md {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .margin\:top\:md {
    margin-bottom: 16px;
  }
}

.padding\:bottom\:0 {
  padding-bottom: 0;
}
.padding\:bottom\:xs {
  padding-bottom: 4px;
}
.padding\:bottom\:md {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .padding\:bottom\:md {
    margin-bottom: 16px;
  }
}
.padding\:top\:0 {
  padding-top: 0;
}
.padding\:top\:xs {
  padding-top: 4px;
}
.padding\:top\:md {
  padding-top: 24px;
}
@media (max-width: 768px) {
  .padding\:top\:md {
    margin-bottom: 16px;
  }
}

.color\:white {
  color: #fff;
}

.show\:sm {
  display: none !important;
}
@media (max-width: 768px) {
  .show\:sm {
    display: block !important;
  }
}
.show\:lg {
  display: block !important;
}
@media (max-width: 768px) {
  .show\:lg {
    display: none !important;
  }
}

.showflex\:lg {
  display: flex;
}
@media (max-width: 768px) {
  .showflex\:lg {
    display: none;
  }
}

.member-description {
  margin: 0 auto;
  font-size: 24px !important;
  color: #fff;
  font-weight: normal !important;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .member-description {
    font-size: 20px !important;
    text-align: left !important;
  }
}
.member-description.first-child {
  margin-top: 148px !important;
}

.member-section {
  max-width: 1360px;
  margin: 0 auto;
}

.member-section-grid {
  display: grid;
  grid-template-columns: 33% 33%;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 63px;
}
@media (max-width: 768px) {
  .member-section-grid {
    grid-template-columns: 1fr;
  }
}
.member-section-grid-item {
  position: relative;
  transition: 0.2s linear opacity;
  cursor: pointer;
  z-index: 3;
}
.member-section-grid-item:hover {
  opacity: 0.6;
}
.member-section-grid-item-text-area {
  position: absolute;
  bottom: 24px;
  left: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .member-section-grid-item-text-area {
    position: static;
    padding: 35px 30px;
    box-sizing: border-box;
  }
}
.member-section-grid-item-text-area.white * {
  color: #000;
}
@media (max-width: 768px) {
  .member-section-grid-item-text-area.white * {
    color: #fff;
  }
}
.member-section-grid-item-text-area * {
  margin: 0;
  line-height: 1;
  letter-spacing: 4px;
  font-weight: bold;
}
.member-section-grid-item-text-area .member-job {
  line-height: 1;
  display: block;
  font-size: 26px;
  margin-bottom: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.member-section-grid-item-text-area .member-name {
  line-height: 1;
  margin-bottom: 12px;
  display: flex;
  font-size: 38px;
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.member-section-grid-item-text-area .member-name .member-link-arrow {
  cursor: pointer;
  margin-left: 24px;
  width: 30px;
}
.member-section-grid-item-text-area .member-enname {
  line-height: 1;
  font-size: 24px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.member-modal-item {
  background: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  padding: 6vw;
}
@media (max-width: 768px) {
  .member-modal-item {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    transform: none;
    padding-bottom: 100px;
    width: 100%;
    padding: 0;
    height: 100vh;
    overflow: scroll;
  }
}
.member-modal-item .modal-close {
  color: #fff;
  position: absolute;
  top: 8vw;
  left: 9vw;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .member-modal-item .modal-close {
    margin: 0 auto;
    position: static;
    transform: none;
    top: 20px;
    left: 40px;
    width: 80px;
    height: 80px;
    z-index: 9;
    color: #fff;
    display: block;
    font-size: 0;
    background: url(/wp-content/themes/libertytokyo2024/img/members/sp_close_arrow.png) center center no-repeat;
    background-size: contain;
  }
}
.member-modal-item .member-modal-inner {
  display: flex;
}
@media (max-width: 768px) {
  .member-modal-item .member-modal-inner {
    display: block;
  }
}
.member-modal-item .member-modal-inner .modal-text-textarea {
  width: 70%;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .member-modal-item .member-modal-inner .modal-text-textarea {
    width: 100%;
    max-height: none;
    overflow: visible;
  }
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-jobname {
  font-size: 16px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-jobname strong {
  font-size: 26px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-jobname strong span {
  margin-left: 12px;
  display: inline-block;
  font-size: 16px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-history {
  color: #787878;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-descrption {
  font-size: 16px;
  line-height: 2;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-what {
  margin-top: 36px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-what-heading {
  font-size: 16px;
  color: #ef8f2d;
  margin-bottom: 16px;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-what-list {
  margin: 0;
  padding: 0;
}
.member-modal-item .member-modal-inner .modal-text-textarea .modal-what-list li {
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  padding: 4px 8px;
  color: #000;
  font-weight: 600;
  background: #ef8f2d;
  margin-bottom: 12px;
  margin-right: 8px;
}
.member-modal-item .member-modal-inner .modal-image-area {
  width: 30%;
}
@media (max-width: 768px) {
  .member-modal-item .member-modal-inner .modal-image-area {
    width: 100%;
  }
}
.member-modal-item .member-modal-inner .modal-image-area img {
  height: auto;
  width: 100%;
}

.inner-button-deco {
  background: #262626;
  border-radius: 500px;
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  transition: 0.4s;
  padding: 20px 15px;
  position: relative;
}

.inner-button-deco:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(../img/common/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.section__heading > p {
  font-size: 20px !important;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  .section__heading > p {
    font-weight: normal !important;
    font-size: 16px !important;
  }
}

.index__about__column {
  display: grid;
  gap: 58px;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .index__about__column {
    margin-top: 36px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.index__about__column__item__block {
  display: block;
  position: relative;
  text-decoration: none;
  transition: 0.2s ease-out opacity;
}
.index__about__column__item__block img {
  width: 100%;
}
.index__about__column__item__block:hover {
  opacity: 0.7;
}
.index__about__column__item__block__text {
  position: absolute;
  font-size: 40px;
  color: #fff;
  bottom: 12px;
  left: 44px;
  width: calc(100% - 44px);
  bottom: 50px;
}
@media (max-width: 768px) {
  .index__about__column__item__block__text {
    left: 22px;
    width: calc(100% - 22px);
    bottom: 14px;
  }
}
.index__about__column__item__block__text:after {
  content: "";
  display: inline-block;
  width: 62px;
  height: 62px;
  background-image: url(../img/common/arrow.png);
  background-size: 15px 12px;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .index__about__column__item__block__text:after {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}

.services__sub__heading {
  margin-top: 200px;
  font-size: 34px;
  color: #fff;
  position: relative;
}
.services__sub__heading:after {
  margin-top: 40px;
  content: "";
  width: 50px;
  height: 2px;
  background: #ef8f2d;
  display: block;
}
.services__sub__text {
  font-size: 34px;
  color: #fff;
}
@media (max-width: 768px) {
  .services__sub__text {
    font-size: 16px;
  }
}
.services__sub__text--center {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 104px;
}
@media (max-width: 768px) {
  .services__sub__text--center {
    font-size: 16px;
  }
}

.services__sub__button {
  margin: 0 auto;
  text-align: center;
  width: 530px;
}
@media (max-width: 768px) {
  .services__sub__button {
    width: 100%;
  }
}
.services__sub__button a {
  font-size: 34px;
  background: #ef8f2d !important;
}
@media (max-width: 768px) {
  .services__sub__button a {
    font-size: 16px;
  }
}
.services__sub__button a:hover {
  background: #262626 !important;
}

.flex-3col_inner.small .about__contents_block {
  padding: 50px 14px;
}
.flex-3col_inner.small h4 span {
  font-size: 70% !important;
}

.arrow-icon {
  margin: 0 auto;
  width: 13px;
  margin-bottom: 43px;
}
.arrow-icon img {
  width: 100%;
}

.strong-heading {
  margin-bottom: 43px;
}
.strong-heading-inner {
  background: #ef8f2d;
  font-size: 63px;
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .strong-heading-inner {
    background: transparent;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .strong-heading-inner span {
    background: #ef8f2d;
    margin-bottom: 8px;
    display: inline-block;
  }
}

.strong-text {
  font-size: 32px;
}
@media (max-width: 768px) {
  .strong-text {
    font-size: 16px;
  }
}

#privacy {
  margin-top: 80px;
}

.privacy_header {
  text-align: left;
  padding: 75px 30px;
  max-width: 1360px;
  margin: 0 auto;
}
.privacy_header h2 {
  text-align: left;
  font-size: 48px;
  font-feature-settings: "palt";
  letter-spacing: -0.02rem;
}
@media (max-width: 768px) {
  .privacy_header h2 {
    font-size: 28px;
  }
}

.privacy_content {
  max-width: 1360px;
  margin: 0 auto;
}

.privacy_content_heading {
  font-size: 32px;
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .privacy_content_heading {
    font-size: 27px;
  }
}
.privacy_content_heading_sub {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .privacy_content_heading_sub {
    font-size: 22px;
    margin-top: 44px;
  }
}
.privacy_content-text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .privacy_content-text {
    font-size: 14px;
  }
}
.privacy_content-list {
  margin: 0;
  padding: 0;
}
.privacy_content-list li {
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .privacy_content-list li {
    font-size: 14px;
  }
}

.gray-content {
  margin: 40px 0;
  background: #262626;
  padding: 28px;
}
@media (max-width: 768px) {
  .gray-content {
    padding: 16px;
  }
}
.gray-content *:first-child {
  margin-top: 0;
}
.gray-content .privacy_content-text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .gray-content .privacy_content-text {
    font-size: 13px;
  }
}
.gray-content .privacy_content-list li {
  font-size: 14px;
}
@media (max-width: 768px) {
  .gray-content .privacy_content-list li {
    font-size: 13px;
  }
}

.footer-inner-column {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer-inner-column {
    flex-direction: column;
    align-items: start;
    flex-direction: column;
    gap: 0;
  }
}
.footer-inner-column a {
  color: #fff;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .footer-inner-column a {
    font-size: 12px;
  }
}

#header {
  position: fixed;
  width: 100%;
  display: block;
  width: 100%;
  z-index: 3;
  transition: 0.3s ease-out;
  transition-property: background;
}
#header .header-column {
  padding: 32px 8.3%;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-out;
  transition-property: padding;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  #header .header-column {
    padding: 24px 30px;
    justify-content: center;
  }
}
#header .header-column .header-nav-block {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 768px) {
  #header .header-column .header-nav-block {
    display: none;
  }
}
#header .header-column .header-nav-block li a {
  line-height: 1;
  font-family: "Didot", serif;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-out;
  transition-property: color;
  transition-delay: 0.2s;
}
#header .header-logo-block {
  position: relative;
  left: -110px;
  width: 176px;
  height: 72px;
}
@media (max-width: 768px) {
  #header .header-logo-block {
    width: 98px;
    height: 40px;
    position: relative;
    left: auto;
    z-index: 4;
  }
}
@media (max-width: 768px) {
  #header .header-logo-block img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-logo-block svg {
    width: 98px;
    height: 40px;
  }
}
#header .header-logo-block path {
  fill: #fff;
  stroke: #fff;
}
#header.scrolled {
  background: #fff;
}
#header.scrolled .header-column {
  padding: 16px 8.3%;
}
#header.scrolled path {
  fill: #5E6F95;
  stroke: #5E6F95;
}
#header.scrolled .header-nav-block li a {
  color: #5E6F95;
}
#header.scrolled .header-toggle span {
  background: #5E6F95;
}

.header-toggle {
  display: none;
}
@media (max-width: 768px) {
  .header-toggle {
    display: block;
    position: fixed;
    top: 24px;
    left: 24px;
  }
}
.header-toggle span {
  display: block;
  background: #fff;
  height: 2px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.header-toggle span:nth-child(1) {
  width: 32px;
}
.header-toggle span:nth-child(2) {
  width: 24px;
}
.header-toggle span:nth-child(3) {
  width: 16px;
  margin-bottom: 0;
}
.header-sp-nav-block {
  display: none;
}
@media (max-width: 768px) {
  .header-sp-nav-block {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #C4A585;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.header-sp-nav-block .header-sp-nav-block-list {
  padding: 0 30px;
  width: 100%;
}
.header-sp-nav-block .header-sp-nav-block-list li {
  display: block;
  width: 100%;
}
.header-sp-nav-block .header-sp-nav-block-list li a {
  border-top: 1px solid #fff;
  padding: 24px 0;
  color: #fff;
  display: block;
  line-height: 1;
  font-family: "Didot", serif;
  font-size: 20px;
  text-decoration: none;
}
.header-sp-nav-block .header-sp-nav-block-list li:last-child a {
  border-bottom: 1px solid #fff;
}
.header-sp-nav-block .header-sp-close-button {
  margin-top: 54px;
  padding: 0 60px;
  width: 100%;
}
.header-sp-nav-block .header-sp-close-button-content {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
  background: none;
}
.header-sp-nav-block.show {
  display: flex;
}

.is-child {
  position: relative;
}

.child-nav {
  border: 1px solid #fff;
  padding: 8px 24px;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .child-nav {
    padding: 0;
    border: 0;
    margin-top: 12px;
    margin-bottom: 36px;
  }
}
.child-nav-inner {
  padding-top: 40px;
  display: none;
  width: 100%;
  opacity: 0;
}
@media (max-width: 768px) {
  .child-nav-inner {
    padding-top: 0;
  }
}
.child-nav-inner.show {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media (max-width: 768px) {
  .child-nav-inner.show {
    opacity: 1;
    margin-top: 12px;
    position: static;
  }
}
.child-nav-inner.after {
  transition: 0.4s opacity linear;
  opacity: 1;
}
.child-nav li:first-child {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .child-nav li {
    width: 100%;
    background: #333;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .child-nav li a {
    padding: 16px 16px 16px 24px;
    display: block;
  }
}
.child-nav a {
  font-size: 14px;
  text-decoration: none;
}
.child-nav a:hover {
  color: #ef8f2d;
}

@media (max-width: 768px) {
  .nav-items {
    width: 85%;
  }
}

.js-hovermenu {
  position: relative;
}
.js-hovermenu .js-toggle-child {
  background-color: #282828;
  border-color: transparent;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 999;
  display: none;
}
@media (max-width: 768px) {
  .js-hovermenu .js-toggle-child {
    display: block;
  }
}
.js-hovermenu .js-toggle-child.show:before {
  transform: translate(-50%, -50%);
}
.js-hovermenu .js-toggle-child:after {
  width: 14px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.js-hovermenu .js-toggle-child:before {
  width: 14px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s linear transform;
  content: "";
  transform: rotate(-90deg) translateY(-7px);
}

.nav-items-link {
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-align: left;
  text-decoration: none;
  transition: 0.2s;
}

@media screen and (max-width: 1024px) {
  .nav-items-link {
    display: block;
    text-align: left;
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.section__recruit {
  padding: 0;
}

.section__member {
  padding: 0;
}

.section__recruit .section__inner {
  text-decoration: none;
  padding: 150px 30px;
}

.section__member {
  background-size: cover;
}

.section__recruit .section__inner:hover .inner-button-deco {
  background: #ef8f2d;
}

.section__member .section__inner {
  text-decoration: none;
  padding: 150px 30px;
}

.section__member .section__inner:hover .inner-button-deco {
  background: #ef8f2d;
}

.is-sp {
  display: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
  .link-change-text {
    display: block;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    font-weight: 700;
    line-height: 1.5;
  }
  .section__recruit {
    padding: 100px 30px 0;
  }
  .section__member {
    padding: 100px 30px 0;
  }
  .section__recruit .section__inner {
    pointer-events: none;
    padding: 0;
  }
  .section__member .section__inner {
    pointer-events: none;
    padding: 0;
  }
  .section__member {
    background-size: 100% auto;
    background-position: top left;
  }
  .section__member .btn a {
    background: #ef8f2d;
  }
  .section__recruit {
    background-size: 100% auto;
    background-position: top center;
  }
  .section__recruit .btn a {
    background: #ef8f2d;
  }
  #top {
    overflow: hidden;
  }
  #service .section {
    padding-left: 25px;
    padding-right: 25px;
  }
}


.margin-adjust {
  margin-top: 128px;
}

@media screen and (max-width: 768px) {
  .margin-adjust {
    margin-top: 50px;
  }
}