/*
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: #000000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", serif;
}
input {
  font-family: "Zen Kaku Gothic New", serif;
}
/* 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;
}
a {
  color: #333;
  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;
}
.dg{
  display: grid;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.notFoundTxt{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.scrollMrginTop{
    scroll-margin-top: 100px;
}
.contactBox{
    position: relative;
    padding: 100px 0 96px;
    border-top: 1px solid #A5A5A5;
    align-items: center
}
.contactBox .titTxt{
    font-size: 42px;
    font-weight: 700;
    margin-right: 167px;
}
.contactBox .note{
    font-size: 18px;
    font-weight: 500;
}
.contactBox .icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.contactBox:hover .icon{
    background-color: #fff;
}
.contactBox .icon img{
    width: 14px;
}
.contactBox:hover .icon img{
    content: url('/wp-content/themes/a/img/linkArrow_k.svg');
}
.tit1{
    font-size: 42px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}
.tit1 span{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #7AB12A;
    margin-bottom: 4px;
}
.linkBtn2{
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 68px;
    padding-left: 24px;
    box-sizing: border-box;
    font-weight: 500;
    background-color: #fff;
}
.linkBtn2 .icon{
    background-color: #D5323D;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 10px;
    margin: 0 0 0 auto;
    position: relative;
}
.linkBtn2 .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.linkBtn2:hover .icon img{
    animation: slideArrow 0.6s ease forwards;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes slideArrow {
  0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    40% {
      transform: translate(100%, -50%) scale(0.8);
      opacity: 0;
    }
    41% {
      transform: translate(-150%, -50%) scale(0.8);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
}
.linkBtn2.w242{
    width: 242px;
}
.linkBtn2.w226{
    width: 226px;
}
.backToTopTxt{
    padding: 0 1em;
}
.backToTopTxt::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.backToTopTxt:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
.scrollMargin{
    scroll-margin-top: 150px;
}
body{
    background-color: #F8F8F8;
    opacity: 0;
    transition: 2s;
}
body.on{
    opacity: 1;
}
header.pc{
  padding: 14px 3% 26px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center ;
  z-index: 999;
}
header.sp{
    display: none;
}
header.pc .logoWrap{
  align-items: center;
}
header.pc .logo{
  width: 225px;
  margin-right: 44px;
}
header.pc .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
header.pc .logoWrap .subTit{
  font-size: 10px;
  font-weight: 500;
}
header.pc .gnavWrap{
  align-items: center;
}
header.pc .gnavWrap ul{
  align-items: flex-start;
  margin-right: 50px;
  box-sizing: border-box;
}
header.pc .gnavWrap .mainMenu{
  margin-right: 45px;
  position: relative;
}
header.pc .gnavWrap .mainMenu .subMenuWrap{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 216px;
    padding-top: 18px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
header.pc .gnavWrap .mainMenu:hover .subMenuWrap{
    opacity: 1;
    visibility: visible;;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu{
    background-color: #fff;
    width: 100%;
    margin-right: 0;
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #707070;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li{
    margin-right: 0;
    margin-bottom: 16px;
    border-bottom: 1px dashed #C9C9C9;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li a{
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li a:hover{
    color: #C4000D;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li:last-child a{
    padding-bottom: 0;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li a .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #C4000D;
    border: 1px solid #C4000D;
    border-radius: 50%;
    transition: .3s;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li a:hover .icon{
    background-color: #fff;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li a .icon img{
    width: 10px;
}
header.pc .gnavWrap .mainMenu .subMenuWrap .subMenu li:hover a .icon img{
    content: url('/wp-content/themes/a/img/linkBtn_arrow_r.svg');
    transform: rotate(-90deg);
}
header.pc .gnavWrap .mainMenu:last-child{
  margin-right: 0;
}
header.pc .gnavWrap .mainMenu > a{
  font-weight: 700;
}
header.pc .gnavWrap .mainMenu:hover > a{
    color: #C4000D;
}
header.pc .gnavWrap .mainMenu > a img{
  display: block;
  width: 6px;
  margin: 0 auto;
  transform: rotate(90deg);
}
header.pc .contactBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #C4000D;
  border: 1px solid #C4000D;
  box-sizing: border-box;
}
header.pc .contactBtn img{
  width: 18px;
}
header.pc .contactBtn:hover{
  background-color: #fff;
  border: 1px solid #000;
}
header.pc .contactBtn:hover img{
  content: url('/wp-content/themes/a/img/icon_mail_k.svg');
}
.topPage{
    padding-top: 100px;
}
.topPage .mainVisual{
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    margin-bottom: 188px;
}
.topPage .mainVisual > img{
    object-fit: cover;
    height: 100%;
}
.topPage .mainVisual video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topPage .mainVisual video.sp{
    display: none;
} 
.topPage .mainVisual .txtBox{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}
.topPage .mainVisual .txtBox .titTxt{
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 48px;
}
.topPage .mainVisual .txtBox .txt{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.topPage .mainVisual .scrollDown{
    position: absolute;
    bottom: 61px;
    left: 5%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.topPage .mainVisual .scrollDown img{
    display: block;
    margin-right: 13px;
}
.topPage .mainVisual .scrollDown span{
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    animation: scrollLetter 4s ease-in-out infinite;
}
@keyframes scrollLetter {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateY(100%);
      opacity: 0;
    }
    31% {
      transform: translateY(-100%);
      opacity: 0;
    }
    60% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1; /* 静止状態キープ */
    }
}
.topPage .mainVisual .scrollDown span:nth-child(2) { animation-delay: 0.1s; }
.topPage .mainVisual .scrollDown span:nth-child(3) { animation-delay: 0.2s; }
.topPage .mainVisual .scrollDown span:nth-child(4) { animation-delay: 0.3s; }
.topPage .mainVisual .scrollDown span:nth-child(5) { animation-delay: 0.4s; }
.topPage .mainVisual .scrollDown span:nth-child(6) { animation-delay: 0.5s; }
.topPage .mainVisual .scrollDown span:nth-child(7) { animation-delay: 0.6s; }
.topPage .mainVisual .scrollDown span:nth-child(8) { animation-delay: 0.7s; }
.topPage .mainVisual .scrollDown span:nth-child(9) { animation-delay: 0.8s; }
.topPage .mainVisual .scrollDown span:nth-child(10) { animation-delay: 0.9s; }
.topPage .mainVisual .scrollDown span:nth-child(11) { animation-delay: 1s; }
.topPage .mainVisual .privacyBox{
    background-color: #fff;
    padding: 33px 2% 28px;
    position: absolute;
    right: 1%;
    bottom: 21px;
    width: 422px;
    box-sizing: border-box;
    transition: .3s;
}
.topPage .mainVisual .privacyBox.close{
    visibility: hidden;
    opacity: 0;
}
.topPage .mainVisual .privacyBox .closeBtn{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.topPage .mainVisual .privacyBox .txt{
    font-size: 12px;
    margin-bottom: 12px;
}
.topPage .mainVisual .privacyBox .links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topPage .mainVisual .privacyBox .txtLink{
    font-size: 12px;
    padding: 0 0.5em;
    text-decoration: underline;
}
.topPage .mainVisual .privacyBox .linkBtn{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 50px;
    background-color: #000;
    border: 1px solid #000;
    transition: .3s;
    border-radius: 22px;
    cursor: pointer;
}
.topPage .mainVisual .privacyBox .linkBtn:hover{
    background-color: #fff;
    color: #000;
}
.topPage .topBlock1{
    width: 90%;
    max-width: 1687px;
    margin: 0 0 166px auto;
    align-items: center;
}
.topPage .topBlock1 .txtBox{
    width: 40%;
    padding-right: 9%;
    box-sizing: border-box;
}
.topPage .topBlock1 .txtBox .tit1{
    margin-bottom: 71px;
}
.topPage .topBlock1 .txtBox h3{
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 21px;
}
.topPage .topBlock1 .txtBox .note{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 51.3px;
    line-height: 30px;
}
.topPage .topBlock1 > img{
    width: 60%;
}
.topPage .topBlock2{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 77px;
}
.topPage .topBlock2 .tit1{
    margin-bottom: 60px;
}
.topPage .topBlock2 > img{
    margin-bottom: 60px;
}
.topPage .topBlock2 .txtBox{
    margin-bottom: 77px;
}
.topPage .topBlock2 .txtBoxInner{
    align-items: flex-end;
    margin-bottom: 34px;
}
.topPage .topBlock2 .txtBoxInner h3{
    width: 45%;
    font-size: 38px;
    font-weight: 400;
}
.topPage .topBlock2 .txtBoxInner p{
    width: 55%;
    font-weight: 400;
    text-align: justify;
}
.topPage .topBlock2 .txtBox .linkBtn2{
    margin: 0 0 0 auto;
}
.topPage .topBlock2 .otherService h4{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 32px;
    border-bottom: 1px solid #707070;
    margin-bottom: 68px;
}
.topPage .topBlock2 .serviceList{
    grid-template-columns: repeat(4,1fr);
    gap: 0 44px;
}
.topPage .topBlock2 .serviceList li:nth-child(2){
    transition-delay: .1s;
}
.topPage .topBlock2 .serviceList li:nth-child(3){
    transition-delay: .15s;
}
.topPage .topBlock2 .serviceList li:nth-child(4){
    transition-delay: .2s;
}
.topPage .topBlock2 .serviceList li img{
    display: block;
}
.topPage .topBlock2 .serviceList li .visualImg{
    margin-bottom: 36px;
}
.topPage .topBlock2 .serviceList li .titImg{
    margin-bottom: 26px;
}
.topPage .topBlock2 .serviceList li h5{
    font-weight: 700;
    margin-bottom: 17px;
}
.topPage .topBlock2 .serviceList li a > p{
    font-size: 12px;
    font-weight: 500;
}
.topPage .topBlock3{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 197px;
}
.topPage .topBlock3 .titWrap{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.topPage .topBlock3 .titWrap .tit2{
    font-weight: 700;
}
.topPage .topBlock3 .titWrap .tit2 span{
    display: block;
    font-size: 48px;
    font-weight: 600;
    font-family: "Raleway", serif;
}
.topPage .topBlock3 .linkBtn2.sp{
    display: none;
}
.topPage .topBlock3 .categoryList{
    grid-template-columns: repeat(6,1fr);
    gap: 0 3px;
    margin-bottom: 60px;
}
.topPage .topBlock3 .categoryList li{
    border: 1px solid #9D9D9D;
    transition: .3s;
    text-align: center;
    padding: 18px 0;
    display: block;
    font-weight: 700;
    color: #717171;
    cursor: pointer;
}
.topPage .topBlock3 .categoryList li.active,
.topPage .topBlock3 .categoryList li:hover{
    background-color: #000;
    color: #fff;
}
.topPage .topBlock3 .postList{
    grid-template-columns: repeat(3,1fr);
    gap: 0 33px;
    opacity: 0;
    display: none;
    transition: 2s;
}
.topPage .topBlock3 .postList.active{
    display: grid;
    opacity: 1;

    @starting-style{
        opacity: 0;
    }
}
.topPage .topBlock3 .postList li .imgBox{
    overflow: hidden;
    aspect-ratio: 463 / 306;
    margin-bottom: 30px;
}
.topPage .topBlock3 .postList li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.topPage .topBlock3 .postList li:hover img{
    transform: scale(1.2);
}
.topPage .topBlock3 .postList li .postDate{
    align-items: center;
    margin-bottom: 6px;
}
.topPage .topBlock3 .postList li .postDate .date{
    font-size: 12px;
    font-weight: 500;
}
.topPage .topBlock3 .postList li .postDate .categoryName{
    padding: 2px 6px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin-left: 14px;
}
.topPage .topBlock3 .postList li h3{
    font-weight: 700;
    margin-bottom: 20px;
}
.topPage .topBlock3 .postList li .tagName{
    font-size: 12px;
    font-weight: 400;
}
.topPage .topBlock4{
    background-color: #42464A;
    border-radius: 50px 50px 0 0;
    position: relative;
    padding: 94px 0 50px;
    margin-bottom: 14px;
}
.topPage .topBlock4 .topBlock4Inner{
    width: 90%;
    margin: 0 auto;
}
.topPage .topBlock4 .topBlock4Inner .txtBox{
    width: 26%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.topPage .topBlock4 .topBlock4Inner .txtBox h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin-bottom: 40px;
}
.topPage .topBlock4 .topBlock4Inner .txtBox h2 span{
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
}
.topPage .topBlock4 .topBlock4Inner .txtBox h3{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 28px;
    line-height: 54px;
}
.topPage .topBlock4 .topBlock4Inner .txtBox .note{
    font-weight: 400;
    color: #fff;
    margin-bottom: 52px;
}
.topPage .topBlock4 .topBlock4Inner .txtBox .linkBtn2{
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
}
.bgGray{
    background-color: #F4F4F4;
}
.subPage .suPageTit{
    font-size: 72px;
    font-weight: 700;
    font-family: "Raleway", serif;
}
.subPage .suPageTit span{
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.subPage .pankuzu{
    font-size: 12px;
    text-align: right;
}
.subPage .pankuzu a{
    color: #000000;
}
.subPage .subPageContent{
    background-color: #fff;
}
.subPageInner{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
}
.subPage .backToTop{
    display: flex;
    width: 258px;
    height: 70px;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    transition: .3s;
}
.subPage .backToTop:hover{
    background-color: #000;
    color: #fff;
}
.subPage .backToTop img{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.subPage .backToTop:hover img{
    content: url('/wp-content/themes/a/img/TopToArrow_w.svg');
}
.companyPage{
    padding: 295px 0 0;
}
.companyPage .titWrap{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 94px;
    justify-content: space-between;
    align-items: flex-end;
}
.companyPage .subVisual{
    width: 90%;
    max-width: 1621px;
    display: block;
    margin: 0 auto 156px;
}
.companyPage .cmopanyContentWrap{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 227px;
}
.companyPage .cmopanyContentWrap .ankerLinksList{
    width: 30%;
    box-sizing: border-box;
    padding-left: 1%;
    position: sticky;
    top: 295px;
    height: fit-content;
}
.companyPage .cmopanyContentWrap .ankerLinksList li{
    margin-bottom: 27px;
}
.companyPage .cmopanyContentWrap .ankerLinksList li a{
    display: flex;
    font-size: 18px;
    font-weight: 700;
}
.companyPage .cmopanyContentWrap .ankerLinksList li.active a{
    color: #E57200;
}
.companyPage .cmopanyContentWrap .ankerLinksList li a img{
    display: block;
    margin-right: 21px;
} 
.companyPage .cmopanyContentWrap .companyContent{
    width: 70%;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1{
    margin-bottom: 223px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2{
    margin-bottom: 187px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no3{
    margin-bottom: 203px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4{
    margin-bottom: 125px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock h3{
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 35px;
    border-bottom: 1px solid #B7B7B7;
    font-family: "Raleway", serif;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 h3{
    margin-bottom: 64px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 h3{
    margin-bottom: 100px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 h3{
    margin-bottom: 54px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 h3{
    margin-bottom: 45px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5{
    margin-bottom: 112px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 h3{
    margin-bottom: 88px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock h3 span{
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    display: block;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .companyBlockInner{
    align-items: flex-start;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 img{
    width: 40%;
    object-fit: cover;
    aspect-ratio: 385 / 591;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .txtBox{
    width: 60%;
    padding-left: 5%;
    box-sizing: border-box;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 64px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 h4 br{
    display: none;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .note{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 34px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .representative{
    text-align: right;
    font-weight: 500;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner{
    align-items: center;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner:first-of-type{
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px dashed #AFAFAF;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner h4{
    width: 40%;
    font-size: 32px;
    font-weight: 600;
    font-family: "Raleway", serif;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner h4 span{
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner .bigTxt{
    width: 60%;
    font-size: 34px;
    font-weight: 500;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 .valueInner{
    padding-bottom: 54px;
    margin-bottom: 54px;
    border-bottom: 1px dashed #AFAFAF;
    align-items: center;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 .valueInner .num{
    width: 40%;
    font-size: 32px;
    font-weight: 700;
    color: #A0A0A0;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 .valueInner .bigTxt{
    width: 60%;
    font-size: 34px;
    font-weight: 500;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 table{
    width: 100%;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr{
    border-bottom: 1px dashed #AFAFAF;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr .title{
    width: 40%;
    vertical-align: middle;
    padding: 40px 0;
    font-size: 13px;
    font-weight: 500;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr:first-child .title{
    padding-top: 0;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr .txt{
    width: 60%;
    padding: 40px 0;
    font-size: 15px;
    font-weight: 400;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr:first-child .txt{
    padding-top: 0;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .mapBox{
    margin-bottom: 94px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .mapBox iframe{
    width: 100%;
    aspect-ratio: 996 /468;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner h4{
    font-size: 22px;
    font-weight: 700;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner p{
    font-size: 15px;
    font-weight: 400;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no1{
    margin-bottom: 72px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no1 h4{
    margin-bottom: 15px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 h4{
    margin-bottom: 20px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2{
    justify-content: space-between;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 .txtBox{
    width: 48%;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 .txtBox p:nth-child(2){
    margin-bottom: 34px;
}
.companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 img{
    width: 48%;
}
.companyPage .contactBox,
.businessPage .contactBox{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
}
.businessPage{
    padding: 295px 0 0;
}
.businessPage .titWrap{
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 94px;
}
.businessPage .subVisual{
    width: 90%;
    max-width: 1621px;
    display: block;
    margin: 0 auto 152px;
}
.businessPage .businessContentWrap{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 146px;
}
.businessPage .businessBlock.no1{
    margin-bottom: 156px;
}
.businessPage .businessBlock.no2{
    margin-bottom: 194px;
}
.businessPage .businessBlock h3{
    font-size: 42px;
    font-weight: 700;
    font-family: "Raleway", serif;
    padding-bottom: 35px;
    border-bottom: 1px solid #B7B7B7;
}
.businessPage .businessBlock.no1 h3{
    margin-bottom: 74px;
}
.businessPage .businessBlock.no2 h3{
    margin-bottom: 74px;
}
.businessPage .businessBlock.no3 h3{
    margin-bottom: 78px;
}
.businessPage .businessBlock h3 span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}
.businessPage .businessBlock.no1 h4{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 43px;
}
.businessPage .businessBlock.no1 .note{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 67px;
}
.businessPage .businessBlock.no1 .assignmentList{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 19px;
}
.businessPage .businessBlock.no1 .assignmentList li{
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 17px 3% 38px;
}
.businessPage .businessBlock.no1 .assignmentList li .num{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #E57200;
    margin-bottom: 17px;
}
.businessPage .businessBlock.no1 .assignmentList li .memo{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.businessPage .businessBlock.no2 h4{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 43px;
}
.businessPage .businessBlock.no2 .note{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 67px;
}
.businessPage .businessBlock.no3{
    margin-bottom: 177px;
}
.businessPage .businessBlock.no3 .ourBox{
    margin-bottom: 178px;
}
.businessPage .businessBlock.no3 .ourBox:last-child{
    margin-bottom: 0;
}
.businessPage .businessBlock.no3 .ourBox .imgBox{
    width: 40%;
}
.businessPage .businessBlock.no3 .ourBox .txtBox{
    width: 60%;
}
.businessPage .businessBlock.no3 .ourBox .txtBox h4{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 43px;
    align-items: center;
}
.businessPage .businessBlock.no3 .ourBox .txtBox h4 span{
    font-size: 32px;
    font-weight: 700;
    color: #A0A0A0;
    display: block;
    margin-right: 18px;
}
.businessPage .businessBlock.no3 .ourBox .txtBox p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 43px;
}
.businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner{
    justify-content: space-between;
    align-items: flex-end;
}
.businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner li{
    font-size: 16px;
    font-weight: 500;
}
.businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner .customPageLink{
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner .customPageLink .icon{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: .3s;
}
.businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner .customPageLink .icon img{
    width: 14px;
}
.businessPage .businessBlock.no3 .ourBox.create .txtBox .ourBoxInner .customPageLink .icon{
    background-color: #89BA40;
    border: 1px solid #89BA40;
}
.businessPage .businessBlock.no3 .ourBox.create .txtBox .ourBoxInner .customPageLink:hover .icon{
    background-color: #fff;
}
.businessPage .businessBlock.no3 .ourBox.create .txtBox .ourBoxInner .customPageLink:hover .icon img{
    content: url('/wp-content/themes/a/img/linkArrow_g.svg');
}
.businessPage .businessBlock.no3 .ourBox.connect .txtBox .ourBoxInner .customPageLink .icon{
    background-color: #005286;
    border: 1px solid #005286;
}
.businessPage .businessBlock.no3 .ourBox.connect .txtBox .ourBoxInner .customPageLink:hover .icon{
    background-color: #fff;
}
.businessPage .businessBlock.no3 .ourBox.connect .txtBox .ourBoxInner .customPageLink:hover .icon img{
    content: url('/wp-content/themes/a/img/linkArrow_b.svg');
}
.businessPage .businessBlock.no3 .ourBox.communicate .txtBox .ourBoxInner .customPageLink .icon{
    background-color: #C4000D;
    border: 1px solid #C4000D;
}
.businessPage .businessBlock.no3 .ourBox.communicate .txtBox .ourBoxInner .customPageLink:hover .icon{
    background-color: #fff;
}
.businessPage .businessBlock.no3 .ourBox.communicate .txtBox .ourBoxInner .customPageLink:hover .icon img{
    content: url('/wp-content/themes/a/img/linkArrow_r.svg');
}
.customPage{
    padding: 300px 0 110px;
}
.customPage .titWrap{
    width: 90%;
    max-width: 1455px;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto 192px;
}
.customPage .titWrapInner{
    align-items: center;
}
.customPage .titWrapInner img{
    display: block;
    margin-right: 24px;
}
.customPage .titWrapInner h2{
    font-size: 56px;
    font-weight: 700;
    font-family: "Raleway", serif;
}
.customPage .titWrapInner h2 span{
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.customPage.create .titWrapInner h2{
    color: #89BA40;
}
.customPage.connect .titWrapInner h2{
    color: #C4000D;
}
.customPage.communicate .titWrapInner h2{
    color: #005286;
}
.customPage .subVisual{
    width: 90%;
    max-width: 1761px;
    display: block;
    margin: 0 auto 150px;
}
.customPage .customContentWrap{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
}
.customPage  .customContent .customTit{
    font-size: 42px;
    font-weight: 700;
    font-family: "Raleway", serif;
    padding-bottom: 35px;
}
.customPage.create  .customContent .customTit{
    color: #89BA40;
}
.customPage.connect  .customContent .customTit{
    color: #C4000D;
}
.customPage.communicate  .customContent .customTit{
    color: #005286;
}
.customPage  .customContent .customTit span{
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    display: block;
}
.customPage  .customContent.no1{
    margin-bottom: 161px;
}
.customPage  .customContent.no1 .customTit{
    border-bottom: 1px solid #B7B7B7;
    margin-bottom: 98px;
    padding-bottom: 35px;
}
.customPage  .customContent.no1 h4{
    font-size: 34px;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", serif;
    margin-bottom: 37px;
}
.customPage  .customContent.no1 .note{
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.customPage  .customContent.no2{
    margin-bottom: 160px;
}
.customPage  .customContent.no2 .customTit{
    border-bottom: 1px dashed #AFAFAF;
    margin-bottom: 70px;
}
.customPage  .customContent.no2 .customContentInner{
    margin-bottom: 71px;
    padding-bottom: 115px;
    border-bottom: 1px dashed #AFAFAF;
    align-items: center;
}
.customPage  .customContent.no2 .customContentInner .titBox{
    width: 50%;
    display: flex;
    align-items: center;
}
.customPage  .customContent.no2 .customContentInner .titBox .num{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 39px;
}
.customPage.create  .customContent.no2 .customContentInner .titBox .num{
    background-color: #89BA40;
}
.customPage.connect  .customContent.no2 .customContentInner .titBox .num{
    background-color: #C4000D;
}
.customPage.communicate  .customContent.no2 .customContentInner .titBox .num{
    background-color: #005286;
}
.customPage  .customContent.no2 .customContentInner .titBox h4{
    font-size: 28px;
    font-weight: 700;
}
.customPage  .customContent.no2 .customContentInner .txtBox{
    width: 50%;
}
.customPage  .customContent.no3{
    margin-bottom: 171px;
}
.customPage  .customContent.no2 .customContentInner .txtBox h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.customPage  .customContent.no2 .customContentInner .txtBox .note{
    font-size: 15px;
    font-weight: 400;
}
.customPage .customContent.no3 .contentHeadWrap{
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 36px;
    border-bottom: 1px solid #AFAFAF;
    margin-bottom: 100px;
}
.customPage .customContent.no3 .linkBtn2.sp{
    display: none;
}
.customPage .linkBtn2.create .icon{
    background-color: #89BA40;
}
.customPage .linkBtn2.connect .icon{
    background-color: #C4000D;
}
.customPage .linkBtn2.communicate .icon{
    background-color: #005286;
}
.customPage  .customContent.no3 .postList{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 71px;
}
.customPage  .customContent.no3 .postList li{
    position: relative;
}
.customPage  .customContent.no3 .postList li > a{
    display: block;
    width: 100%;
    height: 100%;
}
.customPage  .customContent.no3 .postList li a .imgBox{
    aspect-ratio: 307 / 203;
    margin: 0 0 26px;
    overflow: hidden;
    transition: .3s;
}
.customPage  .customContent.no3 .postList li:hover a .imgBox img{
    transform: scale(1.2);
}
.customPage  .customContent.no3 .postList li a .postInfo{
    margin-bottom: 7px;
    align-items: center;
}
.customPage  .customContent.no3 .postList li a .postInfo .date{
    font-size: 12px;
    font-weight: 500;
    margin-right: 14px;
}
.customPage  .customContent.no3 .postList li a .postInfo .cat{
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 2px 7px;
    background-color: #000;
    border-radius: 10px;
}
.customPage  .customContent.no3 .postList li a h4{
    font-weight: 700;
    margin-bottom: 26px;
}
.customPage  .customContent.no3 .postList li a .tag{
    font-size: 12px;
    font-weight: 400;
}
.customPage  .customContent.no3 .postList li .postArrow{
    position: absolute;
    bottom: 0;
    right: 0;
}
.customPage  .customContent.no3 .postListLink{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    position: relative;
    border: 1px solid #000000;
    color: #fff;
    font-weight: 700;
    transition: .3s;
}
.customPage.create  .customContent.no3 .postListLink{
    background-color: #89BA40;
}
.customPage.create  .customContent.no3 .postListLink:hover{
    background-color: #fff;
    color: #89BA40;
}
.customPage.connect  .customContent.no3 .postListLink{
    background-color: #005286;
}
.customPage.connect  .customContent.no3 .postListLink:hover{
    background-color: #fff;
    color: #005286;
}
.customPage.communicate  .customContent.no3 .postListLink{
    background-color: #C4000D;
}
.customPage.communicate  .customContent.no3 .postListLink:hover{
    background-color: #fff;
    color: #C4000D;
}
.customPage  .customContent.no3 .postListLink img{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 21px;
}
.customPage.create  .customContent.no3 .postListLink:hover img{
    content: url('/wp-content/themes/a/img/linkArrow_g.svg');
}
.customPage.connect  .customContent.no3 .postListLink:hover img{
    content: url('/wp-content/themes/a/img/linkArrow_b.svg');
}
.customPage.communicate  .customContent.no3 .postListLink:hover img{
    content: url('/wp-content/themes/a/img/linkArrow_r.svg');
}
.customPage  .customContent.no4{
    padding-top: 72px;
    border-top: 1px solid #000000;
    margin-bottom: 160px;
}
.customPage  .customContent.no4 h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 57px;
} 
.customPage  .customContent.no4 .customPageLinks{
    justify-content: space-between;
}
.customPage  .customContent.no4 .customPageLinks a{
    border: 1px solid #000000;  
    width: 48%;
}
.customPage  .customContent.no4 .customPageLinks a .customLogoWrap{
    display: flex;
    width: 25%;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.customPage  .customContent.no4 .customPageLinks a:hover .customLogoWrap{
    opacity: 1;
}
.customPage  .customContent.no4 .customPageLinks a.create .customLogoWrap{
    background-color: #89BA40;
}
.customPage  .customContent.no4 .customPageLinks a.create .customLogoWrap .customLogo{
    width: 81px;
}
.customPage  .customContent.no4 .customPageLinks a.communicate .customLogoWrap{
    background-color: #005186;
}
.customPage  .customContent.no4 .customPageLinks a.communicate .customLogoWrap .customLogo{
    width: 92px;
}
.customPage  .customContent.no4 .customPageLinks a.connect .customLogoWrap{
    background-color: #C4000D;
}
.customPage  .customContent.no4 .customPageLinks a.connect .customLogoWrap .customLogo{
    width: 88px;
}
.customPage  .customContent.no4 .customPageLinks a .txtBox{
    width: 75%;
    position: relative;
    box-sizing: border-box;
}
.customPage  .customContent.no4 .customPageLinks a .txtBox::after{
    display: block;
    content: "";
    width: 100%; /* 🔹 最初から100%にしておく */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; /* 🔹 左側を基準にする */
    background-color: rgba(0, 0, 0, 0.2); /* 背景色（例） */
    transform: scaleX(0); /* 🔹 初期状態では縮めて見えなくする */
    transform-origin: right; /* 🔹 左を基準に伸縮 */
    transition: transform .3s ease; /* 🔹 transform の変更をスムーズに */
    z-index: -1;
}
.customPage  .customContent.no4 .customPageLinks a.create .txtBox::after{
    background-color: #89BA40;
}
.customPage  .customContent.no4 .customPageLinks a.communicate .txtBox::after{
    background-color: #005186;
}
.customPage  .customContent.no4 .customPageLinks a.connect .txtBox::after{
    background-color: #C4000D;
}
.customPage  .customContent.no4 .customPageLinks a:hover .txtBox::after{
    transform: scaleX(1); /* 🔹 左から右へ伸びる */
    transform-origin: left;
}
.customPage  .customContent.no4 .customPageLinks a .txtBox p{
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding-left: 2%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #000;
    font-family: "Raleway", sans-serif;
}
.customPage  .customContent.no4 .customPageLinks a .txtBox p span{
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.customPage  .customContent.no4 .customPageLinks a:hover .txtBox p{
    color: #fff;
}
.customPage  .customContent.no4 .customPageLinks a:hover .txtBox p span{
    color: #fff;
}
.customPage  .customContent.no4 .customPageLinks a .txtBox img{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.customPage  .customContent.no4 .customPageLinks a:hover .txtBox img{
    content: url('/wp-content/themes/a/img/linkArrow_w.svg');
}
.topicsPage{
    padding: 245px 0 0;
}
.topicsPage .subPageContent{
    padding: 60px 0 140px;
    margin-bottom: 204px;
}
.topicsPage .subPageContent .titWrap{
    padding: 0 5%;
    margin: 0 0 125px;
}
.topicsPage .subPageContent .topicsContentWrap{
    padding: 0 5%;
}
.topicsPage .subPageContent .topicsContentWrap .catList{
    width: 20%;
    padding-right: 2%;
    box-sizing: border-box;
}
.topicsPage .subPageContent .topicsContentWrap .catList li{
    margin-bottom: 21px;
    width: fit-content;
}
.topicsPage .subPageContent .topicsContentWrap .catList li:last-child{
    margin-bottom: 0;
}
.topicsPage .subPageContent .topicsContentWrap .catList li a{
    font-weight: 500;
    display: block;
    padding: 5px 20px;
}
.topicsPage .subPageContent .topicsContentWrap .catList li:hover a{
    color: #E57200;
}
.topicsPage .subPageContent .topicsContentWrap .catList li.active a{
    background-color: #000;
    color: #fff;
}
.topicsPage .subPageContent .topicsContentWrap .catList li.active::hover a{
    color: #000;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap{
    width: 80%;
    padding-top: 33px;
}
.topicsPage .subPageContent .topicsContentWrap .postList{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 65px 39px;
    margin-bottom: 115px;
}
.topicsPage .subPageContent .topicsContentWrap .postList li{
    position: relative;
}
.topicsPage .subPageContent .topicsContentWrap .postList li > a{
    display: block;
    width: 100%;
    height: 100%;
}
.topicsPage .subPageContent .topicsContentWrap .postList li a .imgBox{
    aspect-ratio: 307 / 203;
    margin: 0 0 26px;
    overflow: hidden;
    transition: .3s;
}
.topicsPage .subPageContent .topicsContentWrap .postList li:hover a .imgBox img{
    transform: scale(1.2);
}
.topicsPage .subPageContent .topicsContentWrap .postList li a .postInfo{
    margin-bottom: 7px;
    align-items: center;
}
.topicsPage .subPageContent .topicsContentWrap .postList li a .postInfo .date{
    font-size: 12px;
    font-weight: 500;
    margin-right: 14px;
}
.topicsPage .subPageContent .topicsContentWrap .postList li a .postInfo .cat{
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 2px 7px;
    background-color: #000;
    border-radius: 10px;
}
.topicsPage .subPageContent .topicsContentWrap .postList li a h3{
    font-weight: 700;
    margin-bottom: 26px;
}
.topicsPage .subPageContent .topicsContentWrap .postList li a .tag{
    font-size: 12px;
    font-weight: 400;
}
.topicsPage .subPageContent .topicsContentWrap .postList li .postArrow{
    position: absolute;
    bottom: 0;
    right: 0;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 86px;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .page-numbers.prev{
    display: none;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .page-numbers.next{
    display: none;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .page-numbers{
    padding: 11px 12px;
    border: 1px solid #000;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .page-numbers.current{
    background-color: #000;
    color: #fff;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .backToTop{
    font-weight: 500;
    padding: 0 0.5em;
    width: fit-content;
    display: block;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .backToTop::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .paginationWrap .backToTop:hover:after{
    transform: scale(1,1);
    transform-origin: left top;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .postTagListWrap h3{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 46px;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .postTagListWrap h3 img{
    display: block;
    margin-right: 8px;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .postTagListWrap .postTagList{
    flex-wrap: wrap;
    gap: 11px 14px;
}
.topicsPage .subPageContent .topicsContentWrap .postListWrap .postTagListWrap .postTagList li a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 17px;
    background-color: #E3E3E3;
    width: fit-content;
}
.contactPage{
    padding: 295px 0 174px;
}
.contactPage .suPageTit{
    margin-bottom: 42px;
}
.contactPage .pankuzu{
    margin-bottom: 54px;
}
.contactPage .subPageContent{
    padding: 133px 5% 145px;
}
.contactPage .subPageContent .titTxt{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
}
.contactPage .subPageContent .note{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 98px;
    width: 80%;
}
.contactPage .subPageContent .contactContent ul{
    margin-bottom: 58px;
}
.contactPage .subPageContent .contactContent li{
    padding-bottom: 40px;
    margin-bottom: 38px;
    border-bottom: 1px solid #DDDDDD;
}
.contactPage .subPageContent .contactContent li:last-child{
   margin-bottom: 0;
}
.contactPage .subPageContent .contactContent .title{
    width: 20%;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactPage .subPageContent .contactContent .title .hissu{
    font-size: 12px;
    padding: 4px 17px;
    background-color: #000;
    color: #fff;
    display: block;
    width: fit-content;
}
.contactPage .subPageContent .contactContent .inputWrap{
    width: 80%;
    padding-left: 3%;
    box-sizing: border-box;
}
.contactPage .subPageContent .contactContent .inputWrap input[type="text"],
.contactPage .subPageContent .contactContent .inputWrap input[type="email"],
.contactPage .subPageContent .contactContent .inputWrap input[type="tel"],
.contactPage .subPageContent .contactContent .inputWrap textarea,
.contactPage .subPageContent .contactContent .inputWrap select{
    width: 100%;
    border: 1px solid #ACACAC;
    background-color: #EFEFEF;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}
.contactPage .subPageContent .contactContent .inputWrap input[type="text"].nameBox{
    width: 30%;
}
.contactPage .subPageContent .contactContent .inputWrap input[type="text"].nameBox:first-child{
    margin-right: 5%;
}
.contactPage .subPageContent .contactContent .acceptance{
    text-align: center;
    margin-bottom: 32px;
}
.contactPage .subPageContent .contactContent .privacyLink{
    display: block;
    width: fit-content;
    margin: 0 auto 40px;
    color: #0031FF;
    text-decoration: underline;
}
.contactPage .subPageContent .contactContent .submit{
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.contactPage .subPageContent .contactContent .submit::after{
    display: block;
    content: url('/wp-content/themes/a/img/linkArrow_w.svg');
    position: absolute;
    top: 25%;
    right: 10%;
}
.contactPage .subPageContent .contactContent .submit:hover::after{
    content: url('/wp-content/themes/a/img/linkArrow_k.svg');
}
.contactPage .subPageContent .contactContent .submit input[type="submit"]{
    display: block;
    width: 316px;
    height: 72px;
    background-color: #000;
    border: 1px solid #000;
    text-align: center;
    line-height: 72px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}
.contactPage .subPageContent .contactContent .submit:hover input[type="submit"]{
    background-color: #fff;
    color: #000;
}
.privacyPage{
    padding: 295px 0 0;
}
.privacyPage .suPageTit{
    margin-bottom: 42px;
}
.privacyPage .pankuzu{
    margin-bottom: 46px;
}
.privacyPage .subPageContent{
    padding: 156px 5% 170px;
    margin-bottom: 150px;
}
.privacyPage .subPageContent .note{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 90px;
}
.privacyPage .subPageContent .policyContant{
    margin-bottom: 78px;
}
.privacyPage .subPageContent .policyContant:last-of-type{
    margin-bottom: 0;
}
.privacyPage .subPageContent .policyContant h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 34px;
}
.privacyPage .subPageContent .policyContant p{
    font-size: 15px;
    font-weight: 400;
}
.singlePage{
    padding: 245px 0 200px;
}
.singlePage .singleContentWrap{
    background-color: #fff;
    width: 90%;
    max-width: 1455px;
    margin: 0 auto 103px;
    padding: 119px 5% 100px;
    box-sizing: border-box;
}
.singlePage .singleContentWrap .singleContent{
    width: 70%;
}
.singlePage .singleContentInner{
    padding-bottom: 65px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}
.singlePage .singleContentInner .postDetail{
    align-items: center;
    margin-bottom: 26px;
}
.singlePage .singleContentInner .postDetail .postDate{
    font-size: 18px;
    font-weight: 500;
    margin-right: 26px;
}
.singlePage .singleContentInner .postDetail .catName{
    font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 12px;
}
.singlePage .singleContentInner h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
}
.singlePage .singleContentInner .singleTagList{
    flex-wrap: wrap;
    margin-bottom: 44px;
}
.singlePage .singleContentInner .singleTagList li{
    padding: 3px 8px;
    background-color: #E3E3E3;
    margin-right: 10px;
}
.singlePage .singleContentInner .subVisual{
    display: block;
    width: 100%;
    margin-bottom: 66px;
}
.singlePage.postRecruit .singleContentWrap{
    padding-bottom: 188px;
    margin-bottom: 0;
}
.singlePage.postRecruit .singleContentInner .contentWrap{
    margin-bottom: 0;
}
.singlePage.postRecruit .singleContentInner{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.singlePage.postRecruit .singleContentInner .subVisual{
    margin-bottom: 44px;
}
.singlePage.postRecruit .singleContentInner .recruitMemo{
    font-weight: 500;
    margin-bottom: 103px;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock{
    margin-bottom: 105px;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3{
    margin-bottom: 0;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 p{
    font-weight: 700;
    margin-bottom: 64px;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 p .attention{
    font-size: 12px;
    color: #f00;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 .formLink{
    width: 316px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    position: relative;
    border: 1px solid #000;
    transition: .3s;
    font-weight: 700;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 .formLink:hover{
    background-color: #fff;
    color: #000;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 .formLink img{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 .formLink:hover img{
    content: url('/wp-content/themes/a/img/linkArrow_k.svg');
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock h3{
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 38px;
    margin-bottom: 46px;
    border-bottom: 1px dashed #AFAFAF;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock ul li{
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px dashed #AFAFAF;
    align-items: center;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock ul li:last-child{
    margin-bottom: 0;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock ul li span{
    display: block;
    font-weight: 700;
    width: 30%;
}
.singlePage.postRecruit .singleContentInner .postRecruitBlock ul li p{
    width: 70%;
    font-weight: 400;
}
.singlePage .singleContentInner .contentWrap{
    margin-bottom: 74px;
}
.singlePage .singleContentInner .author{
    font-size: 14px;
    font-weight: 500;
    padding: 9px;
    background-color: #EFEFEF;
    width: fit-content;
}
.singlePage .singleContent .post-navigation{
    position: relative;
    height: 50px;
}
.singlePage .singleContent .post-navigation .prev-post{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.singlePage .singleContent .post-navigation .prev-post::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.singlePage .singleContent .post-navigation .prev-post:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
.singlePage .singleContent .post-navigation .prev-post a{
    font-weight: 500;
}
.singlePage .singleContent .post-navigation .back-to-list{
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.singlePage .singleContent .post-navigation .back-to-list:hover{
    background-color: #000;
}
.singlePage .singleContent .post-navigation .back-to-list a{
    display: block;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 500;
}
.singlePage .singleContent .post-navigation .back-to-list:hover a{
    color: #fff;
}
.singlePage .singleContent .post-navigation .next-post{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.singlePage .singleContent .post-navigation .next-post::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.singlePage .singleContent .post-navigation .next-post:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
.singlePage .singleContent .post-navigation .next-post a{
    font-weight: 500;
}
.singlePage aside{
    width: 30%;
    box-sizing: border-box;
    padding: 0 0 0 5%;
}
.singlePage aside .titTxt{
    font-size: 20px;
    font-weight: 700;
}
.singlePage aside .catListWrap{
    margin-bottom: 63px;
}
.singlePage aside .catListWrap .titTxt{
    margin-bottom: 21px;
}
.singlePage aside .catListWrap ul li{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.singlePage aside .catListWrap ul li:first-child{
    border-top: 1px solid #000;
}
.singlePage aside .catListWrap ul li:last-child{
    margin-bottom: 0;
}
.singlePage aside .catListWrap ul li a{
    padding: 9px 14px;
    font-weight: 700;
    transition: .3s;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.singlePage aside .catListWrap ul li:hover a{
    background-color: #000;
    color: #fff;
}
.singlePage aside .catListWrap ul li a span{
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.singlePage aside .searchWrap{
    margin-bottom: 54px;
}
.singlePage aside .searchWrap .titTxt{
    margin-bottom: 19px;
}
.singlePage aside .searchWrap .search-box {
    display: flex;
    border: 1px solid #000;
    width: 300px; /* 任意の幅に調整 */
}
.singlePage aside .searchWrap .search-input{
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
    width: 100%;
}
.singlePage aside .searchWrap .search-button{
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
}
.singlePage aside .searchWrap .search-button:hover{
    opacity: 0.8;
}
.singlePage aside .tagListWrap{
    margin-bottom: 66px;
}
.singlePage aside .tagListWrap .titTxt{
    margin-bottom: 22px;
}
.singlePage aside .tagListWrap ul li{
    margin-bottom: 7px;
    background-color: #E3E3E3;
    width: fit-content;
    transition: .3s;
}
.singlePage aside .tagListWrap ul li:hover{
    opacity: 0.6;
}
.singlePage aside .tagListWrap ul li a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 14px;
    width: fit-content;
}
.singlePage aside .bnrWrap a{
    margin-bottom: 28px;
    display: block;
}
.singlePage aside .bnrWrap a:last-child{
    margin-bottom: 0;
}
.singlePage aside .bnrWrap a img{
    width: 100%;
}
.singlePage .newPpstWrap{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
    padding-bottom: 98px;
    border-bottom: 1px solid #A5A5A5;
}
.singlePage .newPpstWrap h3{
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    color: #E57200;
    font-family: "Raleway", serif;
    margin-bottom: 51px;
}
.singlePage .newPpstWrap h3 span{
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.singlePage .newPpstWrap .postList{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 33px;
    margin-bottom: 68px;
}
.singlePage .newPpstWrap .postList li{
    position: relative;
    background-color: #fff;
    padding: 28px 5% 38px;
    box-sizing: border-box;
}
.singlePage .newPpstWrap .postList li > a{
    display: block;
    width: 100%;
    height: 100%;
}
.singlePage .newPpstWrap .postList li a .imgBox{
    aspect-ratio: 307 / 203;
    margin: 0 0 26px;
    overflow: hidden;
    transition: .3s;
}
.singlePage .newPpstWrap .postList li:hover a .imgBox img{
    transform: scale(1.2);
}
.singlePage .newPpstWrap .postList li a .postInfo{
    margin-bottom: 7px;
    align-items: center;
}
.singlePage .newPpstWrap .postList li a .postInfo .date{
    font-size: 12px;
    font-weight: 500;
    margin-right: 14px;
}
.singlePage .newPpstWrap .postList li a .postInfo .cat{
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 2px 7px;
    background-color: #E57200;
    border-radius: 10px;
}
.singlePage .newPpstWrap .postList li a h4{
    font-weight: 700;
    margin-bottom: 26px;
}
.singlePage .newPpstWrap .postList li a .tag{
    display: flex;
    flex-wrap: wrap;
}
.singlePage .newPpstWrap .postList li a .tag span{
    display: block;
    padding: 3px 6px;
    background-color: #E3E3E3;
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}
.singlePage .newPpstWrap .postList li a .tag span:first-child{
    margin-left: 0;
}
.singlePage .newPpstWrap .postList li .postArrow{
    position: absolute;
    bottom: 42px;
    right: 5%;
}
.singlePage .postTop{
    padding: 24px 103px;
    background-color: #fff;
    border: 1px solid #000000;
    font-weight: 700;
    display: block;
    position: relative;
    transition: .3s;
    width: fit-content;
    margin: 0 auto;
}
.singlePage .postTop:hover{
    background-color: #000;
    color: #fff;
}
.singlePage .postTop img{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.singlePage .postTop:hover img{
    content: url('/wp-content/themes/a/img/linkArrow_w.svg');
}
.singlePage .contactBox{
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
}
.footerSlideWrap .footerSlideTop{
    margin-bottom: 14px;
}
.footerSlideWrap .swiper-wrapper{
    transition-timing-function: linear;
}
.contactListWrap{
    padding: 100px 0 64px;
    position: relative;
    z-index: 1;
}
.contactListWrap .effect{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.contactList{
    grid-template-columns: repeat(2,1fr);
    gap: 0 30px;
    width: 90%;
    max-width: 1455px;
    margin: 0 auto;
}
.contactList .contactListInner{
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 58px 0;
    box-shadow: 0 0 30px rgba(0,0,0,0.03);
}
.contactList .contactListInner > .icon{
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
}
.contactList .contactListInner .titTxt{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 29px;
}
.contactList .contactListInner.tel a{
    font-size: 46px;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    margin-bottom: 18px;
    text-align: center;
    margin-bottom: 19px;
    display: block;
}
.contactList .contactListInner.mail .linkBtn3{
    width: 274px;
    height: 60px;
    display: flex;
    line-height: 60px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #fff;
    background-color: #35393E;
    border-radius: 10px;
    margin: 0 auto 19px;
}
.contactList .contactListInner.mail .linkBtn3 > .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #D5323D;
    border-radius: 0 10px 10px 10px;
    margin: 0 0 0 auto;
    position: relative;
}
.contactList .contactListInner.mail .linkBtn3 > .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contactList .contactListInner.mail .linkBtn3:hover > .icon img{
    animation: slideArrow 0.6s ease forwards;
}
.contactList .contactListInner .attention{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
footer{
    padding: 0 10% 102px;
    position: relative;
    z-index: 1;
}
.footerBlockWrap{
    justify-content: space-between;
    margin-bottom: 90px;
}
.footerBlockInner1 .logo{
    width: 320px;
    margin-bottom: 34px;
    display: block;
}
.footerBlockInner1 .logo img{
    width: 100%;
}
.footerBlockInner1 .txtBox .companyName{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 11px;
}
.footerBlockInner1 .txtBox .address{
    font-size: 14px;
    font-weight: 400;
}
.footerBlockInner2 .footerLinks{
    margin-right: 55px;
}
.footerBlockInner2 .footerLinks li{
    margin-bottom: 16px;
}
.footerBlockInner2 .footerLinks li a{
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
.footerBlockInner2 .footerLinks li:hover a{
    color: #C4000D;
}
.footerBlockInner2 .footerLinks .titLink{
    margin-bottom: 21px;
}
.footerBlockInner2 .footerLinks .titLink a{
    font-size: 18px;
    font-weight: 500;
}
.footerBlockInner2 .footerLinks:last-child{
    margin-right: 0;
}
.footerBlockInner2{
    padding-top: 32px;
}
.copyWrap{
    justify-content: space-between;
}
.copyWrap .copy{
    font-size: 14px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.copyWrap .privacyLinks a{
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 60px;
}
.copyWrap .privacyLinks a::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.copyWrap .privacyLinks a:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
.copyWrap .privacyLinks a:last-child{
    margin-right: 0;
}
footer .effect{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
footer .effect.left{
    left: 0;
}
footer .effect.right{
    right: 0;
}
@media (width < 1830px){
    .topPage .topBlock1 .txtBox h3{
        font-size: 34px;
    }
}
@media (width < 1580px){
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner .bigTxt{
        font-size: 28px;
    }

}
@media (width < 1510px){
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 h4 br{
        display: inline;
    }
}
@media (width < 1440px){
    .topPage .topBlock1 .txtBox h3{
        font-size: 26px;
    }
    .topPage .topBlock4 .topBlock4Inner .txtBox h2{
        margin-bottom: 20px;
    }
    .topPage .topBlock4 .topBlock4Inner .txtBox h3{
        font-size: 30px;
        line-height: 44px;
    }
    .topPage .topBlock4 .topBlock4Inner .txtBox .note{
        margin-bottom: 30px;
    }
    footer{
        padding: 0 5% 102px;
    }
    .businessPage .businessBlock.no1 .assignmentList{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    .contactPage .subPageContent .contactContent li{
        flex-flow: column;
    }
    .contactPage .subPageContent .contactContent .title{
        width: 100%;
        margin-bottom: 10px;
        justify-content: flex-start;
    }
    .contactPage .subPageContent .contactContent .title .hissu{
        margin-left: 10px;
    }
    .contactPage .subPageContent .contactContent .inputWrap{
        padding-left: 0;
        width: 100%;
    }
}
@media (width < 1280px){
    header.pc .logo{
        width: 200px;
        margin-right: 20px;
    }
    .topBlock4Inner .backImg{
        display: none;
    }
    .topPage .topBlock4 .topBlock4Inner .txtBox{
        width: 100%;
        position: static;
        transform: translate(0,0);
    }
}
@media (width < 1100px){
    header.pc{
        display: none;
    }
    header.sp{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 2% 18px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 997;
        background-color: #EDEDED;
    }
    header.sp .hbMenuWrap{
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #000;
    }
    header.sp .hbMenuBtn{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 999;
    }
    header.sp .hbMenuBtn span{
        width: 22px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 4px;
        transition: .3s;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span{
        background-color: #000;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(1){
        transform: rotate(30deg);
        margin-bottom: -2px;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(2){
        display: none;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(3){
        transform: rotate(-30deg);
    }
    header.sp .hbMenuBtn span:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenu{
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100%;
        transition: .3s;
        z-index: 998;
        background-color: #fff;
        padding: 40px 5% 100px;
        overflow-y: scroll;
        box-sizing: border-box;
    }
    header.sp .hbMenu .logo{
        margin-bottom: 60px;
        width: 200px;
    }
    header.sp .hbMenu nav{
        margin-bottom: 60px;
    }
    header.sp .hbMenu nav > ul > li{
        margin-bottom: 20px;
        border-bottom: 1px solid #000;
    }
    header.sp .hbMenu nav li:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenu nav li a{
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
        display: block;
    }
    header.sp .hbMenu nav li .linkTit{
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header.sp .hbMenu nav li .linkTit .icon{
        width: 30px;
        height: 30px;
        background-color: #000;
        position: relative;
        border-radius: 50%;
    }
    header.sp .hbMenu nav li .linkTit .icon::before{
        display: block;
        content: "";
        height: 15px;
        width: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: .3s;
    }
    header.sp .hbMenu nav li.on .linkTit .icon::before{
        transform: rotate(90deg);
        opacity: 0;
    }
    header.sp .hbMenu nav li .linkTit .icon::after{
        display: block;
        content: "";
        height: 1px;
        width: 15px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    header.sp .hbMenu nav li .subMenu{
        max-height: 0;
        overflow: hidden;
        transition: .3s;
    }
    header.sp .hbMenu nav li.on .subMenu{
        margin-top: 10px;
        max-height: 500px;
    }
    header.sp .hbMenu nav li .subMenu li a{
        font-size: 15px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header.sp .hbMenu nav li .subMenu li a .icon{
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #C4000D;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header.sp .hbMenu nav li .subMenu li a .icon img{
        width: 10px;
    }
    header.sp .hbMenu .telBox{
        margin-bottom: 60px;
    }
    header.sp .hbMenu .telBox .titTxt,
    header.sp .hbMenu .mailBox .titTxt{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    header.sp .hbMenu .telBox a{
        font-size: 30px;
        font-weight: 700;
        display: block;
        margin-bottom: 10px;
    }
    header.sp .hbMenu .mailBox .linkBtn2{
        margin-bottom: 10px;
        width: 274px;
    }
    header.sp .hbMenu .telBox .attention,
    header.sp .hbMenu .mailBox .attention{
        font-size: 14px;
        font-weight: 400;
    }
    header.sp .hbMenuWrap.on .hbMenu{
        left: 0;
    }
    .topPage{
        padding-top: 80px;
    }
    .topPage .mainVisual{
        height: calc(100vh - 80px);
    }
    .topPage .topBlock1{
        margin: 0 auto 84px;
        flex-direction: column;
    }
    .topPage .topBlock1 .txtBox{
        padding-right: 0;
        width: 100%;
        margin-bottom: 84px;
    }
    .topPage .topBlock1 > img{
        width: 100%;
    }
    .topPage .topBlock2 .txtBoxInner{
        flex-direction: column;
    }
    .topPage .topBlock2 .txtBoxInner h3{
        width: 100%;
        margin-bottom: 42px;
    }
    .topPage .topBlock2 .txtBoxInner p{
        width: 100%;
    }
    .topPage .topBlock2 .serviceList{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .topPage .topBlock3 .categoryList{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3px;
    }
    .topPage .topBlock3 .postList{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contactListWrap .effect{
        display: none;
    }
    .contactList{
        grid-template-columns: 1fr;
        gap: 94px 0;
    }
    .footerBlockWrap{
        flex-direction: column;
    }
    .footerBlockInner1{
        margin-bottom: 40px;
    }
    .footerBlockInner2{
        padding-top: 0;
    }
    footer .effect{
        display: none;
    }
    .footerSlideWrap .footerSlideTop{
        margin-bottom: 7px;
    }
    .companyPage{
        padding-top: 150px;
    }
    .companyPage .cmopanyContentWrap{
        flex-direction: column;
        margin-bottom: 80px;
    }
    .companyPage .cmopanyContentWrap .ankerLinksList{
        position: static;
        width: 100%;
        display: flex;
        margin-bottom: 40px;
        align-items: center;
        flex-wrap: wrap;
    }
    .companyPage .cmopanyContentWrap .ankerLinksList li{
        margin-bottom: 20px;
        width: 33%;
    }
    .companyPage .cmopanyContentWrap .companyContent{
        width: 100%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner h4{
        width: 30%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner .bigTxt{
        width: 70%;
        font-size: 28px;
    }
    .businessPage{
        padding-top: 150px;
    }
    .businessPage .businessBlock.no3 .ourBox{
        flex-flow: column;
    }
    .businessPage .businessBlock.no3 .ourBox .imgBox{
        width: 100%;
        margin-bottom: 40px;
    }
    .businessPage .businessBlock.no3 .ourBox .imgBox img{
        display: block;
        margin: 0 auto;
    }
    .businessPage .businessBlock.no3 .ourBox .txtBox{
        width: 100%;
    }
    .customPage .customContent.no4 .customPageLinks{
        flex-direction: column;
    }
    .customPage .customContent.no4 .customPageLinks a{
        width: 100%;
    }
    .customPage .customContent.no3 .postList{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .customPage .customContent.no4 .customPageLinks a:nth-child(1){
        margin-bottom: 20px;
    }
    .customPage .customContent.no2 .customContentInner{
        flex-flow: column;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .customPage .customContent.no2 .customContentInner .titBox{
        width: 100%;
        margin-bottom: 20px;
    }
    .customPage .customContent.no2 .customContentInner .titBox .num{
        width: 32px;
        height: 32px;
        font-size: 20px;
        margin-right: 10px;
    }
    .customPage .customContent.no2 .customContentInner .titBox h4{
        font-size: 18px;
    }
    .customPage .customContent.no2 .customContentInner .txtBox h5{
        font-size: 15px;
    }
    .customPage .customContent.no2 .customContentInner .txtBox .note{
        font-size: 14px;
    }
    .customPage .customContent.no2 .customContentInner .txtBox{
        width: 100%;
    }
    .singlePage .singleContentWrap{
        flex-direction: column;
    }
    .singlePage .singleContentWrap .singleContent{
        width: 100%;
        margin-bottom: 80px;
    }
    .singlePage aside{
        width: 100%;
        padding-left: 0;
    }
    .singlePage aside .searchWrap .search-box{
        width: 100%;
    }
    .singlePage aside .tagListWrap ul{
        display: flex;
        flex-wrap: wrap;
    }
    .singlePage aside .tagListWrap ul li{
        margin-right: 5px;
    }
    .singlePage .newPpstWrap .postList{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .singlePage{
        padding-top: 150px;
    }
    .topicsPage{
        padding-top: 150px;
    }
    .topicsPage .subPageContent .topicsContentWrap{
        flex-direction: column;
    }
    .topicsPage .subPageContent .topicsContentWrap .postListWrap{
        width: 100%;
        padding-top: 0;
    }
    .topicsPage .subPageContent .topicsContentWrap .postList{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .topicsPage .subPageContent .topicsContentWrap .catList{
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }
    .topicsPage .subPageContent .topicsContentWrap .catList li{
        margin-bottom: 0;
        width: 100%;
    }
    .topicsPage .subPageContent .topicsContentWrap .catList li a{
        text-align: center;
    }
    .contactPage{
        padding-top: 150px;
    }
    .privacyPage{
        padding-top: 150px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .companyBlockInner{
        flex-flow: column;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 img{
        width: 100%;
        order: 2;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no1 .txtBox{
        width: 100%;
        padding-left: 0;
        order: 1;
        margin-bottom: 40px;
    }
    .customPage{
        padding-top: 240px;
    }
    .customPage .titWrap{
        margin-bottom: 80px;
    }
}
@media (width < 820px){
    .topPage .mainVisual{
        margin-bottom: 88px;
    }
    .topPage .mainVisual .txtBox{
        width: 90%;
        top: 30%;
    }
    .topPage .mainVisual .txtBox .titTxt{
        font-size: 30px;
    }
    .topPage .mainVisual .txtBox .txt{
        font-size: 15px;
        line-height: 34px;
    }
    .topPage .mainVisual .scrollDown{
        bottom: 30%;
    }
    .topPage .mainVisual .privacyBox{
        width: 90%;
        bottom: 5px;
        right: 5%;
        padding: 15px 3% 10px;
    }
    .topPage .mainVisual .privacyBox .txt{
        font-size: 10px;
        margin-bottom: 8px;
    }
    .topPage .mainVisual .privacyBox .linkBtn{
        padding: 6px 50px;
        font-size: 10px;
    }
    .topPage .topBlock1 .txtBox .tit1{
        margin-bottom: 60px;
    }
    .topPage .topBlock2{
        margin-bottom: 115px;
    }
    .topPage .topBlock2 .tit1{
        margin-bottom: 38px;
    }
    .topPage .topBlock2 .txtBoxInner h3{
        font-size: 28px;
    }
    .topPage .topBlock2 .txtBox{
        margin-bottom: 87px;
    }
    .topPage .topBlock2 .txtBox .linkBtn2{
        margin: 0;
    }
    .topPage .topBlock2 .otherService h4{
        padding-bottom: 12px;
        margin-bottom: 46px;
    }
    .topPage .topBlock2 .serviceList{
        grid-template-columns: 1fr;
    }
    .topPage .topBlock2 .serviceList{
        grid-template-columns: 1fr;
        gap: 25px 0;
    }
    .topPage .topBlock2 .serviceList li a .visualImg{
        margin-bottom: 0;
        width: 40%;
        object-fit: cover;
    }
    .topPage .topBlock2 .serviceList li a .otherBox{
        width: 60%;
        padding-left: 4%;
        box-sizing: border-box;
    }
    .topPage .topBlock2 .serviceList li h5{
        font-size: 16px;
        font-weight: 500;
    } 
    .topPage .topBlock2 .serviceList li .otherBox > p{
        display: none;
    }
    .topPage .topBlock3{
        margin-bottom: 91px;
    }
    .topPage .topBlock3 .titWrap{
        margin-bottom: 25px;
    }
    .topPage .topBlock3 .titWrap .linkBtn2.pc{
        display: none;
    }
    .topPage .topBlock3 .linkBtn2.sp{
        display: flex;
    }
    .topPage .topBlock3 .categoryList{
        grid-template-columns: 1fr 1fr;
        margin-bottom: 48px;
    }
    .topPage .topBlock3 .postList{
        grid-template-columns: 1fr;
        gap: 45px 0;
        margin-bottom: 62px;
    }
    .topPage .topBlock3 .categoryList li{
        font-size: 14px;
    }
    .topPage .topBlock4{
        padding: 68px 0 78px;
        border-radius: 112px 112pX 0 0;
    }
    .contactList .contactListInner.tel a{
        font-size: 32px;
    }
    .contactList .contactListInner .titTxt{
        margin-bottom: 15px;
    }
    footer{
        padding-bottom: 22px;
    }
    .footerBlockWrap{
        margin-bottom: 60px;
    }
    .footerBlockInner2 .footerLinks{
        margin-right: 0;
    }
    .footerBlockInner2{
        flex-wrap: wrap;
    }
    .footerBlockInner2 .footerLinks.inner1{
        width: 100%;
        margin-bottom: 22px;
    }
    .footerBlockInner2 .footerLinks.inner2,
    .footerBlockInner2 .footerLinks.inner3,
    .footerBlockInner2 .footerLinks.inner4,
    .footerBlockInner2 .footerLinks.inner5{
        width: 50%;
    }
    .footerBlockInner2 .footerLinks.inner2{
        margin-bottom: 13px;
    }
    .copyWrap{
        flex-direction: column;
    }
    .copyWrap .copy{
        order: 2;
    }
    .copyWrap .privacyLinks{
        order: 1;
        flex-direction: column;
        margin-bottom: 41px;
    }
    .copyWrap .privacyLinks a:nth-child(1){
        margin-right: 0;
        margin-bottom: 10px;
    }
    .subPage .suPageTit{
        font-size: 32px;
    }
    .companyPage .subVisual{
        margin-bottom: 60px;
        height: 50vw;
        object-fit: cover;
    }
    .companyPage .cmopanyContentWrap .ankerLinksList li{
        width: 50%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner{
        flex-flow: column;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner:first-of-type{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner h4{
        margin-bottom: 40px;
        width: 100%;
        font-size: 20px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 .philosophyInner .bigTxt{
        font-size: 19px;
        width: 100%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no2{
        margin-bottom: 80px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 .valueInner .bigTxt{
        font-size: 22px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 .valueInner{
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no3 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no3{
        margin-bottom: 80px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr .title{
        width: 30%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 tr .txt{
        width: 70%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no4{
        margin-bottom: 80px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no4 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .mapBox{
        height: 70vw;
        margin-bottom: 60px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .mapBox iframe{
        height: 100%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2{
        flex-direction: column;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 .txtBox{
        width: 100%;
        margin-bottom: 40px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5 .accessInner.no2 img{
        width: 100%;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no5{
        margin-bottom: 80px;
    }
    .businessPage .subVisual{
        margin-bottom: 60px;
        height: 50vw;
        object-fit: cover;
    }
    .businessPage .businessBlock.no1 .note{
        margin-bottom: 60px;
    }
    .businessPage .businessBlock.no1 .assignmentList{
        grid-template-columns: 1fr;
    }
    .businessPage .businessBlock.no1{
        margin-bottom: 80px;
    }
    .businessPage .businessBlock.no2 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .businessPage .businessBlock.no2 h4{
        font-size: 22px;
    }
    .businessPage .businessBlock.no2 .note{
        margin-bottom: 40px;
    }
    .businessPage .businessBlock.no2{
        margin-bottom: 80px;
    }
    .businessPage .businessBlock.no3 h3{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .businessPage .businessBlock.no3 .ourBox .imgBox img{
        width: 40%;
    }
    .businessPage .businessBlock.no3 .ourBox .txtBox h4{
        font-size: 20px;
    }
    .businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }
    .businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner ul{
        margin-bottom: 20px;
    }
    .businessPage .businessBlock.no3 .ourBox .txtBox .ourBoxInner .customPageLink{
        margin: 0 0 0 auto;
    }
    .businessPage .businessBlock.no3 .ourBox{
        margin-bottom: 60px;
    }
    .businessPage .businessBlock.no3{
        margin-bottom: 80px;
    }
    .businessPage .businessContentWrap{
        margin-bottom: 80px;
    }
    .customPage{
        padding-top: 150px;
    }
    .customPage .titWrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .customPage .titWrapInner{
        margin-bottom: 60px;
    }
    .customPage .titWrapInner img{
        width: 64px;
        margin-right: 10px;
    }
    .customPage .titWrapInner h2{
        font-size: 26px;
    }
    .customPage .titWrapInner h2 span{
        font-size: 12px;
    }
    .customPage .subVisual{
        height: 50vw;
        object-fit: cover;
        margin-bottom: 60px;
    }
    .customPage .customContent.no1 .customTit{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .customPage .customContent.no1 h4{
        font-size: 28px;
    }
    .customPage .customContent.no1 .note{
        font-size: 16px;
        line-height: 1.6;
    }
    .customPage .customContent.no1{
        margin-bottom: 80px;
    }
    .customPage .customContent.no2{
        margin-bottom: 80px;
    }
    .customPage .customContent.no2 .customTit{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .customPage .linkBtn2.pc{
        display: none;
    }
    .customPage .customContent.no3 .linkBtn2.sp{
        display: flex;
    }
    .customPage .customContent.no3 .contentHeadWrap{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .customPage .customContent.no3 .postList{
        grid-template-columns: 1fr;
        gap: 40px 0;
        margin-bottom: 62px;
    }
    .customPage .customContent.no3{
        margin-bottom: 80px;
    }
    .customPage .customContent.no4 .customPageLinks a.communicate .customLogoWrap .customLogo{
        width: 48px;
    }
    .customPage .customContent.no4 .customPageLinks a.connect .customLogoWrap .customLogo{
        width: 44px;
    }
    .customPage .customContent.no4 .customPageLinks a.create .customLogoWrap .customLogo{
        width: 40px;
    }
    .customPage .customContent.no4 h3{
        margin-bottom: 40px;
    }
    .customPage .customContent.no4 .customPageLinks a .txtBox p{
        font-size: 18px;
    }
    .customPage .customContent.no4 .customPageLinks a .txtBox p span{
        font-size: 12px;
    }
    .customPage .customContent.no4{
        margin-bottom: 80px;
    }
    .singlePage .singleContent .post-navigation .back-to-list a{
        font-size: 12px;
        padding: 10px 20px;
    }
    .singlePage .singleContent .post-navigation .prev-post a{
        font-size: 12px;
    }
    .singlePage .singleContent .post-navigation .next-post a{
        font-size: 12px;
    }
    .singlePage aside .catListWrap ul li{
        padding: 10px 0;
    }
    .singlePage .newPpstWrap .postList{
        grid-template-columns: 1fr;
        gap: 40px 0;
    }
    .singlePage .singleContentWrap{
        padding: 80px 5%;
        margin-bottom: 80px;
    }
    .topicsPage .suPageTit{
        margin-bottom: 40px;
    }
    .topicsPage .pankuzu{
        text-align: left;
    }
    .topicsPage .subPageContent .titWrap{
        margin-bottom: 60px;
    }
    .topicsPage .subPageContent .topicsContentWrap .postList{
        grid-template-columns: 1fr;
        gap: 40px 0;
    }
    .topicsPage .subPageContent .topicsContentWrap .catList{
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .topicsPage .subPageContent .topicsContentWrap .catList li a{
        font-size: 14px;
        padding: 5px 10px;
    }
    .topicsPage .subPageContent{
        padding: 60px 0;
        margin-bottom: 80px;
    }
    .contactPage .pankuzu{
        text-align: left;
    }
    .contactPage .subPageContent{
        padding: 80px 5%;
    }
    .contactPage .subPageContent .titTxt{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .contactPage .subPageContent .note{
        width: 100%;
        margin-bottom: 80px;
    }
    .contactPage .subPageContent .contactContent .inputWrap input[type="text"].nameBox{
        width: 48%;
    }
    .contactPage .subPageContent .contactContent .inputWrap input[type="text"].nameBox:first-child{
        margin-right: 2%;
    }
    .contactPage .subPageContent .contactContent .submit{
        width: 100%;
    }
    .contactPage .subPageContent .contactContent .submit input[type="submit"]{
        width: 100%;
    }
    .contactPage{
        padding-bottom: 80px;
    }
    .contactPage .subPageContent .contactContent .acceptance{
        font-size: 12px;
    }
    .privacyPage .pankuzu{
        text-align: left;
    }
    .privacyPage .subPageContent{
        padding: 80px 5%;
    }
    .privacyPage .subPageContent .note{
        margin-bottom: 60px;
    }
    .privacyPage .subPageContent .policyContant h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .privacyPage .subPageContent .policyContant{
        margin-bottom: 40px;
    }
    .topPage .mainVisual video.pc{
        display: none;
    }
    .topPage .mainVisual video.sp{
        display: block;
    }
    .topPage .mainVisual .privacyBox .closeBtn{
        top: -10px;
        right: -10px;
    }
    .companyPage .cmopanyContentWrap .companyContent .companyBlock.no1{
        margin-bottom: 80px;
    }
    .footerBlockInner1 .logo{
        width: 240px;
    }
    header.sp .logo{
        width: 192px;
    }
    .singlePage.postRecruit .singleContentInner .postRecruitBlock.no3 .formLink{
        width: 100%;
    }
    .singlePage.postRecruit .singleContentInner .postRecruitBlock ul li{
        flex-direction: column;
        align-items: flex-start;
    }
    .singlePage.postRecruit .singleContentInner .postRecruitBlock ul li span{
        width: 100%;
        margin-bottom: 10px;
    }
    .singlePage.postRecruit .singleContentInner .postRecruitBlock ul li p{
        width: 100%;
    }
    .singlePage.postRecruit .singleContentInner .postRecruitBlock{
        margin-bottom: 90px;
    }
    .singlePage.postRecruit .singleContentInner .recruitMemo{
        margin-bottom: 90px;
    }
    .singlePage.postRecruit .singleContentWrap{
        padding-bottom: 80px;
        margin-bottom: 80px;
    }
    .singlePage .singleContentInner h2{
        font-size: 26px;
    }
    .singlePage{
        padding-bottom: 80px;
    }
}