body {
  background: #080081;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.66;
  letter-spacing: 0.08em;
  color: #3E3A39;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body * {
  min-width: 0;
  min-height: 0;
}
body img {
  max-width: 100%;
  height: auto;
}
body .__font_en {
  font-family: "Anton";
  font-weight: 400;
  letter-spacing: 0.1em;
}
body h1, body h2, body h3 {
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
body .__has_bgcolor {
  color: #FFFFFF;
}
body .__color_main {
  color: #080081;
}
body .__bg_white {
  color: #080081;
  background-color: #FFF;
}
body .__fw_bold {
  font-weight: 700;
}
body .__ta_center {
  text-align: center;
}
body .container {
  width: 88%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body .container {
    width: 100%;
    padding: 0 5%;
  }
}
body button a {
  display: block;
}
body .__invisible {
  visibility: hidden;
  height: 0;
}
body .__sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  body .__pc_only {
    display: none;
  }
  body .__sp_only {
    display: block;
  }
}
body .site-main {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  body .site-main {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
body .site-main::before {
  display: block;
  width: 100%;
  height: 90px;
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  body .site-main::before {
    height: 60px;
  }
}
body .site-footer {
  position: relative;
  z-index: 1;
}
body .__link_btn {
  display: block;
  padding: 0 35px;
}
body .__link_btn a {
  font-size: 15px;
  line-height: 52px;
  text-align: center;
}
body .__link_btn.__bg_green a {
  color: #FFFFFF;
}
body .__blue_grad_btn {
  display: block;
  height: 66px;
  background: linear-gradient(to right, #0045B5, #00A0FF);
  border-radius: 33px;
}
body .__blue_grad_btn a {
  height: 100%;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.36em;
  transition: ease 0.1s;
}
body .__blue_grad_btn a:hover {
  font-size: 1.1em;
  font-weight: 700;
}
body .__contact_btn {
  width: 322px;
}
@media screen and (max-width: 768px) {
  body .__contact_btn {
    width: 100%;
  }
}
body .__contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}
body .__contact_btn a img {
  width: 33px;
  height: 35px;
}
body .__white_btn {
  background-color: #FFFFFF;
  border-radius: 33px;
  transition: all ease 0.3s;
}
body .__white_btn a {
  font-size: 15px;
  color: #171C61;
}
body .__white_btn:hover {
  background-color: #0045B5;
}
body .__white_btn:hover a {
  color: #FFFFFF;
}
body .__more_btn {
  width: 238px;
}
@media screen and (max-width: 768px) {
  body .__more_btn {
    width: 72.5%;
    margin: 0 auto;
  }
}
body .__more_btn a {
  text-align: center;
  line-height: 66px;
}
body .breadcrumb {
  margin-bottom: 20px;
}
body .breadcrumb span {
  vertical-align: middle;
  color: #FFFFFF;
}
body .breadcrumb span a {
  display: inline-block;
  position: relative;
}
body .breadcrumb span a::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: #FFFFFF;
  transition: all ease 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
body .breadcrumb span a:hover::after {
  width: 100%;
}
body .page-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(20vw + 140px);
  overflow-x: visible;
  position: relative;
  padding: 70px 0 97px;
}
@media screen and (max-width: 768px) {
  body .page-header {
    flex-direction: column-reverse;
    row-gap: 16px;
    align-items: flex-start;
    height: auto;
    padding: 35px 0;
  }
}
body .page-header h1, body .page-header p {
  position: relative;
  z-index: 2;
}
body .page-header h1 span, body .page-header p span {
  display: block;
}
body .page-header h1 .page_title, body .page-header p .page_title {
  font-size: clamp(50px, 6.25vw, 100px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  body .page-header h1 .page_title, body .page-header p .page_title {
    font-size: 40px;
  }
}
body .page-header h1 .page_subtitle, body .page-header p .page_subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
body .page-header .page_header_img {
  width: 47vw;
  height: 20vw;
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body .page-header .page_header_img {
    width: 100%;
    height: 33vw;
    position: relative;
    top: unset;
    left: unset;
  }
}
body .page-header .page_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
body .page-header .page_header_img::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  position: absolute;
  top: -10px;
  left: -10px;
}
body .delay-time200 {
  animation-delay: 0.2s;
}
body .delay-time400 {
  animation-delay: 0.4s;
}
body .delay-time600 {
  animation-delay: 0.6s;
}

.site-header {
  width: 100%;
  height: 90px;
  padding: 0 50px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  .site-header {
    height: 60px;
    padding: 0 21px 0 16px;
  }
}
.site-header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner {
    padding: 0 10px;
    border: none;
  }
}
.site-header .header_inner .site-branding {
  width: 96px;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .site-branding {
    width: 68px;
  }
}
.site-header .header_inner .site-branding a {
  display: block;
  height: 100%;
}
.site-header .header_inner .site-branding a img {
  width: 100%;
}
.site-header .header_inner .site-branding .site-title {
  visibility: hidden;
  height: 0;
}
.site-header .header_inner .open_menu_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .open_menu_btn {
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
  }
  .site-header .header_inner .open_menu_btn .__menu_bar {
    width: 100%;
    height: 14px;
    margin: 0 auto;
    position: relative;
  }
  .site-header .header_inner .open_menu_btn .__menu_bar span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #080081;
    position: absolute;
    left: 0;
  }
  .site-header .header_inner .open_menu_btn .__menu_bar span.__bar1 {
    top: 0;
  }
  .site-header .header_inner .open_menu_btn .__menu_bar span.__bar2 {
    top: calc(50% - 1px);
  }
  .site-header .header_inner .open_menu_btn .__menu_bar span.__bar3 {
    bottom: 0;
  }
  .site-header .header_inner .open_menu_btn p {
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
}
.site-header .header_inner .header_navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 57%;
  min-width: 677px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .header_navigation {
    flex-basis: 30px;
    min-width: unset;
  }
}
.site-header .header_inner .header_navigation .main_navigation {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .header_navigation .main_navigation {
    margin-right: 30px;
  }
}
.site-header .header_inner .header_navigation .main_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  font-size: 15px;
  font-weight: 900;
  color: #080081;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .header_navigation .main_menu .menu-item.__pc {
    display: none;
  }
}
.site-header .header_inner .header_navigation .main_menu .menu-item.menu-item-has-children {
  position: relative;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  width: 12em;
  height: 0;
  padding: 0;
  transition: all ease 0.3s;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.menu-item-has-children > .sub-menu .menu-item {
  margin-bottom: 0.5em;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.menu-item-has-children:hover > .sub-menu {
  height: 100px;
  padding: 1em;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.__contact {
  width: 5.15%;
  height: 44px;
  background: url("../images/envelope.svg") center/contain no-repeat;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .site-header .header_inner .header_navigation .main_menu .menu-item.__contact {
    width: 30px;
    height: 32px;
  }
}
.site-header .header_inner .header_navigation .main_menu .menu-item.__contact a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.__contact a::after {
  display: none;
}
.site-header .header_inner .header_navigation .main_menu .menu-item.__contact:hover {
  opacity: 0.7;
}
.site-header .mobile_modal_window {
  display: none;
}
@media screen and (max-width: 768px) {
  .site-header .mobile_modal_window {
    display: block;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background: #080081;
    z-index: 10000;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all ease 0.3s;
  }
  .site-header .mobile_modal_window .__modal_inner {
    width: 100%;
    padding: 106px 8%;
    position: relative;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item {
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1em;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item.menu-item-has-children > .sub-menu {
    padding-left: 1em;
    margin-top: 0.5em;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item.menu-item-has-children > .sub-menu .menu-item {
    font-size: 24px;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item.__link_disable > a {
    pointer-events: none;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item.__insta {
    width: 38px;
    height: 38px;
    background: url("../images/icon_instagram_white.png") center/contain no-repeat;
  }
  .site-header .mobile_modal_window .__modal_inner .mobile_menu .menu-item.__insta a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .site-header .mobile_modal_window .__modal_inner .close_menu_btn {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    right: 28px;
  }
  .site-header .mobile_modal_window .__modal_inner .close_menu_btn .__menu_bar {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 auto;
  }
  .site-header .mobile_modal_window .__modal_inner .close_menu_btn .__menu_bar span {
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    transform: rotate(45deg);
  }
  .site-header .mobile_modal_window .__modal_inner .close_menu_btn .__menu_bar span.__bar1 {
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
  }
  .site-header .mobile_modal_window .__modal_inner .close_menu_btn .__menu_bar span.__bar2 {
    height: 100%;
    width: 2px;
    left: calc(50% - 1px);
    top: 0;
  }
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}
.site-header #toggle-menu-btn {
  display: none;
}

.site-footer {
  position: relative;
  padding-top: 95px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 0;
  }
}
.site-footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner {
    flex-direction: column;
    padding-top: 55px;
    margin-bottom: 100px;
  }
}
.site-footer .footer_inner .footer_logo {
  flex-basis: 33%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .footer_logo {
    width: 80%;
    margin: 0 auto 35px;
  }
}
.site-footer .footer_inner .site-info {
  flex-grow: 1;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info {
    padding-left: 0;
  }
}
.site-footer .footer_inner .site-info .footer_nav {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_nav {
    display: block;
    padding-left: 10%;
  }
}
.site-footer .footer_inner .site-info .footer_nav .footer_navigation .footer_menu .menu-item {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
  color: #080081;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_nav .footer_navigation .footer_menu .menu-item {
    font-size: 24px;
  }
}
.site-footer .footer_inner .site-info .footer_company {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_company {
    display: block;
    margin-bottom: 31px;
  }
}
.site-footer .footer_inner .site-info .footer_company .__company_info {
  line-height: 1.88;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_company .__company_info {
    text-align: center;
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.site-footer .footer_inner .site-info .footer_company .__company_info p {
  white-space: nowrap;
}
.site-footer .footer_inner .site-info .footer_company .__company_info p.__company_pp a:hover {
  text-decoration: underline;
}
.site-footer .footer_inner .site-info .footer_company .__company_info span {
  display: inline-block;
}
.site-footer .footer_inner .site-info .footer_company .__company_info span.__zip {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_company .__company_info span.__zip {
    margin-right: 0;
    display: block;
  }
}
.site-footer .footer_inner .site-info .footer_company .__company_sns {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_inner .site-info .footer_company .__company_sns {
    display: block;
    margin: 0 auto;
  }
}
.site-footer .footer_copyright {
  font-size: 12px;
  text-align: center;
  color: #231815;
}
.site-footer .footer_signature {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_signature {
    width: 89%;
  }
}
.site-footer .footer_signature p {
  font-size: clamp(50px, 6.97vw, 134px);
  font-weight: 900;
  color: rgba(23, 28, 97, 0.04);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .site-footer .footer_signature p {
    font-size: 43px;
  }
  .site-footer .footer_signature p span {
    display: block;
  }
}

#to-top-btn {
  display: block;
  width: 50px;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background-color: #080081;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: -1;
  opacity: 0;
  transition: opacity ease 0.3s;
}
#to-top-btn.__visible {
  opacity: 0.75;
  z-index: 9999;
}

.main_navigation .menu-item a,
.footer_navigation .menu-item a {
  position: relative;
}
.main_navigation .menu-item a::after,
.footer_navigation .menu-item a::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #080081;
  position: absolute;
  bottom: 50%;
  left: 0;
  transition: all ease 0.3s;
  opacity: 0;
}
.main_navigation .menu-item:hover > a::after,
.footer_navigation .menu-item:hover > a::after {
  bottom: 0;
  opacity: 1;
}
.main_navigation .menu-item.__link_disable > a,
.footer_navigation .menu-item.__link_disable > a {
  pointer-events: none;
}

.grecaptcha-badge {
  z-index: 1;
}

#front-kv {
  width: 100%;
  height: calc(42.8vw + 90px);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #front-kv {
    height: calc(126vw + 60px);
    max-height: 900px;
  }
}
#front-kv .front_kv {
  width: 100%;
  height: 100%;
}
#front-kv .front_kv img, #front-kv .front_kv source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#front-content {
  padding-top: 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front-content {
    padding-top: 66px;
  }
}
#front-content .front_abouus {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus {
    margin-bottom: 86px;
  }
}
#front-content .front_abouus .page_content__h2 {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus .page_content__h2 {
    margin-bottom: 40px;
  }
}
#front-content .front_abouus h3, #front-content .front_abouus p {
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus h3, #front-content .front_abouus p {
    padding-left: 0;
  }
}
#front-content .front_abouus h3 {
  font-size: clamp(20px, 2.34vw, 30px);
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus h3 {
    font-size: 30px;
  }
}
#front-content .front_abouus h3 span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 1em;
}
#front-content .front_abouus p {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus p {
    font-size: 42px;
  }
  #front-content .front_abouus p span {
    display: block;
  }
  #front-content .front_abouus p span:first-child {
    text-indent: -0.5em;
  }
}
#front-content .front_abouus p .__indent {
  display: inline-block;
  text-indent: 5.5em;
}
@media screen and (max-width: 768px) {
  #front-content .front_abouus p .__indent {
    display: block;
    text-indent: 0;
  }
}
#front-content .front_service {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #front-content .front_service {
    margin-bottom: 70px;
  }
}
#front-content .front_service .front_service__division {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 55px;
  padding: 0 2%;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division {
    display: block;
    padding: 0;
    margin-bottom: 70px;
  }
}
#front-content .front_service .front_service__division.__reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
#front-content .front_service .front_service__division figure {
  flex-basis: 51.4%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division figure {
    width: calc(100% - 12px);
    margin-bottom: 34px;
  }
}
#front-content .front_service .front_service__division figure img {
  width: 100%;
  border-radius: 30px;
}
#front-content .front_service .front_service__division figure::before {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division figure::before {
    top: -6px;
    left: -6px;
  }
}
#front-content .front_service .front_service__division .front_service__block {
  flex-grow: 1;
}
#front-content .front_service .front_service__division .front_service__block h3 {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1.38;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division .front_service__block h3 {
    font-size: 40px;
    line-height: 1.32;
  }
}
#front-content .front_service .front_service__division .front_service__block h3 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1em;
}
#front-content .front_service .front_service__division .front_service__block p {
  font-size: 18px;
  line-height: 1.86;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division .front_service__block p {
    font-size: 16px;
  }
}
#front-content .front_service .front_service__division .front_service__block p span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #front-content .front_service .front_service__division .front_service__block p span {
    display: inline;
  }
}
#front-content .front_works {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 117px;
  padding-bottom: 235px;
}
@media screen and (max-width: 768px) {
  #front-content .front_works {
    display: block;
    padding-top: 36px;
    padding-bottom: 177px;
  }
}
#front-content .front_works__head {
  flex-basis: 33%;
  flex-shrink: 0;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  #front-content .front_works__head {
    width: 100%;
    padding-top: 0;
    margin-bottom: 52px;
  }
}
#front-content .front_works__head .page_content__h2 {
  font-size: clamp(54px, 6.63vw, 73px);
}
@media screen and (max-width: 768px) {
  #front-content .front_works__head .page_content__h2 {
    font-size: 56px;
  }
}
#front-content .front_works__head p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #front-content .front_works__head p {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#front-content .front_works__head .__more_btn {
  max-width: 100%;
}
#front-content .front_works__archive {
  flex-grow: 1;
  position: relative;
}
#front-content .front_works__archive .front_works__article {
  width: 58%;
  min-width: 360px;
  max-width: 496px;
  background: #FFFFFF url("../images/012-subtle-light-patterns.jpg") repeat;
  border-radius: 28px;
  margin-right: 40px;
  position: relative;
  padding: 120px 40px 50px;
}
@media screen and (max-width: 768px) {
  #front-content .front_works__archive .front_works__article {
    width: 85vw;
    min-width: unset;
    max-width: 475px;
    padding: 79px 30px 24px;
  }
}
#front-content .front_works__archive .front_works__article .__works_cat {
  position: absolute;
  top: 39px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #front-content .front_works__archive .front_works__article .__works_cat {
    top: 26px;
  }
}
#front-content .front_works__archive .splide__arrows {
  display: flex;
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
}
@media screen and (max-width: 768px) {
  #front-content .front_works__archive .splide__arrows {
    top: calc(100% + 30px);
  }
}
#front-content .front_works__archive .splide__arrows .splide__arrow {
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  display: inline-block;
  width: 62px;
  height: 62px;
  opacity: 1;
  position: relative;
  top: unset;
  transform: none;
}
#front-content .front_works__archive .splide__arrows .splide__arrow::before {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 2px solid #FFFFFF;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
#front-content .front_works__archive .splide__arrows .splide__arrow:hover {
  background-color: #FFFFFF;
  border-width: 0;
}
#front-content .front_works__archive .splide__arrows .splide__arrow:hover::before {
  border-color: #080081;
}
#front-content .front_works__archive .splide__arrows .splide__arrow--prev {
  left: unset;
}
#front-content .front_works__archive .splide__arrows .splide__arrow--prev::before {
  border-left: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}
