@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #221714;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  font-weight: 700;
  margin-bottom: 65px;
  display: block;
  text-align: center;
  line-height: 0.6;
  position: relative;
  font-size: clamp(2.4rem, 1.025rem + 4.4vw, 3.5rem);
}
.maintitle .mf {
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  font-family: "Roboto", serif;
  display: inline-block;
}
.maintitle .mf:first-letter {
  color: #ea6a17;
}
.maintitle .sf {
  line-height: 0;
  font-size: 32%;
  font-weight: 500;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 40px;
  }
  .maintitle .sf {
    font-size: 37%;
  }
}
/*02*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.25rem, 0.8125rem + 1.4vw, 1.6rem);
  line-height: 1.65;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #221714;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 1px;
  background: #ea6a17;
}
.stitle .en {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ea6a17;
  font-size: 50%;
  display: block;
}
/*03*/
.mtitle {
  line-height: 1.65;
  text-align: center;
  font-size: clamp(1.5rem, 1.125rem + 1.2vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 25px;
}
.mtitle span {
  font-family: "Roboto", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ea6a17;
  font-size: 50%;
  display: block;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #ea6a17;
  color: #fff;
  background: #ea6a17;
}
.mainbtn a:hover {
  color: #ea6a17;
  background: #fff;
}
.tbtn {
  margin-top: 40px;
}
/**/
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    font-size: 93%;
    max-width: 210px;
    width: 100%;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 17px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1465px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_wall {
  position: relative;
}
.bg_wall::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wall.webp);
  background-size: 950px;
  background-repeat: repeat;
  background-position: top;
  z-index: -99;
  opacity: 0.32;
}
/* illust ==============================*/
.psr {
  position: relative;
}
/**/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1;
  pointer-events: none;
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: 180px !important;
}
/*位置*/
.tl {
  top: -90px;
  left: 1.5%;
}
.tr {
  top: -90px;
  right: 1.5%;
}
.bl {
  bottom: -90px;
  left: 1.5%;
}
.br {
  bottom: -90px;
  right: 1.5%;
}
@media (max-width: 990px) {
  .tl img, .tr img, .bl img, .br img {
    height: 140px !important;
  }
}
@media (max-width: 550px) {
  .tl {
    top: -53px;
  }
  .tr {
    top: -53px;
  }
  .bl {
    bottom: -40px;
  }
  .br {
    bottom: -40px;
  }
  .tl img, .tr img, .bl img, .br img {
    height: 90px !important;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================= */
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 15px 15px 20px 25px;
  background: #fff;
  /*box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.13);*/
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title h1 a:hover {
  opacity: 0.6;
}
.header_title {
  padding: 1.4%;
  background: #fff;
  width: 315px;
  position: absolute;
  left: 0;
  transition: all .5s;
}
.change .header_title {
  left: 25px;
  padding: 0;
  padding-top: 12px;
  width: 190px;
}
/* ヘッダー リンク */
.header_item {
  display: flex;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 15px;
  margin-right: 10px;
}
.header_item > div {
  margin: 0 8px;
}
.header_item .mainbtn a {
  min-width: 230px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.93rem;
  font-weight: 700;
}
/*tel*/
.tel {
  line-height: 1.65;
  font-size: 1.6rem;
}
.tel a {
  font-family: "Roboto", serif;
  font-weight: 700;
  color: #221714;
  display: flex;
  align-items: center;
  position: relative;
}
.tel a i {
  margin-right: 4px;
  color: #ea6a17;
}
.tel a:hover {
  opacity: 0.6;
}
/*icon*/
.iconbtn a {
  font-size: 1.45rem;
  color: #ea6a17;
}
.iconbtn a .fa-instagram {
  font-size: 115%;
}
.iconbtn a:hover {
  opacity: 0.6;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  margin-right: 30px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 10px;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.4;
  font-size: 0.95rem;
  color: #221714;
  white-space: nowrap;
}
.header_nav ul li a span {
  display: block;
  font-size: 140%;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.header_nav ul li a span:first-letter {
  color: #ea6a17;
}
.header_nav ul li a:hover {
  opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border: none;
  background-color: transparent;
}
.hamburger::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .4s;
  background: #ea6a17;
}
.hamburger.-active::before {
  content: none;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #ea6a17;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #ea6a17;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #fff;
}
.hamburger__line:before {
  top: -10px;
}
.hamburger__line:after {
  top: 10px;
}
/*
.hamburger__text {
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  color: #ea6a17;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.hamburger__text::before {
  content: "menu";
  text-transform: uppercase;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
  color: #ea6a17 !important;
}
*/
/**/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
.wr {
  position: relative;
  padding: 60px 0 100px;
  width: 100%;
  height: fit-content;
  margin: auto;
}
/**/
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 620px;
}
.global-navigation__list {
  margin-bottom: 40px;
}
.global-navigation__list > li {
  border-bottom: 1px dashed #ddd;
}
.global-navigation__list li a, .global-navigation__list li button {
  margin: 3px 0;
  line-height: 1.5;
  display: block;
  padding: 20px 0;
  color: #221714;
  font-size: 1.1rem;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
.global-navigation__list li a span {
  font-size: 140%;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  display: block;
}
.global-navigation__list li a span:first-letter {
  color: #ea6a17;
}
/*btn*/
.global-navigation .mainbtn {
  margin-top: 10px;
}
.global-navigation .mainbtn a {
  font-family: "Roboto", serif;
  font-weight: 700;
}
.global-navigation .mainbtn:nth-child(2n) a {
  color: #ea6a17;
  background: #fff;
}
.global-navigation .mainbtn:nth-child(2n) a:hover {
  color: #fff;
  background: #ea6a17;
}
@media (max-width: 1315px) {
  .header_title {
    left: 25px !important;
    padding: 0 !important;
    padding-top: 12px !important;
    width: 190px !important;
  }
  .header_nav ul li {
    margin-right: 20px;
  }
  .header_nav ul li a {
    font-size: 1.2vw;
  }
}
@media (max-width: 1065px) {
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
  }
  .header {
    padding: 0;
    height: 70px;
  }
  .header_title {
    top: 0 !important;
    left: 0 !important;
    width: 210px !important;
    padding: 1.9% !important;
  }
}
@media (max-width: 550px) {
  .header_title {
    padding: 10px 12px !important;
    width: 165px !important;
  }
  .global-navigation__list li a, .global-navigation__list li button {
    font-size: 0.93rem;
    padding: 17px 0;
  }
  .global-navigation .mainbtn a {
    font-size: 92%;
    max-width: 220px;
    padding: 21px 0;
  }
  .accordion__list li a {
    font-size: 0.9rem !important;
  }
}
/* footer ================================================*/
.wide {
  position: relative;
}
.wide img {
  object-fit: cover;
  width: 100%;
  height: 330px;
}
@media (max-width: 1200px) {
  .wide img {
    height: 25vw;
  }
}
@media (max-width: 1050px) {
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 550px) {
  .wide::before, .wide::after {
    background-size: 655px;
  }
  .wide img {
    height: 48vw;
  }
}
/**/
.footer_contact {
  padding: 60px 0;
  position: relative;
  background: #db6a2a;
}
.footer_contact .inner {
  max-width: 1110px;
}
.footer_contact .flexbox {
  padding: 45px 30px;
  background: #fff;
}
/*logo text*/
.flogo {
  width: 58% !important;
  max-width: 180px;
  margin: 0 auto 15px;
}
.fnotice {
  width: 38%;
  font-size: 97%;
}
.fnotice p {
  margin-bottom: 15px;
}
.ib {
  display: inline-block;
}
/*btn*/
.fflexbtn {
  width: 57%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_contact .btn {
  text-align: center;
  width: 49.3%;
  margin-bottom: 7px;
}
.footer_contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  padding: 23px 0;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
  background: #ea6a17;
  border: 2px solid #ea6a17;
  font-weight: 700;
}
.footer_contact .btn:not(:nth-child(3)) a {
  font-family: "Roboto", serif;
}
.footer_contact .btn a i {
  margin-right: 5px;
}
.footer_contact .btn a:hover {
  color: #ea6a17;
  background: #fff;
}
.fax {
  pointer-events: none;
  color: #ea6a17 !important;
  background: #fff !important;
}
@media (max-width:1095px) {
  .footer_contact .btn a {
    font-size: 90%;
  }
}
@media (max-width:1070px) {
  .footer_contact .inner {
    max-width: 745px;
  }
  .footer_contact .flexbox {
    padding: 33px 13px;
  }
  .footer_contact {
    padding: 43px 0;
  }
  .fnotice, .fflexbtn {
    width: 48%;
  }
  .footer_contact .btn {
    margin-bottom: 7px;
    width: 100%;
    height: auto;
  }
  .footer_contact .btn:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width:750px) {
  .fnotice, .fflexbtn {
    width: 100%;
  }
  .fnotice {
    margin-bottom: 23px;
  }
  .fflexbtn {
    max-width: 280px;
    margin: auto;
  }
}
@media (max-width:550px) {
  .footer_contact .btn a {
    padding: 20px 0;
  }
  .fnotice p {
    font-size: 95%;
  }
}
/* copyright */
.copyright {
  text-align: center;
  background: #221714;
  color: #fff;
  padding: 13px 0 15px;
  font-size: 0.95rem;
}
@media (max-width: 550px) {
  .copyright {
    padding: 12px 0 15px;
    font-size: 0.7rem;
  }
}
/* ページ上に戻るボタン */
.go_top {
  display: block;
  width: 61px;
  height: 61px;
  background: #221714;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 50px;
    height: 50px;
    right: 12px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド　========================================*/
.topslide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.topslide::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  z-index: 1;
  opacity: 0.23;
}
.slide_items img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 145px);
  min-height: 650px;
}
/**/
.catchcopy {
  text-align: center;
  z-index: 1;
  line-height: 1.5;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 15%), 0px -2.5px 3px rgb(0 0 0 / 11%);
  color: #fff;
  font-size: 3.7rem;
}
.catchcopy span {
  display: block;
  font-size: 53%;
}
.catchcopy br {
  display: none;
}
@media (max-width: 1315px) {
  .slide_items img {
    height: calc(100vh - 11vw);
  }
}
@media (max-width: 1065px) {
  .slide_items img {
    height: calc(100vh - 70px);
  }
  .catchcopy {
    font-size: 6vw;
  }
}
@media (max-width: 550px) {
  .topslide, .slide_items img {
    height: calc(100vh - 120px);
    min-height: auto;
  }
  .catchcopy span {
    font-size: 65%;
  }
  .catchcopy br {
    display: block;
  }
}
/* ご挨拶　========================================*/
.conflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context {
  max-width: 727px;
  width: 50%;
}
/**/
.context p {
  margin-bottom: 15px;
}
.constr {
  color: #ea6a17;
  font-weight: 700;
  font-size: clamp(1.1rem, 0.9125rem + 0.6vw, 1.25rem);
}
/*img*/
.conimgwrap {
  width: 20%;
  position: relative;
}
.conimg img {
  object-fit: cover;
  width: 100%;
  height: 580px;
}
/*illust*/
.conimgwrap .br, .conimgwrap .bl {
  bottom: -8px;
}
@media (max-width: 950px) {
  .conflex {
    flex-direction: column;
  }
  .conimgwrap {
    width: 75%;
    order: 1;
  }
  .conimgwrap:first-child {
    margin-left: auto;
  }
  .conimgwrap:last-child {
    margin-right: auto;
    margin-top: 25px;
  }
  .context {
    width: 89%;
    margin: 0 auto 60px;
  }
  .conimg img {
    height: auto;
  }
}
@media (max-width: 550px) {
  .concept .maintitle {
    margin-bottom: 37px !important;
  }
}
/* 事業内容　========================================*/
.topservices .inner {
  max-width: 1286px;
}
.services {
  counter-reset: number 0;
}
.services .flexbox {
  counter-increment: number 1;
  margin-bottom: 60px;
  position: relative;
}
.services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.services .flexbox::after {
  content: "0"counter(number);
  position: absolute;
  bottom: -2%;
  right: 0;
  line-height: 1;
  font-family: "Roboto", serif;
  font-weight: 700;
  z-index: -1;
  opacity: 0.07;
  font-size: clamp(8rem, 4.25rem + 12vw, 11rem);
}
.services .flexbox.reverse::after {
  right: auto;
  left: 0;
}
@media (max-width: 750px) {
  .services .flexbox.reverse::after {
    right: 0;
    left: auto;
  }
}
/* ご依頼の流れ　========================================*/
.topflow {
  display: flex;
  margin: 0 auto;
  max-width: 770px;
}
.topflow li {
  margin-right: 8%;
  position: relative;
  background: #fff;
  padding: 20px 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  width: calc(100% / 6);
  height: 340px;
  max-width: 80px;
  white-space: nowrap;
  text-align: center;
  border: 2px solid #ddd;
  font-size: 1.3rem;
  font-weight: 700;
}
.topflow li span {
  text-transform: uppercase;
  font-size: 60%;
  font-family: "Roboto", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ea6a17;
  text-align: center;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-bottom: 15px;
}
.topflow li span span {
  font-size: 200%;
  display: block;
  margin: 0 !important;
}
.topflow li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 125%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #ea6a17;
}
.topflow li:last-of-type {
  margin-right: 0;
}
.topflow li:last-of-type::after {
  content: none !important;
}
@media (max-width: 920px) {
  .topflow {
    display: block;
  }
  .topflow li {
    font-size: 1.1rem;
    -ms-writing-mode: lr-tb;
    height: fit-content;
    max-width: 100%;
    padding: 13px 13px 10px;
    writing-mode: horizontal-tb;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .topflow li::after {
    font-size: 1.2rem;
    content: "\f0dd";
    top: 63px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .topflow li span {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
/* 施工実績 ============================================*/
.wotext .maintitle {
  margin-bottom: 33px;
}
/*slider*/
.p_slider ul .slick-slide {
  transition: .3s ease;
}
.p_slider ul li {
  position: relative;
  overflow: hidden;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.9s ease;
}
.p_slider ul li a:hover img {
  transform: scale(1.05);
}
@media(max-width:950px) {
  .works .inner02 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .works .flexbox {
    display: contents;
  }
  .works .flexbox div {
    width: 100%;
  }
  .wotext {
    display: contents;
    width: 100%;
    margin-top: 55px;
  }
  .works .maintitle {
    order: -1;
    margin-bottom: 43px !important;
  }
  .works .mainbtn {
    margin-top: 40px;
  }
}
/* 対応エリア　========================================*/
.area {
  padding: 90px 0;
}
.area .inner {
  max-width: 800px;
}
.areatext {
  white-space: nowrap;
}
.areaimg img {
  width: 100%;
}
@media (max-width:750px) {
  .areatext {
    white-space: normal;
    margin-bottom: 45px;
  }
  .areaimg {
    width: 77% !important;
    margin: auto;
  }
}
@media (max-width:550px) {
  .area {
    padding: 55px 0;
  }
}
/* 採用情報　========================================*/
.recruit .mauto {
  max-width: fit-content;
}
@media (max-width:750px) {
  .SP_displayContents.stb {
    padding: 100px 0 115px;
  }
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents h2 {
    order: -1;
    margin-bottom: 40px !important;
  }
}
@media (max-width:550px) {
  .SP_displayContents.stb {
    padding: 60px 0 70px;
  }
}
/*img*/
.serflex {
  display: flex;
  justify-content: space-between;
}
.serflex div {
  width: 46%;
  position: relative;
}
.serflex div:last-child {
  margin-top: 50px;
}
.thermalinsulation section:nth-child(2n) .flexbox .serflex div:last-child {
  margin-top: 0 !important;
}
.thermalinsulation section:nth-child(2n) .flexbox .serflex div:first-child {
  margin-top: 90px;
}
@media(max-width:750px) {
  .serflex {
    margin-bottom: 10px;
  }
  .serflex div:last-child, .thermalinsulation section:nth-child(2n) .flexbox .serflex div:first-child {
    margin-top: 20px;
  }
}
/*illust*/
.recruit .br {
  bottom: 15px;
}
@media(max-width:1075px) {
  .recruit .br {
    bottom: auto;
    top: -90px;
  }
}
@media (max-width: 550px) {
  .recruit .br {
    top: -53px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 125px 0 110px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -2;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.45;
  z-index: -1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 12px !important;
  font-size: clamp(1.6rem, 0.6rem + 3.2vw, 2.4rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 7%);
}
@media(max-width:1315px) {
  .fv {
    padding: 100px 0 90px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 55px 0 40px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 900;
  line-height: 1.4;
  width: 97%;
  font-size: 1rem;
  position: relative;
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* 事業内容ページ ===========================================================================================================*/
.ser_items .fitc {
  margin-bottom: 45px;
}
.ser_items.airconditioning .fitc {
  max-width: 914px;
}
.ser_items .flexbox .w48 {
  margin-bottom: 35px;
}
@media(max-width:750px) {
  .ser_items .flexbox .w48 {
    margin-bottom: 15px;
  }
}
/* ご依頼の流れ・料金表ページ ===========================================================================================================*/
.center_illust {
  width: 85%;
  max-width: 400px;
  margin: 0 auto 20px;
}
/* ご依頼の流れ */
.flows .inner {
  max-width: 1147px;
}
.flows .fitc {
  margin-bottom: 90px;
}
@media(max-width:550px) {
  .flows .fitc {
    margin-bottom: 55px;
  }
}
.flow {
  counter-reset: number 0;
  position: relative;
}
.flow::before {
  content: "";
  width: 16px;
  height: 100%;
  background: #ddd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flow .stitle {
  margin-bottom: 13px;
  font-size: clamp(1.25rem, 1.125rem + 0.4vw, 1.35rem);
  padding-top: 0;
  position: relative;
  line-height: 1.7;
  padding-bottom: 7px;
}
.flow .stitle::before {
  margin-right: 15px;
  text-transform: uppercase;
  font-family: "Roboto", serif;
  font-weight: 700;
  counter-increment: number 1;
  content: "step0"counter(number);
  color: #ea6a17;
}
.flowd:nth-child(n+10) .stitle::before {
  content: "step"counter(number);
}
.flow .fwrap {
  padding: 27px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.flow .flowd:last-child {
  margin-bottom: 0 !important;
}
.flow .flowd::after, .flow .flowd::before {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
}
.flow .flowd {
  padding-left: 80px;
  position: relative;
  margin-bottom: 35px;
}
.flow .flowd::before {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: #ea6a17;
  border-radius: 50%;
  left: 3px;
}
.flow .flowd::after {
  width: 63px;
  border-bottom: 3px dotted #ea6a17;
  position: absolute;
  left: 13px;
}
/*img*/
.flow .flowd .w32 {
  display: flex;
}
.flow .flowd .w32 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*btn*/
.flow .tbtn {
  margin-top: 20px;
}
.flow .mainbtn a {
  font-weight: 700;
}
.flow .mainbtn a:last-of-type {
  font-family: "Roboto", serif;
}
@media (max-width: 950px) {
  .flow .flowd {
    padding-left: 0;
  }
  .flow .flowd::before, .flow .flowd::after {
    content: none;
  }
  .flow::before {
    content: none;
  }
  .flow .fwrap .mainbtn a::after {
    content: none;
  }
  .flow .flowd {
    margin-bottom: 25px;
  }
  .flow .fwrap {
    padding: 30px 25px;
  }
}
@media(max-width: 750px) {
  .flow .stitle::before {
    display: block;
    font-size: 70%;
  }
  .flow .flowd {
    margin-bottom: 25px;
  }
  .flow .fwrap .mainbtn a {
    font-size: 90%;
  }
  .flow .flowd .flexbox .spmgb {
    margin-bottom: 10px;
  }
}
@media(max-width: 550px) {
  .flow .fwrap {
    padding: 15px;
  }
}
/* 料金表 */
.fee .fitc {
  margin-bottom: 50px;
}
.fee_item .w48 {
  background: #f7f7f7;
}
/*title*/
.feename {
  padding: 7px 15px;
  background: #221714;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.8125rem + 1.4vw, 1.6rem);
}
.feename span {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/*text*/
.feetext {
  padding: 20px 30px;
}
/*値段*/
.feetitle {
  line-height: 1.3;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
  text-align: center;
}
.feetitle:last-of-type {
  margin-bottom: 20px;
}
.zeinuki {
  font-family: "Roboto", serif;
  font-size: 170%;
  color: #ea6a17;
}
.zeikomi {
  display: block;
}
.feefitc {
  display: block;
  margin-top: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 70%;
  text-align: left !important;
  line-height: 1.5 !important;
}
/**/
.feetext p {
  margin-bottom: 0;
  font-size: 95%;
  padding-left: 85px;
  position: relative;
}
.feetext p span {
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media(max-width: 1050px) {
  .feetext {
    padding: 17px;
  }
  .feetext p {
    margin-bottom: 7px;
    padding-left: 0;
  }
  .feetext p span {
    display: block;
    position: initial;
    font-weight: 700;
  }
}
@media(max-width: 750px) {
  .fee_item .w48 {
    margin-bottom: 30px;
  }
  .fee_item .w48:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width: 550px) {
  .fee .fitc {
    margin-bottom: 35px;
  }
}
/* 施工実績ページ ===========================================================================================================*/
.worksillust .tr {
  top: 15px;
}
.worksillust .bl {
  bottom: 15px;
}
@media(max-width: 800px) {
  .worksillust {
    padding-bottom: 15px;
  }
  .worksillust .bl {
    margin-left: 15px;
    margin-top: 35px;
    position: initial !important;
  }
}
/* 求人情報ページ ===========================================================================================================*/
/* 働くメリット */
.merits .inner {
  max-width: 1178px;
}
.merits .flexbox:nth-child(2n) {
  flex-direction: row-reverse;
}
.merit_item {
  margin-bottom: 65px;
}
.merit_item:first-of-type {
  margin-bottom: 85px;
}
.merit_item:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .merit_item {
    margin-bottom: 55px;
  }
  .merit_item:first-of-type {
    margin-bottom: 60px;
  }
}
/* フィルター */
.disabled_wrap {
  position: relative;
}
.disabled_wrap::after {
  content: '';
  width: 101.5%;
  height: 102%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.disabled_wrap .disabled_text {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  padding: 0 8px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.3rem, 0.425rem + 2.8vw, 2rem);
  line-height: 1.6;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
@media (max-width: 750px) {
  .disabled_wrap .disabled_text {
    top: 30px;
  }
}
/* 会社概要・お問い合わせページ ===========================================================================================================*/
/* ご挨拶 */
.glast {
  margin-top: 23px;
  text-align: right;
}
/* 会社概要 */
.about_sec section .inner {
  max-width: 1150px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  background: #ea6a17;
  color: #fff;
  width: 35%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/* map */
.map iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせ ===================================*/
.contact_sec section .inner {
  max-width: 1050px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
    font-size: 94%;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  line-height: 1.55;
  padding-left: 17px;
  padding-bottom: 3px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
}
.cotitle:before {
  top: 0;
  background: #ea6a17;
}
.cotitle:after {
  bottom: 0;
  background: #d45300;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #fff;
  padding: 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: clamp(1.6rem, 1.475rem + 0.4vw, 1.7rem);
  color: #221714;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.telbox a i {
  color: #ea6a17;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 6px;
}
.telboxwrap .telbox p i {
  color: #ea6a17;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #ea6a17;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 965px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -55px;
}
.mnote {
  max-width: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 850px) {
  .mailform {
    margin: 50px auto 0;
  }
}
@media (max-width: 450px) {
  .mailform {
    margin-top: 0;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #221714;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 97%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #ea6a17;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #ea6a17;
  color: #ea6a17 !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #fff;
  background: #ea6a17;
  border: 1px solid #ea6a17;
  width: 260px;
  padding: 24px 0;
  transition: .4s;
}
.mailform button:hover {
  background: #fff;
  color: #ea6a17;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #ea6a17;
  border-bottom: 3px solid #ea6a17;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 35px;
  }
  .mailform button {
    width: 220px;
    padding: 17px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン*/
/*title*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5625rem + 1.4vw, 1.35rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #221714;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
  color: #ea6a17;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #ea6a17;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 90%;
  }
}