/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "noto-sans","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 18px 34px;
  box-sizing: border-box;
  z-index: 30;
  background: transparent;
  align-items: center;
  transition: .3s;
}
header.scroll {
  background: #fff;
}
header h1 {
  width: 160px;
}
header .logo {
  align-items: center;
}
.logo p {
  font-size: 12px;
  line-height: 1.4;
  margin-left: 14px;
  font-family: "gineso", sans-serif;
  font-weight: 700;
  padding-top: 8px;
}
.btn {
  width: 57px;
  height: 57px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  background:url(/wp-content/themes/a/img/iconMenu.svg)0 0 no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(0);
  transition: .3s;
  z-index: 16;

  cursor: pointer;
}
.on .btn {
  transform: rotate(180deg);
}
.btn span {
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  margin: 8px auto;
  opacity: 1;
  position: relative;
  top: 0;
  transition: .3s;
}
.btn span:nth-child(1) {
  margin-top: 18px;
}
.on .btn span:nth-child(1) {
  transform: rotate(35deg);
  top: 10px;
}
.btn span:nth-child(2) {
  width: 22px;
}
.on .btn span:nth-child(2) {
  opacity: 0;
}
.on .btn span:nth-child(3) {
  transform: rotate(-35deg);
  top: -8px;
}
nav {
  margin-right: 110px;
}
nav ul li {
  margin-left: 28px;
  padding-left: 28px;
  position: relative;
}
nav ul li:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
nav ul li a {
  font-size: 14px;
  font-weight: 600;
}
nav ul li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
nav ul li:nth-child(1):before,
nav ul li:last-child:before {
  display: none;
}
nav ul li.insta a {
  font-family: "gineso", sans-serif;
  font-size: 12px;
  border: 1px solid #000;
  padding: 4px 14px;
  font-weight: 700;
}
nav ul li.insta a:hover {
  background-color: #000;
  color: #fff;
}
.humbWrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: .3s;
  background: #313131;
  z-index: -1;
}
.on .humbWrap {
  opacity: 1;
  pointer-events: unset;
  z-index: 15;
}
.humbInner .logo2 {
  position: absolute;
  top: 18px;
  left: 34px;
  width: 160px;
}
.humbInner > .left {
  width: 40%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.humbInner .right * {
  color: #fff;
}
.humbInner .right {
  width: 60%;
  padding: 10%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.humbInner .right .box1 .menuTit1 {
  font-family: "gineso", sans-serif;
  font-size: 48px;
  display: block;
  margin-top: 34px;
}
.humbInner .right .box1 .menuTit1:nth-child(1) {
  margin-top: 0;
}
.humbInner .right .box1 a {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.humbInner .right .box1 a.menuTel {
  font-size: 20px;
  font-family: "gineso", sans-serif;
  font-weight: 200;
  margin-top: -10px;
}
.humbInner .right .box2 {
  margin-top: 100px;
  align-items: center;
}
.humbInner .right .box2 ul li a {
  font-size: 14px;
  font-family: "gineso", sans-serif;
  align-items: center;
  border: 1px solid #fff;
  padding: 16px 12px;
  width: 122px;
  box-sizing: border-box;
}
.humbInner .right .box2 ul li {
  margin-right: 8px;
}
.humbInner .right .box2 ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.humbInner .right .box2 > p {
  font-size: 12px;
  margin-left: 12px;
}
article {
  padding-top: 80px;
}
.pageTop {
  background: url(/wp-content/themes/a/img/fvBg.jpg)0 0 no-repeat;
  background-size: 100%;
  background-position: top;
}
.fvBlock {
  position: relative;
  padding-bottom: 7vh;
}
.fvSlide {
  height: 100%;
  position: relative;
}
.fvBlock .txtBox {
  position: absolute;
}
.slideWrap {
  width: 80%;
  height: 80vh;
  padding-bottom: 40px;
  margin-left: 20%;
  overflow: hidden;
}
.fvBlock .txtBox {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0,-50%);
  z-index: 11;
}
.fvBlock .txtBox h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 126px;
  text-shadow: 0 0 5px hsl(0deg 0% 100% / 20%);
}
.fvBlock .txtBox p {
  font-size: 14px;
  font-family: "gineso", sans-serif;
  font-weight: 100;
}
.fvSlide .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fvSlide ul {
  margin-top: 10px;
  opacity: 0;
  transition: .3s;
}
.fvSlide .swiper-slide-active ul {
  opacity: 1;
}
.fvSlide ul li {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #6E6E6E;
  padding: 4px 16px;
  margin-right: 6px;
}
.swiper-pagination {
  background: #313131;
  width: 224px;
  box-sizing: border-box;
  padding: 32px 20px 4px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: unset;
}
.swiper-pagination *{
  color: #fff;
}
.swiper-pagination-fraction {
  font-family: "dm-sans-18pt", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.swiper-pagination-fraction span{
  font-family: "dm-sans-18pt", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-right: 8px;
}
.swiper-pagination .dots {
  margin-left: 10px;
}
.swiper-pagination .dots span {
  font-size: 20px;
  margin: 0 2px;
}
.swiper-pagination .dots span.active {
  font-size: 20px;
  margin: 0 2px;
  color: #EB6211;
}
.opanime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 50;
  opacity: 1;
  transition: opacity 1s ease;
}
svg path {
  opacity: 0;
}
.opanime svg {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fade-out {
  opacity: 0;
  pointer-events: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.st0 {
  fill: #EB6211;
  animation: fadeIn 1s ease forwards 0s;
}
.st1 {
  fill: #0059A7;
  animation: fadeIn 1s ease forwards .5s;
}
.st2 {
  fill: #EB6211;
  animation: fadeIn 1s ease forwards 1s;
}
.st3 {
  fill: #0059A7;
  animation: fadeIn 1s ease forwards 1.5s;
}
.none{
  display: none;
}
.topMessage {
  margin-top: 16%;
}
.topMessage .box1 {
  padding: 0 10% 0 5%;
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1400px;
  align-items: flex-start;
}
.topMessage .box1 .left {
  position: relative;
  right: 5%;
  width: 45%;
}
.topMesseageImg1 {
  position: relative;
  z-index: 2;
}
.topMessage .box1 .left .topMesseageBg1 {
  position: absolute;
  left: 80px;
  bottom: -40px;
  z-index: 1;
  width: 100%;
}
.topMessage .box1 .right {
  width: 45%;
  margin-right: 5%;
  margin-top: 150px;
}
.tit1 {
  font-family: "gineso", sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}
.tit1:before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/tit1.svg)0 0 no-repeat;
  background-size: 100%;
}
.topMessage .box1 .right h3 {
  margin: 24px 0 120px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.8;
}
.topMessage .box1 .right p {
  font-size: 15px;
  line-height: 3;
}
.topMessage .box2 {
  padding: 0 5% 0 10%;
  width: 95%;
  box-sizing: border-box;
  margin: 100px auto 0;
  max-width: 1400px;
  align-items: flex-start;
}
.topMessage .box2 .left{
  width: 45%;
  margin-right: 5%;
  margin-top: 150px;
}
.topMessage .box2 .right {
  position: relative;
  right: 5%;
  width: 45%;
}
.topMessage .box2 .left {
  width: 45%;
  margin-right: 5%;
  margin-top: 150px;
  font-family: "gineso", sans-serif;
  font-size: 82px;
  color: #B5B5B5;
  font-weight: 100;
}
.topMessage .box2 .right {
  position: relative;
  right: 5%;
  width: 30%;
}
.topMesseageImg2 {
  position: relative;
  z-index: 2;
}
.topMesseageBg2 {
  position: absolute;
  bottom: -50px;
  left: -80px;
  z-index: 1;
}
.topMessage .box3 {
  max-width: 900px;
  margin: 170px auto 0;
  width: 90%;
  position: relative;
}
.topMessage .box3 .topMesseageImg3 {
  width: 90%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: block;
}
.topMessage .box3 .topMesseageBg3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topWorks {
  margin-top: 200px;
  position: relative;
}
.topWorks:before {
  content: "";
  height: 500px;
  width: 90%;
  background: #ECECEC;
  display: block;
  position: absolute;
  z-index: -1;
}
.topWorks .fixTxt {
  width: 45%;
  position: absolute;
  box-sizing: border-box;
  padding: 50px 10%;
}
.topWorks .fixTxt h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 40px 0 80px;
}
.linkBtn1 {
  font-size: 13px;
  font-weight: 700;
  padding: 18px 80px 18px 22px;
  box-sizing: border-box;
  border: 1px solid #A7A7A7;
  position: relative;
  display: table;
}
.linkBtn1:before {
  content: "";
  width: 4px;
  height: 8px;
  background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topWorks .fixTxt p {
  margin-bottom: 80px;
}
.workSlide {
  width: 60%;
  margin-left: 40%;
  padding-top: 120px;
  overflow: hidden;
}
.workSlide li {
  position: relative;
}
.workSlide li .imgBox {
  overflow: hidden;
}
.workSlide li img {
  width: 100%;
  transition: .3s;
  transform:scale(1,1);
}
.workSlide li a:hover img {
  transform:scale(1.1,1.1);
}
.workSlide ul li .label {
  background: #000;
  position: absolute;
  top: 0;
  right: 5%;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 14px 10px 30px 10px;
  letter-spacing: 2px;
  z-index: 5;
}
.workSlide li h4 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 16px;
}
.topService {
  width: 96%;
  margin: 180px auto 230px;
}
.topService .box1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.topService .box1 h3 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 24px;
}
.topService .box1 > p {
  font-size: 16px;
  line-height: 2.2;
}
.topService ul {
  margin-top: 140px;
}
.topService ul li {
  width: 33%;
  position: relative;
}
.topService ul li .num {
  font-family: 'gineso';
  color: #fff;
  position: absolute;
  top: 5%;
  left: 9%;
  z-index: 5;
  font-size: 38px;
  font-style: italic;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 16px 4px 10px;
}
.topService ul li h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%,-50%);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
}
.topService ul li .txt1 {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 4%;
  font-size: 13px;
  color: #fff;
}
.featureBlock {
  background: #313131;
  position: relative;
  padding: 150px 0;
}
.featureBlock *{
  color: #fff;
}
.tit1.ver2::before {
  background: url(/wp-content/themes/a/img/tit2.svg) 0 0 no-repeat;
}
.featureBlock .titBox {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.featureBlock .titBox h3 {
  margin-top: 38px;
  font-size: 35px;
}
.featureBlock .box1 {
  max-width: 1186px;
  width: 90%;
  margin: 200px auto 0;
}
.featureBlock .box1 .inner1 {
  position: sticky;
  top: 120px;
  background: #313131;
}
.featureBlock .box1 .inner2 {
  align-items: center;
  padding: 70px 0;
}
.featureBlock .box1 .inner1 h3 {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.featureBlock .box1 .inner2 > img {
  width: 43%;
  margin: 0 5%;
}
.featureBlock .box1 .inner2 .txtBox {
  width: 40%;
  position: relative;
}
.featureBlock .box1 .inner2 .txtBox:before {
  content: "”";
  display: block;
  position: absolute;
  top: -30px;
  left: -70px;
  font-size: 80px;
  font-family: serif;
  width: 50px;
  height: 50px;
  line-height: 100px;
  transform: rotate(180deg);
}
.featureBlock .box1 .inner2 .txtBox:after {
  content: "”";
  display: block;
  position: absolute;
  bottom: -30px;
  right: -70px;
  font-size: 80px;
  font-family: serif;
  width: 50px;
  height: 50px;
  line-height: 100px;
}
.featureBlock .box1 .inner2 .txtBox h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 70px;
}
.featureBlock .box1 .inner2 .txtBox p {
  font-size: 14px;
  font-weight: 600;
  line-height: 3;
}
.parallax1 {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.parallax1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 0s linear;
  min-height: 100vh;
  object-fit: cover;
}
.topNews,
.topQa {
  max-width: 990px;
  width: 90%;
  margin: 150px auto 0;
}
.topNews .titBox,
.topQa .titBox {
  align-items: center;
}
.topNews .titBox h2,
.topQa .titBox h2{
  font-size: 30px;
  font-weight: 600;
  margin-left: 44px;
}
.topNews .titWrap .linkBtn1 {
  padding-right: 20px;
  padding: 12px 40px 12px 22px;
}
.topNews .titWrap {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.newsList li a{
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #D5D5D5;
}
.newsList li a .date {
  font-size: 13px;
  font-weight: 500;
  margin-right: 45px;
  font-family: 'gineso';
}
.newsList li a .wrap1 {
  align-items: center;
}
.newsList li a .news-title {
  font-size: 15px;
}
.topQa .titBox{
  padding-bottom: 50px;
  border-bottom: 1px solid #000;  
}
.topQa ul li {
  position: relative;
  padding: 18px 10px;
  border-bottom: 1px solid #D5D5D5;
}
.topQa ul li:after {
  content: "+";
  font-size: 30px;
  font-family: 'gineso';
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
  height: 20px;
}
.topQa ul li.on:after {
  content: "ー";
  font-size: 20px;
  top: 40px;
}
.topQa ul li h4 {
  position: relative;
  padding: 25px 50px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
}
.topQa ul li h4:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: 'gineso';
  font-size: 24px;
  font-weight: 200;
  height: 40px;
  padding: 4px;
}
.topQa ul li h4:after {
  content: "";
  display: block;
  height: 34px;
  position: absolute;
  left: 35px;
  width: 1px;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
}
.topQa ul li p {
  font-size: 15px;
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition: .3s;
}
.topQa ul li.on p {
  opacity: 1;
  height: auto;
  margin: 10px 0 20px;
}
footer {
  margin-top: 180px;
}
.fbox1 {
  width: 100%;
  margin: 0 auto;
  padding: 36px 10%;
  box-sizing: border-box;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
.fbox1 .box1{
  align-items: center;
}
.fbox1 .box1 h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 14px;
}
.fbox1 .box1 > * {
  width: 50%;
}
.fbox1 .box1 .telbox {
  box-sizing: border-box;
  padding: 0 40px;
}
.fbox1 .box1 .telbox p a {
  font-size: 13px;
  font-weight: 500;
}
.fbox1 .box1 .telbox p a span {
  font-family: 'gineso';
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
.fbox1 .box1 .telbox p a {
  font-family: 'gineso';
  font-size: 40px;
  font-weight: 600;
  margin-right: 14px;
}
.fbox2 > div:nth-child(1) {
  border-right: 1px solid #ADADAD;
}
.fbox2 > div {
  width: 50%;
  box-sizing: border-box;
  padding: 36px 10%;
}
.fbox2 > div h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fbox2 > div .linkBtn1 {
  width: 100%;
  max-width: 400px;
}
.fbox3 {
  background: #313131;
  padding-top: 30px;
}
.fbox3 *{
  color: #fff;
}
.fbox3 h1 {
  width: 230px;
  display: block;
  margin: 0 auto;
}
.fbox3 .linkList1 {
  margin: 60px auto 40px;
  max-width: 340px;
}
.fbox3 .linkList2 {
  max-width: 370px;
  margin: 0 auto;
}
.fSns {
  max-width: 380px;
  width: 90%;
  margin: 46px auto 56px;
}
.fSns a {
  width: 48%;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.fSns a img {
  margin-right: 8px;
}
.fbox3 .txt1 {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 1em;
}
.fbox3 small {
  text-align: center;
  display: block;
  font-size: 10px;
}
.underPage article {
  background: url(/wp-content/themes/a/img/pageHeadBg.png)0 0 no-repeat;
  background-size: 100%;
  background-position: 0 -40px;
}
.pageHead .txtbox1 p {
  margin: 80px 0 0;
  font-family: 'gineso';
  color: #fff;
  font-size: 114px;
  font-weight: 100;
}
.pageHead .txtbox1 {
  display: table;
  float: right;
}
.pageHead .txtbox1 h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-top: -20px;
  letter-spacing: 6px;
}
.pankuzu {
  width: 96%;
  margin: 60px auto 20px;
  font-size: 11px;
}
.pankuzu a {
  font-size: 11px;
  color: #EB6211;
}
.pageHead > img {
  width: 94%;
}
.pageHead .txtbox2 {
  margin: 150px auto 0;
  max-width: 1000px;
  width: 90%;
}
.pageHead .txtbox2 > * {
  width: 45%;
}
.pageHead .txtbox2 h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
}
.pageHead .txtbox2 p {
  margin-top: 60px;
  font-size: 15px;
  line-height: 2.2;
  text-align: justify;
}
.pageCompany .pageHead {
  margin-bottom: 80px;
}
.loopBlock {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.loopBlock .txtLoop {
  display: flex;
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: -30px;
}
.loopBlock .txtLoop p {
  font-size: 175px;
  color: #181818;
  font-family: 'gineso';
  line-height: normal;
  display: block;
  white-space: nowrap;
  font-weight: 100;
  letter-spacing: 0;
  animation: slide2 60s linear infinite;
  opacity: .05;
}
.loopBlock .txtLoop p:first-child {
  animation: slide3 60s -30s linear infinite;
  padding-left: 50px;
}
.loopBlock .txtLoop p:last-child {
  animation: slide4 60s linear infinite;
}
@keyframes slide3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.companyMessage {
  width: 80%;
  margin: 140px auto 200px;
  margin-left: 20%;
}
.companyMessage > div {
  align-items: flex-start;
}
.companyMessage .left {
  width: 45%;
}
.companyMessage img {
  width: 45%;
}
.companyMessage .left h2 {
  font-size: 35px;
  font-weight: 600;
  padding: 14px 0 32px;
  letter-spacing: 4px;
  border-bottom: 1px solid #D5D5D5;
}
.companyMessage .left h3 {
  margin: 70px 0 60px;
  font-size: 28px;
  font-weight: 600;
}
.companyMessage .left .txtBox p {
  font-size: 15px;
  text-align: justify;
  line-height: 2.5;
}
.companyMessage .left .txt2 {
  margin-top: 60px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
}
.companyLicense {
  background: #313131;
}
.companyLicense .wrap1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 150px 0;
}
.companyLicense .tit1.ver2 {
  color: #fff;
}
.companyLicense h2 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  margin: 30px 0 70px;
}
.companyLicense .txt1 {
  font-size: 17px;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
}
.dg{
  display:grid;
}
.companyLicense ul {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}
.companyLicense ul li {
  background: #F4F4F4;
  padding: 20px;
  box-sizing: border-box;
}
.companyLicense ul li h3 {
  font-size: 13px;
  font-weight: 500;
}
.companyLicense ul li p {
  display: table;
  border-left: 1px dashed #000;
  float: right;
  padding-left: 14px;
  font-size: 31px;
  font-weight: 700;
}
.companyLicense ul li p span{
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
}
.companyLicense .kome {
  text-align: right;
  color: #fff;
  margin-top: 16px;
  font-weight: 300;
  font-size: 14px;
}
.companyCompany {
  max-width: 1000px;
  width: 90%;
  margin: 150px auto 0;
}
.companyCompany .txtBox h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 30px 0 100px;
}
.companyCompany .left{
  width: 35%;
}
.companyCompany .right {
  width: 55%;
}
.companyCompany .right tr {
  border-bottom: 1px solid #C7C7C7;
}
.companyCompany .right tr > *{
  padding: 26px 0;
  font-size: 12px;
  vertical-align: middle;
}
.companyCompany .right tr th{
  width: 30%;
  text-align: left;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
.companyCompany .right tr th:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/a/img/iconLogo.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.companyCompany .right tr td{
  width: 70%;
  font-weight: 500;
}
.companyCompany .right tr td a{
  font-size: 12px;
}
.companyStaff {
  margin: 130px 0 0;
  padding: 130px 0;
  background: #F0F0F0;
}
.companyStaff .tit1 {
  display: table;
  margin: 0 auto;
}
.companyStaff > h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 24px 0 80px;
}
.companyStaff ul {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.companyStaff ul li h3{
  margin: 16px 0 2px;
  font-weight: 500;
}
.companyStaff ul li h3 span {
  font-size: 11px;
  font-weight: 200;
  margin-right: 10px;
}
.companyStaff ul li p {
  font-size: 16px;
  font-family: 'gineso';
  color: #c5c5c5;
  font-weight: 400;
}
.businessMenu {
  max-width: 1060px;
  margin: 180px auto 0;
}
.businessMenu ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.businessMenu ul li a img {
  transition: .3s;
}
.businessMenu ul li a:hover img {
  transform:scale(1.1,1.1);
}
.businessMenu ul li a .txt {
  position: absolute;
  top: 30px;
  left: 30px;
}
.businessMenu ul li a .txt h3 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.businessMenu ul li a .txt p {
  font-family: 'gineso';
  color: #fff;
  font-size: 44px;
  font-weight: 200;
  margin-top: -4px;
}
.businessMenu ul li a:after {
  content: "";
  display: block;
  width: 28px;
  height: 54px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
}
.businessBlock1 {
  margin-top: 230px;
}
.businessBlock1 .box1 {
  position: relative;
}
.businessBlock1 .box1 .txtBox {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translate(0,-50%);
}
.businessBlock1 .box1 .txtBox h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
.businessBlock1 .box1 .txtBox p {
  font-size: 13px;
  font-family: 'gineso';
  color: #fff;
}
.flowBlock {
  max-width: 1300px;
  width: 90%;
  margin: 170px auto 0;
}
.flowBlock ul li {
  background: #F2F2F2;
  box-sizing: border-box;
  padding: 22px 30px;
  margin-bottom: 26px;
  position: relative;
  align-items: center;
}
.flowBlock ul li > img {
  margin-right: 40px;
}
.flowBlock ul li .txtbox h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flowBlock ul li .txtbox p {
  font-size: 14px;
  font-weight: 500;
}
.flowBlock ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 18px;
  background: url(/wp-content/themes/a/img/arrow3.svg);
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.flowBlock ul li:last-child:after {
  display: none;
}
.contactBlock1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  align-items: flex-end;
}
.contactBlock1 h2,
.contactBlock2 .left h2 {
  font-size: 13px;
  font-weight: 600;
  width: 35%;
}
.contactBlock1 h2 span,
.contactBlock2 .left h2 span {
  font-family: 'gineso';
  font-size: 56px;
  margin-right: 10px;
  font-weight: 100;
}
.contactBlock1 div {
  align-items: flex-end;
  margin-bottom: 4px;
  width: 65%;
}
.contactBlock1 a {
  font-size: 47px;
  font-family: 'gineso';
}
.contactBlock1 div p {
  margin-bottom: 15px;
  margin-left: 30px;
}
.contactBlock2 {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
  padding-top: 70px;
  border-top: 1px solid #C1C1C1;
}
.contactBlock2 .wrap1 .left{
  width: 35%;
}
.contactBlock2 .wrap1 .right{
  width: 65%;
}
.contactBlock2 .left h2 {
  width: 100%;
  align-items: flex-end;
}
.contactBlock2 .left h2 span {
  margin-bottom: -18px;
}
.contactBlock2 .wrap1 {
  align-items: flex-end;
}
.contactBlock2 .wrap2 {
  margin-top: 60px;
}
.contactBlock2 .wrap2 form label .th {
  width: 30%;
  margin-right: 5%;
  font-size: 15px;
  font-weight: 600;
}
.contactBlock2 .wrap2 form label .td {
  width: 65%;
}
.contactBlock2 .wrap2 form label {
  display: flex;
  align-items: center;
}
.contactBlock2 .wrap2 form label .th .hissu {
  font-size: 11px;
  color: #FF0000;
  margin-left: 6px;
}
.contactBlock2 .wrap2 form label .td input,
.contactBlock2 .wrap2 form label .td select,
.contactBlock2 .wrap2 form label .td textarea {
  background: #EDEDED;
  width: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
  border: 0;
}
.contactBlock2 .wrap2 form label .td input::placeholder,
.contactBlock2 .wrap2 form label .td textarea::placeholder {
  color: #B9B9B9;
  font-size: 14px;
}
.contactBlock2 .privacy {
  max-width: 634px;
  margin: 90px auto;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #DDD;
  padding: 20px;
}
.contactBlock2 .privacy .txt1 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contactBlock2 .privacy .txt2 p {
  margin-bottom: 10px;
}
.contactBlock2 .privacy .txt2 div {
  margin-bottom: 50px;
}
.send {
  display: table;
  position: relative;
  margin: 0 auto;
}
.send:before {
  content: "";
  display: block;
  width: 8px;
  height: 17px;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.send input {
  background: #181818;
  width: 100%;
  padding: 30px 80px 30px 40px;
  box-sizing: border-box;
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form .wpcf7-response-output {
  border-radius: 50px;
  text-align: center;
  padding: 14px 0;
  font-weight: 700;
  font-size: 14px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 700;
}
.worksBlock1 {
  max-width: 1140px;
  width: 90%;
  margin: 190px auto;
}
.worksBlock1 .left {
  width: 20%;
  margin-right: 5%;
}
.worksBlock1 .right {
  width: 75%;
}
.worksBlock1 .left h2 {
  font-size: 31px;
  font-family: 'gineso';
  margin-bottom: 30px;
}
.worksBlock1 .left a {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  padding-left: 14px;
  position: relative;
}
.worksBlock1 .left a:before {
  content: "";
  display: block;
  background: url(/wp-content/themes/a/img/iconLogo.svg)0 0 no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.worksBlock1 .left a:hover,
.worksBlock1 .left .on a {
  color: #eb6111;
}
.worksBlock1 .right .worksList  {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 18px;
}
.worksBlock1 .right ul li h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 12px 0 6px;
}
.worksBlock1 .right ul li label {
  background: #484848;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 4px;
}
.worksBlock1 .right ul .imgBox {
  overflow: hidden;
}
a:hover .imgBox img {
  transform: scale(1.05);
}
.worksBlock1 .right .pagination {
  text-align: center;
  margin: 80px auto 0;
  display: table;
}
.topNews .pagination {
  display: table;
  margin: 100px auto 0;
}
.worksBlock1 .right .page-numbers,
.topNews .page-numbers {
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}
.worksBlock1 .right .page-numbers li > *,
.topNews .page-numbers li > * {
  width: 80px;
  height: 80px;
  background: url(/wp-content/themes/a/img/iconLogo2.svg)0 0 no-repeat;
  background-size: 100%;
  text-align: center;
  display: block;
  line-height: 80px;
  color: #fff;
  font-family: 'gineso';
  font-size: 15px;
  font-weight: 700;
  background-position: center;
}
.worksBlock1 .right .page-numbers li > span,
.topNews .page-numbers li > span {
  width: 80px;
  height: 80px;
  background: url(/wp-content/themes/a/img/iconLogo.svg)0 0 no-repeat;
  background-size: 100%;
  text-align: center;
  display: block;
  line-height: 80px;
  color: #fff;
  font-family: 'gineso';
  font-size: 15px;
  font-weight: 700;
}
.worksBlock1 .right .page-numbers li > a:hover,
.topNews .page-numbers li > a:hover{
  background-size: 90%;
}
.entry-conts {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}
.entry-conts > h1 {
  font-size: 30px;
  font-weight: 600;
}
.entry-conts > .thumbnail {
  width: 100%;
  height: auto;
  margin: 20px auto 100px;
}
.entry-conts h2,
.entry-conts h1 {
  font-size: 25px;
  position: relative;
  font-weight: 600;
}
.entry-conts h2{
  padding-left: 30px;
}
.entry-conts h3{
  font-size: 23px;
  font-weight: 600;
}
.entry-conts h4{
  font-size: 20px;
  font-weight: 600;
}
.entry-conts h5{
  font-size: 18px;
  font-weight: 600;
}
.entry-conts h6{
  font-size: 16px;
  font-weight: 600;
}
.entry-conts h2:before {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/a/img/tit1.svg) 0 0 no-repeat;
  background-size: 100%;
}
.linkBtn2 {
  font-size: 15px;
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid #707070;
  padding: 26px 0;
  margin-top: 100px;
}
.linkBtn2:hover {
  background-color: #707070;
  color: #fff;
}
.workSlideBlock {
  position: relative;
  margin: 30px auto 20px;
  overflow: hidden;
}

.entry-conts .swiper-pointer-events {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-backface-hidden .swiper-slide {
  cursor: pointer;
}
.swiper-button-next, .swiper-button-prev {
  width: 30px;
  height: 92px;
  background: url(/wp-content/themes/a/img/arrow4.svg)0 0 no-repeat;
  background-size: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.worksInfo {
  margin: 80px 0;
}
.worksInfo .dg {
  grid-column: auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 34px;
}
.tit3 {
  background: #000;
  display: table;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0 20px 0 0;
  letter-spacing: 2px;
}
.worksInfo ul li {
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 20px;
}
.worksInfo ul li .th {
  margin-right: 10%;
  width: 30%;
}
.worksInfo ul li .td {
  width: 60%;
}
.worksInfo ul li span {
  font-size:14px;
  font-weight: 600;
}
@media screen and (max-width: 1400px){
  .featureBlock .box1 .inner2 {
    align-items: center;
    padding: 30px 0 120px;
}
.featureBlock .box1 .inner2 .txtBox h4{
  line-height: 1.6;
}
.featureBlock .box1 .inner2 .txtBox p{
  line-height: 1.8;
}
.featureBlock .box1 .inner2 .txtBox:after {
  right: -5%;
}
}
@media screen and (max-width: 900px){
.humbInner > .left{
  display: none;
}
.humbInner .right {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
nav{
  display: none;
}
.topMessage .box1 {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.topMessage {
  margin-top: 0;
}
.topMessage .box1 .left {
  width: 70%;
  order: 2;
}
.topMessage .box1 .right {
  width: 90%;
  margin: 0 auto 100px;
}
.topMessage .box1 .right h3 {
  margin: 20px 0 ;
}
.topMessage .box2 {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.topMessage .box2 .right {
  position: relative;
  right: 0;
  width: 50%;
  margin-left: 50%;
}
.topMessage .box2 .left {
  order: 2;
  width: 90%;
  margin: 70px auto 0;
  display: block;
}
.topMessage .box3 {
  margin: 100px auto 0;
}
.topWorks {
  margin-top: 120px;
  background: #ECECEC;
}
.topWorks .fixTxt {
  position: static;
  width: 100%;
  padding: 50px 5%;
}
.topWorks .fixTxt h3 {
  font-size: 24px;
  margin: 20px 0 12px;
}
.topWorks .fixTxt p {
  margin-bottom: 20px;
}
.workSlide {
  width: 95%;
  margin-left: 5%;
  padding-top: 0;
}
.topWorks:before {
  bottom: 0;
  height: 100px;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.topService {
  margin: 100px auto;
}
.topService ul {
  flex-wrap: wrap;
  max-width: 500px;
  margin: 50px auto 0;
}
.topService ul li {
  width: 100%;
  position: relative;
}
.topService ul li:nth-child(2) {
  margin: 5% 0;
}
.featureBlock {
  padding: 80px 0;
}
.featureBlock .titBox h3 {
  margin-top: 10px;
}
.featureBlock .box1 {
  margin: 70px auto 0;
}
.featureBlock .box1 .inner2 {
  flex-wrap: wrap;
  flex-direction: column;
}
.featureBlock .box1 .inner2 > img {
  order: 2;
  width: 60%;
  margin: 0 5%;
}
.featureBlock .box1 .inner2 .txtBox {
  width: 80%;
  position: relative;
  margin: 30px auto 40px;
  padding: 60px 0;
}
.featureBlock .box1 .inner2 .txtBox:before {
  left: 0;
  width: 36px;
  height: 22px;
  line-height: 65px;
  top: 0;
}
.featureBlock .box1 .inner2 .txtBox p {
  line-height: 2;
}
.featureBlock .box1 .inner2 .txtBox:after {
  right: -8px;
  bottom: 10px;
}
.featureBlock .box1 .inner2 .txtBox h4 {
  line-height: 1.6;
  margin-bottom: 20px;
}
.parallax1 {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.fbox1 .box1 {
  flex-wrap: wrap;
}
.fbox1 .box1 > * {
  width: 100%;
}
.fbox1 .box1 .telbox {
  padding: 10px 0 0;
}
.fbox2 > div {
  padding: 5%;
}
.pageTop {
  background: url(/wp-content/themes/a/img/fvBg.jpg)0 0 no-repeat;
  background-size: 170vw;
  background-position: top;
}
.underPage article {
  background: url(/wp-content/themes/a/img/pageHeadBg.png)0 0 no-repeat;
  background-size: 200%;
  background-position: 0 -40px;
}
.businessBlock1 .box1 .txtBox {
  left: 5%;
}
.flowBlock > div {
  flex-wrap: wrap;
}
.companyCompany .left {
  width: 100%;
}
.companyCompany .txtBox h2 {
  margin: 20px 0 40px;
}
.businessMenu {
  margin: 80px auto 0;
}

.companyMessage {
  width: 90%;
  margin: 80px auto;
}
.companyMessage > div{
  flex-wrap: wrap;
}
.companyMessage img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  order: 1;
}
.companyMessage .left {
  order: 2;
  display: block;
  margin: 60px auto 0;
  width: 100%;
}
.companyMessage .left h2 {
  font-size: 34px;
  padding: 14px 0 30px;
}
.companyMessage .left h3 {
  margin: 30px 0 20px;
}
.companyLicense {
  margin-bottom: -14px;
}
.companyLicense .wrap1 {
  padding: 80px 0;
}
.companyLicense h2 {
  margin: 30px 0 10px;
}
.companyLicense ul {
  grid-template-columns: 1fr 1fr;
}
.companyCompany .left img{
  display: none;
}
.companyCompany > div {
  flex-wrap: wrap;
}
.companyCompany .right {
  width: 100%;
}
.companyCompany .txtBox h2 {
  margin: 20px 0 10px;
}
.workSlideBlock {
  overflow: hidden;
}
.contactBlock1,
.contactBlock2 .wrap1 {
  flex-wrap: wrap;
}
.contactBlock1 div {
  width: 100%;
}
.contactBlock1 h2, .contactBlock2 .left h2,.contactBlock2 .wrap1 .left,.contactBlock2 .wrap1 .right {
  width: 100%;
}
.contactBlock2 .wrap1 .right {
  margin-top: 40px;
}
.contactBlock2 .wrap2 form label {
  flex-direction: column;
}
.contactBlock2 .wrap2 form label .th, .contactBlock2 .wrap2 form label .td {
  width: 100%;
  margin: 0;
}
.contactBlock2 .wrap2 form label .th{
  margin-bottom: 10px;
}
.contactBlock2 .privacy {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
}
@media screen and (max-width: 700px){
  header {
    padding: 10px 5%;
    height: 56px;
}
header h1 {
  width: 110px;
}
.btn {
  right: 5%;
  width: 36px;
  height: 36px;
}
.btn span {
  width: 16px;
  margin: 4px auto;
}
.btn span:nth-child(1) {
  margin-top: 12px;
}
.btn span:nth-child(2) {
  width: 12px;
}
.humbInner .right {
  width: 90%;
  position: static;
  transform: unset;
  padding: 90px 0 0;
  margin: 0 auto;
}
.humbInner .right * {
  flex-wrap: wrap;
}
.humbInner .right .inner1 {
  width: 100%;
}
.humbInner .right .box1 .menuTit1 {
  font-size: 24px;
  margin-top: 20px;
}
.humbInner .right .box1 a {
  font-size: 14px;
  margin-bottom: 4px;
}
.humbInner .right .box2 {
  margin-top: 20px;
  align-items: center;
}
.humbInner .right .box2 > p {
  margin-left: 0;
  margin-top: 10px;
}
.on .btn span:nth-child(1) {
  top: 5px;
}
.on .btn span:nth-child(3) {
  transform: rotate(-35deg);
  top: -5px;
}
.on .btn {
  transform: rotate(180deg);
  top: 36px;
}

.fvBlock .txtBox {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 90%;
  margin: 0 auto;
}
.fvBlock .txtBox h2 {
  font-size: 30px;
  margin: 30px 0 20px;
}
.slideWrap {
  height: 60vh;
  width: 95%;
  margin: 10% 0 0 5%;
}
.fvSlide .swiper-slide{
  display: flex;
  flex-direction: column;
}
.fvSlide ul {
  margin: 0 0 10px;
}
.fvSlide .swiper-slide img{
  order: 2;
}
.pageTop {
  background: url(/wp-content/themes/a/img/fvBg.jpg) 0 0 no-repeat;
  background-size: 300vw;
  background-position: top;
}
.topMessage .box1 .right {
  width: 80%;
  margin-bottom: 48px;
}
.topMessage .box1 .right h3 {
  font-size: 24px;
}
.topMessage .box1 .right p {
  line-height: 2;
}
.topMessage .box2 {
  margin-top: 30px;
}
.topMessage .box1 .left .topMesseageBg1 {
  left: 12%;
  bottom: -4%;
}
.topMesseageBg2 {
  bottom: -8%;
  left: -20%;
}
.topMessage .box2 .left {
  font-size: 35px;
  margin-top: 36px;
  width: 80%;
}
.topMessage .box3 {
  margin: 50px auto 0;
  width: 100%;
}
.topWorks .fixTxt {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}
.linkBtn1 {
  width: 70%;
}
.workSlide {
  width: 90%;
  margin-left: 10%;
}
.topService {
  margin: 90px auto;
}
.topService .box1 {
  flex-wrap: wrap;
}
.topService .box1 h3 {
  font-size: 24px;
  margin-top: 8px;
}
.topService .box1 > p {
  font-size: 15px;
  line-height: 2;
  margin-top: 30px;
}
.topService ul {
  width: 90%;
}
.topService ul li h3 {
  width: 100%;
  text-align: center;
}
.featureBlock {
  padding: 80px 0 0;
}
.featureBlock .box1 .inner2 {
  padding-top: 0;
}
.featureBlock .box1 .inner2 .txtBox {
  width: 100%;
  margin: 50px 0 20px;
}
.featureBlock .box1 .inner2 .txtBox h4 {
  font-size: 20px;
  line-height: 2;
}
.featureBlock .box1 .inner1 {
  position: static;
}
.featureBlock .box1 .inner2 > img {
  width: 100%;
  margin: 0;
}
.featureBlock .box1 .inner2 .txtBox h4 br{
  display: none;

}
.topNews, .topQa {
  margin: 80px auto 0;
}
.topNews .titWrap {
  flex-wrap: wrap;
}
.topNews .titWrap .linkBtn1 {
  margin-top: 20px;
}
.newsList li a .wrap1 {
  flex-wrap: wrap;
}
.newsList li a .date {
  font-size: 14px;
}
.newsList li a .news-image {
  overflow: hidden;
  width: 30%;
  margin-left: 5%;
}
.newsList li a .news-image img {
  object-fit: cover;
  width: 100%;
  height: 90px;
}
.newsList li a .wrap1 {
  flex-wrap: wrap;
  width: 65%;
}
.newsList li a .news-title {
  font-size: 16px;
}
.topQa .titBox{
  padding-bottom: 20px;
}
.topQa ul li h4 {
  padding: 0px 20px 0 50px;
}
.topQa ul li:after {
  width: 12px;
  height: 16px;
  font-size: 20px;
  line-height: 14px;
  top: 22px;
  margin: auto;
}
.topQa ul li.on:after {
  font-size: 10px;
  top: 24px;
}
.topQa ul li.on p {
  margin: 26px 0 0px;
}
.topQa ul li p {
  font-size: 13px;
}
.fbox1 .box1 h3 {
  font-size: 24px;
  margin-top: 6px;
}
.fbox1 .box1 .telbox p a {
  font-size: 26px;
}
.fbox1 .box1 .telbox p {
  font-size: 12px;
}
.fbox2 {
  flex-wrap: wrap;
}
.fbox2 > div {
  width: 100%;
}
.fbox2 > div:nth-child(1) {
  border-right: none;
  border-bottom: 1px solid #ADADAD;
  padding-bottom: 30px;
}
.fbox3 {
  padding-top: 80px;
}
.fbox3 .linkList1, .fbox3 .linkList2 {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.fbox3 .linkList1 li,
.fbox3 .linkList2 li {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.underPage article {
  background: url(/wp-content/themes/a/img/pageHeadBg.png) 0 0 no-repeat;
  background-size: 300%;
  background-position: 0 -40px;
}
.pageHead .txtbox1 p {
  margin-top: 0;
  font-size: 60px;
}
.pageHead .txtbox1 h1 {
  font-size: 22px;
  margin-top: -10px;
}
.pankuzu {
  margin: 20px auto 20px;
}
.pageHead > img {
  object-fit: cover;
  height: 250px;
  object-position: center;
}
.pageHead .txtbox2 {
  margin-top: 40px;
  flex-wrap: wrap;
}
.pageHead .txtbox2 h2 {
  width: 100%;
  font-size: 24px;
}
.pageHead .txtbox2 p {
  font-size: 14px;
  width: 100%;
  line-height: 1.8;
  margin-top: 20px;
}
.businessBlock1 .box1 .txtBox {
  position: static;
  transform: unset;
}
.businessBlock1 .box1 .txtBox h3{
  color: #000;
}
.businessBlock1 .box1 .txtBox p{
  color: #000;
}
.businessBlock1 .box1 .txtBox {
  position: static;
  transform: unset;
  width: 90%;
  margin: 20px auto 60px;
}
.businessBlock1 .box1 .txtBox h3 {
  color: #000;
  margin-bottom: 12px;
}
.businessBlock1 {
  margin-top: 80px;
}
.pageBusiness .topWorks {
  padding-top: 60px;
  margin-top: 0;
}
.pageBusiness .topWorks .fixTxt {
  padding-top: 0;
  width: 100%;
}
.flowBlock{
  margin-top: 80px;
}
.flowBlock ul li {
  flex-wrap: wrap;
}
.flowBlock ul li > img {
  width: 60px;
  display: block;
  margin: 0 auto 20px;
}
.flowBlock ul li > .txtbox {
  text-align: center;
}
.businessMenu .df {
  flex-wrap: wrap;
}
footer {
  margin-top: 80px;
}
.companyCompany .txtBox h2 {
  margin: 20px 0 10px;
  font-size: 24px;
  margin-top: 4px;
}
.topWorks .fixTxt h3 br {
  display: none;
}
.topWorks .fixTxt h3 {
  margin-top: 10px;
}
.loopBlock .txtLoop p {
  font-size: 70px;
  line-height: 150px;
}
.pageCompany .pageHead {
  margin-bottom: 20px;
}
.companyMessage .left h2 {
  font-size: 24px;
  padding: 4px 0 30px;
}
.companyMessage .left h3 {
  margin: 30px 0 10px;
  font-size: 22px;
}
.companyMessage .left .txtBox p {
  line-height: 2;
}
.companyLicense h2 {
  font-size: 24px;
  margin: 6px 0 20px;
}
.companyLicense ul li h3 {
  font-size: 18px;
}
.pageCompany .companyLicense ul {
  grid-template-columns: 1fr;
}
.companyLicense {
  margin-bottom: -22px;
}
.companyCompany{
  margin-top: 60px;
}
.companyStaff {
  margin-top: 60px;
  padding: 60px 0 60px;
}
.companyStaff > h2 {
  font-size: 24px;
  margin: 6px 0 80px;
}
.companyStaff ul {
  grid-template-columns: 1fr;
}
.contactBlock1 h2 span, .contactBlock2 .left h2 span {
  font-size: 30px;
}
.contactBlock1 div {
  flex-wrap: wrap;
}
.contactBlock1 div p {
  margin-left: 0;
}
.contactBlock2 .left h2 span {
  margin-bottom: -7px;
}
.send input {
  padding: 16px;
  font-size: 14px;
}
.contactBlock2 .privacy {
  margin: 20px 0 50px;
}
.swiper-button-next, .swiper-button-prev {
  width: 15px;
  height: 45px;
}
.worksInfo .dg {
  grid-template-columns: 1fr;
  padding: 20px 5%;
}
.worksInfo ul li .th, .worksInfo ul li .td {
  display: block;
}
.worksInfo ul li .td {
  font-weight: 400;
}
.entry-conts .thumb-slider {
  overflow: hidden;
}
.pageWorks .worksBlock1 {
  margin: 80px auto 0;
  flex-wrap: wrap;
}
.worksBlock1 .left {
  width: 100%;
  margin-right: 0;
}
.catList {
  flex-wrap: wrap;
  display: flex;
}
.catList li {
  width: 50%;
}
.worksBlock1 .right {
  width: 100%;
  margin-top: 40px;
}
.worksBlock1 .right .worksList {
  grid-template-columns: 1fr 1fr;
}