/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: block;
  filter: drop-shadow(0px 0px #000);
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}


/* ==========================================================================
              Base
              ========================================================================== */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 67.5%;
  line-height: 1.5;
  overflow-x: hidden;
  background: var(--main-r);
  font-family: Arial, "NotosansJP-R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

body {
  margin: 0;
  position: relative;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  color: var(--main);
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.sec-title.title-active span, .sec-title-en.title-active span, .service-title h4.title-active span {
  transform: translateY(0);
}

.sec-title span, .sec-title-en span, .service-title h4 span {
  transition: transform 0.74s cubic-bezier(0.54, 0, 0, 0.99);
  transform: translateY(120%);
  display: inline-block;
}

.sec-title span:nth-child(1), .sec-title-en span:nth-child(1), .service-title h4 span:nth-child(1) {
  transition-delay: 0.1s
}

.sec-title span:nth-child(2), .sec-title-en span:nth-child(2), .service-title h4 span:nth-child(2) {
  transition-delay: 0.2s
}

.sec-title span:nth-child(3), .sec-title-en span:nth-child(3), .service-title h4 span:nth-child(3) {
  transition-delay: 0.3s
}

.sec-title span:nth-child(4), .sec-title-en span:nth-child(4), .service-title h4 span:nth-child(4) {
  transition-delay: 0.4s
}

.sec-title span:nth-child(5), .sec-title-en span:nth-child(5), .service-title h4 span:nth-child(5) {
  transition-delay: 0.5s
}

.sec-title span:nth-child(6), .sec-title-en span:nth-child(6), .service-title h4 span:nth-child(6) {
  transition-delay: 0.6s
}

.sec-title span:nth-child(7), .sec-title-en span:nth-child(7), .service-title h4 span:nth-child(7) {
  transition-delay: 0.7s
}

.sec-title span:nth-child(8), .sec-title-en span:nth-child(8), .service-title h4 span:nth-child(8) {
  transition-delay: 0.8s
}

.sec-title span:nth-child(9), .sec-title-en span:nth-child(9), .service-title h4 span:nth-child(9) {
  transition-delay: 0.9s
}

.sec-title span:nth-child(10), .sec-title-en span:nth-child(10), .service-title h4 span:nth-child(10) {
  transition-delay: 1s
}

.sec-title span:nth-child(11), .sec-title-en span:nth-child(11), .service-title h4 span:nth-child(11) {
  transition-delay: 1.1s
}

.sec-title span:nth-child(12), .sec-title-en span:nth-child(12), .service-title h4 span:nth-child(12) {
  transition-delay: 1.2s
}

.sec-title span:nth-child(13), .sec-title-en span:nth-child(13), .service-title h4 span:nth-child(13) {
  transition-delay: 1.3s
}

.sec-title span:nth-child(14), .sec-title-en span:nth-child(14), .service-title h4 span:nth-child(14) {
  transition-delay: 1.4s
}

.sec-title span:nth-child(15), .sec-title-en span:nth-child(15), .service-title h4 span:nth-child(15) {
  transition-delay: 1.5s
}

.sec-title span:nth-child(16), .sec-title-en span:nth-child(16), .service-title h4 span:nth-child(16) {
  transition-delay: 1.6s
}

.sec-title span:nth-child(17), .sec-title-en span:nth-child(17), .service-title h4 span:nth-child(17) {
  transition-delay: 1.7s
}

.sec-title span:nth-child(18), .sec-title-en span:nth-child(18), .service-title h4 span:nth-child(18) {
  transition-delay: 1.8s
}

.is-title-box {
  overflow: hidden;
}

.headerTrigger {
  position: relative;
}

.headerTrigger::before {
  animation-name: bgRLextendAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-r);
  z-index: 999;
}

@keyframes bgRLextendAnime {
  0% {
    transform: translatex(0%);
  }
  100% {
    transform: translatex(-100%);
  }
}

.is-img {
  position: relative;
  z-index: 0;
}

.is-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--accent);
  left: 0;
  top: 0;
  transition: all 0.9s cubic-bezier(0.54, 0, 0, 0.99);
}

.is-img.imgTrigger:before {
  width: 0;
}

#top_reason .is-img:before {
  background-color: var(--sub);
}

.is-fade {
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transform: translate3d(0, 50px, 0);
  
}

.fadeTrigger {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

#page_header .is-fade {
  transition-delay: .3s
}



/************ 2024-01-16 カラー変更css ************/
/************ 2024-01-16 カラー変更css ************/

/************ マウスカーソル中央 ************/
#cursor {
  background: rgb(182, 182, 182)!important;

}


/************ メニューコンタクトボタン ************/
.nav-contact a {
    color: var(--main-r)!important;
    line-height: 3rem;
    background: #525252!important;
    border-radius: 200px;
    min-width: 150px;
    text-align: center;
}

/************ 2024-10-03 メニュー変更css ************/

#menu-item-6792::after {
    transform: translateX(-50%);
    padding: 0.9rem 3.1rem;
    font-size: 10px;
    color:#777777;
    text-transform: uppercase;
    content: '会社案内';
}

#menu-item-6793::after {
    transform: translateX(-50%);
    padding: 0.9rem 3.6rem;
    font-size: 10px;
    color:#777777;
    text-transform: uppercase;
    content: '事業内容';
}

#menu-item-6797::after {
    transform: translateX(-50%);
    padding: 0.9rem 3.5rem;
    font-size: 10px;
    color:#777777;
    text-transform: uppercase;
    content: '施工事例';
}

#menu-item-6799::after {
    transform: translateX(-50%);
    padding: 0.9rem 3.3rem;
    font-size: 10px;
    color:#777777;
    text-transform: uppercase;
    content: 'ニュース';
}

@media screen and (max-width:960px) {

#menu-item-6792::after {
display:none;
}

#menu-item-6793::after {
display:none;
}

#menu-item-6797::after {
display:none;
}

#menu-item-6799::after {
display:none;
}


}


/************ 2024-10-03 メニュー変更css ************/

/************ スライダー上コンセプトカラー ************/
.slide-in_inner {
    display: block;
    /*background: var(--accent);*/
    background-color:rgba(255, 255, 255, 0.71);
    /*color: var(--main-r);*/
    color: #000000!important; 
    padding: 1rem;
}


 :root {
  --accent: #525252!important;
  --sub: #b2b2b2!important;
}

#mv_item .swiper-pagination-bullet-active {
  width: 6rem;
  background-color: var(--accent);
  border: 1px solid var(--accent);
}
#mv_content h2 span {
    font-size: 3.5rem!important;
}

/************ コンセプトエリア ************/

#top_concept:after{
    right: 0;
    background: url(../images/bg-concept-color-2.svg) no-repeat center right / contain;
}



/************ サービスエリア ************/

.moving-text h3 {
    font-size: calc(120 / var(--width) * 100vw);
    color: rgba(140, 140, 140, .1)!important;
    font-weight: bold;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



/************ 選ばれる理由エリア ************/

#top_reason:before{
content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #9f9f9f!important;
    position: absolute;
	z-index:-5;
}