#front-content .front_works__archive .splide__arrows .splide__arrow--next {
  right: unset;
  border-left: none;
}
#front-content .front_works__archive .splide__arrows .splide__arrow--next::before {
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
#front-content .front_greeting_company {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #front-content .front_greeting_company {
    display: block;
    padding: 0;
    margin-bottom: 85px;
  }
}
#front-content .front_greeting_company__block {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #front-content .front_greeting_company__block {
    width: 100%;
    padding: 45px 0;
  }
}
#front-content .front_greeting_company__block:first-child {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  #front-content .front_greeting_company__block:first-child {
    border-right: none;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 50px;
  }
}
#front-content .front_greeting_company__block .page_content__h2 {
  font-size: 50px;
  letter-spacing: 0.06em;
}
#front-content .front_content_bg {
  display: block;
  width: 23.5vw;
  background-color: #080081;
  mix-blend-mode: overlay;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #front-content .front_content_bg {
    display: none;
  }
}
#front-content .front_content_bg img {
  width: 100%;
  mix-blend-mode: overlay;
}
#front-content .front_content_bg.__left {
  top: 48%;
  left: 0;
}
#front-content .front_content_bg.__right {
  top: 8.5%;
  right: 0;
}

#front-recruit {
  position: relative;
  width: 100%;
  background: url("../images/recruit.jpg") center 30%/cover no-repeat;
  padding: 55px 0 60px;
}
#front-recruit::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(146, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
#front-recruit::after {
  display: block;
  width: 19.8vw;
  height: 26vw;
  content: "";
  background: url("../images/front_recruit_bg.png") center/contain no-repeat;
  position: absolute;
  top: 7.4%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #front-recruit::after {
    width: 36.5vw;
    height: 48.5vw;
    top: 2.5%;
  }
}
#front-recruit .container {
  position: relative;
  z-index: 2;
}
#front-recruit .__recruit_catch {
  font-size: clamp(42px, 5.22vw, 47px);
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_catch {
    font-size: 30px;
  }
  #front-recruit .__recruit_catch span {
    display: block;
    line-height: 1.4;
  }
}
#front-recruit .__recruit_desc {
  font-size: 16px;
  line-height: 2.09;
  letter-spacing: 0.06em;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_desc {
    line-height: 1.85;
    margin-bottom: 50px;
  }
}
#front-recruit .__recruit_btn {
  display: block;
  width: 595px;
  height: 100px;
  background: url("../images/recruit_btn_bg.png") center/cover no-repeat;
  border-radius: 50px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_btn {
    width: 100%;
  }
}
#front-recruit .__recruit_btn::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(179, 13, 35, 0.6);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#front-recruit .__recruit_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_btn a {
    font-size: 14px;
  }
}
#front-recruit .__recruit_btn a:hover {
  opacity: 0.8;
}
#front-recruit .__recruit_btn a .__view_more {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_btn a .__view_more {
    display: flex;
    justify-content: center;
    width: 100%;
    letter-spacing: 0.2em;
  }
  #front-recruit .__recruit_btn a .__view_more .__external {
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    background: url("../images/icon_external.png") center/contain no-repeat;
    position: absolute;
    right: 34px;
    bottom: 28px;
  }
}
#front-recruit .__recruit_btn a::before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: url("../images/icon_external.png") center/contain no-repeat;
  position: absolute;
  top: calc(50% - 11px);
  right: 34px;
}
@media screen and (max-width: 768px) {
  #front-recruit .__recruit_btn a::before {
    display: none;
  }
}

