/*
Theme Name: a
*/
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: "Zen Kaku Gothic New","Noto Sans JP","Poppins","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
    font: inherit;
    --scrollbar-width: 15px;
    background: url(/wp-content/themes/a/img/bg.jpg)0 0;
    background-attachment: fixed;
}
html {
  box-sizing: border-box;
  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;
  width: 100%;
  table-layout: fixed;
}
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%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 70px;
}
header h1 {
    width: min(143px, 20%);
}
.headContact a {
    margin-left: 20px;
}
.sp{
  display: none;
}
.fvBlock {
    position: relative;
    height: 100vh;
}
.fvPosition {
    height: 55vh;
    position: absolute;
    margin: auto;
    inset: 0;
    top: 6%;
}
.fvImg1 {
    width: min(617px,60%);
    margin: 0 auto;
    display: block;
}
.fvTxt {
    position: absolute;
    right: 24%;
    width: min(130px,20%);
    top: 0;
    bottom: 0;
}
.fvBlock .menuBox {
    position: absolute;
    left: 70px;
    bottom: 60px;
}
.fvBlock .menuBox ul li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.4;
}
.fvBlock .menuBox ul li a:before {
    content: "・";
    font-size: 20px;
    font-weight: 700;
    margin-right: 6px;
}
.fvBlock .catch {
    writing-mode: vertical-rl;
    position: absolute;
    right: 70px;
    bottom: 70px;
    border-right: 1px dashed #000;
    padding-right: 8px;
    letter-spacing: -5px;
}
.topAbout {
    width: min(1070px,90%);
    margin: 0 auto;
    align-items: flex-start;
    padding-top: 120px;
}
.topAbout .aboutImg1 {
    width: 40%;
    margin-right: 10%;
}
.topAbout p {
    margin-top: 200px;
    font-size: clamp(14px,1vw,20px);
    width: 50%;
    line-height: 3;
}
.topProf {
    padding: 160px 0 130px;
}
.topProf .wrap1 {
    width: min(1090px,90%);
    background: #fff;
    border-radius: 24px;
    margin: 0 auto;
    align-items: flex-start;
    padding: 40px;
    box-sizing: border-box;
}
.topProf h2 {
    font-size: 16px;
    font-weight: 700;
    writing-mode: vertical-rl;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 6px;
    margin-right: 8%;
}
.topProf .box1 {
    width: 65%;
    margin-right: 5%;
    margin-top: 30px;
}
.topProf .profImg {
    width: 20%;
    margin-top: 30px;
}
.topProf .box1 h3 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 2px;
}
.topProf .box1 h3 span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
    position: relative;
    bottom: 5px;
}
.topProf .box1 p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
}
.topWorks {
    padding: 100px 0 140px;
    width: min(1300px,90%);
    margin: 0 auto;
    align-items: flex-start;
}
.tit {
    writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 600;
    width: 60px;
}
.tit span {
    font-size: 38px;
    background: #fff;
    border: 1px solid #000;
    padding: 4px 0 4px;
    margin-bottom: 50px;
}
.topWorks .box1 {
    width: 60%;
    margin: 80px 7% 0;
    border-top: 1px solid #B9B9B9;
}
.topWorks .workImg{
  width: 21%;
}
.topWorks .box1 .inner1 {
    padding: 50px 0;
    border-bottom: 1px solid #B9B9B9;
}
.topWorks .box1 .inner1 h3 {
    width: 25%;
    margin-right: 5%;
    font-size: 18px;
    font-weight: 600;
}
.topWorks .box1 .inner1 .txt {
    width: 70%;
}
.topWorks .box1 .inner1 .txt p {
    font-size: 18px;
}
.topWorks .box1 .inner1 .txt p:nth-child(2) {
    margin-top: 16px;
}
.topWorks .box1 .inner1 .txt span {
    font-size: 12px;
}
.topWorks .box1 .inner1 .txt * {
    line-height: 2;
}
.topNews {
    padding-top: 100px;
    width: min(1360px,90%);
    margin: 0 auto;
}
.topNews .newsBlock {
    width: calc(100% - 60px);
    padding-left: 8%;
    margin-top: 40px;
}
.topNews .newsBlock ul {
    flex-wrap: wrap;
}
.topNews .newsBlock ul.postList2 li {
    width: 48%;
}
.topNews .newsBlock ul li {
    width: 100%;
    margin-bottom: 50px;
}
.topNews .newsBlock ul li .imgbox {
    overflow: hidden;
    margin-bottom: 20px;
}
.topNews .newsBlock ul li .imgbox img{
  width: 100%;
  height: 100%;
}
.topNews .newsBlock ul li a:hover .imgbox img{
  transform:scale(1.1,1.1);
}
.topNews .newsBlock ul li h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 6px;
}
.topNews .newsBlock ul li:nth-child(1) h3 {
    margin-top: 0;
}
.topNews .newsBlock ul li .day {
    color: #919191;
    font-size: 12px;
    font-weight: 600;
}
.linkBtn1 {
    width: 320px;
    background: #fff;
    display: block;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: 40px auto 0;
}
.linkBtn1:hover {
    background: #000;
    color: #fff;
}
.linkBtn1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 28px;
    height: 28px;
    background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
    margin: auto;
}
.linkBtn1.ver2:after {
    background: url(/wp-content/themes/a/img/iconLink1.svg)0 0 no-repeat;
    background-size: 100%;
    width: 24px;
    height: 22px;
}
footer {
    margin-top: 110px;
    padding: 70px 0 50px;
    background: #EBE9E9;
}
footer > div {
  width: 95%;
  margin: 0 auto;
}
.fbox1 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 45px 0;
    align-items: center;
}
.fbox1 .contactImg {
    width: 20%;
}
.fbox1 .box1 {
    width: 50%;
}
.fbox1 .box1 h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 60px;
}
.fbox1 .box1 h2 span {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}
.fbox1 .box1 p {
    font-size: 15px;
    line-height: 2;
}
.fbox1 > a {
    display: flex;
    align-items: center;
}
.fbox1 > a > img {
    margin-left: 20px;
}
.fbox2 {
    padding: 100px 0 170px;
}
.fbox2 .office {
    margin-top: 80px;
}
.fbox2 .office div {
    margin-right: 5%;
}
.fbox2 .office div h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.fbox2 .office div h2:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
}
.fbox2 .office div p {
    font-size: 14px;
}
.fbox3 .box1 {
    display: flex;
}
.fbox3 .box1 li {
    margin-right: 60px;
}
.fbox3 .box1 li a {
    font-size: 20px;
    font-weight: 600;
}
.fbox3 .box2 a {
    font-size: 12px;
    font-weight: 600;
}
.fbox3 .box2 small {
    font-size: 12px;
    margin-left: 60px;
}
.pageSingle {
    width: min(900px,90%);
    padding-top: 80px;
    margin: 0 auto;
}
.singleFv {
    margin: 220px auto 60px;
}
.singleFv h1 {
    font-size: 2rem;
    line-height: 1.5;
}
.singleContent .thumb {
    margin-bottom: 40px;
}
.singleContent .thumb img{
    width: 100%;
    height: auto;
}
.singleContent .content p {
    margin-bottom: 1.5em;
    line-height: 1.9;
}
.singleNav {
    margin-top: 80px;
    text-align: center;
}
.singleNav .linkBtn1 {
    display: block;
}
.pagePrivacy .content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 8px;
    border-bottom: 1px solid #000;
    width: fit-content;
}
.pagePrivacy .content ul li {
    list-style: inside;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease,
                transform 0.8s ease,
                other 0.3s ease;
}
a.fadein {
    transition: background-color 0.3s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
@media (width < 1300px){
.fvImg1 {
    width: auto;
    height: 100%;
}
.fvTxt {
    width: auto;
    height: 64%;
}
header h1 {
    width: 80px;
}
.headContact {
    width: 120px;
}
.fvBlock .menuBox ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
}
.fvBlock .menuBox {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.fvBlock .catch {
    right: 40px;
    bottom: 50px;
    font-size: 14px;
}
.topWorks .box1 .inner1 h3 {
    font-size: 15px;
}
.topWorks .box1 .inner1 .txt p {
    font-size: 15px;
    line-height: 1.6;
}
.fbox2 h1 {
    width: 80%;
}
.fbox3 .box1 li a {
    font-size: 14px;
}
}
@media (width < 810px){
header {
    padding: 24px;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
.menuBlock {
    width: 90%;
    height: 70vh;
    background: #D38800;
    position: fixed;
    top: 0;
    left: -100vh;
    z-index: 20;
    overflow: auto;
    padding: 5vh 5% 30vh;
    transition: .3s;
}
.on .menuBlock {
    left: 0;
}
.menuBlock *{
  color: #fff;
}
.spHeadContact {
    display: flex;
    justify-content: flex-end;
}
.spHeadContact a {
    margin-left: 12px;
}
.spHeadlist {
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #fff;
}
.spHeadlist h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}
.spHeadlist li a {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
    display: block;
}
.menuBlock .office h2 {
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 6px;
    position: relative;
}
.menuBlock .office h2:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.menuBlock .office p {
    font-size: 14px;
}
.spMenuBtn {
    position: fixed;
    z-index: 21;
    width: 62px;
    height: 62px;
    bottom: 5vh;
    left: 5%;
    background: url('/wp-content/themes/a/img/iconHamburger.svg')0 0 no-repeat;
    background-size: 100%;
}
.on .spMenuBtn {
    background: url('/wp-content/themes/a/img/iconHamburgerOff.svg')0 0 no-repeat;
    background-size:100%;
}
.fvPosition {
    position: static;
    height: 100vh;
    padding: 20% 0 0;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.fvImg1 {
    position: static;
    order: 2;
    width: 70%;
    height: auto;
}
.fvTxt {
    position: static;
    width: 18%;
    height: auto;
    margin-right: 3%;
}
.topAbout {
    flex-wrap: wrap;
}
.topAbout .aboutImg1 {
    width: 60%;
    margin: 0 auto;
    margin-left: 25%;
}
.topAbout p {
    margin: 20px auto 0;
    width: min(360px,100%);
    text-align: center;
}
.topProf {
    padding: 50px 0;
}
.topProf .wrap1 {
    flex-wrap: wrap;
    justify-content: center;
}
.topProf h2 {
    writing-mode: lr;
    text-align: center;
    width: auto;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: fit-content;
    margin: 0 auto;
}
.topProf .box1 {
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
}
.topProf .box1 h3 {
    text-align: center;
    margin-bottom: 50px;
}
.topProf .box1 h3 span {
    display: block;
    margin: 4px auto 0;
}
.topWorks {
    flex-wrap: wrap;
}
.tit {
    writing-mode: rl;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.tit span {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 30px;
    margin-bottom: 24px;
    letter-spacing: .2em;
}
.topWorks .box1 {
    width: 100%;
    margin: 50px auto 0;
    border-top: 1px solid #B9B9B9;
}
.topProf .profImg {
    width: 50%;
}
.topWorks .workImg {
    width: 50%;
    margin: 10% auto 0;
}
.topNews {
    flex-wrap: wrap;
}
.topNews .newsBlock {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}
footer {
    padding: 0 0 150px;
}
.fbox1 {
    flex-wrap: wrap;
}
.fbox1 .contactImg {
    width: 70%;
    order: 3;
    margin-top: 34px;
}
.fbox1 .box1 {
    width: 100%;
    margin-bottom: 35px;
}
.fbox1 > a {
    order: 2;
    text-align: right;
    width: 100%;
    justify-content: flex-end;
}
.fbox1 > a span {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}
.fbox3 {
    flex-wrap: wrap;
}
.fbox3 .box1 {
    flex-wrap: wrap;
    margin-bottom: 5%;
    width: 100%;
}
.fbox3 .box1 li {
    margin-right: 0;
    width: 100%;
}
.fbox3 .box1 li a {
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
}
.singleFv {
    margin: 90px auto 60px;
}
.linkBtn1 {
    padding: 20px 0;
}
}
@media (width < 500px){
header {
    z-index: 20;
}
.headContact {
    width: 90px;
    align-items: self-start;
}
.headContact a {
    margin-left: 10px;
}
.fvPosition {
    padding: 30% 0 0;
    width: 90%;
}
.fvImg1 {
    margin: 0 14% 0 0;
    width: 90%;
}
.fvTxt {
    position: static;
    width: 22%;
    height: auto;
    margin-right: 8%;
}
.fvBlock .catch {
    writing-mode: rl;
    letter-spacing: 0;
    width: fit-content;
    text-align: right;
    border-bottom: 1px dashed #000;
    border-right: 0;
    bottom: 6%;
    right: 5%;
}
.topAbout {
    padding-top: 50px;
}
.topAbout .aboutImg1 {
    width: 70%;
    margin-left: 20%;
}
.topAbout p {
    text-align: left;
    letter-spacing: -0.5px;
}
.topProf .wrap1 {
    padding: 50px 30px;
}
.topProf .box1 p {
    font-size: 12px;
    text-align: justify;
}
.topProf .profImg {
    width: 100%;
}
.topWorks {
    padding-top: 40px;
}
.tit span {
    font-size: 30px;
    padding: 10px 18px 10px 24px;
}
.topWorks .box1 .inner1 {
    flex-wrap: wrap;
    padding: 30px 0;
}
.topWorks .box1 .inner1 h3,
.topWorks .box1 .inner1 .txt {
    width: 100%;
}
.topWorks .box1 .inner1 .txt {
    font-weight: 400;
    margin-top: 20px;
}
.topWorks .workImg {
    width: 70%;
    margin: 18% auto 0;
}
.topWorks {
    padding: 40px 0 0;
}
.topNews {
    padding-top: 80px;
}
.topNews .newsBlock ul li {
    width: 100%;
    margin-bottom: 40px;
}
.topNews .newsBlock ul li h3 {
    font-size: 14px;
}
footer {
    margin-top: 70px;
}
.fbox1 .box1 h2 {
    font-size: 22px;
}
footer > div {
    width: 90%;
}
.br{
    display: block;
}
.fbox2 {
    padding: 50px 0;
}
.fbox2 .office {
    flex-wrap: wrap;
}
.fbox2 .office div {
    width: 100%;
    margin-top: 40px;
}
.fbox2 .office div h2 {
    padding-bottom: 12px;
    margin-bottom: 8px;
}
.fbox3 .box2 {
    display: flex;
    flex-wrap: wrap;
}
.fbox3 .box2 small {
    font-size: 12px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
}