#top_reason:after{
    right: initial;
	left:0;
    background: url(../images/bg-reason.svg) no-repeat center left / contain;	
}


/************ NEWSエリア ************/

#top_news:after{
    right: initial;
	left:0;
    background: url(../images/bg-news.svg) no-repeat center left / contain;	
}


#top_news{
    background: var(--accent);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(139,139,139,1) 100%)!important;
    color: var(--main-r);
    z-index: -1;
}


/************ コンタクトフォームエリア ************/

#contact_area:before {
  content: "";
  background: rgba(9, 27, 51, .1)!important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

#contact_area {
  position: relative;
  background: url(../images/contact.jpg) no-repeat center center / cover;
  z-index: -2;
}

.contact-btn:nth-child(1):before {
  background: url(../images/hover-mail-color-2.svg) no-repeat center center / contain;
}

.contact-btn:nth-child(2):before {
  background: url(../images/hover-tel-color-2.svg) no-repeat center center / contain;
}


/************ 固定ページヘッダーカラー ************/
#page_header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(7 39 81 / 65%);
    backdrop-filter: blur(8px);
}

#page__contact #page_header:after,
#page__company #page_header:after,
#page__service #page_header:after,
#page__works #page_header:after,
#page__news #page_header:after,
#page__subsidiary #page_header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     background: rgb(14 14 14 / 65%)!important;
    backdrop-filter: blur(8px);
}

/************ 2016-01-16 カラー変更css ************/
/************ 2016-01-16 カラー変更css ************/



/* ==========================================================================
                Links
                ========================================================================== */

a {
  background: transparent;
}

a:focus {
  outline: 0;
}

a:active, a:hover {
  outline: 0;
}


/* ==========================================================================
                Typography
                ========================================================================== */

@font-face {
  font-family: "NotosansJP-B";
  src: url(../fonts/NotosansJP-B.ttf) format('truetype'), url(../fonts/NotosansJP-B.woff) format('woff');
}

@font-face {
  font-family: "NotosansJP-R";
  src: url(../fonts/NotosansJP-R.ttf) format('truetype'), url(../fonts/NotosansJP-R.woff) format('woff');
}

@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf) format('truetype');
}


h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}



address {
  font-style: normal;
}


/* ==========================================================================
               Lists
             ========================================================================== */

dl, ol, ul {
  margin: 0;
}

dd {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

ul, li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}


/* ==========================================================================
               Embedded content
             ========================================================================== */

img:not(.post-contents img) {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

svg:not(:root) {
  overflow: hidden;
}


/* ==========================================================================
                Figures
                ========================================================================== */

figure {
  margin: 0;
}


/*********************
             GENERAL STYLES
             *********************/

 :root {
  --main: #111111;
  --main-r: #ffffff;
  --accent: #0F1679;
  --sub: #988247;
  --txt: #111111;
  --bg: #F7F7F7;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --sm: 1.2rem;
  --md: 1.4rem;
  --lg: 1.6rem;
  --xlg: 1.8rem;
  --x2: 2rem;
  --x25: 2.5rem;
  --x3: 3rem;
  --x35: 3.5rem;
  --x4: 4rem;
  --x5: 5rem;
  --width: 1400;
  --fr: "NotosansJP-R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  --fb: "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  --en: Arial, "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

#container, #main {
  overflow-x: hidden;
  z-index: -1;
  position: relative;
}

#cursor {
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: rgb(16, 44, 168);
  transform: translate(-100px, -100px);
  border-radius: 50%;
  z-index: 999;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -16px;
  left: -16px;
  width: 32px;
  height: 32px;
  background: rgba(88, 88, 88, 0.8);
  border-radius: 50%;
  transform: translate(-100px, -100px);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 998;
}

#stalker.is-stalker {
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
  transition: .15s;
  background: rgba(88, 88, 88, 0.5);
}


/*********************
             LAYOUT & GRID STYLES
             *********************/

.ib {
  display: inline-block;
}

.m-none {
  margin: 0 !important;
}

.l-lr {
  padding-right: 5vw;
  padding-left: 5vw;
}

#header.l-lr {
  padding-right: 3vw;
  padding-left: 3vw;
}

.l-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.l-tb {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.l-tb-p {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.l-t {
  margin-top: 20rem;
}

.l-b {
  margin-bottom: 20rem;
}

.l-h {
  line-height: 2;
}

.bg {
  background: var(--bg);
}

.accent-chenge {
  color: var(--accent);
}

.accent-bottom {
  border-bottom: 1px solid var(--accent);
  padding-bottom: 5px;
}

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.overlay {
  position: relative;
  display: block;
}

.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(88, 88, 88, 0.5);
  z-index: 1;
}

.over-l {
  flex: 1;
  margin-left: calc(50% - 50vw);
}

.over-r {
  flex: 1;
  margin-right: calc(50% - 50vw);
}

.st-l, .st-l span {
  font-size: 3rem;
}

.st-m, .st-m span {
  font-size: 2rem;
}

.main-headline, .main-headline span {
  font-size: 4rem;
  font-family: var(--en);
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  align-items: center;
}

.l-flex .flex-l, .l-flex .flex-r {
  width: calc(100% / 2 - 5rem);
}

.l-flex .flex-r .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bg-main {
  background: var(--main);
  color: var(--main-r);
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.title-wrap {
  margin-bottom: 5rem;
}

.mb_s {
  margin-bottom: 1rem;
}

.mb_sm {
  margin-bottom: 2rem;
}

.mb_m {
  margin-bottom: 3rem;
}

.mb_mm {
  margin-bottom: 4rem;
}

.mb_l {
  margin-bottom: 5rem;
}

.mt_s {
  margin-top: 1rem;
}

.mt_sm {
  margin-top: 2rem;
}

.mt_m {
  margin-top: 3rem;
}

.mt_mm {
  margin-top: 4rem;
}

.mt_l {
  margin-top: 5rem;
}

.sec-title-en, .sec-title-en span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.sec-title-en span:first-child {
  color: var(--accent);
}

#contact_area:after {
  content: "";
  width: 5vw;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: -1;
  right: 0;
  background: url(../images/bg-contact.svg) no-repeat center right / contain;
}

#contact_area .sec-title-en span:first-child {
  color: #BBBBBB;
}

.sec-title {
  font-family: var(--fb);
  font-size: var(--lg);
  margin-top: 10px;
}

.sec-title span {
  font-size: inherit;
}

.sec-subtitle {
  font-size: var(--x3);
  margin-bottom: 3rem;
}

.lt-radius {
  border-radius: 200px 0 0 0;
  overflow: hidden;
}

.lb-radius {
  border-radius: 0 0 0 200px;
  overflow: hidden;
}

.rt-radius {
  border-radius: 0 200px 0 0;
  overflow: hidden;
}

.rb-radius {
  border-radius: 0 0 200px 0;
  overflow: hidden;
}