#front-sns .front_sns {
  width: 80%;
  max-width: 1536px;
  min-width: 740px;
  margin: 0 auto;
  padding-top: 88px;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns {
    width: 85%;
    min-width: unset;
    padding-top: 73px;
  }
}
#front-sns .front_sns h2 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#front-sns .front_sns__xlogo {
  display: block;
  width: 80px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns__xlogo {
    margin-bottom: 56px;
  }
}
#front-sns .front_sns__desc {
  font-size: 16px;
  line-height: 2.22;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns__desc {
    text-align: left;
    margin-bottom: 40px;
  }
}
#front-sns .front_sns__desc span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns__desc span {
    display: inline;
  }
}
#front-sns .front_sns__list {
  height: 560px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#front-sns .front_sns__list::-webkit-scrollbar {
  display: none;
}
#front-sns .front_sns__list .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 2.6%;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns__list .simplebar-content {
    column-gap: 40px;
  }
}
#front-sns .front_sns__list .simplebar-content::before, #front-sns .front_sns__list .simplebar-content::after {
  display: none;
}
#front-sns .front_sns__list .front_sns__card {
  width: 22.9%;
  min-width: 275px;
  height: 492px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-radius: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #front-sns .front_sns__list .front_sns__card {
    width: 82.4vw;
  }
}
#front-sns .front_sns__list .front_sns__card .__card_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
#front-sns .front_sns__list .front_sns__card .__card_link:hover .__card_inner {
  opacity: 0.8;
}
#front-sns .front_sns__list .front_sns__card .__card_inner {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background-color: #080081;
  border-radius: 28px;
  padding: 12px;
  position: relative;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_thumbnail img {
  width: 100%;
  height: 263px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_text {
  background-color: #FFFFFF;
  padding: 20px 9% 45px;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_text h3, #front-sns .front_sns__list .front_sns__card .__card_inner .__card_text p {
  color: #080081;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_text .__card_staffname {
  font-size: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_text .__card_staffposition {
  line-height: 28px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #080081;
  margin-bottom: 17px;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_text .__card_desc {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 37px;
  background-color: #080081;
  border-radius: 19px;
  position: absolute;
  top: 0;
  left: calc(50% - 87px);
}
#front-sns .front_sns__list .front_sns__card .__card_inner .__card_top span {
  width: 40px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 2px;
}
#front-sns .front_sns__list .front_sns__card .__card_account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 103.4%;
  height: 54px;
  background-color: #FFFFFF;
  border: 4px solid #080081;
  border-radius: 27px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #080081;
  padding: 0 8%;
}
#front-sns .front_sns__list .front_sns__card .__card_account .__acount {
  font-size: 15px;
}
#front-sns .front_sns__list .front_sns__card .__card_account .__arrow {
  font-size: 20px;
}
#front-sns .front_sns__list .simplebar-horizontal {
  height: 12px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
