-----
/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2025-11-17
*/
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: #313131;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family:"Noto Sans JP", "游ゴシック体", "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 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  position: relative;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
a {
  color: #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;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.dg{
    display: grid;
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
header:before {
    content: "";
    display: block;
    width: 370px;
    height: 356px;
    background: url(/wp-content/themes/a/img/lefttopBg.png)0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
}
header.scroll {
    position: fixed;
    top: -90px;
    background: #000;
    
}
header.scroll.over {
    transition: .3s;
    top: 0;
}
header.scroll:before{
    display: none;
} 
header.scroll h1 {
    margin: 3px 0 0 20px;
    position: relative;
    z-index: 5;
    height: 40px;
    width: auto;
}
header.scroll h1 svg {
    width: 120px;
    height: auto;
}
header.scroll h1 svg path {
    fill: #fff;
}
header.scroll .lineBnr {
    margin: 10px 10px 10px 0;
    padding: 10px;
}
header h1 {
    width: 160px;
    margin: 24px 0 0 36px;
    position: relative;
    z-index: 5;
}
.navBlock {
    height: 100%;
}
.navBlock ul {
    display: flex;
    align-items: center;
}
.navBlock ul li a {
    margin: 0 25px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    position: relative;
}
.navBlock ul li:first-child a{
    margin:0 24px 0 0;
}
.navBlock ul li:last-child a{
    margin:0 0 0 24px;
}
.navBlock ul li.inst a {
    position: relative;
    top: -4px;
}
.lineBnr {
    background: #24BE38;
    margin-right: 10px;
}
.lineBnr {
    background: #24BE38;
    margin: 10px 10px 0 0;
    padding: 16px;
    box-sizing: border-box;
    height: fit-content;
}
.lineBnr img {
    width: 50px;
    margin-right: 10px;
}
.lineBnr p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.lineBnr p span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: -3px;
}
.navBlock ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #C42321;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
    opacity: 0;
    transition: .3s;
}
.navBlock ul li a:hover:before {
    opacity: 1;
}
.navBlock ul li a:after {
    content: ">";
    display: inline-block;
    transform: scale(2, 1) rotate(90deg);
    font-size: 12px;
    font-weight: 400;
    margin-left: 11px;
}
.navBlock ul li:last-child a:after {
    display: none;
}
.topFv {
    position: relative;
    height: 100vh;
}
.topFv:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/themes/a/img/rightbttomBg.png)0 0 no-repeat;
    background-size: 100%;
    width: 370px;
    height: 356px;
}
.topFv .fv1 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.topFv .txtarea {
    position: absolute;
    top: 50%;
    transform: translate(0 ,-50%);
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}
.topFv .txtarea h2 {
    font-size: 130px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.topFv .txtarea p {
    font-size: 20.5px;
    color: #fff;
    font-weight: 600;
    margin-top: 16px;
}
.bnrBox {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    max-width: 366px;
}
.bnrBox .telBnr {
    background: #000;
    box-sizing: border-box;
    padding: 22px;
}
.bnrBox .telBnr:hover {
  background: #999;
}
.bnrBox .telBnr .txtbox{

}
.bnrBox .telBnr .txtbox .txt1 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.bnrBox .telBnr .txtbox .txt2 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0;
}
.bnrBox .telBnr .txtbox .txt3 {
    color: #fff;
    font-size: 13px;
}
.bnrBox .telBnr > img {
    margin-left: 20px;
}
.mitsumoriBnr {
    margin-top: 16px;
    background: #C42321;
    box-sizing: border-box;
    padding: 10px;
}
.mitsumoriBnr:hover {
    background: #999;
}
.mitsumoriBnr > img {
    width: 36%;
    margin-right: 6%;
}
.mitsumoriBnr .txtbox .txt1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.mitsumoriBnr .txtbox .txt1 span {
    color: #fff;
    font-size: 40px;
    margin: 0 6px;
}
.mitsumoriBnr .txtbox .txt2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: -10px;
}
.topStrength {
    padding: 240px 0 200px;
}
.tit1 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.tit1 span {
    font-family: "Roboto";
    font-size: 90px;
    display: block;
    letter-spacing: 0.04em;
    margin-top: -20px;
    font-weight: 700;
}
.sTit1 {
    text-align: center;
    margin-top: -10px;
}
.topStrength ul {
    width: min(1440px,90%);
    margin: 100px auto 0;
}
.topStrength ul li {
    width: 30%;
}
.topStrength ul li h3 {
    background: #313131;
    color: #fff;
    width: fit-content;
    display: block;
    margin: 0 auto 34px;
    padding: 5px 12px;
}
.topStrength ul li .imgBox {
    position: relative;
}
.topStrength ul li .imgBox span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Roboto";
    font-size: 18px;
    background: #313131;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.topStrength ul li h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0;
}
.topStrength ul li p {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0;
}
.topService {
    width: min(1440px,90%);
    margin: 0 auto;
    scroll-margin-top: 200px;
}
.topService ul li {
    align-items: center;
    margin-top: 120px;
}
.topService ul li .left {
    width: 42%;
    margin-right: 8%;
}
.topService ul li > img {
    width: 50%;
}
.topService ul li .left .num {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
}
.topService ul li .left h3 {
    margin: 8px auto 48px;
    font-size: 45px;
    font-weight: 700;
}
.topService ul li .left .txt1 {
    font-size: 15px;
    text-align: justify;
}
.topService ul li .left .label {
    margin-top: 66px;
}
.topService ul li .left .label span {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    background: #313131;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 15px;
}
.planWrap {
    margin-top: 200px;
    scroll-margin-top: 200px;
    background: #313131 url(/wp-content/themes/a/img/planBg.jpg)0 0 no-repeat;
    background-size: 100%;
    padding-bottom: 10px;
}
.topPlan {
    padding-top: 510px;
}
.topPlan .wrap1 {
    width: min(1370px,90%);
    margin: 0 auto;
    background: #F0F0F0;
    padding: 80px 140px;
    box-sizing: border-box;
}
.topPlan .wrap1 ul {
    margin-top: 50px;
}
.topPlan .wrap1 ul li {
    background: #fff;
    width: 33.3333333%;
    box-sizing: border-box;
    padding: 10px;
}
.topPlan .wrap1 ul li:nth-child(2) {
    box-shadow: 0 0 36px rgb(0 0 0 / 16%);
    border: 3px solid #C42321;
    position: relative;
    z-index: 2;
}
.topPlan .wrap1 ul li .box1 {
    text-align: center;
    padding: 20px 0;
    background: #313131;
}
.topPlan .wrap1 ul li.ver2 .box1 {
    background: #C42321;
}
.topPlan .wrap1 ul li.ver3 .box1 {
    background: #D39E2B;
}
.topPlan .wrap1 ul li .box1 .label {
    background: #fff;
    display: block;
    width: fit-content;
    margin: 0 auto 8px;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}