.img-height {
  height: 35vw;
}


/*********************
             LINK STYLES
             *********************/

a, a:visited {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover, a:focus, a:visited:hover, a:visited:focus {
  opacity: 1;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.more {
  width: 150px;
  display: block;
  margin-top: 5rem;
  background: var(--accent);
  color: var(--main-r)!important;
  text-align: center;
  padding: 5px;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
    overflow: hidden;
}

.btn__text {
  position: absolute;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
font-family: 'Cormorant Garamond'!important;
letter-spacing: .2rem!important;
font-weight: 500!important;
}

.btn__text:nth-child(1) {
  top: 0;
}

.btn__text:nth-child(2) {
  top: 100%;
}

.more:hover .btn__text:nth-child(1) {
  top: -100%;
}

.more:hover .btn__text:nth-child(2) {
  top: 0;
}

.nav__list li span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  white-space: nowrap;
  transition: all .3s;
  line-height: 1;
  font-weight: 700;
}

.nav__list li span:nth-child(2) {
  
  transform: translate(-50%, 100%);
}

.nav__list li:hover span:nth-child(1) {
  
  transform: translate(-50%, -100%);
}

.nav__list li:hover span:nth-child(2) {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.nav__list li a span {
  font-size: inherit;
}


/******************************************************************
             TYPOGRAPHY STYLES
             ******************************************************************/

h1, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
}

h2 {
  font-size: 2rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
}

p, a, span, td, th, li, address, dt, dd {
  font-size: 1.4rem;
  font-weight: 400;
}


/*********************
             HEADER STYLES
             *********************/

.logo-wrap a {
  display: block;
}

#logo_wrap {
  width: 180px;
}

.logo-wrap .logo-g {
  fill: var(--main-r);
}

.logo-wrap .logo-g:not(.home .logo-wrap .logo-g), .is-top .logo-wrap .logo-g {
  fill: var(--main);
}

.logo-wrap p {
  font-size: 1.2rem;
  line-height: 1;
}

#logo {
  margin: 0;
  width: 180px;
  height: auto;
  line-height: 1;
}

#header {
  max-width: 100%;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  top: 0;
  position: fixed;
  transition: all 0.3s ease-out;
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  z-index: 99;
}

#header.is-top {
  background: var(--main-r);
  box-shadow: 0 0 5px 0px #ddd;
}


/*********************
             NAVIGATION STYLES
             *********************/

#menu {
  width: 100%;
}

#menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 3rem;
}

#menu ul li {
  line-height: 1;
}

#menu ul li a {
  border-bottom: none;
  font-size: 1.6rem;
  border-bottom: none;
  color: var(--main-r);
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 8rem 1.5rem 3rem;
  transition: initial;
  line-height: 1;
}

.single-works #menu ul li a {
  color: var(--main);
}

.nav-contact a {
  color: var(--main-r)!important;
  line-height: 3rem;
  background: var(--accent);
  border-radius: 200px;
  min-width: 150px;
  text-align: center;
}

#page__service01 .nav-contact a,
#page__service02 .nav-contact a,
#page__service03 .nav-contact a,
#page__privacy-policy .nav-contact a,
#page__antisocial-group .nav-contact a,
#page__complete .nav-contact a{
  color: var(--main-r)!important;
  background: var(--main-r);
}

#page__service01 .is-top .nav-contact a,
#page__service02 .is-top .nav-contact a,
#page__service03 .is-top .nav-contact a,
#page__privacy-policy .is-top .nav-contact a,
#page__antisocial-group .is-top .nav-contact a,
#page__complete .is-top .nav-contact a{
  color: var(--main-r)!important;
  background: var(--accent);
}

.nav-contact a:before {
  position: initial!important;
  top: initial!important;
  left: initial!important;
  transform: initial!important;
  width: initial!important;
  height: initial!important;
  background: initial!important;
  border-radius: initial!important;
}

.home #menu ul li a, .is-top #menu ul li a {
  color: var(--main);
}

.current-menu-item a, .nav-works a, .nav-news a {
  position: relative;
}

.current-menu-item a:before, .tax-works_cat .nav-works a:before, .tax-news_cat .nav-news a:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  transform: translatey(-50%);
  width: 7px;
  height: 7px;
  background: var(--main-r);
  border-radius: 200px;
  transition: all .3s;
}

.is-top .current-menu-item a:before, .tax-works_cat .is-top .nav-works a:before, .tax-news_cat .is-top .nav-news a:before {
  background: var(--accent);
}

.toggle {
  display: none;
}


/*********************
             FOOTER STYLES
             *********************/

#other {
  margin-bottom: 0;
  padding-bottom: 10rem;
  background: var(--bg);
  position: relative;
  z-index: -1;
}

#other:after {
  content: "";
  width: 100%;
  height: 5vw;
  position: absolute;
  top: 20rem;
  z-index: -1;
  right: 0;
  background: url(../images/bg-other.svg) no-repeat center right / contain;
}

#other .l-flex {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  gap: 0;
}

#other .l-flex a {
  width: 33.3333333%;
  text-align: center;
  height: 23em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

#other .l-flex a:before {
  content: "";
  background: rgba(9, 27, 51, .4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#other .l-flex a:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all .3s;
}

#other .l-flex a:hover:after {
  transform: scale(1.1);
}

.other-box p {
  font-size: var(--x35);
  font-weight: 700;
}

.other-box h4 {
  font-size: 14px;
}

.ca-c:after {
  background: url(../images/ca-c.jpg) no-repeat center center / cover;
}

.ca-s:after {
  background: url(../images/ca-s.jpg) no-repeat center center / cover;
}

.ca-w:after {
  background: url(../images/ca-w.jpg) no-repeat center center / cover;
}

.other-box {
  color: var(--main-r);
  position: relative;
}

.service-works {
  position: relative;
}

.service-works:after {
  content: "";
  width: 100%;
  height: 5vw;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  background: url(../images/bg-works.svg) no-repeat center right / contain;
}

#contact_area {
  position: relative;
  background: url(../images/contact.jpg) no-repeat center center / cover;
  z-index: -2;
}

#contact_area:before {
  content: "";
  background: rgba(9, 27, 51, .0987);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

#contact_area_content {
  color: var(--main-r);
  position: relative;
  text-align: center;
}

#contact_area_flex {
  gap: 3rem;
  justify-content: center;
}

.contact-btn {
  width: calc(100% / 2 - 5rem);
  max-width: 450px;
  position: relative;
}

.contact-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
  
  transition: opacity 0.3s;
}

.contact-btn:hover:before {
  opacity: 1;
}

.contact-btn:nth-child(1):before {
  background: url(../images/hover-mail.svg) no-repeat center center / contain;
}

.contact-btn:nth-child(2):before {
  background: url(../images/hover-tel.svg) no-repeat center center / contain;
}

.scrolling-wrap {
  overflow-x: hidden;
}