#front-sns .front_sns__list .simplebar-horizontal .simplebar-scrollbar::before {
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #808080;
}

.page_content {
  padding: 0 3.3%;
}
@media screen and (max-width: 768px) {
  .page_content {
    padding: 0;
  }
}
.page_content__h2 {
  font-size: 73px;
  font-weight: 900;
  line-height: 1.11;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .page_content__h2 {
    font-size: 56px;
    line-height: 1.23;
  }
}
.page_content__h2 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1em;
}

body.page .page_h2, body.single .page_h2, body.archive .page_h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #080081;
  line-height: 100px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-left: 80px;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 781px) {
  body.page .page_h2, body.single .page_h2, body.archive .page_h2 {
    font-size: 18px;
    line-height: 1.44;
    padding: 0.5em 0 0.5em 50px;
  }
}
body.page .page_h2::before, body.single .page_h2::before, body.archive .page_h2::before {
  display: block;
  width: 4px;
  height: 50px;
  content: "";
  background-color: #080081;
  transform: rotate(33deg);
  transform-origin: left bottom;
  position: absolute;
  top: calc(50% - 28px);
  left: 28px;
}
@media screen and (max-width: 781px) {
  body.page .page_h2::before, body.single .page_h2::before, body.archive .page_h2::before {
    height: 40px;
    top: calc(50% - 24px);
    left: 18px;
  }
}
body.page .site-main .page_dotbg, body.single .site-main .page_dotbg, body.archive .site-main .page_dotbg {
  display: block;
  width: 23.5vw;
  background-color: #080081;
  mix-blend-mode: overlay;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
}
body.page .site-main .page_dotbg img, body.single .site-main .page_dotbg img, body.archive .site-main .page_dotbg img {
  width: 100%;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
  body.page .site-main .page_dotbg, body.single .site-main .page_dotbg, body.archive .site-main .page_dotbg {
    display: none;
  }
}
body.page .page_2cols, body.single .page_2cols, body.archive .page_2cols {
  margin-bottom: 0;
}
body.page .page_2cols .wp-block-column, body.single .page_2cols .wp-block-column, body.archive .page_2cols .wp-block-column {
  padding: 0 2%;
}
body.page .page_2cols__picture figure, body.single .page_2cols__picture figure, body.archive .page_2cols__picture figure {
  height: 100%;
}
body.page .page_2cols__picture figure img, body.single .page_2cols__picture figure img, body.archive .page_2cols__picture figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
}
@media screen and (max-width: 781px) {
  body.page .page_2cols.__col_reverse, body.single .page_2cols.__col_reverse, body.archive .page_2cols.__col_reverse {
    flex-direction: column-reverse;
  }
}
body.page .page_content_head, body.single .page_content_head, body.archive .page_content_head {
  position: relative;
  border-radius: 28px;
  padding: 50px 0;
  margin-bottom: 50px;
}
body.page .page_content_head::before, body.single .page_content_head::before, body.archive .page_content_head::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 0, 129, 0.7);
  border-radius: 28px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.page .page_content_head .wp-block-group__inner-container, body.single .page_content_head .wp-block-group__inner-container, body.archive .page_content_head .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