.topPlan .wrap1 ul li.ver2 .box1 .label {
    color: #C42321;
}
.topPlan .wrap1 ul li.ver3 .box1 .label {
    color: #D39E2B;
}
.topPlan .wrap1 ul li .box1 .name {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.topPlan .wrap1 ul li:nth-child(2):before {
    content: "";
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    top: -30px;
    right: 10px;
    background: url(/wp-content/themes/a/img/ichioshi.svg)0 0 no-repeat;
    background-size: 100%;
}
.topPlan .wrap1 ul li .box2 {
    padding: 24px 0;
    text-align: center;
}
.topPlan .wrap1 ul li .box2 .souba {
    font-size: 15px;
    margin-bottom: 4px;
}
.topPlan .wrap1 ul li .box2 .price {
    font-family: "roboto";
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0;
}
.topPlan .wrap1 ul li .box2 .price span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.topPlan .wrap1 ul li.ver2 .box2 .price {
    color: #C42321;
}
.topPlan .wrap1 ul li.ver3 .box2 .price {
    color:#D39E2B
}
.topPlan .wrap1 ul li .box3 {
    background: #F4F4F4;
    padding: 24px 40px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    box-sizing: border-box;
}
.topPlan .wrap1 ul li .box3 .txt1 span,
.topPlan .wrap1 ul li.ver2 .box4 .year span {
    color: #AA1C1A;
    font-weight: 900;
}
.topPlan .wrap1 ul li.ver3 .box3 .txt1 span,
.topPlan .wrap1 ul li.ver3 .box4 .year span {
    color: #BF7A24;
}
.topPlan .wrap1 ul li .box4 {
    padding: 24px 0;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}
.topPlan .wrap1 ul li .box4 .year {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.topPlan .wrap1 ul li .box4 .year span{
    font-weight: 900;
}
.topPlan .wrap1 ul li .conts {
    padding: 20px 30px;
}
.topPlan .wrap1 ul li .conts p {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 15px;
}
.topPlan .wrap1 ul li.ver3 .conts p span{
    color: #BF7A24;
    display: block;     
}
.topPlan:after {
    width: min(1370px, 90%);
    margin: -1px auto 0;
    content: "";
    display: block;
    height: 100%;
    aspect-ratio: 1371/95;
    background: url(/wp-content/themes/a/img/planBottom.png)0 0 no-repeat;
    background-size: 100%;
}
.topEstimate {
    width: min(1370px, 90%);
    margin: 70px auto;
    scroll-margin-top: 100px;
}
.tit2 {
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.tit2 span {
    display: block;
    color: #fff;
    font-family: "roboto";
    font-size: 23px;
    margin-bottom: -6px;
}
.sTit2 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 24px;
}
.topEstimate .wrap1 {
    margin-top: 40px;
    align-items: center;
}
.topEstimate .box1 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.topEstimate .box1 .label {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    top: 16px;
    right: -115px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
}
.topEstimate .box1 .label .kantan {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 10px auto -12px;
}
.topEstimate .box1 .label .byo {
    font-size: 19px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.topEstimate .wrap1 .left {
    width: 55%;
    margin-right: 5%;
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.topEstimate .wrap1 .mitsumoriImg {
    width: 40%;
}
.topEstimate .wrap1 .left table tr th {
    font-size: 15px;
    background: #E9E9E9;
    width: 40%;
    padding: 38px 24px;
    box-sizing: border-box;
}
.topEstimate .wrap1 .left table tr td {
    padding: 18px;
    width: 60%;
    position: relative;
    box-sizing: border-box;
}
.topEstimate .wrap1 .left table tr td select {
    border: 1px solid #F0F0F0;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 15px;
    color: #333;
    border-radius: 3px;
    box-shadow: inset -5px -5px 10px 0px rgba(255, 255, 255, 0.5), inset 5px 5px 10px 0px rgb(0 0 0 / 2%);
}
.topEstimate .wrap1 .left table tr td:after {
    content: "";
    width: 15px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}
.topEstimate .wrap1 .left .result {
    background: #C42321;
    padding: 12px 30px;
    display: flex;
    align-items: center;
}
.topEstimate .wrap1 .left .result h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 20%;
}
.topEstimate .wrap1 .left .result .priceBox {
    flex-direction: column;
    width: 70%;
    margin-left: 5%;
    padding-left: 5%;
    border-left: 1px solid #fff;
}
.topEstimate .wrap1 .left .result .priceBox .price {
    background: #FFFFFF;
    width: 100%;
}
.topEstimate .wrap1 .left .result .priceBox .price p {
    text-align: center;
    color: #C42321;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0;
}
.topEstimate .wrap1 .left .result .priceBox .price p span {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    bottom: 5px;
}
.topEstimate .wrap1 .left .result .priceBox .txt1 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
}
.topWorks {
    background: #E9E9E9;
    padding-top: 200px;
    position: relative;
}
.worksList {
    width: min(1440px, 90%);
    margin: 80px auto 0;
    padding-bottom: 160px;
    grid-column: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    height: 860px;
    position: relative;
    overflow: hidden;
}
.worksList li a .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 3/2;
}
.worksList li a .imgbox img {
    width: auto;
    height: auto;
    transition: .3s;
    object-fit: cover;
    object-position: center;
}
.worksList li a:hover .imgbox img{
    transform:scale(1.1,1.1);
}
.worksList li a {
    width: 100%;
    display: block;
}
.worksList li a h3 {
    margin: 40px 0 20px;
    font-size: 20px;
    font-weight: 700;
}
.worksList li a p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
}
.worksList li a dl span {
    display: flex;
    border-top: 1px solid #C6C6C6;
    padding: 10px 0;
    align-items: flex-start;
}
.worksList li a dl span dt{
    width: 20%;
    margin-right: 5%;
    background-color: #313131;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.worksList li a dl span dd{
    width: 75%;
}
.linkBtn1 {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    cursor: pointer;
}
.linkBtn1:after {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(/wp-content/themes/a/img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
    margin-left: 10px;
}
.worksList li:nth-child(1n+4) {
    opacity: .3;
    pointer-events: none;
}
.open .worksList{
    height: auto;
}
.open .worksList li:nth-child(1n+4) {
    opacity: 1;
    pointer-events: unset;
}
.open .linkBtn1 {
    display: none;
}
.topQa {
    width: min(1200px,90%);
    margin: 0 auto;
    padding: 200px 0;
}
.topQa .tit1 {
    width: 30%;
    margin-right: 5%;
    text-align: left;
}
.topQa ul {
    width: 65%;
}
.topQa ul li{
    margin-bottom: 10px;
}
.topQa ul li .number{
    font-weight: 700;
}
.topQa ul li h3 {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    background: #E9E9E9;
    padding: 42px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
.topQa ul li h3:after {
    content: "ー";
    position: absolute;
    right: 30px;
}
.topQa ul li p {
    display: flex;
    align-items: flex-start;
    background: #F7F7F7;
    font-size: 15px;
    font-weight: 400;
    padding:0 42px;
    transition: .3s;
    height: 0;
    opacity: 0;
}
.topQa ul li.on p {
    padding: 42px;
    height: auto;
    opacity: 1;
}
.topStaff {
    width: min(1200px,90%);
    margin: 0 auto;
}
.topStaff ul {
    margin-top: 80px;
}
.topStaff ul li {
    width: 30%;
}
.topStaff ul li .imgbox {
    position: relative;
}
.topStaff ul li .imgbox p {
    position: absolute;
    bottom: 0;
    left: 0;
}
.topStaff ul li .imgbox p span {
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 2px 6px;
    margin-top: 4px;
    display: inline-flex;
}
.topStaff ul li .yaku {
    color: #E12320;
    font-size: 16px;
    font-weight: 700;
    margin-top: 14px;
}
.topStaff ul li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 3px;
}
.topStaff ul li h3 span {
    font-family: "Roboto";
    color: #A2A2A2;
    font-size: 20px;
    margin-left: 20px;
}
.imgLoop {
    margin: 200px 0;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.imgLoop img {
    width: 396%;
    max-width: 396%;
    margin-left: -4%;
}
.imgLoop img:first-child{
    -webkit-animation: slide1 80s linear infinite;
    animation: slide1 80s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.imgLoop img:nth-child(2) {
    -webkit-animation: slide2 80s linear infinite;
    animation: slide2 80s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.imgLoop img:last-child {
    -webkit-animation: slide5 80s linear infinite;
    animation: slide5 80s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
@keyframes slide1 {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide5 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(-400%);
  }
}
.topNews {
    width: min(1200px,90%);
    margin: 0 auto;
}
.topNews .left {
    width: 30%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
}
.topNews .tit1{
    text-align: left;
}
.newsList {
    width: 65%;
}
.topNews .left .linkBtn1 {
    position: static;
}
.newsList li a {
    padding: 40px 0;
    border-bottom: 1px solid #C6C6C6;
    display: flex;
    position: relative;
}
.newsList li a:after {
    content: ">";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: scale(0.5, 1);
    color: #C42321;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
.newsList li:nth-child(1) a {
    border-top: 1px solid #C6C6C6;
}
.newsList li a .day {
    font-size: 15px;
    width: 15%;
    margin-right: 5%;
    transition: .3s;
}
.newsList li a h3 {
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    transition: .3s;
}
.newsList li a:hover .day,
.newsList li a:hover h3 {
    color: #C42321;
}
.topNews .left .linkBtn1 {
    position: static;
    margin-left: 0;
}
.topNews .left .linkBtn1:after{
    transform: rotate(-90deg);
}
footer {
    background: #f0f0f0 url(/wp-content/themes/a/img/footBg.jpg)0 0 no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 160px;
    margin-top: 200px;
}
.footContact {
    background: url(/wp-content/themes/a/img/contactBg1.jpg)0 0 no-repeat;
    background-size: 100%;
}
.footContact .wrap1 {
    width: min(1200px,90%);
    margin: 0 auto;
    padding: 120px 0 180px;
}
.footContact .wrap1 h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.footContact .wrap1 h2 span {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 90px;
    letter-spacing: 0;
    margin-top: -14px;
}
.footContact .wrap1 p {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}
.footContact .wrap2 {
    width: min(880px,90%);
    margin: -80px auto 0;
    box-sizing: border-box;
    background: #313131;
}
.footContact .wrap2 .txt1 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 50px 0 36px;
    font-weight: 900;
}
.footContact .wrap2 .txt1:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #fff;
    transform: rotate(-14deg);
    margin-right: 10px;
    margin-bottom: -3px;
}
.footContact .wrap2 .txt1:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 21px;
    background: #fff;
    transform: rotate(14deg);
    margin-left: 6px;
    margin-bottom: -3px;
}
.footContact .wrap2 .box1 .txt2 span {
    background: #E9E9E9;
    font-size: 18px;
    font-weight: 500;
    padding: 1px 3px;
    margin-top: 5px;
    display: inline-grid;
}
.footContact .wrap2 .box1 {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 42px;
}
.footContact .wrap2 .box1 a {
    background: #19BB2E;
    border:1px solid #19BB2E;
    color: #fff;
    padding: 18px 80px 18px 27px;
    margin-left: 30px;
    border-radius: 50px;
    position: relative;
}
.footContact .wrap2 .box1 a:hover {
    background: #fff;
    color: #19BB2E;
}
.footContact .wrap2 .box1 a:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
    background-size: 100%;
}
.footContact .wrap2 .txt3 {
    background: #1A1A1A;
    padding: 26px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.footContact .wrap2 .txt3 .txt4 {
    color: #fff;
    font-size: 18px;
}
.footContact .wrap2 .txt3 a {
    color: #fff;
    font-size: 34px;
    font-family: "Roboto";
    margin: 0 12px;
    font-weight: 700;
}
.footContact .wrap2 .txt3 a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 26px;
    background: url(/wp-content/themes/a/img/iconTel.svg)0 0 no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.footContact .wrap2 .txt3 .txt5 {
    font-size: 18px;
    color: #fff;
}
.fbox1 {
    width: min(1440px, 90%);
    margin: 80px auto 10px;
}
.fbox1 .left {
    width: 20%;
    margin-right: 10%;
}
.fbox1 .left p {
    font-size: 15px;
    margin-top: 40px;
}
.fbox1 .right {
    width: 52%;
}
.fbox1 .right ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fbox1 .right ul li {
    width: 20%;
}
.fbox1 .right ul li a {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0;
    display: inline-block;
    box-sizing: border-box;
}
.fbox1 .right ul li a:after {
    content: ">";
    display: inline-block;
    transform: scale(0.8, 1);
    margin-left: 10px;
}
.fbox2 {
    width: min(1440px,90%);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.fbox2 a {
    width: min(312px,90%);
}
.haedBlock1 {
    position: relative;
}
.haedBlock1 .tit1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    left: 6%;
    text-align: left;
}
.underPage header:before {
    background: none;
    width: 100%;
    height: 90px;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}
.underPage header {
    position: fixed;
}
.underPage header h1 {
    width: 190px;
    margin: 22px 0 0 30px;
}
.newslistBlock1 .newsList {
    margin: 110px auto 0;
}
.pnkzWrap1 {
    background: #fff;
}
.pnkzWrap1 .pankuzu {
    width: min(1248px,90%);
    margin: 0 auto;
}
.pnkzWrap1 .pankuzu {
    width: min(1248px,90%);
    margin: 0 auto;
    padding-bottom: 24px;
}
.pnkzWrap1 .pankuzu a {
    font-size: 15px;
    font-weight: 700;
}
.pnkzWrap1 .pankuzu span {
    transform: scale(0.5, 1);
    display: inline-block;
    margin: 0 6px;
}
.underBack {
    background: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.underBack img{
    margin-left: 10px;
}
.underBack:hover {
    background: #999;
}
.singleBlock1 {
    width: min(1320px, 90%);
    margin: 120px auto 0;
}
.singleBlock1 .mainLeft {
    width: 65%;
    margin-right: 10%;
}
.singleBlock1 aside {
    width: 25%;
}
.singleBlock1 .mainLeft .day {
    color: #313131;
    font-size: 15px;
}
.singleBlock1 .mainLeft h1 {
    padding: 28px 0 50px;
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid #C6C6C6;
}
.entry-conts {
    padding-bottom: 160px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 30px;
}
.prevnext {
    align-items: center;
}
.prevnext a {
    font-size: 15px;
    font-weight: 700;
    align-items: center;
    display: flex;
}
.prevnext .prev img {
    margin-right: 10px;
    transform: rotate(90deg);
}
.prevnext .next img {
    margin-left: 10px;
    transform: rotate(-90deg);
}
.singleBlock1 aside h2 {
    font-size: 20px;
    font-weight: 700;
}
.btn{
    display: none;
}
.infoBox{
    display: none;
}
.sp{
    display: none;
}
@media (width < 1360px){
header h1 {
    width: 20%;
    margin: 40px 0 0 40px;
    position: relative;
    z-index: 5;
}
header h1 svg {
    width: 100%;
    height: auto;
}
.lineBnr {
    background: none;
    padding: 0;
}
.lineBnr p {
    display: none;
}
.topFv .txtarea h2 {
    font-size: clamp(50px,7vw,7vw);
}
.topFv .txtarea p {
    font-size: clamp(15px,1vw,1vw);
}
.topPlan .wrap1 ul li .box2 .price {
    font-size: clamp(20px,2vw,2vw);
}
.topPlan .wrap1 ul li .box2 .price span {
    font-size: clamp(15px,1.1vw,1.1vw);
    margin-left: 6px;
}
.footContact .wrap1 h2 span {
    font-size: 50px;
    margin-top: 0;
}
.footContact .wrap1 p {
    font-size: 20px;
}
.footContact .wrap1 {
    padding: 100px 0 150px;
}
.fbox1 .right {
    width: 70%;
}
}
@media (width < 900px){
.pc{
    display: none;
}
.sp{
    display: block;
}
.fixBnr {
    position: fixed;
    bottom: 1%;
    width: 98%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
}
.fixBnr a {
    width: 49%;
}
.fixBnr a img {
    width: 100%;
}
.headBoxSp1 {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #0000006e;
    top: 0;
}
header h1 path {
    transition: .3s;
    fill: #000;
}
header.menuOpen h1 path {
    fill: #fff;
}
header:before {
    width: 220px;
    height: 220px;
}
.navMenuWrap {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 70vh;
    background: url(/wp-content/themes/a/img/fv1Sp.jpg) 0 0 no-repeat;
    top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    padding: 10vh 0 30vh;
    overflow: auto;
}
.menuOpen .navMenuWrap {
    opacity: 1;
    pointer-events: unset;
}
.navMenu ul {
    width: 80%;
    margin: 10vh auto 0;
}
.navMenu ul li a {
    font-size: 15px;
    color: #fff;
    margin-top: 14px;
    width: fit-content;
    display: flex;
    align-items: center;
}
.navMenu ul li a:after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
    transform: scale(0.5, 1);
    font-size: 24px;
}
.navMenuWrap .inner1 {
    width: 80%;
    margin: 90px auto 0;
    border-top: 1px solid #fff;
    padding-top: 0;
}
.navMenuWrap .inner1 h1 {
    padding: 0;
    margin: 40px 0 0;
    width: 40%;
}
.navMenuWrap .inner1 h2 {
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.navMenuWrap .inner1 p{
    color: #fff;
    font-size: 13px;
}
.headBoxSp1 {
    position: relative;
}
header > h1 {
    position: fixed;
    margin: 20px 0 0 20px;
}
.headBoxSp1 .tel {
    position: fixed;
    right: 80px;
    top: 20px;
    width: 50px;
    height: 50px;
    z-index: 5;
}
.headBoxSp1 .tel img{
    width: 100%;
}
.btn {
    display: block;
    position: fixed;
    background: #000;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 13px 10px;
    box-sizing: border-box;
    z-index: 5;
}
.btn span {
    background: #fff;
    display: block;
    width: 30px;
    height: 1px;
}
.btn span:nth-child(2) {
    width: 25px;
    margin: 8px 0;
}
.btn p {
    color: #fff;
    font-size: 9px;
    position: relative;
    top: -4px;
}
.topFv .txtarea h2 {
    font-size: clamp(50px,11vw,11vw);
    line-height: 1.3;
}
.topFv .txtarea {
    width: 90%;
}
.topFv .txtarea p {
    margin-top: 20px;
}
.topStrength {
    background-size: 69% 44%;
    padding: 70px 0 80px;
}
.topStrength ul li {
    width: 100%;
    margin-top: 48px;
}
.topService {
    width: 100%;
}
.topService ul li {
    margin: 40px 0 80px;
    flex-wrap: wrap;
}
.topService ul li .left {
    width: 90%;
    margin-right: 0;
    margin: 26px auto 0;
    order: 2;
}
.topService ul li > img {
    width: 100%;
    order: 1;
}
.topService ul li .left h3 {
    margin: 0 auto 38px;
}
.topService ul li .left .label {
    margin-top: 36px;
}
.planWrap {
    margin-top: 80px;
    scroll-margin-top: 80px;
}
.topPlan {
    padding-top: 280px;
}
.topPlan .wrap1 {
    padding: 10% 5% 0;
}
.topPlan .wrap1 ul {
    flex-wrap: wrap;
}
.topPlan .wrap1 ul li {
    width: 100%;
    margin-bottom: 5%;
}
.topPlan .wrap1 ul li .box3 {
    height: auto;
}
.topEstimate .wrap1 {
    flex-wrap: wrap;
}
.topEstimate .wrap1 .left {
    width: 100%;
    margin: 0 auto 5%;
}
.topEstimate .wrap1 .mitsumoriImg {
    width: 100%;
}
.topWorks {
    padding-top: 100px;
}
.worksList {
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}
.topQa {
    padding: 100px 0;
    flex-wrap: wrap;
}
.topQa .tit1 {
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.topQa ul {
    width: 100%;
}
.topStaff ul {
    margin-top: 40px;
    flex-wrap: wrap;
}
.topStaff ul li {
    width: 100%;
    margin-bottom: 60px;
}
.topStaff ul li img{
    width: 100%;
}
.imgLoop {
    margin: 60px 0 140px;
}
.topNews{
    flex-wrap: wrap;
}
.topNews .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
}
.topNews .tit1 {
    text-align: center;
}
.newsList {
    width: 100%;
}
.topNews > .linkBtn1 {
    position: static;
    display: flex;
    margin-top: 30px;
}
.topNews > .linkBtn1:after {
    transform: rotate(-90deg);
}
.footContact {
    background-size: 150%;
    background-position: top right;
}
.fbox1 {
    flex-wrap: wrap;
}
.fbox1 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
}
.fbox1 .right {
    width: 100%;
}
.fbox1 .right ul li {
    width: 100%;
}
.fbox1 .right ul li a {
    padding: 10px 0;
}
.fbox2 {
    flex-wrap: wrap;
}
.fbox2 a {
    width: min(312px,90%);
    margin: 20px 0 0;
}
.fbox2 small {
    order: 2;
    width: 100%;
    margin-top: 30px;
}
.haedBlock1 {
    height: 300px;
}
.haedBlock1 img {
    height: 100%;
    object-fit: cover;
}
.haedBlock1 .tit1{
    font-size: 14px;
}
.haedBlock1 .tit1 span {
    font-size: 40px;
    margin-top: -10px;
}
.newslistBlock1 {
    width: 90%;
    margin: 0 auto;
}
.singleBlock1{
    flex-wrap: wrap;
}
.singleBlock1 .mainLeft {
    width: 100%;
    margin-right: 0%;
}
.singleBlock1 aside {
    width: min(350px,100%);
    margin: 100px auto 0;
}
}
@media (width < 610px){
header > h1 {
    margin: 11px 0 0 5%;
    width: 110px;
}
.btn {
    top: 6px;
    right: 6px;
}
.headBoxSp1 .tel {
    right: 62px;
    top: 6px;
}
header:before {
    width: 170px;
    height: 170px;
}
.topFv:after {
    width: 200px;
    height: 190px;
}
.topFv .txtarea h2 {
    font-weight: 700;
}
.topStrength {
    padding-top: 80px;
    background-size: 67% 49vw;
}
.tit1 span {
    font-size: 60px;
    margin-top: -10px;
    letter-spacing: 0.015em;
}
.br{
    display: block;
}
.sTit1 {
    font-size: 15px;
    margin-top: 0;
}
.topStrength ul {
    width:80%;
    margin:0 auto;
}
.topStrength ul li h3 {
    margin: 0 auto 14px;
    font-size: 20px;
}
.topStrength ul li h4 {
    font-size: 17px;
    margin: 16px 0;
}
.topStrength ul li p {
    width: 100%;
    font-size: 15px;
}
.topStrength ul li .imgBox span {
    font-size: 11px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.topService ul li {
    margin: 40px auto;
}
.topService ul li .left .num {
    font-size: 16px;
}
.topService ul li .left h3 {
    font-size: 30px;
    font-weight: 700;
    margin: -4px 0 24px;
}
.topService ul li .left .label {
    margin-top: 24px;
}
.topService ul li .left .label span {
    font-size: 12px;
    width: 72px;
    padding: 2px 2px 4px;
}
.topService ul li .left {
    width: 80%;
}
.topPlan {
    padding-top: 110px;
}
.topPlan .wrap1 ul {
    margin-top: 34px;
}
.topPlan .wrap1 ul li .box2 {
    padding: 24px 0 16px;
}
.topPlan .wrap1 ul li .box2 .price {
    font-size: 38px;
}
.topPlan .wrap1 ul li .box3 {
    padding: 24px 20px;
    font-size: 15px;
}
.topPlan .wrap1 ul li:nth-child(2):before {
    top: -12px;
    right: -10px;
}
.topPlan .wrap1 ul li .conts {
    padding: 20px 6px;
}
.topEstimate .box1 .label {
    right: -20px;
    top: -60px;
}
.tit2 {
    font-size: 40px;
}
.tit2 span {
    font-size: 14px;
}
.topEstimate .box1 .label {
    font-size: 30px;
    width: 74px;
    height: 74px;
    right: 10px;
    top: -46px;
}
.topEstimate .box1 .label .kantan {
    font-size: 12px;
}
.topEstimate .box1 .label .byo {
    font-size: 14px;
}
.topEstimate {
    width: 80%;
}
.topEstimate .wrap1 .left table tr th,
.topEstimate .wrap1 .left table tr td {
    width: 100%;
    display: block;
    padding: 8px 10px;
}
.topEstimate .wrap1 .left .result {
    flex-wrap: wrap;
    padding: 10% 5%;
}
.topEstimate .wrap1 .left .result h2 {
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.topEstimate .wrap1 .left .result h2 br{
    display: none;
}
.topEstimate .wrap1 .left .result .priceBox {
    width: 90%;
    border-left: 0;
    margin: 0 auto;
    padding: 0;
}
.topEstimate .wrap1 .left .result .priceBox .price p {
    text-align: left;
    width: 100%;
    padding: 12px 5%;
    line-height: 1.4;
    font-size: 30px;
}
.topEstimate .wrap1 .left .result .priceBox .price p span {
    font-size: 16px;
}
.worksList {
    width: 80%;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 20px;
    height: 2000px;
}
.open.topWorks:after{
    display: none;
}
.worksList li a h3 {
    margin: 8px 0 4px;
}
.worksList li a dl span dd{
    font-size: 15px;
}
.worksList li a dl span dt {
    font-size: 14px;
    width: 24%;
}
.topWorks:after {
    width: 100%;
    position: absolute;
    height: 400px;
    bottom: 0;
    content: "";
    display: block;
    background: #ffffff;
    background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 14%, rgba(255, 255, 255, 1) 100%);
}
.topQa {
    padding: 60px 0;
}
.topQa ul li h3 {
    padding: 24px 52px 24px 24px;
}
.topQa ul li p {
    padding: 0 24px;
}
.topQa ul li.on p {
    padding:24px;
}
.topStaff {
    width: 80%;
}
.topStaff ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.topStaff ul li .yaku {
    margin-top: 4px;
    margin-right: 26px;
    font-size: 12px;
}
.topStaff ul li .imgbox {
    margin-bottom: 14px;
}
.topStaff ul li .imgbox p span {
    font-size: 18px;
}
.topStaff ul li h3{
    font-size: 16px;
}
.topStaff ul li h3 span {
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: 0;
}
.imgLoop {
    margin: 20px 0 80px;
}
.imgLoop img {
    width: 700%;
    max-width: 700%;
    margin-left: -4%;
}
.newsList li a {
    padding: 26px 0;
    flex-wrap: wrap;
}
.newsList li a .day {
    display: block;
    width: 100%;
}
.newsList li a h3 {
    width: 100%;
    margin-top: 12px;
}
footer {
    margin-top: 80px;
}
.footContact .wrap1 {
    padding: 50px 0 120px;
    position: relative;
    z-index: 3;
}
.footContact .wrap1 h2 {
    text-align: center;
}
.footContact .wrap1 h2 span {
    font-size: 60px;
    margin-top: -12px;
}
.footContact {
    background: url(/wp-content/themes/a/img/contactBg1Sp.jpg) 0 0 no-repeat;
    background-size: 100%;
    background-position: top center;
}
.footContact .wrap1 p {
    font-size: 20px;
    text-align: center;
}

.footContact .wrap2 {
    padding: 0;
    width: 90%;
}
.footContact .wrap2 .txt1 {
    position: relative;
    padding-bottom: 12px;
    width: 90%;
    margin: 0 auto;
    font-size: 19px;
}
.footContact .wrap2 .box1 {
    flex-wrap: wrap;
}
.footContact .wrap2 .txt1:after {
    position: absolute;
    height: 50px;
    width: 3px;
    top: 35px;
    bottom: 0;
    margin: auto;
    transform: rotate(22deg);
    right: 11px;
}
.footContact .wrap2 .txt1:before {
    position: absolute;
    height: 55px;
    width: 3px;
    top: 38px;
    bottom: 0;
    margin: auto;
    transform: rotate(-16deg);
    left: 9px;
}
.footContact .wrap2 .box1 .txt2 {
    margin: 0 auto;
    text-align: center;
}
.footContact .wrap2 .box1 a {
    margin: 14px auto 0;
}
.footContact .wrap2 .txt3 {
    flex-wrap: wrap;
    padding: 35px 0;
}
.fbox1 .left h1 {
    width: 55%;
}
.fbox1 .left p {
    margin-top: 20px;
}
.fbox2 a {
    width: 100%;
}
footer {
    background: #f0f0f0 url(/wp-content/themes/a/img/footBg.jpg) 0 0 no-repeat;
    background-size: 400%;
    background-position: bottom;
}
.singleBlock1 {
    flex-wrap: wrap;
    margin-top: 40px;
}
.underPage header h1 {
    width: 130px;
    margin: 15px 0 0 5%;
}
.underPage header:before{
    display: none;
}
.singleBlock1 .mainLeft h1 {
    padding: 10px 0 50px;
    margin-bottom: 60px;
    font-size: 22px;
}
.prevnext .prev img{
    width: 20px;
    margin-right: 6px;
}
.prevnext .next img {
    width: 20px;
    margin-left: 6px;
}
.prevnext a {
    font-size: 13px;
}
.pnkzWrap1 .pankuzu a {
    font-size: 10px;
    font-weight: 700;
}
}