.moving-text {
  white-space: nowrap;
  max-width: 100vw;
  transition: 0.3s ease-out;
  background: var(--main-r);
  padding: 5px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.moving-text h3 {
  font-size: calc(120 / var(--width) * 100vw);
  color: rgba(152, 130, 71, .1);
  font-weight: bold;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#footer_wrap {
  width: 100vw;
  height: 200px;
  position: relative;
  background: #f7f7f7;
  text-align: center;
}

#footer_wrap h3 {
  position: relative;
  top: 50%;
  transform: translate3d(0, -61%, 0);
  display: inline-block;
  font-size: 7.5rem;
}

.footer {
  position: relative;
}

#footer_inner {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

#footer_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  flex-wrap: wrap;
}

#footer_bottom a, #footer_bottom p {
  font-size: 12px;
}

#footer_r {
  display: flex;
  align-items: center;
  gap: 3rem;
}

#footer_r a, #footer_r p {
  font-size: 12px;
}


/*********************
             POSTS & CONTENT STYLES
             *********************/
#page__privacy-policy h2.wp-block-heading,
#page__antisocial-group h2.wp-block-heading{
	font-family:var(--fb);
	margin-top:5rem;
	margin-bottom:2rem;
}

#mv_item .swiper-pagination {
  counter-reset: number 0;
  right: 5vw;
  position: absolute!important;
  left: initial;
  bottom: -5rem;
  text-align: initial;
  width: max-content;
}

#mv_item .swiper-pagination-bullet {
  width: 6rem;
  height: 7px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: transparent;
  position: relative;
  margin-right: 3rem;
  border: 1px solid var(--accent);
}

#mv_item .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

#mv_item .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 10px;
  text-align: center;
  transform: translateY(-50%);
}

#mv_item .swiper-pagination-bullet:nth-child(1)::before {
  background: url(../images/01.svg) no-repeat center center / contain;
}

#mv_item .swiper-pagination-bullet:nth-child(2)::before {
  background: url(../images/02.svg) no-repeat center center / contain;
}

#mv_item .swiper-pagination-bullet:nth-child(3)::before {
  background: url(../images/03.svg) no-repeat center center / contain;
}

#mv_item .swiper-pagination-bullet-active {
  width: 6rem;
  background-color: var(--accent);
  border: 1px solid var(--accent);
}

#mv_item .swiper-button-prev, #mv_item .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

/************ 2024-10-03 メニュー変更css ************/
#mv_item .swiper {
  margin-top: 100px;
  margin-left: 20vw;
  border-radius: 0 0 0 200px;
}

/************ 2024-10-03 メニュー変更css ************/

#mv_item .slide-media, #mv_item .thumb-media {
  position: relative;
  overflow: hidden;
}

#mv_item .slide-media img, #mv_item .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mv_item .slide-media img {
  -webkit-transition: 3s;
  transition: 3s;
  transform: scale(1);
}

#mv_item .swiper-slide[class*=-active] .slide-media.clip img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#mv_item .swiper-slide[class*=-prev] .slide-media img {
  -webkit-transform: translateX(70vw);
  transform: translateX(70vw);
}

#mv_item .swiper-slide[class*=-next] .slide-media img {
  -webkit-transform: translateX(-70vw);
  transform: translateX(-70vw);
}

#mv_item .swiper-slide-active .slide-media img {
  transform: scale(1.1);
}

.slide-media img {
  height: 100%;
  display: block;
  object-fit: cover;
}

#mv_item .swiper-slide .slide, #mv_item .slide-media {
  height: 90vh;
}

.swiper-pagination {
  position: relative!important;
}

.swiper-pagination-bullet {
  border-radius: 0!important;
}


/*
  .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
  }
  */

#service {
  margin-top: calc(20rem - 8rem);
}

.scrolling-wrap {
  margin-bottom: calc(20rem - 8rem);
}

.service-main-wrap {
  position: relative;
  padding-bottom: 15rem;
  margin-bottom: 15rem;
}

.service-main-wrap:before {
  content: "";
  width: 100vw;
  height: 1px;
  background: #CECECE;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
}

.service-main-wrap .flex-l {
  width: calc(30% - 5rem);
}

.service-main-wrap .flex-r {
  width: calc(70% - 5rem);
  height: 40vw;
}

.service-sub-wrap .service-sub-img {
  height: 25vw;
  margin-bottom: 3rem;
}

.service-sub-wrap .service-title {
  margin-bottom: 3rem;
}

.service-sub-wrap .more {
  margin-top: 3rem;
}

.service-title {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 15px;
}

.service-title p {
  color: var(--accent);
  line-height: 1;
  font-weight: 700;
}

.service-title p span {
  font-size: inherit;
}

.service-title .num {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 12px;
  font-family: var(--en);
  color: var(--accent);
}

.service-title h4 {
  font-size: var(--x2);
  font-family: var(--fb);
}

.service-title h4 span {
  font-size: inherit;
}

#page_header {
  position: relative;
  border-radius: 0 0 200px 0;
  overflow: hidden;
}

#page_header .header-big {
  width: 100%;
  height: 8vw;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
}

#page__company #page_header{
  background: url(../images/h-company.jpg) no-repeat center center / cover;
}
#page__subsidiary #page_header{
  background: url(../images/h-subsidiary.jpg) no-repeat center center / cover;
}


#page__service #page_header {
  background: url(../images/h-service.jpg) no-repeat center center / cover;
}

#page__works #page_header, .tax-works_cat #page_header {
  background: url(../images/h-works.jpg) no-repeat center center / cover;
}

#page__news #page_header, .tax-news_cat #page_header {
  background: url(../images/h-news.jpg) no-repeat center center / cover;
}

#page__contact #page_header {
  background: url(../images/h-contact.jpg) no-repeat center center / cover;
}

#page__company #page_header .header-big,
#page__subsidiary #page_header .header-big{
  background: url(../images/big-company.svg) no-repeat center right / contain;
}

#page__service #page_header .header-big {
  background: url(../images/big-service.svg) no-repeat center right / contain;
}

#page__works #page_header .header-big, .tax-works_cat #page_header .header-big {
  background: url(../images/big-works.svg) no-repeat center right / contain;
}

#page__news #page_header .header-big, .tax-news_cat #page_header .header-big {
  background: url(../images/big-news.svg) no-repeat center right / contain;
}

#page__contact #page_header .header-big {
  background: url(../images/big-contact.svg) no-repeat center right / contain;
}

#page_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-r);
  width: 33%;
  height: 15vh;
  border-radius: 0 0 200px 0;
  z-index: 5;
}

#page_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(7 39 81 / 65%);
  backdrop-filter: blur(8px);
}

#page__service01 #page_header:after,
#page__service02 #page_header:after,
#page__service03 #page_header:after,
#page__privacy-policy #page_header:after,
#page__antisocial-group #page_header:after,
#page__complete #page_header:after{
  background: url(../images/sd-bg.svg) no-repeat center center / cover;
  backdrop-filter: none;
}