body.page .ourworks_post_navigation, body.single .ourworks_post_navigation, body.archive .ourworks_post_navigation {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}
@media screen and (max-width: 781px) {
  body.page .ourworks_post_navigation, body.single .ourworks_post_navigation, body.archive .ourworks_post_navigation {
    min-width: unset;
  }
}
body.page .ourworks_post_navigation .__prev_post a, body.page .ourworks_post_navigation .__next_post a, body.single .ourworks_post_navigation .__prev_post a, body.single .ourworks_post_navigation .__next_post a, body.archive .ourworks_post_navigation .__prev_post a, body.archive .ourworks_post_navigation .__next_post a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  font-size: 0;
  transition: all ease 0.3s;
}
body.page .ourworks_post_navigation .__prev_post a:hover, body.page .ourworks_post_navigation .__next_post a:hover, body.single .ourworks_post_navigation .__prev_post a:hover, body.single .ourworks_post_navigation .__next_post a:hover, body.archive .ourworks_post_navigation .__prev_post a:hover, body.archive .ourworks_post_navigation .__next_post a:hover {
  background-color: #0352B9;
}
body.page .ourworks_post_navigation .__prev_post a, body.single .ourworks_post_navigation .__prev_post a, body.archive .ourworks_post_navigation .__prev_post a {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
body.page .ourworks_post_navigation .__next_post a, body.single .ourworks_post_navigation .__next_post a, body.archive .ourworks_post_navigation .__next_post a {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
body.page .ourworks_post_navigation .__backto_archive, body.single .ourworks_post_navigation .__backto_archive, body.archive .ourworks_post_navigation .__backto_archive {
  color: #FFFFFF;
}
body.page .ourworks_post_navigation .__backto_archive a:hover, body.single .ourworks_post_navigation .__backto_archive a:hover, body.archive .ourworks_post_navigation .__backto_archive a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 781px) {
  body.page .text_br_pc, body.single .text_br_pc, body.archive .text_br_pc {
    display: none;
  }
}

.page.message .page_header_img::before, .page.message .page_header_img img {
  display: none;
}
.page.message .message_ceo .message_ceo__name {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.page.message .message_ceo .message_ceo__name span {
  font-size: 16px;
  margin-left: 2em;
}
.page.message .message_ceo .message_ceo__name_en {
  margin-bottom: 1em;
}
.page.message .message_catch {
  font-size: 39px;
  font-weight: 900;
  line-height: 1.44;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 781px) {
  .page.message .message_catch {
    font-size: 28px;
    margin-top: 0.5em;
  }
}
.page.message .message_ceo__txt {
  font-size: 1.1em;
}

.page.ps-business .project_head, .page.game-development .project_head {
  background: url("../images/machinery.jpg") center/cover no-repeat;
  padding-left: 2%;
  padding-right: 2%;
}
.page.ps-business .project_head .project__catch, .page.game-development .project_head .project__catch {
  margin-bottom: 2em;
}
.page.ps-business .project_head .project__catch span, .page.game-development .project_head .project__catch span {
  display: inline-block;
  font-weight: 700;
}
.page.ps-business .project_head .project__catch .__catch_large, .page.game-development .project_head .project__catch .__catch_large {
  font-size: 36px;
}
@media screen and (max-width: 781px) {
  .page.ps-business .project_head .project__catch .__catch_large, .page.game-development .project_head .project__catch .__catch_large {
    font-size: 28px;
  }
}
.page.ps-business .project_head .project__catch .__catch_small, .page.game-development .project_head .project__catch .__catch_small {
  font-size: 28px;
}
@media screen and (max-width: 781px) {
  .page.ps-business .project_head .project__catch .__catch_small, .page.game-development .project_head .project__catch .__catch_small {
    font-size: 24px;
  }
}
.page.ps-business .project__text, .page.game-development .project__text {
  margin-bottom: 1em;
  font-size: 1.1rem;
}
.page.ps-business .project__text_indent, .page.game-development .project__text_indent {
  display: inline-block;
  text-indent: 1.5em;
}
.page.ps-business .project_content .page_2cols__text, .page.game-development .project_content .page_2cols__text {
  border-top: 1px solid #FFFFFF;
  padding: 20px 0;
}
.page.ps-business .project_content .page_2cols__text h2, .page.game-development .project_content .page_2cols__text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.page.ps-business .project_content.__middle, .page.game-development .project_content.__middle {
  margin-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .page.ps-business .project_content.__middle, .page.game-development .project_content.__middle {
    margin-bottom: 0;
  }
}
.page.ps-business .project_content.__middle .page_2cols__text, .page.game-development .project_content.__middle .page_2cols__text {
  margin-top: 80px;
}
@media screen and (max-width: 781px) {
  .page.ps-business .project_content.__middle .page_2cols__text, .page.game-development .project_content.__middle .page_2cols__text {
    margin-top: 0;
  }
}

.page.ps-business .project_head {
  background-image: url("../images/k-752.jpg");
}

.page.game-development .project_head {
  background-image: url("../images/1000001446.jpg");
}

.page.company .company_info {
  width: 78.5%;
  min-width: 660px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 70px 0;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .page.company .company_info {
    width: 100%;
    min-width: unset;
  }
}
.page.company .company_info table {
  width: 90%;
  table-layout: fixed;
  margin: 0 auto;
}
.page.company .company_info table tr td:first-child {
  width: 20%;
  color: #080081;
}
@media screen and (max-width: 781px) {
  .page.company .company_info table tr td:first-child {
    width: 100%;
  }
}
.page.company .company_info table td {
  color: #3E3A39;
  line-height: 1.4;
  padding: 30px 0;
  border-width: 0;
  border-bottom: 1px solid #080081;
}
@media screen and (max-width: 781px) {
  .page.company .company_info table td {
    display: block;
    width: 100%;
  }
  .page.company .company_info table td:last-child {
    padding-left: 1em;
  }
}

.page.contact .contact__lead {
  text-align: center;
  margin-bottom: 30px;
}
.page.contact .mw_wp_form {
  width: 75%;
  min-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.contact .mw_wp_form {
    width: 100%;
    min-width: unset;
  }
}
.page.contact .mw_wp_form_input .contact__lead.__confirm {
  display: none;
}
.page.contact .mw_wp_form_confirm .contact__lead.__input {
  display: none;
}
.page.contact .mw_wp_form .contact_form_table {
  width: 100%;
}
.page.contact .mw_wp_form .contact_form_table .__form_input {
  margin-bottom: 2em;
}
.page.contact .mw_wp_form .contact_form_table .__form_input:has(.error) {
  margin-bottom: 4em;
}
.page.contact .mw_wp_form .contact_form_table .__form_input label {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page.contact .mw_wp_form .contact_form_table .__form_input label {
    flex-wrap: wrap;
  }
}
.page.contact .mw_wp_form .contact_form_table .__form_input label .__input_label {
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page.contact .mw_wp_form .contact_form_table .__form_input label .__input_label {
    flex-basis: 100%;
  }
}
.page.contact .mw_wp_form .contact_form_table .__form_input label .error {
  position: absolute;
  left: 200px;
  top: calc(100% + 0.5em);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  .page.contact .mw_wp_form .contact_form_table .__form_input label .error {
    left: unset;
    right: 0;
  }
}
.page.contact .mw_wp_form .contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.page.contact .mw_wp_form .contact_btn input[type=submit] {
  display: block;
  width: 238px;
  border-radius: 33px;
  transition: all ease 0.3s;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 66px;
}
@media screen and (max-width: 768px) {
  .page.contact .mw_wp_form .contact_btn input[type=submit] {
    width: 72.5%;
  }
}
.page.contact .mw_wp_form .contact_btn input[name=submitConfirm], .page.contact .mw_wp_form .contact_btn input[name=submitBack] {
  background-color: #FFFFFF;
  color: #171C61;
}
.page.contact .mw_wp_form .contact_btn input[name=submitConfirm]:hover, .page.contact .mw_wp_form .contact_btn input[name=submitBack]:hover {
  background-color: #0045B5;
  color: #FFFFFF;
}
.page.contact .mw_wp_form .contact_btn input[name=submitSend] {
  background: linear-gradient(to right, #0045B5, #00A0FF);
  color: #FFFFFF;
}
.page.contact .mw_wp_form .contact_btn input[name=submitSend]:hover {
  font-size: 1.1em;
  font-weight: 700;
}
.page.contact .mw_wp_form .contact_pp {
  width: 100%;
  height: 12em;
  overflow-y: scroll;
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  color: #3E3A39;
  padding: 1.5em;
  margin: 80px 0;
}
.page.contact .mw_wp_form .contact_pp h2, .page.contact .mw_wp_form .contact_pp p {
  margin-bottom: 1em;
}
.page.contact .mw_wp_form_input form {
  width: 100%;
}
.page.contact .mw_wp_form_input form input[type=text], .page.contact .mw_wp_form_input form input[type=email], .page.contact .mw_wp_form_input form textarea, .page.contact .mw_wp_form_input form select {
  appearance: auto;
  background-color: #FFFFFF;
  color: #3E3A39;
  padding: 0.5em 1em;
}
.page.contact .mw_wp_form_input form textarea {
  width: 100%;
  resize: none;
}
.page.contact .mw_wp_form_input form input[type=checkbox], .page.contact .mw_wp_form_input form input[type=submit] {
  appearance: auto;
}
.page.contact .mw_wp_form_input .contact_agree {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page.contact .mw_wp_form_input .contact_agree .error {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
}
.page.contact .mw_wp_form_confirm .contact_btn {
  column-gap: 40px;
}
.page.contact .mw_wp_form_confirm .contact_pp {
  display: none;
}

.page.privacy-policy-ps .policy-container {
  line-height: 1.77;
}
.page.privacy-policy-ps .policy-container h2 {
  font-size: 1.1rem;
  margin: 1em 0 0.5em;
}
.page.privacy-policy-ps .policy-container .contact {
  margin: 4em 0 2em;
}
.page.privacy-policy-ps .policy-container .sign {
  text-align: right;
}

article.ourworks {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  article.ourworks {
    min-width: unset;
  }
}
article.ourworks .ourworks_single_article {
  background: #FFFFFF url("../images/012-subtle-light-patterns.jpg") repeat;
  border-radius: 28px;
  padding: 50px 5% 50px;
  position: relative;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 781px) {
  article.ourworks .ourworks_single_article .__works_single_flex_wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info {
  flex-basis: 50%;
  padding-right: 2.5%;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_head .__works_cat {
  display: block;
  width: 160px;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(120deg, #9BBAFF, #6129A2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media screen and (max-width: 768px) {
  article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_head .__works_cat {
    width: 104px;
    line-height: 36px;
    font-size: 15px;
  }
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_head .__works_year {
  line-height: 38px;
  background-color: #0352B9;
  border-radius: 19px;
  font-size: clamp(12px, 1.04vw, 15px);
  color: #FFFFFF;
  text-align: center;
  padding: 0 1em;
  margin-left: 2em;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_head span {
  display: inline-block;
  vertical-align: middle;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_icatch {
  width: 100%;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_info .__works_icatch img {
  width: 100%;
  object-fit: cover;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content {
  flex-basis: 50%;
  padding-left: 2.5%;
  padding-top: 100px;
}
@media screen and (max-width: 781px) {
  article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content {
    padding-top: 40px;
  }
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content .__works_site {
  position: relative;
  z-index: 2;
  height: 1.66em;
  text-align: right;
  margin-bottom: 2em;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content .__works_site span {
  vertical-align: middle;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content .__works_site a {
  display: inline-block;
  position: relative;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content .__works_site a:hover::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #3E3A39;
  position: absolute;
  bottom: 0;
  left: 0;
}
article.ourworks .ourworks_single_article .__works_single_flex_wrapper .__works_single_content .__works_site .__arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #3E3A39;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 1em;
}
article.ourworks .ourworks_single_article .__works_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 11px;
  column-gap: 16px;
}
@media screen and (max-width: 768px) {
  article.ourworks .ourworks_single_article .__works_tags {
    margin-left: -8px;
    margin-right: -8px;
    column-gap: 2%;
  }
}
article.ourworks .ourworks_single_article .__works_tags .__works_tag {
  width: 110px;
  line-height: 38px;
  background-color: #0352B9;
  border-radius: 19px;
  text-align: center;
  font-size: clamp(12px, 1.04vw, 15px);
}
@media screen and (max-width: 768px) {
  article.ourworks .ourworks_single_article .__works_tags .__works_tag {
    width: 32%;
    font-size: 12px;
    line-height: 23px;
  }
}

.ourworks_filter {
  margin-bottom: 40px;
}
.ourworks_filter .works_term_list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-left: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ourworks_filter .works_term_list {
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 1em;
    padding-left: 0;
  }
}
.ourworks_filter .works_term_list .works_term_year a {
  display: inline-block;
  font-size: 16px;
  line-height: 3;
  color: #080081;
  background-color: #FFFFFF;
  border-radius: 1.5em;
  padding: 0 1em;
  margin-top: 1em;
}
.ourworks_filter .works_term_list .works_term_year a:hover {
  color: #FFFFFF;
  background-color: #0352B9;
}
@media screen and (max-width: 768px) {
  .ourworks_filter .works_term_list .works_term_year a {
    font-size: 14px;
    line-height: 2.5;
    padding: 0 0.7em;
  }
}

.txt_right {
  color: #FFF;
  text-align: right;
  margin-bottom: 1rem;
  font-size: 1.1em;
  width: 100%;
}

.ourworks_archive {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .ourworks_archive {
    justify-content: center;
    column-gap: 0;
    margin-bottom: 40px;
  }
}
.ourworks_archive .ourworks_article {
  flex-basis: 31%;
  min-width: 330px;
  background: #FFFFFF url("../images/012-subtle-light-patterns.jpg") repeat;
  border-radius: 28px;
  padding: 120px 16px 50px;
  position: relative;
}
.ourworks_archive .ourworks_article .works_head {
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
}
.ourworks_archive .ourworks_article .works_head .__works_year {
  line-height: 38px;
  background-color: #0352B9;
  border-radius: 19px;
  font-size: clamp(12px, 1.04vw, 15px);
  color: #FFFFFF;
  text-align: center;
  padding: 0 1em;
  margin-left: 2em;
}
.ourworks_archive .ourworks_article .works_head span {
  display: inline-block;
  vertical-align: middle;
}
.ourworks_archive .ourworks_article .works_article_link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ourworks_archive .ourworks_article .__works_excerpt {
  height: auto;
}
@media screen and (max-width: 768px) {
  .ourworks_archive .ourworks_article .__works_excerpt {
    height: auto;
  }
}
.ourworks_archive .ourworks_article .__works_site {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 2em;
}
.ourworks_archive .ourworks_article .__works_site a {
  display: inline-block;
  position: relative;
}
.ourworks_archive .ourworks_article .__works_site a:hover::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #3E3A39;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ourworks_archive .ourworks_article .__works_site a span {
  vertical-align: middle;
}
.ourworks_archive .ourworks_article .__works_site .__arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #3E3A39;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 1em;
}
.ourworks_archive .ourworks_article .__works_tags {
  justify-content: flex-start;
  column-gap: 2%;
  margin-bottom: 0;
}

.ourworks_article .__works_cat {
  display: block;
  padding: 0.3em 1em 0.3em;
  line-height: 55px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(120deg, #9BBAFF, #6129A2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media screen and (max-width: 768px) {
  .ourworks_article .__works_cat {
    line-height: 36px;
    font-size: 15px;
  }
}
.ourworks_article .__works_icatch {
  width: 100%;
  aspect-ratio: 100/55;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ourworks_article .__works_icatch {
    margin-bottom: 18px;
  }
}
.ourworks_article .__works_icatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourworks_article .__works_title {
  font-size: 22px;
  font-weight: 700;
  color: #171C61;
  line-height: 1.57;
  margin-bottom: 20px;
}
.ourworks_article .__works_title .__subtitle {
  display: block;
}
@media screen and (max-width: 768px) {
  .ourworks_article .__works_title {
    font-size: 15px;
  }
}
.ourworks_article .__works_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 1em;
  row-gap: 11px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .ourworks_article .__works_tags {
    margin-bottom: 20px;
    margin-left: -11px;
    margin-right: -11px;
  }
}
.ourworks_article .__works_tags .__works_tag {
  line-height: 1.3;
  padding: 0.7em 1em;
  background-color: #0352B9;
  border-radius: 19px;
  font-size: clamp(11px, 1.04vw, 14.5px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .ourworks_article .__works_tags .__works_tag {
    font-size: 11px;
  }
}
.ourworks_article .__works_tags::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.ourworks_article .__works_excerpt {
  color: #3E3A39;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1em;
  margin-bottom: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  border: none;
  padding: 0 0.5em;
}
.wp-pagenavi .pages {
  color: #FFFFFF;
}
.wp-pagenavi .page {
  background-color: #FFFFFF;
  color: #080081;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: #FFFFFF;
}
.wp-pagenavi .current {
  background-color: #080081;
  color: #FFFFFF;
}

body.page-id-1674 .page-header {
  padding: 70px 90px 97px 0;
}
@media screen and (max-width: 768px) {
  body.page-id-1674 .page-header {
    padding: 60px 0;
  }
}

/*!
Theme Name: palmst
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ferguson
*/