#page__service01 #page_header,
#page__service02 #page_header,
#page__service03 #page_header,
#page__privacy-policy #page_header,
#page__antisocial-group #page_header,
#page__complete #page_header{
  background: var(--accent);
}

#page_header .page-title-wrap .page-title, .service-datail span {
  font-size: 1.8rem;
}

#page__service01 #page_header .page-title-wrap .page-title, #page__service02 #page_header .page-title-wrap .page-title, #page__service03 #page_header .page-title-wrap .page-title {
  font-size: 4rem;
  font-family: var(--fb);
}

.service-datail {
  margin-bottom: 2rem;
}

.service-datail span:first-child {
  margin-right: 15px;
  padding-right: 40px;
  position: relative;
}

.service-datail span:first-child:before {
  content: "";
  width: 30px;
  height: 1px;
  top: 50%;
  right: 0;
  background: var(--main-r);
  position: absolute;
  transform: translatey(-50%);
}

.search {
  margin-bottom: 10rem;
  background: var(--accent);
  color: var(--main-r);
  padding: 3vw 5vw;
  border-radius: 200px 0;
  gap: 0!important;
  justify-content: center;
}

.search p, .search ul li a {
  font-size: var(--lg);
}

.search .flex-l {
  width: 25%;
}

.search .flex-r {
  width: max-content!important;
}

.search .flex-r ul {
  display: flex;
  align-items: center;
  gap: 7vw;
}

.news-option {
  margin-bottom: 1rem;
}

#top_news .title-wrap, #news_wrap_inner .title-wrap {
  margin-bottom: 3rem;
}

#top_news .post-category, #news_wrap_inner .post-category, #single_news_wrap .post-category {
  background: initial;
  padding: initial;
  color: var(--main-r);
  margin-right: 0;
}

#top_news .post-time, #news_wrap_inner .post-time, #single_news_wrap .post-time {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: var(--main-r);
  position: relative;
}

#news_wrap_inner .post-category, #news_wrap_inner .post-time, #single_news_wrap .post-category, #single_news_wrap .post-time {
  color: var(--accent);
}

#news_wrap_inner .post-category:before, #single_news_wrap .post-category:before {
  display: none;
}

#top_news .post-time:before, #news_wrap_inner .post-time:before, #single_news_wrap .post-time:before {
  content: "";
  width: 1px;
  height: 70%;
  top: 50%;
  right: 0;
  background: var(--main-r);
  position: absolute;
  transform: translatey(-50%);
}

#news_wrap_inner .post-time:before, #single_news_wrap .post-time:before {
  background: var(--accent);
}

#top_news article a, #news_wrap_inner article a {
  padding: 2vw;
  display: block;
  border-bottom: 1px solid;
}

#news_wrap_inner article a {
  border-bottom: 1px solid #B4B4B4;
}

#top_news article:first-child a, #news_wrap_inner article:first-child a {
  border-top: 1px solid;
}

#news_wrap_inner article:first-child a {
  border-top: 1px solid #B4B4B4;
}

#top_news .post-title, #news_wrap_inner .post-title {
  font-size: var(--lg);
  font-family: var(--fr);
}

#page__news .news-all, #page__works .works-all {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.term-works_cat01 .works_cat01, .term-works_cat02 .works_cat02, .term-works_cat03 .works_cat03, .term-news_cat01 .news_cat01, .term-news_cat02 .news_cat02, .term-news_cat03 .news_cat03 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

#page_header .page-title-wrap .page-subtitle-en {
  font-size: 5rem;
  font-family: var(--en);
  line-height: 1;
  padding-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

#page_header_inner {
  padding-top: 30vh;
  padding-bottom: 15vh;
  color: var(--main-r);
  z-index: 5;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}

#page_header .post-thumbnail {
  width: 100vw;
  height: 55vh;
  margin: 0 calc(50% - 50vw);
}

#single_wrap {
  margin-top: 100px;
}

.single-header .flex-l {
  width: calc(35% - 5rem);
}

.single-header .flex-r {
  width: calc(65% - 5rem);
  height: 30vw;
}

.single img {
  height: auto;
  max-width: 100%;
}

#single_wrap .post-area {
  overflow-wrap: initial;
  text-overflow: initial;
  display: block;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

#single_wrap .post-data-wrap {
  align-items: flex-start;
}

.single_content {
  margin: 10rem 0;
}

.single_content .l-flex {
  gap: 5rem;
  margin-top: 5rem;
}

.single_content .l-flex .works-item {
  width: calc(50% - 2.5rem);
  height: 30vw;
}

#news__pager {
  margin-top: 5rem;
}

#news__pager .page-numbers {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.news-list article {
  border-top: 1px solid #CFCFCF;
}

.news-list article:last-child {
  border-bottom: 1px solid #CFCFCF;
}

.news-list article a {
  display: block;
  padding: 30px 0;
}

.news-list article a div {
  display: flex;
  gap: 3rem;
  align-items: center;
}

#pager {
  margin-top: 7rem;
}

#pager ul.page-numbers {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.pagination .page-numbers li a, .pagination .page-numbers li span {
  width: 50px;
  height: 50px;
  line-height: 1;
  border: 1px solid var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent);
}

.pagination .page-numbers li span {
  background: var(--accent);
  color: var(--main-r);
  border: 1px solid var(--accent);
}

.post-title {
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
  margin-bottom: 0 !important;
  font-family: var(--fb);
}

.single .post-title {
  margin: 2rem 0 !important;
  -webkit-line-clamp: initial;
  font-size: 2.5rem;
  line-height: 1.3;
}

.post-time {
  color: #3A3A3A;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-category {
  background: initial;
  padding: initial;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.post-category, .post-area {
  color: var(--accent);
  display: inline-block;
}

.post-category:before {
  content: "";
  width: 1px;
  height: 70%;
  top: 50%;
  right: 0;
  background: var(--accent);
  position: absolute;
  transform: translatey(-50%);
}

.post-data-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.post-title {
  font-size: var(--lg);
}

.post-area {
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}

.post-time, .post-category {
  white-space: nowrap;
}

#post_none {
  display: block;
  text-align: center;
  width: 100%;
}

article .slide-media {
  margin-bottom: 2rem;
  padding-bottom: 80%;
  position: relative;
}

article .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
}

.single .post-contents h2, .single .post-contents h3, .single .post-contents h4, .single .post-contents h5 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.single .post-contents p, .single .post-contents figure {
  margin-bottom: 20px;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 25% 75%;
}

.single-title, .page-title, .entry-title {
  margin: 0;
}

#archive_news_inner .news-list {
  max-width: 960px;
  margin: 0 auto;
}


/* ==========================================================================
                Forms
                ========================================================================== */

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


/* ==========================================================================
                              Tables
                              ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.tablepress caption {
  display: none;
}

.tablepress {
  margin-bottom: 0 !important;
}

.tablepress tr .column-1 {
  width: 30%;
}

.tablepress tr .column-1, .tablepress tr .column-2 {
  padding: 30px 0;
  color: var(--txt);
  font-size: 16px;
}

.tablepress tr:last-child .column-1, .tablepress tr:last-child .column-2 {
  padding-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*********************
                           INPUTS
                           *********************/

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
  display: block;
  height: 60px;
  padding: 10px 20px;
  margin-bottom: 2rem;
  font-size: 16px;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 100%;
  background-color: var(--bg);
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  color: var(--main);
}

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: var(--bg);
}

input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--bg);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: var(--white);
}

input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--bg);
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: var(--white);
}

input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
  cursor: not-allowed;
  border-color: var(--white);
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
  background-color: var(--bg);
}

input[type="password"] {
  letter-spacing: 0.3em;
}

input[type="radio"] {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #D5D6D8;
  vertical-align: -7px;
  outline: none;
  margin-right: 5px;
}

input[type="radio"]:checked::before {
  transform: translate(3px, 3px) scale(1);
}

input[type="radio"]::before {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--accent);
  transform: translate(3px, 3px) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}

textarea {
  max-width: 100%;
  min-height: 400px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.wpcf7-list-item-label, .wpcf7-list-item-label a {
  font-size: 16px;
}

.wpcf7-radio {
  display: block;
  margin-top: 30px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

form tr th {
  margin-top: 7rem;
}

.wpcf7-form tr {
  vertical-align: text-top;
}

@media screen and (max-width:1600px) {
  .l-inner {
    max-width: 1200px;
  }
  .sec-subtitle {
    font-size: var(--x25);
  }
}

@media screen and (max-width:1400px) {
  .l-inner {
    max-width: 1024px;
  }
  .title-wrap {
    margin-bottom: 3rem;
  }
  .sec-title-en, .sec-title-en span {
    font-size: 4rem;
  }
  .more {
    margin-top: 3rem;
  }
  .service-title p {
    font-size: 12px;
  }
  .l-tb-p {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .l-tb {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .search .flex-r ul {
    gap: 3vw;
  }
  .search p, .search ul li a {
    font-size: 14px;
  }
  #service {
    margin-top: calc(15rem - 8rem);
  }
  .scrolling-wrap {
    margin-bottom: calc(15rem - 8rem);
  }
  .service-main-wrap {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
  #other:after {
    top: 15rem;
  }
  .single-header .flex-l {
    width: calc(40% - 5rem);
  }
  .single-header .flex-r {
    width: calc(60% - 5rem);
  }
}

@media screen and (max-width:1200px) {
  .l-inner {
    max-width: 960px;
  }
  .l-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .l-tb-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .l-flex {
    gap: 7rem;
  }
  .l-flex .flex-l, .l-flex .flex-r {
    width: calc(100% / 2 - 3.5rem);
  }
  p, a, span, td, th, li, address, dt, dd {
    font-size: 14px;
  }
  .search {
    margin-bottom: 5rem;
  }
  .search .flex-l {
    width: 20%;
  }
  article .slide-media {
    margin-bottom: 1rem;
  }
  #works_wrap_inner article .post-data-wrap, #works_wrap_inner article .post-title {
    line-height: 1;
  }
  #other {
    padding-bottom: 5rem;
  }
  .other-box p {
    font-size: var(--x25);
  }
  #other:after {
    top: 10rem;
  }
  #page__service01 #page_header .page-title-wrap .page-title, #page__service02 #page_header .page-title-wrap .page-title, #page__service03 #page_header .page-title-wrap .page-title {
    font-size: 3rem;
  }
  .service-datail {
    margin-bottom: 1rem;
  }
  #page_header .page-title-wrap .page-title, .service-datail span {
    font-size: 1.4rem;
  }
  #breadcrumbs span, #breadcrumbs a {
    font-size: 12px;
  }
  .wpcf7-list-item-label, .wpcf7-list-item-label a {
    font-size: 14px;
  }
  #single_news_wrap {
    margin-top: 15rem;
  }
  #menu ul li a {
    font-size: 16px;
  }
  .sec-subtitle {
    font-size: var(--x2);
  }
  .sec-title-en, .sec-title-en span {
    font-size: 3.5rem;
  }
  .sec-title {
    font-size: var(--md);
    margin-top: 5px;
    line-height: 1;
  }
  #menu ul {
    gap: 0rem;
  }
  #mv_item .swiper {
    margin-left: 25vw;
  }
}

@media screen and (max-width:960px) {
  /*********************
             GENERAL STYLES
             *********************/
   :root {
    --width: 540;
  }
  .lt-radius {
    border-radius: 100px 0 0 0;
  }
  .lb-radius {
    border-radius: 0 0 0 100px;
  }
  .rt-radius {
    border-radius: 0 100px 0 0;
  }
  .rb-radius {
    border-radius: 0 0 100px 0;
  }
  #mv_item .swiper {
    border-radius: 0 0 0 120px;
  }
  .search {
    border-radius: 75px 0;
  }
  .search .flex-l {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%!important;
  }
  #pager {
    margin-top: 5rem;
  }
  #page_header, #page_header:before {
    border-radius: 0 0 120px 0;
  }
  #page_header:before {
    height: 10vh;
  }
  .sec-subtitle {
    margin-bottom: 2rem;
  }
  .sec-title-en, .sec-title-en span {
    font-size: 3rem;
  }
  #top_news article a, #news_wrap_inner article a {
    padding: 2vw 0;
  }
  .more {
    width: 130px;
  }
  .l-inner {
    max-width: 720px;
  }
  .bg-main {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  #cursor, #stalker {
    display: none;
  }
  .l-flex {
    align-items: flex-start;
    gap: 5rem;
  }
  .l-flex .flex-l, .l-flex .flex-r {
    width: calc(100% / 2 - 2.5rem);
  }
  .moving-text h3 {
    font-size: calc(80 / var(--width) * 100vw);
  }
  .service-main-wrap .flex-r, .img-height {
    height: 50vw;
  }
  #contact_area:after {
    width: 6vw;
    
  }
  #other .l-flex a {
    height: 20em;
  }
  /*********************
          NAVIGATION STYLES
          *********************/
  #logo_wrap {
    width: 150px;
  }
  #header {
    height: 70px;
  }
  #header_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
    width: 100%;
  }
  #header.is-top-sp {
    background: var(--main-r);
  }
  #header.is-top-sp .logo-wrap .logo-g {
    fill: var(--main);
  }
  #header.is-top-sp .toggle.active span {
    border-bottom: solid 2px var(--main-r);
  }
  #sp_logo {
    margin-bottom: 3rem;
    max-width: 200px;
    display: inline-block;
  }
  .is-top-sp #header_inner {
    height: 50px;
  }
  #menu ul {
    display: block;
  }
  #menu ul li a {
    padding: 2rem 1rem!important;
    color: var(--main-r)!important;
    text-decoration: none;
    min-width: initial;
    text-align: left;
    line-height: 1;
    background: initial;
    font-size: 3vw;
  }
  .current-menu-item a:before, .tax-works_cat .nav-works a:before, .tax-news_cat .nav-news a:before {
    content: "";
    position: absolute!important;
    top: 48%!important;
    left: 0!important;
    transform: translatey(-50%)!important;
    width: 7px!important;
    height: 7px!important;
    background: var(--main-r)!important;
    border-radius: 200px!important;
    transition: all .3s;
  }
.nav__list li a span {
    left: 20px;
    transform: translate(0, -50%);
}
.nav__list li:hover span:nth-child(1) {
    opacity: 1;
    transform: translate(0, -50%);
}
.nav__list li:hover span:nth-child(2) {
    
    transform: initial;
}
  #menu #menu-nav_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-10px, 0, 0) translate(-50%, -50%);
    gap: 3rem;
    align-items: flex-start;
    width: 70%;
  }
  #menu #menu-nav_inner .flex-l, #menu #menu-nav_inner .flex-r {
    width: calc(100% / 2 - 1.5rem);
    text-align: center;
  }
  #menu #menu-nav_inner .flex-l {
    width: calc(40% / 1 - 1.5rem);
  }
  #menu #menu-nav_inner .flex-r {
    width: calc(60% / 1 - 1.5rem);
  }
  #menu #menu-nav_inner .flex-l {
    margin-top: -2rem;
  }
  #menu #menu-nav_inner .flex-r a {
    margin-bottom: 3rem;
    display: block;
    width: 100%;
  }
  #menu #menu-nav_inner .flex-r a:last-child {
    margin-bottom: 0;
  }
  #nav_inner {
    margin: 0;
    background: var(--accent);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.3s 0.2s;
    transition: transform cubic-bezier(0.8, 0, 0.1, 1) 0.3s 0.2s;
  }
  #menu.open #nav_inner {
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #menu-nav_inner {
    
    -webkit-transition: opacity ease 0.6s 0s, -webkit-transform ease 0.3s 0s;
    transition: opacity ease 0.6s 0s, transform ease 0.3s 0s;
  }
  #menu.open #menu-nav_inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) translate(-50%, -50%);
    transform: translate3d(0, 0, 0) translate(-50%, -50%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .toggle {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 3;
    right: 0;
    background: var(--accent);
    position: fixed;
    top: 0;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 2px var(--main-r);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
  }
  .is-top .toggle span {
    border-bottom: solid 2px var(--main);
  }
  .toggle.active span {
    border-bottom: solid 2px var(--main-r);
  }
  .toggle span:nth-child(1) {
    top: 30px;
  }
  .toggle span:nth-child(2) {
    top: 38px;
  }
  .toggle.active span:nth-child(1) {
    top: 35px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .toggle.active span:nth-child(2) {
    top: 35px;
    transform: translateX(-50%) rotate(45deg);
  }
  /*********************
             FOOTER STYLES
             *********************/
  #other .l-flex a:hover:after {
    transform: scale(1);
  }
  .contact-btn {
    width: calc(100% / 2 - 1.5rem);
  }
  #contact_area {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .contact-btn:hover:before {
    
  }
  .footer-block-inner figure:hover {
    transform: scale(1);
  }
  #footer_inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  /*********************
             LAYOUT & GRID STYLES
             *********************/
  .l-lr {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .l-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .l-t {
    margin-top: 10rem;
  }
  .l-b {
    margin-bottom: 10rem;
  }
  .l-tb-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .service-main-wrap {
    align-items: center;
  }
  #page_header .header-big {
    height: 11vw;
  }
}

@media screen and (max-width:767px) {
  /*********************
             GENERAL STYLES
             *********************/
  html {
    scroll-padding-top: 90px;
  }
  p, a, span, td, th, li, address, dt, dd {
    font-size: 13px;
  }
  .more {
    margin-top: 2rem;
  }
  .mbr {
    display: inline-block;
  }
  .sp-hide {
    display: none;
  }
  .tb-hide, .pc-hide {
    display: block !important;
  }
  .l-lr {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .l-tb {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .l-t {
    margin-top: 7rem;
  }
  .l-b {
    margin-bottom: 7rem;
  }
  .l-tb-p {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .l-flex {
    gap: 3rem;
  }
  .sec-title {
    font-size: 12px;
  }
  .sec-subtitle {
    font-size: var(--lg);
  }
  /* ==========================================================================
                Links
                ========================================================================== */
  .contact-btn {
    width: 100%;
  }
  #contact_area_flex {
    gap: 1rem;
  }
  /*********************
             HEADER STYLES
             *********************/
  .menu-item a {
    font-size: var(--md);
  }
  .toggle span {
    width: 25px;
  }
  .toggle span:nth-child(1) {
    top: 20px;
  }
  .toggle span:nth-child(2) {
    top: 28px;
  }
  .toggle.active span:nth-child(1), .toggle.active span:nth-child(2) {
    top: 25px;
  }
  #header, #header_inner {
    height: 50px;
  }
  .toggle {
    width: 50px;
    height: 50px;
  }
  #sp_logo {
    margin-bottom: 2rem;
    max-width: 130px;
  }
  #logo_wrap {
    width: 110px;
  }
  #menu ul li a {
    font-size: 5vw;
  }
  #page_header:before {
    width: 50%;
    border-radius: 0 0 100px 0;
  }
  #page_header .page-title-wrap .page-subtitle-en {
    font-size: 3.5rem;
  }
#page__privacy-policy #page_header .page-title-wrap .page-subtitle-en,
#page__antisocial-group #page_header .page-title-wrap .page-subtitle-en{
    font-size: 3rem;
}
  #page_header_inner {
    padding-top: 25vh;
    padding-bottom: 20vh;
  }
  #page_header .header-big {
    height: 14vw;
    bottom: 0;
    right: initial;
    left: 0;
  }
  #page__company #page_header .header-big {
    background: url(../images/big-company.svg) no-repeat center left / contain;
  }
  #page__service #page_header .header-big {
    background: url(../images/big-service.svg) no-repeat center left / contain;
  }
  #page__works #page_header .header-big, .tax-works_cat #page_header .header-big {
    background: url(../images/big-works.svg) no-repeat center left / contain;
  }
  #page__news #page_header .header-big, .tax-news_cat #page_header .header-big {
    background: url(../images/big-news.svg) no-repeat center left / contain;
  }
  #page__contact #page_header .header-big {
    background: url(../images/big-contact.svg) no-repeat center left / contain;
  }
#page__privacy-policy h2.wp-block-heading,
#page__antisocial-group h2.wp-block-heading{
	margin-top:3rem;
	margin-bottom:1rem;
	font-size:1.6rem;
}
  #breadcrums_wrap {
    position: absolute;
    bottom: 1rem;
    left: 0;
  }
  #menu #menu-nav_inner .flex-r a {
    margin-bottom: 1rem;
  }
  #mv_item .swiper {
    border-radius: 120px 0 0 0;
  }
  #mv_item .swiper-slide .slide, #mv_item .slide-media {
    height: calc(100vh - 50px);
  }
  #mv_item .swiper {
    margin-left: 20vw;
  }
  #mv_item .swiper-pagination {
    right: 5vw;
    bottom: 1rem;
  }
  #mv_item .swiper-pagination-bullet-active {
    width: 3rem;
  }
  #mv_item .swiper-pagination-bullet {
    width: 3rem;
    height: 5px;
  }
  #menu #menu-nav_inner .flex-l {
    margin-top: 0;
    text-align: left;
  }
  #menu #menu-nav_inner {
    top: 45%;
  }
  .img-height, .service-sub-wrap .service-sub-img {
    height: 70vw;
  }
  .service-main-wrap .flex-r {
    height: initial;
  }
  .service-sub-wrap .service-sub-img {
    border-radius: 100px 0 0 0;
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
  }
  .service-sub-wrap .more {
    margin-top: 2rem;
  }
  .service-sp-box2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  #service .title-wrap {
    margin-bottom: 5rem;
  }
  .service-title {
    margin-bottom: 3rem;
  }
  .service-main-wrap {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .service-sub-wrap {
    gap: 0;
  }
  .service-sub-wrap .flex-l {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    position: relative;
  }
  .service-sub-wrap .flex-l:before {
    content: "";
    width: 100vw;
    height: 1px;
    background: #CECECE;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 calc(50% - 50vw);
  }
  /*********************
             POSTS & CONTENT STYLES
             *********************/
.single-header .flex-r {
    height: 40vh;
}
  #top_news .title-wrap, #news_wrap_inner .title-wrap {
    margin-bottom: 0;
  }
  #top_news .post-title, #news_wrap_inner .post-title {
    font-size: 13px;
  }
  #top_news .post-time, #top_news .post-category {
    font-size: 12px;
  }
  .news-option {
    margin-bottom: 5px;
  }
  #top_news article a, #news_wrap_inner article a {
    padding: 3vw 0;
  }
  .post-title {
    -webkit-line-clamp: 2;
    width: 100%;
  }
  .post-data-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .news-list article a div {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .news-list article a {
    padding: 20px 0;
  }
  .wpcf7-list-item-label, .wpcf7-list-item-label a {
    font-size: 13px;
  }
  input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    height: 60px;
    padding: 10px;
  }
  #other {
    padding-bottom: 7rem;
    margin-bottom: 7rem;
  }
  #other:after,
.service-works:after{
    
  }
  #other .l-flex a {
    width: 100%;
    height: 13em;
    margin-left: 2rem;
  }
  .search {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    padding: 7vw 5vw;
  }
  .search .flex-l {
    margin-bottom: 2rem;
  }
  .search .flex-r ul {
    flex-wrap: wrap;
  }
  .search .flex-r ul li {
    width: calc(100% / 2 - 1.5rem);
    text-align: center;
  }
  .post-title {
    font-size: 1.4rem;
  }
  #works_wrap_inner article .post-data-wrap {
    line-height: 1;
    margin-bottom: 5px;
  }
  #works_wrap_inner article .post-data-wrap, #works_wrap_inner article .post-title {
    line-height: 1.5;
  }
  #pager ul.page-numbers {
    gap: 8px;
  }
  .pagination .page-numbers li a, .pagination .page-numbers li span {
    width: 30px;
    height: 30px;
  }
  .single .post-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  /*********************
             FOOTER STYLES
             *********************/
#footer_r{
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
	}
#copyright{
width: 100%;
    text-align: center;
	}
 ?.footer-more-l, .footer-more-r {
    width: 100%;
  }
  .footer-block {
    height: 40vh;
  }
  #footer_bottom a, #copyright {
    font-size: 12px;
  }
  #footer_inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer_content {
    justify-content: center;
    gap: 3rem;
  }
  /*********************
             LAYOUT & GRID STYLES
             *********************/
  .l-flex .flex-l, .l-flex .flex-r {
    width: 100% !important;
  }
  .single-header {
    flex-direction: column-reverse;
  }
  .single-header .flex-r {
    width: 100vw!important;
  }
  .single-header .flex-l {
    width: 100%!important;
  }
  .single_content {
    margin: 7rem 0;
  }
  .single_content .l-flex {
    margin-top: 0;
    gap: 0;
  }
  .single .post-title {
    margin: 2rem 0 0 0!important;
  }
  #single_news_wrap .post-title {
    margin: 2rem 0!important;
  }
  .single_content .l-flex .works-item {
    width: 50%;
    height: 40vw;
  }
  textarea {
    min-height: 250px;
  }
}

@media screen and (min-width:961px) {
  #menu-nav_inner .flex-l {
    width: 100%;
  }
  #menu-nav_inner .flex-r {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .tb-hide {
    display: none;
  }
}


  /*********************
             ※フォント変更-2024/07/22
             *********************/

body {
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif!important;

}



#mv_content h2 span,
.sec-title,
.sec-subtitle,
.service-title h4  {
font-family: "ZenOldMincho-Regular","Yu Mincho","Hiragino Mincho ProN","Hiragino Mincho ProN"!important;
font-weight:lighter!important;
}


.sec-title-en, .sec-title-en span {
font-family: 'Cormorant Garamond'!important;
letter-spacing:.8rem!important;
font-weight: 500!important;

}
.service-title {
font-family: 'Hind', sans-serif!important;
letter-spacing:.2rem!important;
}

#top_news .post-title, #news_wrap_inner .post-title {
    font-size: 1.3rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    letter-spacing: .3rem;
}

.service-title .num {
    top: 0!important;
    left: -12px!important;
    font-size: 11px;
    font-family: "ZenOldMincho-Regular"!important;
}

#menu ul li {
    line-height: 1;
    font-family: hind Light;
    letter-spacing: .2rem;
}



#page_header .page-title-wrap .page-subtitle-en {
    font-size: 4.4rem!important;
    font-family: 'Cormorant Garamond'!important;
    font-weight: 100!important;
    letter-spacing: .4rem!important;
}

.page-title-wrap h1.page-title {
    font-family: "ZenOldMincho-Regular"!important;

}

.advantage-item .flex-r h3 {
    font-family: "ZenOldMincho-Regular"!important;
}

.advantage-item .flex-r h3 span {
    position: absolute;
    top: 10px!important;
    left: -15px!important;
}


#works_wrap_inner article .post-data-wrap {
    font-family: "ZenOldMincho-Regular"!important;
}


#works_wrap_inner article .post-title, #works_wrap_inner article .post-data-wrap {
    font-family: "ZenOldMincho-Regular";
    font-weight: 600;
}

.single .post-title {
    font-family: "ZenOldMincho-Regular"!important;
}



#page__antisocial-group h2.wp-block-heading {
    font-family: "ZenOldMincho-Regular"!important;
    font-weight: 600;
}


#page__antisocial-group h2.wp-block-heading {
    font-family: "ZenOldMincho-Regular"!important;
    font-weight: 600;
}